.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;
}
.backtotop {
  background-color: #479317;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 45px;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: rgba(0,0,0,0.6);
}
.backtotop i {
  font-size: 24px;
  margin: 8px 0 0 0;
  color: #fff;
}
#cpanel_wrapper {
  font-family: "arial";
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  position: fixed;
  width: 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;
  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.red {
  background-color: #c50202;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.green {
  background-color: #479317;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.oranges {
  background-color: #ff7d04;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.blue {
  background-color: #2f67a8;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.crimson {
  background-color: #dc143c;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.cyan {
  background-color: #24afd0;
}
#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);
}
#cpanel_wrapper .cpanel-reset .btn:hover {
  background-color: #8e8e8e;
  background-image: -moz-linear-gradient(top,#a8a8a8,#666666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#a8a8a8),to(#666666));
  background-image: -webkit-linear-gradient(top,#a8a8a8,#666666);
  background-image: -o-linear-gradient(top,#a8a8a8,#666666);
  background-image: linear-gradient(to bottom,#a8a8a8,#666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8a8a8', endColorstr='#ff666666', GradientType=0);
  background-position: 0 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;
}
.no-slider #yt_wrapper #yt_menuwrap {
  margin-bottom: 20px;
}
#yt_header #yt_logoposition {
  position: relative;
}
#yt_header #yt_logoposition h1 {
  margin: 0px 0 0 -7px;
  position: absolute;
  top: 0px;
  margin: 0px 0 0 0px;
}
#yt_header #yt_logoposition h1 a {
  display: inline-block;
  min-height: 60px;
}
#yt_header #yt-mobilemenu {
  display: none;
}
#yt_header #top-3 {
  display: none;
}
#content #yt_component {
  margin-bottom: 15px;
  min-height: 150px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#yt_spotlight {
  background: #f1f1f1;
  padding: 20px 0;
  -webkit-box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px -2px rgba(0,0,0,0.5);
}
#yt_spotlight1 .container {
  width: 100% !important;
  padding: 0 !important;
}
#yt_spotlight1 .container div.module {
  margin: 0px;
}
#yt_spotlight2 {
  padding-top: 30px;
}
#yt_spotlight4 {
  padding: 30px 0 20px;
}
#yt_spotlight4 div.module {
  margin-bottom: 0px;
}
#yt_spotlight5 .yt-main {
  padding: 30px 0 0px;
}
#yt_spotlight6 {
  background: #fff !important;
}
#yt_spotlight6 .yt-main {
  padding: 35px 0 10px;
}
#yt_spotlight7 .row-fluid [class*="span"] {
  margin: 0px !important;
  width: 25%;
}
#yt_spotlight7 .row-fluid [class*="span"]:first-child {
  margin: 0 !important;
}
#yt_spotlight7 .row-fluid [class*="span"] div.module {
  min-height: 300px;
  background: url("../images/bg-mod.png") repeat left top;
  color: #cccccc;
  margin: 30px 0 0 1px;
}
#yt_spotlight7 .row-fluid [class*="span"] div.module:hover {
  background: url("../images/bg-mod-ov.png") repeat left top;
}
#yt_spotlight8 {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#yt_spotlight9 {
  background: #479317;
  color: #fff;
}
#yt_spotlight9 .yt-main {
  padding: 30px 0 0px;
}
#yt_footer #footer {
  padding: 30px 0 30px;
}
#yt_footer #footer img {
  margin-left: 2px;
}
#yt_footer #yt_copyrightposition {
  color: #ccc;
  font-size: 100%;
  padding: 30px 0 35px 160px;
