.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: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #666;
  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: #000;
}
.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: #f05c1f;
}
#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 {
  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.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;
  padding: 0;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
#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: 20px;
  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: 250;
  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: 250;
  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: #f05c1f;
  -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: #f05c1f;
  color: #eee;
  border: 1px solid #ce460e;
  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;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: url("../images/main_pattern.png") repeat-x scroll 50% 0;
  background-attachment: fixed;
  font-family: Arial !important;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1000px !important;
}
div.row-fluid [class*="span"] {
  min-height: 0 !important;
}
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;
}
div.row-fluid [class*="span"] {
  min-height: 3px;
}
.btn:focus {
  outline: none !important;
}
#content div.no-minheight {
  min-height: 0;
}
#content div.finder {
  padding: 15px;
}
#yt_wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}
#yt_header {
  margin-top: 48px;
  max-height: 94px;
  /*border-top: 3px solid #f05c1f;*/
  padding: 25px 20px 0;
}

.homepage #yt_header { border-bottom: 0 !important;}
#yt_header #yt_logoposition h1 {
  margin: 11px 0;
  line-height: 105%;
}
#yt_header #yt_logoposition h1 a {
  display: inline-block;
}
#yt_header #yt_logoposition a {
  margin: 0;
}
#yt_header #login .module {
  margin-bottom: 0;
}
.login {
  float: right;
}
#yt_slideshow {
  margin: 0;
  background: none;
  z-index: 0;
  position: relative;
  padding-top: 20px;
}
#yt_slideshow #slideshow ul li img {
  width: 1000px !important;
  height: auto !important;
}
#yt_slideshow .dynamicslideshow-container {
  margin-top: 0;
  margin-bottom: 0;
}
#breadcrumb div.module {
  margin: 0 !important;
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(70%,#fff),to(#e9e9e9));
  background-image: -webkit-linear-gradient(#fff,#fff 70%,#e9e9e9);
  background-image: -moz-linear-gradient(top,#fff,#fff 70%,#e9e9e9);
  background-image: -o-linear-gradient(#fff,#fff 70%,#e9e9e9);
  background-image: linear-gradient(#fff,#fff 70%,#e9e9e9);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe9e9e9', GradientType=0);
  -webkit-box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
}
#breadcrumb div.module div.modcontent {
  padding: 8px 0;
}
#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 3px;
  float: left;
}
#breadcrumb div.module ul.breadcrumb li .divider .icon-home {
  font-size: 20px;
  vertical-align: -2px;
  margin: 0;
  float: left; 
  position: relative;
  margin-top: -6px;
}
#breadcrumb div.module ul.breadcrumb li a,
#breadcrumb div.module ul.breadcrumb li span {
  color: #666;
  font-size: 12px;
  height: 9px;
  float: left;
}
#breadcrumb div.module ul.breadcrumb li a:hover {
  color: #f05c1f;
}
#top-content {
  margin-left: 0;
}
#yt_spotlight2 .container {
  /*padding: 0 0 30px 0;*/
}
#yt_spotlight2 .container .modcontent-inner {
  width: 212px;
}
#yt_spotlight2 .container .modcontent-inner img {
  width: 112px;
  height: 90px;
}
#yt_spotlight2 .container #top2,
#yt_spotlight2 .container #top3,
#yt_spotlight2 .container #top4 {
  margin-left: 10px;
}
#yt_spotlight2 .container .services {
  padding: 15px;
}
#yt_spotlight2 .container .services .item-services {
  position: relative;
  overflow: hidden;
}
#yt_spotlight2 .container .services .item-services .item-image {
  text-align: center;
  border: 1px solid #f05c1f;
  padding: 35px;
  margin-bottom: 25px;
  background: #f9f9f9;
  cursor: pointer;
}
#yt_spotlight2 .container .services .item-services .item-image:before {
  content: "\f064";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f05c1f;
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  top: -20%;
  left: 33%;
}
#yt_spotlight2 .container .services .item-services .item-image:hover {
  background: #c6c6c6;
}
#yt_spotlight2 .container .services .item-services .item-image:hover:before {
  top: 17%;
  left: 33%;
}
#yt_spotlight2 .container .services .item-services .detail-item {
  color: #666;
}
#yt_spotlight2 .container .services .item-services .detail-item h3 {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
#yt_spotlight2 .container .services .item-services .read-more {
  float: left;
  display: block;
  margin-top: 24px;
}
#yt_spotlight2 .container .services .item-services .read-more a {
  border: 1px solid #f05c1f;
  padding: 10px 20px;
  color: #000;
}
#yt_spotlight2 .container .services .item-services .read-more:hover a {
  background: #f05c1f;
  color: #fff;
  border-color: #f05c1f;
}
#yt_spotlight2 .container .services #top1,
#yt_spotlight2 .container .services #top2,
#yt_spotlight2 .container .services #top3,
#yt_spotlight2 .container .services #top4 {
  margin-right: 23px;
}
#yt_spotlight3 .container {
  background: #fff;
  padding: 0 15px;
  width: 1140px;
}
#yt_spotlight4 {
  margin-top: 0;
  background: #778e9e;
  border-bottom: 2px solid #f05c1f;
}
#yt_spotlight4 #bottom1 {
  padding: 37px 25px;
  border-right: 1px solid #6b808e;
}
.homepage #yt_spotlight5 {
  margin-top: 15px;
}
.homepage #yt_spotlight5 .container {
  background: #fff;
  padding: 0;
  width: 1140px;
  margin-bottom: 20px;
}
#content .tag-category {
  padding: 15px;
}
#content .reset,
#content .remind {
  padding: 15px;
}
#content_right {
  background: #fff;
  float: right;
  margin-right: 20px;
}
#content_right div.module {
 /* margin: 0;*/
}
#content_right div.module._menu {
  margin: 20px 0;
}
#content_main {
  border-left: 1px solid #d7d7d7;
  margin: 0;
  padding-left: 34px;
}
#yt_footer .yt-main {
  background-color: none;
}
#yt_footer .yt-main .container {
  background: #344350;
}
#yt_footer .yt-main .yt-main-in2 {
  background-color: rgba(0,0,0,0.2);
}
#yt_footer .yt-main #yt_copyrightposition {
  padding: 10px 0 0;
  font-size: 100%;
  text-align: center;
  padding-left: 32px;
  padding-top: 25px;
}
#yt_footer .yt-main #yt_copyrightposition a:hover {
  color: #fff;
}
#yt_footer .yt-main .footer p {
  color: #999;
  font-size: 12px;
}
#yt_footer .yt-main .footer-left {
  width: 42%;
  float: left;
}
#yt_footer .yt-main #footer .yt-socialbt {
  padding: 3px;
  margin-top: 12px;
  margin-right: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000000 inset;
  -moz-box-shadow: 1px 1px 2px #000000 inset;
  box-shadow: 1px 1px 2px #000000 inset;
}
#yt_footer .yt-main #footer .yt-socialbt a {
  background-color: #3D3D3D;
  color: #999;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
}
#yt_footer .yt-main #footer .yt-socialbt a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#yt_footer .yt-main #footer .yt-socialbt a.facebook:hover {
  background-color: #3C5A9A;
  color: #fff;
}
#yt_footer .yt-main #footer .yt-socialbt a.twitterbird:hover {
  background-color: #2DAAE0;
  color: #fff;
}
#yt_footer .yt-main #footer .yt-socialbt a.google:hover {
  background-color: #EE4F2F;
  color: #fff;
}
#yt_footer .yt-main #footer .yt-socialbt a.rss:hover {
  background-color: #EC4822;
  color: #fff;
}
a {
  color: #f05c1f;
  -webkit-transition: color 0.15s ease-in-out 0s;
  -moz-transition: color 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s;
}
a:hover {
  color: #0d0d0d;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
  font-size: 14px;
}
.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: 92%;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 -1px 0 #fff inset;
}
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: #f05c1f;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #f05c1f;
}
select {
  padding: 5px 6px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #f6a27f;
}
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,
.btn:focus,
button[type="submit"] {
  outline: 0 none;
  box-shadow: none;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
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 50%,#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: #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.btn {
  font-size: 12px;
}
.button,
button {
  background: #f05c1f;
  color: #fff;
  text-shadow: none;
  padding: 4px 14px;
  font-size: 116.7%;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
.button:hover,
button:hover {
  background: #0d0d0d;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: left;
}
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;
}
.form-inline .input-append .add-on i {
  margin: 0 !important;
}
.collapse {
  overflow: hidden;
}
.form-inline .btn-primary .icon-search {
  vertical-align: 1px;
}
.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 #666;
  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: #666;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #333;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #666;
  border-bottom: 2px solid #333;
  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: #ff6c00 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
}
#system-message {
  margin: 0;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
div.categories-list > div {
  margin-bottom: 1em;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
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 ul {
  position: relative;
  margin: 0;
  padding-left: 15px;
}
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 {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
}
.blog .heading-category .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
.blog .heading-category .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
.blog .items-leading {
  overflow: hidden;
  padding: 0 0 5px;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 15px 0;
  overflow: hidden;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
.blog .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);
  -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 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
.blog .items-leading .item .item-image:hover .item-headinfo {
  bottom: -35px;
}
.blog .items-leading .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 2px 2px 5px #000000;
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog .items-leading .item .item-image: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);
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
.blog .items-leading .item .article-text {
  *zoom: 1;
}
.blog .items-leading .item .article-text:before,
.blog .items-leading .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog .items-leading .item .article-text:after {
  clear: both;
}
.blog .items-leading .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #666;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #f05c1f;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin-bottom: 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;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-leading .item.span4 .item-image,
.blog .items-leading .item.span3 .item-image {
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-leading .item.span4 .article-text,
.blog .items-leading .item.span3 .article-text {
  clear: both;
}
.blog .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 {
  border-top: none;
}
.blog .items-row.row-0 .item {
  padding-top: 0;
}
.blog .items-row .item {
  padding: 15px 0;
  overflow: hidden;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
.blog .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);
  -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 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-row .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
.blog .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
.blog .items-row .item .item-image:hover .item-headinfo {
  bottom: -35px;
}
.blog .items-row .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 2px 2px 5px #000000;
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog .items-row .item .item-image: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);
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
.blog .items-row .item .article-text {
  *zoom: 1;
}
.blog .items-row .item .article-text:before,
.blog .items-row .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog .items-row .item .article-text:after {
  clear: both;
}
.blog .items-row .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #666;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #f05c1f;
}
.blog .items-row .item .article-text .item-headinfo {
  margin-bottom: 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;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-row .item.span4 .item-image,
.blog .items-row .item.span3 .item-image {
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-row .item.span4 .article-text,
.blog .items-row .item.span3 .article-text {
  clear: both;
}
.blog .article-text .item-headinfo {
  padding-bottom: 5px;
  border-bottom: 1px dashed #c8c8c8;
  overflow: hidden;
}
.blog .article-text .item-headinfo .createdby {
  font-size: 12px;
}
.blog .article-text .item-headinfo .createdby:before {
  content: attr(data-label);
  font-weight: bold;
}
.blog .article-text .content_rating {
  margin-bottom: 25px;
  display: inline-block;
}
.blog .article-text .content_rating .element-invisible {
  display: inline;
  font-size: 12px;
}
.blog .article-text .readmore {
  margin-top: 10px;
}
div.blog .resplc-loadmore,
.blog-featured .resplc-loadmore {
  margin: 30px auto;
}
div.blog .resplc-loadmore .resplc-loadmore-btn,
div.blog-featured .resplc-loadmore .resplc-loadmore-btn {
  background: #777;
  font-size: 20px;
}
div.blog .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading,
div.blog-featured .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  width: 32px;
  height: 32px;
}
div.blog .resplc-loadmore .resplc-loadmore-btn:hover,
div.blog-featured .resplc-loadmore .resplc-loadmore-btn:hover {
  background: #f05c1f;
}
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: #f05c1f;
}
body.layout_main-left-right .blog-featured .items-row .item .item-image {
  float: none;
  margin: 0 0 1em;
}
.blog-featured .page-header-inner {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
  margin: 0 -15px 30px;
}
.blog-featured .page-header-inner .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
.blog-featured .page-header-inner .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
.blog-featured .page-header-inner .header-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
.blog-featured .page-header-inner .header-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
.blog-featured .page-header-inner .header-title a {
  color: #f05c1f;
}
.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: 15px 0;
  overflow: hidden;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
.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);
  -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;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  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);
  box-shadow: 2px 2px 5px #000000;
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog-featured .items-leading .item .item-image: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);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
.blog-featured .items-leading .item .article-text {
  *zoom: 1;
}
.blog-featured .items-leading .item .article-text:before,
.blog-featured .items-leading .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-featured .items-leading .item .article-text:after {
  clear: both;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #666;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #f05c1f;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin-bottom: 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;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-leading .item.span4 .item-image,
.blog-featured .items-leading .item.span3 .item-image {
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-leading .item.span4 .article-text,
.blog-featured .items-leading .item.span3 .article-text {
  clear: both;
}
.blog-featured .items-leading .item.leading-0 {
  padding-top: 0;
}
.blog-featured .items-leading .item .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 1em;
}
.blog-featured .items-leading .item .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-leading .item .page-header h2 a {
  color: #666;
}
.blog-featured .items-leading .item .page-header h2 a:hover {
  color: #f05c1f;
}
.blog-featured .items-leading .item .item-image {
  margin: 0 30px 0px 0;
}
.blog-featured .items-leading .item .item-image .item-headinfo {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: left;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.26s ease-out 0s;
  -moz-transition: all 0.26s ease-out 0s;
  -o-transition: all 0.26s ease-out 0s;
  transition: all 0.26s ease-out 0s;
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}
.blog-featured .items-leading .item .item-image .item-headinfo .article-info {
  margin: 0;
  padding: 5px;
  color: #ccc;
}
.blog-featured .items-leading .item .item-image .item-headinfo .article-info dd {
  font-size: 89%;
  margin: 0 5px;
}
.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: 15px 0;
  overflow: hidden;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
.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);
  -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;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  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);
  box-shadow: 2px 2px 5px #000000;
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog-featured .items-row .item .item-image: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);
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
.blog-featured .items-row .item .article-text {
  *zoom: 1;
}
.blog-featured .items-row .item .article-text:before,
.blog-featured .items-row .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-featured .items-row .item .article-text:after {
  clear: both;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #666;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #f05c1f;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin-bottom: 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;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-row .item.span4 .item-image,
.blog-featured .items-row .item.span3 .item-image {
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-row .item.span4 .article-text,
.blog-featured .items-row .item.span3 .article-text {
  clear: both;
}
.blog-featured .items-row .item.leading-0 {
  padding-top: 0;
}
.blog-featured .items-row .item .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 1em;
}
.blog-featured .items-row .item .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-row .item .page-header h2 a {
  color: #666;
}
.blog-featured .items-row .item .page-header h2 a:hover {
  color: #f05c1f;
}
.blog-featured .items-row .item .item-image {
  margin: 0 30px 0px 0;
}
.blog-featured .items-row .item .item-image .item-headinfo {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: left;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.26s ease-out 0s;
  -moz-transition: all 0.26s ease-out 0s;
  -o-transition: all 0.26s ease-out 0s;
  transition: all 0.26s ease-out 0s;
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}
.blog-featured .items-row .item .item-image .item-headinfo .article-info {
  margin: 0;
  padding: 5px;
  color: #ccc;
}
.blog-featured .items-row .item .item-image .item-headinfo .article-info dd {
  font-size: 89%;
  margin: 0 5px;
}
.blog-featured .article-text .content_rating {
  margin-bottom: 25px;
  display: inline-block;
}
.blog-featured .article-text .content_rating .element-invisible {
  display: inline;
  font-size: 12px;
}
.blog-featured .article-text .item-headinfo {
  padding-bottom: 5px;
  border-bottom: 1px dashed #c8c8c8;
  overflow: hidden;
}
.blog-featured .article-text .item-headinfo .createdby {
  font-size: 12px;
}
.blog-featured .article-text .item-headinfo .createdby:before {
  content: attr(data-label);
  font-weight: bold;
}
.blog-featured .article-text .item-headinfo .createdby {
  font-size: 12px;
}
.blog-featured .article-text .item-headinfo .createdby:before {
  content: attr(data-label);
  font-weight: bold;
}
.blog-featured .article-text .readmore {
  margin-top: 10px;
}
.blog .items-leading + .items-row .item {
  padding-top: 15px;
}
.view-product .item-page .itemImage {
  float: left;
  display: block;
  padding: 40px;
  border: 1px solid #ccc;
  margin-right: 30px;
  width: auto;
}
.view-product .item-page .article-info {
  display: none;
}
.view-product .item-page dl.tabs {
  float: left;
  margin-top: 30px;
  border-bottom: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 0;
  background: #778e9e;
  padding-left: 0;
}
.view-product .item-page dl.tabs dt {
  margin-bottom: 0;
  margin-right: 0;
}
.view-product .item-page dl.tabs dt h3 {
  padding: 10px 5px 8px;
  background: transparent;
  border: 0;
  border-right: 1px solid #677d8c;
}
.view-product .item-page dl.tabs dt h3 a {
  color: #fff;
  font-weight: normal;
}
.view-product .item-page dl.tabs dt.open h3 {
  background: #fff;
}
.view-product .item-page dl.tabs dt.open h3 a {
  color: #f05c1f;
}
.view-product .item-page .current {
  float: left;
  border-top: 0;
  border-left: 1px solid #ccc;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.price {
  color: #cc0000;
  font-weight: bold;
}
.yt-list.type-disc li:before {
  display: none;
}
.item-page {
  margin-top: 30px;
  position: relative;
  padding: 0 15px;
}
.item-page .itemImage {
  width: 100%;
  float: left;
}
.item-page .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}
.item-page .page-header .page-header-inner {
  background: transparent;
}
.item-page .page-header .page-header-inner .header-title {
  background: transparent;
}
.item-page .page-header .page-header-inner .header-title a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.item-page .content_rating {
  margin-bottom: 25px;
  display: inline-block;
}
.item-page .content_rating .element-invisible {
  display: inline;
  font-size: 12px;
}
.item-page .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);
  -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 .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.item-page .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-page .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
