.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../asset/fonts/segoeui/segoeui.eot');
  src: url('../asset/fonts/segoeui/segoeui.eot') format('embedded-opentype'), url('../asset/fonts/segoeui/segoeui.woff') format('woff'), url('../asset/fonts/segoeui/segoeui.ttf') format('truetype'), url('../asset/fonts/segoeui/segoeui.svg#SegoeUIRegular') format('svg');
}
@font-face {
  font-family: 'SegoeUISemibold';
  src: url('../asset/fonts/segoeui/seguisb.eot');
  src: url('../asset/fonts/segoeui/seguisb.eot') format('embedded-opentype'), url('../asset/fonts/segoeui/seguisb.woff') format('woff'), url('../asset/fonts/segoeui/seguisb.ttf') format('truetype'), url('../asset/fonts/segoeui/seguisb.svg#SegoeUISemibold') format('svg');
}
.backtotop {
  background-color: #555;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #2D69A5;
}
.backtotop i {
  font-size: 36px;
  margin: 1px 0 0 0 !important;
  color: #fff;
  display: inline-block;
}
.bs-docs-example ul.the-icons li:hover {
  background: #3376BC;
}
#cpanel_wrapper {
  font-family: "arial";
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  position: fixed;
  width: 300px;
  top: 35px;
  right: -320px;
  padding: 8px;
  z-index: 999;
  font-size: 11px;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 26px;
  left: -47px;
  top: 9px;
  padding: 7px 10px;
  cursor: pointer;
  overflow: hidden;
  background: url("../images/cpanel/bg-cpanel-head.png") repeat #666666;
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 18px;
  margin: 0 0 0 4px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
#cpanel_wrapper #ytcpanel_accordion {
  margin-bottom: 10px;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  margin: 1px -9px 8px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  background: url("../images/cpanel/bg-cpanel-head.png") repeat #666666;
  word-spacing: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group {
  border-color: #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading {
  border: 1px solid #BCBCBC;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F1F1F1));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -o-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: linear-gradient(to bottom,#FFFFFF,#F1F1F1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  margin: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 6px 10px;
  font-weight: bold;
  color: #555;
  font-size: 12px;
  text-shadow: 1px 1px 0 #EEEEEE;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle i {
  float: right;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading:hover {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#e0e0e0));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -o-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: linear-gradient(to bottom,#f5f5f5,#e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active {
  background-color: #8b8b8b;
  background-image: -moz-linear-gradient(top,#999,#777);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#777));
  background-image: -webkit-linear-gradient(top,#999,#777);
  background-image: -o-linear-gradient(top,#999,#777);
  background-image: linear-gradient(to bottom,#999,#777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff777777', GradientType=0);
  border-color: #777;
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle {
  color: #fff;
  text-shadow: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle i {
  color: #eee;
  text-shadow: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse {
  background: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner {
  border: none;
  padding: 8px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear {
  margin: 0 0 5px;
  padding: 10px 0 0;
  font-size: 100%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear span {
  color: #555;
  display: inline-block;
  background: #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 1px 15px;
  -webkit-box-shadow: 0 1px #CCCCCC inset;
  -moz-box-shadow: 0 1px #CCCCCC inset;
  box-shadow: 0 1px #CCCCCC inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.tomato {
  background-color: #ff6825;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.green {
  background-color: #8fb60b;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.blue {
  background-color: #28A8D2;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.cyan {
  background-color: #00a89b;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.dark_red {
  background-color: #a90029;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.dark_blue {
  background-color: #3d5daa;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.active {
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors {
  margin: 0 -1px 0 0 !important;
  border-color: #ccc;
  width: 55px !important;
  border-radius: 3px 0 0 3px !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern {
  height: 22px;
  width: 30px;
  float: left;
  text-indent: -999em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern.active {
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox {
  width: 95%;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 0;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox:hover {
  border-color: #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox select {
  z-index: 10;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox .select-arrow {
  background: url(../images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 26px;
  top: 0;
  right: 0;
}
#cpanel_wrapper .cpanel-reset .btn {
  background-color: #727272;
  background-image: -moz-linear-gradient(top,#7a7a7a,#666666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7a7a7a),to(#666666));
  background-image: -webkit-linear-gradient(top,#7a7a7a,#666666);
  background-image: -o-linear-gradient(top,#7a7a7a,#666666);
  background-image: linear-gradient(to bottom,#7a7a7a,#666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a7a', endColorstr='#ff666666', GradientType=0);
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  border: none;
}
.yt-sticky .module .module-inner1 {
  position: relative;
}
.yt-sticky .module .module-inner1 .module-inner2 {
  margin: 6px;
}
.yt-sticky .module .module-inner1 .module-inner2 .module-inner3 {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #6b82a2;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-align: center;
}
.btn-special span {
  font-size: 20px;
  line-height: 36px;
  width: 24px;
  margin: 0 4px 0 8px;
}
.btn-special:hover span {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#yt_notice {
  position: fixed;
  top: 0px;
  height: 0px;
  min-height: 0px;
  z-index: 96;
}
#yt_notice .yt-notice .module {
  background-color: #6b82a2;
  color: #eee;
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  position: absolute;
  top: -99em;
  z-index: 88;
  text-align: center;
  width: 100%;
  min-height: 35px;
  margin: 0;
  border: none;
}
#yt_notice .yt-notice .module.active {
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
}
#yt_notice .yt-notice .module.active .btn-special {
  color: #fff;
  background: #5E7696;
  border-radius: 0;
}
#yt_notice .yt-notice .module .module-inner1 {
  position: relative;
  padding: 10px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special {
  position: absolute;
  right: 90px;
  left: auto;
  height: 39px;
  color: #BFCFE6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special span {
  margin: 0 8px 0 8px;
  line-height: 36px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent {
  padding: 0;
  color: #ddd;
  font-size: 12px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent a {
  color: #fff;
  display: inline-block;
}
#yt_sticky_left {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #3376BC;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  border: none;
}
#yt_tool_bottom .module .module-inner2 {
  padding: 6px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 {
  padding: 10px;
  background: #fff;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport input,
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport textarea {
  width: 95%;
  font-size: 12px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .modcontent {
  padding: 0;
  font-size: 12px;
}
#yt_tool_bottom .module .btn-special {
  left: auto;
  top: -36px;
  right: 0px;
  width: auto;
  height: 35px;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: #3376BC;
  color: #eee;
  border: 1px solid #285d94;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
#yt_tool_bottom .module .btn-special span {
  line-height: 32px;
}
#yt_wrapper h3.h3-wrapper {
  display: none;
}
#yt_wrapper {
  overflow: hidden;
}
#yt_header {
  padding: 30px 0;
}
#yt_header #yt_logoposition h1 {
  margin: 37px 0 0;
}
#yt_header #yt_logoposition h1 a {
  display: block;
}
#yt_header #topmenu {
  background-color: #28a8d2;
  color: #fff;
  margin-bottom: 20px;
  float: right;
  width: 38%;
}
#yt_header #topmenu .menu:after {
  content: "|";
  color: #45b7dc;
}
#yt_header #topmenu .yt-loginform:after {
  content: "";
}
#yt_header #topmenu .login-greeting {
  float: left;
}
#yt_header #topbanner [class*="span"] {
  float: right;
}
#yt_menuwrap {
  position: relative;
  z-index: 10;
  height: auto;
  margin: 0;
  width: 100%;
  margin: 0 0 10px;
}
#yt_menuwrap .container {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  position: relative;
  z-index: 2;
  height: 43px;
}
#yt-responivemenu {
  display: none;
}
#yt_slideshow .module {
  margin-bottom: 20px;
}
#breadcrumb div.module {
  margin-bottom: 20px;
}
#breadcrumb div.module ul.breadcrumb {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#breadcrumb div.module ul.breadcrumb li {
  padding: 0;
}
#breadcrumb div.module ul.breadcrumb li .divider {
  background: url(../images/breadcrumb_separate.png) no-repeat left 80%;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
#breadcrumb div.module ul.breadcrumb li a,
#breadcrumb div.module ul.breadcrumb li span {
  font-size: 89%;
  height: 9px;
  color: #3376BC;
}
#breadcrumb div.module ul.breadcrumb li a:hover,
#breadcrumb div.module ul.breadcrumb li span:hover {
  color: #2D69A5;
}
#content #yt_component {
  margin-bottom: 30px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#content.nopos-left.nopos-right #content_main {
  width: 100%;
}
.bg-style {
  border: none;
  margin: 0;
  box-shadow: none;
  background: transparent;
}
.bg-style h3.modtitle {
  background: transparent;
  border: none;
  margin-top: 5px;
}
#yt_spotlight1 {
  background: #F8F8F8;
  display: block;
  padding: 5px 0 0;
  border-bottom: 1px solid #ddd;
}
#yt_spotlight4 {
  background: #404040;
  padding: 10px 0;
  border-top: 40px solid #F8F8F8;
}
#yt_spotlight4 .module h3.title {
  margin: 0;
  width: 90%;
  font-weight: 800;
}
#yt_spotlight4 .module .module-content {
  border-right: 1px solid #4d4d4d;
  padding-right: 20px;
  padding-top: 20px;
  min-height: 255px;
}
.rtl #yt_spotlight4 .module .module-content {
  border-left: 1px solid #4d4d4d;
  border-right: none;
  padding-left: 20px;
  padding-right: 0;
}
#yt_footer {
  text-align: center;
}
#yt_footer .yt-main {
  background-color: #333333;
}
#yt_footer .yt-main #yt_copyrightposition {
  padding: 20px 0 20px 55px;
  color: #B5B5B5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
