.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;
}
.no-modal .modal {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: auto;
  right: auto;
  margin: 0;
  position: static;
  top: auto;
  width: auto;
}
.button1 {
  display: inline-block !important;
  height: 27px;
  background: url("../images/green/button_center.png") repeat-x 0 0;
  padding: 0 5px;
  margin: 0 12px;
  position: relative;
  color: #ffffff;
}
.button1:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  background: url("../images/green/button.png") repeat-x 0 0;
}
.button1:after {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  background: url("../images/green/button.png") repeat-x right 0;
}
.button1:hover {
  background-position: 0 bottom;
}
.button1:hover:before {
  background-position: 0 bottom;
}
.button1:hover:after {
  background-position: right bottom;
}
.button2 {
  background: red;
  display: inline-block;
  padding: 3px;
  background-color: #428017;
  background-image: -moz-linear-gradient(top,#468919,#3b7315);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#468919),to(#3b7315));
  background-image: -webkit-linear-gradient(top,#468919,#3b7315);
  background-image: -o-linear-gradient(top,#468919,#3b7315);
  background-image: linear-gradient(to bottom,#468919,#3b7315);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff468919', endColorstr='#ff3a7315', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button2:hover {
  background-color: #3f7c17;
  background-image: -moz-linear-gradient(top,#3b7315,#468919);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3b7315),to(#468919));
  background-image: -webkit-linear-gradient(top,#3b7315,#468919);
  background-image: -o-linear-gradient(top,#3b7315,#468919);
  background-image: linear-gradient(to bottom,#3b7315,#468919);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a7315', endColorstr='#ff468919', GradientType=0);
}
.backtotop {
  background-color: #468919;
  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 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: 300px;
  top: 35px;
  right: -320px;
  padding: 8px;
  z-index: 999;
  font-size: 11px;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 26px;
  left: -47px;
  top: 9px;
  padding: 7px 10px;
  cursor: pointer;
  overflow: hidden;
  background: url("../images/cpanel/bg-cpanel-head.png") repeat #666666;
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 18px;
  margin: 0 0 0 4px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
#cpanel_wrapper #ytcpanel_accordion {
  margin-bottom: 10px;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 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;
}
#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.blue {
  background-color: #2378b4;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.green {
  background-color: #468919;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.purple {
  background-color: #8e3dda;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.yellow {
  background-color: #fbb301;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.active {
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors {
  margin: 0 -1px 0 0 !important;
  border-color: #ccc;
  width: 55px !important;
  border-radius: 3px 0 0 3px !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern {
  height: 22px;
  width: 30px;
  float: left;
  text-indent: -999em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern.active {
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox {
  width: 95%;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 0;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox:hover {
  border-color: #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox select {
  z-index: 10;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
#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);
}
.collapse {
  overflow: hidden;
}
.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: #6b82a2;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-align: center;
}
.btn-special span {
  font-size: 20px;
  line-height: 36px;
  width: 24px;
  margin: 0 4px 0 8px;
}
.btn-special:hover span {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#yt_notice {
  position: fixed;
  top: 0px;
  height: 0px;
  min-height: 0px;
  z-index: 96;
}
#yt_notice .yt-notice .module {
  background-color: #6b82a2;
  color: #eee;
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;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: #BFCFE6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special span {
  margin: 0 8px 0 8px;
  line-height: 36px;
}
#yt_sticky_left {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
}
#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_header1 {
  background-color: #f9272b;
  background-image: -moz-linear-gradient(top,#fa3338,#f91419);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fa3338),to(#f91419));
  background-image: -webkit-linear-gradient(top,#fa3338,#f91419);
  background-image: -o-linear-gradient(top,#fa3338,#f91419);
  background-image: linear-gradient(to bottom,#6f866f,rgba(37, 255, 55, 0.81));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff93337', endColorstr='#fff91419', GradientType=0);
}
#yt_header2 {
  background: #468919;
}
#yt_header2 #yt_logoposition h1 {
  margin: 18px 0;
}
#yt_header2 #yt_logoposition h1 a {
  display: inline-block;
  min-height: 60px;
}
#yt_menuwrap {
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  height: 56px;
  margin: 0;
  -webkit-box-shadow: 0 5px 16px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 5px 16px rgba(0,0,0,0.35);
  box-shadow: 0 5px 16px rgba(0,0,0,0.35);
}
#yt_menuwrap #yt-mobilemenu {
  display: none;
}
#yt_slideshow {
  margin: 0 0 32px;
}
#yt_slideshow:after {
  content: "";
  width: 100%;
  height: 11px;
  display: table;
  background: #eee;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 -1px 0 #fff inset;
  -moz-box-shadow: 0 -1px 0 #fff inset;
  box-shadow: 0 -1px 0 #fff inset;
}
#content #yt_component {
  margin-bottom: 15px;
  min-height: 150px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#yt_footer {
  padding: 20px 0 15px;
  background: #000000;
  color: #c8c8c8;
  font-size: 92%;
}
#yt_footer #yt_copyrightposition {
  text-align: center;
}
#yt_footer #yt_copyrightposition a:hover {
  color: #fff;
}
#content > .yt-main > .yt-main-in1 {
  background: #f5f5f5;
  -webkit-box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  padding: 30px 10px 0;
}
#yt_spotlight1 > .yt-main > .yt-main-in1 {
  background: #ffffff;
  -webkit-box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  padding: 0 10px;
  position: relative;
}
#yt_spotlight2 > .yt-main > .yt-main-in1 {
  background: #F5F5F5;
  -webkit-box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  box-shadow: 0px 15px 15px rgba(0,0,0,0.55);
  margin-top: -3px;
  padding: 20px 10px 0;
  position: relative;
  z-index: 0;
}
#yt_footer .group-footer-right {
  float: right;
  margin-left: 0;
  margin-right: 0;
}
#yt_footer .group-footer-left {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.layout_left-right-main .wrap-item:before,
.layout_left-right-main .wrap-item:after,
.layout_left-right-main #breadcrumb div.module:after,
.layout_left-right-main #breadcrumb div.module:before,
.layout_left-right-main .slideshow .news-scroller:before,
.layout_left-main .wrap-item:before,
.layout_left-main .wrap-item:after,
.layout_left-main #breadcrumb div.module:after,
.layout_left-main #breadcrumb div.module:before,
.layout_left-main .slideshow .news-scroller:before,
.layout_left-main-right .wrap-item:before,
.layout_left-main-right .wrap-item:after,
.layout_left-main-right #breadcrumb div.module:after,
.layout_left-main-right #breadcrumb div.module:before,
.layout_left-main-right .slideshow .news-scroller:before {
  display: none;
}
.layout_left-right-main #breadcrumb div.modcontent,
.layout_left-main #breadcrumb div.modcontent,
.layout_left-main-right #breadcrumb div.modcontent {
  padding: 10px;
}
.layout-m div.event .mgi-wrap .item-wrap .item-image {
  margin: 0 10px 10px;
}
a {
  color: #468919;
}
a:hover {
  color: #fa2d31;
  text-decoration: none;
}
a:focus {
  outline: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
}
div.img_caption {
  position: relative;
}
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;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.blank {
  list-style: none;
  margin: 0;
}
ul.blank li {
  padding: 0;
}
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="color"]: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: #468919;
  color: #fff;
  text-shadow: none;
  padding: 4px 14px;
  font-size: 116.7%;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
