.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@keyframes move {
  10% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    bottom: 50px;
  }
  50% {
    opacity: 1;
    bottom: -3px;
  }
  70% {
    bottom: 10px;
  }
  100% {
    bottom: -3px;
  }
}
@-moz-keyframes move {
  10% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    bottom: 50px;
  }
  50% {
    opacity: 1;
    bottom: -3px;
  }
  70% {
    bottom: 10px;
  }
  100% {
    bottom: -3px;
  }
}
@-webkit-keyframes move {
  10% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    bottom: 50px;
  }
  50% {
    opacity: 1;
    bottom: -3px;
  }
  70% {
    bottom: 10px;
  }
  100% {
    bottom: -3px;
  }
}
.backtotop {
  background-color: #80b601;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 45px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: rgba(0,0,0,0.6);
}
.backtotop i {
  font-size: 24px;
  margin: 8px 0 0 0;
  color: #fff;
}
#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: 335px;
  top: 65px;
  right: -355px;
  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: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 5px 8px;
  color: #fff;
  margin: 1px -9px 8px 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -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;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group {
  border-color: #BCBCBC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading {
  border: 1px solid #BCBCBC;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F1F1F1));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -o-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: linear-gradient(to bottom,#FFFFFF,#F1F1F1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  margin: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 6px 10px;
  font-weight: bold;
  color: #555;
  font-size: 12px;
  text-shadow: 1px 1px 0 #EEEEEE;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle i {
  float: right;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading:hover {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#e0e0e0));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -o-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: linear-gradient(to bottom,#f5f5f5,#e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active {
  background-color: #8b8b8b;
  background-image: -moz-linear-gradient(top,#999,#777);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#777));
  background-image: -webkit-linear-gradient(top,#999,#777);
  background-image: -o-linear-gradient(top,#999,#777);
  background-image: linear-gradient(to bottom,#999,#777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff777777', GradientType=0);
  border-color: #777;
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.15) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle {
  color: #fff;
  text-shadow: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle i {
  color: #eee;
  text-shadow: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse {
  background: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner {
  border: none;
  padding: 8px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear {
  margin: 0 0 5px;
  padding: 10px 0 0;
  font-size: 100%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear span {
  color: #555;
  display: inline-block;
  background: #e6e6e6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 1px 15px;
  -webkit-box-shadow: 0 1px #CCCCCC inset;
  -moz-box-shadow: 0 1px #CCCCCC inset;
  box-shadow: 0 1px #CCCCCC inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.green {
  background-color: #71b400;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.blue {
  background-color: #01b9f5;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.orange {
  background-color: #ff6c00;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.red {
  background-color: #e51d1d;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.yellow {
  background-color: #ffd200;
}
#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 {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 0;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox:hover {
  border-color: #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox select {
  z-index: 10;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox .select-arrow {
  background: url(../images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 26px;
  top: 0;
  right: 0;
}
#cpanel_wrapper .cpanel-reset .btn {
  background-color: #727272;
  background-image: -moz-linear-gradient(top,#7a7a7a,#666666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7a7a7a),to(#666666));
  background-image: -webkit-linear-gradient(top,#7a7a7a,#666666);
  background-image: -o-linear-gradient(top,#7a7a7a,#666666);
  background-image: linear-gradient(to bottom,#7a7a7a,#666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a7a7a', endColorstr='#ff666666', GradientType=0);
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
}
.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;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #FF0000;
  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: 2000;
}
#yt_notice .yt-notice .module {
  background-color: #000000;
  color: #eee;
  -webkit-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 0;
  -moz-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 0;
  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 0;
}
#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: #FFFFFF;
  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 div.modcontent {
  padding: 0;
  background: none;
}
#yt_sticky_left {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 210px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 210px;
  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; */
  top: 0px;  
  width: 80px!important;  right: 45px;
}
#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: #FFFFFF;
  border-bottom: 1px solid #000000;
  background-color: #000000;
  -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;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #6FAF09;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 #619E0D, -1px 0 0 #619E0D inset;;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 #619E0D, -1px 0 0 #619E0D inset;;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 #619E0D, -1px 0 0 #619E0D inset;;
}
#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 .btn-special {
  left: auto;
  top: -36px;
  right: 0px;
  width: auto;
  height: 35px;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: #6bab13;
  color: #eee;
  border: 1px solid #619e0d;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
#yt_tool_bottom .module .btn-special span {
  line-height: 32px;
}
#yt_menuwrap {
  position: fixed;
  z-index: 1000;
  margin: 0 auto;
  background-color: #1e1e1e;
  background-image: -moz-linear-gradient(top,#222222,#181818);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#181818));
  background-image: -webkit-linear-gradient(top,#222222,#181818);
  background-image: -o-linear-gradient(top,#222222,#181818);
  background-image: linear-gradient(to bottom,#222222,#181818);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff181818', GradientType=0);
  width: 100%;
  top: 0;
}
#yt_menuwrap > div.yt-main {
  padding-bottom: 5px;
}
#yt_menuwrap:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  background: #c9c9c9;
  z-index: 5;
}
#yt_menuwrap #yt-mobilemenu {
  display: none;
}
#yt_logoposition {
  position: relative;
}
#yt_logoposition .logo {
  position: absolute;
  z-index: 10;
  width: 100%;
}
#yt_logoposition .logo a {
  display: inline-block;
  margin: 0 0 0 17px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.55);
  position: relative;
}
#yt_logoposition .logo a:after {
  border-color: #c9c9c9 transparent;
  border-style: solid;
  border-width: 17px 0 0 17px;
  bottom: 0;
  content: "";
  display: block;
  left: -17px;
  position: absolute;
  width: 0;
}
#yt_breadcrumb div.module {
  margin: 0;
}
#yt_breadcrumb div.module ul.breadcrumb {
  background: none;
  padding: 0 0 5px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#yt_breadcrumb div.module ul.breadcrumb li:first-child .divider {
  background: none;
  text-indent: 0;
  margin: 0 5px 0 0;
  padding: 0;
}
#yt_breadcrumb div.module ul.breadcrumb li .divider {
  background: url(../images/breadcrumb_separate.png) no-repeat left 90%;
  display: inline-block;
  margin: 0 8px;
  padding: 0 3px;
  text-indent: -999em;
}
#yt_breadcrumb div.module ul.breadcrumb li .divider .icon-home {
  font-size: 20px;
  color: #252525;
}
#yt_breadcrumb div.module ul.breadcrumb li a,
#yt_breadcrumb div.module ul.breadcrumb li span {
  color: #666;
  font-size: 116.7%;
  height: 16px;
  line-height: 20px;
}
#yt_breadcrumb div.module ul.breadcrumb li a:hover {
  color: #80b601;
}
#yt_slideshow {
  background: #FFF;
}
#content #yt_component {
  margin-bottom: 15px;
  min-height: 300px;
}
#content .no-minheight {
  min-height: 0;
}
#content .no-minheight #system-message {
  margin: 0;
}
#yt_spotlight {
  margin-bottom: 30px;
}
#yt_spotlight .row-fluid {
  margin: 0;
}
#yt_spotlight .row-fluid #position-a {
  background-color: #488a8e;
  background-image: -moz-linear-gradient(top,#6da5a8,#106267);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6da5a8),to(#106267));
  background-image: -webkit-linear-gradient(top,#6da5a8,#106267);
  background-image: -o-linear-gradient(top,#6da5a8,#106267);
  background-image: linear-gradient(to bottom,#6da5a8,#106267);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6da5a8', endColorstr='#ff106267', GradientType=0);
}
#yt_spotlight .row-fluid #position-b {
  background-color: #7ba043;
  background-image: -moz-linear-gradient(top,#9bb770,#4c7e00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9bb770),to(#4c7e00));
  background-image: -webkit-linear-gradient(top,#9bb770,#4c7e00);
  background-image: -o-linear-gradient(top,#9bb770,#4c7e00);
  background-image: linear-gradient(to bottom,#9bb770,#4c7e00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bb770', endColorstr='#ff4c7e00', GradientType=0);
}
#yt_spotlight .row-fluid #position-c {
  background-color: #89b990;
  background-image: -moz-linear-gradient(top,#9fc6a4,#69a572);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9fc6a4),to(#69a572));
  background-image: -webkit-linear-gradient(top,#9fc6a4,#69a572);
  background-image: -o-linear-gradient(top,#9fc6a4,#69a572);
  background-image: linear-gradient(to bottom,#9fc6a4,#69a572);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fc6a4', endColorstr='#ff69a572', GradientType=0);
}
#yt_spotlight .row-fluid #position-b:before,
#yt_spotlight .row-fluid #position-c:before {
  content: "";
  width: 27px;
  height: 48px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -24px;
  background: url("../images/sprites.png") no-repeat 0 0;
}
#yt_spotlight .row-fluid #position-c:before {
  background-position: 0 -50px;
}
#yt_spotlight .row-fluid .span4 {
  width: 33.33%;
}
#yt_spotlight .row-fluid > div {
  position: relative;
  margin: 0;
  color: #fff;
  border-left: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_spotlight .row-fluid > div:first-child {
  border-left: none;
}
#yt_spotlight .row-fluid > div h3.modtitle {
  color: #fff;
}
#yt_spotlight .row-fluid > div div.modcontent {
  padding: 15px 10px 15px 25px;
}
#yt_spotlight2 {
  position: relative;
}
#yt_spotlight2:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c9c9c9;
}
#yt_spotlight5 {
  position: relative;
}
#yt_spotlight5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #c9c9c9;
}
#yt_spotlight6 {
  background: #191919;
  border-bottom: 1px solid #3B3B3B;
  overflow: hidden;
}
#yt_spotlight7 {
  background: url(../images/bg_contact.png);
}
#yt_footer {
  color: #ffffff;
  padding: 15px 0;
}
#yt_footer #yt_copyrightposition {
  text-align: center;
  padding: 5px 0;
}
#yt_footer #yt_copyrightposition a:hover {
  color: #fff;
}
.block .container {
  opacity: 0.2;
  -webkit-animation: fadeIn 2000ms ease both;
  -webkit-animation-play-state: paused;
  -moz-animation: fadeIn 2000ms ease both;
  -moz-animation-play-state: paused;
  -o-animation: fadeIn 2000ms ease both;
  -o-animation-play-state: paused;
  animation: fadeIn 2000ms ease both;
  animation-play-state: paused;
}
.block.loaded .container {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
#yt_slideshow.block .container,
#yt_menuwrap.block .container,
#yt_footer.block .container {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
body {
  line-height: 18px;
}
a {
  color: #80b601;
  -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: #92cf01;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.btn:focus {
  outline: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
}
div.tooltip.fade {
  background: transparent;
  border: 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 {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul ul {
  list-style: disc;
}
ul.blank {
  list-style: none;
  margin: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #80b601;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #80b601;
}
select {
  padding: 5px 6px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #bbfe1f;
}
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 {
  outline: 0 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 5000%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 4px 6px;
  border-color: #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: #80b601;
  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);
}
.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%;
}
legend {
  border-bottom: 1px solid #ccc;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.input-append .add-on i {
  margin: 0 !important;
}
.tooltip {
  background: none;
  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: #3A87AD;
  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: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #666;
  border-bottom: 3px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-top: 1px solid #ddd;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.pagination {
  height: auto;
  margin: 20px 0 10px;
}
.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 {
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #d9e2e7;
  color: #666;
  background: #f4f3f3;
  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 {
  font-weight: bold;
}
.pagination ul li a:hover {
  border: 1px solid #690;
}
.pagination ul li.active {
  border: 1px solid #690;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
div.categories-list > div {
  margin-bottom: 2em;
}
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 .badge {
  vertical-align: 3px;
  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;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
  overflow: hidden;
}
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;
}
.blog .heading-category {
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.blog .items-leading {
  overflow: hidden;
  padding: 0 0 5px;
  border-bottom: 1px dotted #d3d3d3;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 20px 0;
  overflow: hidden;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog .items-leading .item .item-image.pull-left {
  margin-right: 1.5em;
}
.blog .items-leading .item .item-image.pull-right {
  margin-left: 1.5em;
}
.blog .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(102,102,102,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: #80b601;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  border: 1px solid #92cf01;
  -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);
}
.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: #99da01;
}
.blog .items-leading .item .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .page-header h2 {
  font-size: 141.7%;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.blog .items-leading .item .page-header h2 a {
  color: #80b601;
}
.blog .items-leading .item .page-header h2 a:hover {
  color: #666;
}
.blog .items-leading .item .article-info {
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog .items-leading .item .article-info dl.article-info {
  margin: 0;
}
.blog .items-leading .item .article-info dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #909090;
  float: none;
}
.blog .items-leading .item .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
.blog .items-leading .item > p {
  display: inline;
}
.blog .items-leading .item ul.actions {
  list-style: none;
  margin: 0 -8px;
  float: right;
}
.blog .items-leading .item ul.actions li {
  display: inline-block;
  margin: 0 3px;
}
.blog .items-leading .item ul.actions li.edit-icon a img {
  display: block;
}
.blog .items-leading .item ul.actions li a {
  font-size: 0;
  color: #888888;
}
.blog .items-leading .item ul.actions li a img {
  display: none;
}
.blog .items-leading .item ul.actions li a:hover {
  color: #80b601;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog .items-leading .item.span3 .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading .leading-0 {
  padding-top: 0;
}
.blog .items-row {
  border-top: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.blog .items-row.cols-3,
.blog .items-row.cols-4,
.blog .items-row.row-0 {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog .items-row.row-0 .item {
  padding-top: 0;
}
.blog .items-row .item {
  padding: 20px 0;
  overflow: hidden;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog .items-row .item .item-image.pull-left {
  margin-right: 1.5em;
}
.blog .items-row .item .item-image.pull-right {
  margin-left: 1.5em;
}
.blog .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(102,102,102,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: #80b601;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  border: 1px solid #92cf01;
  -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);
}
.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: #99da01;
}
.blog .items-row .item .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .page-header h2 {
  font-size: 141.7%;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.blog .items-row .item .page-header h2 a {
  color: #80b601;
}
.blog .items-row .item .page-header h2 a:hover {
  color: #666;
}
.blog .items-row .item .article-info {
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog .items-row .item .article-info dl.article-info {
  margin: 0;
}
.blog .items-row .item .article-info dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #909090;
  float: none;
}
.blog .items-row .item .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
.blog .items-row .item > p {
  display: inline;
}
.blog .items-row .item ul.actions {
  list-style: none;
  margin: 0 -8px;
  float: right;
}
.blog .items-row .item ul.actions li {
  display: inline-block;
  margin: 0 3px;
}
.blog .items-row .item ul.actions li.edit-icon a img {
  display: block;
}
.blog .items-row .item ul.actions li a {
  font-size: 0;
  color: #888888;
}
.blog .items-row .item ul.actions li a img {
  display: none;
}
.blog .items-row .item ul.actions li a:hover {
  color: #80b601;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog .items-row .item.span3 .item-headinfo ul.actions {
  display: none;
}
.item-page .page-header h2 {
  color: #686868;
  font-size: 20px;
  font-weight: normal;
  font-family: Archivo Narrow, serif !important;
}
.blog-featured .items-leading.cols-2,
.blog-featured .items-leading.cols-3,
.blog-featured .items-leading.cols-4 {
  border-bottom: none;
  box-shadow: none;
}
.blog-featured .items-leading .item {
  padding: 20px 0;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.blog-featured .items-leading .item .item-image {
  /* background: url(../images/loading.gif) no-repeat center center #E6E6E6; */
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog-featured .items-leading .item .item-image.pull-left {
  margin-right: 1.5em;
}
.blog-featured .items-leading .item .item-image.pull-right {
  margin-left: 1.5em;
}
.blog-featured .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(102,102,102,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: #80b601;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  border: 1px solid #92cf01;
  -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);
}
.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: #99da01;
}
.blog-featured .items-leading .item .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .page-header h2 {
  font-size: 141.7%;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.blog-featured .items-leading .item .page-header h2 a {
  color: #80b601;
}
.blog-featured .items-leading .item .page-header h2 a:hover {
  color: #666;
}
.blog-featured .items-leading .item .article-info {
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog-featured .items-leading .item .article-info dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-info dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #909090;
  float: none;
}
.blog-featured .items-leading .item .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
.blog-featured .items-leading .item > p {
  display: inline;
}
.blog-featured .items-leading .item ul.actions {
  list-style: none;
  margin: 0 -8px;
  float: right;
}
.blog-featured .items-leading .item ul.actions li {
  display: inline-block;
  margin: 0 3px;
}
.blog-featured .items-leading .item ul.actions li.edit-icon a img {
  display: block;
}
.blog-featured .items-leading .item ul.actions li a {
  font-size: 0;
  color: #888888;
}
.blog-featured .items-leading .item ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item ul.actions li a:hover {
  color: #80b601;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog-featured .items-leading .item.span3 .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading .item .article-info {
  margin-bottom: 2em;
}
.blog-featured .items-leading .item.leading-0 {
  padding-top: 0;
}
.blog-featured .items-row {
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.blog-featured .items-row .item {
  padding: 20px 0;
  overflow: hidden;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
}
.blog-featured .items-row .item .item-image.pull-left {
  margin-right: 1.5em;
}
.blog-featured .items-row .item .item-image.pull-right {
  margin-left: 1.5em;
}
.blog-featured .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(102,102,102,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: #80b601;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  border: 1px solid #92cf01;
  -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);
}
.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: #99da01;
}
.blog-featured .items-row .item .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .page-header h2 {
  font-size: 141.7%;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.blog-featured .items-row .item .page-header h2 a {
  color: #80b601;
}
.blog-featured .items-row .item .page-header h2 a:hover {
  color: #666;
}
.blog-featured .items-row .item .article-info {
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.blog-featured .items-row .item .article-info dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-info dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #909090;
  float: none;
}
.blog-featured .items-row .item .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
.blog-featured .items-row .item > p {
  display: inline;
}
.blog-featured .items-row .item ul.actions {
  list-style: none;
  margin: 0 -8px;
  float: right;
}
.blog-featured .items-row .item ul.actions li {
  display: inline-block;
  margin: 0 3px;
}
.blog-featured .items-row .item ul.actions li.edit-icon a img {
  display: block;
}
.blog-featured .items-row .item ul.actions li a {
  font-size: 0;
  color: #888888;
}
.blog-featured .items-row .item ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item ul.actions li a:hover {
  color: #80b601;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: 126px !important;
}
.blog-featured .items-row .item.span3 .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading + .items-row .item {
  padding-top: 20px;
}
.homepage .blog-featured {
  margin-top: 20px;
}
.homepage .blog-featured .items-leading .item {
  padding-bottom: 0;
}
.homepage .blog-featured .items-leading .page-header {
  text-align: center;
}
.homepage .blog-featured .items-leading .page-header h2 {
  font-size: 35px;
  color: #80b601;
  font-weight: bold;
  margin: -10px 0 20px;
  padding: 25px 0 20px 80px;
  background: url(../images/pinwheel.png) no-repeat 0 center;
  display: inline-block;
}
.homepage .blog-featured .items-leading .item-image {
  margin-bottom: 20px;
  background-color: transparent;
}
.homepage .blog-featured .items-leading .item .item-headinfo {
  display: none;
}
.homepage hr {
  border-color: #BDBDBD transparent #FFFFFF;
  border-style: dashed none;
}
.homepage .slogan {
  font-size: 22px;
  margin-bottom: 18px;
  margin-top: 10px;
}
.homepage .slogan span {
  color: #242424;
  font-size: 30px;
  font-weight: bold;
}
.item-rotate {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
}
.item-rotate:hover .logo-item {
  -ms-transform: rotate3d(0,1,0,180deg);
  -webkit-transform: rotate3d(0,1,0,180deg);
  transform: rotate3d(0,1,0,180deg);
}
.item-rotate:hover .logo-item.style2 {
  -ms-transform: rotate3d(0,1,0,0deg);
  -webkit-transform: rotate3d(0,1,0,0deg);
  transform: rotate3d(0,1,0,0deg);
}
.logo-item {
  display: inline-block;
  border: 10px solid #242424;
  border-radius: 100px;
  margin: 0;
  padding: 6px;
  -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;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.logo-item.style2 {
  -ms-transform: rotate3d(0,1,0,-180deg);
  -webkit-transform: rotate3d(0,1,0,-180deg);
  transform: rotate3d(0,1,0,-180deg);
  border: 10px solid #80b601;
  position: absolute;
  left: 0;
  top: 0;
}
.logo-item span {
  background: #242424;
  border-radius: 100px;
  color: #FFFFFF;
  display: table-cell;
  font-size: 24px;
  font-weight: bold;
  height: 125px;
  line-height: 120%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-transform: none;
  transition: all 0.5s ease-in-out 0s;
  vertical-align: middle;
  width: 125px;
}
.logo-item.style2 span {
  background: #80b601;
}
.blog-featured .yt-grid {
  text-align: center;
}
.item-page .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.item-page .page-header h2 {
  font-size: 141.7%;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.item-page .page-header h2 a {
  color: #80b601;
}
.item-page .page-header h2 a:hover {
  color: #666;
}
.item-page .page-header h2 {
  font-size: 180%;
  font-weight: normal;
}
.item-page .article-info {
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin-bottom: 0;
}
.item-page .article-info dl.article-info {
  margin: 0;
}
.item-page .article-info dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #909090;
  float: none;
}
.item-page .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
.item-page .article-info dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
.item-page .article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(102,102,102,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: #80b601;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  border: 1px solid #92cf01;
  -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 ul.actions {
  list-style: none;
  margin: 5px -8px;
  float: right;
}
.item-page ul.actions li {
  display: inline-block;
  margin: 0 3px;
}
.item-page ul.actions li.edit-icon a img {
  display: block;
}
.item-page ul.actions li a {
  color: #888888;
}
.item-page ul.actions li a img {
  display: none;
}
.item-page ul.actions li a:hover {
  color: #80b601;
}
.item-page div.related-items-title {
  text-transform: uppercase;
  margin-top: 2em;
}
.item-page .img-fulltext {
  position: relative;
  margin-bottom: 1em;
  display: inline-block;
  max-width: 98%;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.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 .to-align {
  text-align: center;
}
.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;
}
ul.related-items li h3.related-item-title {
  font-size: 115%;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
.category-list h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.category-list .cat-items .display-limit select {
  width: auto;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px solid #ddd;
  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: 110%;
}
div.archive #archive-items > div dl.article-info {
  color: #909090;
  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: 50px 0 20px;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0;
}
.pagination ul li a,
.pagination ul li span {
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #80b601;
  color: #80b601;
  background: #fff;
  border-radius: 0 !important;
  font-size: 12px;
}
.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:hover {
  border: 1px solid #80b601;
  background: #80b601;
  color: #fff;
}
.pagination ul li a:hover span {
  background: transparent;
  color: #fff;
}
.pagination ul li span.active {
  border: 1px solid #80b601;
  background: #80b601;
}
.pagination ul li span.active span {
  background: transparent;
  color: #fff;
}
.contentpane {
  margin: 1em;
  font-size: 12px;
  font-family: 'arial';
  color: #777;
  padding: 0;
}
.contentpane .item-page .article-info {
  margin-bottom: 25px;
}
.contentpane .item-page .article-info dl.article-info {
  border-bottom: 1px dashed #c0c0c0;
  margin: 5px 0;
  padding-bottom: 5px;
}
.contentpane .item-page .page-header h2 {
  font-family: Archivo Narrow, serif !important;
}
.contentpane .item-page ul.actions {
  height: 14px;
}
.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;
  max-width: 98%;
}
.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.02766%;
  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%;
}
.contentpane.rtl .row-fluid [class*="span"] {
  margin-right: 2.02766%;
  margin-left: 0;
  float: right;
}
.contentpane.rtl .row-fluid [class*="span"]:first-child {
  margin-right: 0;
}
dl.tabs {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1.5em 0 0;
  padding: 0 10px;
  *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: #80b601;
}
dl.tabs dt h3 {
  background: #ddd;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 116.7%;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 0 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 0 1px rgba(0,0,0,0.1);
  box-shadow: 1px 0 1px rgba(0,0,0,0.1);
}
dl.tabs dt h3 a {
  color: #808080;
}
dl.tabs + .current {
  background: #fff;
  padding: 15px;
}
dd.tabs {
  margin: 0;
}
.tags {
  display: inline-block;
  margin: 0 0 20px;
}
.tags i {
  font-size: 15px;
  margin: 0;
}
.tags a.label-info {
  background: none repeat scroll 0 0 #d0d0d0;
  color: #686868;
  display: inline-block;
  font-size: 89%;
  font-weight: normal;
  text-shadow: none;
}
.tags a.label-info:hover {
  background: #80b601;
}
.tag-category .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.tag-category .item-image.pull-left {
  margin-right: 1.5em;
}
.tag-category .item-image.pull-right {
  margin-left: 1.5em;
}
.tag-category .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(102,102,102,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;
}
.tag-category .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.tag-category .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  background: #80b601;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tag-category .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;
}
.tag-category .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;
}
.tag-category .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
.tag-category .item-image:hover .item-headinfo {
  bottom: -35px;
}
.tag-category .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tag-category .item-image:hover .image-overlay .hover-links a.hover-zoom,
.tag-category .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);
}
.tag-category .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.tag-category .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  background: #99da01;
}
.tag-category .page-header {
  margin: 0;
  border: none;
  padding: 0;
}
.tag-category .item p {
  display: inline;
}
.tag-category .element-invisible {
  display: none;
}
.tag-category ul.thumbnails > li {
  margin: 0px !important;
}
.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;
  overflow: hidden;
}
.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 #ddd;
}
.finder #search-results ul.list-striped li .result-url {
  color: #909090;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