.item-page .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
.item-page .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
.item-page div.related-items-title {
  text-transform: uppercase;
  margin-top: 2em;
  float: left;
  width: 100%;
  
}

ul.related-items {
	width: 100%;
}
.item-page .img-fulltext {
  position: relative;
  margin-bottom: 1em;
  display: inline-block;
}
.item-page .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page .img-fulltext.pull-left {
  margin-right: 1.5em;
}
.item-page .img-fulltext.pull-right {
  margin-left: 1.5em;
}
.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 ul.actions {
  position: absolute;
  top: 15px;
  right: 20px;
}
.item-page ul.related-items li .img-fulltext {
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
}
.item-page form.form-inline {
  margin: 0 20px;
  display: inline-block;
}
.item-page form.form-inline .content_vote {
  display: inline-block;
}
.item-page form.form-inline .content_vote .element-invisible {
  margin-right: 10px;
  line-height: 22px;
}
.item-page form.form-inline .content_vote input.btn[type="submit"] {
  padding: 7px 12px;
  color: #fff;
  display: inline-block;
  background-color: #333;
  background-image: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.item-page form.form-inline .content_vote input.btn[type="submit"]:hover {
  background-color: #f05c1f;
  color: #fff;
}
.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;
}
.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;
}
.categories-list {
  padding: 0 15px;
}
.categories-list h1 {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
  margin: 0 -15px 30px;
}
.categories-list h1 .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
.categories-list h1 .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
.blog-featured {
  padding: 0 15px;
}
.blog {
  padding: 0 15px;
}
.blog h2.heading-category {
  margin: 0 -15px 30px;
}
.archive {
  padding: 0 15px;
}
.archive h1 {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
  margin: 0 -15px 30px;
}
.archive h1 .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
.archive h1 .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
.category-list h2 {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
}
.category-list h2 .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
.category-list h2 .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
.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 dotted #ccc;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div.row1 {
  background: #f5f5f5;
}
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: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.pagination {
  height: auto;
  margin: 20px 0;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #666;
  background: #f5f5f5;
  border-radius: 0 !important;
}
.pagination ul li a > span,
.pagination ul li span > span {
  float: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 100%;
}
.pagination ul li a {
  color: #f05c1f;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}
.pagination ul li a:hover {
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
}
.pagination ul li a:hover span {
  background: transparent;
  color: #666;
}
.pagination ul li span.active {
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
}
.pagination ul li span.active span {
  background: transparent;
  color: #666;
}
.contentpane {
  margin: 1em;
  font-size: 12px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 160%;
  font-weight: normal;
}
.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: inline-block;
  float: none;
}
.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%;
}
dl.tabs {
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  margin: 1.5em 0 1em;
  padding: 0 10px;
  clear: both;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
dl.tabs dt {
  float: left;
  margin-right: 5px;
  margin-bottom: -1px;
}
dl.tabs dt.open h3 {
  background: #fff;
  border-bottom-color: #fff;
}
dl.tabs dt.open h3 a {
  color: #f05c1f;
}
dl.tabs dt h3 {
  background: #f5f5f5;
  margin: 0;
  padding: 7px 6px 8px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
dl.tabs dt h3 a {
  color: #808080;
}
dd.tabs {
  margin: 0;
}
.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 #advanced-search {
  padding: 10px 0 0;
}
.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%;
}
.newsfeed .feed-description {
  background: #eee;
  padding: 10px;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.newsfeed ol li a {
  color: #777;
  font-weight: normal;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
.newsfeed ol li:hover {
  background: #f5f5f5;
}
.newsfeed ol li:hover a {
  color: #f05c1f;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.view-login #content .content-main-inner {
  padding: 20px 0;
  overflow: hidden;
}
.view-login #system-message {
  width: 550px;
  margin: 0 auto;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  width: 550px;
  margin: 0 auto;
  padding: 1em 2em 2em;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .login {
  float: none;
}
.view-login .wrap-login .page-header {
  margin: -14px -25px 15px;
  padding: 10px 25px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
}
.view-login .wrap-login .form-horizontal .control-group {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .form-horizontal .controls input {
  width: 180px;
}
.view-login .wrap-login .other-link {
  overflow: hidden;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 15px;
}
.view-login .wrap-login .other-link ul.yt-list li {
  float: left;
  margin-right: 30px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
  font-size: 12px;
  color: #666;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #f05c1f;
}
.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 .control-label label {
  font-weight: bold;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
.form-actions {
  background: #fff;
  border-top: none;
  margin-top: 0;
}
div.contact {
  padding: 0 15px;
}
div.contact h1.title {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
  background-color: transparent;
  border-color: #e1e1e1;
  margin: 0 0px 30px;
  padding-left: 0;
  padding-bottom: 5px;
}
div.contact h1.title .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
div.contact h1.title .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
div.contact h1.title span {
  color: #000;
  font-weight: normal;
}
div.contact h3 {
  font-size: 120%;
}
div.contact h3 img {
  display: none;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #999;
}
div.contact .contact-image {
  width: 50%;
  float: right;
}
div.contact .contact-image img {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact textarea,
div.contact input {
  width: 300px;
}
div.contact textarea {
  height: 100px;
}
div.contact .contact-contactinfo {
  display: none;
}
.blog .items-row .item .item-tags,
.blog .items-leading .item .item-tags,
.blog-featured .items-row .item .item-tags,
.blog-featured .items-leading .item .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog .items-row .item .item-tags i,
.blog .items-leading .item .item-tags i,
.blog-featured .items-row .item .item-tags i,
.blog-featured .items-leading .item .item-tags i {
  font-size: 15px;
  margin: 0;
}
.blog .items-row .item .item-tags .tags,
.blog .items-leading .item .item-tags .tags,
.blog-featured .items-row .item .item-tags .tags,
.blog-featured .items-leading .item .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #666;
}
.blog .items-row .item .item-tags .tags span,
.blog .items-leading .item .item-tags .tags span,
.blog-featured .items-row .item .item-tags .tags span,
.blog-featured .items-leading .item .item-tags .tags span {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0;
}
.blog .items-row .item .item-tags .tags a,
.blog .items-leading .item .item-tags .tags a,
.blog-featured .items-row .item .item-tags .tags a,
.blog-featured .items-leading .item .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15) inset;
}
.blog .items-row .item .item-tags .tags a:hover,
.blog .items-leading .item .item-tags .tags a:hover,
.blog-featured .items-row .item .item-tags .tags a:hover,
.blog-featured .items-leading .item .item-tags .tags a:hover {
  background: #f05c1f;
  color: #fff;
}
body.homepage .blog-featured .items-row .item .item-tags {
  display: none;
}
div.categories-list > div h3.page-header {
  margin: 5px 0;
}
div.categories-list > div h3.page-header .icon-plus {
  vertical-align: middle;
}
div.newsfeed .tags {
  margin-bottom: 20px;
}
div.contact .contact-image .tags {
  margin: 1em 0;
}
.btn-toolbar.filters {
  margin: 0 0 15px;
}
.btn-group label.element-invisible {
  margin: 3px 5px;
  vertical-align: middle;
}
.item-page .article-info {
  margin: 0;
}
.item-page .article-info dd {
  float: left;
  margin: 0;
}
div.tag-category > h2 {
  color: #666;
  font-size: 160%;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
div.tag-category .category-desc {
  margin-bottom: 2em;
}
div.tag-category .form-inline {
  margin: 0;
}
div.tag-category .filters {
  padding: 5px;
  margin: 0 0 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
div.tag-category .filters input[type="text"],
div.tag-category .filters select {
  margin: 0;
}
div.tag-category ul.items-row li.item {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
}
div.tag-category ul.items-row li.item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
div.tag-category ul.items-row li.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);
  -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;
}
div.tag-category ul.items-row li.item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
div.tag-category ul.items-row li.item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.tag-category ul.items-row li.item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
div.tag-category ul.items-row li.item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
div.tag-category ul.items-row li.item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
div.tag-category ul.items-row li.item .item-image:hover .item-headinfo {
  bottom: -35px;
}
div.tag-category ul.items-row li.item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 2px 2px 5px #000000;
}
div.tag-category ul.items-row li.item .item-image:hover .image-overlay .hover-links a.hover-zoom,
div.tag-category ul.items-row li.item .item-image: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);
}
div.tag-category ul.items-row li.item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
div.tag-category ul.items-row li.item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
div.tag-category ul.items-row li.item .article-text {
  *zoom: 1;
}
div.tag-category ul.items-row li.item .article-text:before,
div.tag-category ul.items-row li.item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
div.tag-category ul.items-row li.item .article-text:after {
  clear: both;
}
div.tag-category ul.items-row li.item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a {
  color: #666;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a:hover {
  color: #f05c1f;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo {
  margin-bottom: 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.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
div.tag-category ul.items-row li.item.span4 .item-image,
div.tag-category ul.items-row li.item.span3 .item-image {
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
div.tag-category ul.items-row li.item.span4 .article-text,
div.tag-category ul.items-row li.item.span3 .article-text {
  clear: both;
}
div.tag-category ul.items-row li.item:first-child {
  padding-top: 0;
}
div.tag-category ul.thumbnails {
  margin: 0;
}
div.tag-category ul.thumbnails li {
  padding: 0 0 1em;
  margin: 0 0 1em !important;
  border-bottom: 1px dotted #ddd;
}
div.tag-category ul.thumbnails li h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
div.tag-category ul.thumbnails li h3.page-header .list-hits {
  vertical-align: middle;
}
.tagspopular ul {
  list-style: none;
  margin: 0;
}
.tagspopular a {
  position: relative;
  background: #f37f4f;
  font-size: 11px;
  float: left;
  margin: 0 7px 7px 0;
  padding: 3px 15px 5px 22px;
  color: #fff;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3) inset, 0 0 5px 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3) inset, 0 0 5px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.3) inset, 0 0 5px 1px rgba(0, 0, 0, 0.15) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tagspopular a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  z-index: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tagspopular a:hover {
  background: #f05c1f;
  color: #fff;
}
.tagspopular a:hover:before {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
.tagspopular a:hover > span {
  top: -8px;
  background: #ce460e;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: inset 0 0 2px  rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 2px  rgba(0,0,0,0.3);
  box-shadow: inset 0 0 2px  rgba(0,0,0,0.3);
}
.tagspopular a:focus {
  margin-top: 2px;
  padding: 2px 15px 4px 22px;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
}
.tagspopular a > span {
  width: auto;
  height: 16px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: top 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.wrap-login .form-horizontal {
  overflow: hidden;
  margin: 0;
}
.wrap-login .form-horizontal .controls {
  margin: 0;
}
.icon-arrow-down-3:before {
  content: "\f0dd";
  vertical-align: middle;
}
.icon-arrow-up-3:before {
  content: "\f0de";
  vertical-align: -1px;
}
.rtl div.tag-category ul.items-row li.item .item-image {
  margin: 0 0 0 20px;
}
.rtl .tagspopular a {
  float: right;
}
.rtl .blog .items-row .item .item-tags .tags a,
.rtl .blog .items-leading .item .item-tags .tags a,
.rtl .blog-featured .items-row .item .item-tags .tags a,
.rtl .blog-featured .items-leading .item .item-tags .tags a {
  margin-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-prepend.input-append .add-on:first-child,
  .input-prepend.input-append .btn:first-child {
    margin-right: -5px;
  }
  .input-prepend.input-append .add-on:last-child,
  .input-prepend.input-append .btn:last-child {
    margin-left: -5px;
  }
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0 0 30px;
}
.module.clear {
  border: none;
}
.module.clear h3.modtitle {
  background: none;
  border: none;
}
.module.clear div.modcontent {
  padding: 0;
}
.module h3.modtitle {
  font-size: 15px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 8px 10px;
}
.module div.modcontent {
  padding: 0px 0;
}
.module.blank {
  border: none;
  color: #fff;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.module.blank h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.blank h3.modtitle {
  color: #666;
  line-height: 28px;
}
.module.blank h3.modtitle {
  margin: 0 0 5px;
  padding: 10px 0;
  font-size: 130%;
}
.module.blank .modcontent {
  padding: 0;
}
.module .title-style {
  border-color: #ddd;
}
.module .title-style h3.modtitle {
  background: transparent;
}
.module .title-style h3.modtitle:before {
  content: "+";
  font-size: 175%;
  color: #fff;
  margin-right: -4px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  background: #f05c1f;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.module.title1 {
  border-color: #ddd;
}
.module.title1 h3.modtitle {
  background: transparent;
}
.module.title1 h3.modtitle:before {
  content: "+";
  font-size: 175%;
  color: #fff;
  margin-right: -4px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  background: #f05c1f;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.module.title1 h3.modtitle {
  color: #f05c1f;
}
.module.title2 {
  border-color: #ddd;
}
.module.title2 h3.modtitle {
  background: transparent;
}
.module.title2 h3.modtitle:before {
  content: "+";
  font-size: 175%;
  color: #fff;
  margin-right: -4px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  background: #f05c1f;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.module.title2 h3.modtitle {
  color: #dd002b;
}
.module.title2 h3.modtitle:before {
  background: #dd002b;
}
.module.padding-box h3.modtitle {
  margin: 0 10px;
}
.module.title3 {
  border-color: #ddd;
  border: 4px solid #ddd;
}
.module.title3 h3.modtitle {
  background: transparent;
}
.module.title3 h3.modtitle:before {
  content: "+";
  font-size: 175%;
  color: #fff;
  margin-right: -4px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  background: #f05c1f;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.module.title3 h3.modtitle {
  background: #f05c1f;
  color: #fff;
  padding: 6px 10px;
}
.module.title3 h3.modtitle:before {
  width: 32px;
  height: 32px;
  background: #ce460e;
  float: right;
  text-align: center;
  margin: -6px -10px;
  line-height: 24px;
}
.module[class*="bg-title"] {
  border: 1px solid #ddd;
}
.module[class*="bg-title"] h3.modtitle {
  background: transparent;
  margin: -1px;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
  border: 1px solid #ddd;
}
.module.bg-title1 h3.modtitle {
  background: #00b8d8;
  border-color: #00b8d8;
}
.module.bg-title2 h3.modtitle {
  background: #ff6c00;
  border-color: #ff6c00;
}
.module.bg-title3 h3.modtitle {
  background: #381a43;
  border-color: #381a43;
}
.module.bg-title4 h3.modtitle {
  background: #00b9d8;
  border-color: #00b9d8;
}
.module .bg-content h3.modtitle {
  text-align: center;
}
.module .bg-content div.modcontent {
  padding: 8px;
}
.module .bg-content div.modcontent div.modcontent-inner {
  padding: 10px;
  color: #fff;
}
.module.bg-content1 h3.modtitle {
  text-align: center;
}
.module.bg-content1 div.modcontent {
  padding: 8px;
}
.module.bg-content1 div.modcontent div.modcontent-inner {
  padding: 10px;
  color: #fff;
}
.module.bg-content1 h3.modtitle {
  color: #f05c1f;
}
.module.bg-content1 div.modcontent div.modcontent-inner {
  background: #f05c1f;
}
.module.bg-content2 h3.modtitle {
  text-align: center;
}
.module.bg-content2 div.modcontent {
  padding: 8px;
}
.module.bg-content2 div.modcontent div.modcontent-inner {
  padding: 10px;
  color: #fff;
}
.module.bg-content2 h3.modtitle {
  color: #ff6c00;
}
.module.bg-content2 div.modcontent div.modcontent-inner {
  background: #ff6c00;
}
.module.bg-content3 h3.modtitle {
  text-align: center;
}
.module.bg-content3 div.modcontent {
  padding: 8px;
}
.module.bg-content3 div.modcontent div.modcontent-inner {
  padding: 10px;
  color: #fff;
}
.module.bg-content3 h3.modtitle {
  color: #381a43;
}
.module.bg-content3 div.modcontent div.modcontent-inner {
  background: #381a43;
}
.module.bg-content4 h3.modtitle {
  text-align: center;
}
.module.bg-content4 div.modcontent {
  padding: 8px;
}
.module.bg-content4 div.modcontent div.modcontent-inner {
  padding: 10px;
  color: #fff;
}
.module.bg-content4 h3.modtitle {
  color: #00b9d8;
}
.module.bg-content4 div.modcontent div.modcontent-inner {
  background: #00b9d8;
}
.module .bg-style {
  border: none;
  color: #fff;
}
.module .bg-style h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module .bg-pattern {
  border: none;
  color: #fff;
  color: #666;
}
.module .bg-pattern h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module .bg-pattern h3.modtitle {
  color: #666;
  line-height: 28px;
}
.module.bg1 {
  border: none;
  color: #fff;
  background: #00b8d8;
}
.module.bg1 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg2 {
  border: none;
  color: #fff;
  background: #ff6c00;
}
.module.bg2 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg3 {
  border: none;
  color: #fff;
  background: #381a43;
}
.module.bg3 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg4 {
  border: none;
  color: #fff;
  background: #00b9d8;
}
.module.bg4 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg-pattern1 {
  border: none;
  color: #fff;
  color: #666;
  background: #e5e5e5 url(../images/pattern/footer/pattern1.png) repeat;
}
.module.bg-pattern1 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg-pattern1 h3.modtitle {
  color: #666;
  line-height: 28px;
}
.module.bg-pattern2 {
  border: none;
  color: #fff;
  color: #666;
  background: #e5e5e5 url(../images/pattern/footer/pattern2.png) repeat;
}
.module.bg-pattern2 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg-pattern2 h3.modtitle {
  color: #666;
  line-height: 28px;
}
.module.bg-pattern3 {
  border: none;
  color: #fff;
  color: #666;
  background: #e5e5e5 url(../images/pattern/footer/pattern3.png) repeat;
}
.module.bg-pattern3 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg-pattern3 h3.modtitle {
  color: #666;
  line-height: 28px;
}
.module.bg-pattern4 {
  border: none;
  color: #fff;
  color: #666;
  background: #e5e5e5 url(../images/pattern/footer/pattern5.png) repeat;
}
.module.bg-pattern4 h3.modtitle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 185%;
}
.module.bg-pattern4 h3.modtitle {
  color: #666;
  line-height: 28px;
}
.module .badge-style h3.modtitle {
  background: transparent;
  border: none;
  font-size: 185%;
  margin-top: 5px;
}
.module .badge-style h3.modtitle .badge {
  width: 39px;
  height: 55px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -5px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge-hot h3.modtitle {
  background: transparent;
  border: none;
  font-size: 185%;
  margin-top: 5px;
}
.module.badge-hot h3.modtitle .badge {
  width: 39px;
  height: 55px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -5px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge-hot h3.modtitle {
  color: #f74961;
}
.module.badge-hot h3.modtitle .badge {
  background: url(../images/variations/badge.png) no-repeat 0 0;
}
.module.badge-new h3.modtitle {
  background: transparent;
  border: none;
  font-size: 185%;
  margin-top: 5px;
}
.module.badge-new h3.modtitle .badge {
  width: 39px;
  height: 55px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -5px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge-new h3.modtitle {
  color: #ff6c00;
}
.module.badge-new h3.modtitle .badge {
  background: url(../images/variations/badge.png) no-repeat -100px 0;
}
.module.badge-top h3.modtitle {
  background: transparent;
  border: none;
  font-size: 185%;
  margin-top: 5px;
}
.module.badge-top h3.modtitle .badge {
  width: 39px;
  height: 55px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -5px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge-top h3.modtitle {
  color: #690;
}
.module.badge-top h3.modtitle .badge {
  background: url(../images/variations/badge.png) no-repeat -50px 0;
}
.module.badge-best h3.modtitle {
  background: transparent;
  border: none;
  font-size: 185%;
  margin-top: 5px;
}
.module.badge-best h3.modtitle .badge {
  width: 39px;
  height: 55px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -5px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge-best h3.modtitle {
  color: #00b9d8;
}
.module.badge-best h3.modtitle .badge {
  background: url(../images/variations/badge.png) no-repeat -150px 0;
}
.module.style-icon h3.modtitle {
  padding: 8px 0;
}
.module.style-icon h3.modtitle span. {
  display: inline-block;
}
.module.style-icon h3.modtitle span[class^="icon-"] {
  background: #ff6c00;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 17px;
  color: #fff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.module.style-icon .modcontent {
  padding: 15px 0;
}
.module._menu ul.menu {
  color: #D7D7D5;
  list-style: square inside none;
  margin: 0;
  padding: 0 10px;
}
.module._menu ul.menu > li {
  line-height: 22px;
}
.module._menu ul.menu > li a {
  font-size: 100%;
  color: #909090;
  vertical-align: top;
}
.module._menu ul.menu > li a:hover {
  color: #f05c1f;
}
.module.menu-content {
  margin-bottom: 0;
  background: url("../images/content_bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.module.menu-content .modcontent {
  padding: 0;
  margin: 20px 30px 0 0;
}
.module.menu-content ul {
  list-style: none;
  float: right;
  margin: 0;
  background: #fff;
}
.module.menu-content ul li {
  display: inline;
  float: left;
  border-right: 1px solid #93bee0;
  background: #eaf2f9;
  font-weight: normal;
  text-transform: capitalize;
}
.module.menu-content ul li:first-child a {
  padding-left: 35px;
}
.module.menu-content ul li:last-child {
  border-right: 0;
}
.module.menu-content ul li a {
  color: #000;
  float: left;
  padding: 15px 28px 15px 21px;
  font-size: 12px;
  line-height: 29px;
}
.module.menu-content ul li a img {
  margin-right: 10px;
}
.module.menu-content ul li.active,
.module.menu-content ul li:hover {
  background: #fff;
}
.module.banner {
  margin-bottom: 0;
}
.module.banner .modcontent {
  padding-top: 20px;
}
.module.banner .modcontent img {
  width: 100%;
}
.module.contact {
  color: #fff;
  padding: 25px 0 16px 60px;
  border-right: 1px solid #6b808e;
}
.module.contact .contact-us-detail {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  margin-right: 54px;
}
.module.contact h3 {
  text-transform: uppercase;
  font-weight: normal;
}
.module.contact p {
  font-size: 14px;
  font-weight: bold;
}
.module.contact ul {
  list-style: none;
  margin: 0;
}
.module.contact ul li {
  width: 40%;
  float: left;
  display: inline;
  font-size: 13px;
  margin-right: 14px;
}
.module.contact ul li span.text {
  min-width: 45px;
  padding-right: 5px;
  float: left;
}
.module.contact ul li a {
  margin-right: 3px;
}
.module.mega-news {
  padding-left: 28px;
}
.module.mega-news h3.modtitle {
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  padding-left: 0;
  width: 90%;
  font-size: 15px;
}
.module.mega-news .frontpage .big-item-wrap {
  width: 44%;
}
.module.mega-news .frontpage .big-item-wrap .big-item-image {
  float: left;
}
.module.mega-news .frontpage .big-item-wrap .big-item-image img {
  width: auto;
}
.module.mega-news .frontpage .big-item-wrap.big-item-wrap-content {
  width: 100%;
  margin-top: 10px;
}
.module.mega-news .frontpage .big-item-wrap.big-item-wrap-content .big-item-title a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.module.mega-news .frontpage .big-item-wrap.big-item-wrap-content .big-item-title a:hover {
  color: #f05c1f;
  text-decoration: none;
}
.module.mega-news .frontpage .big-item-wrap.big-item-wrap-content .big-item-datetime {
  color: #f05c1f;
}
.module.mega-news .frontpage .small-item-list {
  padding-left: 17px;
  margin-top: -11px;
}
.module.mega-news .frontpage .small-item-list .small-item-wrap .small-item-title {
  background: transparent;
  padding-left: 0;
}
.module.mega-news .frontpage .small-item-list .small-item-wrap .small-item-title a {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.module.mega-news .frontpage .small-item-list .small-item-wrap .small-item-title a:hover {
  color: #f05c1f;
  text-decoration: none;
}
.module.mega-news .frontpage.theme2 .small-item-wrap {
  border-bottom: dotted 1px #e1e1e1;
  padding: 5px 0;
}
.module.partner h3 {
  border-top: 1px solid #e1e1e1;
  float: left;
  padding-left: 0;
  padding-top: 0;
  width: 99%;
  padding-bottom: 0;
}
.module.partner h3 span {
  float: left;
  padding: 10px 20px 11px 27px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.module.partner h3:after {
  content: "";
  display: block;
  width: 140px;
  height: 35px;
  background: url("../images/angcy_bg.png") no-repeat bottom center;
}
.module.partner .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
  border: 1px solid #fff;
}
.module.partner .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img img {
  width: 150px;
  height: 70px;
}
.module.partner .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover {
  border: 1px solid #DDDDDD;
}
.module.menu-left .modcontent {
  padding-top: 0;
}
.module.menu-left h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background: #f05c1f;
  padding: 15px 25px;
}
.module.menu-left ul.menu {
  list-style: none;
  margin: 0;
}
.module.menu-left ul.menu li.deeper {
  overflow: hidden;
}
.module.menu-left ul.menu span {
  padding: 15px 25px;
  background: #778e9e;
  color: #fff;
  font-size: 14px;
  width: 100%;
  float: left;
}
.module.menu-left ul.menu li ul {
  list-style: none;
  margin-left: 0;
  float: left;
  width: 82%;
  padding: 15px 25px;
}
.module.menu-left ul.menu li ul li {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}
.module.menu-left ul.menu li ul li a {
  color: #000;
}
.module.menu-left ul.menu li ul li a:hover {
  color: #f05c1f;
}
.module.menu-left ul.menu li ul li:last-child {
  border-bottom: 0;
}
.module.menu-left.website ul {
  padding: 15px 25px;
}
.module.menu-left.website ul li {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}
.module.menu-left.website ul li a {
  color: #000;
}
.module.menu-left.website ul li a:hover {
  color: #f05c1f;
}
.module.menu-left.website ul li:last-child {
  border-bottom: 0;
}
#bottom2 .contact {
  background: url("../images/icon/icon-address.png") no-repeat top left;
  background-position: 0 25px;
}
#bottom2 .contact ul {
  list-style: none;
  margin: 0;
}
#bottom2 .contact ul li {
  width: 40%;
  float: left;
  display: inline;
  font-size: 13px;
  margin-bottom: 5px;
  border-bottom: 1px solid #6b808e;
  margin-right: 14px;
  padding-bottom: 5px;
}
#bottom2 .contact ul li.odd,
#bottom2 .contact ul li.last {
  border-bottom: 0;
}
#bottom3 .contact {
  background: url("../images/icon/icon-phone.png") no-repeat top left;
  background-position: 0 25px;
  border-right: 0;
}
#yt_spotlight8 {
  border-top: 1px solid #ccc;
}
#yt_spotlight8 h3 {
  padding-left: 70px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
#yt_spotlight8 h3:before {
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  background: #f05c1f;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  left: 0;
}
#yt_spotlight8 .modcontent {
  padding-left: 70px;
  padding-top: 0;
}
#yt_spotlight8 .modcontent p {
  margin: 0;
}
#yt_spotlight8 #bottom10 {
  padding: 25px;
  border-right: 1px solid #cccccc;
}
#yt_spotlight8 #bottom10 h3:before {
  content: "\f0d0";
}
#yt_spotlight8 #bottom11 {
  padding: 25px 25px 14px 25px;
  border-right: 1px solid #cccccc;
}
#yt_spotlight8 #bottom11 h3:before {
  content: "\f0f6";
}
#yt_spotlight8 #bottom11 .module.policy {
  margin-bottom: 0;
}
#yt_spotlight8 #bottom12 {
  padding: 25px;
}
#yt_spotlight8 #bottom12 h3:before {
  content: "\f124";
}
.banner-angency {
  border-bottom: 2px solid #f05c1f;
}
.banner-angency img {
  width: 100%;
}
.banner-angency p {
  margin: 0;
}
.com_content #yt_spotlight4 {
  margin-bottom: 0;
}
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: #666;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle {
  float: right;
}
ul.yt-accordion li.accordion-group h3.accordion-heading.active .fa-plus-circle:before {
  content: "\f146" !important;
  color: #f05c1f;
}
ul.yt-accordion .fa-plus-circle:before {
  content: "\f0fe";
  float: right;
  margin-top: 19px;
}
.top-finder {
  margin: 0;
  position: relative;
  z-index: 666;
}
.top-finder .bt-finder {
  display: block;
  padding: 14px;
}
.top-finder .bt-finder i {
  font-size: 18px;
}
.top-finder .bt-finder.open {
  background-color: #2d2d2d;
}
.top-finder .finder {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 1px 3px #999999;
  display: none;
  right: 0;
  position: absolute;
  top: 50px;
  padding: 15px;
  z-index: 99;
}
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;
}
.form-inline {
  margin: 8px 8px 2px;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 4px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #f05c1f;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
.sansFont {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
.icon-add {
  width: 14px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  background: #f05c1f;
  display: inline-block;
}
.icon-add:before {
  content: "+";
  color: #fff;
  font-size: 117%;
}
.readmore {
  padding: 4px 20px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  background-color: #333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.readmore:hover {
  background-color: #f05c1f;
  color: #fff;
}
.readmore.trailer {
  margin-left: 5px;
}
.round-online {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
  background: #fff;
  margin-right: 15px;
  float: left;
}
.round-online i {
  font-size: 400%;
  color: #f05c1f;
  display: table;
  margin: 5px auto;
}
.module.slider {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
}
.module.slider:before {
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 100px 100px 100px 100px/10px 10px 10px 10px;
  left: 20px;
  right: 20px;
  top: 50%;
  bottom: 0;
  display: block;
}
.module.slider .modcontent {
  padding: 10px;
}
.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: #ce460e;
  -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;
}
.wellcomesj {
  margin: 5em 0;
  text-align: center;
  color: #fff;
}
.wellcomesj h1 {
  font-size: 360%;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7), 1px 1px 2px rgba(0,0,0,0.7);
}
.wellcomesj h2 {
  font-size: 185%;
}
.wellcomesj a.readmore {
  font-size: 112%;
  height: 30px;
  width: 150px;
  line-height: 30px;
  margin: 3px;
  vertical-align: text-top;
  font-weight: bold;
}
.wellcomesj a.readmore i {
  font-size: 142%;
  margin-right: 6px;
}
.wellcomesj a.readmore.gray {
  background-color: #8e8e8e;
  background-image: -moz-linear-gradient(top,#9d9d9d,#777);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9d9d9d),to(#777));
  background-image: -webkit-linear-gradient(top,#9d9d9d,#777);
  background-image: -o-linear-gradient(top,#9d9d9d,#777);
  background-image: linear-gradient(to bottom,#9d9d9d,#777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d9d9d', endColorstr='#ff777777', GradientType=0);
  border: 1px solid #6f6f6f;
}
.wellcomesj a.readmore.gray:hover {
  background-color: #808080;
  background-image: -moz-linear-gradient(top,#777,#8c8c8c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#777),to(#8c8c8c));
  background-image: -webkit-linear-gradient(top,#777,#8c8c8c);
  background-image: -o-linear-gradient(top,#777,#8c8c8c);
  background-image: linear-gradient(to bottom,#777,#8c8c8c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff8c8c8c', GradientType=0);
}
div.yt-socialbt a.min:hover {
  color: #f05c1f;
}
.mod-languages {
  position: relative;
  z-index: 666;
}
.mod-languages a.dropdown-toggle {
  color: #fff;
  padding: 15px;
  display: inline-block;
  cursor: pointer;
}
.mod-languages a.dropdown-toggle > b {
  border-top-color: #fff;
  vertical-align: middle;
}
.mod-languages a.dropdown-toggle:hover,
.mod-languages a.dropdown-toggle.open {
  background-color: #2d2d2d;
}
.mod-languages .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  border: none;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
}
.mod-languages .dropdown-menu li {
  margin: 0;
  text-align: left;
  margin-bottom: 3px;
}
.mod-languages .dropdown-menu li a {
  padding: 8px 12px;
  text-transform: capitalize;
}
.mod-languages .dropdown-menu li img {
  float: left;
  margin: 2px 8px 0 0;
}
.mod-languages .dropdown-menu li:hover a {
  color: #f05c1f;
  background: #F2F2F2;
}
#breadcrumb {
  margin: 0px 0 10px;
  padding-left: 10px;
}
#breadcrumb div.module {
  background: none;
  box-shadow: 0 0 0;
}
.item-page > .page-header {
  margin: 0 -15px;
}
#yt_component {
  background: #fff;
  padding-top: 30px;
}
#yt_spotlight1 #social .module {
  margin: 0;
}
#yt_spotlight1 #social .module .modcontent {
  padding: 0;
}
#yt_spotlight1 #social .module .modcontent .yt-socialbt {
  margin-right: 5px;
}
#yt_spotlight1 #search .module {
  margin: 0;
}
#yt_spotlight1 #search .module .modcontent {
  padding: 0;
}
#yt_spotlight1 #search .module .modcontent #mod-finder-searchform {
  margin: 0;
}
#yt_spotlight1 #search .module .modcontent #mod-finder-searchform .inputbox {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background: #fff;
  padding: 5px 20px;
  height: 25px;
  line-height: 25px;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  width: 75%;
  margin-bottom: 0;
  filter: none;
}
#yt_spotlight1 #search .module .modcontent #mod-finder-searchform .button {
  top: 7px;
}
.module.box_default h3.modtitle {
  padding: 0;
}
.module.box_default h3.modtitle span {
  border-bottom: 5px solid #ff6c00;
  padding: 3px 0 8px;
  color: #686868;
  display: inline-block;
}
.module.box_default .modcontent {
  background: none;
  padding: 15px 0;
}
.module.box_1 h3.modtitle {
  padding: 0;
}
.module.box_1 h3.modtitle span {
  background: #ff6c00;
  padding: 8px 7px;
  color: #fff;
  display: inline-block;
}
.module.box_1 .modcontent {
  background: none;
  padding: 15px 0;
}
.module.box_2 h3.modtitle {
  border-bottom: 5px solid #ff6c00;
  padding: 3px 0 8px;
  color: #686868;
}
.module.box_2 .modcontent {
  background: #eaeaea;
  padding: 15px 10px;
}
.module.box_3 h3.modtitle {
  background: #ff6c00;
  padding: 8px;
  color: #fff;
}
.module.box_3 .modcontent {
  background: #eaeaea;
  padding: 15px 10px;
}
.module.badge_new h3.modtitle {
  padding-left: 50px;
  border-bottom: 5px solid #ff6c00;
  position: relative;
}
.module.badge_new h3.modtitle:before {
  background: url(../images/icon/icon-news.png) no-repeat left center;
  content: "";
  width: 47px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 9;
}
.module.badge_new .modcontent {
  padding: 15px 0;
}
.module.badge_hot h3.modtitle {
  padding-left: 50px;
  border-bottom: 5px solid #ff6c00;
  position: relative;
}
.module.badge_hot h3.modtitle:before {
  background: url(../images/icon/icon-hot.png) no-repeat left center;
  content: "";
  width: 47px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 9;
}
.module.badge_hot .modcontent {
  padding: 15px 0;
}
.module.badge_best h3.modtitle {
  padding-left: 50px;
  border-bottom: 5px solid #ff6c00;
  position: relative;
}
.module.badge_best h3.modtitle:before {
  background: url(../images/icon/icon-best.png) no-repeat left center;
  content: "";
  width: 47px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 9;
}
.module.badge_best .modcontent {
  padding: 15px 0;
}
.module.badge_cool h3.modtitle {
  padding-left: 50px;
  border-bottom: 5px solid #ff6c00;
  position: relative;
}
.module.badge_cool h3.modtitle:before {
  background: url(../images/icon/icon-cool.png) no-repeat left center;
  content: "";
  width: 47px;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 9;
}
.module.badge_cool .modcontent {
  padding: 15px 0;
}
#yt_spotlight2 {
  color: #c8c8c8;
  font-size: 100%;
}
#yt_spotlight2 .module {
  margin: 0;
}
#yt_spotlight2 .modtitle {
  color: #c8c8c8;
  padding: 8px 10px 0;
  font-size: 167%;
}
#yt_spotlight2 ul.menu li:before {
  content: "\f111";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 83%;
}
#yt_spotlight2 ul.menu li a {
  color: #c8c8c8;
}
#yt_spotlight2 ul.menu li:hover {
  color: #f05c1f;
}
#yt_spotlight2 ul.menu li:hover a {
  color: #f05c1f;
}
#yt_spotlight2 .modcontent {
  padding: 0px 0 0px 15px;
}
.about-us {
  margin-top: -9px;
}
.about-us img {
  margin-bottom: 18px;
}
.newsletter-content #subscribe {
  position: relative;
}
.newsletter-content #subscribe .subscribe-content {
  color: #c8c8c8;
}
.newsletter-content #subscribe .subscribe-content #subbox {
  width: 70%;
  padding: 5px 15%;
  height: 24px;
  background: #eee;
  color: #666;
  margin: 0;
}
.newsletter-content #subscribe .subscribe-content >img {
  position: absolute;
  left: 3%;
  top: 10px;
}
.newsletter-content #subscribe .subscribe-content button {
  background: none;
  border: none;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  position: absolute;
  right: 1%;
  top: 7px;
  height: 20px;
  padding: 0;
  color: #c8c8c8;
}
.newsletter-content #subscribe .subscribe-content button img {
  font-size: 167%;
}
.newsletter-content #footer-social {
  margin-bottom: 20px;
}
.newsletter-content #footer-social .yt-socialbt {
  margin: 0;
}
.newsletter-content #footer-social a {
  margin: 2px;
  background: #6e6e6e;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #242424;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  text-align: center;
  line-height: 23px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.newsletter-content #footer-social a i {
  margin: 0;
  font-size: 16px;
}
.newsletter-content #footer-social a:hover {
  color: #fff;
  background: #f05c1f;
}
#login .module {
  float: left;
  border-right: 1px solid #1b1b1b;
}
.rtl #login .module {
  float: right;
}
#login .module .modcontent {
  padding: 0;
}
#login .module .modcontent .modcontent-inner {
  height: 50px;
}
#login .form-login {
  position: relative;
  height: 100%;
  z-index: 999;
}
#login .form-login:hover .top-login > a {
  background-color: #2d2d2d;
}
#login .form-login .top-login {
  height: 100%;
}
#login .form-login .top-login a {
  display: block;
  color: #a4a4a4;
  height: 100%;
  line-height: 45px;
  padding: 0 10px;
}
#login .form-login .top-login a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 5px;
}
.rtl #login .form-login .top-login a {
  border-left: 1px solid #1b1b1b;
  border-right: 0;
}
#login .form-login .login-content {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 260px;
  box-shadow: 0 1px 3px #999;
  -moz-box-shadow: 0 1px 3px #999;
  background: #fff;
  z-index: 99;
  padding: 20px 0 0;
}
#login .form-login .login-content.logout-content {
  padding: 20px 15px 0;
  width: 200px;
}
#login .form-login .login-content.logout-content .login-greeting {
  margin-bottom: 15px;
}
#login .form-login .login-content .bt-submit {
  font-size: 120%;
  color: #fff;
  background: #797979;
  padding: 8px 20px;
  border: 0;
}
#login .form-login .login-content .bt-submit:hover {
  background: #f05c1f;
}
#login .form-login .login-content .form-inline {
  margin: 0;
  color: #909090;
  font-size: 100%;
}
#login .form-login .login-content .form-inline .userdata {
  padding: 0 15px;
}
#login .form-login .login-content .form-inline .userdata .add-on {
  background: #ababab;
  color: #efefef;
  border: 1px solid #ababab;
}
#login .form-login .login-content .form-inline .userdata .input-login {
  background: #fff;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #e9e9e9;
  color: #909090;
  width: 170px;
}
#login .form-login .login-content .form-inline .userdata #form-login-submit {
  margin-bottom: 20px;
}
#login .form-login .login-content .form-inline .unstyled li {
  border-top: 1px solid #e9e9e9;
  padding: 7px 15px;
}
#login .form-login .login-content .form-inline .unstyled li:hover {
  background: #F2F2F2;
}
#login .form-login .login-content .form-inline .unstyled li a {
  color: #909090;
}
#login .form-login .login-content .form-inline .unstyled li a:hover {
  color: #f05c1f;
}
#login #mod-finder-searchform .finder {
  width: 245px;
}
#login #mod-finder-searchform .finder input {
  width: 73%;
}
#yt_spotlight4 {
  margin-bottom: 20px;
}
#yt_spotlight4 .module {
  margin: 0;
}
#yt_spotlight4 .module .modcontent {
  padding: 0;
}
#yt_spotlight4 .module .modcontent .banner-home a {
  display: block;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
}
#yt_spotlight4 .module .modcontent .banner-home a:hover {
  box-shadow: 3px 3px 3px #555;
  -webkit-box-shadow: 3px 3px #555;
}
#yt_spotlight4 .module .modcontent .banner-home a:hover:before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#yt_spotlight5 .container {
  padding: 30px 15px;
  width: 1140px;
  margin-bottom: 20px;
  background: #fff;
}
#yt_spotlight5 .container .module {
  margin: 0;
}
#yt_spotlight5 .container .module.tab_home .modcontent {
  padding: 0;
}
#yt_spotlight5 .container #bottom7 .modcontent {
  padding: 15px 0 0;
}
#yt_spotlight7 {
  margin-bottom: 20px;
  margin-top: 20px;
}
#yt_spotlight7 .container {
  background: #fff;
}
#yt_spotlight7 .container .modcontent {
  padding: 0;
}
ul.lang-inline {
  height: 100%;
  margin: 0;
}
ul.lang-inline li {
  list-style: none;
  float: left;
  height: 100%;
}
ul.lang-inline li a {
  display: block;
  border-right: 1px solid #1b1b1b;
  height: 100%;
  padding: 0 10px;
  line-height: 50px;
}
ul.lang-inline li a:hover {
  background: #121212;
}
.rtl ul.lang-inline li a {
  border-left: 1px solid #1b1b1b;
  border-right: 0;
}
ul.lang-inline li.lang-active a {
  background: #121212;
}
div.module .sj_k2_categories {
  margin: 0;
  padding: 0 10px;
}
div.module .sj_k2_categories .cat-wrap.theme4 {
  border: none;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-inner.selected .icon_right {
  background-image: none;
  background-color: #f05c1f;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-inner.selected .icon_right:before {
  content: '\f068';
  font-family: 'FontAwesome';
  color: #fff;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-inner.selected .cat-title {
  border-bottom: solid 7px #f05c1f;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-heading {
  background: none;
  border-bottom: solid 1px #ededed;
  height: 34px;
  padding-top: 20px;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-heading .icon_right {
  width: 17px;
  height: 17px;
  text-align: center;
  margin-top: 17px;
  margin-right: 0;
  background: #777;
  background-image: none;
  line-height: 18px;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-heading .icon_right:before {
  content: '\f067';
  font-family: 'FontAwesome';
  color: #fff;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-heading .cat-title {
  border-bottom: solid 7px #777;
  padding: 0 5px 10px 0;
  line-height: 18px;
  color: #666;
  font-size: 114%;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-content .child-cat {
  padding: 10px 0 0;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-content .child-cat .child-cat-desc .child-cat-title [class^="icon-"],
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-content .child-cat .child-cat-desc .child-cat-title [class*=" icon-"] {
  float: left;
  color: #d7d7d5;
  margin-top: 4px;
  margin-right: 10px;
  font-size: 83%;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-content .child-cat .child-cat-desc .child-cat-title a {
  font-weight: normal;
  color: #909090;
  font-size: 100%;
}
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-content .child-cat .child-cat-desc .child-cat-title:hover [class^="icon-"],
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-content .child-cat .child-cat-desc .child-cat-title:hover [class*=" icon-"],
div.module .sj_k2_categories .cat-wrap.theme4 .sj_k2_categories-content .child-cat .child-cat-desc .child-cat-title:hover a {
  color: #f05c1f;
}
div.module .carousel {
  padding: 0 10px;
}
div.module .carousel-img {
  position: relative;
  display: block;
}
div.module .carousel-img:before {
  position: absolute;
  content: '';
  width: 57px;
  height: 57px;
  background: url(../images/icon/icon-video.png);
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
}
div.module .carousel-control {
  display: none;
}
div.module .carousel-caption {
  position: relative;
  background: transparent;
  padding: 10px 0 30px 0;
}
div.module .carousel-caption p {
  color: #909090;
  font-size: 100%;
}
div.module .carousel-indicators {
  bottom: 0;
  top: auto;
  right: 40%;
}
div.module .carousel-indicators li {
  background: #d7d7d5;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cusor: pointer;
}
div.module .carousel-indicators .active {
  background: #f05c1f;
}
#slideshow .module {
  margin: 0;
}
#slideshow .module .modcontent {
  padding: 0;
}
.sj-k2c .k2c-inner .k2c-item .k2c-item-content .k2c-caption .k2c-title a:hover {
  color: #f05c1f;
}
.sj-responsive-listing .respl-wrap .respl-header .respl-view li:hover a,
.sj-responsive-listing .respl-wrap .respl-header .respl-view li.sel a,
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat.sel a,
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat a:hover {
  color: #f05c1f;
}
.modcontent-inner .sj-responsive-listing .respl-wrap .respl-items .respl-item:hover .item-inner .item-title a {
  text-decoration: none;
  font-size: 16px;
  color: #f05c1f;
}
.modcontent-inner .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-title {
  font-size: 16px;
}
.sj-responsive-listing .respl-item .item-inner .item-image span.quick-view {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/icon/quick_view.png) no-repeat center center;
  margin: -36px 0 0 -36px;
  color: #fff;
  text-align: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sj-responsive-listing .respl-item .item-inner .item-more .more-trailer  a {
  background: url(../images/icon/icon_movie.png) no-repeat 10px center scroll #393939;
  padding: 12px 42px;
  color: #6d6d6d;
  font-weight: 600;
}
.sj-responsive-listing .respl-item .item-inner .item-more .more-trailer  a:hover {
  background: url(../images/icon/icon_movie_hover.png) no-repeat 10px center scroll #f05c1f;
  color: #fff;
}
.sj-responsive-listing .respl-item .item-inner .item-more .more-readmore {
  display: none;
}
.sj-responsive-listing .respl-item .item-inner:hover .item-image span.quick-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item:hover .item-image a:before {
  background: url(../images/icon/quick_view.png) no-repeat 10px center scroll #f05c1f;
}
.sj-responsive-listing .item-inner .item-more a:hover,
.sj-responsive-listing .respl-btn a:hover {
  text-decoration: none;
  background: #f05c1f;
}
.mgi-wrap .item-wrap .item-title a:hover,
.mgi-wrap .item-wrap .item-title a:hover,
.mgi-wrap .other-links li a:hover {
  color: #f05c1f !important;
}
.homepage div.module .sj-extraslider .extraslider-inner .item-wrap-inner,
.homepage .module.padding-box h3.modtitle {
  margin: 0;
}
.homepage .module div.moduletabs.top-position div.tabs-container {
  margin-top: -5px;
}
.homepage .module div.moduletabs.top-position div.tabs-container ul.tabs li +li .tab {
  margin-left: 1px !important;
}
.homepage .module div.moduletabs.top-position div.tabs-content-wrap {
  padding-top: 25px;
}
.jshop_list_product {
  display: none;
}
#bottom5 {
  margin-left: 0;
  margin-top: 22px;
}
#bottom5 ._4s7c {
  border-top-color: #aaa;
}
.module.item-list {
  margin-bottom: 0;
}
.module.item-list .modcontent {
  padding-top: 0;
}
.module.item-list .modcontent .sj-ajax-tabs {
  margin-top: 0;
  margin-bottom: 0;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-wrap {
  margin-bottom: 20px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-wrap .tabs {
  background: url(../images/bg_title.png) repeat-x;
  float: left;
  width: 100%;
  padding-left: 4px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-wrap h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  float: left;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-wrap h3:before {
  content: "";
  border: 2px solid #f05c1f;
  display: block;
  position: absolute;
  left: 0;
  height: 13px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content {
  border: 0;
  margin: 0 -12px 0 -15px;
  padding: 0;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap {
  border: 1px solid #ccc;
  text-align: center;
  width: 28.5%;
  min-height: 286px;
  margin-left: 3%;
  margin-bottom: 20px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-image {
  text-align: center;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-image img {
  width: auto;
  float: none;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-title {
  text-align: center;
  padding: 0 10px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-title a {
  color: #000;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-title a:hover {
  color: #f05c1f;
  text-decoration: none;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-description {
  color: #cc0000;
  font-weight: bold;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-readmore {
  text-align: center;
  margin-top: 20px;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-readmore a {
  padding: 10px 15px;
  background: #607381;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.module.item-list .modcontent .sj-ajax-tabs .tabs-content .items-grid .item-wrap .item-readmore a:hover {
  background: #f05c1f;
  text-decoration: none;
}
.archive {
  display: none;
}
.view-article #top6,
.view-article #top5 {
  display: none;
}
#yt_spotlight7 {
  margin-bottom: 0;
}
#yt_spotlight7 .module {
  margin: 0 15px 30px;
}
#yt_spotlight7 .module ul {
  list-style: none;
  margin: 0;
}
#yt_spotlight7 .module.menu-agency ul {
  padding: 10px;
}
#yt_spotlight7 .module.menu-agency ul li {
  border: 1px solid #d7d7d7;
  margin-bottom: 2px;
  height: 42px;
}
#yt_spotlight7 .module.menu-agency ul li span {
  height: 42px;
  width: 44px;
  background: #778e9e;
  font-family: FontAwesome;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  float: left;
}
#yt_spotlight7 .module.menu-agency ul li span.a-files-o:before {
  content: "\f0c5";
}
#yt_spotlight7 .module.menu-agency ul li a {
  padding-left: 10px;
  line-height: 42px;
  color: #000;
}
#yt_spotlight7 .module.menu-agency ul li a:hover {
  color: #f05c1f;
}
#yt_spotlight7 .module.menu-agency ul li:hover span {
  background: #f05c1f;
}
#yt_spotlight7 .module.menu-agency ul li:hover a {
  color: #f05c1f;
}
#yt_spotlight7 .module.menu-agency ul li:before {
  display: none;
}
#yt_spotlight7 .module h3 {
  background: url("../images/bg_title.png") repeat-x;
  float: left;
  width: 100%;
  padding-left: 0;
}
#yt_spotlight7 .module h3 span {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  top: -11px;
  position: relative;
}
#yt_spotlight7 .module h3 span:before {
  content: "";
  border-left: 4px solid #f05c1f;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  height: 13px;
}
#yt_spotlight7 .module ul li {
  margin-bottom: 10px;
}
#yt_spotlight7 .module ul li:before {
  content: "\f0c5";
  font-family: FontAwesome;
  display: block;
  color: #000;
  font-size: 14px;
  float: left;
  padding-right: 15px;
}
#yt_spotlight7 .module ul li a {
  color: #000;
}
#yt_spotlight7 .module ul li:hover:before {
  color: #f05c1f;
}
#yt_spotlight7 .module ul li:hover a {
  color: #f05c1f;
}
#yt_spotlight7 #bottom8,
#yt_spotlight7 #bottom9 {
  margin-top: 10px;
}
#yt_spotlight7 #bottom8 .library-document {
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 20px;
  border-left: 1px solid #d7d7d7;
}
#yt_spotlight9 {
  background: #f5f5f5;
}
#yt_spotlight9 #bottom13 {
  line-height: 31px;
  
}
#yt_spotlight9 .module {
  margin-bottom: 0;
}
#yt_spotlight9 .module div.modcontent {
  padding-bottom: 0;
}
#yt_spotlight9 ul {
  list-style: none;
}
#yt_spotlight9 ul li {
  display: inline;
  padding: 10px 0;
  float: left;
}
#yt_spotlight9 ul li a {
  color: #000;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