.button:hover,
button:hover {
  background: #fa2d31;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: inherit;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
select[multiple],
select[size] {
  padding: 6px;
}
legend {
  margin: 0;
}
.badge,
.label {
  display: inline-block;
}
.page-header .btn [class^="icon-"] {
  margin: 0;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #666;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #666;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #999;
  border-bottom: 2px solid #777;
  font-size: 118%;
  color: #fff;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #f80 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
h1.componentheading {
  font-size: 200%;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 10px 10px 20px;
  display: inline-block;
  background: #468919;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  margin: 10px 10px 30px -20px;
  position: relative;
}
h1.componentheading:after {
  border-color: #1a3309 transparent;
  border-style: solid;
  border-width: 0 0 10px 10px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -10px;
  width: 0;
}
div.categories-list > div {
  margin-bottom: 1em;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
div.categories-list > div h3.page-header .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 {
  color: #690;
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.blog .heading-category:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0 5px;
  background: url("../images/green/bullet.png") no-repeat scroll 0px 0;
}
.blog .items-leading {
  overflow: hidden;
  padding: 0 0 15px;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  position: relative;
}
.blog .items-leading .item:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.blog .items-leading .item:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  max-width: 55%;
}
.blog .items-leading .item .item-image:before {
  -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;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.blog .items-leading .item .item-image .image-overlay {
  height: 40%;
  left: 30%;
  position: absolute;
  top: 30%;
  width: 40%;
  z-index: 1;
  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: #468919;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
}
.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 .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: #519f1d;
}
.blog .items-leading .item .item-image:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
.blog .items-leading .item .article-text {
  *zoom: 1;
}
.blog .items-leading .item .article-text:before,
.blog .items-leading .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog .items-leading .item .article-text:after {
  clear: both;
}
.blog .items-leading .item .article-text .page-header {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #468919;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #f91419;
}
.blog .items-leading .item .article-text .item-headinfo {
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 1px dashed #c8c8c8;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  float: left;
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd .ico-create {
  width: 19px;
  height: 21px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: -3px;
  background: url("../images/ico-sprites.png") no-repeat;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li {
  margin: 0 0 0 10px;
  float: right;
  height: 17px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a {
  background: url(../images/print-email.png) no-repeat center bottom;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a {
  background: url(../images/print-email.png) no-repeat center top;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  height: 17px;
}
.blog .items-leading .item .article-text .button1 {
  float: right;
}
.blog .items-leading .item .article-text .button1 a {
  color: #FFFFFF;
  line-height: 27px;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 15px;
  display: inline-block;
  max-width: 100%;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: auto !important;
  min-height: 126px !important;
  max-width: 100%;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row.cols-2,
.blog .items-row.cols-3,
.blog .items-row.cols-4,
.blog .items-row.row-0 {
  border-top: none;
}
.blog .items-row .item {
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  position: relative;
}
.blog .items-row .item:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.blog .items-row .item:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  max-width: 55%;
}
.blog .items-row .item .item-image:before {
  -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;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.blog .items-row .item .item-image .image-overlay {
  height: 40%;
  left: 30%;
  position: absolute;
  top: 30%;
  width: 40%;
  z-index: 1;
  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: #468919;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
}
.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 .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: #519f1d;
}
.blog .items-row .item .item-image:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
.blog .items-row .item .article-text {
  *zoom: 1;
}
.blog .items-row .item .article-text:before,
.blog .items-row .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog .items-row .item .article-text:after {
  clear: both;
}
.blog .items-row .item .article-text .page-header {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #468919;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #f91419;
}
.blog .items-row .item .article-text .item-headinfo {
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 1px dashed #c8c8c8;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  float: left;
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd .ico-create {
  width: 19px;
  height: 21px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: -3px;
  background: url("../images/ico-sprites.png") no-repeat;
}
.blog .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li {
  margin: 0 0 0 10px;
  float: right;
  height: 17px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a {
  background: url(../images/print-email.png) no-repeat center bottom;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a {
  background: url(../images/print-email.png) no-repeat center top;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  height: 17px;
}
.blog .items-row .item .article-text .button1 {
  float: right;
}
.blog .items-row .item .article-text .button1 a {
  color: #FFFFFF;
  line-height: 27px;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 15px;
  display: inline-block;
  max-width: 100%;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: auto !important;
  min-height: 126px !important;
  max-width: 100%;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
body.homepage .blog-featured .items-leading {
  padding: 0;
  border: none;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title {
  font-size: 150%;
  font-weight: normal;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title a {
  color: #468919;
}
.blog-featured .items-leading.cols-2,
.blog-featured .items-leading.cols-3,
.blog-featured .items-leading.cols-4 {
  border-bottom: none;
}
.blog-featured .items-leading .item {
  padding: 0 0 10px 0;
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  position: relative;
}
.blog-featured .items-leading .item:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.blog-featured .items-leading .item:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  max-width: 55%;
}
.blog-featured .items-leading .item .item-image:before {
  -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;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.blog-featured .items-leading .item .item-image .image-overlay {
  height: 40%;
  left: 30%;
  position: absolute;
  top: 30%;
  width: 40%;
  z-index: 1;
  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: #468919;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
}
.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 .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: #519f1d;
}
.blog-featured .items-leading .item .item-image:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
.blog-featured .items-leading .item .article-text {
  *zoom: 1;
}
.blog-featured .items-leading .item .article-text:before,
.blog-featured .items-leading .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-featured .items-leading .item .article-text:after {
  clear: both;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #468919;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #f91419;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 1px dashed #c8c8c8;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  float: left;
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd .ico-create {
  width: 19px;
  height: 21px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: -3px;
  background: url("../images/ico-sprites.png") no-repeat;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li {
  margin: 0 0 0 10px;
  float: right;
  height: 17px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a {
  background: url(../images/print-email.png) no-repeat center bottom;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a {
  background: url(../images/print-email.png) no-repeat center top;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  height: 17px;
}
.blog-featured .items-leading .item .article-text .button1 {
  float: right;
}
.blog-featured .items-leading .item .article-text .button1 a {
  color: #FFFFFF;
  line-height: 27px;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 15px;
  display: inline-block;
  max-width: 100%;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: auto !important;
  min-height: 126px !important;
  max-width: 100%;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading .item.leading-0 {
  padding-top: 0;
}
.blog-featured .items-row {
  overflow: hidden;
  border-top: 1px dotted #C3C3C3;
}
.blog-featured .items-row.cols-2,
.blog-featured .items-row.cols-3,
.blog-featured .items-row.cols-4,
.blog-featured .items-row.row-0 {
  border-top: none;
}
.blog-featured .items-row .item {
  padding: 10px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  position: relative;
}
.blog-featured .items-row .item:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.blog-featured .items-row .item:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  max-width: 55%;
}
.blog-featured .items-row .item .item-image:before {
  -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;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.blog-featured .items-row .item .item-image .image-overlay {
  height: 40%;
  left: 30%;
  position: absolute;
  top: 30%;
  width: 40%;
  z-index: 1;
  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: #468919;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
}
.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 .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: #519f1d;
}
.blog-featured .items-row .item .item-image:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
.blog-featured .items-row .item .article-text {
  *zoom: 1;
}
.blog-featured .items-row .item .article-text:before,
.blog-featured .items-row .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog-featured .items-row .item .article-text:after {
  clear: both;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #468919;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #f91419;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 1px dashed #c8c8c8;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  float: left;
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd .ico-create {
  width: 19px;
  height: 21px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: -3px;
  background: url("../images/ico-sprites.png") no-repeat;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li {
  margin: 0 0 0 10px;
  float: right;
  height: 17px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a {
  background: url(../images/print-email.png) no-repeat center bottom;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a {
  background: url(../images/print-email.png) no-repeat center top;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  height: 17px;
}
.blog-featured .items-row .item .article-text .button1 {
  float: right;
}
.blog-featured .items-row .item .article-text .button1 a {
  color: #FFFFFF;
  line-height: 27px;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 15px;
  display: inline-block;
  max-width: 100%;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: auto !important;
  min-height: 126px !important;
  max-width: 100%;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.wrap-item {
  position: relative;
}
.wrap-item:before {
  background: #FFFFFF;
  top: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  width: 20px;
}
.wrap-item:after {
  background: none repeat scroll 0 0 transparent;
  border-color: #939393 transparent;
  border-style: solid;
  border-width: 0 0 10px 10px;
  bottom: auto;
  box-shadow: none;
  content: "";
  display: block;
  height: 0;
  left: -20px;
  position: absolute;
  top: -10px;
  width: 0;
}
.item-page {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
}
.item-page .yt-grid {
  margin: 30px 80px;
  width: auto;
}
.item-page .page-header {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
  margin: 0;
}
.item-page .page-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.item-page .page-header h2 a {
  color: #468919;
}
.item-page .page-header h2 a:hover {
  color: #f91419;
}
.item-page .page-header h2 {
  margin-bottom: 15px;
}
.item-page .item-headinfo {
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 1px dashed #c8c8c8;
  margin-bottom: 15px;
}
.item-page .item-headinfo dl.article-info {
  float: left;
  margin: 0;
}
.item-page .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.item-page .item-headinfo dl.article-info dd .ico-create {
  width: 19px;
  height: 21px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: -3px;
  background: url("../images/ico-sprites.png") no-repeat;
}
.item-page .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.item-page .item-headinfo ul.actions li {
  margin: 0 0 0 10px;
  float: right;
  height: 17px;
}
.item-page .item-headinfo ul.actions li.print-icon a {
  background: url(../images/print-email.png) no-repeat center bottom;
}
.item-page .item-headinfo ul.actions li.email-icon a {
  background: url(../images/print-email.png) no-repeat center top;
}
.item-page .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .item-headinfo ul.actions li a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  height: 17px;
}
.item-page .item-headinfo dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
.item-page .item-headinfo .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .image-overlay {
  height: 40%;
  left: 30%;
  position: absolute;
  top: 30%;
  width: 40%;
  z-index: 1;
  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: #468919;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
}
.item-page .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(20px,-20px);
  -moz-transform: translate(20px,-20px);
  -ms-transform: translate(20px,-20px);
  -o-transform: translate(20px,-20px);
  transform: translate(20px,-20px);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.item-page .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(-20px,20px);
  -moz-transform: translate(-20px,20px);
  -ms-transform: translate(-20px,20px);
  -o-transform: translate(-20px,20px);
  transform: translate(-20px,20px);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.item-page .image-overlay .hover-links a i {
  margin: 0;
  font-size: 14px;
  color: white;
}
.item-page div.related-items-title {
  text-transform: uppercase;
  margin-top: 2em;
}
.item-page .img-fulltext {
  position: relative;
  margin: 20px auto;
  max-width: 100%;
  text-align: center;
}
.item-page .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page .img-fulltext div.img_caption {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page ul.related-items li .img-fulltext {
  display: inline-block;
  margin-bottom: 10px;
}
.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;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
.category-list h2 {
  color: #690;
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.category-list h2:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0 5px;
  background: url("../images/green/bullet.png") no-repeat scroll 0px 0;
}
.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 dotted #ccc;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div.row1 {
  background: #f5f5f5;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.pagination {
  height: auto;
  margin: 0;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 2px;
}
.pagination ul li > a,
.pagination ul li > span {
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #468919;
  color: #468919;
  background: #ffffff;
  border-radius: 0 !important;
}
.pagination ul li > a.active,
.pagination ul li > a:hover,
.pagination ul li > span.active,
.pagination ul li > span:hover {
  background: #468919;
  color: #ffffff;
}
.pagination ul li > a.active span,
.pagination ul li > a:hover span,
.pagination ul li > span.active span,
.pagination ul li > span:hover span {
  color: #ffffff;
  background: none;
}
.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 #468919;
}
.pagination ul li.active {
  border: 1px solid #468919;
}
.contentpane {
  margin: 1em;
  font-size: 12px;
  font-family: sans-serif;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 160%;
  font-weight: normal;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
}
.contentpane .item-page .img-fulltext {
  display: inline-block;
}
.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 div.img_caption {
  width: auto !important;
}
.contentpane .item-page .img-fulltext {
  display: block;
}
.contentpane .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.contentpane .row-fluid .span4 {
  width: 31.6239%;
  float: left;
  margin-left: 2.12766%;
}
.contentpane .row-fluid .span3 {
  width: 23.0769%;
  float: left;
  margin-left: 2.12766%;
}
.contentpane .wrap-item:before,
.contentpane .wrap-item:after {
  display: none;
}
.contentpane h1.componentheading:after {
  display: none;
}
dl.tabs {
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  margin: 1.5em 0 1em;
  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: #73B700;
}
dl.tabs dt h3 {
  background: #f5f5f5;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 116.7%;
  border: 1px solid #e5e5e5;
}
dl.tabs dt h3 a {
  color: #808080;
}
dd.tabs {
  margin: 0;
}
.search #searchForm legend {
  font-size: 18px;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  background: #ECF0E8;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
  box-shadow: 0 0 0 1px #f4f4f4 inset;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
}
.finder #search-form #finder-search #finder-filter-select-list label {
  line-height: 30px;
  margin-bottom: 10px;
  min-width: 150px;
  vertical-align: middle;
}
.finder #search-form #finder-search #finder-filter-select-list select {
  margin-bottom: 10px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed 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: 10px 0;
}
.newsfeed ol li a {
  font-size: 120%;
  color: #777;
  font-weight: bold;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
.newsfeed ol li:hover {
  background: #f5f5f5;
}
.newsfeed ol li:hover a {
  color: #468919;
}
div.weblink-category h3 {
  font-size: 130%;
}
div.weblink-category ul {
  position: relative;
  margin: 0;
  padding-left: 15px;
}
div.weblink-category ul li {
  list-style: none;
  font-weight: bold;
}
div.weblink-category ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
  overflow: hidden;
}
div.weblink-category ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.weblink-category ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.weblink-category ul li ul > li .item-title {
  padding: 3px 8px;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .control-label label {
  font-weight: bold;
}
.login .well .controls {
  margin: 0;
}
ul.nav-tabs.nav-stacked {
  padding-left: 20px;
  margin-left: -8px;
}
ul.nav-tabs.nav-stacked li {
  list-style: disc;
}
ul.nav-tabs.nav-stacked li a {
  background: none;
  border: none;
  border-radius: 0;
  padding: 3px 0;
}
.registration .page-header {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
}
.registration .page-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.registration .page-header h2 a {
  color: #468919;
}
.registration .page-header h2 a:hover {
  color: #f91419;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  border: none;
}
.k2AccountPage table.admintable td.key label {
  margin: 0 5px 10px;
}
#genderm-lbl,
#genderf-lbl {
  display: inline-block;
  margin-bottom: 10px;
}
#genderm,
#genderf {
  margin-top: -2px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border: medium none;
  margin: 0 0 0 130px;
  padding: 8px;
  text-align: left;
}
.itemListCategoriesBlock div.itemListCategory h2 {
  margin: 0;
  color: #468919;
}
.itemListCategoriesBlock a.subCategoryMore {
  color: #FFFFFF;
  line-height: 27px;
}
.itemListCategoriesBlock div.subCategory {
  background: none repeat scroll 0 0 #FFFFFF;
  border: none;
  margin: 5px;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  position: relative;
}
.itemListCategoriesBlock div.subCategory:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.itemListCategoriesBlock div.subCategory:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.itemListCategoriesBlock div.subCategory a.subCategoryImage img,
.itemListCategoriesBlock div.subCategory a.subCategoryImage:hover img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: none;
  margin: 0;
  padding: 0;
}
.itemListCategoriesBlock div.subCategory h2 {
  margin: 10px 0;
}
.itemListView div.catItemImageBlock {
  margin: 0 20px 0 0;
  max-width: 55%;
  padding: 0;
  position: relative;
  width: auto;
}
.itemListView div.catItemImageBlock:before {
  -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;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.itemListView div.catItemImageBlock:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  background: #ffffff;
  z-index: 1;
  right: -20px;
  top: 0;
}
.itemListView div.catItemImageBlock:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
.itemListView .cols-2 div.catItemImageBlock,
.itemListView .cols-3 div.catItemImageBlock,
.itemListView .cols-4 div.catItemImageBlock {
  margin: 0 0 20px 0;
  max-width: 100%;
}
.itemListView .cols-2 div.catItemImageBlock:after,
.itemListView .cols-3 div.catItemImageBlock:after,
.itemListView .cols-4 div.catItemImageBlock:after {
  display: none;
}
.itemListView span.catItemImage {
  margin: 0;
  background: url(../images/loading.gif) no-repeat scroll center center #E6E6E6;
}
.itemListView span.catItemImage img {
  border: none;
  padding: 0;
}
.itemListView div.catItemBody {
  padding: 0;
}
.itemListView div.catItemView {
  padding: 0;
}
.itemListView div.itemContainer {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
}
.itemListView div.itemContainer:before {
  background: #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.itemListView div.itemContainer:after {
  background: #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.itemListView div.catItemHeader h3.catItemTitle {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.itemListView div.catItemHeader h3.catItemTitle a {
  color: #468919;
}
.itemListView div.catItemHeader h3.catItemTitle a:hover {
  color: #f91419;
}
.itemListView .item-info {
  font-size: 12px;
  color: #909090;
  border-bottom: 1px dashed #c8c8c8;
  margin: 10px 0;
}
.itemListView div.catItemHeader span.catItemDateCreated {
  display: inline-block;
  font-size: 12px;
  color: #909090;
  margin-right: 20px;
}
.itemListView div.catItemCommentsLink {
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
  border: none;
}
.itemListView div.catItemCommentsLink:before {
  content: "\f075";
  font-family: "fontawesome";
  margin-right: 3px;
}
.itemListView div.catItemCommentsLink a {
  color: #909090;
}
.itemListView div.catItemCommentsLink a:hover {
  color: #468919;
}
.itemListView .catItemLinks {
  display: inline-block;
  margin: 0;
}
.itemListView div.catItemHitsBlock {
  padding: 0;
  border: none;
}
.itemListView div.catItemHitsBlock:before {
  content: "\f06e";
  font-family: "fontawesome";
  margin-right: 3px;
}
.itemListView div.catItemIntroText {
  padding: 0;
}
.itemListView div.catItemReadMore {
  float: right;
}
.itemListView div.catItemReadMore a {
  color: #FFFFFF;
  line-height: 27px;
}
.latestView div.latestItemList {
  padding: 0;
}
.latestView div.latestItemBody {
  padding: 0;
}
.latestView span.latestItemImage {
  margin: 0;
}
.latestView div.latestItemHeader h3.latestItemTitle {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.latestView div.latestItemReadMore {
  float: right;
}
.latestView div.latestItemReadMore a {
  color: #FFFFFF;
  line-height: 27px;
}
.latestView div.itemContainer {
  float: none;
}
#k2Container.itemView {
  padding: 10px 10px 10px 0;
}
div.itemView {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
  border: none;
}
div.itemView div.itemHeader h2.itemTitle {
  color: #468919;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 0;
}
div.itemView .item-info {
  border-bottom: 1px dashed #c8c8c8;
}
div.itemView .item-info > div {
  float: left;
  color: #909090;
  font-size: 12px;
}
div.itemView .itemDateCreated,
div.itemView .k2-comment,
div.itemView .itemContentFooter {
  margin-right: 30px;
}
div.itemView div.itemContentFooter {
  border: none;
  color: #909090;
  margin: 0 30px 0 0;
  padding: 0;
  text-align: left;
}
div.itemView div.itemToolbar {
  float: right;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
div.itemView div.k2-comment:before {
  content: "\f075";
  font-family: "fontawesome";
  margin-right: 3px;
}
div.itemView div.k2-comment a {
  color: #909090;
}
div.itemView div.k2-comment a:hover {
  color: #468919;
}
div.itemView div.itemContentFooter {
  padding: 0;
  border: none;
}
div.itemView div.itemContentFooter:before {
  content: "\f06e";
  font-family: "fontawesome";
  margin-right: 3px;
}
div.itemView span.itemHits {
  float: none;
}
div.itemView div.itemToolbar ul li a.itemPrintLink,
div.itemView div.itemToolbar ul li a.itemEmailLink {
  background: url(../images/print-email.png) no-repeat;
  display: inline-block;
  height: 17px;
  text-indent: -999em;
  width: 16px;
}
div.itemView div.itemToolbar ul li a.itemPrintLink {
  background-position: left bottom;
}
div.itemView div.itemToolbar ul li {
  background: none;
  border: none;
  padding: 0 4px;
  display: inline-block;
}
div.itemView div.itemToolbar ul li.font-size {
  border-right: 1px solid #c1c1c1;
  margin-right: 10px;
  padding-right: 10px;
}
div.itemView div.itemToolbar ul li span.itemTextResizerTitle {
  margin-right: 10px;
  display: inline-block;
}
div.itemView div.itemToolbar ul li a img {
  vertical-align: -2px;
}
div.itemView .item-info {
  padding: 5px 0;
  margin-bottom: 20px;
}
div.itemView div.itemIntroText {
  font-size: 140%;
  color: inherit;
  font-weight: normal;
}
div.itemView div.itemAuthorLatest h3 {
  color: #468919;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 0;
  margin: 0 0 10px;
  border-bottom: 1px dashed #c8c8c8;
}
div.itemView .addthis_toolbox {
  margin-top: 30px;
}
div.itemView div.itemAuthorLatest ul li {
  border: none;
  background: none;
  padding: 5px 0;
}
div.itemView div.itemAuthorLatest ul li:before {
  color: #C6C6C6;
  content: "\f10c";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 8px;
  margin: 0 3px;
  vertical-align: top;
}
div.itemView div.itemAuthorLatest ul li a {
  color: #444444;
}
div.itemView div.itemAuthorLatest ul li a:hover {
  color: #468919;
}
div.itemView div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border: none;
}
div.itemView div.itemAuthorBlock img.itemAuthorAvatar {
  background: #FFFFFF;
  border: none;
  margin: 0 10px 0 0;
  padding: 0;
}
div.itemView div.itemAuthorBlock {
  background: #efefef;
  border: none;
  margin: 0 0 30px;
  padding: 10px 10px 10px 0;
  position: relative;
}
div.itemView div.itemAuthorBlock:before {
  content: "";
  width: 20px;
  height: 100%;
  left: -20px;
  top: 0;
  background: #efefef;
  position: absolute;
}
div.itemView div.itemAuthorBlock:after {
  content: "";
  width: 10px;
  height: 100%;
  right: -10px;
  top: 0;
  background: #efefef;
  position: absolute;
}
div.itemView h3.itemAuthorName {
  font-size: 100%;
  font-weight: normal;
  margin: -3px 0 10px;
}
div.itemView div.itemComments {
  background: none;
  border: none;
  padding: 0;
}
div.itemView h3.itemCommentsCounter {
  font-size: 18px;
  font-weight: normal;
  color: #468919;
  margin: 0 0 20px;
  padding: 5px 0;
  border-bottom: 1px dashed #c8c8c8;
}
div.itemView div.itemComments ul.itemCommentsList li {
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 25px;
}
div.itemView div.itemComments ul.itemCommentsList li img {
  background: none;
  border: none;
  margin: 6px 15px 10px 0;
  padding: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
div.itemView div.commentAuthorName {
  font-size: 15px;
}
div.itemView div.commentDate {
  color: #909090;
  font-size: 92%;
}
div.itemView div.itemComments ul.itemCommentsList li p {
  padding: 0;
}
div.itemView div.itemComments ul.itemCommentsList {
  border-bottom: 1px dashed #c8c8c8;
}
div.itemView div.itemCommentsForm h3 {
  font-size: 18px;
  color: #468919;
  font-weight: normal;
}
div.itemView div.itemCommentsForm p.itemCommentsFormNotes {
  border: none;
}
div.itemView #comment-form i {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../images/comments.png) no-repeat;
  float: left;
}
div.itemView #comment-form i.email {
  background-position: 0 -33px;
}
div.itemView #comment-form i.url {
  background-position: 0 -66px;
}
div.itemView #comment-form i.icon-comments {
  background: none;
  width: auto;
  height: auto;
  padding: 0 4px;
}
div.itemView #comment-form i.icon-comments:before {
  color: #ffffff;
  font-size: 120%;
  margin-top: 2px;
}
div.itemView div.itemCommentsForm form input.inputbox {
  height: 23px;
  width: 77%;
}
div.itemView div.itemCommentsForm form textarea.inputbox {
  height: 200px;
  width: 96%;
}
div.itemView div.itemCommentsForm form input#submitCommentButton {
  background: none;
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.itemView .button2 {
  position: relative;
  top: -30px;
}
div.itemView span.itemImage a {
  display: inline-block;
  position: relative;
  z-index: 0;
  max-width: 100%;
}
div.itemView span.itemImage a:before {
  -webkit-box-shadow: 0 0 0 0 #FFFFFF inset;
  -moz-box-shadow: 0 0 0 0 #FFFFFF inset;
  box-shadow: 0 0 0 0 #FFFFFF inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 10;
}
div.itemView span.itemImage a:hover:before {
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
div.itemView span.itemImage img {
  border: none;
  padding: 0;
}
.userView div.userItemImageBlock {
  float: none;
}
.userView span.userItemDateCreated {
  color: #909090;
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
}
.userView div.userItemCommentsLink {
  border: medium none;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  color: #909090;
}
.userView div.userItemCommentsLink:before {
  content: "\f075";
  font-family: "fontawesome";
  margin-right: 3px;
}
.userView div.userItemCommentsLink a {
  color: #909090;
}
.userView div.userItemCommentsLink a:hover {
  color: #468919;
}
.userView div.userItemHeader h3.userItemTitle {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.userView .userItemView {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
}
.userView .userItemView:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.userView .userItemView:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.userView div.userItemBody {
  padding: 0;
}
.userView span.userItemImage img {
  border: none;
  padding: 0;
}
.userView span.userItemImage {
  margin: 0 0 15px;
}
.userView .item-info {
  border-bottom: 1px dashed #C8C8C8;
  color: #909090;
  font-size: 12px;
  margin: 10px 0;
}
.userView a.k2ReadMore {
  color: #ffffff;
  line-height: 27px;
}
.userView div.userItemIntroText {
  padding: 0;
}
.userView div.itemIsFeatured,
.userView div.catItemIsFeatured,
.userView div.userItemIsFeatured {
  background: #ffffff;
}
.userView div.itemIsFeatured div.userItemBody,
.userView div.catItemIsFeatured div.userItemBody,
.userView div.userItemIsFeatured div.userItemBody {
  position: relative;
}
.userView div.itemIsFeatured div.userItemBody:before,
.userView div.catItemIsFeatured div.userItemBody:before,
.userView div.userItemIsFeatured div.userItemBody:before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: url(../../../components/com_k2/images/system/featuredItem.png) no-repeat scroll 100% 0 transparent;
  z-index: 1;
}
.tagItemList div.tagItemView {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 35px;
  padding: 10px;
  border: none;
  position: relative;
}
.tagItemList div.tagItemView:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
.tagItemList div.tagItemView:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
.tagItemList span.tagItemImage img {
  padding: 0;
  border: none;
}
.tagItemList span.tagItemImage {
  margin: 0 15px 0 0;
  position: relative;
}
.tagItemList span.tagItemImage:before {
  -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;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.tagItemList span.tagItemImage:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
.tagItemList div.tagItemBody {
  padding: 0;
}
.tagItemList div.tagItemHeader h2.tagItemTitle {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
}
.tagItemList a.k2ReadMore {
  line-height: 27px;
  color: #ffffff;
}
.wrap-item > .contact {
  background: #ffffff;
  padding: 25px 10px 25px 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  position: relative;
}
.wrap-item > .contact .contact-form {
  margin-top: 30px;
}
.wrap-item > .contact h3.jicons-text {
  color: #468919;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 5px 0;
  border-bottom: 1px dashed #c8c8c8;
}
.wrap-item > .contact .contact-address h3.jicons-text,
.wrap-item > .contact .number h3.jicons-text,
.wrap-item > .contact .contact-contactinfo h3.jicons-text {
  border: none;
  color: inherit;
}
.wrap-item > .contact .control-group1 {
  margin-bottom: 15px;
}
.wrap-item > .contact .message {
  float: right;
  width: 65%;
}
.wrap-item > .contact input {
  width: 225px;
  height: 23px;
  max-width: 26%;
}
.wrap-item > .contact textarea {
  width: 95%;
  height: 165px;
}
.wrap-item > .contact button {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-block;
  line-height: 20px;
  padding: 2px 5px;
  text-shadow: none;
  vertical-align: top;
}
.wrap-item > .contact i {
  background: url(../images/contact-form.png) no-repeat scroll 0 -33px transparent;
  display: inline-block;
  float: left;
  height: 33px;
  width: 33px;
}
.wrap-item > .contact i.contact-name {
  background-position: 0 0;
}
.wrap-item > .contact i.contact-subject {
  background-position: 0 -66px;
}
.wrap-item > .contact i.icon-sendmail {
  height: 19px;
  width: 21px;
  background: url(../images/send-button.png) no-repeat;
  margin: 3px;
}
.wrap-item > .contact .contact-address {
  width: 20%;
  float: left;
}
.wrap-item > .contact .number {
  float: left;
  width: 30%;
  margin-left: 10%;
}
.wrap-item > .contact .contact-contactinfo {
  width: 30%;
  float: left;
  margin-left: 10%;
}
.wrap-item > .contact .contact-contactinfo a {
  color: inherit;
}
.wrap-item > .contact .contact-contactinfo a:hover {
  color: #468919;
}
.wrap-item > .contact .contact-miscinfo {
  border-bottom: 1px dashed #c8c8c8;
  margin: 10px 0;
  padding: 10px 0;
}
#Kunena tr.krow1 td {
  background: none;
}
#Kunena div.kpbox {
  border: none;
  background: #ffffff;
  padding: 10px 0;
}
#Kunena .kforum-pathway {
  border: none;
  background: #ffffff;
}
#Kunena div.kblock div.kbody {
  border: medium none;
}
#Kunena.layout #ktop {
  border-color: #e7e7e7 !important;
  border-width: 0 0 1px;
}
#Kunena a.close {
  background: url(../images/plus-minus.png) no-repeat scroll 0 0 transparent;
  display: block;
  height: 18px;
  width: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#Kunena a.open {
  background: url(../images/plus-minus.png) no-repeat scroll 0 bottom transparent;
  display: block;
  height: 18px;
  width: 18px;
}
#Kunena.layout #ktop span.ktoggler {
  background-color: #ffffff !important;
  margin: -24px 0;
  padding: 3px;
}
#Kunena #ktab a span {
  color: #FFFFFF !important;
  font-size: 18px;
  font-weight: normal;
}
#Kunena.layout #ktab a {
  background-color: #f91419 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #f91419;
  border-right: 1px solid #f91419;
  border-left: 1px solid #f91419;
}
#Kunena.layout #ktab ul.menu li.active a,
#Kunena.layout #ktab ul.menu li a:hover,
#Kunena #ktab li#current.selected a {
  background-color: #ffffff !important;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
#Kunena.layout #ktab a:hover span,
#Kunena.layout #ktab #current a span,
#Kunena.layout #ktab #current a:hover span {
  color: #468919 !important;
}
#Kunena #ktab li,
#Kunena #ktab div.moduletable ul.menu li {
  margin: 0px 5px -1px 0 !important;
}
#Kunena form input[type="text"],
#Kunena form input[type="password"] {
  width: 185px;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  height: 20px;
}
#Kunena form input[type="text"]:focus,
#Kunena form input[type="password"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#Kunena form .input {
  margin-bottom: 10px;
}
#Kunena form .input > span {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
#Kunena .k_guest {
  margin-bottom: 10px;
}
#Kunena .button2 {
  margin-left: 20px;
}
#Kunena .button2 .icon-user {
  margin: 0;
}
#Kunena .button2 .icon-user:before {
  margin: 0 5px;
  color: #ffffff;
  font-size: 130%;
  vertical-align: -2px;
}
#Kunena .kprofileboxcnt .kbutton {
  margin: 0 5px 0 0 !important;
  padding: 0;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
}
#Kunena .kprofileboxcnt .kbutton:hover {
  background: none;
  padding: 0;
  font-size: 15px;
}
#Kunena .kprofileboxcnt .kprofilebox-welcome .kbutton {
  background-color: #428017;
  background-image: -moz-linear-gradient(top,#468919,#3b7315);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#468919),to(#3b7315));
  background-image: -webkit-linear-gradient(top,#468919,#3b7315);
  background-image: -o-linear-gradient(top,#468919,#3b7315);
  background-image: linear-gradient(to bottom,#468919,#3b7315);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff468919', endColorstr='#ff3a7315', GradientType=0);
  padding: 2px 10px;
}
#Kunena .kprofileboxcnt .kprofilebox-welcome .kbutton:hover {
  background-color: #3f7c17;
  background-image: -moz-linear-gradient(top,#3b7315,#468919);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3b7315),to(#468919));
  background-image: -webkit-linear-gradient(top,#3b7315,#468919);
  background-image: -o-linear-gradient(top,#3b7315,#468919);
  background-image: linear-gradient(to bottom,#3b7315,#468919);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a7315', endColorstr='#ff468919', GradientType=0);
}
#Kunena .k_guest b {
  color: #468919;
}
#Kunena .klink-block > span {
  margin-right: 20px;
  display: inline-block;
}
#Kunena .klink-block > span > a {
  color: #444444 !important;
}
#Kunena .klink-block > span > a:hover {
  color: #468919 !important;
}
#Kunena .klink-block > span:before {
  color: #C6C6C6;
  content: "\f10c";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 8px;
  margin: 0 3px;
  vertical-align: top;
}
#Kunena div.kblock {
  border: none;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
#Kunena .kforum-pathway a {
  color: #848484 !important;
}
#Kunena .kforum-pathway a:hover {
  color: #468919;
}
#Kunena .kforum-pathway .path-element,
#Kunena .kforum-pathway-bottom .path-element {
  background: none;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 5px 0;
}
#Kunena .kforum-pathway .path-element:before,
#Kunena .kforum-pathway-bottom .path-element:before {
  color: #909090;
  font-size: 15px;
  vertical-align: -1px;
  font-family: "fontawesome";
  content: "\f0da";
  margin: 0 5px 0 0;
}
#Kunena .klist-actions,
#Kunena .klist-markallcatsread {
  border: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  margin-bottom: 30px;
}
#Kunena .klist-actions > div {
  float: right;
  width: auto;
  border: none;
}
#Kunena .klist-actions > div.klist-actions-info-all {
  float: left;
  padding: 10px;
}
#Kunena .klist-times-all {
  border-left: 1px solid;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  width: 1%;
}
#Kunena form#jumpto input.kbutton {
  background-color: #428017;
  background-image: -moz-linear-gradient(top,#468919,#3b7315);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#468919),to(#3b7315));
  background-image: -webkit-linear-gradient(top,#468919,#3b7315);
  background-image: -o-linear-gradient(top,#468919,#3b7315);
  background-image: linear-gradient(to bottom,#468919,#3b7315);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff468919', endColorstr='#ff3a7315', GradientType=0);
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 12px;
}
#Kunena form#jumpto input.kbutton:hover {
  background-color: #3f7c17;
  background-image: -moz-linear-gradient(top,#3b7315,#468919);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3b7315),to(#468919));
  background-image: -webkit-linear-gradient(top,#3b7315,#468919);
  background-image: -o-linear-gradient(top,#3b7315,#468919);
  background-image: linear-gradient(to bottom,#3b7315,#468919);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a7315', endColorstr='#ff468919', GradientType=0);
}
#Kunena .klist-actions select,
#Kunena .klist-markallcatsread select {
  font-size: 15px;
  height: 25px;
  margin-right: 5px;
  max-width: 90%;
  padding: 0;
  border-color: #c8c8c8;
}
#Kunena form#jumpto {
  margin: 10px 0;
}
#Kunena .klist-jump-all {
  height: auto;
}
#Kunena .klist-times-all {
  height: auto;
}
#Kunena .klist-times-all form {
  line-height: 100%;
  margin: 10px;
}
#Kunena.layout div.kblock div.kheader {
  background: #ffffff !important;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border: none;
  margin: 0 0 5px;
  padding: 10px 30px;
  position: relative;
}
#Kunena.layout div.kblock div.kheader h2,
#Kunena.layout div.kblock div.kheader h2 a,
#Kunena.layout div.kblock div.kheader .ktitle {
  color: #468919 !important;
  font-size: 20px;
  font-weight: normal;
}
#Kunena.layout div.kblock div.kheader:before {
  background: url(../images/paperclip.png) no-repeat scroll 0 0 transparent;
  bottom: -20px;
  content: "";
  height: 34px;
  left: 10px;
  position: absolute;
  width: 13px;
  z-index: 10;
}
#Kunena.layout div.kblock div.kheader:after {
  background: url(../images/paperclip.png) no-repeat scroll 0 0 transparent;
  bottom: -20px;
  content: "";
  height: 34px;
  right: 10px;
  position: absolute;
  width: 13px;
  z-index: 10;
}
#Kunena div.kblock {
  background: none;
  padding: 0;
}
#Kunena #kprofilebox {
  background: #ffffff;
  padding: 10px 0;
}
#Kunena div.kblock div.kcontainer {
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  display: block;
  position: relative;
}
#Kunena div.kblock div.kcontainer:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 1%;
  position: absolute;
  width: 98%;
}
#Kunena div.kblock div.kcontainer:after {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: -6px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 2px;
  left: 2%;
  position: absolute;
  width: 96%;
}
#Kunena tr.krow2 td {
  padding: 10px;
  border-color: #efefef;
}
#Kunena #kwhoisonline td.kcol-mid {
  padding: 0;
}
#Kunena #kwhoisonline td.kcol-mid > div {
  padding: 0 10px;
  width: auto;
  margin: 0;
  border-top: 1px solid #efefef;
  line-height: 40px;
}
#Kunena #kwhoisonline td.kcol-mid > div:first-child {
  border: none;
}
#Kunena.layout a {
  color: #468919 !important;
}
#Kunena.layout a:hover {
  color: #f91419;
}
#Kunena.layout .ktopic-category > a {
  color: #468919 !important;
}
#Kunena.layout .ktopic-category > a:hover {
  color: #f91419;
}
#Kunena #kfrontstats-tbody td {
  padding: 10px;
  border-color: #efefef;
}
#Kunena #pathway_tbody:before,
#Kunena #pathway_tbody:after {
  display: none;
}
#Kunena #pathway_tbody a {
  color: #848484 !important;
}
.kwholegend > span {
  font-weight: bold;
}
.kwholegend > span:first-child {
  font-weight: normal;
}
#Kunena .ksectionbody #jumpto input[type="submit"] {
  margin-right: 10px;
}
#Kunena tr.krow1 td {
  padding: 10px;
  border-color: #efefef;
}
#Kunena span.kreadforum,
#Kunena span.knotloginforum {
  background: url(../images/inbox2.png) no-repeat scroll left center transparent;
}
#Kunena input.kbutton {
  background-color: #428017;
  background-image: -moz-linear-gradient(top,#468919,#3b7315);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#468919),to(#3b7315));
  background-image: -webkit-linear-gradient(top,#468919,#3b7315);
  background-image: -o-linear-gradient(top,#468919,#3b7315);
  background-image: linear-gradient(to bottom,#468919,#3b7315);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff468919', endColorstr='#ff3a7315', GradientType=0);
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  padding: 0 12px;
}
#Kunena input.kbutton:hover {
  background-color: #3f7c17;
  background-image: -moz-linear-gradient(top,#3b7315,#468919);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3b7315),to(#468919));
  background-image: -webkit-linear-gradient(top,#3b7315,#468919);
  background-image: -o-linear-gradient(top,#3b7315,#468919);
  background-image: linear-gradient(to bottom,#3b7315,#468919);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a7315', endColorstr='#ff468919', GradientType=0);
  font-size: 16px;
  padding: 0 12px;
  border: none;
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0 0 30px;
  position: relative;
}
.module {
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.module:before {
  content: "";
  width: 96%;
  height: 2px;
  position: absolute;
  left: 2%;
  bottom: -3px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  z-index: -1;
}
.module:after {
  content: "";
  width: 92%;
  height: 2px;
  position: absolute;
  left: 4%;
  bottom: -6px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  z-index: -1;
}
h3.modtitle {
  font-size: 140%;
  color: #444444;
  font-weight: normal;
  margin: 0 0 2px;
  padding: 10px;
  background: #ffffff;
}
div.modcontent {
  padding: 15px;
  background: #ffffff;
}
div.modcontent > *:first-child {
  margin-bottom: 0;
}
div._menu {
  background: #d92376;
  padding: 10px;
}
div._menu:before,
div._menu:after {
  display: none;
}
div._menu h3.modtitle {
  margin: 0;
  text-align: center;
  color: #ffffff;
  background: none;
}
div._menu .modcontent {
  background: url(../images/border-top.png) repeat-x #ffffff;
  border: none;
  padding: 10px;
}
div._menu .modcontent ul.menu {
  margin: 0;
}
div._menu .modcontent ul.menu > li {
  padding-bottom: 0;
}
div._menu .modcontent ul.menu > li:before {
  content: "\f111";
  font-family: "fontawesome";
  margin: 6px 10px 0 0;
  color: #c9c9c9;
  font-size: 8px;
  vertical-align: middle;
  float: left;
}
div._menu .modcontent ul.menu > li.active > a,
div._menu .modcontent ul.menu > li.active > .separator,
div._menu .modcontent ul.menu > li:hover > a,
div._menu .modcontent ul.menu > li:hover > .separator {
  color: #468919;
}
div._menu .modcontent ul.menu > li.active:before,
div._menu .modcontent ul.menu > li:hover:before {
  color: #468919;
}
div._menu .modcontent ul.menu > li:first-child a {
  border: none;
}
div._menu .modcontent ul.menu > li > a,
div._menu .modcontent ul.menu > li > .separator {
  padding: 5px 0;
  color: #444444;
  display: block;
  border-top: 1px dashed #c8c8c8;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
div._menu .modcontent ul.menu > li > a:hover,
div._menu .modcontent ul.menu > li > .separator:hover {
  color: #468919;
}
div._menu .modcontent ul.menu > li ul {
  margin: 0 0 30px 35px;
}
div._menu .modcontent ul.menu > li ul li:before {
  content: "+";
  margin: 5px 10px 0 0;
  color: #c9c9c9;
  font-size: 10px;
  float: left;
}
div._menu .modcontent ul.menu > li ul li > a,
div._menu .modcontent ul.menu > li ul li > .separator {
  padding: 5px 0;
  color: #444444;
  display: block;
  font-family: "arial";
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
div._menu .modcontent ul.menu > li ul li > a:hover,
div._menu .modcontent ul.menu > li ul li > .separator:hover {
  color: #468919;
}
div._menu .modcontent ul.menu > li ul li.active > a,
div._menu .modcontent ul.menu > li ul li.active > .separator,
div._menu .modcontent ul.menu > li ul li.active:before,
div._menu .modcontent ul.menu > li ul li:hover > a,
div._menu .modcontent ul.menu > li ul li:hover > .separator,
div._menu .modcontent ul.menu > li ul li:hover:before {
  color: #468919;
}
div.bg_title1 h3.modtitle {
  background: #468919;
  margin: 0;
  padding: 10px 20px;
}
div.bg_title1 div.modcontent {
  padding: 10px;
}
div.bg_title2 {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
div.bg_title2 h3.modtitle {
  background: #468919;
  margin: 0;
  padding: 10px 20px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
div.bg_title2 div.modcontent {
  padding: 10px;
}
div.bg_title3 h3.modtitle {
  background: #468919;
  margin: 0 0 5px;
  padding: 12px 25px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  position: relative;
}
div.bg_title3 h3.modtitle:after,
div.bg_title3 h3.modtitle:before {
  content: "";
  width: 13px;
  height: 34px;
  position: absolute;
  bottom: -18px;
  left: 10px;
  background: url(../images/paperclip.png) no-repeat;
}
div.bg_title3 h3.modtitle:before {
  left: auto;
  right: 10px;
}
div.bg_title3 div.modcontent {
  padding: 30px 10px;
}
div.bg_title4 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.bg_title4:before {
  width: 100%;
  height: 10px;
  background: url(../images/shadow-title4.png) no-repeat right 0;
  bottom: -10px;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.bg_title4:after {
  display: none;
}
div.bg_title4 h3.modtitle {
  text-align: center;
  color: #ffffff;
  background: #468919;
  position: relative;
  padding: 10px 10px 11px;
  width: 91%;
  left: 3px;
  text-transform: uppercase;
}
div.bg_title4 h3.modtitle:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 3px;
  position: absolute;
  top: -3px;
  left: -3px;
  background: url(../images/bg-border.png);
  z-index: -1;
}
.module .sj-basic-news {
  margin: 0;
}
.sj-basic-news .bs-items .bs-title a {
  color: #468919;
  font-size: 14px;
  font-weight: normal;
}
.module .sj-basic-news .bs-items a {
  color: #468919;
}
.module .sj-basic-news .bs-items a:hover {
  color: #468919;
  font-weight: normal;
}
.sj-basic-news .bs-items .bs-item .bs-readmore {
  display: inline-block;
}
.sj-basic-news .bs-date {
  color: #909090;
  font-size: 11px;
  font-family: "arial";
}
.module .sj-basic-news .bs-items .bs-item.bs-show-line {
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 10px;
}
.sj-basic-news .bs-description,
.sj-basic-news .bs-cat-date .bs-cat-date {
  line-height: 16px;
}
.news2 .bs-title {
  margin-top: -4px;
}
.news2 .sj-basic-news .bs-items .bs-item .bs-image {
  margin-top: 2px;
}
div.news3 .bs-cat-date {
  background: url("../images/calendar.png") no-repeat;
  display: inline-block;
  float: left;
  height: 25px;
  line-height: 12px;
  margin: 0 10px 10px 0;
  padding: 17px 5px 7px;
  text-align: center;
  text-transform: lowercase;
  width: 30px;
}
div.news3 .sj-basic-news .bs-cat-date .bs-date {
  line-height: 12px;
  text-align: center;
  text-transform: lowercase;
}
.news3 .bs-content {
  padding: 10px 0;
}
[class*="_icon"] h3.modtitle {
  padding-left: 55px;
  background: url(../images/icons.png) no-repeat 15px 7px #ffffff;
}
._icon2 h3.modtitle {
  background-position: 15px -43px;
}
._icon3 h3.modtitle {
  background-position: 15px -93px;
}
._icon4 h3.modtitle {
  background-position: 15px -143px;
}
._icon5 h3.modtitle {
  background-position: 15px -193px;
}
._icon6 h3.modtitle {
  background-position: 15px -243px;
}
div.module[class*="badge-"] h3.modtitle {
  position: relative;
}
div.module[class*="badge-"] h3.modtitle span.badge {
  position: absolute;
  right: 10px;
  top: 0;
  width: 39px;
  height: 46px;
  display: inline-block;
  background: url(../images/badge-icons.png) no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
div.module[class*="badge-"].badge-hot h3.modtitle span.badge {
  background-position: 0 -50px;
}
div.module[class*="badge-"].badge-cool h3.modtitle span.badge {
  background-position: 0 -100px;
}
div.module[class*="badge-"].badge-best h3.modtitle span.badge {
  background-position: 0 -150px;
}
div.module[class*="badge-"].badge-top h3.modtitle span.badge {
  background-position: 0 -200px;
}
div.hot-news div.modcontent {
  padding: 10px 10px 0;
  position: relative;
  z-index: 1000;
}
div.hot-news div.modcontent:after {
  content: "";
  width: 140px;
  height: 140px;
  left: -7px;
  top: -7px;
  background: url(../images/hot-news.png) no-repeat;
  position: absolute;
  z-index: 1001;
}
div.module.blank {
  box-shadow: none;
}
div.module.blank:before,
div.module.blank:after {
  display: none;
}
div.module.blank h3.modtitle {
  background: none;
  margin: 0;
  padding: 0;
}
div.module.blank div.modcontent {
  background: none;
  padding: 0;
  margin: 0;
}
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: #f2f2f2;
  box-shadow: 0px 1px 0 #fff inset;
}
.mega-module-content {
  padding: 10px;
  background: #ffffff;
}
.mega-module-content .moduleItemImage {
  display: block;
  float: left;
  margin: 5px 10px 10px 0;
  width: 125px;
}
.mega-module-content ul li {
  border: none;
}
.mega-module-content div.k2ItemsBlock ul li .moduleItemDateCreated {
  color: #909090;
  font-size: 11px;
  line-height: 100%;
}
div.login-teen {
  position: static;
  margin: 0;
}
div.login-teen ul.sj-login-regis > li {
  float: right;
  background: url(../images/bg-login.png) no-repeat;
  padding-left: 25px;
  height: 40px;
}
div.login-teen ul.sj-login-regis > li.sj-login {
  background-position: right 0;
  padding-right: 25px;
  padding-left: 0;
}
div.login-teen ul.sj-login-regis > li.sj-login > a {
  background: url(../images/separate-login.png) no-repeat;
  padding: 0 5px;
}
div.login-teen ul.sj-login-regis > li.sj-logout {
  margin-right: 30px;
  padding-right: 5px;
  position: relative;
}
div.login-teen ul.sj-login-regis > li.sj-logout:after {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
  background: url(../images/bg-login.png) no-repeat right 0;
}
div.login-teen ul.sj-login-regis > li > a {
  display: inline-block;
  line-height: 34px;
  color: #f91419;
  padding: 0 10px 0 0;
}
div.login-teen ul.sj-login-regis > li > a:hover {
  color: #468919;
}
div.login-teen ul.sj-login-regis > li > a > i {
  font-size: 20px;
  margin: 0;
  vertical-align: -2px;
}
div.login-teen div.modal.fade.in {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  box-shadow: none;
  padding: 20px;
  top: 300px;
  visibility: visible;
}
div.login-teen #register-modal {
  max-width: 300px;
  margin-left: -150px;
}
div.login-teen div.modal.fade.in .modal-header {
  border-bottom: medium none;
  padding: 0;
}
div.login-teen div.modal.fade.in .show-box .sj_box_title h3 {
  border-bottom: 1px dashed #D6D6D6;
  color: #468919;
  font-size: 150%;
  margin-bottom: 15px;
  padding: 0 0 10px;
  font-weight: normal;
}
div.login-teen div.modal.fade.in .show-box .sj_box_content form label > span,
div.login-teen div.modal.fade.in .show-box .sj_box_content form label > a {
  background: #c8c8c8;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  height: 30px;
  text-align: center;
  width: 33px;
}
div.login-teen div.modal.fade.in .show-box .sj_box_content form label > span i,
div.login-teen div.modal.fade.in .show-box .sj_box_content form label > a i {
  font-size: 18px;
  margin: 6px 0 0;
}
div.login-teen input[type="submit"],
div.login-teen button,
div.login-teen .button {
  background: none;
  border: medium none;
  box-shadow: none;
  line-height: 23px;
}
div.login-teen #pop_login {
  line-height: 23px;
}
div.login-teen div.modal.fade.in .show-box .sj_box_content form#login_form .login_input {
  float: left;
  width: 75%;
}
div.login-teen div.modal.fade.in .show-box .sj_box_content form#login_form .login_button p#form_login_remember input {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
div.login-teen .posttext {
  margin: 10px 0;
}
div.login-teen .logout-button {
  line-height: 30px;
}
#mod-finder-searchform {
  margin: 15px 0 0;
  position: relative;
  overflow: hidden;
}
#mod-finder-searchform .wrap-search {
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: right;
  overflow: hidden;
}
#mod-finder-searchform input.inputbox {
  width: 240px;
  height: 30px;
  padding: 0 20px 0 10px;
  color: #999;
  font-size: 100%;
  border: none;
  -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;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top,#dcdcdc,#ffffff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#dcdcdc),to(#ffffff));
  background-image: -webkit-linear-gradient(top,#dcdcdc,#ffffff);
  background-image: -o-linear-gradient(top,#dcdcdc,#ffffff);
  background-image: linear-gradient(to bottom,#dcdcdc,#ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdcdcdc', endColorstr='#ffffffff', GradientType=0);
  margin: 0;
}
#mod-finder-searchform .button {
  width: 22px;
  height: 22px;
  background: none;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
#mod-finder-searchform i {
  margin: 0;
  font-size: 13px;
  color: #959595;
}
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;
}
div.addthis .addthis_floating_style a,
div.addthis .addthis_floating_style.addthis_16x16_style a,
div.addthis .addthis_floating_style.addthis_20x20_style a,
div.addthis .addthis_floating_style.addthis_32x32_style a {
  display: inline-block;
  float: left;
  margin: 0 7px;
  padding: 0;
}
div.addthis a.addthis_button_linkedin_counter > iframe {
  height: 60px !important;
}
div.addthis .addthis_floating_style.addthis_counter_style .addthis_internal_container {
  width: auto;
}
div.addthis .addthis_floating_style.addthis_counter_style {
  width: auto;
  position: static;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
div.module.maps div.modcontent {
  background: #ffffff;
  padding: 10px;
}
#yt_footer div.module {
  margin-bottom: 20px;
}
#yt_footer div.module.twitter {
  margin-bottom: 0;
}
#yt_footer div.module h3.modtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
#yt_footer div.module ul.menu li > a {
  color: #c8c8c8;
  line-height: 24px;
}
#yt_footer div.module ul.menu li > a:hover {
  color: #468919;
  text-decoration: underline;
}
div.about-teen a.logo-teen {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  background: url(../images/sub-logo.png) no-repeat;
}
div.about-teen div {
  padding-bottom: 20px;
  background: url(../images/hr_footer.png) repeat-x 0 bottom;
}
ul.social {
  margin: 28px 0 0;
  float: right;
}
ul.social li {
  list-style: none;
  float: left;
  margin: 0 4px;
  text-align: center;
  z-index: 0;
  position: relative;
}
ul.social li [data-iconsocial]:before {
  font-family: 'SocialicoRegular';
  content: attr(data-iconsocial);
  speak: none;
  font-weight: normal;
}
ul.social li:after {
  content: "";
  width: 80%;
  height: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  position: absolute;
  left: 10%;
  bottom: -1px;
  z-index: -1;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50px/5px;
}
ul.social li a {
  display: block;
  color: #f91419;
  width: 50px;
  background: #f3f3f3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 50px;
  height: 52px;
  line-height: 53px;
}
ul.social li a.facebook {
  color: #2d53a1;
}
ul.social li a.twitter {
  color: #00affa;
}
ul.social li a.rss {
  color: #fd6a22;
}
ul.social li a.vimeo {
  color: #19b3e9;
}
ul.social li a.youtube {
  color: #ad320e;
}
ul.social li a:hover {
  background-color: rgba(250,71,74,0.2);
}
div.newsletter {
  padding: 3px;
  max-width: 264px;
}
div.newsletter:before {
  display: block !important;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(../images/bg-border.png);
  left: 0;
  top: 0;
}
div.newsletter div.modcontent {
  background: #d92376 !important;
  padding: 15px 20px !important;
}
div.newsletter .title {
  font-size: 20px;
  color: #ffffff;
  background: url(../images/inbox.png) no-repeat 0 4px;
  padding: 5px 0 15px 30px;
}
div.newsletter div.content {
  color: #ffffff;
  margin-bottom: 15px;
}
div.newsletter input[type="text"] {
  background: none;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 30px 2px 10px;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
}
div.newsletter div.txtemail {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: url(../images/arrow.png) no-repeat 95% center #ffffff;
  width: 100%;
}
div.video-daily div.modcontent {
  padding: 10px;
}
div.picture div.modcontent {
  padding: 10px;
}
div.picture div.margin-bottom {
  margin-bottom: 10px;
}

div.freebies a.tit {
  font-size: 16px;
  font-weight: normal;
}
div.freebies a.btn-enter {
  display: inline-block;
  background: url(../images/button1.png) no-repeat;
  width: 134px;
  height: 39px;
  margin: 15px 0 5px;
}
.yt-main .sj-splash {
  padding: 10px 0;
}
.yt-main .sj-splash .spl-title {
  margin: 0 18px 0 0;
}
.yt-main .sj-splash .spl-title .spl-title-inner {
  color: #f5f5f5;
  font-weight: normal;
  font-size: 14px;
  padding: 3px 10px;
  background: #468919;
  position: relative;
  display: inline-block;
}
.yt-main .sj-splash .spl-title .spl-title-inner:after {
  border-color: transparent #468919;
  border-style: solid;
  border-width: 9px 0 9px 7px;
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  top: 5px;
  width: 0;
}
.yt-main .sj-splash .spl-item-title a,
.yt-main .sj-splash .spl-item-date {
  color: #ffffff;
}
.yt-main .sj-splash .spl-item-title a:hover {
  text-decoration: underline;
}
.slideshow .news-scroller {
  padding: 20px 20px 90px;
  margin-left: -20px;
  background: #468919;
  overflow: visible;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}
.slideshow .news-scroller:before {
  left: 0;
  top: -10px;
  border-color: #305e11 transparent;
  border-style: solid;
  border-width: 0 0 10px 10px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}
.slideshow .news-scroller .scroller-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}
.slideshow .news-scroller .scroller-container .iviewSlider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav {
  bottom: -80px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  margin-left: -2%;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav .iview-items {
  padding: 0;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav ul li:first-child a {
  margin: 0;
}
.slideshow .news-scroller .iview-controlNav .iview-items ul li {
  display: inline-block;
  margin: 0 0 0 1%;
  position: relative;
  width: 19%;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a {
  display: block;
  margin: 0;
  position: relative;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 0px 2px #ffffff inset;
  -moz-box-shadow: 0 0 0px 2px #ffffff inset;
  box-shadow: 0 0 0px 2px #ffffff inset;
  -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;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a:after {
  left: 40%;
  top: -7px;
  border-color: #73d92f transparent;
  border-style: solid;
  border-width: 0 9px 7px;
  content: "";
  display: none;
  position: absolute;
  width: 0;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a.active:before,
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a:hover:before {
  -webkit-box-shadow: 0 0 0px 5px #73d92f inset;
  -moz-box-shadow: 0 0 0px 5px #73d92f inset;
  box-shadow: 0 0 0px 5px #73d92f inset;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a.active:after,
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a:hover:after {
  display: block;
}
.slideshow .news-scroller .scroller-container.nav-style3 .iview-controlNav a img {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
}
.slideshow .news-scroller .scroller-container .iview-caption a.ns-item-title {
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
  text-shadow: 1px 1px 1px 2px rgba(0,0,0,0.75);
}
.slideshow .news-scroller .scroller-container .ns-item .iview-caption.iview-title {
  background-color: rgba(250,71,74,0.8);
}
.slideshow .news-scroller .scroller-container .iview-caption {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  background-color: rgba(0,0,0,0.8);
}
.slideshow .ns-description {
  font-size: 12px;
}
.slideshow .news-scroller .scroller-container.nav-style3 div.iview-directionNav a {
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
}
.slideshow .news-scroller .scroller-container.nav-style3 div.iview-directionNav a:before {
  content: "\f0a9";
  font-family: "fontawesome";
  color: #468919;
  font-size: 50px;
}
.slideshow .news-scroller .scroller-container.nav-style3 div.iview-directionNav a.iview-prevNav:before {
  content: "\f0a8";
}
div.k2-news div.k2ItemsBlock ul li div.moduleItemIntrotext {
  padding: 0;
  margin-bottom: 20px;
}
div.k2-news div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  margin: 0;
  border: none;
}
div.k2-news a.moduleItemImage {
  display: block;
}
div.k2-news div.k2ItemsBlock ul li a.moduleItemTitle {
  font-weight: normal;
  font-size: 16px;
  color: #fa464a;
  margin: 15px 0 10px;
  display: inline-block;
  line-height: 140%;
}
div.k2-news div.k2ItemsBlock ul li span.moduleItemDateCreated {
  display: block;
  color: #909090;
  font-family: "arial";
  font-size: 11px;
  margin-bottom: 12px;
}
div.k2-news .moduleItemIntrotext p {
  display: inline;
}
div.k2-news ul li.first-item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
div.k2-news ul li.more-item {
  border-bottom: 1px dashed #c8c8c8;
  padding: 5px 0;
}
div.k2-news ul li.more-item > a.moreItemTitle {
  color: #444444;
}
div.k2-news ul li.more-item > a.moreItemTitle:hover {
  color: #468919;
}
div.k2-news ul li.more-item.lastItem {
  border: none;
}
div.k2-news ul li.more-item:before {
  content: "\f10c";
  color: #C6C6C6;
  display: inline-block;
  font-family: "fontawesome";
  font-size: 8px;
  margin: 0 3px;
  vertical-align: top;
}
div > div.event:first-child {
  margin-top: 60px;
}
div.event {
  margin-top: 90px;
}
div.event h3.modtitle {
  background: #ffffff;
  color: #468919;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 22px;
}
div.event .mgi-wrap .item-wrap .item-image {
  margin: 0 0 10px;
  position: relative;
}
div.event .mgi-wrap .item-wrap .item-image:before {
  -webkit-box-shadow: 0 0 0 0px #FFFFFF inset;
  -moz-box-shadow: 0 0 0 0px #FFFFFF inset;
  box-shadow: 0 0 0 0px #FFFFFF inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 10;
}
div.event .mgi-wrap .item-wrap .item-image:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3) inset;
}
div.event .mgi-wrap .item-wrap .item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.event .info-extend > span {
  color: #909090;
  font-size: 92%;
}
div.event .info-extend > span.published {
  margin-right: 20px;
}
div.event .info-extend > span.hits:before {
  content: "\f06e";
  font-family: "fontawesome";
  margin-right: 5px;
}
div.event .mgi-wrap .item-wrap .item-title {
  margin: 0;
}
div.event .mgi-wrap .item-wrap .item-title a {
  color: #468919;
  font-size: 18px;
  font-weight: normal;
}
div.event .mgi-wrap .item-wrap .item-title a:hover {
  color: #fa464a;
}
div.event .info-extend {
  margin-bottom: 10px;
}
div.event .mgi-wrap .item-wrap {
  border-bottom: 1px dashed #c8c8c8;
  margin: 30px 10px 10px;
  padding-bottom: 5px;
}
div.event .mgi-wrap .other-links li {
  background: none;
  padding: 5px 0;
  margin: 0;
}
div.event .mgi-wrap .other-links li:before {
  color: #C6C6C6;
  content: "\f10c";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 8px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
div.event .mgi-wrap .other-links li a {
  color: #444444;
  margin: 0;
  padding: 0;
}
div.event .mgi-wrap .other-links li a:hover {
  color: #468919;
}
div.event .mgi-wrap .mgi-box {
  padding-bottom: 0;
}
div.event div.modcontent {
  padding: 0 0 10px;
}
div.event .mgi-wrap {
  margin: 0;
  overflow: visible;
}
div.event .title-link-wrap {
  margin: 0 10px;
}
div.event .mgi-cat {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  margin: -47px 0 5px;
  position: relative;
}
div.event .mgi-cat:before {
  background: url(../images/paperclip.png) no-repeat scroll 0 0 transparent;
  bottom: -18px;
  content: "";
  height: 34px;
  right: 10px;
  position: absolute;
  width: 13px;
}
div.event .mgi-cat:after {
  background: url(../images/paperclip.png) no-repeat scroll 0 0 transparent;
  bottom: -18px;
  content: "";
  height: 34px;
  left: 10px;
  position: absolute;
  width: 13px;
}
div.event .mgi-wrap .mgi-cat a {
  background: none;
  color: #468919;
}
div.teen-news3 .mgi-wrap {
  margin: 0;
}
div.teen-news3 .mgi-wrap .mgi-box {
  padding: 0;
}
div.teen-news3 .mgi-wrap.theme3 .mgi-box .mgi-items.column1 .item-wrap {
  padding: 0;
  margin: 0;
}
div.teen-news3 .mgi-wrap.theme3 .mgi-box .mgi-items.column1 .item-wrap:before {
  content: "\f111";
  font-family: "fontawesome";
  float: left;
  margin-right: 12px;
  margin-top: 4px;
  font-size: 8px;
  color: #468919;
  display: inline-block;
}
div.teen-news3 .mgi-wrap .item-wrap .item-title {
  border-bottom: 1px dashed #c8c8c8;
  margin: 0 0 0 20px;
  padding: 4px 0;
}
div.teen-news3 .mgi-wrap .item-wrap .item-title a {
  color: inherit;
  font-weight: normal;
}
div.teen-news3 .mgi-wrap .item-wrap .item-title a:hover {
  color: #468919;
}
div.teen-news3 .mgi-wrap .view-all {
  margin: 15px 0 0;
}
div.teen-news3 .mgi-wrap .view-all a {
  background: none;
  color: #468919;
  margin: 0;
  padding: 0;
}
div.teen-news3 .mgi-wrap .view-all a:after {
  color: #FFFFFF;
  content: "\f054";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-left: -1px;
  vertical-align: middle;
  -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;
  font-size: 85%;
}
div.teen-news3 .mgi-wrap .view-all a:hover:after {
  color: #468919;
  margin-left: 3px;
}
div.teen-news2 .mgi-wrap {
  margin: 0;
}
div.teen-news2 .mgi-wrap .mgi-box {
  padding: 0;
}
div.teen-news2 .mgi-wrap .item-wrap .item-title {
  margin: -3px 0 5px;
}
div.teen-news2 .mgi-wrap .item-wrap .item-image {
  margin: 0 20px 10px 0;
}
div.teen-news2 .mgi-wrap .item-wrap .item-title a {
  font-size: 16px;
  font-weight: normal;
  color: #468919;
}
div.teen-news2 .mgi-wrap .item-wrap .item-title a:hover {
  color: #f91419;
}
div.teen-news2 .mgi-wrap .item-wrap {
  margin: 0 0 10px;
  border-bottom: 1px dashed #c8c8c8;
}
div.teen-news2 .mgi-wrap .other-links li {
  background: none;
  padding: 4px 0;
  margin: 0;
}
div.teen-news2 .mgi-wrap .other-links li:before {
  color: #C6C6C6;
  content: "\f10c";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 8px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
div.teen-news2 .mgi-wrap .other-links li a {
  color: #444444;
  margin: 0;
  padding: 0;
}
div.teen-news2 .mgi-wrap .other-links li a:hover {
  color: #468919;
}
div.banner1:before,
div.banner1:after {
  display: none;
}
div.banner1 div.modcontent {
  padding: 5px;
}
div.news .sj-accordion-modules {
  margin: 0;
}
div.news .sj-accordion-modules .acdm-items {
  padding: 0;
  background: #ffffff;
}
div.news .sj-accordion-modules .acdm-items .acdm-item {
  color: inherit;
}
div.news .sj-accordion-modules .acdm-items .acdm-item .acdm-header {
  font-size: 20px;
  color: #ffffff;
  background: #468919;
  padding: 10px;
  border: none;
  margin-bottom: 1px;
  text-transform: none;
}
div.news .sj-accordion-modules .acdm-items .acdm-item .acdm-header:hover {
  background-color: #f92328;
  background-image: -moz-linear-gradient(top,#fa2d31,#f91419);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fa2d31),to(#f91419));
  background-image: -webkit-linear-gradient(top,#fa2d31,#f91419);
  background-image: -o-linear-gradient(top,#fa2d31,#f91419);
  background-image: linear-gradient(to bottom,#fa2d31,#f91419);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff92c31', endColorstr='#fff91419', GradientType=0);
}
div.news .sj-accordion-modules .acdm-items .acdm-item .acdm-header:before {
  content: "\f0a1";
  font-family: "fontawesome";
  margin: 0 5px 2px 0;
}
div.news .sj-accordion-modules .acdm-items .acdm-item .acdm-header.mod_k2_comments:before {
  content: "\f086";
}
div.news .sj-accordion-modules .acdm-items .acdm-item .acdm-header.mod_k2_tools:before {
  content: "\f02c";
}
div.news .sj-accordion-modules .acdm-items .acdm-item.selected .acdm-header {
  background-color: #f92328;
  background-image: -moz-linear-gradient(top,#fa2d31,#f91419);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fa2d31),to(#f91419));
  background-image: -webkit-linear-gradient(top,#fa2d31,#f91419);
  background-image: -o-linear-gradient(top,#fa2d31,#f91419);
  background-image: linear-gradient(to bottom,#fa2d31,#f91419);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff92c31', endColorstr='#fff91419', GradientType=0);
}
div.news .sj-accordion-modules .acdm-items .acdm-item .acdm-content-wrap {
  padding: 0 10px;
  width: auto;
}
div.news div.k2ItemsBlock ul li a.moduleItemTitle {
  font-size: 14px;
}
div.news div.k2ItemsBlock ul li span.moduleItemDateCreated {
  color: #909090;
  display: block;
  font-family: "arial";
  font-size: 11px;
  margin: 0;
}
div.news .even,
div.news .odd {
  background: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dashed #c8c8c8;
}
div.news .k2Avatar img {
  background: none;
  margin: 2px 10px 10px 0;
  padding: 0;
}
div.news div.k2LatestCommentsBlock ul li span.lcUsername {
  display: block;
}
div.news div.k2LatestCommentsBlock ul li span.lcCommentDate {
  display: block;
  font-size: 92%;
}
div.news div.k2LatestCommentsBlock ul li.lastItem {
  border: none;
}
div.news div.k2TagCloudBlock a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #F1F1E7;
  line-height: 30px;
  margin: 3px;
  padding: 3px 10px;
}
div.news div.k2TagCloudBlock a.cloud1 {
  background: #0082C8;
}
div.news div.k2TagCloudBlock a.cloud2 {
  background: #B93466;
}
div.news div.k2TagCloudBlock a.cloud3 {
  background: #F35B28;
}
div.news div.k2TagCloudBlock a.cloud4 {
  background: #FEC420;
}
div.news div.k2TagCloudBlock a.cloud5 {
  background: #198C19;
}
div.news div.k2TagCloudBlock a.cloud6 {
  background: #DF2B4F;
}
div.news div.k2TagCloudBlock a.cloud7 {
  background: #7F2D25;
}
div.popular-news {
  margin-bottom: 0;
}
div.popular-news div.modcontent {
  padding-bottom: 1% !important;
}
div.popular-news .sj-extraslider {
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 4px 9px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 9px rgba(0,0,0,0.2);
  box-shadow: 0 4px 9px rgba(0,0,0,0.2);
  z-index: 0;
}
div.popular-news .sj-extraslider:before {
  background: #ffffff;
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: -1;
}
div.popular-news .sj-extraslider:after {
  background: #ffffff;
  content: "";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: -1;
}
div.popular-news .sj-extraslider .extraslider-inner {
  margin: 0;
  border: none;
  position: relative;
}
div.popular-news .sj-extraslider .extraslider-inner:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background: #ffffff;
}
div.popular-news .tit-bar {
  background: url(../images/border-horizontal.png) no-repeat 0 bottom #468919;
  position: relative;
}
div.popular-news .tit-bar:before {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  left: -20px;
  top: 0;
  background: url(../images/border-horizontal.png) no-repeat 2px bottom #468919;
}
div.popular-news .tit-bar:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  right: -20px;
  top: 0;
  background: url(../images/border-horizontal.png) no-repeat 2px bottom #468919;
}
div.popular-news .bar-wrap {
  position: relative;
}
div.popular-news .bar-wrap:before {
  border-color: #305e11 transparent;
  border-style: solid;
  border-width: 0 0 10px 10px;
  content: "";
  display: block;
  left: -20px;
  position: absolute;
  top: -10px;
  width: 0;
}
div.popular-news .bar-wrap:after {
  border-color: #305e11 transparent;
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  display: block;
  right: -20px;
  position: absolute;
  top: -10px;
  width: 0;
}
div.popular-news div.sj-extraslider .heading-title {
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  padding: 10px 0;
  float: none;
  font-weight: normal;
}
div.popular-news div.sj-extraslider .heading-title:before {
  content: "\f005";
  font-family: "fontawesome";
  color: #f91419;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  vertical-align: top;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}
div.popular-news .sj-extraslider .extraslider-control {
  height: 16px;
  position: absolute;
  right: 0;
  top: 3px;
}
div.popular-news .sj-extraslider .extraslider-control .button-page {
  background: none;
  margin: 0 2px;
  padding: 0;
  width: auto;
  height: auto;
}
div.popular-news .sj-extraslider .extraslider-control .button-page:before {
  content: "\f111";
  font-family: "fontawesome";
  padding: 4px;
  color: #f91419;
  font-size: 16px;
  line-height: 90%;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(249,21,25,0.4);
}
div.popular-news .sj-extraslider .extraslider-control .button-page.sel,
div.popular-news .sj-extraslider .extraslider-control .button-page:hover {
  text-decoration: none;
}
div.popular-news .sj-extraslider .extraslider-control .button-page.sel:before,
div.popular-news .sj-extraslider .extraslider-control .button-page:hover:before {
  color: #ffffff;
  background-color: rgba(255,255,255,0.4);
}
div.popular-news .sj-extraslider .item .line {
  border: none;
  margin: 0;
}
div.popular-news .sj-extraslider .extraslider-inner div.item-wrap.style2 .item-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.popular-news .sj-extraslider .extraslider-inner div.item-wrap.style2 .item-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
div.popular-news .sj-extraslider .extraslider-inner .item-wrap-inner {
  margin: 10px 10px 0;
}
div.popular-news .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info {
  background: none;
}
div.popular-news .sj-extraslider .extraslider-inner .item-wrap .item-info .item-title {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
div.popular-news .info-extend {
  text-align: left;
  color: #909090;
  font-size: 11px;
  margin-bottom: 6px;
}
#breadcrumb {
  color: #848484;
}
#breadcrumb a {
  color: #848484;
}
#breadcrumb a:hover {
  color: #468919;
}
#breadcrumb div.modcontent {
  padding: 10px 0;
}
#breadcrumb .breadcrumb {
  background-color: #ffffff;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
#breadcrumb .icon-home {
  margin: 0;
}
#breadcrumb .icon-home:before {
  font-size: 16px;
  color: #468919;
}
#breadcrumb .icon-caret-right {
  margin: 0;
}
#breadcrumb .icon-caret-right:before {
  color: #909090;
  font-size: 15px;
  vertical-align: -1px;
}
#breadcrumb .breadcrumb .divider {
  padding: 0 3px;
}
#breadcrumb div.module:before {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  width: 20px;
  z-index: -1;
}
#breadcrumb div.module:after {
  border-color: #939393 transparent;
  border-style: solid;
  border-width: 0 0 10px 10px;
  content: "";
  display: block;
  left: -20px;
  position: absolute;
  top: -10px;
  bottom: auto;
  width: 0;
  height: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
#myCarousel .carousel-control {
  width: 32px;
  height: 54px;
  font-size: 24px;
  line-height: 53px;
  background: #468919;
  border: none;
  color: #fff !important;
  -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;
}
#myCarousel .carousel-control.right {
  right: -14px;
}
#myCarousel .carousel-control.right span:after {
  right: 0;
  background-position: top right;
}
#myCarousel .carousel-control i {
  line-height: 54px;
}
#myCarousel .carousel-control span {
  position: relative;
  display: block;
}
#myCarousel .carousel-control span:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  background: url("../images/green/nav_slideshow.png") no-repeat;
}
#myCarousel .carousel-control:hover {
  background: #fa2d31;
}
#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: #f91419;
}
#myCarousel .carousel-caption > h4 a:hover {
  color: #444;
}
#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: #468919;
}
#myCarousel .carousel-caption a.more:hover {
  background: #fa2d31;
}
#myCarousel .carousel-caption [data-control]:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-weight: normal;
}
div.sj-extraslider .heading-title {
  color: #468919;
}
div.sj-extraslider .extraslider-inner div.item-wrap.style2 .item-image > a:after {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
div.sj-extraslider .extraslider-inner.style1 .item-wrap .item-image a:after {
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
div.sj-extraslider .extraslider-control.style1 .button-prev:hover {
  background: url("../images/green/partner_nav.png") no-repeat left -25px;
}
div.sj-extraslider .extraslider-control.style1 .button-next:hover {
  background: url("../images/green/partner_nav.png") no-repeat right -25px;
}
div.sj-extraslider div.extraslider-control.button-type2.style2 a.button-next:hover {
  background: url("../images/green/ourmember_nav.png") no-repeat right -26px;
}
div.sj-extraslider div.extraslider-control.button-type2.style2 a.button-prev:hover {
  background: url("../images/green/ourmember_nav.png") no-repeat left -26px;
}
a.more-view:after {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
div.theme3 div.basic-date {
  background: url("../images/green/calenda.png") no-repeat 0 0;
}
.bsn-wrap .bsn-image img {
  -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;
}
.bsn-wrap .bsn-image a:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.bsn-wrap a.more-view:hover:after {
  color: #fa2d31;
}
div.moduletabs div.tabs-container ul.tabs li div.tab.selected,
div.moduletabs div.tabs-container ul.tabs li div.tab:hover {
  color: #468919;
}
div.sj-gallery li.img-col:hover {
  background: #5cb421;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
#flip-scroll table.category {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  display: block;
  text-align: right;
  border-bottom: 0;
  border-left: 0;
}
#flip-scroll td {
  display: block;
  padding: 7px 10px 8px;
  min-height: 11px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll th {
  border-bottom: 0;
  border-left: 0;
}
#flip-scroll tbody tr {
  border-left: 1px solid #babcbf;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 320%;
  line-height: 100%;
}
h2 {
  font-size: 200%;
  line-height: 100%;
}
h3 {
  font-size: 180%;
  line-height: 100%;
}
h4 {
  font-size: 150%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 90%;
}
.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: 3px;
  border-bottom: 1px solid #ddd;
}
div.yt-typography div.page-header > h1:before {
  display: none;
}
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;
}
.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;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yt_menuposition ul.navi li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0 1px 0 0;
  position: relative;
}
#yt_menuposition ul.navi li.level1 .item-link {
  margin: 0;
  line-height: 30px;
  padding: 13px 25px;
  color: #468919;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}