#yt_footer .yt-main #yt_copyrightposition a {
  color: #fff;
}
#yt_footer .yt-main #yt_copyrightposition a:hover {
  color: #2D69A5;
}
.container {
  width: 1170px;
}
div.row-fluid .first[class*="span"] {
  margin: 0;
}
div.row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 20px;
}
div.row-fluid .hidden {
  display: none !important;
}
div.row-fluid [class*="span"] {
  min-height: 3px;
}
@media (max-width: 1024px) {
  #bd {
    width: 1190px;
  }
}
.layout_left-main-right div.moduletabs,
.layout_left-right-main div.moduletabs,
.layout_main-left-right div.moduletabs {
  margin-top: -19px;
}
.layout_left-main-right div.moduletabs.top-position .tabs-container,
.layout_left-right-main div.moduletabs.top-position .tabs-container,
.layout_main-left-right div.moduletabs.top-position .tabs-container {
  position: static;
  margin-bottom: 10px;
  height: 37px;
  width: 100%;
  background-color: #EDEEEF;
  border-bottom: 1px solid #DBE0E4;
}
.layout_left-main-right div.moduletabs.top-position .tabs-container ul.tabs li .tab,
.layout_left-right-main div.moduletabs.top-position .tabs-container ul.tabs li .tab,
.layout_main-left-right div.moduletabs.top-position .tabs-container ul.tabs li .tab {
  padding: 10px 5px;
}
.layout_left-main-right div.module.g-newsletter .modcontent .jwTinyLetterForm .inputbox,
.layout_left-right-main div.module.g-newsletter .modcontent .jwTinyLetterForm .inputbox,
.layout_main-left-right div.module.g-newsletter .modcontent .jwTinyLetterForm .inputbox {
  width: 55%;
}
.layout_left-main-right .item-page .img-fulltext,
.layout_left-right-main .item-page .img-fulltext,
.layout_main-left-right .item-page .img-fulltext {
  display: block;
}
.layout_left-main-right #k2Container.itemView .itemBody .itemImageBlock span.itemImage,
.layout_left-right-main #k2Container.itemView .itemBody .itemImageBlock span.itemImage,
.layout_main-left-right #k2Container.itemView .itemBody .itemImageBlock span.itemImage {
  display: block;
}
.layout_left-main-right div.archive .filter-search #limit,
.layout_left-right-main div.archive .filter-search #limit,
.layout_main-left-right div.archive .filter-search #limit {
  margin: 10px 0;
}
.layout_left-main-right #advanced-search-toggle,
.layout_left-right-main #advanced-search-toggle,
.layout_main-left-right #advanced-search-toggle {
  margin: 10px 0;
}
.layout_left-right-main .nogroup-left #content_right {
  margin: 0;
}
a {
  color: #3376BC;
}
a:hover {
  color: #2D69A5;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
  font-size: 14px;
  line-height: 100%;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 89%;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank {
  list-style: none;
  margin: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #3376BC;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #555;
}
ul.latestnews.yt-list li a:hover {
  color: #3376BC;
}
select {
  padding: 5px 6px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.inputbox:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
.btn:focus {
  outline: 0 none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F7F7F7),color-stop(50%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: -moz-linear-gradient(top,#F7F7F7,#fff 5000%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 4px 6px;
  border-color: #ddd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-family: inherit;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.form-horizontal .control-label {
  text-align: left;
}
.btn {
  font-size: 12px;
}
.button,
button {
  background: #22507d;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.button:hover,
button:hover {
  background: #3376BC;
  color: #fff;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.collapse {
  overflow: hidden;
}
.form-inline .disabled .icon-search {
  vertical-align: 1px;
  margin-right: 5px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #555;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #555;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #555;
  border-bottom: 2px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-top: 1px solid #ddd;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #2D69A5 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle:before {
  font-family: fontawesome;
  margin-right: 10px;
}
.pager.pagenav {
  margin-top: 35px;
}
.item-page a:hover {
  color: #2D69A5;
}
div.categories-list > div {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  margin: 0;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
}
div.categories-list > div.last {
  margin: 0;
  border: none;
}
div.categories-list ul {
  position: relative;
  margin: 0;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
div.categories-list ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
div.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
.blog .heading-category,
.tag-category .heading-category {
  font-size: 22pt;
  line-height: 30px;
  color: #3376BC;
  font-weight: 800;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.blog .items-leading,
.tag-category .items-leading {
  overflow: hidden;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4,
.tag-category .items-leading.cols-2,
.tag-category .items-leading.cols-3,
.tag-category .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item,
.tag-category .items-leading .item {
  padding: 0 0 30px;
  overflow: hidden;
}
.blog .items-leading .item .item-image,
.tag-category .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog .items-leading .item .item-image .image-overlay,
.tag-category .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog .items-leading .item .item-image .image-overlay .hover-links,
.tag-category .items-leading .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a,
.tag-category .items-leading .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom,
.tag-category .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-link,
.tag-category .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  display: none;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a i,
.tag-category .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-leading .item .item-image:hover .item-headinfo,
.tag-category .items-leading .item .item-image:hover .item-headinfo {
  bottom: -35px;
}
.blog .items-leading .item .item-image:hover .image-overlay,
.tag-category .items-leading .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.tag-category .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.tag-category .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i,
.tag-category .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right,
.tag-category .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
.blog .items-leading .item .article-text,
.tag-category .items-leading .item .article-text {
  overflow: hidden;
}
.blog .items-leading .item .article-text .page-header,
.tag-category .items-leading .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2,
.tag-category .items-leading .item .article-text .page-header h2 {
  font-size: 115%;
  margin: 0;
  min-height: 25px;
  margin-top: -7px;
}
.blog .items-leading .item .article-text .page-header h2 a,
.tag-category .items-leading .item .article-text .page-header h2 a {
  color: #555;
  font-size: 16px;
}
.blog .items-leading .item .article-text .page-header h2 a:hover,
.tag-category .items-leading .item .article-text .page-header h2 a:hover {
  color: #2D69A5;
}
.blog .items-leading .item .article-text p,
.tag-category .items-leading .item .article-text p {
  margin: 0 0 20px;
  font-size: 12px;
  font-family: Segoe UI;
}
.blog .items-leading .item .article-text .item-headinfo,
.tag-category .items-leading .item .article-text .item-headinfo {
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info,
.tag-category .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0 0 10px;
  line-height: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd,
.tag-category .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.catItemCommentsLink,
.tag-category .items-leading .item .article-text .item-headinfo dl.article-info dd.catItemCommentsLink {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
  line-height: 10px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #3376BC;
  padding: 4px 7px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a img,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a:hover,
.tag-category .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #fff;
  background: #2D69A5;
}
.blog .items-leading .item .article-text a.readmore,
.tag-category .items-leading .item .article-text a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #666;
}
.blog .items-leading .item .article-text a.readmore:after,
.tag-category .items-leading .item .article-text a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  transition: all 0.2s ease-in;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
}
.blog .items-leading .item .article-text a.readmore:hover,
.tag-category .items-leading .item .article-text a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
.blog .items-leading .item .article-text a.readmore:hover:after,
.tag-category .items-leading .item .article-text a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-in;
}
.blog .items-leading .item.span6 .item-image,
.tag-category .items-leading .item.span6 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-leading .item.span4 .item-image,
.tag-category .items-leading .item.span4 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
  width: 100%;
}
.blog .items-leading .item.span4 .item-image img,
.tag-category .items-leading .item.span4 .item-image img {
  width: 100%;
}
.blog .items-leading .item.span4 .article-text,
.tag-category .items-leading .item.span4 .article-text {
  margin-top: -6px;
}
.blog .items-leading .item.span4 .article-text .item-headinfo,
.tag-category .items-leading .item.span4 .article-text .item-headinfo {
  background: #f4f4f4;
  padding: 5px;
  margin: 0 0 5px;
}
.blog .items-leading .item.span4 .article-text .page-header,
.tag-category .items-leading .item.span4 .article-text .page-header {
  margin: 0;
}
.blog .items-leading .item.span4 .article-text .page-header h2 a,
.tag-category .items-leading .item.span4 .article-text .page-header h2 a {
  font-size: 12px;
}
.blog .items-leading .item.span3 .item-image,
.tag-category .items-leading .item.span3 .item-image {
  float: none !important;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions,
.tag-category .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading .item.span3 .item-headinfo,
.tag-category .items-leading .item.span3 .item-headinfo {
  padding: 5px 10px;
  background: #F4F4F4;
  margin-bottom: 10px;
}
.blog .items-leading .item.span3 .item-headinfo dl.article-info,
.tag-category .items-leading .item.span3 .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-leading .leading-0,
.tag-category .items-leading .leading-0 {
  padding-top: 0;
}
.blog .items-row.cols-2,
.blog .items-row.cols-3,
.blog .items-row.cols-4,
.blog .items-row.row-0,
.tag-category .items-row.cols-2,
.tag-category .items-row.cols-3,
.tag-category .items-row.cols-4,
.tag-category .items-row.row-0 {
  border-top: none;
}
.blog .items-row.row-0 .item,
.tag-category .items-row.row-0 .item {
  padding-top: 0;
}
.blog .items-row .item,
.tag-category .items-row .item {
  padding: 0 0 30px;
  overflow: hidden;
}
.blog .items-row .item .item-image,
.tag-category .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog .items-row .item .item-image .image-overlay,
.tag-category .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog .items-row .item .item-image .image-overlay .hover-links,
.tag-category .items-row .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-row .item .item-image .image-overlay .hover-links a,
.tag-category .items-row .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-zoom,
.tag-category .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-link,
.tag-category .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  display: none;
}
.blog .items-row .item .item-image .image-overlay .hover-links a i,
.tag-category .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-row .item .item-image:hover .item-headinfo,
.tag-category .items-row .item .item-image:hover .item-headinfo {
  bottom: -35px;
}
.blog .items-row .item .item-image:hover .image-overlay,
.tag-category .items-row .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.tag-category .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.tag-category .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i,
.tag-category .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right,
.tag-category .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
.blog .items-row .item .article-text,
.tag-category .items-row .item .article-text {
  overflow: hidden;
}
.blog .items-row .item .article-text .page-header,
.tag-category .items-row .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2,
.tag-category .items-row .item .article-text .page-header h2 {
  font-size: 115%;
  margin: 0;
  min-height: 25px;
  margin-top: -7px;
}
.blog .items-row .item .article-text .page-header h2 a,
.tag-category .items-row .item .article-text .page-header h2 a {
  color: #555;
  font-size: 16px;
}
.blog .items-row .item .article-text .page-header h2 a:hover,
.tag-category .items-row .item .article-text .page-header h2 a:hover {
  color: #2D69A5;
}
.blog .items-row .item .article-text p,
.tag-category .items-row .item .article-text p {
  margin: 0 0 20px;
  font-size: 12px;
  font-family: Segoe UI;
}
.blog .items-row .item .article-text .item-headinfo,
.tag-category .items-row .item .article-text .item-headinfo {
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info,
.tag-category .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0 0 10px;
  line-height: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd,
.tag-category .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.catItemCommentsLink,
.tag-category .items-row .item .article-text .item-headinfo dl.article-info dd.catItemCommentsLink {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions,
.tag-category .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
  line-height: 10px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li,
.tag-category .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after,
.tag-category .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after,
.tag-category .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after,
.tag-category .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a,
.tag-category .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #3376BC;
  padding: 4px 7px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a img,
.tag-category .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a:hover,
.tag-category .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #fff;
  background: #2D69A5;
}
.blog .items-row .item .article-text a.readmore,
.tag-category .items-row .item .article-text a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #666;
}
.blog .items-row .item .article-text a.readmore:after,
.tag-category .items-row .item .article-text a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  transition: all 0.2s ease-in;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
}
.blog .items-row .item .article-text a.readmore:hover,
.tag-category .items-row .item .article-text a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
.blog .items-row .item .article-text a.readmore:hover:after,
.tag-category .items-row .item .article-text a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-in;
}
.blog .items-row .item.span6 .item-image,
.tag-category .items-row .item.span6 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-row .item.span4 .item-image,
.tag-category .items-row .item.span4 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
  width: 100%;
}
.blog .items-row .item.span4 .item-image img,
.tag-category .items-row .item.span4 .item-image img {
  width: 100%;
}
.blog .items-row .item.span4 .article-text,
.tag-category .items-row .item.span4 .article-text {
  margin-top: -6px;
}
.blog .items-row .item.span4 .article-text .item-headinfo,
.tag-category .items-row .item.span4 .article-text .item-headinfo {
  background: #f4f4f4;
  padding: 5px;
  margin: 0 0 5px;
}
.blog .items-row .item.span4 .article-text .page-header,
.tag-category .items-row .item.span4 .article-text .page-header {
  margin: 0;
}
.blog .items-row .item.span4 .article-text .page-header h2 a,
.tag-category .items-row .item.span4 .article-text .page-header h2 a {
  font-size: 12px;
}
.blog .items-row .item.span3 .item-image,
.tag-category .items-row .item.span3 .item-image {
  float: none !important;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions,
.tag-category .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row .item.span3 .item-headinfo,
.tag-category .items-row .item.span3 .item-headinfo {
  padding: 5px 10px;
  background: #F4F4F4;
  margin-bottom: 10px;
}
.blog .items-row .item.span3 .item-headinfo dl.article-info,
.tag-category .items-row .item.span3 .item-headinfo dl.article-info {
  margin: 0;
}
#g-pageservices h3 {
  font-weight: bold;
}
.module.AboutRight {
  margin-top: 73px;
}
.about p {
  font-size: 12px;
}
.about h2 .title-h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  background: url("../images/bg/about_title.png") no-repeat 0 30px;
  background-size: 100% 5px;
  padding-bottom: 30px;
}
.about ul.list-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about ul.list-title li {
  list-style: none;
  background: url("../images/bg/about-row.png") no-repeat 0 0;
  padding-left: 40px;
  margin-bottom: 10px;
}
.about ul.list-title li a {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.about ul.list-title li a:hover {
  color: #2D69A5;
}
.about h3 {
  margin-top: 50px;
  display: block;
}
.about h3 .title-h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: url("../images/bg/about_title.png") no-repeat 0 30px;
  background-size: 100% 5px;
  padding-bottom: 30px;
}
.about .row-fluid {
  margin-top: 30px;
}
.about .row-fluid h3 {
  font-size: 14px !important;
  color: #666;
  font-weight: bold;
  margin: 10px 0 2px;
}
.about .row-fluid .desc {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}
.icon-calendar:before {
  content: "\f017";
}
body.homepage .blog-featured .items-leading {
  padding: 0;
  border: none;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title {
  font-size: 150%;
  font-weight: normal;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title a {
  color: #2D69A5;
}
.blog-featured .items-leading.cols-2,
.blog-featured .items-leading.cols-3,
.blog-featured .items-leading.cols-4 {
  border-bottom: none;
}
.blog-featured .items-leading .item {
  padding: 0 0 10px 0;
  padding: 0 0 30px;
  overflow: hidden;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog-featured .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  display: none;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-leading .item .item-image:hover .item-headinfo {
  bottom: -35px;
}
.blog-featured .items-leading .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
.blog-featured .items-leading .item .article-text {
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 115%;
  margin: 0;
  min-height: 25px;
  margin-top: -7px;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #555;
  font-size: 16px;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #2D69A5;
}
.blog-featured .items-leading .item .article-text p {
  margin: 0 0 20px;
  font-size: 12px;
  font-family: Segoe UI;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0 0 10px;
  line-height: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.catItemCommentsLink {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
  line-height: 10px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #3376BC;
  padding: 4px 7px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #fff;
  background: #2D69A5;
}
.blog-featured .items-leading .item .article-text a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #666;
}
.blog-featured .items-leading .item .article-text a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  transition: all 0.2s ease-in;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
}
.blog-featured .items-leading .item .article-text a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
.blog-featured .items-leading .item .article-text a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-in;
}
.blog-featured .items-leading .item.span6 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
  width: 100%;
}
.blog-featured .items-leading .item.span4 .item-image img {
  width: 100%;
}
.blog-featured .items-leading .item.span4 .article-text {
  margin-top: -6px;
}
.blog-featured .items-leading .item.span4 .article-text .item-headinfo {
  background: #f4f4f4;
  padding: 5px;
  margin: 0 0 5px;
}
.blog-featured .items-leading .item.span4 .article-text .page-header {
  margin: 0;
}
.blog-featured .items-leading .item.span4 .article-text .page-header h2 a {
  font-size: 12px;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading .item.span3 .item-headinfo {
  padding: 5px 10px;
  background: #F4F4F4;
  margin-bottom: 10px;
}
.blog-featured .items-leading .item.span3 .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item.leading-0 {
  padding-top: 0;
}
.blog-featured .items-row {
  overflow: hidden;
}
.blog-featured .items-row.cols-2,
.blog-featured .items-row.cols-3,
.blog-featured .items-row.cols-4,
.blog-featured .items-row.row-0 {
  border-top: none;
}
.blog-featured .items-row.row-0 .item {
  padding-top: 0;
}
.blog-featured .items-row .item {
  padding: 0 0 10px 0;
  padding: 0 0 30px;
  overflow: hidden;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog-featured .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  display: none;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-row .item .item-image:hover .item-headinfo {
  bottom: -35px;
}
.blog-featured .items-row .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
.blog-featured .items-row .item .article-text {
  overflow: hidden;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 115%;
  margin: 0;
  min-height: 25px;
  margin-top: -7px;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #555;
  font-size: 16px;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #2D69A5;
}
.blog-featured .items-row .item .article-text p {
  margin: 0 0 20px;
  font-size: 12px;
  font-family: Segoe UI;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0 0 10px;
  line-height: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.catItemCommentsLink {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
  line-height: 10px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #3376BC;
  padding: 4px 7px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #fff;
  background: #2D69A5;
}
.blog-featured .items-row .item .article-text a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #666;
}
.blog-featured .items-row .item .article-text a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  transition: all 0.2s ease-in;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
}
.blog-featured .items-row .item .article-text a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
.blog-featured .items-row .item .article-text a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-in;
}
.blog-featured .items-row .item.span6 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
  width: 100%;
}
.blog-featured .items-row .item.span4 .item-image img {
  width: 100%;
}
.blog-featured .items-row .item.span4 .article-text {
  margin-top: -6px;
}
.blog-featured .items-row .item.span4 .article-text .item-headinfo {
  background: #f4f4f4;
  padding: 5px;
  margin: 0 0 5px;
}
.blog-featured .items-row .item.span4 .article-text .page-header {
  margin: 0;
}
.blog-featured .items-row .item.span4 .article-text .page-header h2 a {
  font-size: 12px;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row .item.span3 .item-headinfo {
  padding: 5px 10px;
  background: #F4F4F4;
  margin-bottom: 10px;
}
.blog-featured .items-row .item.span3 .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item.leading-0 {
  padding-top: 0;
}
.blog .items-leading + .items-row .item {
  padding-top: 30px;
}
.faq ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle:before {
  display: none;
}
.item-page.bonus .img-fulltext {
  width: 100%;
  background: none;
}
.item-page.bonus .img-fulltext .image-overlay {
  display: none;
}
.item-page.about .article-info {
  display: none;
}
.item-page.page_contact .article-info {
  display: none;
}
.item-page.page_contact .page-header h2 a {
  font-size: 20px;
  font-weight: 400;
}
.item-page .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.item-page .page-header h2 {
  font-size: 115%;
  margin: 0;
  min-height: 25px;
  margin-top: -7px;
}
.item-page .page-header h2 a {
  color: #555;
  font-size: 16px;
}
.item-page .page-header h2 a:hover {
  color: #2D69A5;
}
.item-page .page-header h2 {
  font-size: 16px;
  margin: 3px 0 10px;
  line-height: 110%;
  font-weight: 800;
  text-transform: uppercase;
}
.item-page .article-info {
  background: #EEEEEE;
  padding: 5px 5px 1px;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin: 0 0 20px;
  overflow: hidden;
}
.item-page .article-info dl.article-info {
  margin: 0 0 10px;
  line-height: 0;
}
.item-page .article-info dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.item-page .article-info dl.article-info dd.catItemCommentsLink {
  display: none;
}
.item-page .article-info ul.actions {
  list-style: none;
  margin: 0;
  float: right;
  line-height: 10px;
}
.item-page .article-info ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.item-page .article-info ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page .article-info ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.item-page .article-info ul.actions li.edit-icon a:after {
  content: "\f044";
}
.item-page .article-info ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #3376BC;
  padding: 4px 7px;
}
.item-page .article-info ul.actions li a img {
  display: none;
}
.item-page .article-info ul.actions li a:hover {
  color: #fff;
  background: #2D69A5;
}
.item-page .article-info dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
.item-page .article-info dl.article-info dd.published {
  margin-right: 10px;
}
.item-page .article-info dl.article-info dd.published .icon-calendar:before {
  content: "\f017";
}
.item-page .article-info dl.article-info dd.createdby:before {
  content: "\f007";
  font-family: fontawesome;
}
.item-page .article-info .actions .edit-icon a {
  margin-top: -3px;
}
.item-page .article-info ul.actions li a {
  background: none;
  color: #909090;
  width: 10px;
  padding: 4px 0;
  height: 14px !important;
}
.item-page .article-info ul.actions li a:hover {
  background: none;
  color: #2D69A5;
}
.item-page .img-fulltext {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  width: 71%;
  position: relative;
  margin-bottom: 1em;
  display: table;
  margin: 0 auto 1em;
}
.item-page .img-fulltext .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.item-page .img-fulltext .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.item-page .img-fulltext .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
.item-page .img-fulltext .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-page .img-fulltext .image-overlay .hover-links a.hover-link {
  display: none;
}
.item-page .img-fulltext .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.item-page .img-fulltext:hover .item-headinfo {
  bottom: -35px;
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
.item-page .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page .img-fulltext.pull-left {
  margin-right: 1em;
}
.item-page .img-fulltext.pull-right {
  margin-left: 1em;
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page h3.related-title {
  font-size: 140%;
  font-family: "";
}
.item-page ul.related-items li.span6 {
  width: 50%;
  margin: 0 0 10px 0 !important;
}
.item-page ul.related-items li.span6 .img-fulltext {
  margin-bottom: 0;
  width: auto;
}
.item-page ul.related-items li.span6 .related-item-title a {
  color: #555;
}
.item-page ul.related-items li.span6 .related-item-title a:hover {
  color: #2D69A5;
}
.item-page.edit .formelm-buttons {
  margin: 0 0 1em 0;
}
.item-page.edit .button2-left a.modal {
  position: static;
  border: none;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.item-page #g-pageportfolio {
  display: block;
  overflow: hidden;
  padding: 10px;
}
.item-page .pager {
  margin: 35px 0 0 0;
}
.item-page .pager a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-top: 3px solid #3376BC;
  display: inline-block;
  padding: 5px 14px;
}
.item-page .pager a:hover {
  background: #E5E5E5;
}
.related-items .img-fulltext {
  display: block;
  overflow: hidden;
}
.related-items .img-fulltext img {
  transition: all 0.6s ease-out;
}
.related-items .img-fulltext:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease-out;
}
.homepage .item-page .img-fulltext {
  display: block;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
ul.related-items li h3.related-item-title {
  font-weight: normal;
  margin: 0 15px;
}
.category-list h2 {
  font-size: 22pt;
  line-height: 30px;
  color: #3376BC;
  font-weight: 800;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.category-list .cat-items .display-limit select {
  width: auto !important;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.pagination {
  margin: 20px 0;
}
.pagination .counter {
  display: none;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0 1px;
}
.pagination ul li .active {
  color: #fff;
  background: #3376BC;
}
.pagination ul li.active span {
  color: #fff;
  background: #3376BC;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline;
  color: #555;
  border: none;
  background: #ddd;
  padding: 8px 13px;
}
.pagination ul li a:hover {
  color: #fff;
  background: #3376BC;
  color: #fff;
}
.pagination ul li.prev,
.pagination ul li.next {
  border-radius: 0;
}
.pagination ul li.prev > *,
.pagination ul li.next > * {
  border: none !important;
  background: #ddd;
  box-shadow: none !important;
  border-radius: 0;
  padding: 8px;
}
.pagination ul li li:last-child a,
.pagination ul li li:last-child span {
  border-radius: 0;
}
.pagination ul li.prev > *:before {
  content: "\f104";
  font-family: FontAwesome;
  padding: 0 5px;
  display: inline;
  font-size: 15px;
  border-radius: 0;
}
.pagination ul li.next > *:after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 5px;
  display: inline;
  font-size: 15px;
  border-radius: 0;
}
.contentpane {
  margin: 10px;
  font-size: 12px;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 10px;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
}
.contentpane .item-page .img-fulltext {
  display: block;
}
.contentpane .item-page .img-fulltext .img_caption {
  width: auto !important;
}
.contentpane .item-page ul.related-items li .img-fulltext {
  display: block;
}
.contentpane .item-page ul.related-items li h3.related-item-title {
  margin-bottom: 1.5em;
}
.contentpane .row-fluid [class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
.contentpane .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.contentpane .row-fluid .span4 {
  width: 31.9149%;
}
.contentpane .row-fluid .span3 {
  width: 23.0769%;
}
.pane-sliders .panel h3.title {
  font-size: 110%;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.pane-sliders .panel h3.title a {
  color: #555;
}
.pane-sliders .panel h3.title a:hover {
  color: #2D69A5;
}
.item_variations .pager {
  margin: 0;
}
.item_variations .pager a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-top: 3px solid #2D69A5;
  display: inline-block;
  padding: 5px 14px;
}
.item_variations .pager a:hover {
  background: #E5E5E5;
}
.search #searchForm legend {
  font-size: 18px;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  background: #ECF0E8;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
  box-shadow: 0 0 0 1px #f4f4f4 inset;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search .word .button {
  padding: 4px 15px;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search .advanced-search-tip {
  margin-bottom: 2em;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 160%;
  line-height: 130%;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.newsfeed ol li >  a {
  color: #777;
  font-weight: bold;
  font-size: 118.6%;
}
.newsfeed ol li >  a:hover {
  color: #2D69A5;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description .K2FeedImage {
  margin-bottom: 13px;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  color: #3376BC;
  margin-bottom: 20px;
}
h2.subtitle {
  font-size: 130%;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: 0 0 15px;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
  font-size: 148.6%;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 17px;
}
.view-login .wrap-login .other-link ul.yt-list li {
  margin-bottom: 0;
  line-height: 22px;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #2D69A5;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
  line-height: 137%;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.reset dd,
.remind dd {
  margin: 0;
}
div.contact h3.jicons-text {
  margin: 0;
  font-family: "";
}
div.contact .contact-image {
  background: #f0f4f7;
  padding: 20px 30px;
  margin-bottom: 2em;
}
div.contact .panel-form {
  background: #f0f4f7;
  padding: 20px 30px;
  margin-bottom: 2em;
}
div.contact .panel-form legend {
  border: none;
  font-size: 12px;
  margin: 0;
  color: #999;
}
div.contact .panel-form .button i {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin: -3px 0 0 5px;
  border-color: #fff;
  background: url("../images/white-arrow-right.png") no-repeat scroll 3px 4px;
}
div.contact textarea,
div.contact input {
  width: 90%;
  border-color: #E0E0E0;
}
div.contact textarea {
  height: 100px;
  width: 97%;
  margin-bottom: 1em;
}
div.contact .contact-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 1em;
}
.suffix strong {
  display: inline-block;
}
.btn-primary.disabled {
  background: #3376BC;
}
.btn-primary.disabled:hover {
  background: #2D69A5;
}
.btn.jmodedit {
  width: 5px !important;
}
.module_menu,
div.module {
  margin: 0 0 20px;
  position: relative;
}
.pp_default .pp_content_container {
  border-width: 5px 0 1px !important;
  border-top-color: #2D69A5 !important;
  border-radius: 0 !important;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_description {
  margin: 0 !important;
  font-size: 12px;
}
.module .badge-style {
  padding: 0 20px 20px 95px;
  border: 1px solid #e4e7ee;
}
.module .badge-style h3.modtitle {
  border-top: none;
  border-bottom: none;
  margin: 20px 0 0;
  padding: 0;
  color: #666;
}
.module.badge-hot {
  padding: 0 20px 20px 95px;
  border: 1px solid #e4e7ee;
  background: url("../images/variations/badge_hot.png") no-repeat 25px 25px #fff;
}
.module.badge-hot h3.modtitle {
  border-top: none;
  border-bottom: none;
  margin: 20px 0 0;
  padding: 0;
  color: #666;
}
.module.badge-new {
  padding: 0 20px 20px 95px;
  border: 1px solid #e4e7ee;
  background: url("../images/variations/badge_new.png") no-repeat 25px 25px #fff;
}
.module.badge-new h3.modtitle {
  border-top: none;
  border-bottom: none;
  margin: 20px 0 0;
  padding: 0;
  color: #666;
}
.module.badge-top {
  padding: 0 20px 20px 95px;
  border: 1px solid #e4e7ee;
  background: url("../images/variations/badge_top.png") no-repeat 25px 25px #fff;
}
.module.badge-top h3.modtitle {
  border-top: none;
  border-bottom: none;
  margin: 20px 0 0;
  padding: 0;
  color: #666;
}
.module.badge-cool {
  padding: 0 20px 20px 95px;
  border: 1px solid #e4e7ee;
  background: url("../images/variations/badge_cool.png") no-repeat 25px 25px #fff;
}
.module.badge-cool h3.modtitle {
  border-top: none;
  border-bottom: none;
  margin: 20px 0 0;
  padding: 0;
  color: #666;
}
.module .box_style h3.modtitle {
  border-top: 3px solid #2D69A5;
  border-bottom: 1px solid #e8e8e8;
  padding: 7px 0;
  color: #3377bb;
  margin: 0;
}
.module .box_style .modcontent {
  padding-top: 5px;
}
.module h3.modtitle {
  border-top: 3px solid #2D69A5;
  border-bottom: 1px solid #e8e8e8;
  padding: 7px 0;
  color: #3377bb;
  margin: 0;
}
.module .modcontent {
  padding-top: 5px;
}
.module.box_1 h3.modtitle {
  border-top: 3px solid #696969;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
  color: #696969;
  margin: 0;
}
.module.box_1 .modcontent {
  padding-top: 5px;
}
.module.box_2 h3.modtitle {
  border-top: 3px solid #ed1c24;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
  color: #444444;
  margin: 0;
}
.module.box_2 .modcontent {
  background: #ececec;
  padding: 10px;
}
.module.box_3 h3.modtitle {
  border-top: 3px solid #ff6825;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
  color: #444444;
  margin: 0;
}
.module.box_3 .modcontent {
  border: 1px solid #ececec;
  border-top: none;
  padding: 5px 8px;
}
.module.news .modcontent {
  background: url("../images/variations/news.png") no-repeat 0 20px #fff;
  padding-left: 155px;
}
.module.news .modcontent .date {
  margin-top: 12px;
}
.module.news .modcontent h4 {
  font-size: 12px;
  margin: 0;
}
.module.news_1 .modcontent {
  background: url("../images/variations/news_1.png") no-repeat 0 20px #fff;
  padding-left: 105px;
}
.module.news_1 .modcontent .date {
  margin-top: 12px;
}
.module.news_1 .modcontent h4 {
  font-size: 12px;
  margin: 0;
}
.module.news_2 .modcontent .date {
  margin-top: 12px;
}
.module.news_2 .modcontent h4 {
  font-size: 12px;
  margin: 0;
}
.module.who_online {
  margin-top: 45px;
}
.module.who_online h3.modtitle {
  color: #444444;
}
.module.who_online .modcontent {
  background: url("../images/variations/online.png") no-repeat 20px center #e8e8e8;
  padding: 15px 0 15px 65px;
}
.module.style-iconSmall h3.modtitle [class^="icon-"],
.module.style-iconSmall h3.modtitle [class*=" icon-"] {
  font-size: 20px;
}
.module._menu div.modcontent {
  padding: 0;
}
.module._menu ul.menu {
  list-style: none;
  margin: 5px 0 10px;
}
.module._menu ul.menu > li {
  padding: 5px 15px;
}
.module._menu ul.menu > li:first-child {
  border: none;
}
.module._menu ul.menu > li:before {
  content: "";
  float: left;
  margin-right: -4px;
  width: 12px;
  height: 12px;
  background: url(../images/poiter-menu.png) no-repeat 0 0;
  display: inline-block;
  text-align: center;
  margin: 8px 8px 0 0;
}
.module._menu ul.menu > li > a {
  color: #555;
  display: block;
}
.module._menu ul.menu > li > a:hover {
  color: #2D69A5;
}
.module._menu ul.menu > li [class^="icon-"],
.module._menu ul.menu > li [class*=" icon-"] {
  display: inline-block;
  font-family: "";
}
.module._menu ul.menu > li [class^="icon-"]:before,
.module._menu ul.menu > li [class*=" icon-"]:before {
  display: none;
}
.module._menu ul.menu > li:hover:before,
.module._menu ul.menu > li.active:before {
  background: url(../images/blue/poiter-menu-active.png) no-repeat 0 0;
}
.module._menu ul.menu > li:hover a,
.module._menu ul.menu > li.active a {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper {
  background: transparent;
  border: none;
  padding: 0;
}
.module._menu ul.menu > li.deeper:before {
  content: "";
  display: none;
}
.module._menu ul.menu > li.deeper > a {
  padding: 4px 15px;
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper > a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/blue/poiter-menu-active.png) no-repeat 0 0;
  display: inline-block;
  margin-right: 8px;
}
.module._menu ul.menu > li.deeper ul {
  list-style: none;
  margin: 0px 20px;
}
.module._menu ul.menu > li.deeper ul li {
  margin-bottom: 3px;
}
.module._menu ul.menu > li.deeper ul li:hover {
  color: #555;
}
.module._menu ul.menu > li.deeper ul li:hover:before {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper ul li:hover li {
  color: #555;
}
.module._menu ul.menu > li.deeper ul li:hover li:hover {
  color: #555;
}
.module._menu ul.menu > li.deeper ul li.active:before {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper ul li.active li {
  color: #555;
}
.module._menu ul.menu > li.deeper ul li.active li:hover {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper ul li.active li.active {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper ul li.active li.active a {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper ul li.active li a {
  color: #555;
}
.module._menu ul.menu > li.deeper ul li.active li a:hover {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper ul li.active a {
  color: #2D69A5;
}
.module._menu ul.menu > li.deeper ul li a {
  color: #555;
}
.module._menu ul.menu > li.deeper ul li a:hover {
  color: #2D69A5;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #555;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
.icon-windows:before {
  content: "\f17a";
}
div#breadcrumb .module {
  margin-bottom: 10px;
}
div#breadcrumb div.module ul.breadcrumb li a,
div#breadcrumb div.module ul.breadcrumb li span {
  color: #666;
}
#topmenu ul.menu {
  float: left;
  margin: 0;
  margin: 0 5px;
}
#topmenu ul.menu li {
  display: inline-block;
  padding: 4px 10px;
  line-height: 20px;
  margin-bottom: 0;
}
#topmenu ul.menu li:before {
  content: "" !important;
  display: none !important;
}
#topmenu ul.menu > li {
  padding: 4px 10px 5px;
}
#topmenu ul.menu > li:hover {
  background: #3eb1d7;
}
#topmenu ul.menu > li > a {
  color: #fff;
  display: block;
}
#mod-finder-searchform {
  margin: 0;
  position: relative;
  overflow: hidden;
}
#mod-finder-searchform input.inputbox {
  width: auto;
  height: 20px;
  padding: 5px 10px;
  color: #fff;
  background: transparent;
  font-size: 91%;
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#mod-finder-searchform input.inputbox:focus + .button {
  color: #fff;
  background: #1c7592;
}
#mod-finder-searchform .button {
  color: #fff;
  float: right;
  background: #3eb1d7;
  border: none;
  padding: 4px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform .button:hover {
  color: #fff;
  background: #1c7592;
}
#mod-finder-searchform i {
  margin: 0;
  font-size: 14px;
}
dl.stats-module {
  margin: 0;
}
dl.stats-module dt {
  float: left;
  line-height: 28px;
  padding: 0 10px 0 15px;
  width: 110px;
}
dl.stats-module dd {
  height: 28px;
  line-height: 28px;
}
.module.topNews h3.modtitle {
  font-size: 210%;
  padding: 4px 20px 9px;
  font-weight: normal;
}
.sansFont {
  font-family: "";
}
#topbanner > div {
  min-height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#topbanner > div.first {
  margin-right: 1px !important;
}
#topbanner > div .ad-content p,
#topbanner > div .ad-content h1 {
  color: #fff;
  overflow: hidden;
  margin-bottom: 0;
  font-family: "";
}
#topbanner > div .ad-content p {
  padding-top: 12px;
}
ul.worldIndex li i {
  margin: 0 !important;
}
ul.worldIndex li .down {
  color: #FC1814;
}
ul.worldIndex li .up {
  color: #8EB60B;
}
.row-fluid .boxSolid [class*="span"] {
  padding: 15px;
}
.row-fluid .boxSolid .wrap-full {
  background: #f9f9f9;
  background: -moz-linear-gradient(left,#f9f9f9 0%,#ffffff 50%,#2cadd5 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#f9f9f9),color-stop(42%,#ffffff),color-stop(100%,#2cadd5));
  background: -webkit-linear-gradient(left,#f9f9f9 0%,#ffffff 50%,#2cadd5 100%);
  background: -o-linear-gradient(left,#f9f9f9 0%,#ffffff 50%,#2cadd5 100%);
  background: -ms-linear-gradient(left,#f9f9f9 0%,#ffffff 50%,#2cadd5 100%);
  background: linear-gradient(to right,#f9f9f9 0%,#ffffff 50%,#2cadd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#2cadd5',GradientType=1);
  overflow: hidden;
}
.row-fluid .boxSolid .colum1 {
  color: #555;
  width: 67.365%;
  float: left;
  min-height: 73px;
}
.row-fluid .boxSolid .colum2 h1.discount {
  color: white;
  font-size: 48px;
  line-height: 66%;
  min-height: 43px;
  margin: 0;
  font-family: "";
  font-weight: normal;
}
.row-fluid .boxSolid .colum2 h1.discount span {
  font-size: 22px;
}
#yt_spotlight5 .listinline li a {
  color: #555;
}
#yt_spotlight5 .listinline li a:hover {
  color: #2D69A5;
}
.mega-module ul.menu li {
  position: relative;
  padding: 1px 0 1px 0;
}
.mega-module ul.menu li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  font-size: 100%;
  text-transform: none;
  line-height: 20px;
}
.mega-module ul.menu li:hover a,
.mega-module ul.menu li.active a {
  background-color: #285d94;
  -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,0.2) ,0px -1px 0 rgba(0, 0, 0, 0.35),0px 0px 2px 1px rgba(0,0,0,0.15) inset;
  -moz-box-shadow: 0px 1px 0 rgba(255,255,255,0.2) ,0px -1px 0 rgba(0, 0, 0, 0.35),0px 0px 2px 1px rgba(0,0,0,0.15) inset;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.2) ,0px -1px 0 rgba(0, 0, 0, 0.35),0px 0px 2px 1px rgba(0,0,0,0.15) inset;
}
.mega-module ul.mega-profile li {
  width: 50%;
  float: left;
  padding: 1px 1px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mega-module ul.mega-profile li .item-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mega-module ul.mega-profile li .item-image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mega-module ul.mega-profile li .item-image .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.mega-module ul.mega-profile li .item-image .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.mega-module ul.mega-profile li .item-image .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.mega-module ul.mega-profile li .item-image .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.mega-module ul.mega-profile li .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mega-module ul.mega-profile li .item-image:hover .hoverLink:hover i {
  background-color: #2D69A5;
}
.mega-module .bsn-wrap h2.title {
  font-size: 100%;
  font-weight: bold;
}
.mega-module .bsn-wrap .basicnews-desc {
  margin: 0;
}
.mega-module .mega-news .item-wrap {
  margin: 0 0 5px;
}
.mega-module .mega-news .item-wrap .item-image {
  margin: 0 15px 0 0;
}
.mega-module .mega-news .item-wrap .item-title {
  margin-bottom: 0;
  font-size: 100%;
  display: block;
}
.mega-module .mega-news .item-wrap .item-title a {
  font-family: "Segoe UI" !important;
  font-weight: bold;
  display: block;
}
.mega-module .mega-news .item-wrap .item-desc {
  margin: 0;
}
.mega-module .mega-news .title-link-wrap .other-links {
  margin-top: 20px !important;
  margin-bottom: 0;
}
.mega-module .mega-news .title-link-wrap .other-links li:before {
  margin-right: 5px;
}
.mega-module .mega-news .title-link-wrap .other-links .item-title {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0;
}
.table-inline {
  font-size: 12px;
  margin-bottom: 0px;
}
.table-inline tr td.head {
  color: #555;
}
.table-inline tr td.head i {
  vertical-align: 3px;
}
.table-inline tr td.head span {
  color: #3376BC;
  font-size: 15px;
  padding: 0 5px;
}
.table-inline tr td.number {
  color: #3376BC;
}
.table-inline tr td.up {
  color: #8EB60B;
}
.table-inline tr td.down {
  color: #FC1814;
}
div.k2CalendarBlock {
  height: auto;
  margin: 0;
}
.module.bg-white h3.modtitle {
  border: none;
}
div.module.login {
  display: inline-block;
  float: left;
  margin: 0;
  width: 80%;
  text-align: left;
}
div.module.login #modlgn-remember {
  margin-top: -3px;
}
div.module.login .modcontent ul.yt-loginform.menu {
  margin: 0 0 0 96px;
}
div.module.login .modcontent ul.yt-loginform.menu li {
  list-style: none;
  display: inline;
}
div.module.login .modcontent ul.yt-loginform.menu li a {
  padding: 0 10px;
  position: relative;
  border-right: 1px solid #ccc;
  color: #696969;
  font-size: 12px;
  font-family: arial;
}
div.module.login .modcontent ul.yt-loginform.menu li a:hover {
  color: #2D69A5;
}
div.module.login .modcontent ul.yt-loginform.menu #myLogin form.form-inline ul li a {
  border-right: none;
}
div.module.login .modcontent #logout-form {
  text-align: right;
  float: none;
}
div.module.login .modcontent #logout-form .logout-button {
  padding: 0 7px 0 7px;
}
div.module.yt_flag {
  float: left;
  margin-bottom: 0;
}
div.module.yt_flag .modcontent .mod-languages img {
  height: 10px;
  margin-top: -3px;
}
div.module.yt_flag .modcontent .mod-languages li {
  margin: 0;
}
div.module.yt_flag .modcontent .mod-languages a.dropdown-toggle {
  font-size: 12px;
  color: #696969;
  line-height: 25px;
  height: 31px;
  display: block;
}
div.module.yt_flag .modcontent .mod-languages a.dropdown-toggle:hover {
  color: #2D69A5;
}
div.module.yt_flag .modcontent .mod-languages ul.dropdown-menu {
  min-width: 105px;
  border-radius: 0;
  left: -33px;
  top: 36px;
  border-bottom: 1px solid #bbb;
}
div.module.yt_flag .modcontent .mod-languages ul.dropdown-menu a {
  font-size: 12px;
  color: #606060;
}
div.module.yt_flag .modcontent .mod-languages ul.dropdown-menu li:hover a {
  color: #fff;
}
div.module.yt_flag .modcontent .mod-languages ul.dropdown-menu li > a:hover,
div.module.yt_flag .modcontent .mod-languages ul.dropdown-menu .dropdown-menu li > a:focus,
div.module.yt_flag .modcontent .mod-languages ul.dropdown-menu .dropdown-submenu:hover > a {
  background: #3376BC;
}
div.module.Subscribe {
  background-image: url("../images/blue/newletter.png");
  background-position: 20px 35px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  padding: 20px 0;
}
div.module.Subscribe h3.modtitle {
  font-size: 35px;
  line-height: 110%;
  padding: 10px 10px 0 105px;
  border: none;
  color: #444;
  font-weight: normal;
}
div.module.Subscribe .modcontent .acymailing_introtext {
  margin-bottom: 30px;
  padding: 0 50px 0 105px;
  font-size: 12px;
  line-height: 1.5em;
}
div.module.Subscribe .modcontent .acymailing_form table {
  background: #fff;
  position: relative;
  text-align: center;
  width: 100%;
}
div.module.Subscribe .modcontent .acymailing_form table .inputbox {
  width: 70%;
  border: 1px solid #ddd;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none !important;
  color: #444;
}
div.module.Subscribe .modcontent .acymailing_form table .inputbox.invalid {
  color: red;
}
div.module.Subscribe .modcontent .acymailing_form table .inputbox.invalid:focus {
  color: #444;
}
div.module.Subscribe .modcontent .acymailing_form table input.button {
  position: absolute;
  right: 43px;
  top: 1px;
  height: 34px;
  padding: 0 10px;
  bottom: 0;
  border-radius: 0px 2px 2px 0px;
  background: #2D69A5;
  border: 1px solid #3376BC;
  transition: all 0.5s ease-in;
}
div.module.Subscribe .modcontent .acymailing_form table input.button:hover {
  background: #3376BC;
  transition: all 0.5s ease-in;
}
div.news-scroller .scroller-container.nav-style2 .iviewSlider .ns-item {
  background-color: rgba(45,105,164,0.9);
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav a.iview-control {
  background-color: rgba(52,118,188,0.9);
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav a.iview-control:hover {
  background-color: rgba(45,105,164,0.7);
}
div.news-scroller .scroller-container.nav-style2 .iview-controlNav a.iview-control.active {
  background-color: rgba(45,105,164,0.9);
}
div.news-scroller .scroller-container .iview-caption .readmore {
  color: #555;
}
div.news-scroller .scroller-container .iview-caption .readmore .ico-arrow-right {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
div.news-scroller .scroller-container .iview-caption .readmore .ico-arrow-left {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-image: url(../images/blue/arrow-left.png);
}
div.news-scroller .scroller-container .iview-caption .readmore:hover {
  color: #2D69A5;
}
div.news-scroller .scroller-container .iview-caption .readmore:hover .ico-arrow-right,
div.news-scroller .scroller-container .iview-caption .readmore:hover .ico-arrow-left {
  border-color: #2D69A5;
  background-position: 3px 4px;
}
div.news-scroller .scroller-container .iview-caption .readmore .ico-arrow-right {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  background: url(../images/blue/arrow-right-img.png) no-repeat -55px 7px;
  display: block;
}
div.news-scroller .scroller-container .iview-caption .readmore .ico-arrow-left {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  background: url(../images/blue/arrow-right-img.png) no-repeat -55px 7px;
  display: block;
  background-image: url(../images/blue/arrow-left-large.png);
}
div.news-scroller .scroller-container .iview-caption .readmore:hover {
  color: #3376BC;
}
div.news-scroller .scroller-container .iview-caption .readmore:hover .ico-arrow-right,
div.news-scroller .scroller-container .iview-caption .readmore:hover .ico-arrow-left {
  border-color: #fff;
  background-position: 5px 7px;
}
div.news-scroller .scroller-container .iview-caption .readmore .ico-arrow-right {
  background: url(../images/arrow-right-slider.png) no-repeat -55px 7px;
}
div.sj-extraslider .item .line .style1 .item-info .item-title a {
  color: #555;
}
div.sj-extraslider .item .line .style2:hover .item-image {
  margin-top: 0;
}
div.sj-extraslider .item .line .style2:hover .item-info .item-title a {
  color: #2D69A5;
}
div.sj-extraslider .item .line .style2 .item-info .item-title a {
  color: #3376BC;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.sj-extraslider.horizontal {
  min-height: 308px;
  margin: -20px -20px 0;
}
div.sj-extraslider.horizontal .extraslider-inner .item-wrap {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.sj-extraslider.horizontal .extraslider-inner .item-wrap i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  font-size: 16px;
}
div.sj-extraslider.horizontal .extraslider-inner .item-wrap:hover {
  background: #2D69A5;
}
div.sj-extraslider.horizontal .extraslider-inner .item-wrap:hover .item-title a {
  color: #fff;
}
div.sj-extraslider.horizontal .extraslider-inner .item-wrap:hover .item-title i {
  margin-left: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-extraslider .nav-page.nav-under {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
}
div.sj-extraslider .nav-page.nav-under .button-page {
  background: #3376BC;
  border: 2px solid #3376BC;
}
div.sj-extraslider .nav-page.nav-under .button-page.sel {
  background: #fff;
  border-color: #2D69A5;
}
div.g-highlight {
  position: relative;
}
div.g-highlight .extraslider-control {
  float: none;
  position: absolute;
  top: -56px;
  right: 0;
  z-index: 1;
}
div.g-highlight .extraslider-control .button-next,
div.g-highlight .extraslider-control .button-prev {
  color: #555;
}
div.g-highlight .extraslider-control .button-next .ico-arrow-right,
div.g-highlight .extraslider-control .button-prev .ico-arrow-right {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
div.g-highlight .extraslider-control .button-next .ico-arrow-left,
div.g-highlight .extraslider-control .button-prev .ico-arrow-left {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-image: url(../images/blue/arrow-left.png);
}
div.g-highlight .extraslider-control .button-next:hover,
div.g-highlight .extraslider-control .button-prev:hover {
  color: #2D69A5;
}
div.g-highlight .extraslider-control .button-next:hover .ico-arrow-right,
div.g-highlight .extraslider-control .button-next:hover .ico-arrow-left,
div.g-highlight .extraslider-control .button-prev:hover .ico-arrow-right,
div.g-highlight .extraslider-control .button-prev:hover .ico-arrow-left {
  border-color: #2D69A5;
  background-position: 3px 4px;
}
div.g-highlight .extraslider-inner .item-wrap .item-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.g-highlight .extraslider-inner .item-wrap .item-image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div.g-highlight .extraslider-inner .item-wrap .item-image .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
div.g-highlight .extraslider-inner .item-wrap .item-image .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
div.g-highlight .extraslider-inner .item-wrap .item-image .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
div.g-highlight .extraslider-inner .item-wrap .item-image .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
div.g-highlight .extraslider-inner .item-wrap .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.g-highlight .extraslider-inner .item-wrap .item-image:hover .hoverLink:hover i {
  background-color: #2D69A5;
}
div.g-highlight .extraslider-inner .item-wrap .item-info .item-title {
  font-size: 100%;
}
div.g-highlight .extraslider-inner .item-wrap .item-info .item-date {
  font-size: 89%;
  color: #999;
}
div.yt-theme1 {
  overflow: visible;
}
div.yt-theme1 .extraslider-control {
  position: static;
}
div.yt-theme1 .extraslider-control .button-prev,
div.yt-theme1 .extraslider-control .button-next {
  position: absolute;
  left: -30px;
  top: 12%;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/arrow-left-large.png) no-repeat 10px center;
  background-color: rgba(52,118,188,0.9);
}
div.yt-theme1 .extraslider-control .button-prev i,
div.yt-theme1 .extraslider-control .button-next i {
  font-size: 32px;
  display: inline-block;
  color: #fff;
  margin: 3px 0 0;
}
div.yt-theme1 .extraslider-control .button-prev:hover,
div.yt-theme1 .extraslider-control .button-next:hover {
  background-color: #2D69A5;
}
div.yt-theme1 .extraslider-control .button-next {
  left: auto;
  right: -30px;
  background: url(../images/arrow-right-img.png) no-repeat -50px center;
  background-color: rgba(52,118,188,0.9);
}
div.yt-theme1:hover .extraslider-control .button-prev {
  left: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.yt-theme1:hover .extraslider-control .button-next {
  right: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.yt-theme1:hover .extraslider-control .button-prev:hover i,
div.yt-theme1:hover .extraslider-control .button-next:hover i {
  color: #fff;
}
.mgi-wrap .item-wrap .item-image,
.mgi-wrap .other-links li .item-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mgi-wrap .item-wrap .item-image img,
.mgi-wrap .other-links li .item-image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mgi-wrap .item-wrap .item-image .image-overlay,
.mgi-wrap .other-links li .item-image .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.mgi-wrap .item-wrap .item-image .hoverLink,
.mgi-wrap .other-links li .item-image .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.mgi-wrap .item-wrap .item-image .hoverLink > i,
.mgi-wrap .other-links li .item-image .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.mgi-wrap .item-wrap .item-image .hoverLink > i.icon-img,
.mgi-wrap .other-links li .item-image .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.mgi-wrap .item-wrap .item-image:hover .image-overlay,
.mgi-wrap .other-links li .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mgi-wrap .item-wrap .item-image:hover .hoverLink:hover i,
.mgi-wrap .other-links li .item-image:hover .hoverLink:hover i {
  background-color: #2D69A5;
}
.mgi-wrap .item-wrap .item-readmore {
  color: #555;
}
.mgi-wrap .item-wrap .item-readmore .ico-arrow-right {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.mgi-wrap .item-wrap .item-readmore .ico-arrow-left {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-image: url(../images/blue/arrow-left.png);
}
.mgi-wrap .item-wrap .item-readmore:hover {
  color: #2D69A5;
}
.mgi-wrap .item-wrap .item-readmore:hover .ico-arrow-right,
.mgi-wrap .item-wrap .item-readmore:hover .ico-arrow-left {
  border-color: #2D69A5;
  background-position: 3px 4px;
}
.mgi-wrap .item-wrap .item-title a,
.mgi-wrap .other-links li a.item-title {
  color: #555;
  font-family: "";
  display: block;
}
.mgi-wrap .item-wrap .item-title a:hover,
.mgi-wrap .other-links li a.item-title:hover {
  color: #2D69A5;
}
.mgi-wrap.theme3 {
  margin-top: 0;
  background: #f5f9fa;
  border-top: 1px solid #DBE0E4;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mgi-wrap.theme3 div.mgi-box {
  margin-bottom: 15px;
  margin-top: 15px;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap {
  margin-bottom: 0;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap .item-title {
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 100%;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap .item-title:before {
  content: "\f111";
  float: left;
  height: 35px;
  color: #999;
  vertical-align: middle;
  background: transparent !important;
  font-family: FontAwesome;
  font-size: 6px;
  font-weight: normal;
  padding: 0px 7px;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap .item-title a {
  font-family: inherit;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap .item-desc {
  display: none;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap:hover {
  background: #2D69A5;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap:hover .item-title:before {
  color: #fff;
}
.mgi-wrap.theme3 div.mgi-box .mgi-items.column1 .item-wrap:hover .item-title a {
  color: #fff;
}
.bt-wrapper {
  direction: ltr;
}
.bt-wrapper .bt-content {
  color: #555;
  line-height: 22px;
}
.bt-wrapper .bt-content h4.item-title {
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
div.moduletabs div.tabs-container ul.tabs li .tab.selected {
  color: #3376BC;
}
.twitter-timeline.twitter-timeline-rendered {
  height: 280px;
}
div.bsn-wrap .item .thumbnail {
  overflow: hidden;
}
div.bsn-wrap .item .thumbnail a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.bsn-wrap .item .thumbnail a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div.bsn-wrap .item .thumbnail a .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
div.bsn-wrap .item .thumbnail a .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
div.bsn-wrap .item .thumbnail a .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
div.bsn-wrap .item .thumbnail a .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
div.bsn-wrap .item .thumbnail a:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.bsn-wrap .item .thumbnail a:hover .hoverLink:hover i {
  background-color: #2D69A5;
}
div.list-counter {
  counter-reset: section;
  margin: 0;
}
div.list-counter .bs-item {
  padding: 5px 15px;
  position: relative;
}
div.list-counter .bs-item:before {
  counter-increment: section;
  content: counter(section);
  color: #2D69A5;
  font-weight: bold;
  padding: 4px 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.list-counter .bs-item .bs-title {
  display: inline-block;
  margin-left: 25px;
  font-size: 100%;
}
div.list-counter .bs-item .bs-title i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  font-size: 16px;
}
div.list-counter .bs-item .bs-title a {
  color: #555;
  padding: 0 5px;
  display: inline-block;
}
div.list-counter .bs-item:hover {
  background: #2D69A5;
  color: #fff;
}
div.list-counter .bs-item:hover:before {
  color: #fff;
  background: #173655;
}
div.list-counter .bs-item:hover a {
  color: #fff;
}
div.list-counter .bs-item:hover i {
  margin-left: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-videobox .sj-video-control a.left {
  color: #555;
  position: absolute;
  left: 0;
}
.sj-videobox .sj-video-control a.left .ico-arrow-right {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.sj-videobox .sj-video-control a.left .ico-arrow-left {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-image: url(../images/blue/arrow-left.png);
}
.sj-videobox .sj-video-control a.left:hover {
  color: #2D69A5;
}
.sj-videobox .sj-video-control a.left:hover .ico-arrow-right,
.sj-videobox .sj-video-control a.left:hover .ico-arrow-left {
  border-color: #2D69A5;
  background-position: 3px 4px;
}
.sj-videobox .sj-video-control a.right {
  color: #555;
  position: absolute;
  right: 0;
}
.sj-videobox .sj-video-control a.right .ico-arrow-right {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.sj-videobox .sj-video-control a.right .ico-arrow-left {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-image: url(../images/blue/arrow-left.png);
}
.sj-videobox .sj-video-control a.right:hover {
  color: #2D69A5;
}
.sj-videobox .sj-video-control a.right:hover .ico-arrow-right,
.sj-videobox .sj-video-control a.right:hover .ico-arrow-left {
  border-color: #2D69A5;
  background-position: 3px 4px;
}
.sj-videobox .sj-video-current iframe {
  height: 180px !important;
}
.sj-gallery .sj-navigation .sj-buttons li.sj-nav.sel,
.sj-gallery .sj-navigation .sj-buttons li.sj-nav:hover {
  border-color: #2D69A5;
  background: #fff;
}
.sj-gallery .sj-item .item-info {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sj-gallery .sj-item .item-info img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sj-gallery .sj-item .item-info .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.sj-gallery .sj-item .item-info .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.sj-gallery .sj-item .item-info .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.sj-gallery .sj-item .item-info .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.sj-gallery .sj-item .item-info:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-gallery .sj-item .item-info:hover .hoverLink:hover i {
  background-color: #2D69A5;
}
#logout-form {
  float: left;
  margin: 0 5px;
}
#logout-form > div {
  display: inline-block;
  padding: 1px 0 0 7px;
}
#logout-form > div .btn {
  border: none;
  background: #1C7592;
  padding: 4px 5px;
  line-height: 16px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
#myLogin {
  color: #555;
  padding: 20px 30px;
  width: 320px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: -250px 0 0 -200px;
  border: none;
}
#myLogin h3.title {
  font-size: 220%;
  margin-bottom: 15px;
  margin: -20px -30px 20px;
  padding: 5px 30px 10px;
  background: #eee;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#myLogin ul.listlogin {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  margin: 0;
}
#myLogin ul.listlogin li {
  padding: 5px 0;
}
#myLogin ul.listlogin li a {
  color: #555;
}
#myLogin ul.listlogin li a:hover {
  color: #2D69A5;
}
#myLogin #login-form .control-group {
  margin-bottom: 1em;
  text-align: left;
}
#myLogin #login-form .control-group label {
  display: block;
  text-align: left;
}
#myLogin #login-form .control-group .inputbox {
  width: 96%;
}
#myLogin #login-form #form-login-remember label {
  margin: 0;
  display: inline-block;
  text-align: left;
}
#myLogin #login-form #form-login-remember .inputbox {
  width: auto;
}
#myLogin #login-form #form-login-submit {
  margin: 1em 0;
  clear: both;
  display: block;
}
#myLogin #login-form #form-login-submit .button i {
  font-size: 16px;
  margin: 0 10px 0 5px;
}
#myLogin #login-form #form-login-submit .fb {
  background: #2F4989;
  margin: 0 5px;
  display: none;
}
#myLogin #login-form #form-login-submit .fb:hover {
  background: #3376BC;
}
.module.TopVideos h3.modtitle {
  border: none;
  background: url("../images/icon/icon_topvideo.png") no-repeat 10px center #3376BC;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding-left: 40px;
}
.module.TopVideos .modcontent {
  padding: 20px;
  background: #F4F4F4;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-current iframe {
  height: 190px !important;
  border: none;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-list .carousel-inner {
  margin: 0 10px;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-list .sj-video-list-item {
  padding: 5px 0 0;
}
.module.TopVideos .modcontent .sj-videobox .player .title {
  display: none;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-control {
  z-index: 11;
  top: 40%;
  height: auto;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-control a.left .ico-arrow-left {
  height: 20px;
  width: 20px;
  background: url("../images/icon/row_left.png") no-repeat center center #ddd;
  border: none;
  border-radius: 0;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-control a.left .ico-arrow-left:hover {
  background-color: #3376BC;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-control a.right .ico-arrow-right {
  height: 20px;
  width: 20px;
  background: url("../images/icon/row_right.png") no-repeat center center #ddd;
  border: none;
  border-radius: 0;
}
.module.TopVideos .modcontent .sj-videobox .sj-video-control a.right .ico-arrow-right:hover {
  background-color: #3376BC;
}
.module.ContactAjax h3.modtitle {
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #444;
  font-weight: 600;
  margin-bottom: 20px;
}
.module.ContactAjax .modcontent {
  padding: 0 200px 0 240px;
}
.module.ContactAjax .modcontent .contact-ajax #cainput_subject {
  width: 94.5%;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element {
  width: 100%;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element .el-inner textarea,
.module.ContactAjax .modcontent .contact-ajax .ctajax-element .el-inner input {
  padding: 8px 10px;
  background: #F4F4F4;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #444;
  margin-bottom: 8px;
  margin-right: 7px;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element form.el-ctajax-form .el-control.ctajax-error .el-error {
  display: none;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element form.el-ctajax-form .el-control.ctajax-error .ca-tooltip {
  display: none;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element form.el-ctajax-form .el-control.ctajax-ok .el-ok {
  display: none;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element form.el-ctajax-form textarea {
  width: 94.5%;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element form.el-ctajax-form input[type="submit"] {
  width: 97.5%;
  background: #3376BC;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin: 0;
}
.module.ContactAjax .modcontent .contact-ajax .ctajax-element form.el-ctajax-form input[type="submit"]:hover {
  background: #2D69A5;
}
.module.Investing .image-item {
  display: block;
  overflow: hidden;
}
.module.Investing .image-item img {
  transition: all 0.5s ease-out;
}
.module.Investing .image-item img:hover {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
div.module.search_results {
  margin: 0;
  float: right;
}
div.module.search_results label {
  display: none;
}
div.module.search_results form {
  margin: 0;
}
div.module.search_results form.form-inline {
  position: relative;
}
div.module.search_results form.form-inline button {
  position: absolute;
  right: 0;
  border-radius: 0;
  bottom: 0;
  top: 0;
  padding: 5px 9px;
  background: #3376BC;
  transition: all 0.3s ease-in;
}
div.module.search_results form.form-inline button i {
  display: block;
  background: url("../images/icon/icon_search.png") no-repeat;
  height: 20px;
  width: 20px;
}
div.module.search_results form.form-inline button .over-search {
  display: block;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}
div.module.search_results form.form-inline button:hover {
  background: #2D69A5;
  transition: all 0.5s ease-in;
}
div.module.search_results form.form-inline button:hover i {
  transform: scale(0.9);
}
div.module.search_results form.form-inline button:hover .over-search {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 1;
  transition: all 0.3s ease-in;
}
div.module.search_results form.form-inline input[type="text"] {
  background-image: none;
  padding: 6px 6px 6px 15px;
  font-size: 12px;
  font-family: arial;
  color: #696969;
}
div.module.search_results form.form-inline input[type="text"]:focus {
  box-shadow: none;
  border-color: #ddd;
}
div.module.social_menu {
  margin: 0;
}
div.module.social_menu .modcontent {
  padding: 0;
}
div.module.social_menu .modcontent .social {
  text-align: right;
}
div.module.social_menu .modcontent .social div.yt-socialbt {
  margin: 0;
}
div.module.social_menu .modcontent .social div.yt-socialbt a {
  position: relative;
  height: 43px;
  width: 40px;
  line-height: 42px;
  background: none;
  margin-right: -1px;
  border: none;
  border-radius: 0;
  box-shadow: inherit;
  transition: all 0.5s ease-in;
}
div.module.social_menu .modcontent .social div.yt-socialbt a i:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in;
}
div.module.social_menu .modcontent .social div.yt-socialbt a:hover {
  background: #2D69A5;
  color: #fff;
  transition: all 0.5s ease-in;
}
div.module.social_menu .modcontent .social div.yt-socialbt a:hover i:after {
  transform: scale(0);
  opacity: 1;
  transition: all 0.5s ease-in;
}
div.module.Custom_Mod_top3 .modcontent .item {
  overflow: hidden;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 {
  margin-bottom: 16px;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 img {
  max-height: 165px;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 .item {
  display: block;
  position: relative;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 .item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(../less/grayscale.svg#greyscale);
  filter: gray;
  width: 100%;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 .item .title-desc {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  left: 8%;
  position: absolute;
  text-align: center;
  top: 75%;
  width: 85%;
  transition: all 0.2s ease-out;
  padding: 5px 0;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 .item .title-desc a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 .item .title-desc a:hover {
  color: #3376BC;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 .item:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
div.module.Custom_Mod_top3 .modcontent .header-top3 .item:hover .title-desc {
  top: 45%;
  transition: all 0.2s ease-out;
}
div.module.Custom_Mod_top3 .modcontent .wraper-top3.item {
  display: block;
  position: relative;
}
div.module.Custom_Mod_top3 .modcontent .wraper-top3.item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(../less/grayscale.svg#greyscale);
  filter: gray;
}
div.module.Custom_Mod_top3 .modcontent .wraper-top3.item .title-desc {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  left: 8%;
  position: absolute;
  text-align: center;
  top: 75%;
  width: 85%;
  padding: 5px 0;
  transition: all 0.2s ease-out;
}
div.module.Custom_Mod_top3 .modcontent .wraper-top3.item .title-desc a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
div.module.Custom_Mod_top3 .modcontent .wraper-top3.item .title-desc a:hover {
  color: #3376BC;
}
div.module.Custom_Mod_top3 .modcontent .wraper-top3.item:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
div.module.Custom_Mod_top3 .modcontent .wraper-top3.item:hover .title-desc {
  top: 45%;
  transition: all 0.2s ease-out;
}
div.module.FinancialServices {
  background-image: url("../images/bg/s1.png"), url("../images/bg/s2.png");
  background-position: 0 19px, 100% 0;
  background-size: auto, auto 100%;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  padding: 10px 0 0 240px;
}
div.module.FinancialServices .modcontent h3 {
  color: #ff6825;
  font-size: 25px;
  margin: 0;
}
div.module.FinancialServices .modcontent p {
  font-size: 12px;
  margin-bottom: 20px;
  color: #444;
}
div.module.sections {
  color: #eaeaea;
}
div.module.sections h3.title {
  border-bottom: 1px solid #eaeaea;
  color: #eaeaea;
  padding: 10px 0;
}
div.module.sections h3.title span {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  div.module.sections h3.title span {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 9px;
  }
}
div.module.sections .module-content ul {
  margin: 0;
}
div.module.sections .module-content ul li {
  list-style: none;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  padding: 3px 0;
}
div.module.sections .module-content ul li a {
  color: #eaeaea;
  font-size: 12px;
  position: relative;
}
div.module.sections .module-content ul li a:hover {
  color: #2D69A5;
}
div.module.sections .module-content ul li:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "\f0da";
  font-family: fontawesome;
  float: left;
  margin-right: 5px;
}
div.module.sections .module-content ul li:after {
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background: #404040;
  position: absolute;
  transition: left 0.7s ease-in;
  opacity: 0;
  border-left: 1px solid #3376BC;
}
div.module.sections .module-content ul li:hover {
  transition: all 0.5s ease-in;
  cursor: pointer;
}
div.module.sections .module-content ul li:hover:before {
  color: #3376BC;
}
div.module.sections .module-content ul li:hover:after {
  left: 120%;
  opacity: 1;
  transition: left 0.7s ease-in;
}
div.module.sections .module-content ul li:hover a {
  color: #2D69A5;
}
div.module.gallery h3.title {
  width: 100% !important;
  border-bottom: 1px solid #eaeaea;
  color: #eaeaea;
  padding: 10px 0;
}
div.module.gallery h3.title span {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  div.module.gallery h3.title span {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 9px;
  }
}
div.module.gallery .module-content {
  padding-right: 0 !important;
  border-right: none !important;
  border-left: none !important;
}
div.module.gallery .module-content .sj-gallery .sj-content .sj-navigation {
  display: none;
}
div.module.gallery .module-content .sj-gallery .sj-content .sj-items .sj-item .item-info {
  width: 23%;
  margin: 2% 1%;
}
div.module.about_us h3.title {
  border-bottom: 1px solid #eaeaea;
  color: #eaeaea;
  padding: 10px 0;
}
div.module.about_us h3.title span {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  div.module.about_us h3.title span {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 9px;
  }
}
div.module.about_us .module-content p {
  color: #eaeaea;
  font-size: 12px;
}
div.module.about_us .module-content div.yt-socialbt {
  float: left;
  margin-right: 5px;
}
div.module.about_us .module-content div.yt-socialbt a {
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  background: #595959;
  height: 35px;
  width: 35px;
  line-height: 35px;
  box-shadow: inherit;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease-in;
}
div.module.about_us .module-content div.yt-socialbt a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  transform: scale(1);
  opacity: 0;
  transition: all 0.3s ease-in;
}
div.module.about_us .module-content div.yt-socialbt a i {
  font-size: 16px;
  transition: all 0.5s ease-out;
}
div.module.about_us .module-content div.yt-socialbt a:hover {
  background: #2D69A5;
  transition: all 0.6s ease-in;
}
div.module.about_us .module-content div.yt-socialbt a:hover i {
  transition: all 0.5s ease-out;
  padding-bottom: 5px;
}
div.module.about_us .module-content div.yt-socialbt a:hover:after {
  opacity: 1;
  transform: scale(0);
  transition: all 0.3s ease-in;
}
div.module.ContactInfo {
  position: relative;
  width: 85%;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  margin: auto;
  margin-bottom: 10px;
}
div.module.ContactInfo .icon_address_cl {
  background: url("../images/icon/icon_address_cl.png") no-repeat center center #fff;
  height: 20px;
  width: 20px;
  position: absolute;
  height: 20px;
  left: 49%;
  position: absolute;
  top: -8px;
  width: 30px;
}
div.module.ContactInfo .icon_email_cl {
  background: url("../images/icon/icon_email_cl.png") no-repeat center center #fff;
  height: 20px;
  width: 20px;
  position: absolute;
  height: 20px;
  left: 49.5%;
  position: absolute;
  top: 96%;
  width: 30px;
}
div.module.ContactInfo h3.modtitle {
  text-align: center;
  text-transform: uppercase;
  color: #454545;
  font-size: 20px;
  border-bottom: none;
  border-top: none;
  padding-top: 25px;
  font-weight: bold;
}
div.module.ContactInfo .modcontent {
  padding: 7px 105px 0;
}
div.module.ContactInfo .modcontent .row-fluid {
  padding: 20px 0 60px;
  border-bottom: none;
}
div.module.ContactInfo .modcontent .icon {
  text-align: center;
  margin-bottom: 10px;
}
div.module.ContactInfo .modcontent .icon div.yt-socialbt a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 99px;
  border: none;
  background: #737373;
  color: #fff;
}
div.module.ContactInfo .modcontent .icon div.yt-socialbt a:hover {
  background: #3376BC;
}
div.module.ContactInfo .modcontent .address .icon div.yt-socialbt a i {
  font-size: 22px;
}
div.module.ContactInfo .modcontent .address h3.title {
  text-align: center;
  font-size: 18px;
  color: #2c2c2c;
  margin: 0 0 10px;
}
div.module.ContactInfo .modcontent .address .content ul {
  margin: 0;
}
div.module.ContactInfo .modcontent .address .content ul li {
  list-style: none;
  line-height: 18px;
}
div.module.ContactInfo .modcontent .address .content ul li p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #606060;
}
div.module.ContactInfo .modcontent .telephone div.yt-socialbt a i {
  font-size: 30px;
}
div.module.ContactInfo .modcontent .telephone h3.title {
  text-align: center;
  font-size: 18px;
  color: #2c2c2c;
  margin: 0 0 10px;
}
div.module.ContactInfo .modcontent .telephone .content ul {
  margin: 0;
}
div.module.ContactInfo .modcontent .telephone .content ul li {
  list-style: none;
  line-height: 18px;
}
div.module.ContactInfo .modcontent .telephone .content ul li p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #606060;
}
div.module.ContactInfo .modcontent .w-time h3.title {
  text-align: center;
  font-size: 18px;
  color: #2c2c2c;
  margin: 0 0 10px;
}
div.module.ContactInfo .modcontent .w-time .content ul {
  margin: 0;
}
div.module.ContactInfo .modcontent .w-time .content ul li {
  list-style: none;
  line-height: 18px;
}
div.module.ContactInfo .modcontent .w-time .content ul li p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #606060;
}
div.module.ContactInfo .modcontent .email h3.title {
  text-align: center;
  font-size: 18px;
  color: #2c2c2c;
  margin: 0 0 10px;
}
div.module.ContactInfo .modcontent .email .content ul {
  margin: 0;
}
div.module.ContactInfo .modcontent .email .content ul li {
  list-style: none;
  line-height: 18px;
  text-align: center;
}
div.module.ContactInfo .modcontent .email .content ul li a {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #606060;
}
div.module.ContactInfo .modcontent .email .content ul li a:hover {
  color: #2D69A5;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay {
  height: 90% !important;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-description,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-description {
  line-height: 17px;
}
.mega-content .mega-col .mega-group div.mega-group-content .sj-basic-news .bs-items a {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title {
  margin-top: -5px;
}
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a {
  line-height: 10px;
}
.mega-group .mega-module h3.title,
.financial_story h3.title {
  border-bottom: 1px solid #eaeaea;
  color: #eaeaea;
  padding: 10px 0;
}
.mega-group .mega-module h3.title span,
.financial_story h3.title span {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mega-group .mega-module h3.title span,
  .financial_story h3.title span {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 9px;
  }
}
.mega-group .mega-module .module-content .sj-basic-news,
.mega-group .mega-module .mega-module-content .sj-basic-news,
.financial_story .module-content .sj-basic-news,
.financial_story .mega-module-content .sj-basic-news {
  margin-top: 10px;
  margin-bottom: 0;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item,
.financial_story .module-content .sj-basic-news .bs-items .bs-item,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item {
  margin-bottom: 20px;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image {
  position: relative;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image img,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image img,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image img,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image img {
  width: 80px;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay {
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 90%;
  z-index: 1;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -16px -16px;
  position: absolute;
  z-index: 15;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink >i,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink >i,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink >i,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image .image-overlay .hoverLink >i {
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  width: 32px;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image:hover img,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image:hover img,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image:hover img,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image:hover img {
  transform: scale(1);
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay {
  opacity: 1;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay .hoverLink:hover i,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay .hoverLink:hover i,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay .hoverLink:hover i,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-image:hover .image-overlay .hoverLink:hover i {
  background: #2D69A5;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a {
  color: #eaeaea;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover {
  color: #3376BC;
}
.mega-group .mega-module .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-description,
.mega-group .mega-module .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-description,
.financial_story .module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-description,
.financial_story .mega-module-content .sj-basic-news .bs-items .bs-item .bs-content .bs-description {
  color: #919999;
  font-size: 12px;
}
.mega-group .mega-module .module-content .pp_default .pp_content_container,
.mega-group .mega-module .mega-module-content .pp_default .pp_content_container,
.financial_story .module-content .pp_default .pp_content_container,
.financial_story .mega-module-content .pp_default .pp_content_container {
  border-top: 3px solid #2D69A5;
}
.link {
  color: #3376BC;
  text-decoration: none;
}
.link:hover {
  color: #2D69A5;
}
.linkReverse {
  color: #2D69A5;
}
.linkReverse:hover {
  color: #3376BC;
}
.linkGraylighter {
  color: #fff !important;
}
.linkGraylighter:hover {
  color: #eee !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: 10px;
}
div.marginBottom60 {
  margin-bottom: 60px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 128.6%;
}
.thumbnail.pull-left {
  margin: 0 1em 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 1em 10px;
}
.thumbnail.clear {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.icon.pull-left {
  margin: 0 1em 0 0;
}
.icon.pull-right {
  margin: 0 0 0 1em;
}
.bgcolor2 {
  background: #ff6825;
}
.bgcolor5 {
  background: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-effect img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.img-effect .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-effect .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.img-effect .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.img-effect:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-effect:hover .hoverLink:hover i {
  background-color: #2D69A5;
}
#flip-scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  background: #666666;
  border-radius: 0;
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 0;
  border-left: 0;
  height: 25px;
}
#flip-scroll td {
  display: block;
  padding: 7px 10px 5px;
  min-height: 26px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll .bs-docs-example th {
  min-height: 30px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 4px 10px;
  line-height: 20px;
  margin-bottom: 0;
}
.listinline li:before {
  content: "" !important;
  display: none !important;
}
.list-caret {
  margin: 0;
  list-style: none;
}
.list-caret li {
  padding: 3px 0px;
}
.list-caret li:before {
  content: "\f0da";
  color: #999;
  font-family: FontAwesome;
  margin: 0 6px 0 6px;
  display: inline-block;
}
.list-caret li a {
  color: #3376BC;
}
.list-caret li:hover {
  background: #2D69A5;
  color: #fff;
}
.list-caret li:hover:before {
  color: #fff;
}
.list-caret li:hover a {
  color: #fff;
}
.titleline h3.modtitle {
  display: inline-block;
  padding: 5px 10px 10px;
  line-height: 22px;
  margin: 0;
  font-size: 23px;
  background: #2D69A5;
  color: #fff;
}
.titleline .modcontent {
  display: inline-block;
}
.small_arrow {
  color: #555;
}
.small_arrow .ico-arrow-right {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.small_arrow .ico-arrow-left {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-image: url(../images/blue/arrow-left.png);
}
.small_arrow:hover {
  color: #2D69A5;
}
.small_arrow:hover .ico-arrow-right,
.small_arrow:hover .ico-arrow-left {
  border-color: #2D69A5;
  background-position: 3px 4px;
}
.large_arrow {
  color: #555;
}
.large_arrow .ico-arrow-right {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.large_arrow .ico-arrow-left {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-image: url(../images/blue/arrow-left.png);
}
.large_arrow:hover {
  color: #2D69A5;
}
.large_arrow:hover .ico-arrow-right,
.large_arrow:hover .ico-arrow-left {
  border-color: #2D69A5;
  background-position: 3px 4px;
}
.large_arrow .ico-arrow-right {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  background: url(../images/blue/arrow-right-img.png) no-repeat -55px 7px;
  display: block;
}
.large_arrow .ico-arrow-left {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  background: url(../images/blue/arrow-right-img.png) no-repeat -55px 7px;
  display: block;
  background-image: url(../images/blue/arrow-left-large.png);
}
.large_arrow:hover {
  color: #3376BC;
}
.large_arrow:hover .ico-arrow-right,
.large_arrow:hover .ico-arrow-left {
  border-color: #fff;
  background-position: 5px 7px;
}
.table_blank {
  background: transparent;
}
.table_blank h3.modtitle {
  background: none;
  border: none;
}
.table_blank .modcontent {
  background: none;
  border: none;
}
.table_clear {
  background: transparent;
}
.table_clear h3.modtitle {
  background: none;
  border: none;
}
.table_clear .modcontent {
  background: none;
  border: none;
}
.table_clear h3.modtitle {
  padding: 0;
  margin-bottom: 10px;
}
.table_clear .modcontent {
  padding: 0;
}
table.calendar {
  width: 100%;
}
table.calendar tr td {
  padding: 4px;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
  background-color: #3376BC;
  border: none;
  color: #fff;
  text-align: center;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  font-size: 14px;
}
table.calendar tr td.calendarCurrentMonth {
  font-size: 130%;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
  color: #fff;
}
table.calendar tr td.calendarToday {
  background: #3376BC;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.rtl .pull-left[class^="icon-"],
.rtl .pull-left[class*=" icon-"] {
  margin: 0 0 0 10px;
}
.rtl .thumbnail.pull-left {
  margin: 0 0 10px 1em;
}
.rtl .thumbnail.pull-right {
  margin: 0 1em 10px 0;
}
.rtl .list-caret li:before {
  content: "\f0d9";
}
.rtl .small_arrow .ico-arrow-right {
  background: url(../images/blue/rtl/arrow-right.png) no-repeat 3px 4px;
}
.rtl .small_arrow .ico-arrow-left {
  background: url(../images/blue/rtl/arrow-left.png) no-repeat 3px 4px;
}
.rtl .small_arrow:hover .ico-arrow-right,
.rtl .small_arrow:hover .ico-arrow-left {
  background-position: -18px 4px;
}
.rtl .img-effect .hoverLink .icon-img {
  background: url(../images/rtl/arrow-right-img.png) no-repeat 6px center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
}
h1 {
  font-size: 200%;
  line-height: 185%;
}
h2 {
  font-size: 160%;
  line-height: 160%;
}
h3 {
  font-size: 130%;
  line-height: 140%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
.text-success {
  color: #468847;
}
.text-warning {
  color: #C09853;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
#yt_menuposition #moonavigator.navi ul.level2 {
  top: 46px !important;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yt_menuposition ul.navi .fancy {
  background: #3376BC;
  position: absolute;
  width: 0;
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  position: relative;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-right: 1px solid #ccc;
  color: #666;
}
#yt_menuposition ul.navi > li.level1:after {
  display: block;
  position: relative;
  height: 3px;
  background: #2D69A5;
  left: 0;
  bottom: 0px;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  position: relative;
  margin: 0;
  line-height: 30px;
  padding: 6px 25px 6px;
  font-size: 14px;
  display: block;
  color: #3376BC;
}
#yt_menuposition ul.navi > li.level1 > .item-link i {
  display: inline-block;
  margin: 0 5px;
}
#yt_menuposition ul.navi > li.level1 > .item-link i.icon-home {
  font-size: 18px;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-desc {
  display: block;
  font-size: 11px;
  color: #999;
  line-height: 100%;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc {
  line-height: 19px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon img {
  min-width: 16px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon .menu-title {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#yt_menuposition ul.navi > li.level1:hover,
#yt_menuposition ul.navi > li.level1.hover,
#yt_menuposition ul.navi > li.level1.active {
  color: #3376BC;
}
#yt_menuposition ul.navi > li.level1:hover:after,
#yt_menuposition ul.navi > li.level1.hover:after,
#yt_menuposition ul.navi > li.level1.active:after {
  opacity: 1;
  transition: all 0.5s ease-in;
}
#yt_menuposition ul.navi > li.level1:hover:after,
#yt_menuposition ul.navi > li.level1.hover:after,
#yt_menuposition ul.navi > li.level1.active:after {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link,
#yt_menuposition ul.navi > li.level1.hover >.item-link,
#yt_menuposition ul.navi > li.level1.active >.item-link {
  color: #3376BC;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link .menu-desc,
#yt_menuposition ul.navi > li.level1.hover >.item-link .menu-desc,
#yt_menuposition ul.navi > li.level1.active >.item-link .menu-desc {
  color: #3377bb;
}
#yt_menuposition ul.navi > li.level1.active {
  background: #3376BC;
}
#yt_menuposition ul.navi > li.level1.active > .item-link {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover {
  background: #3376BC;
}
#yt_menuposition ul.navi > li.level1:hover > .item-link {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover ul.level2,
#yt_menuposition ul.navi > li.level1.hover ul.level2 {
  left: 0;
}
#yt_menuposition ul.navi ul {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition ul.navi ul.level2 {
  background: #fff;
  border-bottom: 5px solid #2D69A5;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  top: 46px;
}
#yt_menuposition ul.navi ul.level2:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
#yt_menuposition ul.navi ul.level2 li {
  position: relative;
  padding: 1px 0;
}
#yt_menuposition ul.navi ul.level2 li.first {
  border-top: none;
}
#yt_menuposition ul.navi ul.level2 li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px 6px 25px;
  color: #555;
  font-size: 100%;
  text-transform: none;
  line-height: 22px;
}
#yt_menuposition ul.navi ul.level2 li .item-link:after {
  font-family: 'FontAwesome';
  color: #999;
  content: "\f0da";
  font-size: 11px;
  position: absolute;
  left: 3px;
  top: 12px;
  z-index: 1;
  border: 2px solid #919191;
  height: 11px;
  width: 10px;
  border-radius: 99px;
  line-height: 11px;
  text-align: center;
  padding-left: 1px;
}
#yt_menuposition ul.navi ul.level2 li .item-link .menu-title {
  display: inline-block;
  font-family: arial !important;
  font-size: 12px;
}
#yt_menuposition ul.navi ul.level2 li.havechild:after {
  content: "\f105";
  color: #999;
  font-family: "FontAwesome";
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 5;
}
#yt_menuposition ul.navi ul.level2 li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.level2 li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.level2 li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.level2 li:hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li.hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li.active.havechild:after {
  color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2,
#yt_menuposition ul.navi ul.level2 li.hover .level2,
#yt_menuposition ul.navi ul.level2 li.active .level2 {
  color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2:after,
#yt_menuposition ul.navi ul.level2 li.hover .level2:after,
#yt_menuposition ul.navi ul.level2 li.active .level2:after {
  color: #3376BC;
  border-color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 li.hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 li.active .level2 .menu-desc {
  color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 li:hover ul.level3,
#yt_menuposition ul.navi ul.level2 li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.level2 li li.level4:hover ul.level5 {
  left: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.level2 ul {
  background: #fff;
  border-bottom: 5px solid #2D69A5;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  top: 46px;
  background: #fff;
  border: none;
}
#yt_menuposition ul.navi ul.level2 ul:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
#yt_menuposition ul.navi ul.level2 ul li {
  position: relative;
  padding: 1px 0;
}
#yt_menuposition ul.navi ul.level2 ul li.first {
  border-top: none;
}
#yt_menuposition ul.navi ul.level2 ul li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px 6px 25px;
  color: #555;
  font-size: 100%;
  text-transform: none;
  line-height: 22px;
}
#yt_menuposition ul.navi ul.level2 ul li .item-link:after {
  font-family: 'FontAwesome';
  color: #999;
  content: "\f0da";
  font-size: 11px;
  position: absolute;
  left: 3px;
  top: 12px;
  z-index: 1;
  border: 2px solid #919191;
  height: 11px;
  width: 10px;
  border-radius: 99px;
  line-height: 11px;
  text-align: center;
  padding-left: 1px;
}
#yt_menuposition ul.navi ul.level2 ul li .item-link .menu-title {
  display: inline-block;
  font-family: arial !important;
  font-size: 12px;
}
#yt_menuposition ul.navi ul.level2 ul li.havechild:after {
  content: "\f105";
  color: #999;
  font-family: "FontAwesome";
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 5;
}
#yt_menuposition ul.navi ul.level2 ul li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.level2 ul li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.level2 ul li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.level2 ul li:hover.havechild:after,
#yt_menuposition ul.navi ul.level2 ul li.hover.havechild:after,
#yt_menuposition ul.navi ul.level2 ul li.active.havechild:after {
  color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 ul li:hover .level2,
#yt_menuposition ul.navi ul.level2 ul li.hover .level2,
#yt_menuposition ul.navi ul.level2 ul li.active .level2 {
  color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 ul li:hover .level2:after,
#yt_menuposition ul.navi ul.level2 ul li.hover .level2:after,
#yt_menuposition ul.navi ul.level2 ul li.active .level2:after {
  color: #3376BC;
  border-color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 ul li:hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 ul li.hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 ul li.active .level2 .menu-desc {
  color: #3376BC;
}
#yt_menuposition ul.navi ul.level2 ul li:hover ul.level3,
#yt_menuposition ul.navi ul.level2 ul li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.level2 ul li li.level4:hover ul.level5 {
  left: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.level2 ul ul {
  background: #fff;
  border: none;
}
#yt_menuposition ul.navi ul.level2 ul .level3.menu.mega-content {
  left: 220px !important;
}
#yt_menuposition ul.navi ul.level2 ul .level4.menu.mega-content {
  left: -243px !important;
}
#yt_menuposition ul.navi ul.level2 ul ul.level3,
#yt_menuposition ul.navi ul.level2 ul ul.level4 {
  padding: 0 10px 10px;
}
#yt_menuposition ul.navi ul.level2 ul ul.level3 li:hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.active > .item-link {
  color: #2D69A5;
}
#yt_menuposition ul.navi ul.level2 ul ul.level3 li:hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.active > .item-link:after {
  color: #2D69A5;
  border-color: #2D69A5;
}
#yt_menuposition ul.navi ul.level2 ul ul.level3 li:hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul ul.level3 li.active > .item-link .menu-desc {
  color: #2D69A5;
}
#yt_menuposition ul.navi ul.level2 .level3.menu.mega-content {
  left: 220px !important;
}
#yt_menuposition ul.navi ul.level2 .level4.menu.mega-content {
  left: -243px !important;
}
#yt_menuposition ul.navi ul.level2 ul.level3,
#yt_menuposition ul.navi ul.level2 ul.level4 {
  padding: 0 10px 10px;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link {
  color: #2D69A5;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link:after {
  color: #2D69A5;
  border-color: #2D69A5;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link .menu-desc {
  color: #2D69A5;
}
#yt_menuposition #meganavigator .level2.mega-content {
  top: 46px !important;
}
#yt_menuposition #meganavigator li.level1 .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  border-bottom: 5px solid #2D69A5;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one div.mega-module {
  padding: 10px 12px;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  margin: 20px 0 0;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e3e4e6;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more > ul.subnavi {
  box-shadow: none;
  width: auto;
  background: #fff;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding-right: 30px;
  border-right: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first {
  padding: 0;
  margin: 0;
  background: #E8E8E8;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .menu-title {
  display: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6.first {
  padding: 5px 20px 35px 20px;
  background: #F4F4F4;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6.first ul.list-caret li {
  border-bottom: 1px solid #ddd;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6.first ul.list-caret li:before {
  display: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6.first ul.list-caret li a {
  color: #444;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6.first ul.list-caret li:hover {
  background: #F4F4F4;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6.first ul.list-caret li:hover a {
  color: #2D69A5;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6 {
  padding: 5px 20px 30px 20px;
  background: #E8E8E8;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6 ul.list-caret li {
  border-bottom: 1px solid #ddd;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6 ul.list-caret li:before {
  display: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6 ul.list-caret li a {
  color: #444;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6 ul.list-caret li:hover {
  background: #E8E8E8;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group .mega-group-content .span6 ul.list-caret li:hover a {
  color: #2D69A5;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  font-size: 150%;
  padding: 0;
  background: transparent;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link .menu-title {
  line-height: 100%;
  color: #3376BC;
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
  font-weight: 800;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-desc {
  font-family: "arial";
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
  color: #666;
  font-size: 12px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.list-caret {
  width: 100%;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .mega-module-title > h3 {
  display: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .sj-basic-news .bs-items .bs-title {
  line-height: 10px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .sj-basic-news .bs-items a {
  font-size: 12px;
  color: #444;
  font-weight: bold;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .sj-basic-news .bs-items a:hover {
  color: #3376BC;
}
#yt_menuposition #meganavigator li.level1 .mega-content.menu .mega-col.more {
  margin: 0;
  padding: 0 1px !important;
  border: none !important;
}
#yt_menuposition #meganavigator li.level1 .mega-content.menu .mega-col.more.last {
  padding-right: 0 !important;
}
#yt_menuposition #meganavigator li.level1 .mega-content.menu .mega-col.more.first {
  padding-left: 0 !important;
}
#yt_menuposition #meganavigator .fullchild {
  position: static;
}
#yt_menuposition #meganavigator .fullchild .mega-content {
  left: 0px !important;
}
#yt_menuposition #meganavigator .fullchild .mega-content .mega-content-inner {
  width: 100% !important;
}
#yt_menuposition #yt-responivemenu {
  margin: 10px 0;
  width: 100%;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #3376BC;
  padding: 6px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: inherit;
  max-width: 100%;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 0 0 0 5px;
  font-size: 14px;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #3376BC;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  color: #fff;
  content: "Select Menu";
  padding: 6px 10px 0;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  height: 35px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu {
  margin: 1px 0 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #e0e0e0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #555;
  margin: 0 0 1px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a.active {
  color: #fff;
  background: #3376BC;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #2D69A5;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #173655;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 35px;
  line-height: 35px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #2D69A5;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open a {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .menuress-toggle:before {
  content: "\f106";
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav {
  display: block;
  opacity: 1;
  background: #e9e8e8;
  padding: 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #555;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a:hover,
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a.active {
  background: #2D69A5;
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #153242;
  border-right: 1px solid #152F3D;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  width: 270px;
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu {
  margin: 0;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a {
  font-weight: bold;
  color: #999;
  padding: 4px 8px 8px;
  background: none;
  border-bottom: 1px solid #0B222D;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #2D69A5;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav {
  margin: 0;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
  background-color: #1A3B4C;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav li a {
  font-weight: normal;
  border-bottom: 1px solid #153242;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 1px 15px;
  border-bottom: 1px solid #132D3A;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
  background-color: #224556;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav ul.nav {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav li a {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 8px;
}
.rtl #yt_menuposition #moonavigator.navi ul.level2 {
  top: 46px !important;
  margin-right: 1px solid #ccc \9;
}
.rtl #yt_menuposition ul.navirtl > li.level1 {
  float: right;
  margin: 0 0 0 1px;
}
.rtl #yt_menuposition ul.navirtl > li.level1.menuRss {
  float: left !important;
}
.rtl #yt_menuposition ul.navirtl > li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl > li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl > li.level1:hover ul.level2.hover,
.rtl #yt_menuposition ul.navirtl > li.level1.hover ul.level2.hover {
  background: #000;
  color: #000;
}
.rtl #yt_menuposition ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.level2 {
  border-right: 1px solid #ccc \9;
  top: 46px !important;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li.havechild:after {
  right: auto;
  left: 5px;
  content: "\f104";
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link {
  padding: 6px 25px 6px 12px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link:after {
  right: 0;
  left: auto;
  content: "\f0d9";
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .showdesc {
  text-align: right;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .level4.menu.mega-content {
  left: -240px !important;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link {
  padding: 6px 20px 6px 12px;
}
.rtl #yt_menuposition ul.navi ul.level2 li .item-link:after {
  padding-left: 0;
  padding-right: 1px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content {
  -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  border: none;
  border-left: 1px solid #e3e4e6;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding-left: 30px;
  border: none;
}
.rtl #yt_menuposition #meganavigator .level2.menu {
  border-right: 1px solid #ccc \9;
}
.rtl #yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  right: auto;
  left: 0;
}
.rtl #yt_menuposition.on-sidebar-resmenu #yt_wrapper > .block {
  -webkit-transform: translate(-270px,0);
  -moz-transform: translate(-270px,0);
  -ms-transform: translate(-270px,0);
  -o-transform: translate(-270px,0);
  transform: translate(-270px,0);
}
@media (min-width: 320px) and (max-width: 979px) {
  #yt_menuwrap #yt-responivemenu {
    display: inline-block;
  }
  .on-sidebar-resmenu #yt_wrapper > .block {
    -webkit-transform: translate(270px,0);
    -moz-transform: translate(270px,0);
    -ms-transform: translate(270px,0);
    -o-transform: translate(270px,0);
    transform: translate(270px,0);
  }
  #yt_wrapper > .block {
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  div.yt-off-sideresmenu {
    display: block;
  }
}
@-webkit-keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-moz-keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-o-keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-ms-keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-webkit-keyframes myscale2 {
  from {
    transform: scale(0);
    background: #2D69A5;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-moz-keyframes myscale2 {
  from {
    transform: scale(0);
    background: #2D69A5;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-o-keyframes myscale2 {
  from {
    transform: scale(0);
    background: #2D69A5;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-ms-keyframes myscale2 {
  from {
    transform: scale(0);
    background: #2D69A5;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@keyframes myscale2 {
  from {
    transform: scale(0);
    background: #2D69A5;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-webkit-keyframes mytranslate1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-moz-keyframes mytranslate1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-o-keyframes mytranslate1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-ms-keyframes mytranslat1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes mytranslate1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes mytranslate2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes mytranslate2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-o-keyframes mytranslate2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-ms-keyframes mytranslate2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mytranslate2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
#k2Container .itemList .itemContainer .catItemView.span12 .catItemHeader dl.article-info dd.catItemDateCreated,
#k2Container .itemList .itemContainer .catItemView.groupPrimary .catItemHeader dl.article-info dd.catItemDateCreated {
  width: 35%;
  display: block;
}
#k2Container .itemList .itemContainer .catItemView.span4 .catItemView.groupPrimary .catItemHeader dl.article-info dd.catItemDateCreated {
  width: 38%;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: block !important;
}
#k2Container .itemListCategoriesBlock .itemListCategory {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 0 30px;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 {
  font-size: 22px;
  color: #3376BC;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
#k2Container .itemContainer.itemContainerLast.span12 {
  margin-bottom: 20px;
}
#k2Container .itemList .itemContainer .catItemView {
  padding: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 0 20px 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  display: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .item-headinfo {
  bottom: -35px;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle {
  font-size: 16px;
  margin: 0 0 15px;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a {
  color: #555;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a:hover {
  color: #2D69A5;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader {
  margin: 0 0 5px;
  overflow: hidden;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info {
  margin: 0;
  line-height: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd.catItemDateCreated {
  margin-right: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #2D69A5;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd.latestItemCommentsLink:before {
  content: "\f075";
  color: #999;
  display: inline-block;
  font-family: fontawesome;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container .itemList .itemContainer .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
  line-height: 24px;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody p {
  font-size: 12px;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #696969;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemHitsBlock {
  padding-left: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemCommentsLink {
  color: #2D69A5;
  border-right: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemCommentsLink a {
  color: #2D69A5;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemCommentsLink a:hover {
  color: #3376BC;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock span {
  font-weight: normal;
  color: #999;
}
#k2Container .itemList .itemContainer.span6 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span4 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span3 .catItemView .catItemImageBlock {
  float: none;
  margin: 0 0 10px;
  display: inline-block;
}
#k2Container .itemList .itemContainer:first-child .catItemView {
  padding-top: 0;
  border-top: none;
  box-shadow: none;
}
#k2Container .itemList #itemListLeading {
  background: #ccc;
}
#k2Container .itemList #itemListLeading .itemContainer {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container .itemList #itemListLeading .itemContainer .catItemView {
  padding-top: 0;
}
#k2Container .itemList #itemListLinks {
  padding: 0;
  background: none;
  border: none;
}
#k2Container .itemList #itemListLinks h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
#k2Container .itemList #itemListLinks .itemContainerLast {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container.userView {
  padding: 0;
}
#k2Container.userView .userBlock {
  padding: 15px;
  background: #EDEDED;
}
#k2Container.userView .userBlock img {
  border: none;
  margin: 0;
  padding: 0;
  margin-right: 15px;
}
#k2Container.userView .userBlock h2 {
  font-size: 128%;
  color: #3376BC;
  margin-bottom: 10px;
}
#k2Container.userView .userBlock div.userDescription {
  padding: 0;
}
#k2Container.userView .userBlock div.userAdditionalInfo {
  margin: 0;
}
#k2Container.userView .userBlock div.userAdditionalInfo .userURL {
  font-weight: normal;
}
#k2Container.userView .catItemList .catItemView {
  padding: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container.userView .catItemList .catItemView .catItemBody {
  margin-bottom: 10px;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 0 20px 0;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  display: none;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .item-headinfo {
  bottom: -35px;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle {
  font-size: 16px;
  margin: 0 0 15px;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle a {
  color: #555;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle a:hover {
  color: #2D69A5;
}
#k2Container.userView .catItemList .catItemView .catItemHeader {
  margin: 0 0 5px;
  overflow: hidden;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
  line-height: 10px;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd.catItemDateCreated {
  margin-right: 10px;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #2D69A5;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd.latestItemCommentsLink:before {
  content: "\f075";
  color: #999;
  display: inline-block;
  font-family: fontawesome;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.userView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
  line-height: 24px;
}
#k2Container.userView .catItemList .catItemView .catItemBody p {
  font-size: 12px;
}
#k2Container.userView .catItemList .catItemView .catItemBody a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #696969;
}
#k2Container.userView .catItemList .catItemView .catItemBody a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
}
#k2Container.userView .catItemList .catItemView .catItemBody a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
#k2Container.userView .catItemList .catItemView .catItemBody a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-out;
}
#k2Container.userView .catItemList .catItemView .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemHitsBlock {
  padding-left: 0;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink {
  color: #2D69A5;
  border-right: none;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink a {
  color: #2D69A5;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink a:hover {
  color: #3376BC;
}
#k2Container.userView .catItemList .catItemView .catItemLinks {
  margin: 0;
}
#k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock span {
  font-weight: normal;
  color: #999;
}
#k2Container.userView .catItemList .catItemView:first-child {
  border-top: none;
}
#k2Container.tagView .catItemList .catItemView {
  margin: 0 0 30px;
  padding: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 0 20px 0;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  display: none;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .item-headinfo {
  bottom: -35px;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle {
  font-size: 16px;
  margin: 0 0 15px;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle a {
  color: #555;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle a:hover {
  color: #2D69A5;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader {
  margin: 0 0 5px;
  overflow: hidden;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
  line-height: 10px;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd.catItemDateCreated {
  margin-right: 10px;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #2D69A5;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd.latestItemCommentsLink:before {
  content: "\f075";
  color: #999;
  display: inline-block;
  font-family: fontawesome;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.tagView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
  line-height: 24px;
}
#k2Container.tagView .catItemList .catItemView .catItemBody p {
  font-size: 12px;
}
#k2Container.tagView .catItemList .catItemView .catItemBody a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #696969;
}
#k2Container.tagView .catItemList .catItemView .catItemBody a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
}
#k2Container.tagView .catItemList .catItemView .catItemBody a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
#k2Container.tagView .catItemList .catItemView .catItemBody a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-out;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemHitsBlock {
  padding-left: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink {
  color: #2D69A5;
  border-right: none;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink a {
  color: #2D69A5;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink a:hover {
  color: #3376BC;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks {
  margin: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock span {
  font-weight: normal;
  color: #999;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock {
  margin-bottom: 0;
}
#k2Container.tagView .catItemList .catItemView:first-child {
  padding-top: 0;
  border-top: none;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd.catItemDateCreated {
  width: 32%;
}
#k2Container.latestView .catItemList .catItemView.span12 .catItemHeader dl.article-info dd {
  display: block !important;
}
#k2Container.latestView .catItemList .catItemView.span12 .catItemHeader dl.article-info dd.catItemDateCreated {
  width: 32%;
  float: left;
}
#k2Container.latestView .catItemList .catItemView.span6 .catItemHeader dl.article-info dd {
  display: block !important;
}
#k2Container.latestView .catItemList .catItemView.span6 .catItemHeader dl.article-info dd.catItemDateCreated {
  float: left;
  width: 75%;
}
#k2Container.latestView .catItemList .catItemView.span4 .catItemHeader dl.article-info dd {
  display: block !important;
}
#k2Container.latestView .catItemList .catItemView.span4 .catItemHeader dl.article-info dd.catItemDateCreated {
  float: left;
  width: 75%;
}
#k2Container.latestView .latestItemsCategory div.latestItemsCategoryImage {
  margin-right: 5px;
}
#k2Container.latestView .catItemList .catItemView {
  padding: 0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 0 20px 0;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  display: none;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .item-headinfo {
  bottom: -35px;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle {
  font-size: 16px;
  margin: 0 0 15px;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle a {
  color: #555;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle a:hover {
  color: #2D69A5;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader {
  margin: 0 0 5px;
  overflow: hidden;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
  line-height: 10px;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd.catItemDateCreated {
  margin-right: 10px;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #2D69A5;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd.latestItemCommentsLink:before {
  content: "\f075";
  color: #999;
  display: inline-block;
  font-family: fontawesome;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.latestView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
  line-height: 24px;
}
#k2Container.latestView .catItemList .catItemView .catItemBody p {
  font-size: 12px;
}
#k2Container.latestView .catItemList .catItemView .catItemBody a.readmore {
  background: #ddd;
  padding: 8px 15px;
  line-height: 35px;
  position: relative;
  color: #696969;
}
#k2Container.latestView .catItemList .catItemView .catItemBody a.readmore:after {
  content: "\f105";
  font-family: fontawesome;
  padding: 7px 12px;
  background: #2D69A5;
  line-height: 15px;
  right: -15px;
  color: #fff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
}
#k2Container.latestView .catItemList .catItemView .catItemBody a.readmore:hover {
  background: #3376BC;
  color: #fff;
}
#k2Container.latestView .catItemList .catItemView .catItemBody a.readmore:hover:after {
  opacity: 1;
  right: -30px;
  transition: all 0.2s ease-out;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemHitsBlock {
  padding-left: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink {
  color: #2D69A5;
  border-right: none;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink a {
  color: #2D69A5;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemCommentsLink a:hover {
  color: #3376BC;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks {
  margin: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock span {
  font-weight: normal;
  color: #999;
}
#k2Container.latestView .catItemList .catItemView.item1:first-child {
  padding-top: 0;
  border-top: none;
}
#k2Container.latestView .catItemList .catItemView.item1 {
  clear: both;
  margin: 0 0 20px 0;
}
#k2Container.latestView .catItemList .catItemView.span6,
#k2Container.latestView .catItemList .catItemView.span4,
#k2Container.latestView .catItemList .catItemView.span3 {
  padding-top: 0;
  border-top: none;
  display: block;
}
#k2Container.latestView .catItemList .catItemView.span6 .catItemImageBlock,
#k2Container.latestView .catItemList .catItemView.span4 .catItemImageBlock,
#k2Container.latestView .catItemList .catItemView.span3 .catItemImageBlock {
  float: none;
  margin: 0;
  display: block;
}
#k2Container.latestView .catItemList .catItemView.span6 .catItemImageBlock .catItemImage,
#k2Container.latestView .catItemList .catItemView.span4 .catItemImageBlock .catItemImage,
#k2Container.latestView .catItemList .catItemView.span3 .catItemImageBlock .catItemImage {
  margin: 0 !important;
}
#k2Container.latestView .catItemList .catItemView.span6 .catItemHeader,
#k2Container.latestView .catItemList .catItemView.span4 .catItemHeader,
#k2Container.latestView .catItemList .catItemView.span3 .catItemHeader {
  padding: 8px;
  background: #F4F4F4;
}
#k2Container.latestView .catItemList .catItemView.span6 .latestItemCommentsLink a,
#k2Container.latestView .catItemList .catItemView.span4 .latestItemCommentsLink a,
#k2Container.latestView .catItemList .catItemView.span3 .latestItemCommentsLink a {
  color: #999;
}
#k2Container.latestView .catItemList .catItemView.span6 .latestItemCommentsLink a:hover,
#k2Container.latestView .catItemList .catItemView.span4 .latestItemCommentsLink a:hover,
#k2Container.latestView .catItemList .catItemView.span3 .latestItemCommentsLink a:hover {
  color: #2D69A5;
}
#k2Container.latestView .catItemList .catItemView.span6 .latestItemCommentsLink,
#k2Container.latestView .catItemList .catItemView.span4 .latestItemCommentsLink {
  padding-left: 36%;
}
#k2Container.latestView .catItemList .catItemView.span3 .latestItemCommentsLink {
  padding-left: 0;
}
#k2Container.latestView .catItemList .catItemView.span3 .catItemDateCreated {
  width: 62%;
}
#k2Container.itemView {
  border: none;
  margin: 0;
  padding: 0;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#k2Container.itemView .itemBody .page-header h2 {
  font-size: 115%;
  margin: 0;
  min-height: 25px;
  margin-top: -7px;
}
#k2Container.itemView .itemBody .page-header h2 a {
  color: #555;
  font-size: 16px;
}
#k2Container.itemView .itemBody .page-header h2 a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .page-header h2 {
  font-size: 16px;
  margin: 3px 0 10px;
  line-height: 110%;
  font-weight: 800;
  text-transform: uppercase;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle {
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle > span {
  background: #2D69A5;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle > span sup {
  top: 0;
  font-size: 100%;
}
#k2Container.itemView .itemBody .article-info {
  margin: 0 0 5px;
  overflow: hidden;
}
#k2Container.itemView .itemBody .article-info dl.article-info {
  margin: 0;
  line-height: 10px;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd.catItemDateCreated {
  margin-right: 10px;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd a {
  color: #999;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd.latestItemCommentsLink:before {
  content: "\f075";
  color: #999;
  display: inline-block;
  font-family: fontawesome;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd:first-child:before {
  content: "";
}
#k2Container.itemView .itemBody .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.itemView .itemBody .itemImageBlock {
  text-align: center;
  padding: 0;
  margin: 0;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  width: 71%;
  position: relative;
  margin-bottom: 1em;
  display: table;
  margin: 0 auto 1em;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage .image-overlay .hover-links a.hover-link {
  display: none;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .item-headinfo {
  bottom: -35px;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-20px,0);
  -moz-transform: translate(-20px,0);
  -ms-transform: translate(-20px,0);
  -o-transform: translate(-20px,0);
  transform: translate(-20px,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay .hover-links a.hover-zoom:hover {
  border-color: #2D69A5;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay .hover-links a.hover-zoom:hover i {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay .hover-links a.hover-zoom:hover i.ico-arrow-right {
  background-position: 6px 7px;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage div.img_caption p.img_caption {
  padding: 5px 0;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage.pull-left {
  margin-right: 1em;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage.pull-right {
  margin-left: 1em;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage a.modal {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
  border: none;
  padding: 0;
  width: 100%;
}
#k2Container.itemView .itemBody .itemNaviTop {
  margin: 0 0 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info {
  margin: 0;
  line-height: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.catItemDateCreated {
  margin-right: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a {
  color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.latestItemCommentsLink:before {
  content: "\f075";
  color: #999;
  display: inline-block;
  font-family: fontawesome;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd:first-child:before {
  content: "";
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info {
  background: #EEEEEE;
  padding: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd {
  color: #555;
  font-size: 100%;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemDateCreated {
  margin-right: 20px;
  color: #999;
  font-size: 11px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .icon-category:before {
  content: "\f07b ";
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .category {
  margin-right: 20px;
  color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .category a {
  color: #999;
  font-size: 11px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .category a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor {
  color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor a {
  color: #999;
  font-size: 11px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email {
  position: absolute;
  right: 0;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a {
  color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption {
  float: right;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption:before {
  content: "";
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption > span {
  font-size: 13px;
  font-style: normal;
  margin-left: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a {
  color: #555;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemBody div.itemIntroText {
  font-size: 12px;
  font-weight: normal;
}
#k2Container.itemView .itemBody div.itemFullText {
  margin-bottom: 50px;
}
#k2Container.itemView .itemBody div.itemFullText p {
  font-size: 12px;
}
#k2Container.itemView .itemBody div.itemFullText .itemDateModified {
  display: none;
}
#k2Container.itemView .itemBody .itemNaviBottom {
  margin-bottom: 1em;
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemHitsBlock {
  padding-left: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemCommentsLink {
  color: #2D69A5;
  border-right: none;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemCommentsLink a {
  color: #2D69A5;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemCommentsLink a:hover {
  color: #3376BC;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
  min-height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div:last-child {
  border: none;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing {
  padding: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div {
  float: left;
  width: auto;
  height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div > iframe {
  width: 80px !important;
}
#k2Container.itemView .itemBody .itemTagsBlock {
  padding: 0;
  border: none;
  margin-bottom: 5px;
}
#k2Container.itemView .itemBody .itemTagsBlock span {
  color: #999;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemNavigation {
  border: none;
  padding: 4px 0;
  margin-bottom: 0;
  background: transparent;
  display: none;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock {
  padding: 4px 0;
  border: none;
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock span {
  color: #999;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemAuthorBlock {
  background: #EEEEEE;
  border: none;
  padding: 0;
  border-top: 1px solid #dee2f1;
  padding: 10px;
  margin: 1em 0 2em;
  display: block;
  overflow: hidden;
}
#k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar {
  border: none;
  padding: 0;
  margin-right: 15px;
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorName {
  font-weight: 100%;
  margin-bottom: 10px;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border: none;
  font-weight: normal;
}
#k2Container.itemView .itemLatest {
  margin-bottom: 10px;
}
#k2Container.itemView .itemLatest h3 {
  font-size: 16px;
  font-weight: 800;
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#k2Container.itemView .itemLatest ul {
  margin: 0;
}
#k2Container.itemView .itemLatest ul li {
  border: none;
  background: transparent;
  list-style: none;
}
#k2Container.itemView .itemLatest ul li:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
  margin-right: 5px;
}
#k2Container.itemView .itemLatest ul li a {
  color: #444;
}
#k2Container.itemView .itemLatest ul li:hover a {
  color: #2D69A5;
}
#k2Container.itemView .itemLatest ul li:hover:before {
  color: #2D69A5;
}
#k2Container.itemView .itemVideoBlock {
  padding: 0;
  background: transparent;
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
}
#k2Container.itemView .itemVideoBlock h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
  text-align: left;
  padding-left: 5px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded iframe {
  margin: 0 12px 0px 0;
}
#k2Container.itemView .itemImageGallery {
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}
#k2Container.itemView .itemImageGallery h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemImageGallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.itemView .itemComments {
  padding: 0;
  background: transparent;
  border: none;
  overflow: hidden;
}
#k2Container.itemView .itemComments h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #444;
  padding: 0 0 20px;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  background: transparent;
}
#k2Container.itemView .itemComments .itemCommentsList li img {
  margin: 5px 15px 0 0;
  border: 1px solid #eee;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a {
  color: #3376BC;
  text-decoration: none;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a:hover {
  color: #2D69A5;
}
#k2Container.itemView .itemComments .itemCommentsList li p {
  padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate,
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName {
  font-weight: normal;
  color: #999;
  font-size: 89%;
  border: none;
  display: inline-block;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
  border: none;
  margin: 1em 0 2em;
}
#k2Container.itemView .itemComments textarea.inputbox {
  width: 90%;
}
#k2Container.itemView .itemComments .button i {
  width: 15px;
  height: 15px;
  background: url(../images/blue/arrow-right.png) no-repeat -18px 4px;
  font-size: 17px;
  border: 1px solid #909094;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-color: #fff;
  display: inline-block;
  background: url("../images/white-arrow-right.png") no-repeat scroll 3px 4px;
  margin: -3px 0 0 5px;
}
#k2Container.itemView .itemComments .itemCommentsForm form {
  margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-horizontal .controls {
  text-align: right;
  margin: 0 6px 0 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group {
  display: inline-block;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls {
  margin: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input.inputbox {
  margin: 0 5px 0 0;
  width: 197px;
  padding: 9px 0 9px 50px;
  box-shadow: none;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#userName.inputbox {
  background: url("../images/icon/icon_user_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#commentEmail.inputbox {
  background: url("../images/icon/icon_email_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#commentURL.inputbox {
  background: url("../images/icon/icon_link_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea {
  margin-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea .controls {
  margin: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea .controls textarea.inputbox {
  width: 97.5%;
  background: #fff;
  color: #999;
}
.module.beaking_news {
  margin: 0 0 8px;
}
.module.beaking_news h3.modtitle {
  float: left;
  border: none;
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 10px;
  margin-top: 3px;
  color: #fff;
  background: #FF6825;
  position: relative;
}
.module.beaking_news h3.modtitle:after {
  left: 100%;
  top: 36%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194,225,245,0);
  border-left-color: #FF6825;
  border-width: 4px;
}
.module.beaking_news .modcontent .sj-splash .spl-control ul.spl-control-inner {
  display: none;
}
.module.beaking_news .modcontent .sj-splash .spl-items .spl-items-inner .spl-item-title a {
  color: #555;
  font-size: 12px;
  font-family: arial;
}
.k2ItemsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfe2f1;
}
.k2ItemsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
  margin: 0;
}
.k2ItemsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2ItemsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  font-size: 12px;
  color: #999;
}
.k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.k2LatestCommentsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfe2f1;
}
.k2LatestCommentsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
  margin: 0;
}
.k2LatestCommentsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2LatestCommentsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  font-size: 12px;
  color: #999;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.k2LatestCommentsBlock a.lcComment {
  color: #555;
  font-size: 12px;
}
.k2LatestCommentsBlock a.lcComment:hover {
  color: #2D69A5;
}
div.k2TagCloudBlock {
  padding: 0;
}
div.k2TagCloudBlock a {
  position: relative;
  font-size: 12px;
  float: left;
  margin: 0 7px 7px 0;
  padding: 4px 18px;
  color: #666;
  text-transform: capitalize;
  border: 1px solid #ddd;
}
div.k2TagCloudBlock a:hover {
  background: #2D69A5;
  padding: 4px 18px;
}
div.k2TagCloudBlock a:hover > span {
  right: -25px;
  background: #173655;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.k2TagCloudBlock a > span {
  width: 18px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#top8 .module.module_tabs {
  margin-top: -2px;
  margin-bottom: 0;
  min-height: 380px;
}
#right .module.module_tabs {
  min-height: 465px;
  margin-top: 37px;
}
.module.module_tabs {
  margin-top: 33px;
}
.module.module_tabs .modcontent {
  padding-top: 0;
}
.module div.moduletabs.top-position {
  margin: 0;
}
.module div.moduletabs.top-position div.tabs-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs {
  border-top: 3px solid #3376BC;
  border-bottom: 1px solid #ddd;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li {
  padding: 10px 0;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected {
  background: none;
  color: #3376BC;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
  font-size: 16px;
  font-weight: 800;
  padding: 0 10px 0 0;
  border-right: 1px solid #ddd;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab:hover {
  color: #3376BC;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage {
  overflow: hidden;
  position: relative;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage img {
  transition: all 0.5s ease-in;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage img:hover {
  transform: all 0.5s ease-in;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage .image-overlay {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage .image-overlay .hoverLink {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -16px -16px;
  position: absolute;
  z-index: 15;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage .image-overlay .hoverLink >i {
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  width: 32px;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage:hover .image-overlay {
  opacity: 1;
  transform: scale(1);
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage:hover .image-overlay .hoverLink:hover i {
  background: #2D69A5;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul li a.moduleItemImage {
  display: block;
  float: left;
  margin-top: 9px;
  margin-right: 20px;
  font-size: 12px;
  font-family: arial !important;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul.blank > li {
  margin: 0;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul.blank > li.even {
  border-bottom: none;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul.blank > li.odd {
  border-bottom: none;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul.blank > li .moduleItemTitle {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul.blank > li .moduleItemTitle:hover {
  color: #3376BC;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul.blank > li .moduleItemTitle {
    font-weight: bold;
  }
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  font-size: 12px;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2LatestCommentsBlock .even {
  border-bottom: none;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2LatestCommentsBlock .odd {
  border-bottom: none;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2LatestCommentsBlock ul li span.lcUsername:before {
  content: "\f007";
  font-family: fontawesome;
  margin-right: 5px;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.k2LatestCommentsBlock ul li a {
  margin-right: 15px;
}
.module h3.modtitle {
  color: #3376BC;
}
.module .k2ArchivesBlock ul {
  margin: 0;
  list-style: none;
}
.module .k2ArchivesBlock ul li {
  float: left;
  transition: all 0.5s ease-in;
  margin-right: 20px;
}
.module .k2ArchivesBlock ul li:before {
  color: #777;
  content: "\f178";
  font-family: fontawesome;
  font-size: 14px;
}
.module .k2ArchivesBlock ul li a {
  color: #666;
}
.module .k2ArchivesBlock ul li:hover {
  transform: translateX(15px);
  transition: all 0.5s ease-in;
}
.module .k2ArchivesBlock ul li:hover:before {
  color: #3376BC;
  opacity: 0.5;
}
.module .k2ArchivesBlock ul li:hover a {
  color: #3376BC;
}
.module.slideshow .sj-k2slickslider {
  position: relative;
}
.module.slideshow .sj-k2slickslider .slickslider-items .slickslider-item .item-image {
  float: none;
  width: auto;
}
.module.slideshow .sj-k2slickslider .slickslider-items .slickslider-item .item-content {
  top: 70%;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0,0,0,0.7);
}
.module.slideshow .sj-k2slickslider .slickslider-items .slickslider-item .item-content .item-content-inner .item-title {
  margin-bottom: 0;
}
.module.slideshow .sj-k2slickslider .slickslider-items .slickslider-item .item-content .item-content-inner .item-title a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.module.slideshow .sj-k2slickslider .slickslider-items .slickslider-item .item-content .item-content-inner .item-title a:hover {
  color: #3376BC;
}
.module.slideshow .sj-k2slickslider .slickslider-items .slickslider-item .item-content .item-content-inner .item-description {
  font-size: 12px;
}
.module.slideshow .sj-k2slickslider .arow-left {
  height: 40px;
  width: 40px;
  background: url("../images/icon/row_left_slide.png") no-repeat scroll center center rgba(0,0,0,0.4);
  top: 45%;
  left: 0;
  cursor: pointer;
  position: absolute;
}
.module.slideshow .sj-k2slickslider .arow-left .over-row {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #3376BC;
  opacity: 0.2;
  transform: scale(0);
  transition: all 0.2s ease-in;
}
.module.slideshow .sj-k2slickslider .arow-left:hover {
  background-color: #3376BC;
  transition: all 0.4s ease-in;
}
.module.slideshow .sj-k2slickslider .arow-left:hover .over-row {
  transform: scale(1);
  transition: all 0.2s ease-in;
  opacity: 1;
  background: transparent;
}
.module.slideshow .sj-k2slickslider .arow-right {
  height: 40px;
  width: 40px;
  background: url("../images/icon/row_right_slide.png") no-repeat scroll center center rgba(0,0,0,0.4);
  top: 45%;
  right: 0;
  cursor: pointer;
  position: absolute;
}
.module.slideshow .sj-k2slickslider .arow-right .over-row {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #3376BC;
  opacity: 0.2;
  transform: scale(0);
  transition: all 0.2s ease-in;
}
.module.slideshow .sj-k2slickslider .arow-right:hover {
  background-color: #3376BC;
  transition: all 0.4s ease-in;
}
.module.slideshow .sj-k2slickslider .arow-right:hover .over-row {
  transform: scale(1);
  transition: all 0.2s ease-in;
  opacity: 1;
  background: transparent;
}
.module.mega_new_top4 .mgi-wrap .item-wrap .item-image img:hover {
  opacity: 1;
}
.module.mega_new_top4 .mgi-wrap .item-wrap .item-image .image-overlay {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.module.mega_new_top4 .mgi-wrap .item-wrap .item-image .image-overlay .hoverLink {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -16px -16px;
  position: absolute;
  z-index: 15;
}
.module.mega_new_top4 .mgi-wrap .item-wrap .item-image .image-overlay .hoverLink >i {
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  width: 32px;
}
.module.mega_new_top4 .mgi-wrap .item-wrap .item-image:hover .image-overlay {
  opacity: 1;
  transform: scale(1);
}
.module.mega_new_top4 .mgi-wrap .item-wrap .item-image:hover .image-overlay .hoverLink:hover i {
  background: #2D69A5;
}
.module.mega_new_top4 .modcontent {
  padding-top: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box {
  padding-bottom: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .item-wrap .item-title a {
  position: relative;
  transition: all 0s ease-in 0.7s;
  display: block;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #ddd;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .item-wrap .item-title a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  transition: all 0.7s ease-in;
  opacity: 0;
  border-left: 1px solid #3376BC;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .item-wrap .item-title a:hover {
  transition: all 0s ease-in 0s;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .item-wrap .item-title a:hover:after {
  left: 120%;
  opacity: 1;
  transition: left 0.7s ease-in;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .title-link-wrap .other-links li a {
  position: relative;
  transition: all 0s ease-in 0.7s;
  display: block;
  overflow: hidden;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .title-link-wrap .other-links li a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  transition: all 0.7s ease-in;
  opacity: 0;
  border-left: 1px solid #3376BC;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .title-link-wrap .other-links li a:hover {
  transition: all 0s ease-in 0s;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box .title-link-wrap .other-links li a:hover:after {
  left: 120%;
  opacity: 1;
  transition: left 0.7s ease-in;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) {
  margin: 0 16px 0 0;
  padding-right: 16px;
  border-right: 1px solid #ddd;
  width: 30.333%;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) h3.mgi-cat {
  border-bottom: 1px solid #ddd;
  border-top: 3px solid #ED1C22;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) h3.mgi-cat a {
  background: none;
  color: #ED1C22;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 0;
  text-transform: inherit;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .item-wrap {
  margin-bottom: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .item-wrap .item-title {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .item-wrap .item-title a {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 0.5px;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .item-wrap .item-title a:hover {
  color: #3376BC;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .item-wrap .item-title a {
    font-weight: bold;
  }
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .title-link-wrap .other-links li {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .title-link-wrap .other-links li:nth-child(2) {
  border-bottom: none;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .title-link-wrap .other-links li a {
  margin: 0;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(1) .title-link-wrap .other-links li a:hover {
  color: #3376BC;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) {
  margin: 0 17px 0 0;
  padding-right: 17px;
  border-right: 1px solid #ddd;
  width: 30.333%;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) h3.mgi-cat {
  border-bottom: 1px solid #ddd;
  border-top: 3px solid #3376BC;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) h3.mgi-cat a {
  background: none;
  color: #3376BC;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 0;
  text-transform: inherit;
  letter-spacing: 0.5px;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .item-wrap {
  margin-bottom: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .item-wrap .item-title {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .item-wrap .item-title a {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 0.5px;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .item-wrap .item-title a:hover {
  color: #3376BC;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .item-wrap .item-title a {
    font-weight: bold;
  }
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .title-link-wrap .other-links li {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .title-link-wrap .other-links li:nth-child(2) {
  border-bottom: none;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .title-link-wrap .other-links li a {
  margin: 0;
  color: #444;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(3) .title-link-wrap .other-links li a:hover {
  color: #3376BC;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) {
  margin: 0;
  padding: 0;
  width: 30.333%;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) h3.mgi-cat {
  border-bottom: 1px solid #ddd;
  border-top: 3px solid #ff6825;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) h3.mgi-cat a {
  background: none;
  color: #ff6825;
  font-size: 16px;
  font-weight: 800;
  padding: 6px 0;
  text-transform: inherit;
  letter-spacing: 0.5px;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .item-wrap {
  margin-bottom: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .item-wrap .item-title {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin: 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .item-wrap .item-title a {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 0.5px;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .item-wrap .item-title a:hover {
  color: #3376BC;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .item-wrap .item-title a {
    font-weight: bold;
  }
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .title-link-wrap .other-links li {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .title-link-wrap .other-links li:nth-child(2) {
  border-bottom: none;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .title-link-wrap .other-links li a {
  margin: 0;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.module.mega_new_top4 .modcontent .mgi-wrap.preset01-3 .mgi-box:nth-child(5) .title-link-wrap .other-links li a:hover {
  color: #3376BC;
}
.module.PopularNews .mgi-wrap .item-wrap .item-image img:hover {
  opacity: 1;
}
.module.PopularNews h3.modtitle {
  font-size: 16px;
  font-weight: 800;
  color: #3376BC;
}
.module.PopularNews .modcontent {
  padding-top: 15px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box {
  padding-bottom: 0;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap {
  width: 39%;
  padding-right: 0;
  margin-right: 30px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-image {
  margin: 0 10px 5px 0;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-image .image-overlay {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-image .image-overlay .hoverLink {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -16px -16px;
  position: absolute;
  z-index: 15;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-image .image-overlay .hoverLink >i {
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  width: 32px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-image:hover .image-overlay {
  opacity: 1;
  transform: scale(1);
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-image:hover .image-overlay .hoverLink:hover i {
  background: #2D69A5;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-title a {
  font-size: 12px;
  color: #444;
  position: relative;
  transition: all 0s ease-in 0.7s;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-title a:after {
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  transition: all 0.7s ease-in;
  opacity: 0;
  border-left: 1px solid #3376BC;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-title a:hover {
  transition: all 0s ease-in 0s;
  color: #2D69A5;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-title a:hover:after {
  left: 120%;
  opacity: 1;
  transition: left 0.7s ease-in;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .post {
  background: #F4F4F4;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  display: block;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .post .published {
  font-size: 11px;
  color: #999;
  font-weight: bold;
  float: left;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .post .item-comments {
  margin-top: 0px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .post .item-comments a {
  font-size: 11px;
  color: #999;
  font-weight: bold;
  margin-left: 100px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .post .item-comments a .icon-comment:before {
  content: "\f075";
  font-family: fontawesome;
  color: #999;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .post .item-comments a:hover {
  color: #2D69A5;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .post .item-comments a:hover .icon-comment:before {
  color: #2D69A5;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .item-wrap .item-desc {
  font-size: 12px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap {
  float: left;
  width: 57%;
  padding-right: 0;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image {
  width: 140px;
  height: 100px;
  position: relative;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image img {
  transition: all 0.5s ease-in;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image .image-overlay {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image .image-overlay .hoverLink {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -16px -16px;
  position: absolute;
  z-index: 15;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image .image-overlay .hoverLink >i {
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  width: 32px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image:hover .image-overlay {
  opacity: 1;
  transform: scale(1);
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image:hover .image-overlay .hoverLink:hover i {
  background: #2D69A5;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image:hover {
  transition: all 0.5s ease-in;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .other-item-image:hover img {
  transition: all 0.5s ease-in;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links li {
  background: none;
  margin-bottom: 20px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links li a {
  margin: 0;
  letter-spacing: 0.5px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links li > a {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  position: relative;
  transition: all 0s ease-in 0.7s;
  display: block;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links li > a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  transition: all 0.7s ease-in;
  opacity: 0;
  border-left: 1px solid #3376BC;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links li > a:hover {
  color: #3376BC;
  transition: all 0s ease-in 0s;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links li > a:hover:after {
  left: 120%;
  opacity: 1;
  transition: left 0.7s ease-in;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links li > a {
    font-weight: bold;
  }
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .published {
  color: #777;
  font-size: 12px;
  line-height: 15px;
}
.module.PopularNews .mgi-wrap.theme2 .mgi-box .mgi-item .title-link-wrap .other-links .item-desc {
  font-size: 12px;
  font-weight: 400;
}
.module.TopTrading {
  position: relative;
  z-index: 5;
}
.module.TopTrading h3.modtitle {
  font-size: 16px;
  font-weight: 800;
  color: #3376BC;
}
.module.TopTrading .modcontent {
  padding-top: 20px;
}
.module.TopTrading .modcontent .sj-k2-container-slider {
  margin: 0;
}
.module.TopTrading .modcontent .sj-k2-container-slider .page-button.top {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: -18px;
}
.module.TopTrading .modcontent .sj-k2-container-slider .page-button.top .control-button .preview {
  background: url("../images/icon/row_left.png") no-repeat scroll center center #ddd;
  height: 22px;
  width: 22px;
  right: 28px;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.module.TopTrading .modcontent .sj-k2-container-slider .page-button.top .control-button .preview:hover {
  background-color: #3376BC;
  transition: all 0.5s ease-in;
}
.module.TopTrading .modcontent .sj-k2-container-slider .page-button.top .control-button .next {
  background: url("../images/icon/row_right.png") no-repeat scroll center center #ddd;
  height: 22px;
  width: 22px;
  margin-left: 5px;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.module.TopTrading .modcontent .sj-k2-container-slider .page-button.top .control-button .next:hover {
  background-color: #3376BC;
  transition: all 0.5s ease-in;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item {
  margin: 0 23px 0 0;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img {
  padding: 0;
  border: none;
  position: relative;
  overflow: hidden;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img img {
  transition: all 0.5s ease-in;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img:hover {
  opacity: 1;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img:hover img {
  transition: all 0.5s ease-in;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img .item-img-info .image-overlay {
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img .item-img-info .image-overlay .hoverLink {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -16px -16px;
  position: absolute;
  z-index: 15;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img .item-img-info .image-overlay .hoverLink >i {
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  width: 32px;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img .item-img-info:hover .image-overlay {
  opacity: 1;
  transform: scale(1);
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-img .item-img-info:hover .image-overlay .hoverLink:hover i {
  background: #2D69A5;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info {
  margin-top: 0;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .post {
  background: #F4F4F4;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  display: block;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .post .published {
  font-size: 11px;
  color: #999;
  font-weight: bold;
  float: left;
  margin-top: 2.5px;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .post .item-comments {
  margin-top: 0px;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .post .item-comments a {
  font-size: 11px;
  color: #999;
  font-weight: bold;
  margin-left: 45px;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .post .item-comments a .icon-comment:before {
  content: "\f075";
  font-family: fontawesome;
  color: #999;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .post .item-comments a:hover {
  color: #2D69A5;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .post .item-comments a:hover .icon-comment:before {
  color: #2D69A5;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .item-inner .item-title a {
  color: #444;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0s ease-in 0.7s;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .item-inner .item-title a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  transition: all 0.7s ease-in;
  opacity: 0;
  border-left: 1px solid #3376BC;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .item-inner .item-title a:hover {
  color: #2D69A5;
  transition: all 0s ease-in 0s;
}
.module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .item-inner .item-title a:hover:after {
  left: 120%;
  opacity: 1;
  transition: left 0.7s ease-in;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .module.TopTrading .modcontent .sj-k2-container-slider .slider .vpo-wrap .vp .vpi-wrap .item .item-wrap .item-info .item-inner .item-title a {
    font-weight: bold;
  }
}
.rtl #k2Container .itemList .itemContainer .catItemView {
  border: none;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemNavi > div {
  border: none;
  border-left: 1px solid #E5E5E5;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemHitsBlock {
  padding: 5px 0 5px 15px;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock span {
  float: right;
  padding: 0 0 0 5px;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemNavi > div .itemRatingList,
.rtl #k2Container .itemList .itemContainer .catItemView .catItemNavi > div .itemRatingLog {
  float: right;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore .ico-arrow-right {
  background: url(../images/blue/rtl/arrow-right.png) no-repeat 3px 4px;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore .ico-arrow-left {
  background: url(../images/blue/rtl/arrow-left.png) no-repeat 3px 4px;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore:hover .ico-arrow-right,
.rtl #k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore:hover .ico-arrow-left {
  background-position: -18px 4px;
}
.rtl #k2Container .userBlock img {
  margin: 0 0 0 15px;
  float: right;
}
.rtl #k2Container .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0 0 0 25px;
}
.rtl #k2Container .catItemList .catItemView .catItemBody a.readmore .ico-arrow-right {
  background: url(../images/blue/rtl/arrow-right.png) no-repeat 3px 4px;
}
.rtl #k2Container .catItemList .catItemView .catItemBody a.readmore .ico-arrow-left {
  background: url(../images/blue/rtl/arrow-left.png) no-repeat 3px 4px;
}
.rtl #k2Container .catItemList .catItemView .catItemBody a.readmore:hover .ico-arrow-right,
.rtl #k2Container .catItemList .catItemView .catItemBody a.readmore:hover .ico-arrow-left {
  background-position: -18px 4px;
}
.rtl #k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption {
  float: left;
}
.rtl #k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption span {
  float: right;
}
.rtl #k2Container.itemView .itemBody .itemNaviBottom.catItemHitsBlock {
  padding: 5px 0 5px 15px;
}
.rtl #k2Container.itemView .itemBody .itemNaviBottom div.catItemRatingBlock span {
  float: right;
  padding: 0 0 0 5px;
}
.rtl #k2Container.itemView .itemBody .itemNaviBottom .itemRatingList,
.rtl #k2Container.itemView .itemBody .itemNaviBottom .itemRatingLog {
  float: right;
}
.rtl #k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar {
  float: right;
  margin: 0 0 0 15px;
}
.rtl #k2Container.itemView ul.sigProClassic {
  float: right;
}
.rtl #k2Container.itemView .itemComments .itemCommentsList li span.commentToolbar a {
  text-decoration: none;
}
.rtl #k2Container.itemView .itemComments .itemCommentsList li span.commentLink {
  float: left;
}
.rtl #k2Container.itemView .itemComments .itemCommentsList li img {
  float: right;
  margin: 5px 0 0 15px;
}
.rtl #k2Container.itemView .itemComments .button i {
  background-image: url(../images/rtl/white-arrow-right.png);
  margin: -3px 5px 0 0;
}
.rtl .k2LatestCommentsBlock ul.blank > li .k2Avatar,
.rtl .k2ItemsBlock ul.blank > li .k2Avatar {
  margin: 0 0 0 8px;
}
.rtl div.k2TagCloudBlock a {
  float: right;
}
.rtl div.k2TagCloudBlock a:hover span {
  left: -25px;
}
.rtl div.k2TagCloudBlock a > span {
  right: auto;
  left: 0;
}