#yt_spotlight9 ul li a:hover {
  color: #f05c1f;
}
#yt_spotlight9 ul li:last-child a {
  border-right: 0;
}
#yt_spotlight9 #bottom14 {
  border-right: 1px solid #ccc;
}
#yt_spotlight9 #bottom14 h4 {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  padding-top: 15px;
}
#yt_spotlight9 #bottom14 ul li {
  margin-right: 10px;
}
#yt_spotlight9 #bottom14 ul li a {
  border-right: 0;
  padding: 0;
  text-align: center;
}
#yt_spotlight9 #bottom14 ul li span {
  color: #fff;
  font-size: 0px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius: 50%;
}
#yt_spotlight9 #bottom14 ul li span:before {
  color: #fff;
  font-size: 12px;
}
#yt_spotlight9 #bottom14 ul li span:hover {
  opacity: 0.8;
}
#yt_spotlight9 #bottom14 ul li .fa-google {
  font-family: FontAwesome;
}
#yt_spotlight9 #bottom14 ul li .fa-google:before {
  content: "\f0d5";
}
#yt_spotlight9 #bottom14 ul li.facebook span {
  background: #1852a2;
}
#yt_spotlight9 #bottom14 ul li.google span {
  background: #e71e1e;
}
#yt_spotlight9 #bottom14 ul li.twitter span {
  background: #15d8f5;
}
.partner {
  margin-bottom: 0;
}
.partner div.modcontent {
  padding: 0;
}
.partner .container-slider {
  margin-top: 0;
  margin-bottom: 0;
}
.partner .container-slider .page-button .control-button li {
  background: transparent;
}
.partner .container-slider .page-button .control-button li:hover:after {
  color: #f05c1f;
}
.partner .container-slider .page-button .control-button .next {
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  text-align: center;
  opacity: 1;
}
.partner .container-slider .page-button .control-button .next:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.partner .container-slider .page-button .control-button .preview {
  width: 24px;
  height: 24px;
  border: 1px solid #e1e1e1;
  text-align: center;
  opacity: 1;
  right: 25px;
}
.partner .container-slider .page-button .control-button .preview:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.Sponsor {
  display: none;
}
.search {
  float: right;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search .modcontent {
  padding: 0;
}
.search form {
  overflow: hidden;
}
.search .button {
  float: right;
  background: transparent;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  position: relative;
  font-size: 0;
  z-index: 9999;
}
.search .button:after {
  content: "\f002";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #000;
  top: 8px;
  left: 14px;
  font-size: 12px;
  font-weight: normal;
}
.search input.inputbox {
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: 999;
  height: 28px;
  border-radius: 10px;
  width: 204px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search:hover .button {
  border-color: transparent;
}
.search:hover input.inputbox {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.homepage .search form .button:after {
  top: -5px;
}
#yt_footer a {
  color: #f05c1f;
}
.contact-ajax.lt-ie9 .ctajax-wrap .ctajax-element {
  width: 100%;
}
.button,
button {
  white-space: nowrap;
}
.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;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
#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;
  font-size: 13px;
  border-left: 0;
  padding: 7px 10px 5px;
  min-height: 27px;
}
#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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 200%;
  line-height: 115%;
}
h2 {
  font-size: 160%;
  line-height: 110%;
}
h3 {
  font-size: 130%;
  line-height: 110%;
}
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 {
  margin-top: 20px;
  margin-left: 85px;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 9999;
}
#yt_menuposition ul.navi .level2.menu {
  /*display: none !important;*/
}
#yt_menuposition ul.navi .fancy {
  position: absolute;
  width: 0;
  z-index: 5;
}
#yt_menuposition ul.navi .fancy:before {
  content: '';
  background: #f05c1f;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  position: relative;
  padding: 0;
  z-index: 1;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  margin: 0;
  line-height: 30px;
  padding: 4px 12px;
  color: #000;
  font-size: 12px;
  display: block;
  -webkit-transition: color ease-in 0.3s;
  -moz-transition: color ease-in 0.3s;
  -o-transition: color ease-in 0.3s;
  transition: color ease-in 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
}
#yt_menuposition ul.navi > li.level1 > .item-link:hover {
  color: #f05c1f;
  border: 1px solid #f05c1f;
  padding: 3px 11px;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 12px;
  color: #ccc;
  line-height: 120%;
}
#yt_menuposition ul.navi > li.level1.active > a {
  background: transparent !important;
  color: #f05c1f;
  border: 1px solid #f05c1f;
  padding: 3px 11px;
}
#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: 180px;
}
#yt_menuposition ul.navi ul.subnavi {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
  background: #fff;
}
#yt_menuposition ul.navi ul.subnavi li {
  position: relative;
}
#yt_menuposition ul.navi ul.subnavi li .item-link {
  display: block;
  margin: 0;
  position: relative;
  padding: 7px 12px;
  color: #909090;
  font-size: 100%;
  text-transform: none;
  line-height: 25px;
}
#yt_menuposition ul.navi ul.subnavi li .item-link:before {
  content: "";
  background: #a4a4a4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