#yt_menuposition ul.navi li.level1 .showdesc {
  text-align: center;
}
#yt_menuposition ul.navi li.level1 .showdesc span.menu-title {
  line-height: 100%;
  padding-bottom: 5px;
  display: inline-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 > .item-link,
#yt_menuposition ul.navi li.level1.hover > .item-link,
#yt_menuposition ul.navi li.level1.active > .item-link {
  color: #2d302e;
}
#yt_menuposition ul.navi li.level1:hover ul.level2,
#yt_menuposition ul.navi li.level1.hover ul.level2 {
  left: 0;
}
#yt_menuposition ul.navi ul.subnavi {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 225px;
}
#yt_menuposition ul.navi ul.level2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
}
#yt_menuposition ul.navi ul.level2:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
#yt_menuposition ul.navi ul.level2 > li {
  border-top: 1px dashed #f91419;
  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: 15px 20px;
  color: #686868;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
#yt_menuposition ul.navi ul.level2 > li .item-link.havechild:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 14px;
  position: absolute;
  right: 10px;
  z-index: 1;
  font-style: normal;
}
#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 .level2,
#yt_menuposition ul.navi ul.level2 > li.hover .level2,
#yt_menuposition ul.navi ul.level2 > li.active .level2 {
  color: #ffffff;
  background-color: #377213;
  background-image: -moz-linear-gradient(top,#fa2d31,#ed060b);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fa2d31),to(#ed060b));
  background-image: -webkit-linear-gradient(top,#fa2d31,#ed060b);
  background-image: -o-linear-gradient(top,#fa2d31,#ed060b);
  background-image: linear-gradient(to bottom,#fa2d31,#ed060b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff92c31', endColorstr='#ffed060b', 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 {
  left: 97%;
  top: 5px;
}
#yt_menuposition ul.navi ul.level2 ul {
  background-color: #377213;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
}
#yt_menuposition ul.navi ul.level2 ul.level3 li {
  border-top: 1px dashed #fb5f62;
  position: relative;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:first-child {
  border: none;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link {
  font-size: 100%;
  padding: 12px 10px;
  color: #fff;
  text-transform: none;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link:before {
  content: "\f111";
  font-family: "fontawesome";
  color: #d5050a;
  margin-right: 10px;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active {
  background-color: #ed060b;
}
#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: #67ca25;
  font-style: italic;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link:before,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link:before,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link:before {
  color: #67ca25;
  font-style: normal;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 1180px;
}
#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;
  left: -999em;
  z-index: 10;
  background: #d5050a;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one div.mega-module {
  padding: 10px 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-color: #fa3236;
  background-image: -moz-linear-gradient(top,#fa464a,#f91419);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fa464a),to(#f91419));
  background-image: -webkit-linear-gradient(top,#fa464a,#f91419);
  background-image: -o-linear-gradient(top,#fa464a,#f91419);
  background-image: linear-gradient(to bottom,#fa464a,#f91419);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4549', endColorstr='#fff91419', GradientType=0);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  color: #fff;
  font-size: 130%;
  padding: 0 0 0 35px;
  min-height: 36px;
  background: url("../images/green/bullet.png") no-repeat scroll 12px 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%;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
}
#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 ul.subnavi {
  margin-top: 15px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li .item-link {
  padding: 2px 0;
  text-transform: none;
  color: #ffffff;
  margin-left: 15px;
  font-size: 14px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li .item-link:hover,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li .item-link.hover,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li .item-link.active {
  font-style: italic;
  color: #519f1d;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li .item-link:before {
  content: "\f111";
  font-family: "fontawesome";
  margin-right: 10px;
  font-size: 10px;
  font-style: normal;
  vertical-align: 3px;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar {
  margin: 10px 0;
  background: #468919;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fa2d31;
  text-transform: uppercase;
  text-shadow: none;
  border: none;
  padding: 3px 12px;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar i {
  margin: 0 0 0 10px;
  vertical-align: middle;
  text-shadow: none;
  font-size: 10px;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar:hover {
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_collapse ul.nav.resmenu li a {
  color: #777;
  -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;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_collapse ul.nav.resmenu li a:hover,
#yt_menuposition #yt-responivemenu #yt_resmenu_collapse ul.nav.resmenu li a.active {
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_collapse ul.nav.resmenu li .menuress-toggle {
  color: #777;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_collapse ul.nav.resmenu li.haveChild > .res-wrapnav {
  background: ;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 10px 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:after {
  margin: 10px 0;
  background: #468919;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
  color: #fa2d31;
  text-transform: uppercase;
  text-shadow: none;
  border: none;
  padding: 3px 12px;
  box-shadow: none;
  font-size: 10px;
  content: "\f067";
  font-family: "FontAwesome";
  padding: 3px 12px 3px 5px;
  position: absolute;
  text-align: center;
  top: 0px;
  left: 50px;
  vertical-align: middle;
  display: inline-block;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:after:hover {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  margin: 10px 0;
  background: #468919;
  -webkit-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
  color: #fa2d31;
  content: "Menu";
  padding: 3px 5px 3px 12px;
  position: absolute;
  text-align: center;
  top: 0px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:hover {
  cursor: pointer;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:hover:after,
#yt_menuposition #yt-responivemenu.menu-selectbox:hover:before {
  color: #fff;
  cursor: pointer;
}
.rtl #yt_menuposition ul.navirtl li.level1 {
  float: right;
  margin: 0 0 0 1px;
}
.rtl #yt_menuposition ul.navirtl li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link.havechild:after {
  right: auto;
  left: 10px;
  content: "\f0d9";
  font-style: normal;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link .menu-title {
  display: inline-block;
  direction: ltr;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .showdesc {
  text-align: right;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level4:hover ul.level5 {
  left: auto;
  right: 97%;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link:before {
  float: right;
  margin: 0 0 0 10px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link .menu-title {
  display: inline-block;
  direction: ltr;
}
.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 .mega-col {
  float: right;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  padding: 0 35px 0 0;
  background-position: 96% 12px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li .item-link:before {
  float: right;
  margin: 0 10px;
}
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: 3px 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 > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
}
ul.nav.resmenu li.haveChild.open > .menuress-toggle.menuress-toggle::before {
  content: "\f106";
}
ul.nav.resmenu li.haveChild.open > .res-wrapnav {
  display: block;
  opacity: 1;
}
.rtl ul.nav.resmenu li.haveChild .menuress-toggle {
  right: auto;
  left: 0px;
}
#yt-responivemenu {
  display: none;
}
.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: 0;
  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: #fa2d31;
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a:focus {
  color: #fa2d31;
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a.active {
  color: #fa2d31;
}
.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;
  color: #fa2d31;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu > li > a.active {
  background: none;
  color: #fa2d31;
}
.rtl .yt-off-sideresmenu {
  right: 0px;
  left: auto;
}
.rtl .yt-off-sideresmenu .yt-sideresmenu {
  border-right: none;
  border-left: 1px solid #CCCCCC;
  left: auto;
  right: 0px;
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.rtl .yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu {
  margin: 0 25px 0 0px;
}
.rtl .yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu ul.nav {
  margin: 0 15px 0 0px;
}
.rtl #yt_menuposition #yt-responivemenu .btn.btn-navbar i {
  margin: 0 10px 0 0;
}
.rtl #yt_menuposition #yt-responivemenu.menu-selectbox:before {
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
  padding: 3px 12px 3px 5px;
}
.rtl #yt_menuposition #yt-responivemenu.menu-selectbox:after {
  left: auto;
  right: 50px;
  padding: 3px 5px 3px 12px;
  -webkit-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}