.categories-list a.btn-mini {
  display: inline-block;
  float: none;
  margin: 0 5px;
}
.categories-list a.btn-mini .icon-plus {
  margin: 0;
}
.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 {
  font-weight: bold;
  font-size: 120%;
}
.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;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.view-login #content #yt_component {
  background: url(../images/user-login.png) no-repeat center 20px;
}
.view-login .wrap-login {
  max-width: 530px;
  margin: 17em auto 5em;
  padding: 1em 1.5em 2em;
  background: #242424;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.view-login .wrap-login .page-header {
  margin: -13px -19px 15px -20px;
  padding: 10px 25px;
  border-bottom: none;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #7cb101;
  background-image: -moz-linear-gradient(top,#92cf01,#5c8301);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#92cf01),to(#5c8301));
  background-image: -webkit-linear-gradient(top,#92cf01,#5c8301);
  background-image: -o-linear-gradient(top,#92cf01,#5c8301);
  background-image: linear-gradient(to bottom,#92cf01,#5c8301);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91cf01', endColorstr='#ff5c8300', GradientType=0);
}
.view-login .wrap-login .page-header:before {
  content: "";
  float: left;
  height: 13px;
  width: 13px;
  border-radius: 14px;
  margin: 7px 8px 0 -10px;
  background: white;
  background-color: #679201;
  background-image: -moz-linear-gradient(top,#4a6a01,#92cf01);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4a6a01),to(#92cf01));
  background-image: -webkit-linear-gradient(top,#4a6a01,#92cf01);
  background-image: -o-linear-gradient(top,#4a6a01,#92cf01);
  background-image: linear-gradient(to bottom,#4a6a01,#92cf01);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a6900', endColorstr='#ff91cf01', GradientType=0);
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.view-login .wrap-login .login-description {
  width: 92%;
  background: #858585;
  padding: 7px 20px;
  margin: 10px 0 5px -32px;
  color: #fff;
  position: relative;
}
.view-login .wrap-login .login-description:before {
  content: "";
  border-width: 4px 6px;
  border-color: #4C4C4C #4C4C4C transparent transparent;
  border-style: solid;
  position: absolute;
  left: 1px;
  bottom: -8px;
}
.view-login .wrap-login .form-horizontal {
  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;
  display: inline-block;
  padding: 0;
  color: #ccc;
}
.view-login .wrap-login .form-horizontal input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
.view-login .wrap-login .form-horizontal .controls input {
  width: 190px;
  border: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding: 5px;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#fff,#ddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ddd));
  background-image: -webkit-linear-gradient(top,#fff,#ddd);
  background-image: -o-linear-gradient(top,#fff,#ddd);
  background-image: linear-gradient(to bottom,#fff,#ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
}
.view-login .wrap-login .form-horizontal .controls {
  margin: 0;
}
.view-login .wrap-login .form-horizontal .controls .add-on {
  background: #ababab;
  border: none;
  padding: 5px 8px;
}
.view-login .wrap-login .form-horizontal .controls .add-on i {
  margin: 0;
  font-size: 15px;
  color: #efefef;
}
.view-login .wrap-login .form-horizontal .controls .button {
  width: 120px;
  padding: 5px 1px;
  float: right;
  font-weight: bold;
  line-height: 23px;
  margin: 0 15px;
  border: 1px solid #151e00;
  -webkit-box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.view-login .wrap-login .form-horizontal .controls .button i {
  font-size: 13px;
  width: 22px;
  height: 22px;
  line-height: 24px;
  float: right;
  background: #679201;
  color: #fff;
  border-radius: 25px;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.view-login .wrap-login .form-horizontal .controls .button:hover {
  background-color: #79ac01;
  background-image: -moz-linear-gradient(top,#5c8301,#a4e901);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5c8301),to(#a4e901));
  background-image: -webkit-linear-gradient(top,#5c8301,#a4e901);
  background-image: -o-linear-gradient(top,#5c8301,#a4e901);
  background-image: linear-gradient(to bottom,#5c8301,#a4e901);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c8300', endColorstr='#ffa3e801', GradientType=0);
}
.view-login .wrap-login .form-horizontal .controls .btn-send {
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 -1px 1px #444444;
  padding: 0 5px 0 0;
  margin-left: 140px;
}
.view-login .wrap-login .form-horizontal .controls .btn-send button {
  border: none;
  box-shadow: none;
  background: none;
  text-shadow: 0 -1px 1px #444444;
  font-size: 16px;
  font-weight: normal;
  line-height: 45px;
  padding: 0;
}
.view-login .wrap-login .other-link {
  overflow: hidden;
  margin: 8px -18px -23px;
  background: #0d0d0d;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 5px 10px;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.view-login .wrap-login .other-link ul.yt-list li {
  padding: 2px 5px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
  font-size: 12px;
  color: #80b601;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #fff;
}
.view-registration #content #yt_component {
  background: url(../images/user-login.png) no-repeat center 20px;
}
.view-registration .registration {
  max-width: 530px;
  margin: 17em auto 5em;
  padding: 1em 1.5em 2em;
  background: #242424;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.view-registration .registration .page-header {
  margin: -13px -19px 15px -20px;
  padding: 10px 25px;
  border-bottom: none;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #7cb101;
  background-image: -moz-linear-gradient(top,#92cf01,#5c8301);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#92cf01),to(#5c8301));
  background-image: -webkit-linear-gradient(top,#92cf01,#5c8301);
  background-image: -o-linear-gradient(top,#92cf01,#5c8301);
  background-image: linear-gradient(to bottom,#92cf01,#5c8301);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91cf01', endColorstr='#ff5c8300', GradientType=0);
}
.view-registration .registration .page-header:before {
  content: "";
  float: left;
  height: 13px;
  width: 13px;
  border-radius: 14px;
  margin: 7px 8px 0 -10px;
  background: white;
  background-color: #679201;
  background-image: -moz-linear-gradient(top,#4a6a01,#92cf01);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4a6a01),to(#92cf01));
  background-image: -webkit-linear-gradient(top,#4a6a01,#92cf01);
  background-image: -o-linear-gradient(top,#4a6a01,#92cf01);
  background-image: linear-gradient(to bottom,#4a6a01,#92cf01);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a6900', endColorstr='#ff91cf01', GradientType=0);
}
.view-registration .registration .page-header h1 {
  margin: 0;
  color: #fff;
  font-weight: normal;
}
.view-registration .registration .login-description {
  width: 92%;
  background: #858585;
  padding: 7px 20px;
  margin: 10px 0 5px -32px;
  color: #fff;
  position: relative;
}
.view-registration .registration .login-description:before {
  content: "";
  border-width: 4px 6px;
  border-color: #4C4C4C #4C4C4C transparent transparent;
  border-style: solid;
  position: absolute;
  left: 1px;
  bottom: -8px;
}
.view-registration .registration .form-horizontal {
  margin: 0;
}
.view-registration .registration .form-horizontal .control-group {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.view-registration .registration .form-horizontal .control-label {
  float: none;
  display: inline-block;
  padding: 0;
  color: #ccc;
}
.view-registration .registration .form-horizontal input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0 0;
}
.view-registration .registration .form-horizontal .controls input {
  width: 190px;
  border: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding: 5px;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#fff,#ddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ddd));
  background-image: -webkit-linear-gradient(top,#fff,#ddd);
  background-image: -o-linear-gradient(top,#fff,#ddd);
  background-image: linear-gradient(to bottom,#fff,#ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
}
.view-registration .registration .form-horizontal .controls {
  margin: 0;
}
.view-registration .registration .form-horizontal .controls .add-on {
  background: #ababab;
  border: none;
  padding: 5px 8px;
}
.view-registration .registration .form-horizontal .controls .add-on i {
  margin: 0;
  font-size: 15px;
  color: #efefef;
}
.view-registration .registration .form-horizontal .controls .button {
  width: 120px;
  padding: 5px 1px;
  float: right;
  font-weight: bold;
  line-height: 23px;
  margin: 0 15px;
  border: 1px solid #151e00;
  -webkit-box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.view-registration .registration .form-horizontal .controls .button i {
  font-size: 13px;
  width: 22px;
  height: 22px;
  line-height: 24px;
  float: right;
  background: #679201;
  color: #fff;
  border-radius: 25px;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.view-registration .registration .form-horizontal .controls .button:hover {
  background-color: #79ac01;
  background-image: -moz-linear-gradient(top,#5c8301,#a4e901);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5c8301),to(#a4e901));
  background-image: -webkit-linear-gradient(top,#5c8301,#a4e901);
  background-image: -o-linear-gradient(top,#5c8301,#a4e901);
  background-image: linear-gradient(to bottom,#5c8301,#a4e901);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c8300', endColorstr='#ffa3e801', GradientType=0);
}
.view-registration .registration .form-horizontal .controls .btn-send {
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 -1px 1px #444444;
  padding: 0 5px 0 0;
  margin-left: 140px;
}
.view-registration .registration .form-horizontal .controls .btn-send button {
  border: none;
  box-shadow: none;
  background: none;
  text-shadow: 0 -1px 1px #444444;
  font-size: 16px;
  font-weight: normal;
  line-height: 45px;
  padding: 0;
}
.view-registration .registration .other-link {
  overflow: hidden;
  margin: 8px -18px -23px;
  background: #0d0d0d;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 5px 10px;
}
.view-registration .registration .other-link ul.yt-list {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.view-registration .registration .other-link ul.yt-list li {
  padding: 2px 5px;
}
.view-registration .registration .other-link ul.yt-list li a {
  font-size: 12px;
  color: #80b601;
}
.view-registration .registration .other-link ul.yt-list li a:hover {
  color: #fff;
}
.view-registration .registration .page-header {
  margin-bottom: 0;
}
.view-registration .registration .form-horizontal {
  margin: 0;
}
.view-registration .registration .form-horizontal .control-group {
  float: none;
  width: auto;
}
.view-registration .registration .form-horizontal .control-label {
  float: left;
}
.view-registration .registration .form-horizontal .controls input {
  width: 250px;
  border-radius: 3px;
}
.view-registration .registration #member-registration fieldset + div {
  margin-left: 140px;
}
.view-registration .registration .button {
  width: 120px;
  padding: 5px 1px;
  float: right;
  font-weight: bold;
  line-height: 23px;
  margin: 0 15px;
  border: 1px solid #151e00;
  -webkit-box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  -moz-box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  box-shadow: -1px -1px 0 rgba(255,255,255,0.3) inset;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  float: none;
  text-align: center;
  margin-left: 0;
  margin-bottom: 10px;
}
.view-registration .registration .button i {
  font-size: 13px;
  width: 22px;
  height: 22px;
  line-height: 24px;
  float: right;
  background: #679201;
  color: #fff;
  border-radius: 25px;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.view-registration .registration .button:hover {
  background-color: #79ac01;
  background-image: -moz-linear-gradient(top,#5c8301,#a4e901);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5c8301),to(#a4e901));
  background-image: -webkit-linear-gradient(top,#5c8301,#a4e901);
  background-image: -o-linear-gradient(top,#5c8301,#a4e901);
  background-image: linear-gradient(to bottom,#5c8301,#a4e901);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c8300', endColorstr='#ffa3e801', GradientType=0);
}
.view-registration .registration .btn-send {
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 -1px 1px #444444;
  padding: 0 5px 0 0;
}
.view-registration .registration .btn-send button {
  border: none;
  box-shadow: none;
  background: none;
  text-shadow: 0 -1px 1px #444444;
  font-size: 16px;
  font-weight: normal;
  line-height: 45px;
  padding: 0;
}
.view-registration .registration a.btn-send {
  margin-left: 65px;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
div.contact h3.jicons-text {
  font-size: 120%;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #909090;
  background: transparent;
}
div.contact .contact-image {
  width: 45%;
  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-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
.suffix strong {
  color: #666;
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.module.blank {
  margin-bottom: 0;
}
.module.blank div.modcontent {
  padding: 0;
}
.module.box-black {
  background: #272727;
  border: 1px solid #7a7a7a;
  padding: 10px;
}
.module.box-black h3.modtitle {
  font-size: 116.7%;
  border-bottom: 1px dashed #7a7a7a;
  margin: -10px -10px 0 !important;
  padding: 8px 10px;
}
.module.box-black h3.modtitle:before {
  display: none;
}
.module.title-blank h3.modtitle:before {
  background: url("../images/sprites.png") no-repeat -50px -249px;
  margin-left: 0;
}
h3.title {
  font-size: 166.7%;
  line-height: 30px;
  font-weight: normal;
  margin: 45px 0 0;
}
.modtitle {
  line-height: 20px;
  font-size: 18px;
  color: #f5f5f5;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: #1f1f1f;
  background-image: -moz-linear-gradient(top,#343434,#000000);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#343434),to(#000000));
  background-image: -webkit-linear-gradient(top,#343434,#000000);
  background-image: -o-linear-gradient(top,#343434,#000000);
  background-image: linear-gradient(to bottom,#343434,#000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff000000', GradientType=0);
}
.modtitle:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #80b601;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-box-shadow: 0px 5px 4px rgba(29,29,29,0.5);
  -moz-box-shadow: 0px 5px 4px rgba(29,29,29,0.5);
  box-shadow: 0px 5px 4px rgba(29,29,29,0.5);
  z-index: 10;
}
div.modcontent {
  padding: 5px;
  background: rgba(37, 37, 37, 0.47);
  color: #FFFFFF;
  font-size: 16px;
}
div.modcontent > *:first-child {
  margin-bottom: 0;
}
div.border1 .modtitle,
div.border2 .modtitle {
  margin: 0;
}
div.border1 .modtitle:after,
div.border2 .modtitle:after {
  display: none;
}
div.border1 .modcontent,
div.border2 .modcontent {
  border: 5px solid #80b601;
}
div.border2 .modcontent {
  border: 5px solid #939393;
}
div.border3 .modtitle {
  margin: 0 0 15px;
}
div.border3 .modtitle:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.border3 .modcontent {
  padding-bottom: 20px;
}
div[class*="bg-title"] .modtitle {
  background: #80b601;
}
div.bg-title2 .modtitle {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
div._menu .modcontent {
  padding: 25px 10px 15px;
}
div._menu .modcontent ul.menu {
  margin: 0;
}
div._menu .modcontent ul.menu > li {
  padding-bottom: 0;
  border-bottom: 1px dashed #494848;
}
div._menu .modcontent ul.menu > li > a {
  position: relative;
  margin-left: 20px;
  color: #c8c8c8;
  font-size: 15px;
  padding: 7px 0;
  display: block;
  background: transparent;
}
div._menu .modcontent ul.menu > li > a:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #c9c9c9;
  position: absolute;
  left: -20px;
  top: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div._menu .modcontent ul.menu > li.active > a,
div._menu .modcontent ul.menu > li:hover > a {
  color: #80b601;
}
div._menu .modcontent ul.menu > li.active > a:before,
div._menu .modcontent ul.menu > li:hover > a:before {
  background: #80b601;
}
div._menu .modcontent ul.menu > li.deeper {
  padding-bottom: 25px;
}
div._menu .modcontent ul.menu > li > ul li.active,
div._menu .modcontent ul.menu > li > ul li:hover {
  background: #303030;
}
div._menu .modcontent ul.menu > li > ul li.active > a,
div._menu .modcontent ul.menu > li > ul li:hover > a {
  color: #80b601;
}
div._menu .modcontent ul.menu > li > ul li a {
  color: #c8c8c8;
  margin: 0 0 1px 40px;
  padding: 2px 0;
  display: block;
}
div._menu .modcontent ul.menu > li > ul li a:before {
  content: "+";
  margin-right: 7px;
}
.module.blank .modtitle {
  color: #686868;
  background: none;
  margin: 0;
}
.module.blank .modtitle:after {
  display: none;
}
.module.blank div.modcontent {
  background: none;
  padding: 0;
  color: #686868;
}
#breadcrumb div.modcontent {
  padding: 0;
  background: #e0e0e0;
}
#breadcrumb .breadcrumb {
  background-color: #e0e0e0;
  padding: 10px 15px;
}
#breadcrumb .icon-home:before {
  color: #80b601;
}
#breadcrumb ul.breadcrumb li {
  font-size: 14px;
  color: #686868;
}
#breadcrumb ul.breadcrumb li a {
  display: inline-block;
  direction: ltr;
  color: #686868;
}
#breadcrumb ul.breadcrumb li a:hover {
  color: #80b601;
}
#breadcrumb ul.breadcrumb li span {
  display: inline-block;
  direction: ltr;
}
#breadcrumb ul.breadcrumb li .divider {
  padding: 0 3px;
  line-height: 150%;
}
#breadcrumb ul.breadcrumb li [class*="icon-"] {
  margin: 0;
}
#breadcrumb ul.breadcrumb li .icon-home {
  margin-right: 5px;
}
#breadcrumb ul.breadcrumb li .icon-caret-right:before {
  color: #909090;
  font-size: 17px;
  vertical-align: -1px;
  margin: 0;
}
div.sj-basic-news {
  margin: 0;
}
div.sj-basic-news .bs-items .bs-content a {
  color: #80b601;
}
div.sj-basic-news .bs-items .bs-content a:hover {
  color: #80b601;
}
div.sj-basic-news .bs-items .bs-item.bs-show-line {
  border-bottom: 1px dashed #494848;
  margin-bottom: 20px;
}
div.sj-basic-news .bs-items .bs-item.last-item {
  margin-bottom: 0;
}
div.sj-basic-news .bs-readmore {
  display: inline-block;
}
div.sj-basic-news .bs-items .bs-item .bs-image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-basic-news .bs-items .bs-image {
  float: left;
  margin-right: 10px;
}
div.sj-basic-news .bs-items .bs-image a {
  margin: 4px 0 0;
  position: relative;
  display: block;
}
div.sj-basic-news .bs-items .bs-image a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #80b601;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.sj-basic-news .bs-items .bs-image a:hover:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
div.sj-basic-news .bs-description {
  margin: 0 0 20px;
}
div.sj-basic-news .bs-readmore {
  font-size: 11px;
  font-family: 'arial';
}
div.news1 div.modcontent {
  padding-top: 20px;
}
div.news1 .sj-basic-news .bs-items .bs-item.bs-show-line.last {
  border-bottom: 1px dashed #494848;
  margin-bottom: 20px;
}
div.news1 .bs-cat-date {
  display: inline-block;
  height: 35px;
  line-height: 15px;
  padding: 22px 30px 7px 5px;
  text-align: center;
  text-transform: lowercase;
  width: 30px;
  float: left;
  margin: 0 10px 10px 0;
  background: url("../images/calendar.png") no-repeat;
}
div.news2 div.modcontent {
  padding-top: 20px;
}
div.news2 .sj-basic-news .bs-items .bs-item.bs-show-line.last {
  border-bottom: 1px dashed #494848;
  margin-bottom: 20px;
}
div.news3 div.modcontent {
  padding-top: 20px;
  padding-bottom: 9px;
}
div.news3 div.modcontent .bs-item.last .bs-description {
  margin-bottom: 5px;
}
div.news3 .bs-cat-date {
  background: url("../images/time.png") no-repeat 0 1px;
  padding: 0 0 0 25px;
  margin: 3px 0;
}
div.news3 .bs-items .bs-item.bs-show-line.last {
  margin-bottom: 0;
}
div.module[class*="_icon"] .modtitle:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: -7px;
  left: 10px;
  background: url("../images/badge-icons.png") no-repeat;
}
div.module._icon2 .modtitle:before {
  background-position: -50px 0;
}
div.module._icon3 .modtitle:before {
  background-position: -100px 0;
}
div.module[class*="badge-"] .modtitle {
  text-align: left;
}
div.module[class*="badge-"] .modtitle [class*="badge"] {
  border-radius: 0;
  display: inline-block;
  float: right;
  height: 14px;
  margin: 4px 0 4px 5px;
  padding: 0;
  vertical-align: middle;
  width: 29px;
  background: url("../images/badge-icons.png") no-repeat 0 -50px;
}
div.module.badge-cool .modtitle [class*="badge"] {
  width: 28px;
  background-position: -50px -50px;
}
div.module.badge-hot .modtitle [class*="badge"] {
  width: 36px;
  height: 18px;
  margin: 3px 0 3px 5px;
  background-position: -100px -50px;
}
div.module.badge-best .modtitle [class*="badge"] {
  width: 29px;
  background-position: -150px -50px;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 3em 0 2em;
  border: 1px solid #ddd;
}
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 #ddd;
  padding: 5px 10px;
  color: #666;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #F7F7F7;
  box-shadow: 0px 1px 0 #fff inset;
}
.main_menu ul li {
  float: left;
}
#mod-finder-searchform {
  margin: 40px 0 0;
  position: relative;
  overflow: hidden;
}
#mod-finder-searchform input.search-query {
  width: 200px;
  height: 20px;
  padding: 2px 10px;
  color: #999;
  background: #ececec;
  float: right;
  font-size: 91%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.7) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.7) inset;
  box-shadow: 1px 1px 0 rgba(255,255,255,0.7) inset;
}
#mod-finder-searchform .btn {
  width: 22px;
  height: 22px;
  background: #83c907;
  padding: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform i {
  margin: 0;
}
div.mega-module {
  padding: 10px 5px;
  color: #fff;
}
div.mega-module p {
  margin: 0;
}
div.mega-module .bsn-wrap .post {
  padding: 6px 0;
  margin: 0;
  border-bottom: 1px solid #001F49;
  border-top: 1px solid #003680;
}
div.mega-module .bsn-wrap .post:first-child {
  border-top: none;
  padding-top: 0;
}
div.mega-module .bsn-wrap .post:last-child {
  border-bottom: none;
}
div.mega-module .bsn-wrap .post .bsn-image {
  background: #002454;
}
#yt_menuposition #login-form1 {
  margin: 0;
}
#yt_menuposition #login-form1 .input-small {
  width: 100%;
  height: 25px;
  line-height: 14px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 28px;
  font-size: 11px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #login-form1 .input-prepend {
  width: 100%;
}
#yt_menuposition #login-form1 #form-login-username .input-small {
  background: #fff url("../images/ico-login.png") 8px 4px no-repeat;
}
#yt_menuposition #login-form1 #form-login-password .input-small {
  background: #fff url("../images/ico-login.png") 8px -28px no-repeat;
}
#yt_menuposition #login-form1 #form-login-remember label {
  float: right;
}
#yt_menuposition #login-form1 #form-login-submit {
  margin: 5px 0 20px;
  float: left;
  width: 100%;
}
#yt_menuposition #login-form1 #form-login-submit .checkbox {
  float: left;
  clear: both;
}
#yt_menuposition #login-form1 #form-login-submit .controls {
  float: right;
}
#yt_menuposition #login-form1 #form-login-submit .button {
  padding: 5px 27px 5px 13px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  background-image: url("../images/send_button.png");
  background-position: 96% center;
  background-repeat: no-repeat;
}
#yt_menuposition #login-form1 ul.unstyled {
  width: auto;
  background: #002558;
  position: static !important;
  margin: 0 -15px -10px;
  padding: 4px 15px;
  clear: both;
  border-top: 1px dashed #667c9b;
}
#yt_menuposition #login-form1 ul.unstyled li {
  display: inline-block;
}
#yt_menuposition #login-form1 ul.unstyled li:first-child:after {
  content: "|";
  color: #99a8bc;
  margin: 0 5px;
}
#yt_menuposition #login-form1 ul.unstyled li a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
#yt_menuposition #login-form1 ul.unstyled li a:hover {
  color: #81CA07;
}
div.img-top {
  position: relative;
  top: -25px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
a.readon {
  display: inline-block;
  color: #9ffe02;
  font-size: 92%;
}
a.readon:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #fff;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
a.readon:hover {
  padding-left: 10px;
  color: #fff;
  text-shadow: 0 0 3px #fff;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.arrow-detail {
  display: inline-block;
  font-family: 'arial';
}
.arrow-detail:after {
  content: "+";
  font-size: 14px;
  display: inline-block;
  color: ;
  margin-left: 3px;
}
div.modcontent .bottom10 {
  margin-bottom: 10px;
}
.text-right {
  text-align: right;
}
div.sj-email .input-box {
  float: left;
  padding: 2px 5px 2px 25px;
  margin: 0 5px 0 0;
  width: 83%;
  height: 25px;
  border-color: #eee;
  box-shadow: none;
  border-radius: 0;
  font-size: 91.7%;
  color: #b7b7b7;
}
div.sj-email .btn {
  width: 36px;
  height: 25px;
  border: none;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  background: #cccccc url("../images/sprites.png") no-repeat -195px 5px;
}
blockquote.black {
  border: none;
  padding: 0;
  font-style: italic;
}
blockquote.black:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  color: #656565;
  font-size: 20px;
  margin: 0 10px 0 0;
  font-style: normal;
  vertical-align: bottom;
  line-height: 13px;
  float: left;
}
blockquote.black:after {
  content: "\f10e";
  font-family: 'FontAwesome';
  color: #656565;
  margin: 0 5px;
  font-size: 20px;
  font-style: normal;
  vertical-align: bottom;
  line-height: 13px;
}
blockquote.black > a {
  font-size: 91.7%;
  font-style: normal;
}
ul.adress {
  margin: 0;
}
ul.adress li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
ul.adress li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/sprites.png") no-repeat 0px -248px;
}
ul.adress li.two:before {
  background-position: 0px -299px;
}
ul.adress li.three:before {
  background-position: -50px -298px;
}
ul.adress li.three a {
  color: #D6D6D6;
}
ul.horizontal {
  padding: 0;
  margin: 0;
}
ul.horizontal li {
  float: left;
  width: 33%;
  list-style: none;
}
ul.social {
  margin: 12px 0 0;
  overflow: hidden;
  float: right;
}
ul.social li {
  list-style: none;
  float: left;
  margin: 0 3px;
  text-align: center;
}
ul.social li [data-iconsocial]:before {
  font-family: 'SocialicoRegular';
  content: attr(data-iconsocial);
  speak: none;
  font-weight: normal;
}
ul.social li a {
  display: block;
  color: #012b67;
  width: 28px;
  height: 28px;
  line-height: 29px;
  background-color: rgba(255,255,255,0.5);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
ul.social li a.facebook,
ul.social li a.twitter,
ul.social li a.linkein {
  font-size: 30px;
}
ul.social li a.vimeo,
ul.social li a.flickr {
  font-size: 24px;
}
ul.social li a:hover {
  background: #81ca09;
}
#myCarousel .carousel-control {
  width: 32px;
  height: 54px;
  font-size: 24px;
  line-height: 53px;
  background: #81ca07;
  border: none;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#myCarousel .carousel-control.left {
  left: -14px;
}
#myCarousel .carousel-control.left span:after {
  left: 0;
  background-position: -50px -150px;
}
#myCarousel .carousel-control.right {
  right: -14px;
}
#myCarousel .carousel-control.right span:after {
  right: 0;
  background-position: -100px -150px;
}
#myCarousel .carousel-control span {
  position: relative;
  display: block;
}
#myCarousel .carousel-control span:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../images/sprites.png") no-repeat;
}
#myCarousel .carousel-caption {
  width: 65%;
  height: 50%;
  top: 15%;
  left: 20%;
  right: auto;
  padding: 0;
  text-align: center;
  background: transparent;
}
#myCarousel .carousel-caption > h4 {
  background-color: rgba(255,255,255,0.4);
  padding: 5px;
  line-height: 30px;
  margin: 0 20% 5px;
  display: inline-block;
  font-size: 166.7%;
  font-weight: normal;
}
#myCarousel .carousel-caption > h4 a {
  color: #002b66;
}
#myCarousel .carousel-caption .carousel-text {
  background-color: rgba(255,255,255,0.4);
  color: #333;
  line-height: 20px;
  position: relative;
  padding: 10px 5px;
  display: inline-block;
  font-style: italic;
}
#myCarousel .carousel-caption a.more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-style: normal;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  background: #81ca07;
}
#myCarousel .carousel-caption [data-control]:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-weight: normal;
}
.sj-extraslider .extraslider-inner.style1 {
  width: 100%;
  margin: 0;
  border: none;
}
.sj-extraslider .extraslider-inner .item .line {
  border: none;
  margin: 0;
  padding: 0;
}
.sj-extraslider .extraslider-inner .line .item-wrap.style1 .item-info {
  color: #909090;
  background: none;
  bottom: auto;
  top: 24%;
}
.sj-extraslider .extraslider-inner .line .item-wrap.style1 .item-info .item-description {
  color: #686868;
}
.modcontent .sj-extraslider .item .line .item-wrap .item-description {
  line-height: inherit;
  font-size: 12px;
}
.sj-extraslider .item-description {
  position: relative;
}
.item-description [class*="block"] {
  width: 25%;
  text-align: center;
  -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;
  position: absolute;
  top: 0;
}
.extraslider-control [class*="icon-"] {
  margin: 0;
  font-size: 65px;
}
.item-description .block-left {
  left: 150%;
}
.item.active .item-description .block-left {
  left: 5%;
}
.item-description .block-right {
  right: 150%;
}
.item.active .item-description .block-right {
  right: 5%;
}
.item-description .title {
  font-size: 50px;
  color: #525252;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px;
}
.sj-extraslider .extraslider-control.style1 {
  float: none;
  height: auto;
  padding: 0;
  text-align: left;
}
.sj-extraslider div.extraslider-control.style1 [class*="button"] {
  background: none;
  width: auto;
  height: auto;
  float: none;
  position: absolute;
  font-size: 65px;
  top: 30%;
  z-index: 10;
  color: #1d1d1d;
}
.sj-extraslider div.extraslider-control.style1 [class*="button"]:hover {
  color: #80b601;
}
.sj-extraslider div.extraslider-control.style1 .button-prev {
  left: 0;
}
.sj-extraslider div.extraslider-control.style1 .button-next {
  right: 0;
}
#yt_spotlight1 #spotlight1 {
  padding-bottom: 20px;
}
#yt_spotlight1 #spotlight1 div.about_head {
  text-align: center;
  margin: 35px 0 55px;
}
#yt_spotlight1 #spotlight1 div.about_head .head {
  display: inline-block;
  padding: 0 200px;
  background: url("../images/about_head.png") no-repeat right 17px;
}
#yt_spotlight1 #spotlight1 div.about_head .head .tit1 {
  font-size: 35px;
  color: #80b601;
  font-weight: bold;
  line-height: 170%;
  padding: 5px 15px 0 80px;
  display: inline-block;
  background: url("../images/border_about_head.png") repeat-x left bottom;
  margin-bottom: 25px;
  position: relative;
}
#yt_spotlight1 #spotlight1 div.about_head .head .tit1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  background: url("../images/about.png") no-repeat;
  left: 5px;
  top: 1px;
}
#yt_spotlight1 #spotlight1 div.about_head .head .tit2 {
  font-family: "Segoe Print";
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
}
#yt_spotlight1 #spotlight1 div.about_head .desc {
  font-family: "Segoe Print";
  color: #ffffff;
  font-size: 16px;
}
#yt_spotlight1 #spotlight1 div.modcontent {
  color: #c8c8c8;
}
#yt_spotlight1 #spotlight1 div.modcontent .tit {
  font-size: 22px;
  color: #80b601;
  font-weight: bold;
  margin: 0 0 22px;
}
#yt_spotlight1 #spotlight1 .about_center ul li {
  background: url("../images/checked.png") no-repeat 0 center;
  padding-left: 20px;
}
#yt_spotlight1 #spotlight1 .about_center ul li:first-child a {
  border: none;
}
#yt_spotlight1 #spotlight1 .about_center a {
  color: #c8c8c8;
  display: block;
  padding: 4px 0;
  margin: 0 0 0 30px;
  border-top: 1px dashed #727272;
}
#yt_spotlight1 #spotlight1 .about_center a:hover {
  color: #80b601;
}
#yt_spotlight1 #spotlight1 .about_right ul {
  margin: -22px 0 0 -30px;
}
#yt_spotlight1 #spotlight1 .about_right a {
  display: inline-block;
  text-indent: -999em;
  width: 95px;
  height: 85px;
  float: left;
  background: url("../images/skills.png") no-repeat;
  margin: 30px 0 0 30px;
  position: relative;
}
#yt_spotlight1 #spotlight1 .about_right a:before {
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: url("../images/glass.png") no-repeat -265px 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;
}
#yt_spotlight1 #spotlight1 .about_right a:hover:before {
  background-position: 0 0;
}
#yt_spotlight1 #spotlight1 .about_right ul li.item2 a {
  background-position: 0 -100px;
}
#yt_spotlight1 #spotlight1 .about_right ul li.item3 a {
  background-position: 0 -200px;
}
#yt_spotlight1 #spotlight1 .about_right ul li.item4 a {
  background-position: 0 -300px;
}
#yt_spotlight1 #spotlight1 .about_right ul li.item5 a {
  background-position: 0 -400px;
}
#yt_spotlight1 #spotlight1 .about_right ul li.item6 a {
  background-position: 0 -500px;
}
#yt_spotlight1 #spotlight1 .about_right ul li.item7 a {
  background-position: 0 -600px;
}
.no-modal .modal {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  position: static;
  left: 0;
  top: 0;
  width: auto;
}
.homepage #sbox-window.shadow {
  background: #e6e6e6;
  /* padding: 20px 0 20px 20px; */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sbox-window #sbox-content.sbox-content-iframe {
  -webkit-overflow-scrolling: touch;
  width: auto;
}
.ipad-browser #sbox-window #sbox-content.sbox-content-iframe {
  overflow-y: scroll;
}
.ipad-browser.homepage #sbox-window.shadow {
  padding: 10px 0 10px 10px;
}
.module.portfolio {
  padding-top: 40px;
}
.portfolio .intromod {
  text-align: center;
  color: #c8c8c8;
}
.intromod .intro-top {
  display: inline-block;
  padding: 0 0 15px 80px;
  position: relative;
}
.intromod .intro-top:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 69px;
  height: 68px;
  background: url("../images/our_portfolio.png") no-repeat center center;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs {
  width: auto;
}
.intromod .intro-top .top1 {
  font-size: 35px;
  font-weight: bold;
  color: #80b601;
  line-height: 100%;
  padding: 20px 0 5px 5px;
}
.intromod .intro-top .top1 span {
  color: #909090;
}
.intromod .intro-top .top2 {
  font-size: 16px;
}
.intromod .intro-top .top2 span {
  font-size: 14px;
  font-weight: 900;
}
.intromod .intro-under p {
  margin: 0;
}
.portfolio .sj-ajax-tabs .tabs-wrap {
  margin: 0 0 30px;
  padding: 10px 0 0;
  cursor: default;
}
.sj-ajax-tabs .tabs-wrap {
  text-align: center;
}
.portfolio .sj-ajax-tabs .tabs-container {
  display: inline-block;
  height: auto;
  overflow: visible;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li .tab {
  border-radius: 50px;
  height: 55px;
  margin: 0;
  overflow: hidden;
  padding: 7px 5px;
  width: 60px;
  background: #515151;
  text-align: center;
  vertical-align: middle;
  color: #d3d3d3;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  display: table-cell;
  -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;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li.selected .tab,
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li:hover .tab {
  padding-bottom: 5px;
  color: #ffffff;
  background: #80b601;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li .border-tab {
  margin: 20px 20px 0;
  padding: 5px;
  border-radius: 50px;
  border: 5px solid #515151;
  -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;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li.selected .border-tab,
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li:hover .border-tab {
  border: 5px solid #80b601;
  margin-top: 0;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li {
  height: 115px;
  position: relative;
  z-index: 10;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 16px;
  background: #191919;
  width: 98px;
  height: 8px;
  border-radius: 55px/5px;
  z-index: -1;
  -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;
}
.portfolio .sj-ajax-tabs.top-position .tabs-container ul.tabs li:hover:after {
  -webkit-animation: move 1.5s;
  -moz-animation: move 1.5s;
  -o-animation: move 1.5s;
  animation: move 1.5s;
}
.portfolio .tab-content {
  overflow: hidden;
}
.portfolio .sj-ajax-tabs .tabs-content {
  padding: 0;
  background: none;
  border: none;
}
.portfolio .sj-ajax-tabs .tabs-content .tabs-content-inner .tab-content {
  margin: 0 auto;
  min-height: 150px;
}
.portfolio .tab-content .ajax-loader {
  background: none;
  display: inline-block;
  font-size: 70px;
  height: auto;
  left: 48%;
  position: absolute;
  top: 30%;
  width: auto;
}
.portfolio .ajaxtabs-item {
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  z-index: 10;
}
.portfolio .ajaxtabs-item .box1,
.portfolio .ajaxtabs-item .box2,
.portfolio .ajaxtabs-item .box3 {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio .ajaxtabs-item .box3 {
  z-index: -1;
}
.portfolio .ajaxtabs-item:hover .box1 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.portfolio .ajaxtabs-item:hover .box2 {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.portfolio .sj-ajax-tabs .tabs-content .tabs-content-inner,
.portfolio .tab-content {
  overflow: visible;
}
.portfolio .sj-ajax-tabs .item-wrap .item-image {
  padding: 10px;
  border: none;
}
.portfolio .sj-ajax-tabs .item-wrap .item-image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio .sj-ajax-tabs .item-wrap .item-title {
  padding: 0 10px;
  margin: 0 0 20px;
}
.portfolio .sj-ajax-tabs .item-wrap .item-title,
.portfolio .sj-ajax-tabs .item-wrap .item-title a {
  text-align: center;
  font-size: 16px;
  color: #686868;
  font-weight: normal;
}
.portfolio .sj-ajax-tabs .item-wrap .item-title:hover,
.portfolio .sj-ajax-tabs .item-wrap .item-title a:hover {
  color: #80b601;
  text-decoration: none;
}
.portfolio .sj-ajax-tabs .ajaxtabs01-4 .ajaxtabs-item {
  margin-bottom: 2%;
}
.portfolio .sj-ajax-tabs .pager-container ul.pages li .page {
  border: none;
  width: 23px;
  height: 23px;
  text-indent: -999em;
  background: url("../images/pagging.png") no-repeat center -27px;
}
.portfolio .sj-ajax-tabs .pager-container ul.pages li .page.sel {
  background-color: transparent;
  background-position: center 0;
}
.portfolio .sj-ajax-tabs .pager-container ul.pages li .page.page-previous,
.portfolio .sj-ajax-tabs .pager-container ul.pages li .page.page-next {
  display: none;
}
.portfolio .sj-ajax-tabs .pager-container {
  height: auto;
}
.portfolio .sj-ajax-tabs .pager-container ul.pages {
  margin: 15px 0;
}
.portfolio .sj-ajax-tabs .pager-container ul.pages li {
  margin: 0 5px;
}
.our-member .sj-extraslider {
  text-align: center;
}
.our-member .extraslider-heading {
  float: none;
  width: 100%;
  margin: 35px auto 20px;
  max-width: 625px;
  text-align: center;
  font-weight: bold;
  background: url("../images/person.png") no-repeat center top;
}
.our-member .sj-extraslider .heading-title {
  font-size: 35px;
  color: #80b601;
  text-transform: capitalize;
  padding: 110px 0 20px;
  margin: 0;
  line-height: 110%;
}
.our-member .heading-content {
  float: none;
  font-style: normal;
  margin: 0;
  font-weight: normal;
}
.our-member .sj-extraslider .extraslider-control {
  float: none;
  height: 22px;
  padding: 0;
  text-align: center;
  margin: 0 0 20px;
}
.our-member .sj-extraslider .extraslider-control .nav-page {
  display: inline-block;
  float: none;
}
.our-member .sj-extraslider .extraslider-control .button-page {
  background: red;
}
.our-member .sj-extraslider .extraslider-control .button-page {
  width: 21px;
  height: 21px;
  margin: 0 3px;
  padding: 0;
  background: url("../images/pagging2.png") no-repeat right center;
}
.our-member .sj-extraslider .extraslider-control .button-page.sel {
  background-position: left center;
}
.our-member .sj-extraslider .extraslider-inner {
  width: 100%;
  margin: 0;
  border: none;
}
.our-member .sj-extraslider .extraslider-inner.style2 .item {
  margin: 0 0 30px;
  width: 100%;
}
.our-member .sj-extraslider .extraslider-inner div.item-wrap.style2 .item-image {
  width: 190px;
  height: auto;
  max-width: 100%;
}
.our-member .sj-extraslider .item .line {
  margin: 0;
  padding: 0;
  border: none;
}
.our-member .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info {
  background: none;
}
.our-member .item-info .career {
  font-size: 12px;
  color: #909090;
  line-height: 110%;
  margin: 10px;
}
.our-member .sj-extraslider .extraslider-inner .item-wrap .item-info .item-description {
  color: #686868;
}
.our-member .sj-extraslider .extraslider-inner .item-wrap .item-info .item-title {
  padding: 12px 10px 0;
  font-size: 120%;
  font-weight: normal;
}
.our-member .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-content {
  margin-top: 10px;
}
.our-member .social ul {
  display: inline-block;
}
.our-member .social ul li {
  float: left;
}
.our-member .social ul li i {
  width: 25px;
  height: 25px;
  background: url("../images/social.png") no-repeat;
  display: inline-block;
  margin: 7px 3px 0;
}
.our-member .social ul li i:hover {
  background-position: 0 -25px;
}
.our-member .social ul li i.flickr {
  background-position: -32px 0;
}
.our-member .social ul li i.flickr:hover {
  background-position: -32px -25px;
}
.our-member .social ul li i.twitter {
  background-position: -64px 0;
}
.our-member .social ul li i.twitter:hover {
  background-position: -64px -25px;
}
.module.blog h3.modtitle {
  display: table;
  padding: 33px 0 8px 85px;
  margin: 45px auto 15px;
  color: #80b601;
  font-size: 36px;
  background: url("../images/money.png") no-repeat;
}
.module.blog .sj-responsive-listing .respl-pretext {
  text-align: center;
  color: #c8c8c8;
  font-family: "Segoe Print";
  font-size: 18px;
}
.module.blog .sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat a {
  color: #ffffff;
  background: #a0a0a0;
  border-radius: 20px;
  font-size: 16px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.24) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.24) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.24) inset;
  border: none;
  margin: 0 5px;
}
.module.blog .sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat.sel a {
  background: #80b601;
  text-shadow: 0 0 0;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-header {
  text-align: center;
  margin: 10px 10px 25px;
}
.module.blog .sj-responsive-listing .respl-item .item-inner {
  background: #ffffff;
  padding: 10px;
  position: relative;
}
.module.blog .sj-responsive-listing .respl-item .item-inner:after,
.module.blog .sj-responsive-listing .respl-item .item-inner:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  -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;
  z-index: -1;
}
.module.blog .sj-responsive-listing .respl-item .item-inner:after {
  z-index: -2;
}
.module.blog .sj-responsive-listing .respl-item .item-inner:hover:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.module.blog .sj-responsive-listing .respl-items.grid .respl-item:focus .item-inner .item-more,
.module.blog .sj-responsive-listing .respl-items.grid .respl-item:hover .item-inner .item-more {
  display: none;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .item-post-read {
  display: block;
  font-size: 12px;
  color: #a8a8a8;
  line-height: 115%;
  margin: 0 0 16px;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .item-desc,
.module.blog .sj-responsive-listing .respl-wrap .respl-items .item-readmore {
  display: block;
  color: #686868;
  font-size: 12px;
  margin: 0 0 10px;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-title {
  padding: 0;
  margin: 15px 0 0;
  color: #686868;
  font-size: 16px;
  font-weight: normal;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-title a {
  color: #686868;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-title a:hover {
  text-decoration: none;
  color: #80b601;
}
.module.blog .sj-responsive-listing .bottom-item {
  border-top: 1px dashed #cdcdcd;
  padding: 10px 0 0;
  font-size: 11px;
  color: #a8a8a8;
}
.module.blog .more-public {
  float: left;
  padding: 0 0 0 20px;
  background: url("../images/bottom_info.png") no-repeat left 3px;
}
.module.blog .more-read {
  float: right;
  padding: 0 0 0 22px;
  background: url("../images/bottom_info.png") no-repeat left -15px;
}
.module.blog .sj-responsive-listing .respl-wrap span {
  color: #80b601;
}
.module.blog .sj-responsive-listing .respl-wrap span:hover {
  color: #80b601;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader .loader-image {
  background: none;
  color: #242424;
  margin: 0 5px 5px 0;
  padding: 0;
  font-size: 25px;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image {
  border: none;
  position: relative;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image a {
  position: relative;
  z-index: 0;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image a:before {
  content: "";
  position: absolute;
  -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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  border: 0px solid #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item:hover .item-image a:before {
  -webkit-box-shadow: 0 0 0 200px rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 0 0 200px rgba(255,255,255,0.5) inset;
  box-shadow: 0 0 0 200px rgba(255,255,255,0.5) inset;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image .detail_icon {
  position: absolute;
  width: 54px;
  height: 54px;
  background-image: url("../images/detail_item.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #80b601;
  left: -20px;
  top: 30px;
  display: none;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item .item-image .detail_icon:after {
  border-color: #638d01 transparent;
  border-style: solid;
  border-width: 10px 0 0 10px;
  bottom: -10px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 0;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-items .respl-item:hover .item-image .detail_icon {
  display: block;
}
.module.blog .sj-responsive-listing .respl-wrap .wrap-btn {
  text-align: center;
  margin: 40px 0 50px;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader {
  background: none;
  box-shadow: none;
  border: none;
  text-align: center;
  display: inline-block;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader a {
  display: inline-block;
  position: relative;
  background: url("../images/showmore_center.png") repeat-x;
  height: 40px;
  padding: 0 10px;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 40px;
  left: -6px;
  top: 0;
  background: url("../images/showmore_left.png") no-repeat;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 40px;
  right: -30px;
  top: 0;
  background: url("../images/showmore_right.png") no-repeat;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader a:hover:after {
  background-position: right 0;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader .loader-label,
.module.blog .sj-responsive-listing .respl-wrap .respl-loader .loader-label span {
  color: #808891;
  font-size: 16px;
  font-weight: bold;
}
.module.blog .sj-responsive-listing .respl-wrap .respl-loader:hover .loader-label,
.module.blog .sj-responsive-listing .respl-wrap .respl-loader:hover .loader-label span {
  color: #80b601;
}
.slideshow2 .sj-extraslider .pre-text {
  text-align: center;
  margin: 30px 0 40px;
}
.slideshow2 .head {
  display: inline-block;
  background: url(../images/talk.png) no-repeat;
  font-size: 35px;
  color: #80b601;
  font-weight: bold;
  margin: 15px 0 0;
  padding: 20px 0 0 80px;
  line-height: 120%;
}
.slideshow2 .sj-extraslider .extraslider-control [class*="button-"] {
  background: none;
  color: #1D1D1D;
  float: none;
  height: auto;
  position: absolute;
  top: 62%;
  width: auto;
  z-index: 10;
}
.slideshow2 .sj-extraslider .extraslider-control [class*="button-"]:hover {
  color: #80b601;
}
.slideshow2 .sj-extraslider .extraslider-control .button-prev {
  left: 0;
}
.slideshow2 .sj-extraslider .extraslider-control .button-next {
  right: 0;
}
.slideshow2 .extraslider-control [class*="icon-"] {
  font-size: 48px;
}
.slideshow2 .sj-extraslider .extraslider-inner {
  margin: 0 8% 30px;
  width: 84%;
  border: none;
}
.slideshow2 .sj-extraslider .item .line {
  border: none;
  margin: 0;
  padding: 0;
}
.slideshow2 .sj-extraslider .extraslider-inner .item-wrap .item-border {
  position: relative;
  padding: 7px;
  border: 1px solid #ffffff;
  background: #e7e7e7;
}
.slideshow2 .sj-extraslider .extraslider-inner .item-inner {
  background: #ffffff;
  padding: 10px 10px 0;
}
.slideshow2 .img-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -14px;
  z-index: -1;
  display: none;
}
.slideshow2 .sj-extraslider .extraslider-inner .item-wrap:hover .img-bottom {
  display: block;
}
.slideshow2 .sj-extraslider .extraslider-inner .item-wrap .item-image {
  float: left;
  width: auto;
  margin: 0 15px 10px 0;
}
.slideshow2 .sj-extraslider .extraslider-inner .line .item-wrap.style1 .item-info {
  position: static;
}
.slideshow2 .sj-extraslider .item .line .item-wrap .item-description {
  color: #686868;
  line-height: 19px;
}
.slideshow2 .sj-extraslider .extraslider-inner .item-wrap {
  padding: 0 0 20px;
}
.slideshow2 .sj-extraslider .extraslider-inner .item-wrap .item-info .item-title {
  font-weight: normal;
  margin: -3px 0 0;
  padding: 0;
  font-size: 16px;
  color: #80b601;
  display: inline-block;
}
.slideshow2 blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
.slideshow2 blockquote:before {
  content: open-quote;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.slideshow2 blockquote:after {
  content: close-quote;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.partner:after {
  content: "";
  position: absolute;
}
.partner ul li {
  float: left;
  width: 20%;
  border: 0;
  padding: 0;
  display: inline-block;
  height: 75px;
  background: url(../images/partner.png) no-repeat;
}
.partner ul li.item2 {
  background-position: 10px -78px;
}
.partner ul li.item3 {
  background-position: 20px -151px;
}
.partner ul li.item4 {
  background-position: 30px -228px;
}
.partner ul li.item5 {
  background-position: 40px -300px;
}
.partner .mod-footer {
  height: 45px;
  position: relative;
  background: url(../images/line_mod.png) repeat-x 0 -98px #010101;
}
.partner .mod-footer:before,
.partner .mod-footer:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 45px;
  top: 0;
  background: url(../images/line_mod.png) no-repeat 0 2px;
}
.partner .mod-footer:before {
  left: 0;
}
.partner .mod-footer:after {
  right: 0;
  background-position: 0 -48px;
}
.partner .line {
  height: 45px;
  position: relative;
}
.partner .line:before,
.partner .line:after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 45px;
  top: 0;
  background: url(../images/hr_mod.png) repeat-x 0 2px #010101;
}
.partner .line:before {
  left: -1000px;
}
.partner .line:after {
  right: -1000px;
}
.module.blank.partner div.modcontent {
  overflow: visible;
}
.contact-us {
  background: #242424;
}
.contact-us.module div.modcontent {
  color: #c8c8c8;
}
.contact-us .contact-ajax {
  margin: -20px 0 0;
}
.contact-us .pre-text {
  font-size: 26px;
  color: #909090;
  font-weight: bold;
  padding: 35px 0 15px 40px;
  margin: 0 0 20px;
  background-color: #1a1a1a;
  background-image: -moz-linear-gradient(top,#131313,#242424);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#131313),to(#242424));
  background-image: -webkit-linear-gradient(top,#131313,#242424);
  background-image: -o-linear-gradient(top,#131313,#242424);
  background-image: linear-gradient(to bottom,#131313,#242424);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff131313', endColorstr='#ff242424', GradientType=0);
  position: relative;
}
.contact-us .pre-text:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 37px;
  background: url(../images/bullet.png) no-repeat;
}
.contact-us .pre-text span {
  color: #80b601;
}
.contact-us .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map {
  padding: 10px;
  background: #353535;
  border: 1px solid #171717;
}
.contact-us .contact-ajax .ctajax-wrap .ctajax-element .el-inner .wrap-map {
  position: relative;
  z-index: 10;
  margin: 0 0 40px;
}
.contact-us .contact-ajax img.bg-map {
  bottom: -33px;
  left: 3%;
  position: absolute;
  width: 94%;
  z-index: -1;
}
.contact-us .contact-ajax .ctajax-element .el-ctajax-form input[type="text"],
.contact-us .contact-ajax .ctajax-element .el-ctajax-form textarea {
  height: 50px;
  background: #171717;
  border: 1px solid #2E2E2E;
  color: #C8C8C8;
  margin: 0 0 10px;
  padding: 0 10px;
  box-shadow: none;
}
.contact-us .contact-ajax .ctajax-element .el-ctajax-form input#contact_email_copy {
  height: auto;
  padding: 0;
  border: none;
}
.contact-us .contact-ajax .ctajax-element .el-ctajax-form textarea {
  padding: 10px;
  min-height: 225px;
}
.contact-us .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"] {
  height: 45px;
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 20px;
  text-shadow: 0 -1px 1px #444444;
  font-weight: normal;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  border: none;
  background: none;
  box-shadow: none;
}
.contact-us .contact-ajax .ctajax-element .el-ctajax-form input[type="submit"]:hover {
  border: none;
  background: none;
  box-shadow: none;
}
.contact-us .contact-ajax .ctajax-element .el-info-contact .info-mail .info-label {
  display: inline-block;
  color: #c8c8c8;
}
.contact-us .contact-ajax .ctajax-element .el-info-contact .info-mail .info-label:hover {
  color: #ffffff;
}
.contact-us .info-mail a:hover {
  color: #c8c8c8;
}
.contact-us .contact-ajax .ctajax-element .social-networks .network i {
  margin: 0;
  background: #4c4c4c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #242424;
  font-size: 20px;
}
.contact-us .contact-ajax .ctajax-element .social-networks .network {
  border: 2px solid #4c4c4c;
  padding: 2px;
  background: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  margin: 0 2px;
}
.contact-us .contact-ajax .ctajax-element .social-networks .network:hover {
  background: none;
  border-color: #80b601;
}
.contact-us .contact-ajax .ctajax-element .social-networks .network:hover i {
  background: #80b601;
}
.contact-us .contact-ajax .ctajax-element .social-networks {
  position: relative;
}
.contact-us .contact-ajax .ctajax-element .social-networks:before {
  content: "";
  position: absolute;
  width: 194px;
  height: 88px;
  right: -210px;
  bottom: 15px;
  background: url(../images/about_head.png) no-repeat;
}
.contact-us .contact-ajax .ctajax-element .el-info-contact .info-label:before {
  color: #80b601;
}
.contact-us .btn-send {
  margin-top: 20px;
}
.contact-us .contact-ajax .ctajax-element .el-ctajax-form input:focus,
.contact-us .contact-ajax .ctajax-element .el-ctajax-form textarea:focus {
  color: #c8c8c8;
}
.btn-send {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: url("../images/green/button_center.png") repeat-x 0 0;
  height: 45px;
  margin: 0 0 0 25px;
}
.btn-send:before {
  content: "";
  background: url("../images/green/button.png") no-repeat 0 0;
  height: 45px;
  left: -25px;
  position: absolute;
  top: 0;
  width: 25px;
}
.btn-send:after {
  content: "";
  background: url("../images/green/button.png") no-repeat right 0;
  height: 45px;
  position: absolute;
  right: -37px;
  top: 0;
  width: 37px;
}
.btn-send:hover {
  background-position: 0 -60px;
}
.btn-send:hover:before {
  background-position: 0 -60px;
}
.btn-send:hover:after {
  background-position: right -60px;
}
.rtl .btn-send:before {
  background: url("../images/green/rtl/button.png") no-repeat 0 0;
  left: -37px;
  width: 37px;
}
.rtl .btn-send:after {
  background: url("../images/green/rtl/button.png") no-repeat right 0;
  right: -25px;
  width: 25px;
}
.rtl .btn-send:hover {
  background-position: 0 -60px;
}
.rtl .btn-send:hover:before {
  background-position: 0 -60px;
}
.rtl .btn-send:hover:after {
  background-position: right -60px;
}
.calendar div.modcontent {
  padding: 10px 0 0;
}
.calendar table.calendar tr td.calendarNavMonthPrev,
.calendar table.calendar tr td.calendarCurrentMonth,
.calendar table.calendar tr td.calendarNavMonthNext,
.calendar table.calendar tr td.calendarDayName,
.calendar table.calendar tr td.calendarDateEmpty,
.calendar table.calendar tr td {
  background: #252525;
}
.calendar table.calendar tr td.calendarToday {
  background: #80b601;
}
.login div.modcontent {
  padding: 10px 5px;
}
.login .btn {
  padding: 4px 7px;
}
.login #form-login-username .input-prepend.input-append .add-on,
.login #form-login-username .input-prepend.input-append input,
.login #form-login-username .input-prepend.input-append select,
.login #form-login-username .input-prepend.input-append .uneditable-input {
  float: left;
}
.sj-responsive-listing .respl-wrap a.modal {
  position: static;
  margin: 0;
}
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;
}
.statistics div.modcontent {
  padding: 10px 5px;
}
.statistics dl.stats-module dt {
  background: #4B4B4B;
  border-radius: 3px 3px 3px 3px;
  float: left;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin: 1px 0 0;
  padding: 0 0px 0 5px;
  width: auto;
}
.statistics dl.stats-module dd {
  background: #4B4B4B;
  border-radius: 3px 3px 3px 3px;
  height: 29px;
  line-height: 29px;
  margin: 1px 0 0;
  padding: 0 10px 0 0;
  text-indent: -5px;
  white-space: nowrap;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
  display: block;
}
div.k2LatestCommentsBlock ul li span.lcComment {
  display: block;
  margin-bottom: 7px;
}
.tagspopular a {
  background: none repeat scroll 0 0 #DDDDDD;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
  color: #666666;
  float: left;
  font-size: 11px;
  margin: 0 7px 7px 0;
  padding: 2px 15px 4px 23px;
  position: relative;
}
.tagspopular a > span {
  border-radius: 16px 16px 16px 16px;
  font-size: 10px;
  height: 16px;
  line-height: 15px;
  opacity: 0;
  padding: 0 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 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;
  width: auto;
  z-index: 15;
}
.tagspopular a:before {
  background: none repeat scroll 0 0 #666666;
  border-radius: 5px 5px 5px 5px;
  content: "";
  display: block;
  height: 5px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 0;
}
.tagspopular a:hover {
  background: #80b601;
  color: #FFFFFF;
  padding: 2px 15px 4px 23px;
}
.tagspopular a:hover > span {
  background: #5c8301;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.3) inset;
  color: #FFFFFF;
  opacity: 1;
  top: -8px;
}
.tagspopular a:hover:before {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
body .align-left {
  text-align: left !important;
}
body .align-right {
  text-align: right !important;
}
body .align-center {
  text-align: center !important;
}
body .noitalic {
  font-style: normal !important;
}
body .nobold {
  font-weight: normal !important;
}
body .nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .nomargintop {
  margin-top: 0 !important;
}
body .nomarginbottom {
  margin-bottom: 0 !important;
}
body .nomarginleft {
  margin-left: 0 !important;
}
body .nomarginright {
  margin-right: 0 !important;
}
body .nopaddingtop {
  padding-top: 0 !important;
}
body .nopaddingbottom {
  padding-bottom: 0 !important;
}
body .nopaddingleft {
  padding-left: 0 !important;
}
body .nopaddingright {
  padding-right: 0 !important;
}
body .thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
body .thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
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: 160%;
  line-height: 110%;
  font-weight: normal;
}
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;
  background: #80b601 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#yt_menuposition {
  position: relative;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yt_menuposition ul.navi .effect {
  position: absolute;
  left: -99em;
  background: #80b601;
  bottom: -5px;
  height: 5px;
  z-index: 6;
  -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;
}
#yt_menuposition ul.navi li.level1 {
  float: left;
  padding: 0;
  margin: 0 1px 0 0;
  position: relative;
}
#yt_menuposition ul.navi li.level1.first > .item-link {
  border-left: 1px solid #292929;
}
#yt_menuposition ul.navi li.level1.first > .item-link .menu-title {
  display: none;
}
#yt_menuposition ul.navi li.level1.first > .item-link:before {
  content: "\f015";
  font-family: "fontawesome";
  font-size: 20px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
#yt_menuposition ul.navi li.level1 > .item-link {
  margin: 0;
  line-height: 30px;
  padding: 17px 20px 18px;
  color: #fff;
  font-size: 18px;
  display: block;
  border-right: 1px solid #292929;
  position: relative;
}
#yt_menuposition ul.navi li.level1:hover > .item-link,
#yt_menuposition ul.navi li.level1.active > .item-link {
  color: #80b601;
  background-color: #1f1f1f;
  background-image: -moz-linear-gradient(top,#343434,#000000);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#343434),to(#000000));
  background-image: -webkit-linear-gradient(top,#343434,#000000);
  background-image: -o-linear-gradient(top,#343434,#000000);
  background-image: linear-gradient(to bottom,#343434,#000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff000000', GradientType=0);
}
#yt_menuposition ul.navi li.level1:hover > .item-link:after,
#yt_menuposition ul.navi li.level1.active > .item-link:after {
  background: #80b601;
}
#yt_menuposition ul.navi li.level1 .menu-title {
  display: inline-block;
}
#yt_menuposition ul.navi li.level1 .showdesc span.menu-title {
  line-height: 100%;
  padding-bottom: 5px;
  display: block;
}
#yt_menuposition ul.navi li.level1 .showdesc span.menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#yt_menuposition ul.navi li.level1:hover ul.level2,
#yt_menuposition ul.navi li.level1:hover ul.level2 {
  right: 0;
}
#yt_menuposition ul.navi ul {
  right: -999em;
  position: absolute;
  z-index: 10;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  width: 205px;
  -webkit-box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
}
#yt_menuposition ul.navi ul.level2 {
  background-color: #242424;
}
#yt_menuposition ul.navi ul.level2:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
  background: #80b601;
}
#yt_menuposition ul.navi ul.level2 > li {
  border-top: 1px dashed #808080;
  position: relative;
}
#yt_menuposition ul.navi ul.level2 > li.first {
  border-top: none;
}
#yt_menuposition ul.navi ul.level2 > li .item-link {
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  line-height: 20px;
  display: block;
}
#yt_menuposition ul.navi ul.level2 > li .item-link .menu-title {
  display: inline-block;
  direction: ltr;
}
#yt_menuposition ul.navi ul.level2 > li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
#yt_menuposition ul.navi ul.level2 > li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.level2 > li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.level2 > li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.level2 > li:hover,
#yt_menuposition ul.navi ul.level2 > li.active {
  background-color: #1f1f1f;
  background-image: -moz-linear-gradient(top,#343434,#000000);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#343434),to(#000000));
  background-image: -webkit-linear-gradient(top,#343434,#000000);
  background-image: -o-linear-gradient(top,#343434,#000000);
  background-image: linear-gradient(to bottom,#343434,#000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff000000', GradientType=0);
}
#yt_menuposition ul.navi ul.level2 > li:hover ul.level3,
#yt_menuposition ul.navi ul.level2 > li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.level2 > li li.level4:hover ul.level5 {
  right: 102%;
  top: -5px;
}
#yt_menuposition ul.navi ul.level2 ul.subnavi {
  background-color: #252525;
  -webkit-box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
  padding: 10px 0 25px;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li {
  position: relative;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link {
  font-size: 100%;
  color: #c8c8c8;
  text-align: left;
  margin: 0 10px 0 15px;
  padding: 6px 0;
  border-bottom: 1px dashed #373636;
  position: relative;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link .menu-title:before {
  content: "\f111";
  font-family: "fontawesome";
  display: inline-block;
  font-size: 11px;
  margin: 0 10px 0 0;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link {
  color: #80b601;
  background-position: 15px 12px;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 980px;
  height: 37px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  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 li.level1 .mega-content {
  position: absolute;
  right: -999em;
  z-index: 10;
  -webkit-box-shadow: 3px 3px 5px rgba(29,29,29,0.75);
  -moz-box-shadow: 3px 3px 5px rgba(29,29,29,0.75);
  box-shadow: 3px 3px 5px rgba(29,29,29,0.75);
  padding-top: 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content.level2 > .mega-content-inner {
  position: relative;
}
#yt_menuposition #meganavigator li.level1 .mega-content.level2 > .mega-content-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: -5px;
  background: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content.level2 > .mega-content-inner > .mega-col .mega-group-title .item-link.active,
#yt_menuposition #meganavigator li.level1 .mega-content.level2 > .mega-content-inner > .mega-col:hover .mega-group-title .item-link {
  background: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content.level2 > .mega-content-inner > .mega-col {
  min-height: 305px;
}
#yt_menuposition #meganavigator li.level1 .mega-content.level2 > .mega-content-inner > .mega-col:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.75);
  box-shadow: 0 3px 5px rgba(0,0,0,0.75);
  position: relative;
  z-index: 10;
}
#yt_menuposition #meganavigator li.level1 .mega-content ul.subnavi {
  box-shadow: none;
  padding-bottom: 15px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: left;
  background: #1a1a1a;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.col1,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.col3,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.col5 {
  background: #252525;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content {
  -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,0.7);
  -moz-box-shadow: 4px 4px 6px rgba(0,0,0,0.7);
  box-shadow: 4px 4px 6px rgba(0,0,0,0.7);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col {
  background: #ffffff;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col ul.subnavi > li > .item-link.active .menu-title:before,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col ul.subnavi > li > .item-link:hover .menu-title:before {
  color: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col ul.subnavi > li > .item-link.showdesc span.menu-desc {
  color: #909090;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col ul.subnavi > li > .item-link .menu-title {
  color: #686868;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col ul.subnavi > li > .item-link .menu-title:before {
  color: #c9c9c9;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one div.mega-module {
  padding: 10px 15px;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more > ul.subnavi {
  box-shadow: none;
  width: auto;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title {
  background: #000000;
  -webkit-box-shadow: 0px 4px 4px rgba(29,29,29,0.5);
  -moz-box-shadow: 0px 4px 4px rgba(29,29,29,0.5);
  box-shadow: 0px 4px 4px rgba(29,29,29,0.5);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  color: #fff;
  font-size: 18px;
  padding: 0;
  min-height: 36px;
  display: block;
  text-align: center;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link .menu-title {
  padding: 10px 0;
  line-height: 100%;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-desc {
  font-family: "arial";
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .menu-title {
  color: #c8c8c8;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .menu-title:before {
  content: "\f111";
  font-family: 'fontawesome';
  margin: 0 10px 0 0;
  font-size: 80%;
  vertical-align: top;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .item-link {
  display: block;
  padding: 7px 2px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi > li > .item-link .menu-title {
  color: #c8c8c8;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi > li.active > .item-link .menu-title,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi > li:hover > .item-link .menu-title {
  color: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi > li {
  border-bottom: 1px dashed #494848;
  margin: 0 10px 0 15px;
  position: relative;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .level4.mega-content  ul.subnavi {
  padding-bottom: 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .level4.mega-content  ul.subnavi > li.last {
  border: none;
}
#yt_menuposition #meganavigator.navi ul.level2:before {
  display: none;
}
#yt_menuposition #meganavigator.navi ul.level2 ul.subnavi {
  margin-top: 0;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar {
  margin: 15px 0 5px 0;
  background: #CCC;
  border: none;
  padding: 3px 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  float: left;
  outline: none;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar i {
  margin: 0;
  vertical-align: middle;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.rtl #yt_menuposition ul.navirtl li.level1 {
  float: right;
  margin: 0 0 0 1px;
}
.rtl #yt_menuposition ul.navirtl li.level1 > .item-link {
  border-right: none;
  border-left: 1px solid #292929;
}
.rtl #yt_menuposition ul.navirtl li.level1.first > .item-link {
  border-right: 1px solid #292929;
}
.rtl #yt_menuposition ul.navirtl li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl li.level1.hover ul.level2 {
  left: 0;
  right: auto;
}
.rtl #yt_menuposition ul.navirtl ul {
  right: auto;
  left: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .showdesc {
  text-align: left;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level4:hover ul.level5 {
  left: 102%;
  right: auto;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link {
  text-align: right;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link .menu-title:before {
  float: right;
  margin: 0 0 0 10px;
}
.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 {
  left: -999em;
  right: auto;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first {
  padding-right: 10px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-group div.mega-group-title {
  margin-right: -10px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding-left: 10px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last .mega-group div.mega-group-title {
  margin-left: -10px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .menu-title:before {
  float: right;
  margin: 0 0 0 10px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col ul.subnavi > li > .item-link .menu-title {
  direction: ltr;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col .level4.mega-content .mega-col ul.subnavi > li > .item-link.showdesc .menu-title {
  direction: rtl;
}
ul.nav.resmenu {
  margin: 0 0 15px;
}
ul.nav.resmenu ul.nav {
  margin: 0 15px;
}
ul.nav.resmenu li a {
  margin: 0 0 1px;
  padding: 5px 8px;
  border: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: normal;
}
ul.nav.resmenu li a:hover {
  color: #FFF;
  background: none;
}
ul.nav.resmenu li a:focus {
  color: #FFF;
  background: none;
}
ul.nav.resmenu li a.active {
  color: #FFF;
}
ul.nav.resmenu > li > a {
  background: #333;
}
ul.nav.resmenu > li > a:hover {
  background: #333;
}
ul.nav.resmenu > li > a.active {
  background: #111;
}
ul.nav.resmenu li.haveChild {
  position: relative;
}
ul.nav.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 30px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  text-align: center;
  vertical-align: middle;
  background: #111;
}
ul.nav.resmenu li.haveChild .menuress-toggle.menuress-toggle::before {
  content: "\f107";
}
ul.nav.resmenu li.haveChild > ul {
  display: none;
}
ul.nav.resmenu li.haveChild.open > .menuress-toggle.menuress-toggle::before {
  content: "\f106";
}
ul.nav.resmenu li.haveChild.open > ul {
  display: block;
}
#yt-responivemenu {
  display: none;
}
#yt_wrapper {
  position: relative;
}
.yt-off-sideresmenu {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  left: 0;
  margin: 0;
  position: absolute;
  top: -70px;
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 250px;
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu {
  margin: 0 0 0 15px;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu ul.nav {
  margin: 0 0 0 15px;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a {
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin: 0 0 1px;
  padding: 8px 0;
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a:hover {
  color: #80b601;
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a:focus {
  color: #80b601;
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a.active {
  color: #80b601;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenuli:first-child a {
  border: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu > li > a {
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu > li > a:hover {
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu > li > a.active {
  background: none;
}
#content_h .leading-0 ul li {
  background: url("../images/checked.png") no-repeat 0 center;
  padding-left: 20px;
}

#lst ul li {
  background: url("../images/checked.png") no-repeat 0 center;
  padding-left: 20px;
}


#yt_wrapper > .block {
  backface-visibility: hidden;
  left: 0;
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.on-sidebar-resmenu #yt_wrapper > .block {
  transform: translateX(250px);
  -moz-transform: translateX(250px);
  -o-transform: translateX(250px);
  -webkit-transform: translateX(250px);
}
.btn.yt-resmenu-sidebar {
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#k2Container sup {
  background: #80b601;
  color: #fff;
  padding: 8px 5px;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
}
#k2Container .itemList .itemContainer .catItemView {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 15px 20px 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle {
  font-size: 141.7%;
  margin: 0 0 5px;
  font-weight: normal;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader {
  margin: 0 0 20px;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 25px 0 0;
  color: #909090;
  float: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container .itemList .itemContainer .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody > p:first-child {
  display: inline;
}
#k2Container .itemList .itemContainer.span6 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span4 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span3 .catItemView .catItemImageBlock {
  float: none;
  margin: 0 0 10px;
  display: inline-block;
}
#k2Container .itemList .itemContainer:first-child .catItemView {
  padding-top: 0;
  border-top: none;
  box-shadow: none;
}
#k2Container .itemList #itemListLeading {
  background: #ccc;
}
#k2Container .itemList #itemListLeading .itemContainer {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container .itemList #itemListLeading .itemContainer .catItemView {
  padding-top: 0;
}
#k2Container .itemList #itemListLinks {
  padding: 0;
  background: none;
  border: none;
}
#k2Container .itemList #itemListLinks h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
#k2Container .itemList #itemListLinks .itemContainerLast {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container.userView .catItemList .catItemView {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 15px 20px 0;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
}
#k2Container.userView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.userView .catItemList .catItemView h3.catItemTitle {
  font-size: 141.7%;
  margin: 0 0 5px;
  font-weight: normal;
}
#k2Container.userView .catItemList .catItemView .catItemHeader {
  margin: 0 0 20px;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 25px 0 0;
  color: #909090;
  float: none;
}
#k2Container.userView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.userView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
}
#k2Container.userView .catItemList .catItemView .catItemBody > p:first-child {
  display: inline;
}
#k2Container.tagView .catItemList .catItemView {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 15px 20px 0;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.tagView .catItemList .catItemView h3.catItemTitle {
  font-size: 141.7%;
  margin: 0 0 5px;
  font-weight: normal;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader {
  margin: 0 0 20px;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 25px 0 0;
  color: #909090;
  float: none;
}
#k2Container.tagView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.tagView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
}
#k2Container.tagView .catItemList .catItemView .catItemBody > p:first-child {
  display: inline;
}
#k2Container.latestView .latestItemsCategory div.latestItemsCategoryImage {
  margin-right: 5px;
}
#k2Container.latestView .catItemList .catItemView {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 15px 20px 0;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle {
  font-size: 141.7%;
  margin: 0 0 5px;
  font-weight: normal;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader {
  margin: 0 0 20px;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 25px 0 0;
  color: #909090;
  float: none;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.latestView .catItemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
}
#k2Container.latestView .catItemList .catItemView .catItemBody > p:first-child {
  display: inline;
}
#k2Container.latestView .catItemList .catItemView.item1 {
  clear: both;
  margin: 0;
}
#k2Container.latestView .catItemList .catItemView.span6 .catItemImageBlock,
#k2Container.latestView .catItemList .catItemView.span4 .catItemImageBlock,
#k2Container.latestView .catItemList .catItemView.span3 .catItemImageBlock {
  float: none;
  margin: 0 0 10px;
  display: inline-block;
  max-width: 100%;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
#k2Container.itemView .itemBody .page-header h2 {
  font-size: 141.7%;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
#k2Container.itemView .itemBody .page-header h2 a {
  color: #80b601;
}
#k2Container.itemView .itemBody .page-header h2 a:hover {
  color: #666;
}
#k2Container.itemView .itemBody .page-header h2 {
  font-size: 180%;
  font-weight: normal;
}
#k2Container.itemView .itemBody .page-header ul.actions {
  margin: 3px 0 0;
  color: #909090;
  float: right;
}
#k2Container.itemView .itemBody .page-header ul.actions li {
  display: inline-block;
}
#k2Container.itemView .itemBody .page-header ul.actions li [class^="icon-"] {
  margin: 0;
}
#k2Container.itemView .itemBody .page-header ul.actions li a {
  color: #888888;
}
#k2Container.itemView .itemBody .page-header ul.actions li a:hover {
  color: #80b601;
}
#k2Container.itemView .itemBody .page-header .itemRatingBlock {
  display: inline-block;
  padding: 0;
  margin: 0 20px;
}
#k2Container.itemView .itemBody .page-header .itemRatingBlock .itemRatingList,
#k2Container.itemView .itemBody .page-header .itemRatingBlock .itemRatingList a:hover,
#k2Container.itemView .itemBody .page-header .itemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url(../images/system/star.png);
  display: inline-block;
  cursor: pointer;
}
#k2Container.itemView .itemBody .page-header .itemRatingBlock .itemRatingList {
  width: 70px;
  height: 15px;
}
#k2Container.itemView .itemBody .page-header .itemRatingBlock .itemRatingList a,
#k2Container.itemView .itemBody .page-header .itemRatingBlock .itemRatingList .itemCurrentRating {
  height: 15px;
  line-height: 15px;
}
#k2Container.itemView .itemBody .page-header .itemRatingBlock .itemRatingLog {
  height: 15px;
  line-height: 15px;
}
#k2Container.itemView .itemBody .article-info {
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  margin-bottom: 0;
}
#k2Container.itemView .itemBody .article-info dl.article-info {
  margin: 0;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  font-family: 'arial';
  line-height: 24px;
  margin: 0 10px 0 0;
  color: #909090;
  float: none;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.itemView .itemBody .article-info dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
#k2Container.itemView .itemBody .article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
#k2Container.itemView .itemBody .itemImageBlock {
  text-align: center;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage {
  position: relative;
  margin-bottom: 1em;
  display: inline-block;
  max-width: 98%;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  padding: 8px;
  max-width: 98%;
}
#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;
  display: block;
  box-shadow: none;
  border-radius: 0;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
  border: none;
  padding: 0;
}
#k2Container.itemView .itemBody .itemTagsBlock {
  border-bottom: 1px solid #ddd;
}
#k2Container.itemView .itemBody .itemFacebookButton {
  width: auto;
}
#k2Container.itemView .itemBody .itemAuthorBlock {
  overflow: hidden;
  background: #ddd;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#k2Container.itemView .itemBody div.itemIntroText {
  font-size: 120%;
  font-weight: normal;
}
#k2Container.itemView .itemBody div.itemFacebookButton {
  margin: 3px 30px 0 0;
}
#k2Container.itemView .itemBody div.itemTwitterButton {
  float: left;
  margin: 2px 0 0;
}
#k2Container.itemView .col-left {
  color: #909090;
}
#k2Container.itemView .itemAuthorLatest h3,
#k2Container.itemView .itemRelated h3 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  color: #80b601;
}
#k2Container.itemView .itemAuthorLatest h3 .b-round,
#k2Container.itemView .itemRelated h3 .b-round {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  border: 3px solid #d6d6d6;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}
#k2Container.itemView .itemAuthorLatest h3 i,
#k2Container.itemView .itemRelated h3 i {
  width: 11px;
  height: 11px;
  display: block;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #faf8f9;
  box-shadow: 0 1px 0 #B2B2B2;
}
#k2Container.itemView .itemAuthorLatest ul li,
#k2Container.itemView .itemRelated ul li {
  background: transparent;
  border: none;
}
#k2Container.itemView .itemAuthorLatest ul li a,
#k2Container.itemView .itemRelated ul li a {
  color: #666;
}
#k2Container.itemView .itemAuthorLatest ul li a:hover,
#k2Container.itemView .itemRelated ul li a:hover {
  color: #80b601;
}
#k2Container.itemView .itemNavigation {
  overflow: hidden;
  background: #ddd;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 7px 10px;
}
#k2Container.itemView .itemComments {
  padding: 0;
  background: transparent;
  border: none;
}
#k2Container.itemView .itemComments h3 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  color: #80b601;
  border: none;
  padding: 0;
}
#k2Container.itemView .itemComments h3 .b-round {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  border: 3px solid #d6d6d6;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}
#k2Container.itemView .itemComments h3 i {
  width: 11px;
  height: 11px;
  display: block;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #faf8f9;
  box-shadow: 0 1px 0 #B2B2B2;
}
#k2Container.itemView .itemComments .itemCommentsFormNotes {
  border-top: none;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#k2Container.itemView .itemComments input.inputbox,