#yt_menuposition ul.navi ul.subnavi li ul.subnavi:before {
  background: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.active > .item-link {
  color: #f05c1f;
  background: none;
}
#yt_menuposition ul.navi ul.subnavi li:hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi li.hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi li.active > .item-link:before {
  background: #f05c1f;
}
#yt_menuposition ul.navi ul.subnavi li:hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li.hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.subnavi li li.level3.hover ul.level4,
#yt_menuposition ul.navi ul.subnavi li li.level4:hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level4.hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level5:hover ul.level6,
#yt_menuposition ul.navi ul.subnavi li li.level5.hover ul.level6 {
  left: 105%;
  right: auto;
  top: 0px;
}
#yt_menuposition ul.navi ul.subnavi li +li .item-link {
  border-top: 1px solid #d5d5d5;
}
#yt_menuposition ul.navi ul.subnavi li +li .item-link:before {
  top: 1px;
}
#yt_menuposition ul.navi ul.subnavi ul {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li .item-link {
  background: transparent;
  color: #909090;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.active > .item-link {
  background-color: none;
  color: #f05c1f;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  display: none;
}
#yt_menuposition #droplinenavigator li.level1 >.item-link {
  padding: 10px 17px;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
  margin-right: 5px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 +li >.item-link {
  border: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 a.level2.havechild:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 99;
  background: #fff;
  border-bottom: 5px solid #f05c1f;
  box-shadow: 1px 1px 2px #999999;
}
#yt_menuposition #meganavigator .mega-content .mega-content {
  box-shadow: 0 0 2px #999999;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi {
  padding: 0 20px;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li {
  line-height: 20px;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li.havechild:hover > a:after,
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li.havechild:hover > div:after {
  content: "";
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li.first > .item-link {
  border: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li .item-link {
  font-size: 12px;
  padding: 5px 0;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li .item-link:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 10px;
  background: none;
  position: inherit;
}
.rtl #yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li .item-link:before {
  content: "";
  margin: 0;
  background: none;
}
.rtl #yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li .item-link:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 10px;
  margin-left: 10px;
  background: none;
  position: inherit;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li +li .item-link {
  border-top: 1px dashed #D5D5D5;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi li +li .item-link:before {
  top: auto;
}
#yt_menuposition #meganavigator .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator .mega-content .mega-col.one div.mega-module {
  padding: 20px;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more +.more {
  border-left: 1px solid #eee;
}
.rtl #yt_menuposition #meganavigator .mega-content .mega-col.more +.more {
  border-left: 0;
  border-right: 1px solid #eee;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more .mega-group-content > ul.subnavi {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-module .mega-video {
  font-size: 12px;
  color: #909090;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-module .mega-video iframe {
  width: 100%;
  margin-bottom: 15px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  font-size: 14px;
  padding: 0 0 10px;
  color: #686868;
  display: block;
  /*text-transform: uppercase;*/
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module {
  color: #ddd;
  padding: 0 20px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module ul {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #yt-responivemenu {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #d8490e;
  padding: 6px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  height: 45px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 100%;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 0 10px 0 5px;
  font-size: 19px;
  vertical-align: top;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #f05c1f;
}
#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 li {
  background: #e0e0e0;
  border-bottom: 1px solid #aaa;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #555;
  margin: 0;
  padding: 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: #f05c1f;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #f05c1f;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #9e360b;
}
#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: 44px;
  line-height: 40px;
  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: #f05c1f;
}
#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 {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
  border-bottom: none;
}
#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: #f05c1f;
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #153242;
  border-right: 1px solid #152F3D;
}
.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: #BCBCBC;
  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: #f05c1f;
}
.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: #153242;
}
.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 ul.navi > li.level1 {
  border-left: 1px solid #1b1b1b;
  border-right: 0;
}
.rtl #yt_menuposition ul.navi ul.subnavi li.havechild:hover > a:after,
.rtl #yt_menuposition ul.navi ul.subnavi li.havechild:hover > div:after {
  content: '\f0d9';
  left: -5px;
  right: auto;
  font-family: FontAwesome;
}
.rtl #yt_menuposition ul.navi ul.subnavi li .item-link:before {
  right: 0;
}
.rtl #yt_menuposition ul.navi ul.subnavi li ul.subnavi:before {
  left: auto;
  right: -20px;
}
.rtl #yt_menuposition ul.navirtl li.level1 {
  float: right;
}
.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 ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link {
  padding: 6px 23px 6px 12px;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level4:hover ul.level5 {
  left: auto;
  right: 105%;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: right;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: auto;
  right: 0;
}
.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 .mega-content .mega-content-inner ul.subnavi > li > a.havechild:after,
.rtl #yt_menuposition #meganavigator .mega-content .mega-content-inner ul.subnavi > li > div.havechild:after {
  content: "\f111";
  color: #f05c1f;
  font-family: FontAwesome;
  left: auto;
  right: auto;
}
@media (min-width: 320px) and (max-width: 979px) {
  .on-sidebar-resmenu #yt_wrapper .yt-off-sideresmenu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  #yt_menuposition #yt-responivemenu {
    display: block;
  }
  .yt-off-sideresmenu {
    display: block;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,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;
  }
}
.fontsize_l {
  font-size: 18px;
  font-weight: 400;
}
.g-underline {
  font-size: 180%;
  font-weight: 400;
}
.b-block:after,
.b-block:before {
  clear: both;
  display: table;
  content: "";
}
.item-page ul.yt-accordion li h3 i {
  margin-top: -13px;
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
}
ul.c-step:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #DEDEDE;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
ul.c-step li {
  list-style: none;
  margin: 0 50px;
  padding-top: 50px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
}
ul.c-step li:before,
ul.c-step li.active:before {
  counter-increment: section;
  content: counter(section);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  background-color: #93afa9;
  background-image: -moz-linear-gradient(top,#AAC3BF,#719088);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AAC3BF),to(#719088));
  background-image: -webkit-linear-gradient(top,#AAC3BF,#719088);
  background-image: -o-linear-gradient(top,#AAC3BF,#719088);
  background-image: linear-gradient(to bottom,#AAC3BF,#719088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
  background-color: #f2713c;
  background-image: -moz-linear-gradient(top,#f37f4f,#f05c1f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f37f4f),to(#f05c1f));
  background-image: -webkit-linear-gradient(top,#f37f4f,#f05c1f);
  background-image: -o-linear-gradient(top,#f37f4f,#f05c1f);
  background-image: linear-gradient(to bottom,#f37f4f,#f05c1f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff37e4e', endColorstr='#fff05c1f', GradientType=0);
}
ul.c-step li.active h3 {
  color: #f05c1f;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
div.g-pageteam {
  line-height: 22px;
}
div.g-pageteam hr {
  height: 5px;
  background: #ccc;
}
div.g-pageteam .b-gettouch {
  background: #eee;
  border-bottom: 3px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  margin: 1em 0 4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.g-pageteam .b-gettouch .h-heading4 {
  font-size: 130%;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  font-family: "Georgia";
  font-style: italic;
}
div.g-pageteam .b-gettouch .btn {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.g-pageteam .b-gettouch .btn:active {
  vertical-align: -16px;
}
div.g-pageteam .b-ourteam {
  margin-top: 20px;
}
div.g-pageteam .b-ourteam [class*="span"] {
  margin-bottom: 10px;
}
div.g-pageteam .b-ourteam [class*="span"] .h-title {
  margin: 0;
  font-size: 18px;
  line-height: 110%;
}
div.g-pageteam .b-ourteam [class*="span"] .member {
  color: #999;
  margin-bottom: 5px;
}
div.g-pageteam .b-ourteam [class*="span"] .b-social div.yt-socialbt {
  margin-right: 5px;
}
#g-pageservices .fa {
  background: #666;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #ddd;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#g-pageservices article {
  overflow: hidden;
}
#g-pageservices article h3 {
  font-size: 130%;
}
#g-pageservices article a.detail {
  font-size: 13px;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #f05c1f;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#g-pageservices article a.detail:hover:after {
  color: #fff;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
#g-pagecolumn hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 4em 0;
  float: left;
  width: 100%;
}
#g-pageportfolio {
  float: left;
  margin-bottom: 20px;
}
#g-pageportfolio [class*="span"] {
  position: relative;
  top: 0;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  -moz-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
}
#g-pageportfolio [class*="span"] .port-item-img {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  overflow: hidden;
  border-right: none;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  position: relative;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #222 inset;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-pageportfolio [class*="span"] .port-item-img .icon-plus-sign {
  font-size: 4px;
  color: #eee;
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 10;
  margin: 0 0 -19px -22px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#g-pageportfolio [class*="span"] .port-item-img:visited .icon-plus-sign {
  bottom: 100%;
}
#g-pageportfolio [class*="span"] .port-item-img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#g-pageportfolio [class*="span"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#g-pageportfolio [class*="span"] .port-item-content {
  padding: 10px;
}
#g-pageportfolio [class*="span"] .port-item-content h4 {
  margin-bottom: 10px;
  font-size: 110%;
}
#g-pageportfolio [class*="span"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #f05c1f;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover:after {
  color: #fff;
}
#g-pageportfolio [class*="span"]:hover {
  top: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 30px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  .yt-lightbox {
    float: none !important;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    top: 37%;
  }
  ul.c-step li {
    display: table-cell;
    padding-top: 35px;
  }
  div.yt-lightbox.image-left {
    float: none;
    display: inline-block;
    margin: 0 0 15px;
  }
  div.g-pageteam div.b-ourteam [class*="span"] {
    margin-bottom: 30px !important;
  }
}
.itemRatingList a:hover {
  background-position: 0 -23px;
}
#k2Container {
  padding: 0 15px;
}
#k2Container .componentheading {
  display: none;
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
  margin: 0 -15px 30px;
}
#k2Container .componentheading .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
#k2Container .componentheading .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
#k2Container .itemListCategoriesBlock .itemListCategory {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
  margin: 0 -15px 30px;
}
#k2Container .itemListCategoriesBlock .itemListCategory .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
#k2Container .itemListCategoriesBlock .itemListCategory .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
#k2Container .itemListCategoriesBlock .itemListCategory .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
#k2Container .resplc-loadmore {
  margin: -20px 0 0;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn {
  background: #777;
  color: #fff;
  border: solid 1px #e1e1e1;
  font-size: 20px;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  width: 32px;
  height: 32px;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn:hover {
  background: #f05c1f;
  color: white;
}
#k2Container div.catItemRatingBlock {
  overflow: hidden;
}
#k2Container .itemList {
  padding-bottom: 30px;
}
#k2Container .itemList .itemContainer .catItemView {
  padding: 15px 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
  padding: 0;
  margin: 5px 0 0 0;
  float: left;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