/*  background: url("../images/logo_footer.png") no-repeat left 30px;*/
}
#yt_footer #yt_copyrightposition a {
  color: #fff;
}
#yt_footer #yt_copyrightposition a:hover {
  color: #fff;
  text-decoration: underline;
}
.block {
  clear: both;
}
body {
  line-height: 22px;
}
a {
  color: #666666;
}
a:hover {
  color: #479317;
  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 ul {
  list-style: disc;
}
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,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn.active,
.btn:active,
.btn:focus {
  outline: 0 none;
  outline-offset: 0px;
  box-shadow: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
}
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: 14px;
  -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;
  box-shadow: none;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .controls input[type="radio"],
.form-horizontal .controls input[type="checkbox"] {
  width: auto;
  margin-top: 0px;
  margin-bottom: 3px;
}
.form-horizontal .controls label {
  display: inline-block;
  margin-bottom: 0px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.btn {
  font-size: 12px;
}
.button,
button {
  background: #479317;
  color: #fff;
  text-shadow: none;
  padding: 5px 14px;
  font-size: 100%%;
  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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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);
  border: none;
  box-shadow: none;
}
.button:hover,
button:hover {
  background: #5cbf1e;
  color: #fff;
}
.close:hover {
  background: none;
}
.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 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: normal;
}
.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: #f1f1f1;
  border-bottom: 1px solid #DEDEDE;
  font-size: 118%;
}
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';
  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;
  text-indent: 0px;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
  padding: 10px 40px;
  border-width: 1px;
}
div.componentheading {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
}
div.componentheading span.category-desc {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
div.componentheading span.category-desc p {
  display: inline-block;
  margin: 0px;
}
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: 4px;
  display: inline-block;
  padding: 3px 9px 2px;
}
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;
}
.weblink-category img {
  margin-bottom: 10px;
}
.blog .heading-category {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
}
.blog .heading-category span.category-desc {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
.blog .heading-category span.category-desc p {
  display: inline-block;
  margin: 0px;
}
.blog .items-leading {
  overflow: hidden;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 30px 0 10px;
  overflow: hidden;
  border-bottom: 2px solid #999;
  padding-top: 15px;
}
.blog .items-leading .item.span12 {
  padding: 30px 0 0;
}
.blog .items-leading .item .item-image {
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
  background: url("../images/loading.gif") no-repeat scroll center center #E6E6E6;
  min-height: inherit !important;
  min-width: inherit !important;
  max-width: 100%;
}
.blog .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  margin-top: -18px;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.img-zoom {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.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 {
  top: 50%;
}
.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: 171.42%;
  font-weight: normal;
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin: 10px 0 0px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  display: inline-block;
  margin: 0px;
  color: inherit;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 100%;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 25px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.create i {
  margin: 0 5px 0 1px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.hits {
  white-space: nowrap;
  margin: 0 5px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.createdby {
  white-space: nowrap;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.createdby a {
  color: #479317;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.createdby a:hover {
  text-decoration: underline;
}
.blog .items-leading .item .article-text .item-headinfo .actions {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:hover,
.blog .items-leading .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:focus,
.blog .items-leading .item .article-text .item-headinfo .btn-group.open .dropdown-submenu:hover > a {
  background: #479317;
}
.blog .items-leading .item .article-text .item-footerinfo {
  overflow: hidden;
  margin: 0;
  clear: both;
  display: none;
}
.blog .items-leading .item .article-text .item-footerinfo dl {
  margin: 20px 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.blog .items-leading .item .article-text .item-footerinfo dl dd {
  display: inline-block;
  margin: 0px;
  padding: 4px 0;
}
.blog .items-leading .item .article-text .item-footerinfo dl dd.category-name a {
  color: #479317;
}
.blog .items-leading .item .article-text .item-footerinfo dl dd.category-name a:hover {
  text-decoration: underline;
}
.blog .items-leading .item .article-text .item-footerinfo dl dd.published {
  margin: 0 20px;
  padding: 4px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 20px;
  display: inline-block;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 20px;
  min-width: auto !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading .item a.readmore {
  float: left;
  clear: both;
  margin: 0 0 0px;
}
.blog .items-leading .item .item-image {
  margin: 0 0 20px;
  float: none;
  display: inline-block;
}
.blog .items-leading .item a.readmore {
  margin-top: 5px;
}
.blog .items-row .item {
  padding: 30px 0 10px;
  overflow: hidden;
}
.blog .items-row .item.span12 {
  padding: 30px 0 0;
}
.blog .items-row .item .item-image {
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
  background: url("../images/loading.gif") no-repeat scroll center center #E6E6E6;
  min-height: inherit !important;
  min-width: inherit !important;
  max-width: 100%;
}
.blog .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  margin-top: -18px;
}
.blog .items-row .item .item-image .image-overlay .hover-links a.img-zoom {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.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 {
  top: 50%;
}
.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: 171.42%;
  font-weight: normal;
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo {
  margin: 10px 0 0px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  display: inline-block;
  margin: 0px;
  color: inherit;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 100%;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 25px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.create i {
  margin: 0 5px 0 1px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.hits {
  white-space: nowrap;
  margin: 0 5px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.createdby {
  white-space: nowrap;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.createdby a {
  color: #479317;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.createdby a:hover {
  text-decoration: underline;
}
.blog .items-row .item .article-text .item-headinfo .actions {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:hover,
.blog .items-row .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:focus,
.blog .items-row .item .article-text .item-headinfo .btn-group.open .dropdown-submenu:hover > a {
  background: #479317;
}
.blog .items-row .item .article-text .item-footerinfo {
  overflow: hidden;
  margin: 0;
  clear: both;
  display: none;
}
.blog .items-row .item .article-text .item-footerinfo dl {
  margin: 20px 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.blog .items-row .item .article-text .item-footerinfo dl dd {
  display: inline-block;
  margin: 0px;
  padding: 4px 0;
}
.blog .items-row .item .article-text .item-footerinfo dl dd.category-name a {
  color: #479317;
}
.blog .items-row .item .article-text .item-footerinfo dl dd.category-name a:hover {
  text-decoration: underline;
}
.blog .items-row .item .article-text .item-footerinfo dl dd.published {
  margin: 0 20px;
  padding: 4px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 20px;
  display: inline-block;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 20px;
  min-width: auto !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row .item a.readmore {
  float: left;
  clear: both;
  margin: 0 0 0px;
}
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: #666666;
}
.blog-featured .componentheading {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
}
.blog-featured .componentheading span.category-desc {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
.blog-featured .componentheading span.category-desc p {
  display: inline-block;
  margin: 0px;
}
.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: 30px 0 10px;
  overflow: hidden;
}
.blog-featured .items-leading .item.span12 {
  padding: 30px 0 0;
}
.blog-featured .items-leading .item .item-image {
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
  background: url("../images/loading.gif") no-repeat scroll center center #E6E6E6;
  min-height: inherit !important;
  min-width: inherit !important;
  max-width: 100%;
}
.blog-featured .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  margin-top: -18px;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.img-zoom {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.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 {
  top: 50%;
}
.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: 171.42%;
  font-weight: normal;
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin: 10px 0 0px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  display: inline-block;
  margin: 0px;
  color: inherit;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 100%;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 25px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.create i {
  margin: 0 5px 0 1px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.hits {
  white-space: nowrap;
  margin: 0 5px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.createdby {
  white-space: nowrap;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.createdby a {
  color: #479317;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.createdby a:hover {
  text-decoration: underline;
}
.blog-featured .items-leading .item .article-text .item-headinfo .actions {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:hover,
.blog-featured .items-leading .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:focus,
.blog-featured .items-leading .item .article-text .item-headinfo .btn-group.open .dropdown-submenu:hover > a {
  background: #479317;
}
.blog-featured .items-leading .item .article-text .item-footerinfo {
  overflow: hidden;
  margin: 0;
  clear: both;
  display: none;
}
.blog-featured .items-leading .item .article-text .item-footerinfo dl {
  margin: 20px 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.blog-featured .items-leading .item .article-text .item-footerinfo dl dd {
  display: inline-block;
  margin: 0px;
  padding: 4px 0;
}
.blog-featured .items-leading .item .article-text .item-footerinfo dl dd.category-name a {
  color: #479317;
}
.blog-featured .items-leading .item .article-text .item-footerinfo dl dd.category-name a:hover {
  text-decoration: underline;
}
.blog-featured .items-leading .item .article-text .item-footerinfo dl dd.published {
  margin: 0 20px;
  padding: 4px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 20px;
  display: inline-block;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 20px;
  min-width: auto !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading .item a.readmore {
  float: left;
  clear: both;
  margin: 0 0 0px;
}
.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: 30px 0 10px;
  overflow: hidden;
}
.blog-featured .items-row .item.span12 {
  padding: 30px 0 0;
}
.blog-featured .items-row .item .item-image {
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
  background: url("../images/loading.gif") no-repeat scroll center center #E6E6E6;
  min-height: inherit !important;
  min-width: inherit !important;
  max-width: 100%;
}
.blog-featured .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  margin-top: -18px;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.img-zoom {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.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 {
  top: 50%;
}
.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: 171.42%;
  font-weight: normal;
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin: 10px 0 0px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  display: inline-block;
  margin: 0px;
  color: inherit;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 100%;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 25px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.create i {
  margin: 0 5px 0 1px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.hits {
  white-space: nowrap;
  margin: 0 5px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.createdby {
  white-space: nowrap;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.createdby a {
  color: #479317;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.createdby a:hover {
  text-decoration: underline;
}
.blog-featured .items-row .item .article-text .item-headinfo .actions {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:hover,
.blog-featured .items-row .item .article-text .item-headinfo .btn-group.open .dropdown-menu li > a:focus,
.blog-featured .items-row .item .article-text .item-headinfo .btn-group.open .dropdown-submenu:hover > a {
  background: #479317;
}
.blog-featured .items-row .item .article-text .item-footerinfo {
  overflow: hidden;
  margin: 0;
  clear: both;
  display: none;
}
.blog-featured .items-row .item .article-text .item-footerinfo dl {
  margin: 20px 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.blog-featured .items-row .item .article-text .item-footerinfo dl dd {
  display: inline-block;
  margin: 0px;
  padding: 4px 0;
}
.blog-featured .items-row .item .article-text .item-footerinfo dl dd.category-name a {
  color: #479317;
}
.blog-featured .items-row .item .article-text .item-footerinfo dl dd.category-name a:hover {
  text-decoration: underline;
}
.blog-featured .items-row .item .article-text .item-footerinfo dl dd.published {
  margin: 0 20px;
  padding: 4px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 20px;
  display: inline-block;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 20px;
  min-width: auto !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row .item a.readmore {
  float: left;
  clear: both;
  margin: 0 0 0px;
}
.item-page .category-name {
  font-size: 128.5714%;
  border-bottom: 1px solid #479317;
  padding-bottom: 5px;
}
.item-page .category-name a {
  color: #479317;
}
.item-page .category-name a:hover {
  color: #666666;
}
.item-page .page-header {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 0;
  margin: 0;
}
.item-page .page-header h2 {
  font-size: 171.42%;
  font-weight: normal;
  margin: 0;
}
.item-page .page-header h2 {
  font-size: 342.85%;
  color: #444;
  margin: 0px 0 25px 0;
  padding-bottom: 10px;
  border-bottom: 4px double #ccc;
}
.item-page .article-info {
  margin: 10px 0 0px;
  margin: 0 0 25px 0;
}
.item-page .article-info dl.article-info {
  display: inline-block;
  margin: 0px;
  color: inherit;
}
.item-page .article-info dl.article-info dd {
  display: inline-block;
  font-size: 100%;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 25px;
}
.item-page .article-info dl.article-info dd.create i {
  margin: 0 5px 0 1px;
}
.item-page .article-info dl.article-info dd.hits {
  white-space: nowrap;
  margin: 0 5px;
}
.item-page .article-info dl.article-info dd.createdby {
  white-space: nowrap;
}
.item-page .article-info dl.article-info dd.createdby a {
  color: #479317;
}
.item-page .article-info dl.article-info dd.createdby a:hover {
  text-decoration: underline;
}
.item-page .article-info .actions {
  display: none;
}
.item-page .article-info .btn-group.open .dropdown-menu li > a:hover,
.item-page .article-info .btn-group.open .dropdown-menu li > a:focus,
.item-page .article-info .btn-group.open .dropdown-submenu:hover > a {
  background: #479317;
}
.item-page .article-info dl.article-info dd.create {
  background: none;
  padding: 0;
}
.item-page .article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .item-intro {
  font-size: 128.5714%;
  margin-bottom: 25px;
}
.item-page .image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  margin-top: -18px;
}
.item-page .image-overlay .hover-links a.img-zoom {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.item-page div.related-items-title {
  margin-top: 2em;
}
.item-page .img-fulltext {
  position: relative;
  float: left;
  margin: 0px 30px 22px 0;
  border: 1px solid #cccccc;
  display: inline-block;
  max-width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
}
.item-page .img-fulltext .img-fulltext-inner {
  padding: 10px;
}
.item-page .img-fulltext div.img_caption {
  max-width: 100%;
}
.item-page .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page .img-fulltext .image-overlay {
  display: none;
}
.item-page .img-fulltext .image-overlay .hover-links {
  text-align: center;
  margin: -18px -20px 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.item-page .img-fulltext .image-overlay .hover-links a {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.item-page .img-fulltext:hover {
  background-color: #f1f1f1;
  border-color: #479317;
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links {
  top: 50%;
}
.item-page .current {
  margin: 0 0 30px;
}
.item-page .social-custom {
  margin: 10px 0 14px;
}
.item-page h3.related-title {
  font-size: 171.42%;
  padding: 15px 0 0px;
  margin: 40px 0px 0px;
  border-top: 4px double #ccc;
  font-weight: 100;
}
.item-page ul.related-items li.item-odd .relate-item {
  margin-right: 4%;
}
.item-page ul.related-items li.item-even .relate-item {
  margin-left: 4%;
}
.item-page ul.related-items li .relate-item {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0px;
  overflow: hidden;
}
.item-page ul.related-items li .relate-item .related-item-img {
  display: inline-block;
  float: left;
  margin: 2px 15px 0px 0;
  overflow: hidden;
  position: relative;
}
.item-page ul.related-items li .relate-item .related-item-img img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.item-page ul.related-items li .relate-item .related-item-img: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);
}
.item-page ul.related-items li .relate-item .related-item-img .hover-zoom {
  position: absolute;
  top: -100%;
  left: 0px;
  width: 100%;
  display: block;
  text-align: center;
  display: none;
}
.item-page ul.related-items li .relate-item .related-item-img .hover-zoom a.img-zoom {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0px;
  display: inline-block;
}
.item-page ul.related-items li .relate-item .related-item-img .hover-zoom a.img-zoom i {
  width: 12px;
  height: 12px;
  color: #fff;
  line-height: 12px;
  margin: 0px;
  font-size: 14px;
}
.item-page ul.related-items li .relate-item .related-item-img .hover-zoom a.img-zoom:hover i {
  color: #479317;
}
.item-page ul.related-items li .relate-item .related-item-img:hover .hover-zoom {
  top: 38%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.item-page ul.related-items li .relate-item .related-item-category {
  font-size: 71.42%;
  color: #999;
  line-height: 15px;
  margin-bottom: 5px;
}
.item-page ul.related-items li .relate-item .related-item-title {
  font-size: 128.57%;
  font-weight: normal;
}
.item-page ul.related-items li .relate-item .related-item-introtext {
  margin-top: 5px;
}
.item-page ul.related-items li .relate-item .related-item-introtext p {
  margin: 0px;
}
.item-page ul.related-items li.line-none .relate-item {
  border: none;
}
.item-page ul.pagenav {
  overflow: hidden;
  margin: 20px 0;
  border-top: 3px solid #479317;
  padding: 10px 0;
  list-style: none;
}
.item-page ul.pagenav li {
  display: inline-block;
  position: relative;
}
.item-page ul.pagenav li a {
  padding: 3px 8px;
  display: inline-block;
  margin: 0 20px;
}
.item-page ul.pagenav li a:before {
  font-family: 'FontAwesome';
  content: "\f053";
  color: #fff;
  padding: 3px 6px;
  position: absolute;
  top: 0px;
  background: #a0a0a1;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  margin: 0px;
}
.item-page ul.pagenav li a:hover:before {
  background: #479317;
}
.item-page ul.pagenav li.pagenav-prev {
  float: left;
}
.item-page ul.pagenav li.pagenav-prev a {
  border-right: 1px solid #cccccc;
}
.item-page ul.pagenav li.pagenav-prev a:before {
  float: left;
  left: 0px;
}
.item-page ul.pagenav li.pagenav-next {
  float: right;
}
.item-page ul.pagenav li.pagenav-next a {
  border-left: 1px solid #cccccc;
}
.item-page ul.pagenav li.pagenav-next a:before {
  content: "\f054";
  right: 0px;
}
.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 {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
}
.category-list h2 span.category-desc {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
.category-list h2 span.category-desc p {
  display: inline-block;
  margin: 0px;
}
.category-list .cat-items .display-limit select {
  width: auto;
}
.category-list .cat-items table.category thead tr th {
  background: #f1f1f1;
  border-bottom: 1px solid #DEDEDE;
}
.category-list .cat-items table.category thead tr th a {
  color: #666666;
}
.category-list .cat-items table.category thead tr th a:hover {
  color: #479317;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive .filter-search select,
div.archive .filter-search button {
  margin: 2px 0;
}
div.archive .filter-search button.button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 20px;
}
div.archive .filter-search button.button:hover {
  background-color: #479317;
  cursor: pointer;
}
div.archive #archive-items > div {
  border-top: 1px dotted #ccc;
  padding: 10px 10px;
}
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;
}
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;
}
div.pagination {
  height: auto;
  margin-top: 10px;
}
div.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border-top: 4px double #cccccc;
  padding-top: 10px;
}
div.pagination ul li {
  display: inline-block;
  margin: 3px 0px;
}
div.pagination ul li a,
div.pagination ul li span {
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 0 !important;
}
div.pagination ul li a span,
div.pagination ul li span span {
  float: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 100%;
}
div.pagination ul li a {
  font-weight: bold;
}
div.pagination ul li a:hover {
  border: 1px solid #479317;
  background: #479317;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.pagination ul li.active > span {
  border: 1px solid #479317;
  background: #479317;
}
div.pagination ul li.active > span span {
  background: none transparent;
  color: #fff;
  font-weight: bold;
}
div.pagination ul li.start {
  margin: 3px 0px !important;
  float: left;
}
div.pagination ul li.start a,
div.pagination ul li.start > span {
  overflow: hidden;
  float: left;
  font-weight: normal;
  background: #a0a0a1;
  border: 1px solid #a0a0a1;
  color: #fff;
  text-indent: -999em;
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
div.pagination ul li.start a:before,
div.pagination ul li.start > span:before {
  content: "\f053";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  top: 0px;
  left: 4px;
  text-indent: 0;
}
div.pagination ul li.start a:hover {
  background: #479317;
  border-color: #479317;
}
div.pagination ul li.prev {
  float: left;
  margin: 3px 0px !important;
}
div.pagination ul li.prev a,
div.pagination ul li.prev > span {
  line-height: 24px;
  font-weight: normal;
  border-right: 1px solid #ccc;
  background: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
div.pagination ul li.prev a:hover {
  background: #479317;
  color: #fff !important;
  border-right: 1px solid #479317;
}
div.pagination ul li.next {
  float: right;
  margin: 3px 25px 3px 0px;
}
div.pagination ul li.next a,
div.pagination ul li.next > span {
  line-height: 24px;
  font-weight: normal;
  float: right;
  border: none;
  border-left: 1px solid #ccc;
  background: none;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
div.pagination ul li.next a:hover {
  background: #479317;
  color: #fff;
  border-left: 1px solid #479317;
}
div.pagination ul li.end {
  margin: 3px 0px !important;
  float: right;
  position: absolute;
  right: 0px;
  top: 10px;
}
div.pagination ul li.end a,
div.pagination ul li.end > span {
  overflow: hidden;
  float: right;
  background: #a0a0a1;
  border: 1px solid #a0a0a1;
  color: #fff;
  text-indent: -999em;
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
div.pagination ul li.end a:before,
div.pagination ul li.end > span:before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  top: 0px;
  left: 4px;
  text-indent: 0;
}
div.pagination ul li.end a:hover {
  background: #479317;
  border-color: #479317;
}
div.pagination ul li.link a,
div.pagination ul li.link > span,
div.pagination ul li.active a,
div.pagination ul li.active > span {
  float: none;
  padding: 3px 10px;
  display: inline-block;
  line-height: 18px;
}
.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%;
}
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;
  margin-top: 2px;
}
.search #searchForm .phrases-box {
  padding-top: 10px;
}
.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;
}
.search .button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
}
.search .button:hover {
  background-color: #479317;
}
.finder #search-form {
  background: #ECF0E8;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
  box-shadow: 0 0 0 1px #f4f4f4 inset;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
}
.finder #search-form #finder-search #advanced-search ul {
  margin: 0px;
  list-style: none;
}
.finder #search-form #finder-search #advanced-search ul li {
  padding: 10px 0;
}
.finder #search-form #finder-search #advanced-search ul li label {
  width: 30%;
}
.finder #search-form #finder-search button.button {
  padding: 5px 15px 5px 10px;
}
.finder #search-form #finder-search #advanced-search-toggle {
  padding: 5px 15px 5px 10px;
}
.finder #search-form #finder-search fieldset.word input,
.finder #search-form #finder-search fieldset.word button,
.finder #search-form #finder-search fieldset.word a {
  margin: 5px 0;
}
.finder #search-form #finder-search fieldset.word i {
  margin: 0 5px;
}
.finder #search-form #finder-search fieldset.word .button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
}
.finder #search-form #finder-search fieldset.word .button:hover {
  background-color: #479317;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed-category .display-limit select {
  margin-bottom: 0px;
}
.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 10px;
}
.newsfeed ol li a {
  font-size: 120%;
  color: #777;
  font-weight: normal;
  line-height: 110%;
}
.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: #666666;
}
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 h1.title {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
  margin: 0 0 20px;
}
.login h1.title span.category-desc {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
.login h1.title span.category-desc p {
  display: inline-block;
  margin: 0px;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .controls {
  margin: 0;
}
.login .well #remember-lbl {
  width: auto;
}
.login .well #remember {
  margin: 4px 10px 0;
}
.login button.button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
}
.login button.button:hover {
  background-color: #479317;
  cursor: pointer;
}
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: 0px;
  padding: 0px;
  border: none;
}
.registration .page-header h2 {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
  margin: 0 0 20px;
}
.registration .page-header h2 span.category-desc {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
.registration .page-header h2 span.category-desc p {
  display: inline-block;
  margin: 0px;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
}
.registration .form-horizontal .button:hover {
  background-color: #479317;
  cursor: pointer;
}
.reset .control-label,
.remind .control-label {
  text-align: left;
}
.reset .button,
.reset button,
.remind .button,
.remind button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
}
.reset .button:hover,
.reset button:hover,
.remind .button:hover,
.remind button:hover {
  background-color: #479317;
  cursor: pointer;
}
.profile #users-profile-core {
  clear: both;
}
.profile a.btn {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
  font-size: 14px;
  border: none;
  color: #fff;
  text-shadow: none;
}
.profile a.btn:hover {
  background-color: #479317;
  cursor: pointer;
}
.profile-edit .form-actions {
  background-color: transparent;
  padding: 20px 0;
}
.profile-edit .form-actions .button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
}
.profile-edit .form-actions .button:hover {
  background-color: #479317;
  cursor: pointer;
}
.logout h1 {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
  margin: 0 0 20px;
}
.logout h1 span.category-desc {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
.logout h1 span.category-desc p {
  display: inline-block;
  margin: 0px;
}
.logout .button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
}
.logout .button:hover {
  background-color: #479317;
  cursor: pointer;
}
div.contact {
  margin: 0;
}
div.contact h3.jicons-text {
  font-size: 120%;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #666;
}
div.contact .contact-contactinfo {
  margin-bottom: 0px;
}
div.contact .contact-miscinfo .contact-misc .contact-us {
  display: inline-block;
  width: 100%;
}
div.contact .contact-miscinfo .contact-misc .contact-us h3.contact-us-title {
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 0px;
  border-bottom: 4px double #cccccc;
  padding: 0px 0 10px;
}
div.contact .contact-miscinfo .contact-misc .contact-us h3.contact-us-title span {
  font-size: 30%;
  line-height: 25px;
  display: inline-block;
  padding: 0 15px;
}
div.contact .contact-miscinfo .contact-misc .contact-us .contact-dsc {
  margin: 40px 0 0;
  text-align: center;
  font-size: 128.57%;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address {
  margin: 40px 0 0;
  overflow: hidden;
  position: relative;
  background: #479317;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 126px;
  color: #fff;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address:before,
div.contact .contact-miscinfo .contact-misc .contact-us .address:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 2px;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address:before {
  left: 0px;
  border-left: 126px solid #f1f1f1;
  border-top: 126px solid transparent;
  border-bottom: 126px solid transparent;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address:after {
  right: 0px;
  border-right: 126px solid #f1f1f1;
  border-top: 126px solid transparent;
  border-bottom: 126px solid transparent;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 {
  float: left;
  width: 50%;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner {
  padding: 35px 103px;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner h2.add-title,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner h2.add-title {
  font-size: 128.57%;
  margin: 0 0 20px;
  font-weight: normal;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner p,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner p {
  margin: 0px;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-mobile,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-email,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-mobile,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-email {
  margin-top: 30px;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-mobile span,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-email span,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-mobile span,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-email span {
  font-size: 14px;
  margin: 0px;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-mobile span:before,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-email span:before,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-mobile span:before,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-email span:before {
  content: "";
  font-family: 'FontAwesome';
  float: left;
  margin-right: 10px;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-email span a,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-email span a {
  color: #fff;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-email span a:hover,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-email span a:hover {
  text-decoration: underline;
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-mobile span:before,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-mobile span:before {
  content: "\f098";
}
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-1 .add-inner .add-email span:before,
div.contact .contact-miscinfo .contact-misc .contact-us .address .add-2 .add-inner .add-email span:before {
  content: "\f0e0";
}
div.contact .panel-form {
  margin-top: 45px;
}
div.contact .panel-form h3.title {
  display: none;
}
div.contact .panel-form #contact-form {
  display: table;
  margin: 0 auto;
}
div.contact .panel-form #contact-form dl.contact-field {
  margin: 0px 0 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
div.contact .panel-form #contact-form dl.contact-field:hover,
div.contact .panel-form #contact-form dl.contact-field:focus {
  color: #479317;
}
div.contact .panel-form #contact-form dl.contact-field:hover input,
div.contact .panel-form #contact-form dl.contact-field:hover textarea,
div.contact .panel-form #contact-form dl.contact-field:focus input,
div.contact .panel-form #contact-form dl.contact-field:focus textarea {
  border-color: #74df31;
  box-shadow: 0 0 6px #479317;
  color: #479317;
}
div.contact .panel-form #contact-form dl.contact-field:hover input:hover,
div.contact .panel-form #contact-form dl.contact-field:hover textarea:hover,
div.contact .panel-form #contact-form dl.contact-field:focus input:hover,
div.contact .panel-form #contact-form dl.contact-field:focus textarea:hover {
  cursor: pointer;
}
div.contact .panel-form #contact-form dl.contact-field dt {
  display: inline-block;
  min-width: 105px;
  vertical-align: middle;
}
div.contact .panel-form #contact-form dl.contact-field dt label {
  margin: 0px;
  font-size: 128.57%;
  font-weight: normal;
  padding: 9px 0px;
  display: inline-block;
}
div.contact .panel-form #contact-form dl.contact-field dt label:hover {
  cursor: pointer;
}
div.contact .panel-form #contact-form dl.contact-field dd {
  margin: 0px;
  display: inline-block;
  position: relative;
}
div.contact .panel-form #contact-form dl.contact-field dd textarea,
div.contact .panel-form #contact-form dl.contact-field dd input {
  margin: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 30px;
  width: 300px;
}
div.contact .panel-form #contact-form dl.contact-field dd:hover,
div.contact .panel-form #contact-form dl.contact-field dd:focus {
  outline: medium none !important;
}
div.contact .panel-form #contact-form dl.contact-field dd i {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 9px;
  margin: 0px;
  font-size: 18px;
}
div.contact .panel-form #contact-form dl.contact-field dd:focus i {
  color: #479317;
}
div.contact .panel-form #contact-form dl dd {
  margin: 0px;
}
div.contact .panel-form #contact-form dl dd button.button {
  margin-left: 105px;
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
}
div.contact .panel-form #contact-form dl dd button.button:hover {
  background-color: #479317;
  cursor: pointer;
}
div.contact .contact-image {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 70px 0px;
  position: relative;
}
div.contact .contact-image:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.3) inset;
}
div.contact .contact-image:hover:after {
  -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 8px 3px rgba(0,0,0,0.3) inset;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.contact .contact-image img {
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact .google-map {
  margin: 15px 0 40px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact .contact-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 0;
}
#lightbox-nav a {
  max-height: 100% !important;
}
#lightbox-container-image-box {
  max-width: 100%;
  height: auto !important;
}
#lightbox-container-image-data-box {
  max-width: 98.5%;
}
#mxcpr {
  clear: both;
  display: none;
}
.shophead h1 {
  border-bottom: 4px double #cccccc;
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0px 0 10px;
}
.shophead h1 span {
  font-size: 28%;
  padding: 0px 25px;
  line-height: 25px;
  display: inline-block;
}
.shophead h1 span p {
  display: inline-block;
  margin: 0px;
}
.jshop .header-category,
.jshop .header {
  border-bottom: 4px double #cccccc;
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0px 0 10px;
}
.jshop .header-category span,
.jshop .header span {
  font-size: 28%;
  padding: 0px 25px;
  line-height: 25px;
  display: inline-block;
}
.jshop .header-category span p,
.jshop .header span p {
  display: inline-block;
  margin: 0px;
}
.jshop .product_label {
  left: -6px;
  top: -6px;
  margin: 0px;
  z-index: 3;
}
.jshop .listproduct {
  border-bottom: 4px double #cccccc;
  font-size: 342.83%;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0px 0 10px;
}
.jshop .listproduct span {
  font-size: 28%;
  padding: 0px 25px;
  line-height: 25px;
  display: inline-block;
}
.jshop .listproduct span p {
  display: inline-block;
  margin: 0px;
}
.jshop .jshop_list_product form#sort_count {
  margin: 0 0 27px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page {
  overflow: hidden;
  font-size: 85.71%;
  text-align: center;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .layout-type {
  float: left;
  display: none;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .layout-type a {
  border: 1px solid #cccccc;
  padding: 5px 8px;
  text-align: center;
  display: inline-block;
  line-height: 17px;
  vertical-align: middle;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .layout-type a.sort_grid {
  margin: 0 0 0 10px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .layout-type a i {
  margin: 0px;
  width: auto;
  font-size: 14px;
  vertical-align: bottom;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_count_to_page {
  display: inline-block;
  float: left;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_count_to_page span {
  display: inline-block;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_count_to_page .select-mask {
  margin: 0px 5px 0 10px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_count_to_page .select-mask:before {
  height: 28px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_count_to_page select {
  width: 78px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  font-size: 85.71%;
  padding: 6px 6px;
  height: 30px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_sorting {
  float: right;
  padding: 0px;
  display: inline-block;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_sorting span.first {
  display: inline-block;
  float: left;
  margin-top: 4px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_sorting .select-mask {
  margin: 0px 2px 0 10px;
  display: inline-block;
  float: left;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_sorting .select-mask:before {
  height: 28px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_sorting select {
  width: 100px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  font-size: 85.71%;
  padding: 6px 6px;
  height: 30px;
}
.jshop .jshop_list_product form#sort_count .block_sorting_count_to_page .box_products_sorting span.btn_sortting {
  border: 1px solid #cccccc;
  padding: 0 6px;
  height: 28px;
  line-height: 25px;
  float: right;
  display: inline-block;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column {
  padding-bottom: 30px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product {
  position: relative;
  z-index: 1;
  height: 350px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .product-inner {
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
  background: #fff;
  padding: 10px;
  -moz-box-sizing: border-box;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .title-cate {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 0 5px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image {
  position: relative;
  padding: 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image .image_block {
  padding: 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image .image_block .product_label {
  position: absolute;
  top: -6px;
  left: -6px;
  margin: 0px;
  z-index: 3;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image .image_block a {
  display: block;
  text-align: center;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image .image_block a img {
  border: none;
  padding: 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image .image-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image .image-overlay .hover-links {
  position: absolute;
  top: -100%;
  width: 100%;
  text-align: center;
  margin-top: -18px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .image .image-overlay .hover-links a {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner {
  padding: 12px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  -moz-box-sizing: border-box;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.name {
  font-size: 128.57%;
  text-transform: capitalize;
  margin: 2px 0 4px 0;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .description {
  display: none;
  font-size: 100%;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .jshop_price {
  font-size: 171.42%;
  color: #479317;
  padding: 8px 0;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .block-gird-info .rate-comment {
  display: none;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .old_price span {
  text-decoration: line-through;
  display: none;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .base_price,
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .default_price,
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .extra_fields {
  display: none;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .taxinfo {
  font-size: 85.71%;
  display: inline-block;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .plusshippinginfo {
  font-size: 85.71%;
  display: inline-block;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .plusshippinginfo a {
  display: inline-block;
  color: #479317;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .plusshippinginfo a:hover {
  text-decoration: underline;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.buttons {
  margin: 0px 0 0px;
  line-height: 10px;
  padding: 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.buttons a.button_buy {
  margin: 12px 0 0px;
  display: inline-block;
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 0;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.buttons a.button_buy .ico-cart {
  float: left;
  width: 40px;
  height: 26px;
  border-right: 1px solid #767676;
  background: url("../images/icons/icon-cart.png") no-repeat center center;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.buttons a.button_buy span {
  float: left;
  padding: 2px 10px;
  line-height: 22px;
  color: #fff;
  border-left: 1px solid #3d3d3d;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.buttons a.button_buy:hover {
  background-color: #479317;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.buttons a.button_buy:hover span {
  border-color: #326710;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner div.buttons a.button_buy:hover .ico-cart {
  border-color: #5cbf1e;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .not_available {
  margin: 12px 0 0 0;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .rate-comment {
  margin-top: 15px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .rate-comment .review_mark {
  display: inline-block;
  vertical-align: middle;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .rate-comment .count_commentar {
  display: inline-block;
  float: right;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .rate-comment .count_commentar i {
  margin: 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .manufacturer_name {
  margin-top: 8px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .manufacturer_name span,
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .manufacturer_name a {
  display: inline-block;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column .product .inner .inner-hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  -moz-box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
}
.jshop .jshop_list_product .list_product .sj-row .sj-column:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column:hover .product {
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column:hover .product .product-inner {
  border: 1px solid #cccccc;
  height: 430px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column:hover .product .title-cate {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jshop .jshop_list_product .list_product .sj-row .sj-column:hover .product .image .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jshop .jshop_list_product .list_product .sj-row .sj-column:hover .product .image .image-overlay .hover-links {
  top: 50%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column:hover .product .inner .inner-hover {
  height: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span6 .product {
  height: 450px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span6 .product .image .image_block a img {
  width: 100%;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span6:hover .product .product-inner {
  height: auto;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product {
  height: auto !important;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .image {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .description {
  display: inline;
  font-size: 100%;
  margin: 10px 0 0;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .block-gird-info {
  margin: 0px 0 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .block-gird-info .jshop_price {
  display: inline-block;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .block-gird-info .rate-comment {
  display: inline-block;
  margin-top: 10px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .block-gird-info .rate-comment .jshop_price {
  margin-right: 10px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .block-gird-info .rate-comment .review_mark {
  margin: 0 0px 1px 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .block-gird-info .rate-comment .count_commentar {
  float: none !important;
  margin: 0 10px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .inner {
  border: none !important;
  margin-top: 0px;
  padding: 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .inner div.name {
  margin: 0 0 4px;
  padding: 0px;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .inner .inner-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  visibility: visible;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12 .product .inner .inner-hover .rate-comment {
  display: none;
}
.jshop .jshop_list_product .list_product .sj-row .sj-column.span12:hover .product .product-inner {
  height: auto !important;
}
.jshop .jshop_list_category {
  margin-top: 20px;
}
.jshop .jshop_list_category .sj-column .category {
  padding: 10px;
}
.jshop .jshop_list_category .sj-column .category .image {
  padding: 0px;
}
.jshop .jshop_list_category .sj-column .category .image a {
  display: block;
  text-align: center;
}
.jshop .jshop_list_category .sj-column .category .image a img {
  border: none;
  padding: 0px;
  -webkit-transition: all 0.3s ease-out-in 0s;
  -moz-transition: all 0.3s ease-out-in 0s;
  -o-transition: all 0.3s ease-out-in 0s;
  transition: all 0.3s ease-out-in 0s;
}
.jshop .jshop_list_category .sj-column .category .info {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}
.jshop .jshop_list_category .sj-column .category .info a.product_link {
  font-size: 128.57%;
  text-transform: capitalize;
}
.jshop .jshop_list_category .sj-column .category:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jshop .jshop_list_manufacturer {
  margin-top: 20px;
}
.jshop .jshop_list_manufacturer .sj-column .manufacturer {
  padding: 10px;
}
.jshop .jshop_list_manufacturer .sj-column .manufacturer .image {
  padding: 0px;
}
.jshop .jshop_list_manufacturer .sj-column .manufacturer .image a {
  display: block;
  text-align: center;
}
.jshop .jshop_list_manufacturer .sj-column .manufacturer .image a img {
  border: none;
  padding: 0px;
  -webkit-transition: all 0.3s ease-out-in 0s;
  -moz-transition: all 0.3s ease-out-in 0s;
  -o-transition: all 0.3s ease-out-in 0s;
  transition: all 0.3s ease-out-in 0s;
}
.jshop .jshop_list_manufacturer .sj-column .manufacturer .info {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}
.jshop .jshop_list_manufacturer .sj-column .manufacturer .info a.product_link {
  font-size: 128.57%;
  text-transform: capitalize;
}
.jshop .jshop_list_manufacturer .sj-column .manufacturer:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jshop .sj-search .sub-cate {
  margin-top: 10px;
}
.jshop .sj-search img#date_to_img,
.jshop .sj-search img#date_from_img {
  margin: 0 2px;
}
.jshop .sj-search .search_for .control-label {
  padding-top: 0px;
}
.jshop table.cart {
  border: 1px solid #f1f1f1;
}
.jshop table.cart th {
  background: #f1f1f1;
  padding: 6px 3px;
}
.jshop table.cart td {
  border: 1px solid #f1f1f1;
  background: #fff !important;
}
.jshop table.cart tr.jshop_prod_cart .inputbox {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  height: auto;
  border: 1px solid #f1f1f1;
  margin: 0px;
}
.jshop table.cart tr.jshop_prod_cart td.jshop_img_description_center img {
  max-width: 100px;
}
.jshop table.sj-discount input.discount {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
  margin: 0 1px;
}
.jshop table.sj-discount input.discount:hover {
  background-color: #479317;
  cursor: pointer;
}
.jshop table.sj-discount input.inputbox {
  margin-bottom: 0px;
  line-height: 25px;
  padding: 6px;
  height: auto;
}
.jshop table.jshop_subtotal {
  display: table;
}
.jshop table tr#checkout a img {
  display: none;
}
.jshop table tr#checkout td.td_1 a:before {
  content: "\f060";
  font-family: 'FontAwesome';
  float: left;
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
}
.jshop table tr#checkout td.td_2 a:before {
  content: "\f061";
  font-family: 'FontAwesome';
  float: right;
  margin-left: 5px;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
}
.jshop input.button {
  background: #666 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
  margin: 0 1px;
}
.jshop input.button:hover {
  background-color: #479317;
  cursor: pointer;
}
.jshop .jshop-login .login_block .form-horizontal {
  margin-top: 10px;
}
.jshop .jshop-login .login_block #remember_me_lbl {
  width: auto;
  display: inline-block;
}
.jshop .jshop-login .login_block #remember_me {
  margin: 0px 10px 5px;
}
.jshop .jshop-login .login_block a.loss-pass i {
  font-size: 6px;
  float: left;
  margin-right: 10px;
  line-height: 26px;
}
.jshop .jshop-login .register_block .button {
  margin-top: 10px;
}
.jshop.productfull {
  margin-top: 12px;
}
.jshop.productfull .productdetails .jshop-video-image .block-images {
  display: inline-block;
  max-width: 100%;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle {
  text-align: center;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle .img-main {
  border: 1px solid #cccccc;
  padding: 0px;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle .img-main:hover {
  border-color: #479317;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle .text_zoom {
  font-size: 128.57%;
  padding: 10px 0;
  text-align: center;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle .text_zoom span {
  display: inline-block;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle .text_zoom i {
  width: 27px;
  height: 27px;
  background: url("../images/green/icon-popup.png") no-repeat left bottom;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle .text_zoom:hover {
  color: #479317 !important;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle #list_product_image_middle .text_zoom:hover i {
  background-position: left top;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .image-middle a.lightbox:hover {
  color: #666666 !important;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel {
  margin: 10px -10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .jCarouselLite ul li {
  margin: 0 0px;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .jCarouselLite ul li img {
  width: 118px;
  height: 78px;
  border: 1px solid #cccccc;
  padding: 0px;
  margin: 0 10px;
  display: inline-block;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .jCarouselLite ul li img.active,
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .jCarouselLite ul li img:hover {
  border-color: #479317;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .jCarouselLite ul li:first img {
  border-color: #479317;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .nav_button .prev,
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .nav_button .next {
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  z-index: 3;
  width: 26px;
  height: 25px;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: url("../images/green/next-pre.png") no-repeat left top;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .nav_button .prev {
  background-position: left top;
  left: -100%;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .nav_button .prev:hover {
  background-position: left bottom;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .nav_button .next {
  background-position: -30px bottom;
  right: -100%;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel .nav_button .next:hover {
  background-position: -30px top;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel:hover .prev {
  left: 1px;
}
.jshop.productfull .productdetails .jshop-video-image .block-images .yt-carousel:hover .next {
  right: 1px;
}
.jshop.productfull .productdetails .pro-info .pro-title {
  font-size: 128.57%;
  font-weight: normal;
  margin: 0 0 10px;
}
.jshop.productfull .productdetails .pro-info .jshop_code_prod {
  margin: 0 0 5px;
}
.jshop.productfull .productdetails .pro-info .jshop_code_prod span {
  display: inline-block;
}
.jshop.productfull .productdetails .pro-info .jshop_button_print {
  padding: 0px;
  float: none !important;
  display: inline-block;
  width: auto;
}
.jshop.productfull .productdetails .pro-info .review-hits {
  display: inline-block;
  vertical-align: middle;
}
.jshop.productfull .productdetails .pro-info .review-hits .hits {
  display: inline-block;
  margin: 0 10px;
}
.jshop.productfull .productdetails .pro-info .review-hits .review-rating {
  overflow: hidden;
  margin: 0 0 0px;
  display: inline-block;
  vertical-align: -3px;
}
.jshop.productfull .productdetails .pro-info .review-hits .review-rating .pro-rating {
  display: inline-block;
  padding: 5px 0px 0;
  float: left;
}
.jshop.productfull .productdetails .pro-info .review-hits .review-rating .lbl-rating {
  vertical-align: middle;
  display: inline-block;
  float: left;
  display: none;
}
.jshop.productfull .productdetails .pro-info .old_price {
  margin-top: 5px;
}
.jshop.productfull .productdetails .pro-info .old_price .lbl_old_price {
  display: inline-block;
}
.jshop.productfull .productdetails .pro-info .prod_price {
  margin: 10px 0 5px;
}
.jshop.productfull .productdetails .pro-info .prod_price .lbl_prod_price {
  display: none;
}
.jshop.productfull .productdetails .pro-info .prod_price #block_price {
  font-size: 171.42%;
  color: #479317;
}
.jshop.productfull .productdetails .pro-info .prod_base_price {
  margin: 5px 0 12px;
}
.jshop.productfull .productdetails .pro-info .taxinfo,
.jshop.productfull .productdetails .pro-info .plusshippinginfo,
.jshop.productfull .productdetails .pro-info .plusshippinginfo a {
  display: inline-block;
}
.jshop.productfull .productdetails .pro-info .not_available {
  margin: 0px;
}
.jshop.productfull .productdetails .pro-info .jshop_prod_attributes {
  margin-top: 10px;
}
.jshop.productfull .productdetails .pro-info .jshop_prod_attributes .prod_attributes_item {
  margin: 0px 0;
}
.jshop.productfull .productdetails .pro-info .jshop_prod_attributes .prod_attributes_item .attributes_title {
  display: none;
}
.jshop.productfull .productdetails .pro-info .jshop_prod_attributes .prod_attributes_item label.select-mask:before {
  height: 28px;
}
.jshop.productfull .productdetails .pro-info .jshop_prod_attributes .prod_attributes_item label.select-mask select {
  width: 202px;
  border-radius: 0px;
  padding: 6px 6px;
  height: 30px;
}
.jshop.productfull .productdetails .pro-info .jshop_prod_attributes .prod_attributes_item .prod_attr_img {
  display: none;
}
.jshop.productfull .productdetails .pro-info .prod_free_attribs > * {
  cursor: pointer;
}
.jshop.productfull .productdetails .pro-info .prod_free_attribs .prod_free_attribs_item input {
  width: 188px;
  padding: 4px 6px;
  background: none transparent;
  background: #fff;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .pro-quantity {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .pro-quantity .prod_qty_input input {
  cursor: pointer;
  border: none;
  text-align: center;
  margin: 0px;
  padding: 4px 0;
  color: #479317;
  background: none transparent;
  background: #fff;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .pro-quantity .prod_qty_input input:focus {
  box-shadow: none;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons {
  display: inline;
  padding: 0px;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-cart {
  background: url("../images/conner.png") no-repeat scroll 1px 1px #666666;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  padding: 3px 0;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-cart .ico-cart {
  background: url("../images/icons/icon-cart.png") no-repeat scroll center center transparent;
  border-right: 1px solid #767676;
  float: left;
  height: 24px;
  width: 40px;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-cart span {
  border-left: 1px solid #3D3D3D;
  color: #FFFFFF;
  float: left;
  padding: 0 10px;
  line-height: 24px;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-cart:hover {
  background-color: #479317;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-cart:hover span {
  border-color: #326710;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-cart:hover .ico-cart {
  border-color: #5cbf1e;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-wishlist {
  background: none;
  padding: 6px 0;
  color: #666666;
  margin: 10px 0 0;
  display: block;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-wishlist:before {
  content: "\f055";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-wishlist span {
  margin: 0 10px;
  font-size: 85.71%;
}
.jshop.productfull .productdetails .pro-info .prod_buttons .buttons .btn-wishlist:hover {
  color: #479317;
}
.jshop.productfull .productdetails .pro-more-info {
  clear: both;
  padding: 10px 0 10px;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro {
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro ul.tab-title {
  margin: 0px;
  padding-left: 6px;
  border-bottom: 1px solid #ccc;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro ul.tab-title li {
  list-style: none;
  display: inline-block;
  line-height: 25px;
  height: 33px;
  float: left;
  margin: 0 2px;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro ul.tab-title li a {
  font-size: 128.57%;
  display: inline-block;
  padding: 4px 7px;
  vertical-align: top;
  border: 1px solid #ccc;
  border-width: 1px 1px 0px 1px;
  border-radius: 2px 2px 0 0;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro ul.tab-title li a.tabulous_active {
  color: #479317 !important;
  background: #fff;
  padding-bottom: 4px;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro #tabs_container {
  margin: 0 20px;
  padding: 30px 0 35px;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro #tabs_container div.tab-item {
  margin-right: 0px;
  width: 100%;
  padding: 0px 0px 0px;
  display: block;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro #tabs_container div.tab-item.showscale {
  z-index: 2;
}
.jshop.productfull .productdetails .pro-more-info #tabs-pro #tabs_container div.tab-item .tab-item-inner {
  width: 100%;
  display: block;
}
.jshop.productfull .productdetails .pro-more-info .jshop_prod_description {
  padding: 0px;
}
.jshop.productfull .productdetails .pro-more-info .pro-review {
  display: block;
  overflow: hidden;
}
.jshop.productfull .productdetails .pro-more-info .pro-review .review_header {
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
}
.jshop.productfull .productdetails .pro-more-info .pro-review .review_item {
  border-bottom: 1px dotted #ddd;
  padding: 10px 0;
}
.jshop.productfull .productdetails .pro-more-info .pro-review #jshop_review_write .star-rating-control {
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}
.jshop.productfull .productdetails .pro-more-info .pro-review #jshop_review_write div.star-rating,
.jshop.productfull .productdetails .pro-more-info .pro-review #jshop_review_write div.star-rating a {
  background-image: url("../images/star.png");
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .jshop-manuafacture {
  overflow: hidden;
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .jshop-manuafacture .manuafacture_head {
  display: inline-block;
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .jshop-manuafacture .manufacturer_name {
  display: inline-block;
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .jshop-manuafacture .manufacturer_logo {
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0px;
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .jshop-manuafacture .manufacturer_logo a {
  display: block;
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .jshop-manuafacture .manufacturer_logo a img {
  width: 80px;
  height: 50px;
  max-width: none;
  display: block;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  border: 1px solid #ddd;
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .jshop-manuafacture .manufacturer_logo a img:hover {
  border-color: #479317;
}
.jshop.productfull .productdetails .pro-more-info .pro-other-info .list_product_demo .download {
  padding: 0px;
}
.jshop.productfull .productdetails .button_back {
  padding-top: 20px;
}
.jshop.productfull .product-related .product-related-inner {
  border: 1px solid #ccc;
  border-top: 5px solid #479317;
  padding: 10px;
}
.jshop.productfull .product-related .product-related-inner .related_header {
  margin-top: 0px;
  font-size: 128.57%;
  font-weight: normal;
  border: none;
  text-align: center;
  margin: 0 0 10px;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product {
  padding: 10px 0;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .title-cate {
  display: none;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .description {
  display: none;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .image {
  padding: 0px;
  margin: 0 0 15px;
  position: relative;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .image .image_block {
  padding: 0px;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .image .image_block .product_label {
  margin: 0px;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .image .image_block img.jshop_img {
  border-color: transparent;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner {
  text-align: center;
  line-height: 25px;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .jshop_price span {
  color: #479317;
  font-size: 128.57%;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .taxinfo,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .plusshippinginfo,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .buttons,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .rate-comment,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .manufacturer_name,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .old_price,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .base_price,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .default_price,
.jshop.productfull .product-related .product-related-inner .jshop_related .product .inner .extra_fields {
  display: none;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product:hover {
  -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product:hover img.jshop_img {
  border-color: #479317;
}
.jshop.productfull .product-related .product-related-inner .jshop_related .product:hover .name a {
  text-decoration: underline;
  color: #479317;
  -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}
.layout-m .jshop_list_product .list_product .sj-row .sj-column.span6 .product {
  height: 550px;
}
.layout-m .jshop_list_product .list_product .sj-row .sj-column.span6 .product .image .image_block a img {
  width: 100%;
}
.layout-m .jshop_list_product .list_product .sj-row .sj-column.span6:hover .product .product-inner {
  height: auto;
}
.layout-m .jshop_list_product .list_product .sj-row .sj-column.span4 .product {
  height: 425px;
}
.layout-m .jshop_list_product .list_product .sj-row .sj-column.span4 .product .image .image_block a img {
  width: 100%;
}
.layout-m .jshop_list_product .list_product .sj-row .sj-column.span4:hover .product .product-inner {
  height: auto;
}
.requiredtext {
  color: red;
}
#jshop_menu_order {
  border: 1px solid #cccccc;
}
#jshop_menu_order #active_step {
  color: #479317;
}
#table_payments input {
  margin: 0px 0 3px;
}
#table_payments label {
  display: inline-block;
}
#table_shippings input {
  margin: 0px 0 3px;
}
#table_shippings label {
  display: inline-block;
}
.jshop-infocustomer .row_agb {
  margin: 10px 0;
}
.jshop-infocustomer .row_agb input {
  margin: 0 0 3px;
}
.stars_no_active,
.stars_active {
  background-image: url("../images/star.png") !important;
}
.calendar thead .title {
  background: #479317;
}
.calendar tbody .day {
  text-align: center;
}
.calendar tbody .day.hilite {
  border: none;
}
.calendar tbody td.selected {
  background: #5cbf1e;
  border: none;
}
.calendar .button,
.calendar button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
label.select-mask {
  position: relative;
  display: inline-block;
  margin: 0px;
}
label.select-mask select {
  padding: 5px 6px;
  outline: none;
  line-height: 16px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
label.select-mask:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #666;
  right: 6px;
  top: 1px;
  padding: 4px 6px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
label.select-mask:before {
  content: '';
  right: 1px;
  top: 1px;
  width: 28px;
  height: 24px;
  background: #fff;
  position: absolute;
  pointer-events: none;
  display: block;
}
p.suffix {
  margin-bottom: 0px;
}
p.suffix strong {
  display: inline-block;
}
div._menu,
div.module {
  margin: 0 0 30px;
}
.module {
  border: 1px solid #f1f1f1;
}
.module.blank {
  border: none;
}
.module.blank h3.modtitle {
  background: none;
  padding: 10px 0;
  border: none;
}
.module.blank div.modcontent {
  padding: 0;
}
.module.clear {
  border: none;
}
.module.clear div.modcontent {
  padding: 0;
}
.module h3.modtitle {
  line-height: 20px;
  font-size: 171.42%;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0px;
  padding: 10px 20px;
  background: #f1f1f1;
  border-bottom: 1px solid #dedede;
}
.module div.modcontent {
  padding: 10px 20px 20px;
}
.module[class*="bg-color"] {
  border: none;
  padding: 20px 0 25px;
}
.module[class*="bg-color"] h3.modtitle {
  background: none transparent;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 342.85%;
  line-height: 110%;
  border: 1px thick #ccc;
}
.module[class*="bg-color"] div.modcontent {
  color: #fff;
  padding: 0px 20px 20px;
}
.module.bg-color1 {
  background: #2f67a8;
}
.module.bg-color2 {
  background: #24afd0;
}
.module.bg-color3 {
  background: #fe9711;
}
.module.bg-color4 {
  background: #479317;
}
.module[class*="badge"] {
  border: none;
  padding: 0px 0 0px;
}
.module[class*="badge"] h3.modtitle {
  background: none transparent;
  border: none;
  font-size: 342.85%;
  line-height: 110%;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.module[class*="badge"] h3.modtitle span.badge {
  width: 95px;
  height: 95px;
  padding: 0;
  display: inline-block;
  margin: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 2;
  background: url("../images/icons/icon-badge.png") no-repeat scroll left 0px;
  position: absolute;
  left: 0px;
  top: 100%;
}
.module[class*="badge"] div.modcontent {
  padding: 0px 20px 10px;
}
.module[class*="badge"].badge-top h3.modtitle span.badge {
  background-position: left 0px;
}
.module[class*="badge"].badge-new h3.modtitle span.badge {
  background-position: left -102px;
}
.module[class*="badge"].badge-hot h3.modtitle span.badge {
  background-position: left -306px;
}
.module[class*="badge"].badge-best h3.modtitle span.badge {
  background-position: left -205px;
}
.module.title1 {
  border: 1px solid #479317;
}
.module.title1 h3.modtitle {
  background: #479317;
  color: #fff;
  border: none;
}
.module.title2 {
  border: 1px solid #24afd0;
}
.module.title2 h3.modtitle {
  background: #24afd0;
  color: #fff;
  border: none;
}
.module.title3 {
  border: 1px solid #fe9711;
}
.module.title3 h3.modtitle {
  background: #fe9711;
  color: #fff;
  border: none;
}
.module.title4 {
  border: none;
}
.module.title4 h3.modtitle {
  border: none;
  background: #fff url("../images/line-double.png") repeat-x left center;
  font-size: 342.85%;
  line-height: 110%;
  text-align: center;
  padding: 10px 0;
}
.module.title4 h3.modtitle span {
  background: #fff;
  padding: 0 25px;
}
.module.title4 div.modcontent {
  padding: 0px 0px 0px;
}
.module.style-icon {
  padding-left: 125px;
  border: none;
}
.module.style-icon h3.modtitle {
  font-size: 180%;
  padding: 10px 0px;
  position: relative;
  background: none;
  border: none;
  line-height: 100%;
}
.module.style-icon h3.modtitle [class^="icon-"],
.module.style-icon h3.modtitle [class*=" icon-"] {
  width: 95px;
  height: 95px;
  background: #479317;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  border-radius: 95px;
  position: absolute;
  z-index: 2;
  left: -125px;
  top: 10px;
  margin: 0px;
  font-size: 60px;
  color: #fff;
  line-height: 95px;
  text-align: center;
}
.module.style-icon div.modcontent {
  padding: 20px 0px 20px;
}
div._menu .modcontent ul.menu {
  margin: 0;
  list-style: none;
}
div._menu .modcontent ul.menu li {
  padding: 4px 0px;
  -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.active > a,
div._menu .modcontent ul.menu li.active > .separator {
  color: #479317;
}
div._menu .modcontent ul.menu li > a,
div._menu .modcontent ul.menu li > .separator {
  padding: 0px 0;
}
div._menu .modcontent ul.menu li > a:hover,
div._menu .modcontent ul.menu li > .separator:hover {
  color: #479317;
  background: none repeat scroll 0 0 transparent;
}
div._menu .modcontent ul.menu li > a:before,
div._menu .modcontent ul.menu li > .separator:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 8px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
div._menu .modcontent ul.menu li:hover,
div._menu .modcontent ul.menu li:active {
  padding-left: 5px;
}
div._menu .modcontent ul.menu li:hover a,
div._menu .modcontent ul.menu li:active a {
  color: #479317;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 20px 0;
  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;
}
div#breadcrumb div.module {
  margin: 0px 0 15px;
}
div#breadcrumb ul.breadcrumb {
  background: #f1f1f1;
  padding: 8px 20px;
  margin: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#breadcrumb ul.breadcrumb li:first-child .divider {
  background: none !important;
  text-indent: 0;
  margin: 0 0px 0 0;
  padding: 0;
}
div#breadcrumb ul.breadcrumb li .divider {
  background: url(../images/breadcrumb_separate.png) no-repeat left 90%;
  display: inline-block;
  margin: 0 5px;
  padding: 0 3px;
  text-indent: -999em;
}
div#breadcrumb ul.breadcrumb li .divider .icon-home {
  font-size: 14px;
  color: #479317;
}
div#breadcrumb ul.breadcrumb li a,
div#breadcrumb ul.breadcrumb li span {
  color: #666;
  font-size: 100%;
  height: 16px;
  line-height: 20px;
}
div#breadcrumb ul.breadcrumb li a:hover {
  color: #479317;
}
.mod-finder-searchform-custom {
  float: left;
}
#mod-finder-searchform {
  margin: 0px;
  overflow: hidden;
}
#mod-finder-searchform input.inputbox {
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  width: 156px;
  line-height: 20px;
  padding: 4px 10px;
  color: #999;
  background: #fff;
  font-size: 91%;
  border: 1px solid #cccccc;
  border-right: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
}
#mod-finder-searchform .button {
  width: 30px;
  height: 30px;
  background: #479317 url("../images/icons/icon-search.png") no-repeat center center;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
  text-align: center;
  color: #fff;
  text-indent: -999em;
}
#mod-finder-searchform .button:hover {
  background-color: #5cbf1e;
  color: #fff;
}
.res-mod-finder {
  position: relative;
  display: inline-block;
  float: right;
  display: none;
  margin-top: 10px;
  background: #fff;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.res-mod-finder button.btn-search {
  width: 30px;
  height: 30px;
  background: #479317 url("../images/icons/icon-search.png") no-repeat center center;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
  text-align: center;
  color: #fff;
  text-indent: -999em;
  background-color: transparent;
  background: url("../images/green/icon-search.png") no-repeat center center;
}
.res-mod-finder button.btn-search:hover {
  background-color: #5cbf1e;
  color: #fff;
}
.res-mod-finder button.btn-search:hover {
  background-color: transparent;
}
.res-mod-finder .dropdown-search {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 185px;
  padding: 10px;
  z-index: 1000;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #5cbf1e;
}
.res-mod-finder .dropdown-search #mod-finder-searchform input.inputbox {
  width: 162px;
  border: 1px solid #cccccc;
}
.res-mod-finder .dropdown-search #mod-finder-searchform button.button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../images/green/icon-search.png") no-repeat center center;
}
.res-mod-finder .dropdown-search #mod-finder-searchform button.button:hover {
  background-color: transparent;
}
.res-mod-finder:hover {
  background: #5cbf1e;
}
.res-mod-finder:hover .dropdown-search {
  display: block;
}
.res-mod-finder:hover button.btn-search {
  background-image: url("../images/icons/icon-search.png");
}
div.module.who-online {
  border-color: #9b9b9b;
}
div.module.who-online .modcontent {
  padding: 3px;
}
div.module.who-online .modcontent .online {
  padding: 15px;
  border: 1px solid #9b9b9b;
}
div.module.who-online .modcontent .online i {
  float: left;
  margin-right: 15px;
  font-size: 22px;
  color: #479317;
}
div.module.who-online .modcontent .online h3 {
  font-size: 171.42%;
  color: #479317;
  float: left;
  margin: 0 30px 0 0;
}
div.module.who-online .modcontent .online p {
  margin: 0px;
}
div.module.who-online .modcontent .online p span {
  color: #479317;
}
div.module.style-icon._menufoot {
  padding: 25px 20px 20px !important;
  margin: 0px;
  background: none;
}
div.module.style-icon._menufoot h3.modtitle {
  padding: 10px 0 10px 50px;
  background: none repeat scroll 0 0 transparent;
  color: #cccccc;
  font-size: 214.28%;
}
div.module.style-icon._menufoot h3.modtitle [class^="icon-"],
div.module.style-icon._menufoot h3.modtitle [class*=" icon-"] {
  width: 37px;
  height: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  left: 0px;
  top: 2px;
  font-size: 18px;
  color: #fff;
  line-height: 37px;
  text-align: center;
}
div.module.style-icon._menufoot div.modcontent {
  padding: 5px 0px 0px;
}
div.module.style-icon._menufoot div.modcontent ul.menu {
  margin: 0;
  list-style: none;
}
div.module.style-icon._menufoot div.modcontent ul.menu li {
  padding: 10px 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-top: 1px solid #595959;
}
div.module.style-icon._menufoot div.modcontent ul.menu li:before {
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #cccccc;
  margin-right: 7px;
  float: left;
}
div.module.style-icon._menufoot div.modcontent ul.menu li.active > a,
div.module.style-icon._menufoot div.modcontent ul.menu li.active > .separator {
  color: #479317;
}
div.module.style-icon._menufoot div.modcontent ul.menu li:first-child {
  border: none;
}
div.module.style-icon._menufoot div.modcontent ul.menu li > a,
div.module.style-icon._menufoot div.modcontent ul.menu li > .separator {
  padding: 0px 0;
  text-transform: capitalize;
  display: inline-block;
  color: #cccccc;
}
div.module.style-icon._menufoot div.modcontent ul.menu li > a:hover,
div.module.style-icon._menufoot div.modcontent ul.menu li > .separator:hover {
  color: #479317;
  background: none repeat scroll 0 0 transparent;
}
div.module.style-icon._menufoot div.modcontent ul.menu li:hover,
div.module.style-icon._menufoot div.modcontent ul.menu li:active {
  padding-left: 5px;
  background-color: rgba(0,0,0,0.3);
}
div.module.style-icon._menufoot div.modcontent ul.menu li:hover:before,
div.module.style-icon._menufoot div.modcontent ul.menu li:active:before {
  color: #479317;
}
div.module.style-icon._menufoot div.modcontent ul.menu li:hover a,
div.module.style-icon._menufoot div.modcontent ul.menu li:active a {
  color: #479317;
}
ul._menutop {
  margin: 2px 0 0px;
  text-align: right;
}
ul._menutop li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
ul._menutop li a {
  text-transform: capitalize;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
ul._menutop li a img {
  display: inline-block;
  margin: 0 5px;
  -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;
}
ul._menutop li a span {
  border-bottom: 1px dotted transparent;
  -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;
}
ul._menutop li a:before {
  content: "";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 11px;
  width: 25px;
  margin: 0px;
  text-align: center;
  -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;
}
ul._menutop li a.my_account:before {
  content: "\f007";
}
ul._menutop li a.my_wishlist:before {
  content: "\f004";
}
ul._menutop li a.my_login:before {
  content: "\f09c";
}
ul._menutop li a:hover:before {
  -webkit-transform: rotate(360deg) scale(1.1);
  -moz-transform: rotate(360deg) scale(1.1);
  -o-transform: rotate(360deg) scale(1.1);
  transform: rotate(360deg) scale(1.1);
  color: #479317;
}
ul._menutop li a:hover span {
  border-bottom: 1px dotted #479317;
}
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.bigsale {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
div.bigsale .bannerfooter .click-here {
  text-align: center;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
div.bigsale:hover .bannerfooter .click-here {
  bottom: 12%;
}
div.bigsale button.button {
  background: #ffc104 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 7px 20px;
}
div.bigsale button.button:hover {
  background-color: #666;
  cursor: pointer;
}
div.bigsale .info {
  position: absolute;
  left: 0px;
  top: 40%;
  color: #fff;
}
div.bigsale .info .sall-off > span {
  display: inline-block;
  background: #f4c301;
  font-size: 171.42%;
  text-decoration: blink;
  padding: 7px 15px 3px;
}
div.bigsale .info .sall-off > span span {
  font-size: 36px;
  display: inline-block;
  padding: 0 0px 0 5px;
}
div.bigsale .info .sall-ifo {
  margin-top: 3px;
  display: inline-block;
  background: #08bdd3;
  padding: 10px 15px 7px;
  font-size: 24px;
}
div.mega-module p {
  margin: 0;
}
div.mega-module div.bsn-wrap .post {
  padding-bottom: 20px;
}
div.mega-module div.bsn-wrap .post.last-item {
  padding-bottom: 0px;
}
div.mega-module.sj-video-theme2 {
  border-right: 1px solid #cccccc;
}
div.mega-module.sj-video-theme2 .sj-videobox {
  margin: 0px 0 0;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-current {
  overflow: hidden;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-current .video-inner {
  width: 176px;
  float: left;
  margin: 6px 20px 20px 0;
  overflow: hidden;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-current .video-inner iframe {
  height: 100px !important;
  max-width: 100% !important;
  width: 176px !important;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-current .info-video .sj-video-title-current {
  font-size: 128.57%;
  margin: 0 0 10px;
  line-height: 25px;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-current .info-video .sj-video-des-current {
  line-height: 22px;
  margin: 0 0 15px;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-list .sj-video-list-item {
  padding: 5px 0px;
  border-bottom: none;
  border-top: 1px solid #cccccc;
  line-height: 25px;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-list .sj-video-list-item .sj-video-title {
  font-size: 100%;
  padding: 0 0 0 20px;
  margin: 0px !important;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-list .sj-video-list-item .sj-video-title:before {
  content: "\f03d";
  font-family: "FontAwesome";
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0px 0px;
  width: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-list .sj-video-list-item .sj-video-title:hover {
  text-decoration: none;
}
div.mega-module.sj-video-theme2 .sj-videobox .sj-video-list .sj-video-list-item .sj-video-des {
  display: none;
}
div.mega-module.extra-theme2 {
  margin: 20px 20px 20px 30px !important;
}
div.mega-module.extra-theme2 .sj-extraslider {
  padding: 0px 0 0px;
  margin: 0px;
  position: relative;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner {
  border: none;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line {
  border-top: 1px solid #cccccc;
  margin: 0px 0 20px;
  padding-top: 16px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line.line-first {
  border-top: none;
  padding-top: 0px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap {
  margin: 0px;
  padding-bottom: 0px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image {
  position: relative;
  z-index: 2;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: auto;
  margin-top: 4px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image a {
  display: inline-block;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0px #479317 inset;
  -moz-box-shadow: 0 0 0 0px #479317 inset;
  box-shadow: 0 0 0 0px #479317 inset;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image a img {
  width: auto;
  display: inline-block;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image:hover a:after {
  -webkit-box-shadow: 0 0 0 3px #479317 inset;
  -moz-box-shadow: 0 0 0 3px #479317 inset;
  box-shadow: 0 0 0 3px #479317 inset;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info {
  background: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title {
  padding: 0px;
  font-weight: normal;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title:hover a {
  text-decoration: underline;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content {
  margin: 0px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-price {
  font-size: 100%;
  color: #479317;
  font-weight: normal;
  margin: 7px 0 0px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-price span span {
  display: none;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control {
  bottom: 0px;
  top: auto !important;
  position: absolute;
  z-index: 3;
  right: 0px;
  height: auto;
  padding: 0px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control ul.nav-page {
  display: none;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-next,
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-prev,
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .nav-page {
  float: none;
  display: inline-block;
  background: none;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-next,
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-prev {
  font-size: 18px;
  color: #666666;
  width: auto;
  height: auto;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-next i,
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-prev i {
  margin: 0px;
}
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-next:hover,
div.mega-module.extra-theme2 .sj-extraslider .extraslider-control .button-prev:hover {
  color: #479317;
}
div.mega-module.extra-theme3 {
  border-right: 1px solid #cccccc;
  margin: 20px 0px 20px 20px !important;
}
div.mega-module.extra-theme3 .sj-extraslider {
  padding: 0px 0 0px;
  margin: 0px;
  position: relative;
  padding-bottom: 30px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner {
  border: none;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line {
  border-top: 1px solid #cccccc;
  margin: 0px 0 20px;
  padding-top: 16px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line.line-first {
  border-top: none;
  padding-top: 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap {
  margin: 0px;
  padding-bottom: 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image {
  position: relative;
  z-index: 2;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: auto;
  margin-top: 4px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image a {
  display: inline-block;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0px #479317 inset;
  -moz-box-shadow: 0 0 0 0px #479317 inset;
  box-shadow: 0 0 0 0px #479317 inset;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image a img {
  width: auto;
  display: inline-block;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image:hover a:after {
  -webkit-box-shadow: 0 0 0 3px #479317 inset;
  -moz-box-shadow: 0 0 0 3px #479317 inset;
  box-shadow: 0 0 0 3px #479317 inset;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info {
  background: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title {
  padding: 0px;
  font-weight: normal;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title:hover a {
  text-decoration: underline;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content {
  margin: 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-price {
  font-size: 100%;
  color: #479317;
  font-weight: normal;
  margin: 7px 0 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-price span span {
  display: none;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control {
  bottom: 0px;
  top: auto !important;
  position: absolute;
  z-index: 3;
  right: 0px;
  height: auto;
  padding: 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control ul.nav-page {
  display: none;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-next,
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-prev,
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .nav-page {
  float: none;
  display: inline-block;
  background: none;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-next,
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-prev {
  font-size: 18px;
  color: #666666;
  width: auto;
  height: auto;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-next i,
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-prev i {
  margin: 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-next:hover,
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control .button-prev:hover {
  color: #479317;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line {
  border: none;
  border-bottom: 1px solid #cccccc;
  margin: 16px 0 0px;
  padding: 0 0 20px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line.line-first {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info {
  color: inherit;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-title {
  font-size: 128.57%;
  line-height: 22px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-content .item-price {
  font-size: 171.42%;
  margin-top: 12px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .item-tax {
  font-size: 85.71%;
  margin-top: 9px;
}
div.mega-module.extra-theme3 .sj-extraslider .extraslider-control {
  width: 100%;
  text-align: center;
}
div.mega-module.best-seller {
  border-right: 1px solid #cccccc;
  margin: 20px 5px 20px 20px !important;
}
div.mega-module.best-seller .bestseller_products .block_item {
  margin: 20px 0 0px;
  overflow: hidden;
}
div.mega-module.best-seller .bestseller_products .block_item.first {
  margin: 0px;
}
div.mega-module.best-seller .bestseller_products .block_item .item_image {
  display: inline-block;
  float: left;
  margin: 4px 20px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
div.mega-module.best-seller .bestseller_products .block_item .item_image a {
  display: inline-block;
  width: 100px;
  height: auto;
}
div.mega-module.best-seller .bestseller_products .block_item .item_image a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0px #479317 inset;
  -moz-box-shadow: 0 0 0 0px #479317 inset;
  box-shadow: 0 0 0 0px #479317 inset;
}
div.mega-module.best-seller .bestseller_products .block_item .item_image a img {
  width: auto;
  display: inline-block;
}
div.mega-module.best-seller .bestseller_products .block_item .item_image:hover a:after {
  -webkit-box-shadow: 0 0 0 3px #479317 inset;
  -moz-box-shadow: 0 0 0 3px #479317 inset;
  box-shadow: 0 0 0 3px #479317 inset;
}
div.mega-module.best-seller .bestseller_products .block_item .item_image:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.mega-module.best-seller .bestseller_products .block_item .item_name {
  font-size: 128.57%;
  line-height: 22px;
}
div.mega-module.best-seller .bestseller_products .block_item .item_name:hover {
  text-decoration: underline;
}
div.mega-module.best-seller .bestseller_products .block_item .item_price {
  font-size: 171.42%;
  color: #479317;
  margin-top: 10px;
}
div.mega-module.badge-hot .bannergroup.badge-hot {
  position: relative;
  margin-top: 6px;
  overflow: hidden;
}
div.mega-module.badge-hot .bannergroup.badge-hot:after {
  content: "";
  width: 95px;
  height: 95px;
  padding: 0;
  display: inline-block;
  margin: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 2;
  background: url("../images/icons/icon-badge.png") no-repeat scroll left -306px;
  position: absolute;
  left: 0px;
  top: 0;
}
div.mega-module.badge-hot .bannergroup.badge-hot:before {
  box-shadow: 0 0 100px 50px #FFFFFF;
  content: "";
  display: block;
  height: 0;
  left: -20%;
  position: absolute;
  top: 120%;
  transition: all 0.7s ease-in 0s;
  width: 0;
}
div.mega-module.badge-hot .bannergroup.badge-hot:hover:before {
  box-shadow: 0 0 100px 50px #FFFFFF;
  left: 120%;
  top: -20%;
}
div.mega-module .shop-golf {
  padding-right: 5px;
}
div.mega-module .shop-golf .item-intro {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  display: inline-block;
}
div.mega-module .shop-golf .item-intro a {
  display: inline-block;
}
div.mega-module .shop-golf .item-intro a 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;
}
div.mega-module .shop-golf .item-intro p {
  position: absolute;
  left: 0px;
  bottom: 0%;
  line-height: 24px;
  padding: 5px 10px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
  -moz-transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
  -o-transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
  transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
}
div.mega-module .shop-golf .item-intro:hover a  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);
}
div.mega-module .shop-golf ul.menu-golf {
  box-shadow: none;
  right: auto !important;
  left: auto !important;
  position: static !important;
  width: auto !important;
  padding: 5px 0 0 !important;
}
div.mega-module .shop-golf ul.menu-golf li a {
  margin: 0;
  padding: 5px 26px 5px 30px;
  display: block;
  font-size: 100%;
  text-transform: none;
  line-height: 20px;
}
div.mega-module .shop-golf ul.menu-golf li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 8px;
  float: left;
  margin: 0 0 0px -15px;
  width: auto;
}
div.mega-module .shop-golf ul.menu-golf li a:hover {
  background: #fff;
}
ul.sj-login-regis {
  margin: 14px 0 15px;
}
ul.sj-login-regis > li {
  list-style: none;
  display: inline-block;
}
ul.sj-login-regis > li a.login-switch,
ul.sj-login-regis > li a.register-switch {
  padding: 0 12px;
  color: #e3e3e3;
}
ul.sj-login-regis > li a.login-switch i,
ul.sj-login-regis > li a.register-switch i {
  vertical-align: middle;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  padding: 3px 0;
  width: 25px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #479317;
}
ul.sj-login-regis > li:hover a.login-switch > span.title-link,
ul.sj-login-regis > li:hover a.register-switch > span.title-link {
  color: #fff;
}
ul.sj-login-regis > li:hover a.login-switch i,
ul.sj-login-regis > li:hover a.register-switch i {
  background: #fff;
  color: #479317;
}
#sj_login_form {
  display: inline-block;
  margin: 0px 0 0;
}
#sj_login_form .sj-logout span span {
  color: #fff;
}
#sj_login_form .sj-logout span i {
  background: none repeat scroll 0 0 #C50202;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  padding: 3px 0;
  vertical-align: middle;
  width: 25px;
}
#sj_login_form .sj-logout a.logout-switch span {
  color: #fff;
}
#sj_login_form .sj-logout a.logout-switch:hover span {
  text-decoration: underline;
}
div.modal.fade.in {
  top: 300px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  box-shadow: none;
  visibility: visible;
}
div.modal.fade.in .modal-header {
  border-bottom: none;
  padding: 0px 0;
}
div.modal.fade.in .modal-header .close {
  background: transparent;
}
div.modal.fade.in .show-box .sj_box_title h3 {
  font-size: 150%;
  padding: 0 0 10px;
  border-bottom: 1px dashed #d6d6d6;
  color: #479317;
  margin-bottom: 15px;
}
div.modal.fade.in .show-box .sj_box_content form {
  margin: 0px;
}
div.modal.fade.in .show-box .sj_box_content form .pretext {
  display: block;
  margin: 20px 0 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
div.modal.fade.in .show-box .sj_box_content form .posttext {
  display: block;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
div.modal.fade.in .show-box .sj_box_content form label {
  overflow: hidden;
}
div.modal.fade.in .show-box .sj_box_content form label > span,
div.modal.fade.in .show-box .sj_box_content form label > a {
  display: inline-block;
  width: 33px;
  height: 30px;
  background: #414143;
  color: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  float: left;
  text-align: center;
}
div.modal.fade.in .show-box .sj_box_content form label > span i,
div.modal.fade.in .show-box .sj_box_content form label > a i {
  margin: 0px;
  font-size: 18px;
  margin-top: 6px;
}
div.modal.fade.in .show-box .sj_box_content form label > span:hover,
div.modal.fade.in .show-box .sj_box_content form label > a:hover {
  background: #479317;
}
div.modal.fade.in .show-box .sj_box_content form label > a {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  padding: 0px 0;
}
div.modal.fade.in .show-box .sj_box_content form label > a span {
  display: inline-block;
  margin-top: 6px;
  font-size: 15px;
}
div.modal.fade.in .show-box .sj_box_content form label input,
div.modal.fade.in .show-box .sj_box_content form label input:focus,
div.modal.fade.in .show-box .sj_box_content form label input:active {
  float: left;
  display: inline-block;
  margin: 0px;
  background: #fff transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.modal.fade.in .show-box .sj_box_content form label input:focus {
  border-color: #E9322D;
}
div.modal.fade.in .show-box .sj_box_content form#member_registration {
  padding-top: 10px;
}
div.modal.fade.in .show-box .sj_box_content form#member_registration label {
  margin-bottom: 10px;
}
div.modal.fade.in .show-box .sj_box_content form#member_registration label input {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  width: 90%;
}
div.modal.fade.in .show-box .sj_box_content form#member_registration div.button2 {
  margin: 22px 0 10px;
}
div.modal.fade.in .show-box .sj_box_content form#member_registration div.button2 a.button {
  padding: 5px 14px;
}
div.modal.fade.in .show-box .sj_box_content form#member_registration div.button2 .button:hover {
  background: #414143;
}
div.modal.fade.in .show-box .sj_box_content form#member_registration div.button2 span.or {
  padding: 4px 14px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_input {
  width: 75%;
  float: left;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_input input {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_button {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_button p#form_login_remember {
  margin-bottom: 0px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_button p#form_login_remember input {
  margin: 0px;
  float: left;
  padding: 0px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_button p#form_login_remember label {
  display: inline-block;
  margin: 0 10px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_button div.button2 input {
  padding: 5px 15px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .login_button div.button2 input:hover {
  background: #414143;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login {
  margin-top: 18px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login ul {
  margin: 0px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login ul li {
  display: block;
  padding: 2px 0;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login ul li a {
  display: inline-block;
  color: #666666;
  padding: 0px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login ul li a i {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  font-size: 12px;
  height: auto;
  float: left;
  margin: 3px 10px 0 0;
  background: none;
  vertical-align: 1px;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login ul li a span {
  display: inline-block;
  color: #666666;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login ul li a:hover {
  color: #479317;
}
div.modal.fade.in .show-box .sj_box_content form#login_form .more_login ul li a:hover span {
  color: #479317;
}
div.img-top {
  position: relative;
  top: -25px;
  height: 80px;
  float: left;
  margin-right: 15px;
  -webkit-transition: margin-left 0.6s ease 0s;
  -moz-transition: margin-left 0.6s ease 0s;
  -o-transition: margin-left 0.6s ease 0s;
  transition: margin-left 0.6s ease 0s;
}
div.img-top.loaded {
  margin-left: 0;
}
a.readon {
  display: inline-block;
  color: #fc0;
  font-size: 92%;
  -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;
}
a.readon:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #fff;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
a.readon:hover {
  padding-left: 10px;
  color: #fff;
  text-shadow: 0 0 3px #fff;
}
.readmore {
  display: inline-block;
  font-size: 100%;
  background: #414143;
  color: #e3e3e3;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
}
.readmore:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
}
.readmore:hover {
  color: #fff;
}
.readmore:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in 0s;
  -moz-transition: width 0.2s ease-in 0s;
  -o-transition: width 0.2s ease-in 0s;
  transition: width 0.2s ease-in 0s;
  background: #479317;
}
.social-us {
  margin: 10px 0 8px !important;
  display: none;
  float: right;
}
.social-us .follow {
  float: right;
}
.social-us .follow ul {
  margin: 0px;
}
.social-us .follow ul li {
  list-style: none;
  float: left;
}
.social-us .follow ul li [data-iconsocial]:before {
  font-family: 'SocialicoRegular';
  content: attr(data-iconsocial);
  speak: none;
  font-weight: normal;
}
.social-us .follow ul li a {
  padding-left: 5px;
  font-size: 18px;
  margin-right: 0;
  display: block;
  color: #e3e3e3;
  width: 28px;
  height: 28px;
  line-height: 29px;
}
.social-us .follow ul li a.facebook,
.social-us .follow ul li a.twitter,
.social-us .follow ul li a.linkein {
  font-size: 30px;
}
.social-us .follow ul li a.vimeo,
.social-us .follow ul li a.flickr {
  font-size: 24px;
}
.social-us .follow ul li a:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.social-us .follow ul li a:focus {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.banne-health {
  position: relative;
  overflow: hidden;
}
.banne-health:before {
  box-shadow: 0 0 100px 50px #FFFFFF;
  content: "";
  display: block;
  height: 0;
  left: -20%;
  position: absolute;
  top: 120%;
  transition: all 0.7s ease-in 0s;
  width: 0;
}
.banne-health:hover:before {
  box-shadow: 0 0 100px 50px #FFFFFF;
  left: 120%;
  top: -20%;
}
.banne-health {
  -webkit-box-shadow: 0 2px 2px 0 #D9D9D9;
  -moz-box-shadow: 0 2px 2px 0 #D9D9D9;
  box-shadow: 0 2px 2px 0 #D9D9D9;
}
.banner-top {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.banner-top .banneritem {
  height: 200px;
}
.banner-top .banneritem img {
  min-height: 200px;
}
.banner-top .info-banner {
  position: absolute;
  left: 7%;
  top: 0px;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: rgba(255,255,255,0.2);
  font-size: 28px;
  color: #fff;
  top: 50%;
  margin-top: -15px;
}
div.module.style-icon.contact-social {
  padding: 25px 20px 20px !important;
  margin: 0px;
  background: none;
}
div.module.style-icon.contact-social h3.modtitle {
  padding: 10px 0 10px 50px;
  background: none repeat scroll 0 0 transparent;
  color: #cccccc;
  font-size: 214.28%;
}
div.module.style-icon.contact-social h3.modtitle [class^="icon-"],
div.module.style-icon.contact-social h3.modtitle [class*=" icon-"] {
  width: 37px;
  height: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  left: 0px;
  top: 2px;
  font-size: 18px;
  color: #fff;
  line-height: 37px;
  text-align: center;
}
div.module.style-icon.contact-social div.modcontent {
  padding: 5px 0px 0px;
}
div.module.style-icon.contact-social div.modcontent ul.menu {
  margin: 0;
  list-style: none;
}
div.module.style-icon.contact-social div.modcontent ul.menu li {
  padding: 10px 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-top: 1px solid #595959;
}
div.module.style-icon.contact-social div.modcontent ul.menu li:before {
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #cccccc;
  margin-right: 7px;
  float: left;
}
div.module.style-icon.contact-social div.modcontent ul.menu li.active > a,
div.module.style-icon.contact-social div.modcontent ul.menu li.active > .separator {
  color: #479317;
}
div.module.style-icon.contact-social div.modcontent ul.menu li:first-child {
  border: none;
}
div.module.style-icon.contact-social div.modcontent ul.menu li > a,
div.module.style-icon.contact-social div.modcontent ul.menu li > .separator {
  padding: 0px 0;
  text-transform: capitalize;
  display: inline-block;
  color: #cccccc;
}
div.module.style-icon.contact-social div.modcontent ul.menu li > a:hover,
div.module.style-icon.contact-social div.modcontent ul.menu li > .separator:hover {
  color: #479317;
  background: none repeat scroll 0 0 transparent;
}
div.module.style-icon.contact-social div.modcontent ul.menu li:hover,
div.module.style-icon.contact-social div.modcontent ul.menu li:active {
  padding-left: 5px;
  background-color: rgba(0,0,0,0.3);
}
div.module.style-icon.contact-social div.modcontent ul.menu li:hover:before,
div.module.style-icon.contact-social div.modcontent ul.menu li:active:before {
  color: #479317;
}
div.module.style-icon.contact-social div.modcontent ul.menu li:hover a,
div.module.style-icon.contact-social div.modcontent ul.menu li:active a {
  color: #479317;
}
div.module.style-icon.contact-social .contact-list {
  padding: 5px 0 10px 0px;
  border-bottom: 1px solid #595959;
}
div.module.style-icon.contact-social .contact-list ul {
  margin: 0px;
  list-style: none;
}
div.module.style-icon.contact-social .contact-list ul li {
  padding: 5px 0 10px 27px;
}
div.module.style-icon.contact-social .contact-list ul li i {
  margin: 0px;
  font-size: 18px;
  float: left;
  margin-left: -27px;
}
div.module.style-icon.contact-social .contact-list ul li i:before {
  width: 27px;
  text-align: left;
}
div.module.style-icon.contact-social .contact-list ul li span {
  line-height: 25px;
}
div.module.style-icon.contact-social .contact-list ul li a {
  color: #ccc;
}
div.module.style-icon.contact-social .contact-list ul li a:hover {
  color: #479317;
}
div.module.style-icon.contact-social .contact-list ul li.first i {
  margin-top: 5px !important;
}
div.module.style-icon.contact-social .social {
  padding-top: 15px;
}
div.module.style-icon.contact-social .social h4 {
  font-size: 128.57%;
  margin-bottom: 15px;
  font-weight: normal;
}
div.module.style-icon.contact-social .social div.yt-socialbt {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.module.style-icon.contact-social .social div.yt-socialbt i {
  font-size: 30px;
  color: #ccc;
}
div.module.style-icon.contact-social .social div.yt-socialbt a.min {
  width: 100%;
}
div.module.style-icon.contact-social .social div.yt-socialbt:hover {
  background: #479317;
}
div.module.style-icon.contact-social .social div.yt-socialbt:hover i {
  color: #fff;
}
div.free-shipping h3.modtitle {
  font-size: 342.85%;
  line-height: 110%;
  font-weight: 600;
  padding: 10px 0px;
}
div.free-shipping .shipping {
  position: relative;
  padding: 10px 10px 10px 125px;
}
div.free-shipping .shipping i.icon-truck {
  width: 95px;
  height: 95px;
  background: #479317;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 15%;
  margin: 0px;
  font-size: 60px;
  color: #fff;
  line-height: 95px;
  text-align: center;
}
div.free-shipping .shipping ul {
  margin: 0px 0 0px;
  overflow: hidden;
  padding-top: 10px;
}
div.free-shipping .shipping ul li {
  float: left;
  margin: 0 4px;
  list-style: none;
}
div.free-shipping .shipping ul li.first {
  margin-left: 0px;
}
.newsletter form {
  margin: 0px;
}
.newsletter input.inputbox {
  color: #999;
  border: none;
  font-size: 100%;
  padding: 8px 6px;
  float: left;
}
.newsletter a.button {
  background: #ffc104 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 8px 20px;
  float: left;
  margin: 0 1px;
}
.newsletter a.button:hover {
  background-color: #666;
  cursor: pointer;
}
div.module.newsletter-sub {
  padding: 0px;
  margin-top: 20px;
}
div.module.newsletter-sub div.modcontent {
  padding: 0px;
}
div.module.newsletter-sub .newsletter div.title {
  font-size: 128.57%;
  background: #f4f3f3;
}
div.module.newsletter-sub .newsletter div.title .news {
  background: #479317;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
}
div.module.newsletter-sub .newsletter div.title a.subb {
  padding: 5px 20px;
  display: inline-block;
}
div.module.newsletter-sub .newsletter div.title i {
  font-size: 14px;
  margin: 3px 8px 0 0;
  float: left;
}
div.module.newsletter-sub .newsletter div.content-news {
  padding: 20px 20px 25px;
  overflow: hidden;
}
div.module.newsletter-sub .newsletter div.content-news form {
  margin: 10px 0 0px;
  overflow: hidden;
}
div.module.newsletter-sub .newsletter div.content-news input.inputbox {
  color: #999;
  border: none;
  font-size: 100%;
  padding: 8px 6px;
  float: left;
}
div.module.newsletter-sub .newsletter div.content-news a.button {
  background: #ffc104 url("../images/conner.png") no-repeat 1px 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 100%;
  padding: 8px 20px;
  float: left;
  margin: 0 1px;
}
div.module.newsletter-sub .newsletter div.content-news a.button:hover {
  background-color: #666;
  cursor: pointer;
}
div.sj-tabs div.moduletabs.top-position {
  margin: 20px 0 0;
  background: #f4f3f3;
}
div.sj-tabs div.moduletabs.top-position div.tabs-container {
  border: none;
  margin-bottom: 0px;
  height: 36px;
}
div.sj-tabs div.moduletabs.top-position div.tabs-container ul.tabs {
  height: 36px;
}
div.sj-tabs div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
  border: none;
  font-size: 128.57%;
  background: #f4f3f3;
  border: none;
  padding: 9px 20px;
  font-weight: normal;
}
div.sj-tabs div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected {
  background: #479317;
  color: #fff;
  padding: 9px 20px;
}
div.sj-tabs div.moduletabs.top-position div.tabs-container ul.tabs li .tab:before {
  content: "f0ae";
  font-family: 'FontAwesome';
  font-size: 14px;
  float: left;
  margin-right: 10px;
}
div.sj-tabs div.moduletabs.top-position div.tabs-container ul.tabs li .tab.tabs1:before {
  content: "\f0e0";
}
div.sj-tabs div.moduletabs.top-position div.tabs-container ul.tabs li .tab.tabs2:before {
  content: "\f09e";
}
div.sj-tabs div.moduletabs.top-position div.tabs-content-wrap div.tabs-content {
  background: #479317;
  color: #fff;
  border: none;
}
div.sj-tabs div.moduletabs.top-position div.tabs-content-wrap div.tabs-content .tab-content {
  background: #479317;
}
div.bsn-wrap .post {
  margin: 0px 0;
  padding: 2px 0 10px;
}
div.bsn-wrap .post.last-item {
  padding-bottom: 0px;
}
div.bsn-wrap .post .bsn-image {
  padding: 0px;
  margin: 6px 20px 0 0px;
  overflow: hidden;
  background: #fff;
}
div.bsn-wrap .post .bsn-image a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 0px #479317 inset;
  -moz-box-shadow: 0 0 0 0px #479317 inset;
  box-shadow: 0 0 0 0px #479317 inset;
}
div.bsn-wrap .post .bsn-image:hover a:after {
  -webkit-box-shadow: 0 0 0 3px #479317 inset;
  -moz-box-shadow: 0 0 0 3px #479317 inset;
  box-shadow: 0 0 0 3px #479317 inset;
}
div.bsn-wrap .post .bsn-image:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.bsn-wrap .post h2 {
  font-weight: normal;
  line-height: inherit;
  margin: 0 0 5px;
}
div.bsn-wrap .post h2 a {
  line-height: inherit;
  color: #479317;
}
div.bsn-wrap .post h2 a:hover {
  text-decoration: underline;
}
div.bsn-wrap .post:hover a {
  color: linkColorHover;
}
.basic-theme1.module[class*="badge"].title1 h3.modtitle {
  text-align: center;
  font-size: 171.42%;
  line-height: 20px;
}
.basic-theme1.module[class*="badge"].title1 h3.modtitle span.badge {
  top: -1px;
  left: -1px;
}
.basic-theme1.module[class*="badge"].title1 div.modcontent {
  padding: 10px 20px 20px;
}
.basic-theme1.module[class*="badge"].title1 div.bsn-wrap .showlinebottom {
  border-bottom: 1px solid #ccc;
}
.basic-theme1.module[class*="badge"].title1 div.bsn-wrap .post {
  padding: 14px 0 20px;
}
.basic-theme1.module[class*="badge"].title1 div.bsn-wrap .post.last-item {
  padding-top: 16px;
  border: none;
  padding-bottom: 0px;
}
.basic-theme1.module[class*="badge"].title1 div.bsn-wrap .post.first-item {
  padding-top: 4px;
}
.basic-theme1.module[class*="badge"].title1 div.bsn-wrap .post .bsn-image {
  margin: 6px 15px 0 0;
}
div.extra-theme1 div.sj-extraslider {
  margin: 0px;
  border-top: 5px solid #479317;
  position: relative;
}
div.extra-theme1 div.sj-extraslider .extraslider-control {
  position: absolute;
  top: 138px;
  left: 8.5%;
  right: 8.5%;
  z-index: 9;
  height: 18px;
  line-height: 18px;
  background: #fff;
  padding: 25px 10px 25px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 6px -4px #2e2e2e;
  -moz-box-shadow: 0px 4px 6px -4px #2e2e2e;
  box-shadow: 0px 4px 6px -4px #2e2e2e;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .button-next,
div.extra-theme1 div.sj-extraslider .extraslider-control .button-prev,
div.extra-theme1 div.sj-extraslider .extraslider-control .nav-page {
  float: none;
  display: inline-block;
  background: none;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .button-next,
div.extra-theme1 div.sj-extraslider .extraslider-control .button-prev {
  font-size: 18px;
  color: #cccccc;
  width: auto;
  height: auto;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .button-next i,
div.extra-theme1 div.sj-extraslider .extraslider-control .button-prev i {
  margin: 0px;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .button-next:hover,
div.extra-theme1 div.sj-extraslider .extraslider-control .button-prev:hover {
  color: #479317;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .nav-page {
  margin: 0 3px;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .nav-page li a.button-page {
  background: none;
  font-size: 11px;
  color: #cccccc;
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px 5px 0;
  line-height: 12px;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .nav-page li a.button-page i {
  margin: 0px;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .nav-page li a.button-page:hover {
  color: #479317;
}
div.extra-theme1 div.sj-extraslider .extraslider-control .nav-page li a.button-page.sel {
  color: #479317;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner {
  border: none;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line {
  border-top: none;
  padding-top: 0px;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image a {
  display: inline-block;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line .item-info {
  color: inherit;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 45px;
  background: none;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line .item-info .item-title {
  font-weight: normal;
  font-size: 171.42%;
  padding: 5px 5px 0;
  line-height: 25px;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line .item-info .item-content .item-price {
  font-weight: normal;
  font-size: 171.42%;
  color: #479317;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line .item-info .item-content .item-price span span {
  display: none;
}
div.extra-theme1 div.sj-extraslider .extraslider-inner .item .line .item-info .item-content .item-description {
  color: inherit;
  text-align: left;
  line-height: inherit;
  font-size: inherit;
}
div.follow-twitter div.modcontent {
  padding-bottom: 10px;
}
.sj-video-theme1 h3.modtitle {
  text-align: center;
}
.sj-video-theme1 div.modcontent {
  padding-top: 20px;
}
.sj-video-theme1 div.sj-videobox {
  margin: 0px 0 0;
}
.sj-video-theme1 div.sj-videobox .sj-video-current {
  position: relative;
  display: block;
}
.sj-video-theme1 div.sj-videobox .sj-video-current iframe {
  height: 139px !important;
}
.sj-video-theme1 div.sj-videobox .sj-video-current .info-video {
  position: absolute;
  bottom: 7px;
  left: 0px;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
.sj-video-theme1 div.sj-videobox .sj-video-current .info-video .sj-video-title-current {
  padding: 5px 12px;
  color: #fff;
  font-size: 128.57%;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item {
  float: left;
  margin-left: 2.5%;
  width: 31.5%;
  padding: 4px 0 0px;
  border-bottom: none;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item.first {
  margin-left: 0px;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item:hover .sj-video-image,
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item.selected .sj-video-image {
  border: 1px solid #479317;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item:hover .sj-video-image img,
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item.selected .sj-video-image img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item:hover .sj-video-image .bg-hover,
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item.selected .sj-video-image .bg-hover {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item:hover .sj-video-image .bg-hover:after,
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item.selected .sj-video-image .bg-hover:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  border: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/icons/icon-play.png") no-repeat left top;
  cursor: pointer;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item .sj-video-image {
  float: none;
  margin: 0px;
  border: 1px solid #cccccc;
  display: block;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item .sj-video-image img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item .sj-video-image .bg-hover {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item .sj-video-image .bg-hover:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  border: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/icons/icon-play.png") no-repeat left top;
  cursor: pointer;
}
.sj-video-theme1 div.sj-videobox .sj-video-list .sj-video-list-item .sj-video-title {
  font-size: 100%;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
div.frontpage.theme3 {
  margin: 40px 0 0px;
}
div.frontpage.theme3 .small-item-list .small-items-container .small-item-wrap {
  margin-bottom: 7px;
}
div.frontpage.theme3 .small-item-list .small-items-container .small-item-wrap .small-item-image {
  display: none;
}
div.frontpage.theme3 .small-item-list .small-items-container .small-item-wrap .small-item-title {
  margin-left: 10px;
}
div.frontpage.theme3 .small-item-list .small-items-container .small-item-wrap .small-item-title a {
  font-size: 100%;
  text-decoration: none !important;
  font-weight: normal !important;
}
div.frontpage.theme3 .small-item-list .small-items-container .small-item-wrap .small-item-title a i.icon-circle {
  margin-right: 12px;
  margin-top: 4px;
  float: left;
  width: 11px;
  height: 11px;
  background: url("../images/icons/icon_circle.png") no-repeat center center;
}
div.frontpage.theme3 .small-item-list .small-items-container .small-item-wrap .small-item-title a i.icon-circle:before {
  display: none;
}
div.frontpage.theme3 .small-item-list .small-items-container .small-item-wrap .small-item-title a:hover {
  text-decoration: none !important;
}
div.frontpage.theme3 .big-item-wrap {
  margin: 0 0 15px;
}
div.frontpage.theme3 .big-item-wrap .big-item-image {
  border: 5px solid #eee;
  overflow: visible;
  margin-right: 30px;
  -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;
  position: relative;
  z-index: 1;
}
div.frontpage.theme3 .big-item-wrap .big-item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.frontpage.theme3 .big-item-wrap .big-item-image a {
  overflow: hidden;
}
div.frontpage.theme3 .big-item-wrap .big-item-image:hover {
  border-color: #479317;
}
div.frontpage.theme3 .big-item-wrap .big-item-image:after,
div.frontpage.theme3 .big-item-wrap .big-item-image:before {
  content: "";
  position: absolute;
  bottom: -9px;
  z-index: 2;
  display: inline-block;
  width: 45px;
  height: 45px;
}
div.frontpage.theme3 .big-item-wrap .big-item-image:after {
  left: -7px;
  visibility: visible;
  background: url("../images/bg_corner.png") no-repeat left bottom;
}
div.frontpage.theme3 .big-item-wrap .big-item-image:before {
  right: -8px;
  background: url("../images/bg_corner.png") no-repeat right bottom;
}
div.frontpage.theme3 .big-item-wrap .big-item-title {
  margin: 0 0 5px;
}
div.frontpage.theme3 .big-item-wrap .big-item-title a {
  text-decoration: none !important;
  font-weight: normal !important;
}
div.frontpage.theme3 .big-item-wrap .big-item-datetime {
  font-size: 85.71%;
  color: #999;
  margin: 0 0 12px;
}
div.frontpage.theme3 .big-item-wrap .big-item-datetime i.icon-time {
  font-size: 12px;
  color: #666;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
div.frontpage.theme3 .big-item-wrap .big-item-description {
  font-size: 100% !important;
  color:  !important;
  display: inline;
}
div.frontpage.theme3 .big-item-wrap .big-item-readmore {
  display: inline;
}
div.frontpage.theme3 .big-item-wrap .big-item-readmore a {
  text-decoration: none !important;
  color: #999;
}
div.frontpage.theme3 .big-item-wrap .big-item-readmore a:hover {
  color: #479317;
}
div.frontpage.theme3 .big-item-wrap .big-item-readmore a span {
  display: none;
}
div.frontpage.theme3 .big-item-wrap .big-item-readmore a:after {
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: inline-block;
  line-height: 20px;
}
div.sj-frontpage.title4 h3.modtitle {
  background: #479317 url("../images/line-double2.png") repeat-x left center;
}
div.sj-frontpage.title4 h3.modtitle span {
  background: #479317;
}
div.sj-frontpage.title4 div.frontpage.theme1 {
  margin: 10px 0 0px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list {
  width: 30%;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container {
  border-left: 1px solid #ddd;
  border-color: rgba(255,255,255,0.2);
  padding-left: 20px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap {
  margin: 0 0 5px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap .small-item-image {
  display: none;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap .small-item-title {
  padding: 3px 10px 2px;
  line-height: 10px;
  -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;
  margin: 0px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap .small-item-title a {
  font-size: 100%;
  line-height: 20px;
  text-decoration: none !important;
  font-weight: normal !important;
  color: #fff;
  padding-left: 25px;
  display: inline-block;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap .small-item-title a i.icon-circle {
  margin: 4px 0 0px -25px;
  float: left;
  width: 11px;
  height: 11px;
  background: url("../images/icons/icon_circle.png") no-repeat center center;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap .small-item-title a i.icon-circle:before {
  display: none;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap .small-item-title a:hover {
  text-decoration: none !important;
}
div.sj-frontpage.title4 div.frontpage.theme1 .small-item-list .small-items-container .small-item-wrap .small-item-title:hover {
  background: rgba(255,255,255,0.2);
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap {
  margin: 0 0 15px;
  width: 70%;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container {
  padding-right: 10px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image {
  display: inline-block;
  float: left;
  border: 5px solid #eee;
  overflow: visible;
  margin-right: 30px;
  margin-left: 1px;
  -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;
  position: relative;
  z-index: 1;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image img {
  width: auto;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image a {
  overflow: hidden;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image:hover {
  border-color: #ffc104;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image .cornner-left,
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image .cornner-right {
  position: absolute;
  bottom: -9px;
  z-index: 2;
  display: inline-block;
  width: 45px;
  height: 45px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image .cornner-left {
  left: -7px;
  visibility: visible;
  background: url("../images/bg_corner.png") no-repeat left bottom;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-image .cornner-right {
  right: -8px;
  background: url("../images/bg_corner.png") no-repeat right bottom;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-title {
  margin: 0 0 5px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-title a {
  color: #fff;
  font-weight: normal !important;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-datetime {
  font-size: 85.71%;
  color: #ddd;
  margin: 0 0 12px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-datetime i.icon-time {
  font-size: 11px;
  color: #fff;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-description {
  font-size: 100% !important;
  color:  !important;
  display: inline;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-readmore {
  display: inline;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-readmore a {
  text-decoration: none !important;
  color: #fff;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-readmore a:hover {
  color: #fff;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-readmore a:hover:after {
  margin-left: 5px;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-readmore a span {
  display: none;
}
div.sj-frontpage.title4 div.frontpage.theme1 .big-item-wrap .big-item-container .big-item-readmore a:after {
  content: "";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: inline-block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 18px;
  height: 17px;
  background: url("../images/icons/icon-arrow.png") no-repeat left center;
}
.sj-categories-slider .container-slider {
  margin: 0px 0 20px 0;
  overflow: hidden;
}
.sj-categories-slider .container-slider .page-title {
  margin: 0px;
}
.sj-categories-slider .container-slider .slider {
  margin: 0 -1.3%;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item {
  margin-bottom: 0px;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
  border: 1px solid #cccccc;
  overflow: hidden;
  background: #fff;
  -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;
  padding: 0px;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-img-info {
  overflow: hidden;
  border: 9px solid #fff;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-img-info a {
  display: inline-block;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight {
  padding: 0px;
  margin: 0px;
  position: static;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner {
  padding: 0 9px;
  position: static;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-title {
  font-size: 185.71%;
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -26px 0 0;
  width: 100%;
  text-align: center;
  -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;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-title a {
  display: inline-block;
  padding: 12px 15px;
  background-color: rgba(70,146,23,0.9);
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-title a:hover {
  background-color: rgba(102,102,102,0.9);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-content {
  position: absolute;
  bottom: 0%;
  left: 0px;
  margin: 0 10px 10px;
  z-index: 3;
  height: auto;
  background: #479317;
  display: inline-block;
  padding: 0px;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-content .item-read {
  font-size: 100%;
  font-weight: bold;
  text-transform: capitalize;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-content .item-read a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 6px 40px 6px 15px;
  position: relative;
  display: inline-block;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-content .item-read a:after {
  content: "\f0a9";
  font-family: 'FontAwesome';
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  right: 15px;
  top: 6px;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0px 0 10px;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-content .item-read:hover {
  background: #666;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-content .item-read:hover a:after {
  right: 10px;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner .item-bg {
  display: none;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover .item-img img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover .item-img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover .item-img img {
  -webkit-transform: scale(1.5) rotate(-7deg);
  -moz-transform: scale(1.5) rotate(-7deg);
  -o-transform: scale(1.5) rotate(-7deg);
  transform: scale(1.5) rotate(-7deg);
}
.sj-categories-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap:hover .item-info.item-spotlight .item-inner .item-title {
  opacity: 0;
  filter: alpha(opacity=0);
}
.sj-categories-slider .container-slider .slider:hover .item .item-wrap {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sj-categories-slider .container-slider .page-button.middle.style3 {
  left: 0;
  right: 0;
}
.sj-categories-slider .container-slider .page-button.middle.style3 .control-button .preview {
  left: -100%;
  right: auto;
  top: 39%;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 49px;
  height: 50px;
  background: url(../images/green/icon_arrow.png) no-repeat left top;
}
.sj-categories-slider .container-slider .page-button.middle.style3 .control-button .preview:hover {
  background-position: left bottom;
}
.sj-categories-slider .container-slider .page-button.middle.style3 .control-button .next {
  right: -100%;
  left: auto;
  top: 39%;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 49px;
  height: 50px;
  background: url(../images/green/icon_arrow.png) no-repeat right bottom;
}
.sj-categories-slider .container-slider .page-button.middle.style3 .control-button .next:hover {
  background-position: right top;
}
.sj-categories-slider .container-slider:hover .page-button.middle.style3 .control-button .preview {
  left: 1px;
}
.sj-categories-slider .container-slider:hover .page-button.middle.style3 .control-button .next {
  right: 1px;
}
div.sj-content-slider {
  margin: 0px;
}
div.sj-content-slider .container-slider-content {
  margin: 0px;
}
div.sj-content-slider .container-slider-content .page-title {
  margin: 0px;
}
div.sj-content-slider .container-slider-content .slider {
  padding: 0 30px;
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item {
  margin-bottom: 0px;
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item.first {
  margin: 0px;
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item .item-wrap {
  overflow: hidden;
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item .item-wrap .item-img {
  border: none;
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item .item-wrap .item-img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item .item-wrap .item-img img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item .item-wrap .item-info {
  margin: 0px;
}
div.sj-content-slider .container-slider-content .slider .vpo-wrap .vp .item .item-wrap:hover .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
div.sj-content-slider .container-slider-content .page-button.middle.style {
  left: 0;
  right: 0;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button {
  text-indent: 0px;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button li {
  line-height: 30px;
  font-size: 18px;
  background: none;
  text-align: center;
  color: #479317;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button li i {
  margin: 0px;
  line-height: 30px;
  -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;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button li:hover i {
  color: #fff;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button .preview {
  z-index: 999;
  left: 0px;
  right: auto;
  top: 50%;
  margin-top: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button .preview:hover {
  background: #479317;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button .next {
  z-index: 999;
  right: 0px;
  left: auto;
  top: 50%;
  margin-top: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 30px;
  height: 30px;
  background: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.sj-content-slider .container-slider-content .page-button.middle.style .control-button .next:hover {
  background: #479317;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate {
  margin: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate li {
  list-style: none;
  display: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate li.sel {
  display: block;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate li span.title-cate {
  display: block;
  background: #fff url("../images/line-double.png") repeat-x left center;
  padding: 0px 0;
  font-size: 100%;
  line-height: inherit;
  text-align: center;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate li span.title-cate a {
  display: inline-block;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate li span.title-cate a span {
  background: none transparent;
  background: #fff;
  padding: 0 25px;
  font-size: 342.85%;
  line-height: 110%;
  margin: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate li span.title-cate a:hover {
  text-decoration: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header-title ul.lst-title-cate li span.cate_short_description {
  display: block;
  text-align: center;
  font-size: 100%;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header {
  margin: 0px;
  display: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header .respl-categories {
  margin: 0px;
  max-width: 100%;
  display: block;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats {
  float: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat {
  float: none;
  background: none transparent;
  background: #fff url("../images/line-double.png") repeat-x left center;
  padding: 0px 0;
  font-size: 100%;
  line-height: inherit;
  text-align: center;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat a {
  border: none;
  background: none transparent;
  background: #fff;
  padding: 0 25px;
  font-size: 342.85%;
  line-height: 110%;
  margin: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a {
  box-shadow: none;
  display: inline-block;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-header .respl-sort-view {
  max-width: 100%;
  display: block;
  float: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid {
  margin-top: 10px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item.first {
  margin-left: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner {
  height: 366px;
  margin: 0px;
  border: 1px solid transparent;
  padding: 10px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-public {
  position: static;
  display: block;
  margin: 0px 0 7px 0;
  font-size: 100%;
  text-align: left;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-public a:hover {
  text-decoration: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-image {
  border: none;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-image .item-opacity {
  width: 100%;
  height: 100%;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-image .item-opacity .item-opacity-hover {
  position: absolute;
  top: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  margin-top: -18px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-image .item-opacity .item-opacity-hover a {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  float: none;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro form {
  margin: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner {
  padding: 15px 12px 0px;
  border-top: 1px solid #cccccc;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-title {
  font-size: 128.57%;
  padding: 0px;
  overflow: visible;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-title a:hover {
  text-decoration: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-price {
  font-weight: normal;
  font-size: 171.42%;
  color: #479317;
  margin: 12px 0 0;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-tax {
  margin-top: 10px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-tax a {
  display: inline-block;
  color: #479317;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-tax a:hover {
  text-decoration: underline;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-rate-comment {
  overflow: hidden;
  margin-top: 15px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-rate-comment .item-review {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-rate-comment .item_count_commentar {
  display: inline-block;
  float: right;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-rate-comment .item_count_commentar i {
  margin: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-cart {
  margin-top: 15px;
  background: url("../images/conner.png") no-repeat scroll 1px 1px #666666;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  padding: 3px 0;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-cart .ico-cart {
  background: url("../images/icons/icon-cart.png") no-repeat scroll center center transparent;
  border-right: 1px solid #767676;
  float: left;
  height: 24px;
  width: 40px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-cart span {
  border-left: 1px solid #3D3D3D;
  color: #FFFFFF;
  float: left;
  padding: 0 10px;
  line-height: 24px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-cart:hover {
  background-color: #479317;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-cart:hover span {
  border-color: #326710;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-cart:hover .ico-cart {
  border-color: #5cbf1e;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-wishlist {
  background: none;
  padding: 0px 0;
  color: #666666;
  margin: 10px 0 0;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-wishlist:before {
  content: "\f055";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  margin: 0 1px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-wishlist span {
  margin: 0 10px;
  font-size: 85.71%;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .btn-wishlist:hover {
  color: #479317;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .manufacturer_name {
  margin-top: 8px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .manufacturer_name span,
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .manufacturer_name a {
  display: inline-block;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .manufacturer_name span:hover,
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .manufacturer_name a:hover {
  text-decoration: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-intro .item-intro-inner .item-intro-hover {
  padding: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  -moz-box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-more {
  margin: 0px;
  position: static;
  display: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-more .more-image,
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-more .more-desc {
  box-shadow: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-more .more-image {
  border: none;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-more .more-desc .more-opacity {
  background: #fff;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item .item-inner .item-more .more-desc .more-inner {
  padding: 20px;
  color: inherit;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item:hover {
  z-index: 9998;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item:hover .item-inner {
  border: 1px solid #cccccc;
  height: 464px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item:hover .item-inner .item-intro .item-public {
  opacity: 1;
  filter: alpha(opacity=100);
  -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.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item:hover .item-inner .item-intro .item-image .item-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item:hover .item-inner .item-intro .item-image .item-opacity .item-opacity-hover {
  top: 50%;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-items.grid .respl-item:hover .item-inner .item-intro .item-intro-inner .item-intro-hover {
  height: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn {
  cursor: default;
  background: none transparent;
  font-size: inherit;
  text-shadow: none;
  border: none;
  box-shadow: none;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a {
  padding: 10px 20px 10px 25px;
  display: inline-block;
  background: #479317;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1);
  font-size: 128.57%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a .loader-image {
  background: none;
  color: #fff;
  padding: 0px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a .loader-image:after {
  font-family: 'FontAwesome';
  content: "\f021";
  display: inline-block;
  animation: 2s linear 0s normal none infinite spin;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a .loader-label {
  color: #fff;
  font-weight: normal;
  line-height: inherit;
  padding-right: 15px;
  display: inline-block;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a .loader-label:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 20px;
  display: inline-block;
  -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;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a:hover {
  background: #666;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a:hover .loader-label:after {
  right: 15px;
}
div.responsive-listing .sj-responsive-listing .respl-wrap .respl-btn a:after {
  width: 80%;
  height: 11px;
  position: absolute;
  bottom: -18px;
  left: 10%;
  right: 10%;
  content: "";
  display: inline-block;
  background-image: -moz-radial-gradient(50% 50%,ellipse farthest-corner,#dadada,#ffffff 70%);
  background-image: -webkit-radial-gradient(50% 50%,ellipse farthest-corner,#dadada,#ffffff 70%);
  background-image: -o-linear-gradient(50% 50%,#ff0000,#640000 50%,#320000 75%,#960000);
  background-image: -ms-radial-gradient(50% 50%,ellipse farthest-corner,#dadada,#ffffff 70%);
  background-image: radial-gradient(50% 50%,ellipse farthest-corner,#dadada,#ffffff 70%);
}
.sj-news-scroller .news-scroller {
  margin: 0 0px 30px;
}
.sj-news-scroller .news-scroller .scroller-container {
  border-radius: 0px;
  border: none;
  background: none;
  padding: 0px;
  box-shadow: none;
  max-width: 100% !important;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider {
  border-radius: 0px;
  background-position: -15px 0 !important;
  background-size: 110% !important;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption {
  background: none;
  border-radius: 0px;
  padding: 0px;
  text-shadow: none;
  font-weight: bold;
  left: 30% !important;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain {
  background: rgba(255,255,255,0.2);
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a.ns-item-title,
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  text-transform: capitalize;
  text-shadow: none;
  margin: 5px 50px 5px 20px;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a.ns-item-title:after,
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12%;
  line-height: 25px;
  height: 25px;
  width: 22px;
  display: inline-block;
  transform: scale(1.02);
  background: url("../images/icons/icon-arrow.png") no-repeat left bottom;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a.ns-item-title:hover,
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a:hover {
  color: #479317;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a.ns-item-title:hover:after,
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a:hover:after {
  background: url(../images/green/icon-arrow.png) no-repeat left bottom;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a.ns-item-title {
  font-size: 70px;
  padding: 2px 5px;
  margin: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .iview-caption .caption-contain a.ns-item-title:after {
  display: none !important;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .ns-item {
  overflow: hidden;
}
.sj-news-scroller .news-scroller .scroller-container .iviewSlider .ns-item .ns-item-image:after {
  background: url("http://demo.magentech.com/themes/sm_sport/skin/frontend/default/sm_sport/images/bg-slide.png") repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2 div.iview-directionNav a {
  width: 49px;
  height: 50px;
  background: url(../images/green/icon_arrow.png) no-repeat left top;
  margin-top: -24px;
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2 div.iview-directionNav a:active {
  background-image: url(../images/green/icon_arrow.png);
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2 div.iview-directionNav a.iview-prevNav {
  background-position: left top;
  left: -100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2 div.iview-directionNav a.iview-prevNav:hover {
  background-position: left -99px;
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2 div.iview-directionNav a.iview-nextNav {
  background-position: right -99px;
  right: -100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2 div.iview-directionNav a.iview-nextNav:hover {
  background-position: right top;
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2:hover div.iview-directionNav a.iview-prevNav {
  left: 6%;
}
.sj-news-scroller .news-scroller .scroller-container.nav-style2:hover div.iview-directionNav a.iview-nextNav {
  right: 6%;
}
.lastest-products div.products-wrap {
  margin: 10px 0 0;
}
.lastest-products div.products-wrap .intro_text {
  position: absolute;
  top: -20px;
  left: 0px;
  text-align: center;
  margin: 0px;
}
.lastest-products div.products-wrap .content-box {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0px;
}
.lastest-products div.products-wrap .content-box.first {
  margin-left: 0px;
}
.lastest-products div.products-wrap .content-box .product {
  position: relative;
  z-index: 1;
  height: 370px;
}
.lastest-products div.products-wrap .content-box .product .product-inner {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 100%;
  border: 1px solid transparent;
  background: #fff;
  padding: 10px;
  -moz-box-sizing: border-box;
}
.lastest-products div.products-wrap .content-box .product .product-inner .title-cate {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 0 5px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block {
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block .item_label {
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block a {
  display: block;
  text-align: center;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block a img {
  border: none;
  padding: 0px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block .item_image {
  margin: 0px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block .item_image .item-opacity {
  width: 100%;
  height: 100%;
  background-color: rgba(70,146,23,0.6);
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block .item_image .item-opacity .item-opacity-hover {
  position: absolute;
  top: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  margin-top: -18px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .image_block .item_image .item-opacity .item-opacity-hover a {
  background: url("../images/icons/icon-room.png") no-repeat center center;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  text-align: center;
  width: 45px;
}
.lastest-products div.products-wrap .content-box .product .product-inner form {
  margin: 0px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner {
  padding: 12px 12px 5px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  -moz-box-sizing: border-box;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item_title {
  font-size: 128.57%;
  font-weight: normal;
  text-transform: capitalize;
  margin: 2px 0 4px 0;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item_price {
  font-size: 171.42%;
  color: #479317;
  padding: 8px 0;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .taxinfo {
  font-size: 85.71%;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .taxinfo a {
  display: inline-block;
  color: #479317;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .taxinfo a:hover {
  text-decoration: underline;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-cart {
  margin-top: 15px;
  background: url("../images/conner.png") no-repeat scroll 1px 1px #666666;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  padding: 3px 0;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-cart .ico-cart {
  background: url("../images/icons/icon-cart.png") no-repeat scroll center center transparent;
  border-right: 1px solid #767676;
  float: left;
  height: 24px;
  width: 40px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-cart span {
  border-left: 1px solid #3D3D3D;
  color: #FFFFFF;
  float: left;
  padding: 0 10px;
  line-height: 24px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-cart:hover {
  background-color: #479317;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-cart:hover span {
  border-color: #326710;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-cart:hover .ico-cart {
  border-color: #5cbf1e;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-wishlist {
  background: none;
  padding: 0px 0;
  color: #666666;
  margin: 10px 0 0;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-wishlist:before {
  content: "\f055";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  margin: 0 1px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-wishlist span {
  margin: 0 10px;
  font-size: 85.71%;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .btn-wishlist:hover {
  color: #479317;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item-rate-comment {
  margin-top: 15px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item-rate-comment .item-review {
  display: inline-block;
  vertical-align: middle;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item-rate-comment .count_commentar {
  display: inline-block;
  float: right;
  margin-top: 1px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item-rate-comment .count_commentar i {
  margin: 0px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item_manufacturer {
  margin-top: 8px;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item_manufacturer span,
.lastest-products div.products-wrap .content-box .product .product-inner .inner .item_manufacturer a {
  display: inline-block;
}
.lastest-products div.products-wrap .content-box .product .product-inner .inner .inner-hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  -moz-box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lastest-products div.products-wrap .content-box:hover .product {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}
.lastest-products div.products-wrap .content-box:hover .product .product-inner {
  border: 1px solid #cccccc;
  height: 480px;
}
.lastest-products div.products-wrap .content-box:hover .product .title-cate {
  opacity: 1;
  filter: alpha(opacity=100);
  -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;
}
.lastest-products div.products-wrap .content-box:hover .product .image_block .item_image .item-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lastest-products div.products-wrap .content-box:hover .product .image_block .item_image .item-opacity .item-opacity-hover {
  top: 50%;
}
.lastest-products div.products-wrap .content-box:hover .product .item-intro-inner .item-intro-hover {
  height: auto;
  padding: 0 0 20px;
  visibility: visible;
}
.lastest-products div.products-wrap .content-box:hover .product .inner .inner-hover {
  height: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
#jshop_module_cart {
  float: left;
  margin-left: 10px;
  display: inline-block;
  background: #fff;
}
#jshop_module_cart .des-jshop-cart a {
  display: inline-block;
  line-height: 30px;
  float: left;
}
#jshop_module_cart .des-jshop-cart a span.ico-cart {
  background: #479317;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#jshop_module_cart .des-jshop-cart a span.ico-cart img {
  width: 20px;
  height: 15px;
}
#jshop_module_cart .des-jshop-cart a:hover span.ico-cart {
  background: #5cbf1e;
}
#jshop_module_cart .des-jshop-cart .number-pro {
  margin: 4px 9px 0 0;
  float: right;
}
#jshop_module_cart .des-jshop-cart #jshop_summ_product {
  display: none;
}
#jshop_module_cart .res-jshop-cart {
  display: none;
  position: relative;
  float: right;
  background: #fff;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#jshop_module_cart .res-jshop-cart a {
  display: inline-block;
}
#jshop_module_cart .res-jshop-cart a span.ico-cart {
  background: url(../images/green/ico-cart.png) no-repeat center center;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
#jshop_module_cart .res-jshop-cart a span.ico-cart img {
  width: 20px;
  height: 15px;
}
#jshop_module_cart .res-jshop-cart .drop-cart {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 10px 10px;
  border: 10px solid #5cbf1e;
  background: #fff;
  width: 130px;
}
#jshop_module_cart .res-jshop-cart .drop-cart #jshop_summ_product {
  display: none;
}
#jshop_module_cart .res-jshop-cart .drop-cart .number-pro {
  margin-right: 9px;
}
#jshop_module_cart .res-jshop-cart:hover {
  background: #5cbf1e;
}
#jshop_module_cart .res-jshop-cart:hover a span.ico-cart {
  background: url("../images/icons/ico-cart.png") no-repeat center center;
}
#jshop_module_cart .res-jshop-cart:hover .drop-cart {
  display: block;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: normal !important;
}
.jshop_menu_level_0_a a:active,
.jshop_menu_level_1_a a:active,
.jshop_menu_level_2_a a:active {
  color: #479317;
}
.jshop_menu_level_0_a a:active {
  color: #479317;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  -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;
  padding: 1px 0;
}
.jshop_menu_level_0 a:before,
.jshop_menu_level_0_a a:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 8px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.jshop_menu_level_0:hover,
.jshop_menu_level_0_a:hover {
  padding-left: 5px;
}
.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;
}
.rtl .bs-docs-example:after {
  left: auto;
  right: -1px;
}
.rtl .yt-typography span.label {
  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 3px 0 0px;
  position: relative;
}
#yt_menuposition ul.navi li.level1:before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
  -moz-transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
  -o-transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
  transition: all 500ms cubic-bezier(0.19,1,0.22,1) 0s;
}
#yt_menuposition ul.navi li.level1.last {
  margin: 0px;
}
#yt_menuposition ul.navi li.level1 .item-link {
  margin: 0;
  line-height: 18px;
  padding: 35px 10px 30px 10px;
  color: #fff;
  font-size: 128.57%;
  display: block;
}
#yt_menuposition ul.navi li.level1 .item-link.havechild:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 14px;
  width: auto;
  margin: 0 0px 0 8px;
}
#yt_menuposition ul.navi li.level1 > .item-link.havechild {
  padding: 35px 25px 30px 10px;
}
#yt_menuposition ul.navi li.level1 > .item-link.havechild:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 38%;
  font-size: 14px;
  width: auto;
  margin: 0 0px 0 8px;
}
#yt_menuposition ul.navi li.level1 .menu-title {
  display: inline-block;
}
#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: block;
}
#yt_menuposition ul.navi li.level1 .showdesc span.menu-desc {
  display: block;
  font-size: 11px;
  color: #999;
  line-height: 100%;
}
#yt_menuposition ul.navi li.level1:hover,
#yt_menuposition ul.navi li.level1.hover {
  background: #5cbf1e;
}
#yt_menuposition ul.navi li.level1:hover:before,
#yt_menuposition ul.navi li.level1.hover:before {
  width: 100%;
}
#yt_menuposition ul.navi li.level1:hover > .item-link,
#yt_menuposition ul.navi li.level1.hover > .item-link {
  background: #5cbf1e;
  cursor: pointer;
}
#yt_menuposition ul.navi li.level1.active {
  background: #5cbf1e;
}
#yt_menuposition ul.navi li.level1.active:after {
  border-style: solid;
  border-width: 12px 44px 0;
  bottom: 0px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  border-color: #5cbf1e transparent transparent;
  transition: border 1s ease-in-out 1s, bottom 1s ease-in-out 1s;
}
#yt_menuposition ul.navi li.level1.active:before {
  display: none;
}
#yt_menuposition ul.navi li.level1:hover ul.level2,
#yt_menuposition ul.navi li.level1.hover ul.level2 {
  left: 0;
}
#yt_menuposition ul.navi ul {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 0px;
  padding: 12px 0px;
  list-style: none;
  width: 218px;
}
#yt_menuposition ul.navi ul.level2 {
  background: #f1f1f1;
  border: 1px solid #479317;
  border-width: 0px 1px 5px 1px;
  -webkit-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
}
#yt_menuposition ul.navi ul.level2 li {
  position: relative;
  padding: 0px 0px;
  background: #f1f1f1;
}
#yt_menuposition ul.navi ul.level2 li .item-link {
  margin: 0;
  padding: 5px 22px 5px 30px;
  color: #666666;
  font-size: 100%;
  text-transform: none;
  line-height: 20px;
}
#yt_menuposition ul.navi ul.level2 li .item-link:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 8px;
  float: left;
  margin: 0 0 0px -15px;
  width: auto;
}
#yt_menuposition ul.navi ul.level2 li .item-link.havechild:after {
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 14px;
  float: right;
  margin: 0px -10px 0 0;
  color: #666666;
}
#yt_menuposition ul.navi ul.level2 li .item-link .menu-title {
  display: inline-block;
}
#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 > .item-link,
#yt_menuposition ul.navi ul.level2 li.hover > .item-link,
#yt_menuposition ul.navi ul.level2 li.active > .item-link {
  color: #479317;
  background: #fff;
}
#yt_menuposition ul.navi ul.level2 li:hover ul.level3,
#yt_menuposition ul.navi ul.level2 li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.level2 li li.level4:hover ul.level5 {
  left: 100%;
  top: 5px;
}
#yt_menuposition ul.navi ul.level2 ul {
  background-color: #fff;
  padding: 12px 0px;
}
#yt_menuposition ul.navi ul.level2 ul.level3 {
  border: 1px solid #479317;
  border-width: 0px 1px 5px 1px;
  -webkit-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
}
#yt_menuposition ul.navi ul.level2 ul.level3 li {
  padding: 0px;
  background: #fff;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link {
  padding: 5px 22px 5px 30px;
  color: #666666;
  font-size: 100%;
  text-transform: none;
  line-height: 20px;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 8px;
  float: left;
  margin: 0 0 0px -15px;
  width: auto;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link.havechild:after {
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 14px;
  float: right;
  margin: 0px -10px 0 0;
  color: #666666;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li .item-link .menu-title {
  display: inline-block;
}
#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 {
  background: #f1f1f1;
  color: #479317;
}
#yt_menuposition ul.navi ul.level2 ul.level3 ul.level4,
#yt_menuposition ul.navi ul.level2 ul.level3 ul.level5 {
  border: 1px solid #479317;
  border-width: 0px 1px 5px 1px;
  -webkit-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 980px;
  height: 37px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 a.level2.havechild:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #meganavigator li.level1 .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background: #f1f1f1;
  border: 1px solid #479317;
  border-width: 0px 1px 5px 1px;
  -webkit-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one {
  margin: 0px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one div.mega-module {
  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.more .mega-module {
  margin: 20px 15px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more .mega-module .mega-module-title {
  margin: 0 0 14px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more .mega-module .mega-module-title h3 {
  font-size: 128.57%;
  font-weight: normal;
  margin: 0px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first .mega-module {
  margin: 20px 15px 20px 20px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last .mega-module {
  margin: 20px 20px 20px 15px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  color: #e3e3e3;
  font-size: 100%;
  padding: 0 10px;
  min-height: 30px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link .menu-title {
  padding: 10px 0;
  line-height: 100%;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-desc {
  font-family: "arial";
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
  background: #88de01;
  padding: 7px 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul {
  position: static;
  width: auto;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col ul.level2 {
  border: none;
  box-shadow: none;
  background: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col ul.level2 div.level3.mega-content {
  background: #fff;
  border: 1px solid #479317;
  border-width: 0px 1px 5px 1px;
  -webkit-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
  box-shadow: inset 0 -7px 7px -6px rgba(0,0,0,0.5);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col ul.level2 div.level3.mega-content ul.level3 {
  border: none;
  box-shadow: none;
  background: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col ul.level2 div.level3.mega-content ul.level3 ul.level4,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col ul.level2 div.level3.mega-content ul.level3 ul.level5 {
  border: none;
  box-shadow: none;
  background: none;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar {
  border: none;
  border-radius: 0px;
  margin: 0px 0;
  background: #fff url("../images/green/ico_menures.png") no-repeat center center;
  width: 34px;
  height: 30px;
  box-shadow: none;
  text-indent: -999em;
  overflow: hidden;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar i {
  display: none;
}
#yt_menuposition #yt-responivemenu .btn.btn-navbar:hover {
  background: #5cbf1e url("../images/icons/ico_menures.png") no-repeat center center;
}
#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: #414143;
}
#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: 0px 0 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox:hover {
  cursor: pointer;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:hover {
  cursor: pointer;
}
.rtl #yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  left: auto;
  right: 0px;
}
.rtl #yt_menuposition ul.navirtl li.level1 {
  float: right;
  margin: 0 0px 0 3px;
}
.rtl #yt_menuposition ul.navirtl li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl li.level1:before {
  left: auto;
  right: 0px;
}
.rtl #yt_menuposition ul.navirtl li.level1 .item-link .menu-title {
  direction: ltr;
}
.rtl #yt_menuposition ul.navirtl li.level1 > .item-link.havechild {
  padding: 35px 10px 30px 25px;
}
.rtl #yt_menuposition ul.navirtl li.level1 > .item-link.havechild:after {
  margin: 0 8px 0 0px;
}
.rtl #yt_menuposition ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link {
  padding: 5px 30px 5px 22px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link.havechild:after {
  float: left;
  margin: 0px 0px 0 -10px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link:before {
  float: right;
  margin: 0 -15px 0 0;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .showdesc {
  text-align: right;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.level2 li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link {
  padding: 5px 30px 5px 22px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link.havechild:after {
  float: left;
  margin: 0px 0px 0 -10px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link:before {
  float: right;
  margin: 0 -15px 0 0;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link .menu-title {
  display: inline-block;
}
.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.more.first .mega-module {
  margin: 20px 20px 20px 15px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last .mega-module {
  margin: 20px 15px 20px 20px;
}
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: #479317;
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a:focus {
  color: #479317;
  background: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu li a.active {
  color: #479317;
}
.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: #479317;
}
.yt-off-sideresmenu .yt-sideresmenu ul.nav.resmenu > li > a.active {
  background: none;
  color: #479317;
}
.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;
}