#k2Container.itemView .itemComments textarea.inputbox {
  width: 85%;
  color: #909090;
  text-transform: capitalize;
  display: inline-block;
}
#k2Container.itemView .itemComments label.formComment {
  margin: 0;
}
#k2Container.itemView .itemComments .button {
  border-radius: 3px;
  font-size: 14px;
  padding: 4px 10px;
}
#k2Container.itemView .itemComments .button i {
  font-size: 16px;
}
#k2Container.itemView .itemComments .input-prepend {
  margin-bottom: 15px;
}
#k2Container.itemView .itemComments .input-prepend .add-on {
  border-radius: 0;
  background: #80b601;
  border: none;
  color: #fff;
  text-shadow: none;
  padding: 5px 8px;
  position: relative;
  z-index: 1;
}
#k2Container.itemView .itemComments .input-prepend .add-on i {
  font-size: 16px;
}
.k2CategoriesListBlock ul.level0 {
  margin: 0;
}
.k2CategoriesListBlock ul.level0 > li {
  padding-bottom: 0;
  border-bottom: 1px dashed #494848;
}
.k2CategoriesListBlock ul.level0 > li > a {
  position: relative;
  margin-left: 20px;
  color: #c8c8c8;
  font-size: 15px;
  padding: 7px 0;
  display: block;
  background: transparent;
}
.k2CategoriesListBlock ul.level0 > li > a:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #c9c9c9;
  position: absolute;
  left: -20px;
  top: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.k2CategoriesListBlock ul.level0 > li.active > a,