#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);
  -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;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  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);
  box-shadow: 2px 2px 5px #000000;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom,
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage: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 .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover,
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .image-overlay {
  box-shadow: 2px 2px 5px #000000;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f05c1f;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  left: 0;
  right: auto;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content {
  overflow: hidden;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle {
  font-size: 150%;
  margin: 3px 0 0px;
  font-weight: normal;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a {
  color: #666;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a:hover {
  color: #f05c1f;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd [class^="icon-"] {
  font-size: 11px;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #f05c1f;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container .itemList .itemContainer .catItemView .catItemExtraFields {
  border-top: none;
  border-bottom: dashed 1px #c8c8c8;
  margin: 0 0 15px;
  padding: 0 0 8px;
  overflow: hidden;
}
#k2Container .itemList .itemContainer .catItemView .catItemExtraFields ul li {
  border-bottom: none;
  font-size: 12px;
  padding: 0;
  line-height: 20px;
}
#k2Container .itemList .itemContainer .catItemView .catItemExtraFields ul li.even {
  background: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemExtraFields ul li span.catItemExtraFieldsLabel {
  width: auto;
  display: inline;
  float: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody {
  padding: 0;
  overflow: visible;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#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: #0d0d0d;
  border-right: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock span {
  color: #666;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingForm {
  margin: 4px 0 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList,
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a:hover,
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url(../images/system/star.png);
  display: inline-block;
  cursor: pointer;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList {
  width: 76px;
  height: 13px;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a,
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 13px;
  line-height: 13px;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingLog {
  height: 13px;
  line-height: 13px;
  color: #999;
}
#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 {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #f05c1f;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#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: 15px;
}
#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: #f05c1f;
  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 .userItemList .userItemView .userItemImage {
  margin-right: 30px;
  position: relative;
}
#k2Container.userView .userItemList .userItemView .userItemImage img {
  border: none;
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .userItemImage .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);
  -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;
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.userView .userItemList .userItemView .userItemImage .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
#k2Container.userView .userItemList .userItemView .userItemImage .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container.userView .userItemList .userItemView .userItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
#k2Container.userView .userItemList .userItemView .userItemImage .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
#k2Container.userView .userItemList .userItemView .userItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
#k2Container.userView .userItemList .userItemView .userItemImage:hover .image-overlay {
  opacity: 1;
}
#k2Container.userView .userItemList .userItemView .userItemIntroText {
  font-size: 12px;
}
#k2Container.userView .userItemList .userItemView .userItemHeader h3.userItemTitle {
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .userItemHeader h3.userItemTitle a {
  font-size: 18px;
  color: #666;
}
#k2Container.userView .userItemList .userItemView .userItemHeader h3.userItemTitle a:hover {
  color: #f05c1f;
}
#k2Container.userView .catItemList .catItemView {
  padding: 15px 0;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 5px 0 0 0;
  float: left;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
#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);
  -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;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  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);
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom,
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage: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.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover,
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay {
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f05c1f;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
.rtl #k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  left: 0;
  right: auto;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container.userView .catItemList .catItemView .catitem-content {
  overflow: hidden;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle {
  font-size: 150%;
  margin: 3px 0 0px;
  font-weight: normal;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle a {
  color: #666;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle a:hover {
  color: #f05c1f;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container.userView .catItemList .catItemView .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd [class^="icon-"] {
  font-size: 11px;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #f05c1f;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.rtl #k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.userView .catItemList .catItemView .catItemExtraFields {
  border-top: none;
  border-bottom: dashed 1px #c8c8c8;
  margin: 0 0 15px;
  padding: 0 0 8px;
  overflow: hidden;
}
#k2Container.userView .catItemList .catItemView .catItemExtraFields ul li {
  border-bottom: none;
  font-size: 12px;
  padding: 0;
  line-height: 20px;
}
#k2Container.userView .catItemList .catItemView .catItemExtraFields ul li.even {
  background: none;
}
#k2Container.userView .catItemList .catItemView .catItemExtraFields ul li span.catItemExtraFieldsLabel {
  width: auto;
  display: inline;
  float: none;
}
#k2Container.userView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: visible;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
#k2Container.userView .catItemList .catItemView .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#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: #0d0d0d;
  border-right: none;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock span {
  color: #666;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingForm {
  margin: 4px 0 0;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList,
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a:hover,
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url(../images/system/star.png);
  display: inline-block;
  cursor: pointer;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList {
  width: 76px;
  height: 13px;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a,
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 13px;
  line-height: 13px;
}
#k2Container.userView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingLog {
  height: 13px;
  line-height: 13px;
  color: #999;
}
#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 {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #f05c1f;
}
#k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container.userView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#k2Container.userView .catItemList .catItemView:first-child {
  border-top: none;
}
#k2Container.tagView .catItemList .catItemView {
  padding: 15px 0;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 5px 0 0 0;
  float: left;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
#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);
  -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;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  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);
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom,
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage: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.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover,
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay {
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f05c1f;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
.rtl #k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  left: 0;
  right: auto;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container.tagView .catItemList .catItemView .catitem-content {
  overflow: hidden;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle {
  font-size: 150%;
  margin: 3px 0 0px;
  font-weight: normal;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle a {
  color: #666;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle a:hover {
  color: #f05c1f;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd [class^="icon-"] {
  font-size: 11px;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #f05c1f;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.rtl #k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.tagView .catItemList .catItemView .catItemExtraFields {
  border-top: none;
  border-bottom: dashed 1px #c8c8c8;
  margin: 0 0 15px;
  padding: 0 0 8px;
  overflow: hidden;
}
#k2Container.tagView .catItemList .catItemView .catItemExtraFields ul li {
  border-bottom: none;
  font-size: 12px;
  padding: 0;
  line-height: 20px;
}
#k2Container.tagView .catItemList .catItemView .catItemExtraFields ul li.even {
  background: none;
}
#k2Container.tagView .catItemList .catItemView .catItemExtraFields ul li span.catItemExtraFieldsLabel {
  width: auto;
  display: inline;
  float: none;
}
#k2Container.tagView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: visible;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
#k2Container.tagView .catItemList .catItemView .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#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: #0d0d0d;
  border-right: none;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock span {
  color: #666;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingForm {
  margin: 4px 0 0;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList,
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a:hover,
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url(../images/system/star.png);
  display: inline-block;
  cursor: pointer;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList {
  width: 76px;
  height: 13px;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a,
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 13px;
  line-height: 13px;
}
#k2Container.tagView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingLog {
  height: 13px;
  line-height: 13px;
  color: #999;
}
#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 {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #f05c1f;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container.tagView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock {
  margin-bottom: 0;
}
#k2Container.tagView .catItemList .catItemView:first-child {
  padding-top: 0;
  border-top: none;
}
#k2Container.tagView .tagItemView div.tagItemHeader h2.tagItemTitle {
  padding: 0 0 10px;
}
#k2Container.tagView .tagItemView .tagItemImage {
  position: relative;
  margin-right: 30px;
}
#k2Container.tagView .tagItemView .tagItemImage .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);
  -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;
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.tagView .tagItemView .tagItemImage .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
#k2Container.tagView .tagItemView .tagItemImage .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container.tagView .tagItemView .tagItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
#k2Container.tagView .tagItemView .tagItemImage .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
#k2Container.tagView .tagItemView .tagItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
#k2Container.tagView .tagItemView .tagItemImage:hover .image-overlay {
  opacity: 1;
}
#k2Container.tagView .tagItemView .tag-content {
  overflow: hidden;
}
#k2Container.tagView .tagItemView .tagItemImage img {
  border: none;
  padding: 0;
}
#k2Container.tagView .tagItemView .tagItemExtraFields {
  border-bottom: dashed 1px #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#k2Container.tagView .tagItemView .tagItemExtraFields ul {
  list-style: none;
  margin: 0;
}
#k2Container.tagView .tagItemView .tagItemExtraFields ul li {
  border-bottom: none;
  font-size: 12px;
  line-height: 18px;
}
#k2Container.tagView .tagItemView .tagItemExtraFields ul li .tagItemExtraFieldsLabel {
  font-weight: bold;
}
#k2Container.tagView .tagItemView div.tagItemIntroText {
  font-size: 12px;
}
#k2Container.tagView .tagItemView .tagItemTitle a {
  font-size: 18px;
  color: #666;
}
#k2Container.tagView .tagItemView .tagItemTitle a:hover {
  color: #f05c1f;
}
#k2Container.latestView div.latestItemsCategory {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.latestView .catItemList .catItemView {
  padding: 15px 0;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 5px 0 0 0;
  float: left;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