.k2CategoriesListBlock ul.level0 > li:hover > a {
  color: #80b601;
}
.k2CategoriesListBlock ul.level0 > li.active > a:before,
.k2CategoriesListBlock ul.level0 > li:hover > a:before {
  background: #80b601;
}
.k2CategoriesListBlock ul.level0 > li.deeper {
  padding-bottom: 25px;
}
.k2CategoriesListBlock ul.level0 > li > ul li.active,
.k2CategoriesListBlock ul.level0 > li > ul li:hover {
  background: #303030;
}
.k2CategoriesListBlock ul.level0 > li > ul li.active > a,
.k2CategoriesListBlock ul.level0 > li > ul li:hover > a {
  color: #80b601;
}
.k2CategoriesListBlock ul.level0 > li > ul li a {
  color: #c8c8c8;
  margin: 0 0 1px 40px;
  padding: 2px 0;
  display: block;
}
.k2CategoriesListBlock ul.level0 > li > ul li a:before {
  content: "+";
  margin-right: 7px;
}
div.k2ItemsBlock ul li {
  background: transparent;
  padding: 10px 0;
  border-bottom: 1px dashed #3f3f3f;
}
div.k2ItemsBlock ul li .moduleItemDateCreated {
  display: inline-block;
  height: 35px;
  line-height: 15px;
  padding: 22px 30px 7px 5px;
  text-align: center;
  text-transform: lowercase;
  width: 30px;
  float: left;
  margin: 0 10px 10px 0;
  background: url("../images/calendar.png") no-repeat;
}
div.k2ItemsBlock ul li .moduleItemTitle {
  font-weight: bold;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext p {
  display: inline;
}
div.k2ItemsBlock ul li a:hover {
  color: #fff;
}
.k2LatestCommentsBlock ul li {
  background: transparent;
  padding: 15px 0;
  border-bottom: 1px dashed #3f3f3f;
}
.k2LatestCommentsBlock ul li:first-child {
  padding-top: 0;
}
.k2LatestCommentsBlock ul li .k2Avatar img {
  border: none;
  background: transparent;
  padding: 0;
  margin: 5px 10px 0 0;
}
.k2LatestCommentsBlock ul li .comment-block {
  overflow: hidden;
}
.k2LatestCommentsBlock ul li .comment-block > a {
  color: #ccc;
}
.k2LatestCommentsBlock ul li .comment-block > a:hover {
  color: #80b601;
}
.k2LatestCommentsBlock ul li .comment-block .comment-info {
  font-family: 'arial';
}
.k2LatestCommentsBlock ul li .comment-block .comment-info a:hover {
  color: #fff;
}
div.k2TagCloudBlock {
  padding: 0;
}
div.k2TagCloudBlock a {
  position: relative;
  background: #4b4b4b;
  font-size: 11px;
  float: left;
  margin: 0 7px 7px 0;
  padding: 2px 20px 3px 20px;
  color: #ccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
div.k2TagCloudBlock a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  z-index: 0;
  position: absolute;
  left: 8px;
  top: 10px;
  background: #252525;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.k2TagCloudBlock a:hover {
  background: #80b601;
  color: #fff;
  padding: 2px 20px 3px 20px;
}
div.k2TagCloudBlock a:hover > span {
  top: -8px;
  background: #5c8301;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5),inset 0 0 2px  rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5),inset 0 0 2px  rgba(0,0,0,0.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5),inset 0 0 2px  rgba(0,0,0,0.3);
}
div.k2TagCloudBlock a:focus {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
  box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
}
div.k2TagCloudBlock 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;
}
body.sj_me {
background-color: #ffffff;
color: #454545!important;
}
.footer1{
  margin-bottom:10px;
}