#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);
  -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;
  background: #f05c1f;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border: 1px solid #f37845;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -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;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -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;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  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);
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom,
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage: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.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-zoom:hover,
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage:hover .image-overlay .hover-links a.hover-link:hover {
  background: #f37f4f;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .image-overlay {
  box-shadow: 2px 2px 5px #000000;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f05c1f;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
.rtl #k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  left: 0;
  right: auto;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container.latestView .catItemList .catItemView .catitem-content {
  overflow: hidden;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle {
  font-size: 150%;
  margin: 3px 0 0px;
  font-weight: normal;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle a {
  color: #666;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle a:hover {
  color: #f05c1f;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd [class^="icon-"] {
  font-size: 11px;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #f05c1f;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.rtl #k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.latestView .catItemList .catItemView .catItemExtraFields {
  border-top: none;
  border-bottom: dashed 1px #c8c8c8;
  margin: 0 0 15px;
  padding: 0 0 8px;
  overflow: hidden;
}
#k2Container.latestView .catItemList .catItemView .catItemExtraFields ul li {
  border-bottom: none;
  font-size: 12px;
  padding: 0;
  line-height: 20px;
}
#k2Container.latestView .catItemList .catItemView .catItemExtraFields ul li.even {
  background: none;
}
#k2Container.latestView .catItemList .catItemView .catItemExtraFields ul li span.catItemExtraFieldsLabel {
  width: auto;
  display: inline;
  float: none;
}
#k2Container.latestView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: visible;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
#k2Container.latestView .catItemList .catItemView .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#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: #0d0d0d;
  border-right: none;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock span {
  color: #666;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingForm {
  margin: 4px 0 0;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList,
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a:hover,
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url(../images/system/star.png);
  display: inline-block;
  cursor: pointer;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList {
  width: 76px;
  height: 13px;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList a,
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 13px;
  line-height: 13px;
}
#k2Container.latestView .catItemList .catItemView .catItemNavi > div.catItemRatingBlock .itemRatingLog {
  height: 13px;
  line-height: 13px;
  color: #999;
}
#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 {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #f05c1f;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container.latestView .catItemList .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle {
  margin: 3px 0 15px;
}
#k2Container.latestView .catItemList .catItemView.item1:first-child {
  padding-top: 0;
  border-top: none;
}
#k2Container.latestView .catItemList .catItemView.item1 {
  clear: both;
  margin: 0;
}
#k2Container.latestView .catItemList .catItemView.span4,
#k2Container.latestView .catItemList .catItemView.span3 {
  padding-top: 0;
  border-top: none;
}
#k2Container.latestView .catItemList .catItemView.span4 .catItemImageBlock,
#k2Container.latestView .catItemList .catItemView.span3 .catItemImageBlock {
  float: none;
  margin: 0 0 10px;
  display: inline-block;
}
#k2Container.latestView .catItemList .catItemView.span12 .catItemImageBlock {
  width: auto;
}
#k2Container.latestView .catItemList .catItemView.span12 .catItemImageBlock .catItemImage {
  margin-right: 25px;
}
#k2Container.itemView {
  border: none;
  margin: 0;
  padding: 0 15px;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .page-header {
  background-color: #333;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #535353;
  color: #f05c1f;
  font-size: 20px;
  margin: 0 -15px 30px;
}
#k2Container.itemView .itemBody .page-header .category-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
#k2Container.itemView .itemBody .page-header .subheading-category {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
#k2Container.itemView .itemBody .page-header .header-icon {
  background: url('../images/icon/icon_movie.png') no-repeat scroll 0 0 transparent;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  float: left;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: normal;
  color: #f05c1f;
  line-height: 24px;
  vertical-align: middle;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle sup {
  top: 0;
  font-size: 100%;
}
#k2Container.itemView .itemBody .itemToolbar {
  margin-top: -70px;
  margin-bottom: 50px;
  background: transparent;
  border: none;
  color: #999;
}
#k2Container.itemView .itemBody .itemToolbar a {
  color: #ccc;
}
#k2Container.itemView .itemBody .itemToolbar a [class^="icon-"],
#k2Container.itemView .itemBody .itemToolbar a [class*=" icon-"] {
  margin-right: 0;
}
#k2Container.itemView .itemBody .article-info {
  margin: 0;
  overflow: hidden;
  overflow: visible;
}
#k2Container.itemView .itemBody .article-info dl.article-info {
  margin: 0;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd [class^="icon-"] {
  font-size: 11px;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd a {
  color: #999;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd a:hover {
  color: #f05c1f;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.rtl #k2Container.itemView .itemBody .article-info dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#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 {
  position: relative;
  margin-bottom: 1em;
  display: inline-block;
}
#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: 1.5em;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage.pull-right {
  margin-left: 1.5em;
}
#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;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
#k2Container.itemView .itemBody .itemNaviTop {
  margin: 0;
  overflow: hidden;
  overflow: visible;
  margin-bottom: 30px;
  overflow: visible;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info {
  margin: 0;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd [class^="icon-"] {
  font-size: 11px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a {
  color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a:hover {
  color: #f05c1f;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.rtl #k2Container.itemView .itemBody .itemNaviTop dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd {
  color: #999;
  font-size: 100%;
}
#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: #666;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a:hover {
  color: #0d0d0d;
}
#k2Container.itemView .itemBody div.itemIntroText {
  font-size: 100%;
  color: #666;
  padding: 0;
  line-height: 22px;
  font-weight: normal;
}
#k2Container.itemView .itemBody div.itemFullText {
  margin-bottom: 50px;
}
#k2Container.itemView .itemBody div.itemFullText .itemDateModified {
  float: right;
  margin: 1em 0 2em;
  color: #999;
  clear: both;
}
#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: #0d0d0d;
  border-right: none;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock span {
  color: #666;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingForm {
  margin: 4px 0 0;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingList,
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingList a:hover,
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url(../images/system/star.png);
  display: inline-block;
  cursor: pointer;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingList {
  width: 76px;
  height: 13px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingList a,
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 13px;
  line-height: 13px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div.catItemRatingBlock .itemRatingLog {
  height: 13px;
  line-height: 13px;
  color: #999;
}
#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 .itemVideoBlock h3 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemImageGallery h3 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemTagsBlock {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
#k2Container.itemView .itemBody .itemTagsBlock span {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li a:hover {
  color: #f05c1f;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li:before {
  margin-left: 10px;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li:first-child:before {
  display: none;
}
#k2Container.itemView .itemBody .item-comment {
  background: #f05c1f;
  float: left;
  padding: 5px 20px;
  margin-right: 10px;
}
.rtl #k2Container.itemView .itemBody .item-comment {
  float: right;
  margin-right: 0;
}
#k2Container.itemView .itemBody .item-comment a {
  color: #fff;
}
#k2Container.itemView .itemBody .btn-share .share {
  margin-top: 0;
}
#k2Container.itemView .itemBody .itemNavigation {
  border: none;
  padding: 4px 0;
  margin-bottom: 0;
  background: transparent;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock {
  padding: 4px 0;
  border: none;
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock span {
  color: #999;
  font-weight: normal;
}
#k2Container.itemView .itemAuthorBlock {
  background: #e0e0e0;
  border: none;
  padding: 10px;
  margin: 1em 0 2em;
  overflow: hidden;
}
#k2Container.itemView .itemAuthorBlock img.itemAuthorAvatar {
  margin-right: 15px;
}
#k2Container.itemView .itemAuthorBlock h3.itemAuthorName {
  font-weight: normal;
  margin-bottom: 10px;
}
#k2Container.itemView .itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border: none;
  font-weight: normal;
}
#k2Container.itemView .itemAuthorBlock a {
  color: #f05c1f;
}
#k2Container.itemView .itemAuthorBlock p {
  font-size: 12px;
}
#k2Container.itemView .itemAuthorLatest h3 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
#k2Container.itemView .itemAuthorLatest ul {
  list-style: none;
  margin: 0;
}
#k2Container.itemView .itemAuthorLatest ul li {
  border-bottom: none;
  background: #fff;
}
#k2Container.itemView .itemAuthorLatest ul li a {
  font-size: 12px;
  color: #686868;
}
#k2Container.itemView .itemAuthorLatest ul li a:hover {
  color: #f05c1f;
}
#k2Container.itemView .itemLatest {
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
}
#k2Container.itemView .itemLatest h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemLatest ul {
  margin-left: 15px;
}
#k2Container.itemView .itemLatest ul li {
  border: none;
  background: transparent;
}
#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;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded iframe,
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded img {
  margin: 0 10px 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.sigProLinkOuterWrapper {
  background: none;
}
#k2Container.itemView .itemImageGallery ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper .sigProLinkWrapper {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.itemView .itemComments {
  padding: 0;
  background: transparent;
  border: none;
  overflow: hidden;
  padding-top: 2em;
  margin-bottom: 2em;
}
#k2Container.itemView .itemComments h3 {
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 30px;
}
#k2Container.itemView .itemComments .itemCommentsList {
  margin-bottom: 50px;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  background: transparent;
  padding: 30px 4px 0;
  border-bottom: none;
  line-height: 30px;
}
#k2Container.itemView .itemComments .itemCommentsList li:first-child {
  padding-top: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li img {
  margin: 5px 15px 0 0;
  border: 1px solid #f3f3f3;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink {
  float: none;
  display: block;
  border-bottom: solid 1px #e1e1e1;
  margin-left: 75px;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a {
  font-size: 100%;
  border: solid 1px #e1e1e1;
  border-bottom: none;
  padding: 8px 20px;
  color: #999;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a:hover {
  background: #f05c1f;
  color: #fff;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink p {
  padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li p {
  margin-left: 75px;
}
.rtl #k2Container.itemView .itemComments .itemCommentsList li p {
  margin-left: 0;
  margin-right: 75px;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate,
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName {
  font-weight: normal;
  color: #666;
  font-size: 89%;
  border: none;
  display: inline-block;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate a,
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName a {
  color: #666;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate {
  color: #999;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate:before {
  content: '|';
  margin-right: 5px;
}
.rtl #k2Container.itemView .itemComments .itemCommentsList li span.commentDate:before {
  margin-left: 10px;
  margin-right: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li [class^="icon-"],
#k2Container.itemView .itemComments .itemCommentsList li [class*=" icon-"] {
  font-size: 11px;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
  border: none;
  margin: 1em 0 2em;
}
#k2Container.itemView .itemComments textarea.inputbox {
  border-color: #e1e1e1;
  background: none;
  width: 97%;
  padding: 0;
  padding: 8px 0 8px 10px;
}
#k2Container.itemView .itemComments input.inputbox {
  border-color: #e1e1e1;
  background: none;
  width: 200px;
  height: 28px;
}
#k2Container.itemView .itemComments .button {
  border: solid 1px #e1e1e1;
  color: #fff;
  background: #2d2d2d;
}
#k2Container.itemView .itemComments .button:before {
  content: '\f086';
  font-family: 'FontAwesome';
  color: #646464;
}
#k2Container.itemView .itemComments .button:hover {
  background: #f05c1f;
  color: #fff;
}
#k2Container.itemView .itemComments .button i {
  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 .control-group .control-label {
  width: 33px;
  background: #2d2d2d;
  text-align: center;
  color: #646464;
  height: 33px;
  line-height: 31px;
}
#k2Container.itemView .itemComments .control-group .control-label [class^="icon-"],
#k2Container.itemView .itemComments .control-group .control-label [class*=" icon-"] {
  font-size: 16px;
  margin-right: 0;
}
#k2Container.itemView .itemComments .control-group .controls {
  margin-left: 33px;
}
#k2Container.itemView .itemComments .control-group:hover .control-label,
#k2Container.itemView .itemComments .control-group:focus .control-label {
  background: #f05c1f;
  color: #fff;
}
#k2Container.itemView .itemComments .pull-right {
  width: 70%;
}
#k2Container.itemView .itemComments .pull-left {
  width: 30%;
}
#k2Container.itemView .form-horizontal .controls {
  margin-left: 0;
}
.sj-categories h3.modtitle {
  background: transparent;
  color: #444;
  text-align: center;
  padding: 20px;
}
.sj-categories .sj_k2_categories {
  margin: 0 -17px 10px -10px;
}
.sj_k2_categories .cat-wrap.theme1 .clr1 {
  width: 1px;
  background-color: #e1e1e1;
}
.sj_k2_categories .cat-wrap.theme1 .content-box {
  overflow: hidden;
  margin: 0 0 20px 0;
  border-left: solid 1px #e1e1e1;
}
.sj_k2_categories .cat-wrap.theme1 .content-box:first-child {
  border-left: none;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .cat-title {
  margin: 0 10px 20px;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .cat-title a {
  font-size: 129%;
  color: #444;
  font-weight: normal !important;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .cat-title a:hover {
  color: #f05c1f;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .image_cat {
  margin: 0 10px 10px;
  position: relative;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .image_cat img {
  width: 100%;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .image_cat:hover:before {
  border: solid 10px #f05c1f;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat {
  margin: 0 10px;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  padding: 5px !important;
  border-top: solid 1px #e1e1e1;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title:first-child {
  border-top: none;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title a {
  color: #666;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title a:hover {
  color: #f05c1f;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title:hover a {
  padding-left: 8px;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
#bd .sj_k2_categories.preset01-6 .cat-wrap .content-box {
  width: 16.5%;
  margin: 0 0 20px 0;
}
.k2ItemsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.comment .k2ItemsBlock ul.blank > li {
  float: left;
  width: 100%;
}
.k2ItemsBlock ul.blank > li .num-item {
  float: left;
  width: 55px;
  height: 70px;
  padding-left: 10px;
  font-size: 214%;
  color: #999;
  margin-top: 5px;
}
.comment .k2ItemsBlock ul.blank > li .num-item {
  display: none;
}
.comment .k2ItemsBlock ul.blank > li a.moduleItemImage,
.mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage {
  float: left;
  width: 30%;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}
.rtl .comment .k2ItemsBlock ul.blank > li a.moduleItemImage,
.rtl .mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.comment .k2ItemsBlock ul.blank > li a.moduleItemImage:hover:before,
.mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage:hover:before {
  border: solid 5px #f05c1f;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.k2ItemsBlock ul.blank > li a.moduleItemTitle {
  font-size: 129%;
  color: #444;
}
.k2ItemsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
}
.k2ItemsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2ItemsBlock ul.blank > li .listinline {
  margin-top: 5px;
}
.k2ItemsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  font-size: 12px;
  color: #999;
}
.k2ItemsBlock ul.blank > li .listinline [class^="icon-"],
.k2ItemsBlock ul.blank > li .listinline [class*=" icon-"] {
  font-size: 11px;
}
.k2ItemsBlock ul.blank > li .moduleItemComments {
  color: #999;
  font-size: 12px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
.k2ItemsBlock ul.blank > li .moduleItemComments a {
  color: #999;
}
.k2ItemsBlock ul.blank > li .moduleItemComments a:hover {
  color: #f05c1f;
}
.k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.comment .k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  padding: 0;
}
.k2ItemsBlock ul.blank > li:hover .num-item {
  color: #f05c1f;
}
.k2ItemsBlock ul.blank > li:hover a.moduleItemTitle {
  color: #f05c1f;
}
.k2ItemsBlock ul.blank {
  margin: 0 20px;
}
.comment .k2ItemsBlock ul.blank {
  margin: 0;
}
.k2LatestCommentsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.comment .k2LatestCommentsBlock ul.blank > li {
  float: left;
  width: 100%;
}
.k2LatestCommentsBlock ul.blank > li .num-item {
  float: left;
  width: 55px;
  height: 70px;
  padding-left: 10px;
  font-size: 214%;
  color: #999;
  margin-top: 5px;
}
.comment .k2LatestCommentsBlock ul.blank > li .num-item {
  display: none;
}
.comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage,
.mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage {
  float: left;
  width: 30%;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}
.rtl .comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage,
.rtl .mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage:hover:before,
.mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage:hover:before {
  border: solid 5px #f05c1f;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.k2LatestCommentsBlock ul.blank > li a.moduleItemTitle {
  font-size: 129%;
  color: #444;
}
.k2LatestCommentsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
}
.k2LatestCommentsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2LatestCommentsBlock ul.blank > li .listinline {
  margin-top: 5px;
}
.k2LatestCommentsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  font-size: 12px;
  color: #999;
}
.k2LatestCommentsBlock ul.blank > li .listinline [class^="icon-"],
.k2LatestCommentsBlock ul.blank > li .listinline [class*=" icon-"] {
  font-size: 11px;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments {
  color: #999;
  font-size: 12px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments a {
  color: #999;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments a:hover {
  color: #f05c1f;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.comment .k2LatestCommentsBlock ul.blank > li .moduleItemIntrotext {
  padding: 0;
}
.k2LatestCommentsBlock ul.blank > li:hover .num-item {
  color: #f05c1f;
}
.k2LatestCommentsBlock ul.blank > li:hover a.moduleItemTitle {
  color: #f05c1f;
}
.k2LatestCommentsBlock ul.blank {
  margin: 0 20px;
}
.comment .k2LatestCommentsBlock ul.blank {
  margin: 0;
}
.k2LatestCommentsBlock a.lcComment {
  color: #666;
}
.k2LatestCommentsBlock a.lcComment:hover {
  color: #0d0d0d;
}
.k2TopCommentersBlock ul {
  list-style: none;
  margin: 0;
}
.k2TopCommentersBlock ul li {
  padding: 20px 0;
  border-bottom: solid 1px #e1e1e1;
  background: transparent;
}
.k2TopCommentersBlock ul li:first-child {
  padding-top: 0;
}
.k2TopCommentersBlock ul li .k2Avatar {
  margin-right: 15px;
  float: left;
}
.k2TopCommentersBlock ul li .k2Avatar img {
  margin: 0;
}
.k2TopCommentersBlock ul li .tcLatestComment {
  color: #444;
}
.k2TopCommentersBlock ul li .tcLatestComment:hover {
  color: #f05c1f;
}
.k2TopCommentersBlock ul li .tcLatestCommentDate,
.k2TopCommentersBlock ul li .tcCommentsCounter {
  color: #ccc;
  font-size: 86%;
}
.k2TopCommentersBlock ul li .tcLatestCommentDate {
  border-right: solid 1px #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
.k2TopCommentersBlock ul li [class^="icon-"] {
  font-size: 11px;
}
div.k2TagCloudBlock {
  padding: 0;
}
div.k2TagCloudBlock a {
  position: relative;
  background: #8A99A0;
  font-size: 12px;
  float: left;
  margin: 0 7px 7px 0;
  padding: 4px 18px;
  color: #fff;
  text-transform: capitalize;
}
div.k2TagCloudBlock a:hover {
  background: #000;
  padding: 4px 18px;
}
div.k2TagCloudBlock a:hover > span {
  right: -25px;
  background: #000000;
  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;
}
.item-hover {
  float: left;
  margin-right: 10px;
  height: 34px;
  margin-top: 20px;
}
.item-hover a {
  display: inline-block;
  color: #999;
  font-family: 'Arial';
  overflow: hidden;
  position: relative;
  padding: 0;
}
.item-hover a:before {
  overflow: hidden;
  background: #f05c1f;
  color: #fff;
  content: attr(data-hover);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  z-index: -1;
  padding: 5px 20px;
}
.item-hover a span {
  border: solid 1px #e1e1e1;
  background: transparent;
  padding: 5px 20px;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  display: block;
  background: #fff;
}
.item-hover a:hover:before {
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.item-hover a:hover span {
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.item-hover a:focus:before {
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.item-hover a:focus span {
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.rtl #k2Container.latestView .catItemList .catItemView.span12 .catItemImageBlock .catItemImage {
  margin: 0 0 0 25px;
}
.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 0 0 25px;
}
.rtl #k2Container .userBlock img {
  margin: 0 0 0 15px;
  float: right;
}
.rtl #k2Container .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0 0 0 25px;
}
.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 .itemToolbar {
  float: left;
}
.rtl #k2Container.itemView .itemBody .itemToolbar ul li {
  border: none;
  border-left: 1px solid #CCCCCC;
  padding: 0 8px 0 4px;
}
.rtl #k2Container.itemView .itemBody .itemNaviBottom > div {
  border: none;
  border-left: 1px solid #E5E5E5;
}
.rtl #k2Container.itemView .itemBody .itemNaviBottom > div:last-child {
  border: none;
}
.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;
  padding: 0;
}
.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: none;
  margin-right: 75px;
  margin-left: 0;
}
.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;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle > span.itemEditLink {
  background: none;
  width: auto;
}
#k2Container.itemView .itemBody .page-header h2 a.modal {
  color: #fff;
}
#k2Container.itemView .itemBody .page-header h2 a.modal:hover {
  color: #fff;
}
#k2Container .itemEditLink .modal {
  text-indent: 0;
  position: static;
  width: auto;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  font-family: FontAwesome;
  color: #fff;
  font-size: 14px;
  background: #f05c1f;
  padding: 4px 7px;
}
#k2Container .itemEditLink .modal:after {
  content: "\f044";
}
#k2Container .itemEditLink .modal:hover {
  color: #fff;
}
.simpleTabsContent .modal {
  text-indent: 0;
  position: static;
  width: auto;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.view-itemlist #k2Container .itemList .itemContainer .catItemView .catItemBody,
.view-itemlist #k2Container .itemList .itemContainer .catItemView .catItemLinks {
  overflow: hidden;
}
.view-itemlist #k2Container.userView .catItemList .catItemView .catItemBody {
  margin-bottom: 0;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background-image: url(../images/system/transparent_star.gif) !important;
}
div.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-title {
  font-size: 150%;
}
div.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-rating .count_commentar {
  font-size: 100%;
}
div.sj-responsive-listing .item-inner .item-more a {
  font-size: 133%;
}
div.sj-responsive-listing .respl-btn a {
  font-size: 167%;
}
div.mgi-wrap .item-wrap {
  font-size: 100%;
}
div.mgi-wrap .item-wrap .item-meta span {
  font-size: 92%;
}
div.mgi-wrap .other-links li {
  font-size: 100%;
}
div.mgi-wrap .other-links li:before {
  font-size: 133%;
}
div.mgi-wrap .item-wrap .item-title {
  font-size: 133%;
}
div.module .sj-basic-news {
  margin: 0;
}
div.module .sj-basic-news .bs-items .bs-item {
  padding: 10px;
  margin: 0;
}
div.module .sj-basic-news .bs-items .bs-item .bs-image {
  width: auto;
  padding: 0 10px 0 0;
}
div.module .sj-basic-news .bs-items .bs-item .bs-content .bs-title a {

  font-weight: normal;
}
div.module .sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover {
  color: #f05c1f;
  text-decoration: none;
}
div.module .sj-basic-news .bs-items .bs-item .bs-content .bs-description {
  font-size: 100%;
  margin-bottom: 15px;
}
div.module .sj-basic-news .bs-items .bs-item .bs-readmore {
  text-align: left;
}
div.module .sj-basic-news .bs-items .bs-item .bs-readmore a {
  background: #2d2d2d;
  color: #fff;
  font-size: 133%;
  padding: 5px 15px;
  display: inline-block;
}
div.module .sj-basic-news .bs-items .bs-item .bs-readmore a:hover {
  background: #f05c1f;
  text-decoration: none;
}
div.module .sj-basic-news .bs-items .bs-item:hover {
  
}
div.k2ItemsBlock ul {
  list-style: none;
  margin: 5px 0 0;
}
div.k2ItemsBlock ul li {
  padding: 10px;
}
.tab_home div.k2ItemsBlock ul li {
  padding: 0;
}
div.k2ItemsBlock ul li +li {
  margin-top: 10px;
}
.tab_home div.k2ItemsBlock ul li +li {
  margin-top: 40px;
}
div.k2ItemsBlock ul li.even {
  background: none;
}
div.k2ItemsBlock ul li .moduleItemImage {
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tab_home div.k2ItemsBlock ul li .moduleItemImage {
  margin-right: 30px;
}
div.k2ItemsBlock ul li .moduleItemTitle {
  font-size: 150%;
  color: #666;
}
div.k2ItemsBlock ul li .moduleItemTitle:hover {
  color: #f05c1f;
}
div.k2ItemsBlock ul li .item-rating .review_mark {
  display: inline-block;
  height: 14px;
  vertical-align: middle;
}
div.k2ItemsBlock ul li .item-rating .stars_no_active {
  background: url("../images/icon/icon-star.png") repeat-x 0 bottom;
  height: 12px;
  width: 60px;
}
div.k2ItemsBlock ul li .item-rating .stars_active {
  background: url("../images/icon/icon-star.png") repeat-x 0 -1px;
  height: 12px;
}
div.k2ItemsBlock ul li .item-rating .count_commentar {
  display: inline-block;
  margin: 0;
  font-size: 100%;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  font-size: 100%;
  line-height: 18px;
}
.tab_home div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  overflow: hidden;
  padding: 0 0 5px;
  border-bottom: 1px dashed #c8c8c8;
}
div.k2ItemsBlock ul li:hover {
  background: #efefef;
}
.tab_home div.k2ItemsBlock ul li:hover {
  background: transparent;
}
div.k2ItemsBlock ul li:hover .moduleItemImage {
  box-shadow: 3px 3px 3px #555;
  -webkit-box-shadow: 3px 3px 3px #555;
}
div.k2ItemsBlock ul li:hover .moduleItemImage:before {
  content: '';
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.k2ItemsBlock ul li:hover .moduleItemDateCreated {
  background: #f05c1f;
  color: #fff;
}
div.k2ItemsBlock ul li:hover .moduleItemDateCreated i {
  color: #fff;
}
div.k2ItemsBlock ul li:hover .moduleItemTitle {
  color: #f05c1f;
}
div.k2ItemsBlock ul li .moduleItemReadMore {
  display: inline-block;
  background: #2d2d2d;
  color: #fff;
  font-size: 133%;
  padding: 3px 15px;
}
div.k2ItemsBlock ul li .moduleItemReadMore:hover {
  background: #f05c1f;
}
div.k2ItemsBlock ul li .moduleItemDateCreated {
  width: 33px;
  height: 33px;
  line-height: 18px;
  margin-right: 20px;
  padding: 10px 10px;
  border: solid 1px #e9e9e9;
  display: inline-block;
  float: left;
  font-size: 100%;
  text-align: center;
  color: #909090;
  margin-top: 5px;
}
div.k2ItemsBlock ul li .moduleItemDateCreated i {
  font-style: normal;
  font-size: 150%;
  color: #686868;
  display: block;
}
.tab_home div.k2ItemsBlock ul li .moduleItemDateCreated {
  display: none;
}
div.k2ItemsBlock ul li .moduleItemDateCreatedHome {
  display: none;
  font-size: 92%;
  color: #a8a8a8;
  background: url(../images/icon/icon-calendar.png) no-repeat;
  overflow: hidden;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 5px;
}
.rtl div.k2ItemsBlock ul li .moduleItemDateCreatedHome {
  background-position: right 0;
  padding: 0 25px 0 0;
}
.tab_home div.k2ItemsBlock ul li .moduleItemDateCreatedHome {
  display: block;
}
div.k2ItemsBlock ul li a.moduleItemComments,
div.k2ItemsBlock ul li span.moduleItemHits {
  color: #a8a8a8;
  font-size: 92%;
  border-right: none;
}
div.k2ItemsBlock ul li a.moduleItemComments a,
div.k2ItemsBlock ul li span.moduleItemHits a {
  color: #a8a8a8;
}
div.k2ItemsBlock ul li a.moduleItemComments a:hover,
div.k2ItemsBlock ul li span.moduleItemHits a:hover {
  color: #f05c1f;
}
div.k2ItemsBlock ul li a.moduleItemComments:hover {
  color: #f05c1f;
}
div.k2ItemsBlock ul .odd,
div.k2ItemsBlock ul .even {
  border-bottom: none;
}
.module div.moduletabs.top-position {
  margin: 0;
}
.module div.moduletabs.top-position div.tabs-container {
  height: 42px;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs {
  width: 100%;
  height: 42px;
  background: #f05c1f;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li {
  border-right: solid 1px #fff;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li:first-child {
  border-right: none;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
  padding: 9px;
  margin-top: 6px;
  color: #fff;
  border-right: none;
  font-size: 150%;
}
.module div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected {
  color: #f05c1f;
}
.module div.moduletabs.top-position div.tabs-content-wrap {
  padding: 20px 0 0;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.tabs-content {
  border-top: none;
}
.module div.moduletabs.top-position div.tabs-content-wrap div.tabs-content .tagspopular {
  padding: 10px;
}
.module div.moduletabs.top-position div.k2ItemsBlock ul li .item-rating {
  display: none;
}
.module div.moduletabs.top-position div.k2ItemsBlock ul li .moduleItemReadMore {
  display: none;
}
.module div.moduletabs.top-position div.k2ItemsBlock ul li {
  border-top: solid 1px #ededed;
}
.module div.moduletabs.top-position div.k2ItemsBlock ul li:first-child {
  border-top: none;
}
.module.tab_home div.moduletabs.top-position div.tabs-container ul.tabs {
  background: transparent;
}
.module.tab_home div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
  background: #777;
  color: #fff;
}
.module.tab_home div.moduletabs.top-position div.tabs-container ul.tabs li .selected {
  background: #f05c1f;
}
.module.tab_home div.moduletabs.top-position div.tabs-container ul.tabs li +li .tab {
  margin-left: 4px;
}
.module.tab_home div.moduletabs.top-position div.k2ItemsBlock ul li {
  border-top: none;
}
div.module .sj-social-media-counts {
  margin: 0 5px;
}
div.module .sj-social-media-counts .sc-wrap .sc-item .sc-icon {
  width: 34px;
  border-right: solid 1px rgba(255,255,255,0.3);
}
div.module .sj-social-media-counts .sc-wrap .sc-item .like-count {
  font-size: 133%;
  padding: 0 5px;
}
div.module .sj-social-media-counts .sc-wrap .sc-item .like-text {
  font-size: 12px;
  padding: 0 5px;
}
div.contact-ajax .ctajax-wrap .ctajax-element {
  width: 100%;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-info-contact .info-label:before {
  color: #686868;
  font-weight: normal;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  background: #2d2d2d;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"]:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"]:hover {
  background: #f05c1f;
}
div.module .sj-extraslider {
  margin: 0;
}
div.module .sj-extraslider .extraslider-control.button-type2 {
  display: none;
}
div.module .sj-extraslider .extraslider-inner {
  border-bottom: none;
}
div.module .sj-extraslider .extraslider-inner .item-wrap-inner {
  margin: 0 10px;
}
div.module .sj-extraslider .item .line {
  border-top: none;
}
.homepage div.module div.sj-extraslider .extraslider-inner .item-wrap .item-image {
  margin-top: 10px;
}
div.module div.sj-extraslider .extraslider-inner .item-wrap .item-image a {
  position: relative;
  display: block;
}
div.module div.sj-extraslider .extraslider-inner .item-wrap .item-image a .item-video {
  width: 57px;
  height: 57px;
  position: absolute;
  left: 50%;
  opacity: 0.7;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  background: url(../images/icon/icon-video.png);
}
div.module div.sj-extraslider .extraslider-inner .item-wrap .item-image a:hover .item-video {
  opacity: 1;
}
div.module div.sj-extraslider .extraslider-inner .item-wrap.style2 .item-info {
  background: transparent;
  color: #666;
  font-size: 100%;
}
div.module div.sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-description {
  color: #909090;
}
div.module div.sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-content {
  margin: 10px 0 0;
}
div.module .sj-extraslider .nav-page.nav-under .button-page {
  width: 15px;
  height: 15px;
  background: #d7d7d5;
  border-radius: 50%;
  padding-left: 0;
  margin: 0 2px;
}
div.module .sj-extraslider .nav-page.nav-under .button-page.sel {
  background: #f05c1f;
}
.itemRatingList {
  width: 60px;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  height: 20px;
}
.itemRatingLog {
  line-height: 16px;
}
div.module ul.yt-accordion {
  margin: 10px 10px 0;
}
div.module ul.yt-accordion li.accordion-group {
  border: none;
}
div.module ul.yt-accordion li.accordion-group h3.accordion-heading {
  background: none;
  background-color: transparent;
  border-bottom: solid 1px #ededed;
  padding: 0 0 10px;
  position: relative;
  font-size: 133%;
  color: #666;
  font-weight: normal;
}
div.module ul.yt-accordion li.accordion-group h3.accordion-heading .icon-plus-sign {
  margin-right: 0;
  display: inline;
}
div.module ul.yt-accordion li.accordion-group h3.accordion-heading:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 70px;
  display: block;
  bottom: 0;
  left: 0;
  background: #777;
}
div.module ul.yt-accordion li.accordion-group h3.accordion-heading .icon-plus-sign:before {
  float: right;
  content: '\f067';
  color: #fff;
  background: #777777;
  padding: 3px 4px;
  margin-top: 11px;
}
div.module ul.yt-accordion li.accordion-group h3.accordion-heading.active .icon-plus-sign:before {
  float: right;
  content: '\f068';
  color: #fff;
  background: #f05c1f;
  padding: 3px 4px;
}
div.module ul.yt-accordion li.accordion-group h3.accordion-heading.active:before {
  background: #f05c1f;
}
div.module ul.yt-accordion li.accordion-group .accordion-inner {
  border-top: none;
  padding: 9px 0 0;
}
div.module ul.yt-accordion li.accordion-group .accordion-inner .menu_tags {
  list-style: square inside;
  margin: 0;
  color: #d7d7d5;
}
div.module ul.yt-accordion li.accordion-group .accordion-inner .menu_tags li:hover {
  color: #f05c1f;
}
div.module ul.yt-accordion li.accordion-group .accordion-inner .menu_tags li:hover a {
  color: #f05c1f;
}
div.module ul.yt-accordion li.accordion-group .accordion-inner .menu_tags li {
  line-height: 22px;
}
div.module ul.yt-accordion li.accordion-group .accordion-inner .menu_tags li a {
  color: #909090;
  font-size: 100%;
}
.registration {
  padding: 30px 15px;
}
div.module div.mod-languages li {
  margin: 0;
}

#bottom13 li a {
	border-radius: 0;
}

#bottom13 ul li.active a {
	color: #f05c1f;
}

#meganavigator li { background: none; }

#meganavigator li .menu-icon img { display: none; }
.phanmem .mega-content .mega-col { width: 49% !important; }
.dichvu .mega-content .mega-col { width: 33% !important; }
#breadcrumb div.module ul.breadcrumb li.active .divider { background: none; }
.testimonial-content .avatar { float: left; margin: 5px 5px 5px 0; border: 1px solid #DEDEDE !important; padding: 1px !important; }
.itemContent .introtext { display: none; }
#yt_component .itemContent { float: left;}
.item-page .img-fulltext.pull-left img { width: 200px; }

.module.menu-tintuc ul.menu li {
	border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
	width: 100%;
	float: left;
}

.module.menu-tintuc ul.menu li a {
    float: left;
    font-size: 14px;
    padding: 5px 0px 5px 25px;
    width: 100%;
	color: #000;
}

.module.menu-tintuc ul.menu li a:hover {
	color: #f98c00;
}

.module.menu-tintuc {
	margin-bottom: 0px;
}

.breadcrumb  h2 { font-size: 12px; margin:0; padding: 0; font-weight: normal;}
ul.related-items li.related-item {padding: 5px 0;}

.tp-simpleresponsive > ul > li { list-style: none; }
#keywords  ul { padding: 0; margin: 0; }
#keywords  li { display: inline-block; list-style: 0; }
#keywords { padding: 0 32px; }
#keywords h1, #keywords h2, #keywords h3, #keywords h4, #keywords h5, #keywords h6 { font-size: 14px; padding: 0; margin: 0; float: left; }
#keywords  li a:hover { color: #f05c1f; }
#keywords  li a { color: #999; font-weight: normal; font-size: 10px; }
#tab_products h3 span { font-size: 16px; font-weight: bold; text-transform: uppercase; color: #999; }
#tab_products .module { padding: 15px; position: relative;  }
.box_2 { margin-bottom: 10px; }

.panel-form { padding-top: 30px; }
.contact .subtitle { font-size: 16px; }
#jform_contact_email_copy { width: auto; }

#meganavigator li span.menu-title { cursor: pointer; }

#meganavigator div.megachild a.level2 span.menu-title { font-weight: bold;  }

.sj-listing-tabs .ltabs-items-container .ltabs-loadmore { position: absolute; right: 25px; top: -6px; }
.sj-listing-tabs .ltabs-wrap { }
#tab_products .module { padding: 0 15px; }
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image { padding: 20px; }
.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container { display: none; }
.related-items a h3 { font-size: 12px; }
#search { padding-left: 244px; color: #8f8f8f; }
#search .module { margin: 0; }
.homepage #search { padding-left: 230px !important; }