.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #686868;
  width: 45px;
  bottom: 40px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 400;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #666666;
}
.backtotop i {
  font-size: 36px;
  margin: 1px 0 0 0 !important;
  color: #fff;
  display: inline-block;
}
.bs-docs-example ul.the-icons li:hover {
  background: #80b601;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  position: fixed;
  width: 300px;
  top: 35px;
  right: -320px;
  padding: 8px;
  z-index: 999999;
  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-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: 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  margin: 1px -9px 8px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  background: #666666;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset {
  float: right;
  margin: -8px -12px 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 8px 0px;
  left: -7px;
  top: 9px;
  border-style: solid;
  border-color: rgba(0,0,0,0) #80b601 rgba(0,0,0,0) rgba(0,0,0,0);
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn {
  background: #80b601;
  border: medium none;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn .fa {
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn:focus .fa {
  display: block;
  float: left;
  margin: 3px 5px 0 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:hover .btn {
  padding-right: 30px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group {
  border-color: #BCBCBC;
  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-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 .label {
  float: right;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 6px 10px;
  font-weight: bold;
  color: #555;
  font-size: 13px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle i {
  float: left;
  font-size: 14px;
  color: #999;
  margin: 3px 5px 0 0;
}
#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: #777;
  border-color: #777;
  box-shadow: none;
  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);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .fa-plus-square-o:before {
  content: "\f147";
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle i {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 0;
  left: 20px;
  top: -2px;
  border-style: solid;
  border-color: #777 rgba(0,0,0,0) rgba(0,0,0,0);
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse.in:before {
  display: block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner {
  border: none;
  padding: 8px;
  padding-top: 15px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear {
  margin: 0 0 6px;
  padding: 15px 0 0;
  font-size: 100%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear span {
  padding: 1px 5px;
  line-height: 15px;
  border-left: 2px solid #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
  margin-top: 25px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color {
  width: 38px;
  height: 25px;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.active {
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors {
  margin: 0 -1px 0 0 !important;
  border-color: #ccc;
  width: 55px !important;
  border-radius: 3px 0 0 3px !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern {
  height: 22px;
  width: 30px;
  float: left;
  text-indent: -999em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern.active {
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
}
.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;
}
.selectbox:hover {
  border-color: #999;
}
.selectbox select {
  z-index: 10;
  padding: 0;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
.selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
}
.selectbox .select-arrow {
  background: url(../images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 26px;
  top: 0;
  right: 0;
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  border: none;
}
.yt-sticky .module .module-inner1 {
  position: relative;
}
.yt-sticky .module .module-inner1 .module-inner2 {
  margin: 6px;
}
.yt-sticky .module .module-inner1 .module-inner2 .module-inner3 {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #6b82a2;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-align: center;
}
.btn-special span {
  font-size: 20px;
  line-height: 36px;
  width: 24px;
  margin: 0 4px 0 8px;
}
.btn-special:hover span {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#yt_notice {
  position: fixed;
  top: 0px;
  height: 0px;
  min-height: 0px;
  z-index: 96;
}
#yt_notice .yt-notice .module {
  background-color: #6b82a2;
  color: #eee;
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  position: absolute;
  top: -99em;
  z-index: 88;
  text-align: center;
  width: 100%;
  min-height: 35px;
  margin: 0;
  border: none;
}
#yt_notice .yt-notice .module.active {
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
}
#yt_notice .yt-notice .module.active .btn-special {
  color: #fff;
  background: #5E7696;
  border-radius: 0;
}
#yt_notice .yt-notice .module .module-inner1 {
  position: relative;
  padding: 10px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special {
  position: absolute;
  right: 90px;
  left: auto;
  height: 39px;
  color: #BFCFE6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special span {
  margin: 0 8px 0 8px;
  line-height: 36px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent {
  padding: 0;
  color: #ddd;
  font-size: 12px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent a {
  color: #fff;
  display: inline-block;
}
#yt_sticky_left {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #80b601;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), -1px -1px 0 darken(@background1,10%), -1px 0 0 darken(@background1,10%) inset;;
  border: none;
}
#yt_tool_bottom .module .module-inner2 {
  padding: 6px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 {
  padding: 10px;
  background: #fff;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport input,
#yt_tool_bottom .module .module-inner2 .module-inner3 .box-livesupport textarea {
  width: 95%;
  font-size: 12px;
}
#yt_tool_bottom .module .module-inner2 .module-inner3 .modcontent {
  padding: 0;
  font-size: 12px;
}
#yt_tool_bottom .module .btn-special {
  left: auto;
  top: -36px;
  right: 0px;
  width: auto;
  height: 35px;
  padding: 0 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: #80b601;
  color: #eee;
  border: 1px solid #5c8301;
  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;
}
#bd {
  font-family: arial, sans-serif !important;
  color: #666666;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: auto;
}
.container {
  width: 1168px;
}
@media (max-width: 1024px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
    margin: 0 15px;
  }
}
div.row-fluid .first[class*="span"] {
  margin-left: 0;
  margin-right: 0;
}
div.row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 0;
}
div.row-fluid .hidden {
  display: none !important;
}
#bd #yt_wrapper {
  overflow: hidden;
}
#yt_top {
  background: #eeeeee;
  border-top: #80b601 5px solid;
  position: relative;
  z-index: 11;
  height: 38px;
  display: block;
  clear: both;
  z-index: 20;
}
#yt_header {
  position: relative;
  z-index: 10;
  clear: both;
}
#yt_header #top3 {
  text-align: right;
}
#yt_nav {
  margin-top: 20px;
  border-top: #ebebeb 1px solid;
  border-bottom: #ebebeb 1px solid;
  position: relative;
  z-index: 15;
}
#yt_nav #yt_menuposition {
  margin-bottom: -1px;
}
#yt_slideshow {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
#yt_slideshow .yt-main-in1 {
  width: 100% !important;
  padding: 0 !important;
}
#bd .layout-boxed .dynamicslideshow-container .tp-bullets {
  left: 0 !important;
}
#yt_spotlight5 {
  margin-bottom: 40px;
  background: #5c5c5c;
}
#yt_spotlight5 #breadcrumb .module {
  margin-bottom: 0;
}
#yt_spotlight5 #breadcrumb div.modcontent {
  padding: 12px 0;
  margin-bottom: 0;
}
#yt_spotlight5 .breadcrumb {
  margin: 0 10px;
  padding: 0;
  background: none;
}
#yt_spotlight5 .breadcrumb .icon-home {
  color: #dfdfdf;
}
#yt_spotlight5 .breadcrumb li {
  text-shadow: none;
}
#yt_spotlight5 .breadcrumb a {
  color: #dfdfdf;
  font-family: questrial, sans-serif;
  font-size: 14px;
}
#yt_spotlight5 .breadcrumb a:hover {
  color: #abf301;
}
#yt_spotlight5 .breadcrumb span {
  color: #abf301;
}
#content {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
}
#content.layout-variation {
  margin: 0 auto;
}
#yt_spotlight3 {
  background: #5c5c5c;
  padding: 15px 0;
  margin-bottom: 30px;
}
.tip-wrap .tip .tip-text {
  padding: 5px 10px;
}
#yt_footer {
  margin-bottom: 30px;
  margin-top: 0px;
}
#yt_footer #footer {
  position: relative;
  top: 5px;
}
*::selection {
  background: #80b601;
  color: #fff;
}
*::-moz-selection {
  background: #80b601;
  color: #fff;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
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,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8) !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6) !important;
}
a {
  color: #80b601;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
  font-size: 14px;
  line-height: 100%;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 89%;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul {
  margin: 0 0 11px 18px;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank {
  list-style: none;
  margin: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #80b601;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #686868;
}
ul.latestnews.yt-list li a:hover {
  color: #80b601;
}
ul.actions {
  margin: 0;
  display: inline-block;
}
ul.actions .edit-icon {
  list-style: none;
}
label,
input,
button,
select,
textarea {
  font-size: 100%;
}
select {
  padding: 5px 6px;
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.inputbox:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
.btn:focus {
  outline: 0 none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F7F7F7),color-stop(50%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: -moz-linear-gradient(top,#F7F7F7,#fff 50%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 4px 6px;
  border-color: #ddd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-family: inherit;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.form-horizontal .control-label {
  text-align: left;
}
.button,
button {
  background: #80b601;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0 !important;
}
input.button {
  height: 32px;
}
.button:hover,
button:hover {
  background: #666666;
  color: #fff;
}
.button:focus,
button:focus {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.collapse {
  overflow: hidden;
}
.form-inline .disabled .icon-search {
  vertical-align: 1px;
  margin-right: 5px;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #686868;
  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: #686868;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #939393;
  border-bottom: 2px solid #777;
  font-size: 110%;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #666666 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
#system-message .message {
  margin-bottom: 0;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
div.categories-list > div {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ECECEC;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  margin: 0;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
}
div.categories-list > div.last {
  margin: 0;
  border: none;
}
div.categories-list ul {
  position: relative;
  margin: 0;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
div.categories-list ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
div.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
.blog .heading-category {
  font-size: 191.7%;
  line-height: 100%;
  font-weight: normal;
  border-left: #80b601 3px solid;
  font-family: questrial, serif;
  padding-left: 5px;
  color: #686868;
}
.blog .items-leading {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog .items-leading .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -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;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-leading .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.blog .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-leading .item .item-image:hover img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog .items-leading .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.blog .items-leading .item .article-text {
  overflow: hidden;
}
.blog .items-leading .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #80b601;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #666666;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #80b601;
}
.blog .items-leading .item .article-text > p {
  display: inline;
}
.blog .items-leading .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog .items-leading .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -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: 0 4px;
}
.blog .items-leading .item .article-text a.readmore span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.blog .items-leading .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
  postion: relative;
  top: 1px;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row {
  margin-bottom: 20px;
}
.blog .items-row.cols-2,
.blog .items-row.cols-3,
.blog .items-row.cols-4,
.blog .items-row.row-0 {
  border-top: none;
}
.blog .items-row .item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog .items-row .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -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;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-row .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog .items-row .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.blog .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-row .item .item-image:hover img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog .items-row .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.blog .items-row .item .article-text {
  overflow: hidden;
}
.blog .items-row .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #80b601;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #666666;
}
.blog .items-row .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #80b601;
}
.blog .items-row .item .article-text > p {
  display: inline;
}
.blog .items-row .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog .items-row .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -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: 0 4px;
}
.blog .items-row .item .article-text a.readmore span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.blog .items-row .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
  postion: relative;
  top: 1px;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading {
  margin-bottom: 20px;
}
.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;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog-featured .items-leading .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-leading .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -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;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-leading .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-leading .item .item-image:hover img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog-featured .items-leading .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.blog-featured .items-leading .item .article-text {
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #80b601;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #666666;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #80b601;
}
.blog-featured .items-leading .item .article-text > p {
  display: inline;
}
.blog-featured .items-leading .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -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: 0 4px;
}
.blog-featured .items-leading .item .article-text a.readmore span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.blog-featured .items-leading .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
  postion: relative;
  top: 1px;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.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: 0 0 10px 0;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
}
.blog-featured .items-row .item .item-image img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-row .item .item-image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -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;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-featured .items-row .item .item-image .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-row .item .item-image:hover img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.blog-featured .items-row .item .item-image:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom,
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-zoom:hover,
.blog-featured .items-row .item .item-image:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.blog-featured .items-row .item .article-text {
  overflow: hidden;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #80b601;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #666666;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin: 0 0 10px 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd a {
  font-weight: bold;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #80b601;
}
.blog-featured .items-row .item .article-text > p {
  display: inline;
}
.blog-featured .items-row .item .article-text a.readmore {
  display: inline-block;
  font-size: 92%;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog-featured .items-row .item .article-text a.readmore span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -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: 0 4px;
}
.blog-featured .items-row .item .article-text a.readmore span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.blog-featured .items-row .item .article-text a.readmore span {
  padding: 0 8px 0 8px;
  postion: relative;
  top: 1px;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em;
  display: inline-block;
  min-width: auto !important;
  min-height: auto !important;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-height: 126px !important;
  min-width: 120px !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.item-page.bonuspage p {
  float: left;
}
.item-page .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.item-page .page-header h2 {
  font-size: 133.3%;
  margin: 0;
  font-weight: normal;
}
.item-page .page-header h2 a {
  color: #80b601;
}
.item-page .page-header h2 a:hover {
  color: #666666;
}
.item-page .page-header h2 {
  font-size: 180%;
  margin-bottom: 7px;
  line-height: 110%;
  font-weight: normal;
  font-family: questrial, sans-serif !important;
}
.item-page dl.article-info {
  overflow: hidden;
}
.item-page dl.article-info dd {
  margin: 0 10px 0 0;
  float: left;
}
.item-page div.article-info {
  margin: 0 0 10px 0;
  margin: 0 0 20px;
  padding-bottom: 5px;
  overflow: hidden;
}
.item-page div.article-info dl.article-info {
  margin: 0;
}
.item-page div.article-info dl.article-info dd {
  display: inline-block;
  font-size: 92%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
}
.item-page div.article-info dl.article-info dd a {
  font-weight: bold;
}
.item-page div.article-info ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.item-page div.article-info ul.actions li {
  display: inline-block;
  margin: 0;
}
.item-page div.article-info ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page div.article-info ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.item-page div.article-info ul.actions li.edit-icon a:after {
  content: "\f044";
}
.item-page div.article-info ul.actions li a {
  font-family: FontAwesome;
  color: #909090;
  font-size: 14px;
  padding: 4px 5px;
}
.item-page div.article-info ul.actions li a img {
  display: none;
}
.item-page div.article-info ul.actions li a:hover {
  color: #80b601;
}
.item-page div.article-info dl.article-info dd.create {
  background: none;
  padding: 0;
}
.item-page div.article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .img-fulltext {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin-bottom: 1em;
  display: table;
  margin: 0 auto 1em;
}
.item-page .img-fulltext img {
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.item-page .img-fulltext .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -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;
  border: 8px solid #fff;
  border-color: rgba(255,255,255,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-page .img-fulltext .image-overlay .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -40px 0 0;
}
.item-page .img-fulltext .image-overlay .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 4px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.item-page .img-fulltext .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.item-page .img-fulltext .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-page .img-fulltext .image-overlay .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.item-page .img-fulltext:hover img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.3);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom,
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom:hover,
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.item-page .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page .img-fulltext.pull-left {
  margin-right: 1em;
}
.item-page .img-fulltext.pull-right {
  margin-left: 1em;
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page h3.related-title {
  font-size: 180%;
  font-family: ;
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 5px;
}
.item-page ul.related-items li {
  margin: 0 0 6px;
  list-style: circle;
}
.item-page ul.related-items li .related-item-title {
  color: #909090;
}
.item-page ul.related-items li .related-item-title:hover {
  color: #666666;
}
.item-page ul.related-items li:hover {
  color: #666666;
}
.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 {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.category-list h2 {
  font-size: 191.7%;
  line-height: 100%;
  font-weight: normal;
  border-left: #80b601 3px solid;
  font-family: questrial, serif;
  padding-left: 5px;
  color: #686868;
}
.category-list .cat-items .display-limit select {
  width: auto !important;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #909090;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.pagination {
  height: auto;
  margin: 20px 0 0;
}
.pagination ul.pagination {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul.pagination li {
  display: inline-block;
  margin: 0 4px;
}
.pagination ul.pagination li .active {
  background: #80b601;
  color: #fff;
  border-color: #80b601;
}
.pagination ul.pagination li.prev a,
.pagination ul.pagination li.prev span,
.pagination ul.pagination li.next a,
.pagination ul.pagination li.next span {
  border-radius: 0 !important;
}
.pagination ul.pagination li a,
.pagination ul.pagination li span {
  border-radius: 0 !important;
  float: none;
  display: inline-block;
  line-height: 24px;
  padding: 0 9px;
  border: 1px solid #e9e9e9;
  color: #909090;
  background: #f8f8f8;
  height: 25px;
}
.pagination ul.pagination li a {
  margin: 0;
}
.pagination ul.pagination li a .fa {
  margin: 0;
}
.pagination ul.pagination li a .fa.fa-long-arrow-left.r-hiden,
.pagination ul.pagination li a .fa.fa-long-arrow-right.r-hiden {
  display: none;
}
.pagination ul.pagination li.active a,
.pagination ul.pagination li.active span,
.pagination ul.pagination li:hover a,
.pagination ul.pagination li:hover span {
  background: #80b601;
  color: #fff;
  border-color: #80b601;
}
.contentpane {
  margin: 10px;
  font-size: 12px;
  color: #777;
  padding: 0;
}
.contentpane #mailto-window > h2 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 10px;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
  font-size: 12px;
}
.contentpane #mailto-window input,
.contentpane #mailto-window textarea {
  width: 90%;
}
.contentpane .item-page .img-fulltext {
  display: block;
}
.contentpane .item-page .img-fulltext .img_caption {
  width: auto !important;
}
.contentpane div.toolbar-list li {
  background: transparent;
  padding: 0;
}
.pane-sliders {
  border-bottom: 1px solid #ccc;
}
.pane-sliders .panel {
  margin-top: 1px;
}
.pane-sliders .panel h3.title {
  padding: 7px 10px;
  font-size: 110%;
  font-weight: bold;
}
.pane-sliders .panel h3.title a {
  color: #fff;
}
.pane-sliders .panel h3.title a:hover {
  color: #666666;
}
.pane-sliders .panel h3.title a span {
  margin-left: 5px;
}
.pane-sliders .panel h3.title:after {
  content: "+";
  font-family: verdana;
  font-size: 15px;
  width: 18px;
  height: 18px;
  float: left;
  background: #a4e901;
  font-weight: normal;
  margin-top: 2px;
  text-align: center;
  line-height: 15px;
  color: #fff;
}
.pane-sliders .panel h3.title.pane-toggler-down:after {
  content: "-";
}
.pane-sliders .panel .content {
  padding: 20px;
  border: 1px solid #ccc;
}
.pane-sliders .panel .content > *:first-child {
  margin-top: 15px;
}
.search #searchForm legend {
  font-size: 18px;
  color: #686868;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search #searchForm button.button {
  padding: 4px 15px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  padding: 20px;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search .word .button {
  padding: 4px 15px;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search .advanced-search-tip {
  margin-bottom: 2em;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #909090;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 160%;
  line-height: 130%;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.newsfeed ol li >  a {
  color: #777;
  font-weight: bold;
  font-size: 118.6%;
}
.newsfeed ol li >  a:hover {
  color: #666666;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description div img {
  margin: 0 auto 15px;
  display: inline-block;
}
.newsfeed ol li .feed-item-description div p img {
  margin: 0 auto 15px;
  display: inline-block;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  color: #80b601;
  margin-bottom: 20px;
}
h2.subtitle {
  font-size: 130%;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: 0 0 15px;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
  font-size: 148.6%;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 17px;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #666666;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
  line-height: 137%;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.reset dd,
.remind dd {
  margin: 0;
}
div.contact {
  overflow: hidden;
}
div.contact .panel-left {
  padding-right: 25px;
}
div.contact .panel-form .button i {
  margin: -3px 0 0 5px;
  border-color: #fff;
  background: url("../images/white-arrow-right.png") no-repeat scroll 3px 4px;
}
div.contact .contact-image {
  margin-bottom: 1em;
}
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
div.contact textarea,
div.contact input {
  width: 90%;
  border-color: #E0E0E0;
}
div.contact textarea {
  height: 145px;
  width: 97%;
  margin-bottom: 1em;
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0;
  margin-bottom: 30px;
  height: auto;
}
.module.clear {
  font-size: inherit;
  height: auto;
  line-height: normal;
  margin: 0 0 30px;
}
.module.clear h3.modtitle {
  padding: 15px 0;
  color: #686868;
}
.module.clear div.modcontent {
  padding: 0;
}
.module.clears h3.modtitle {
  padding: 15px 0;
  color: #686868;
}
.module.clears div.modcontent {
  padding: 0;
}
.module.blank {
  background: transparent;
}
.module.blank h3.modtitle {
  background: none;
  border: none;
}
.module.blank .modcontent {
  background: none;
  border: none;
}
.module.blank h3.modtitle {
  color: #595959;
  padding: 10px 10px 0;
}
.module h3.modtitle {
  font-size: 166.7%;
  color: #686868;
  margin: 0;
  padding: 9px 12px;
  font-weight: normal;
}
.module div.modcontent {
  padding: 10px;
}
.module.box1 {
  border: #e9e9e9 1px solid;
}
.module.box1 .modtitle {
  font-size: 166.7%;
  background: #f4f4f4;
  text-transform: uppercase;
  padding: 12px;
  border-bottom: #e9e9e9 1px solid;
}
.module.box1 .modcontent {
  margin: 10px;
  background-color: #fff;
}
.module.box2 {
  border: #e9e9e9 1px solid;
}
.module.box2 .modtitle {
  font-size: 166.7%;
  background: #80b601;
  text-transform: uppercase;
  padding: 12px;
  border-bottom: #e9e9e9 1px solid;
  color: #ffffff;
}
.module.box2 .modcontent {
  margin: 10px;
  background-color: #fff;
}
.module.box3 {
  border: #e9e9e9 1px solid;
  background: #f4f4f4;
}
.module.box3 .modtitle {
  font-size: 166.7%;
  background: #80b601;
  text-transform: uppercase;
  padding: 12px;
  border-bottom: #e9e9e9 1px solid;
  color: #ffffff;
}
.module.box3 .modcontent {
  margin: 10px;
}
.module.box4 {
  border: #e9e9e9 1px solid;
}
.module.box4 .modtitle {
  font-size: 166.7%;
  text-transform: uppercase;
  padding: 12px;
  border-bottom: #e9e9e9 1px solid;
}
.module.box4 .modcontent {
  margin: 10px;
  background-color: #fff;
}
.module#box2.span3 {
  margin-right: 2.5641%;
}
.module.badge-new h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 3px 0;
  background: url("../images/badge.png") no-repeat 0 0;
}
.module.badge-new .modcontent {
  padding: 10px 0 0;
}
.module.badge-cool h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 3px 0;
  background: url("../images/badge.png") no-repeat 0 -20px;
}
.module.badge-cool .modcontent {
  padding: 10px 0 0;
}
.module.badge-hot h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 3px 0;
  background: url("../images/badge.png") no-repeat 0 -40px;
}
.module.badge-hot .modcontent {
  padding: 10px 0 0;
}
.module.badge-best h3.modtitle .badges {
  width: 29px;
  height: 14px;
  display: block;
  float: right;
  margin: 3px 0;
  background: url("../images/badge.png") no-repeat 0 -62px;
}
.module.badge-best .modcontent {
  padding: 10px 0 0;
}
.module.style-icon .modtitle {
  padding: 12px;
  font-size: 136.7%;
}
.module.style-icon .modtitle [class^="icon-"],
.module.style-icon .modtitle [class*=" icon-"] {
  font-size: 100%;
  display: inline-block;
}
.module._menu div.modcontent {
  padding: 0;
}
.module._menu ul.menu {
  list-style: none;
  margin: 5px 0 10px;
}
.module._menu ul.menu > li {
  padding: 5px 15px;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
.module._menu ul.menu > li:last-child {
  border: none;
}
.module._menu ul.menu > li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../images/green/list-disc.png) no-repeat 0 0;
  float: left;
  margin: 9px 9px 0 0;
}
.module._menu ul.menu > li > a {
  color: #686868;
  display: block;
}
.module._menu ul.menu > li > a:hover {
  color: #666666;
}
.module._menu ul.menu > li [class^="icon-"],
.module._menu ul.menu > li [class*=" icon-"] {
  display: inline-block;
  font-family: "arial";
}
.module._menu ul.menu > li [class^="icon-"]:before,
.module._menu ul.menu > li [class*=" icon-"]:before {
  display: none;
}
.module._menu ul.menu > li:hover,
.module._menu ul.menu > li.active {
  background-color: #f8f8f8;
}
.module._menu ul.menu > li:hover:before,
.module._menu ul.menu > li.active:before {
  background-position: 0 -43px;
}
.module._menu ul.menu > li:hover a,
.module._menu ul.menu > li.active a {
  color: #666666;
}
.module._menu ul.menu > li.deeper {
  background: transparent;
  border: none;
}
.module._menu ul.menu > li.deeper:before {
  color: #666666;
}
.module._menu ul.menu > li.deeper > a {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul {
  list-style: none;
  margin: 0 0 0 13px;
}
.module._menu ul.menu > li.deeper ul li {
  margin-bottom: 3px;
}
.module._menu ul.menu > li.deeper ul li:hover {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li:hover:before {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li:hover li {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li:hover li:hover {
  color: #80b601;
}
.module._menu ul.menu > li.deeper ul li.active:before {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li.active li {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li.active li:hover {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li.active li.active {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li.active li.active > a {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li.active li a {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li.active li a:hover {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li.active a {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li a {
  color: #686868;
}
.module._menu ul.menu > li.deeper ul li a:hover {
  color: #666666;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #686868;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
.mbottom {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
.mbottom li {
  float: left;
  display: inline-block;
  background: url(../images/list-disc.png) 0 10px no-repeat;
}
.mbottom li a {
  color: #fff;
  padding: 12px 20px 12px 27px;
}
.mbottom li a:hover {
  color: #80b601;
}
.mbottom li:first-child {
  background: none;
}
.mbottom li:last-child a {
  padding-right: 0;
}
.modlanguage {
  float: right;
  background: #80b601;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  position: relative;
}
.modlanguage .dropdown-toggle {
  position: relative;
  cursor: pointer;
  display: block;
  color: #fff;
  padding: 0 25px 0 15px;
  height: 38px;
  line-height: 38px;
}
.modlanguage .dropdown-toggle:after {
  position: absolute;
  top: 1px;
  right: 10px;
  content: '\f107';
  font-family: FontAwesome;
}
.modlanguage .dropdown-toggle .caret {
  display: none;
}
.modlanguage .dropdown-menu {
  padding: 5px 0;
  width: 101px !important;
  min-width: 101px !important;
  box-shadow: 0 0px 5px rgba(0,0,0,0.2) !important;
  border-radius: 0 !important;
  left: auto;
  right: 0;
}
.modlanguage .dropdown-menu li {
  direction: ltr;
  margin-left: 0;
  margin-right: 0;
}
.modlanguage .dropdown-menu li a {
  color: #666666;
}
.modlanguage .dropdown-menu li a:hover {
  background: #80b601;
  color: #fff;
}
.myaccount {
  margin: 0;
  padding: 0;
  list-style: none;
}
.myaccount li {
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  display: inline-block;
}
.myaccount li #login-form {
  box-shadow: 0 0px 5px rgba(0,0,0,0.2) !important;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0;
  margin-top: -1px;
  z-index: 1;
  left: 0;
  top: 38px;
  background: #fff;
  padding: 15px;
}
.myaccount li #login-form .add-on {
  border-radius: 0;
  background: #ababab;
  text-shadow: none;
}
.myaccount li #login-form .add-on .fa {
  margin-right: 0;
  color: #efefef;
  font-size: 13px;
}
.myaccount li #login-form .blogin {
  font-family: Questrial, serif !important;
  font-size: 16px;
  padding: 5px 10px;
}
.myaccount li #login-form .blogin i {
  margin-left: 5px;
  color: #a4e901;
}
.myaccount li #login-form .blogin:hover i {
  color: #fff;
}
.myaccount li #login-form ul.blank {
  margin: 15px -15px -15px;
}
.myaccount li #login-form ul.blank li {
  display: block;
  float: none;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.myaccount li #login-form ul.blank li a {
  height: auto;
  padding: 10px 15px;
  display: block;
  line-height: normal;
  color: #666666;
}
.myaccount li #login-form ul.blank li a:hover {
  color: #80b601;
}
.myaccount li #login-form ul.blank li:hover a {
  background: #80b601;
  color: #fff;
}
.myaccount li .dropdown-toggle,
.myaccount li .checkout {
  height: 38px;
  line-height: 38px;
  color: #666666;
  padding: 0 15px;
  display: block;
}
.myaccount li .dropdown-toggle:hover,
.myaccount li .checkout:hover {
  background: #80b601;
  color: #fff;
  cursor: pointer;
}
.myaccount li .dropdown-toggle:hover:before,
.myaccount li .checkout:hover:before {
  color: #fff;
}
.myaccount li .dropdown-toggle:before,
.myaccount li .checkout:before {
  font-family: FontAwesome4;
  margin-right: 5px;
  color: #666666;
}
.myaccount li .dropdown-toggle:before {
  content: '\f007';
}
.myaccount li .checkout:before {
  content: '\f00c';
}
.myaccount li .modlogin:hover .dropdown-toggle {
  background: #80b601;
  color: #fff;
}
.myaccount li .modlogin:hover .dropdown-toggle:before {
  color: #fff;
}
form.demo {
  display: inline-block;
  width: auto;
  float: right;
  margin: 0 5px;
  height: 38px;
  line-height: 38px;
}
form.demo .vm-chzn {
  display: block;
  margin: 0;
}
form.demo .vm-chzn select.inputbox {
  display: none;
}
form.demo .vm-chzn .inputbox {
  float: left;
  display: inline-block;
  width: auto !important;
}
form.demo .vm-chzn .inputbox button {
  border: none;
  position: relative;
  background: #80b601;
  text-shadow: none;
  box-shadow: none;
  height: 38px;
  line-height: 38px;
  color: white;
}
form.demo .vm-chzn .inputbox button:after {
  position: absolute;
  top: 1px;
  right: 10px;
  content: '\f107';
  font-family: FontAwesome;
}
form.demo .vm-chzn .inputbox button .filter-option {
  margin: -4px 0 0;
  padding: 0;
  font-size: 12px;
}
form.demo .vm-chzn .inputbox button .caret {
  display: none;
}
form.demo .vm-chzn .dropdown-menu {
  margin-top: -1px;
}
form.demo .vm-chzn .dropdown-menu.open {
  box-shadow: 0 0px 5px rgba(0,0,0,0.2) !important;
  border-radius: 0 !important;
  left: auto;
  right: 0;
}
form.demo .vm-chzn .dropdown-menu ul.dropdown-menu li a {
  color: #666666;
}
form.demo .vm-chzn .dropdown-menu ul.dropdown-menu li a:hover {
  background: #80b601;
  color: #fff;
}
.bannerc {
  position: relative;
  display: block;
  overflow: hidden;
}
.bannerc .banner-overlay {
  -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;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: rgba(255,255,255,0.3) 10px solid;
}
.bannerc img {
  -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;
}
.bannerc:hover .banner-overlay {
  -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;
}
.bannerc:hover img {
  -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;
  transform: scale(1.1);
}
.bannerhome {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}
.acymailing_module div {
  float: left;
  width: 100%;
  height: 37px;
}
.acymailing_module div table.acymailing_form {
  width: 60%;
  float: left;
}
.acymailing_module div table.acymailing_form .acyfield_email {
  background: #fff;
  min-height: 37px;
  padding: 0;
  display: block;
}
.acymailing_module div table.acymailing_form .acyfield_email i {
  float: left;
  display: inline-block;
  margin: 10px 0px 10px 10px;
}
.acymailing_module div table.acymailing_form .acyfield_email i:before {
  color: #c8c8c8;
}
.acymailing_module div table.acymailing_form .acyfield_email .inputbox {
  width: 85% !important;
  margin: 2px;
  border: none;
  background: none !important;
  background-image: none !important;
  color: #c8c8c8;
  padding-top: 6px;
}
.acymailing_module div table.acymailing_form .acyfield_email .inputbox:focus {
  box-shadow: none !important;
}
.acymailing_module div table.acymailing_form .acysubbuttons {
  width: 50px;
  margin-top: -1px;
}
.acymailing_module div table.acymailing_form .acysubbuttons .subbutton {
  position: relative;
  min-height: 37px;
  min-width: 40px;
  background: #fff;
  border: none;
  text-shadow: none !important;
  margin-top: -1px;
}
.acymailing_module div table.acymailing_form .acysubbuttons .subbutton i {
  position: absolute;
  top: 11px;
  left: 15px;
}
.acymailing_module div table.acymailing_form .acysubbuttons .subbutton i:before {
  font-size: 27px;
  font-weight: bold;
  color: #c8c8c8;
}
.acymailing_module div table.acymailing_form .acysubbuttons .subbutton:hover {
  background: #80b601;
}
.acymailing_module div table.acymailing_form .acysubbuttons .subbutton:hover i:before {
  color: #fff;
}
.btotop {
  position: relative;
  text-align: center;
  height: 1px;
  border-bottom: #c8c8c8 1px solid;
}
.btotop .backtotop {
  display: none;
}
.btotop .backtotop.backtotop-ex {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: #c8c8c8 5px solid;
  bottom: 26px;
  left: 50%;
  margin-left: -30px;
  text-indent: -9999em;
  background: #666666 url(../images/bg-backtotop.png) 0 0 no-repeat;
}
.btotop .backtotop.backtotop-ex:hover {
  background: #80b601 url(../images/bg-backtotop.png) 0 -50px no-repeat;
}
.backtotop {
  display: none;
}
.cssocial {
  display: inline-block;
  margin-bottom: 0 !important;
  margin: 45px 20px 0 !important;
}
.cssocial .block-links-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: #e9e9e9 1px solid;
  display: block;
  overflow: hidden;
}
.cssocial .block-links-social ul li {
  float: left;
  display: inline-block;
  border-left: #e9e9e9 1px solid;
  margin: 0;
  padding: 0;
}
.cssocial .block-links-social ul li:first-child {
  border-left: 0;
}
.cssocial .block-links-social ul li a {
  margin: 0;
  padding: 0;
  display: block;
  width: 48px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #b2b2b2;
}
.cssocial .block-links-social ul li a:before {
  margin-left: 5px;
}
.cssocial .block-links-social ul li a.icon-facebook:hover {
  background: #3b5998;
  color: #fff;
}
.cssocial .block-links-social ul li a.icon-twitter:hover {
  background: #00aced;
  color: #fff;
}
.cssocial .block-links-social ul li a.icon-google-plus:hover {
  background: #dd4b39;
  color: #fff;
}
.cssocial .block-links-social ul li a.icon-linkedin:hover {
  background: #007bb6;
  color: #fff;
}
.bannerleft {
  border: #e9e9e9 1px solid;
  padding: 10px 0;
}
.bannerleft .wrap {
  border: #e9e9e9 1px solid;
  margin: -7px 3px;
}
.bannerleft #yt-slider-carousel {
  margin-bottom: 0;
}
.bannerleft .carousel-inner .item {
  text-align: center;
  color: #909090;
  background: #fff;
  padding-top: 20px;
}
.bannerleft .carousel-inner .item p {
  text-align: center;
  color: #909090;
  line-height: 18px;
}
.bannerleft .carousel-inner .item .title1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #80b601;
  font-size: 34px;
  line-height: normal;
}
.bannerleft .carousel-inner .item .title2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
  margin: 5px 0;
  line-height: normal;
}
.bannerleft .carousel-inner .item .title3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
  margin: 5px 0;
  line-height: normal;
}
.bannerleft .carousel-control {
  display: none !important;
}
.bannerleft .yt-extra-carousel {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
.bannerleft .yt-extra-carousel .carousel-indicators {
  bottom: 0px;
  top: auto;
  width: 60%;
  margin-right: -30%;
  text-align: center;
}
.bannerleft .yt-extra-carousel .carousel-indicators li {
  background: #d7d7d5;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  float: none;
  cursor: pointer;
  border-radius: 100% !important;
  overflow: hidden;
}
.bannerleft .yt-extra-carousel .carousel-indicators li.active {
  display: inline-block;
  background: #80b601;
}
.abouthome h3.modtitle {
  height: 30px;
  line-height: 30px;
  text-transform: none;
  border-left: #80b601 5px solid;
  padding: 0 0 0 10px !important;
  margin-bottom: 15px !important;
  font-size: 24px;
  display: block;
}
#bottom6 ul.menu li,
#bottom7 ul.menu li,
#bottom8 ul.menu li,
#bottom9 ul.menu li {
  font-size: 12px;
  color: #666666;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  margin-bottom: 2px;
}
#bottom6 ul.menu li a,
#bottom6 ul.menu li span,
#bottom7 ul.menu li a,
#bottom7 ul.menu li span,
#bottom8 ul.menu li a,
#bottom8 ul.menu li span,
#bottom9 ul.menu li a,
#bottom9 ul.menu li span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  color: #666666;
  width: 100%;
}
#bottom6 ul.menu li a span.time,
#bottom6 ul.menu li span span.time,
#bottom7 ul.menu li a span.time,
#bottom7 ul.menu li span span.time,
#bottom8 ul.menu li a span.time,
#bottom8 ul.menu li span span.time,
#bottom9 ul.menu li a span.time,
#bottom9 ul.menu li span span.time {
  float: right;
  display: inline-block;
  width: auto;
  background: #fff;
}
#bottom6 ul.menu li a span.day,
#bottom6 ul.menu li span span.day,
#bottom7 ul.menu li a span.day,
#bottom7 ul.menu li span span.day,
#bottom8 ul.menu li a span.day,
#bottom8 ul.menu li span span.day,
#bottom9 ul.menu li a span.day,
#bottom9 ul.menu li span span.day {
  display: inline-block;
  background: #fff;
  float: left;
  width: auto;
}
#bottom6 ul.menu li:hover,
#bottom7 ul.menu li:hover,
#bottom8 ul.menu li:hover,
#bottom9 ul.menu li:hover {
  font-size: 21px;
  color: #80b601;
}
#bottom6 ul.menu li:hover a,
#bottom7 ul.menu li:hover a,
#bottom8 ul.menu li:hover a,
#bottom9 ul.menu li:hover a {
  color: #80b601;
}
#bottom6 ul.menu2 li:hover,
#bottom7 ul.menu2 li:hover,
#bottom8 ul.menu2 li:hover,
#bottom9 ul.menu2 li:hover {
  font-size: 12px;
  color: #666666;
}
#bottom6 ul.menu2 li:hover a,
#bottom7 ul.menu2 li:hover a,
#bottom8 ul.menu2 li:hover a,
#bottom9 ul.menu2 li:hover a {
  color: #80b601;
}
#bottom6 ul.menuontime li,
#bottom7 ul.menuontime li,
#bottom8 ul.menuontime li,
#bottom9 ul.menuontime li {
  position: relative;
  padding-bottom: 0;
  clear: both;
}
#bottom6 ul.menuontime li .day,
#bottom6 ul.menuontime li .time,
#bottom7 ul.menuontime li .day,
#bottom7 ul.menuontime li .time,
#bottom8 ul.menuontime li .day,
#bottom8 ul.menuontime li .time,
#bottom9 ul.menuontime li .day,
#bottom9 ul.menuontime li .time {
  background: none repeat scroll 0 0 #fff;
  display: inline-block;
  float: left;
  width: auto;
  position: relative;
}
#bottom6 ul.menuontime li .day,
#bottom7 ul.menuontime li .day,
#bottom8 ul.menuontime li .day,
#bottom9 ul.menuontime li .day {
  float: left;
  padding-right: 5px;
}
#bottom6 ul.menuontime li .time,
#bottom7 ul.menuontime li .time,
#bottom8 ul.menuontime li .time,
#bottom9 ul.menuontime li .time {
  float: right;
  padding-left: 5px;
}
#bottom6 ul.menuontime li:after,
#bottom7 ul.menuontime li:after,
#bottom8 ul.menuontime li:after,
#bottom9 ul.menuontime li:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background: #666;
  z-index: -1;
  position: absolute;
  top: 15px;
}
.partner .item {
  width: 16.75% !important;
  margin: 0 -1px 0 0 !important;
}
.partner .item .item-info {
  margin: 0 !important;
  border: #dddddd 1px solid;
}
.partner .item .item-info p {
  margin: 0 !important;
}
.partner .item .item-info p a:hover img {
  opacity: 0.6;
}
.partner .container-slider .page-button {
  left: -20px !important;
  right: -20px !important;
}
.partner .container-slider .page-button .preview,
.partner .container-slider .page-button .next {
  top: 38% !important;
  height: 27px !important;
  width: 27px !important;
  border: #ddd 1px solid !important;
  background: #fff url(../images/arrow-partner.png) no-repeat !important;
  opacity: 1 !important;
  background-position: 0 0;
}
.partner .container-slider .page-button .preview:hover,
.partner .container-slider .page-button .next:hover {
  background: #80b601 url(../images/arrow-partner.png) no-repeat !important;
  background-position: 0 -27px !important;
}
.partner .container-slider .page-button .preview:hover .next,
.partner .container-slider .page-button .next:hover .next {
  background-position: -27px -27px !important;
}
.partner .container-slider .page-button .next {
  background-position: -27px 0 !important;
}
.partner .container-slider .page-button .next:hover {
  background-position: -27px -27px !important;
}
.sj-minicart-pro {
  display: inline-block;
  float: right;
}
.sj-minicart-pro .mc-wrap {
  background: #80b601;
  height: 38px;
  line-height: 38px !important;
}
.sj-minicart-pro .mc-wrap .mc-header-title {
  font-weight: bold !important;
}
.sj-minicart-pro .mc-wrap .mc-header {
  color: #fff;
  padding: 0 15px;
  margin: 0;
}
.sj-minicart-pro .mc-wrap .mc-header a {
  color: white;
  display: inline-block;
}
.sj-minicart-pro .mc-wrap .mc-header a .mc-totalproduct {
  display: inline-block;
}
.sj-minicart-pro .mc-wrap .mc-header .mc-total {
  display: inline-block;
}
.sj-minicart-pro .mc-wrap .mc-header .mc-total strong {
  display: inline-block;
}
.sj-minicart-pro .mc-wrap .mc-content {
  left: auto;
  right: 0;
}
.sj-minicart-pro .mc-wrap .mc-content .label {
  color: #000;
  text-shadow: none;
}
.sj-minicart-pro .mc-wrap .mc-content .attr-price .value {
  color: #f48f00 !important;
}
.sj-minicart-pro .mc-wrap .mc-content .attr-name span.value a:hover {
  color: #80b601 !important;
}
.sj-minicart-pro .mc-wrap .mc-product:last-child .mc-product-inner {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.sj-minicart-pro .mc-wrap .mc-footer {
  margin: 0;
  padding: 0;
  height: 28px;
  line-height: 30px;
  font-size: 14px;
}
.sj-minicart-pro .mc-wrap .mc-footer .mc-gotocart {
  padding: 5px 10px !important;
  background: #80b601 !important;
  color: white;
}
.sj-minicart-pro .mc-wrap .mc-footer .mc-gotocart:hover {
  background: #666666 !important;
}
.sj-minicart-pro .mc-wrap .mc-footer .mc-totalprice-footer {
  display: inline-block;
  margin: -3px 0 0 0 !important;
}
.sj-minicart-pro .mc-wrap .mc-footer .mc-totalprice-footer strong {
  color: #f48f00 !important;
  font-weight: bold;
}
.flatvm .modcontent {
  padding-top: 0 !important;
}
.flatvm .pretext,
.flatvm .posttext {
  display: none;
}
.flatvm ul.accordion-menu {
  border: #e9e9e9 1px solid;
  background: #fff;
}
.flatvm ul.accordion-menu li {
  border-bottom: #e9e9e9 1px solid;
  background: #fff;
  padding: 0;
  font-family: Questrial, serif;
  font-size: 18px;
}
.flatvm ul.accordion-menu li.fm-opened .fm-container {
  display: block;
}
.flatvm ul.accordion-menu li .fm-item {
  padding: 10px;
  background: #f4f4f4;
}
.flatvm ul.accordion-menu li .fm-item .fm-button {
  border: #e9e9e9 1px solid;
  background: url(../images/control-jflatmenu.gif) 0 -18px no-repeat;
  right: 10px;
  width: 18px;
}
.flatvm ul.accordion-menu li .fm-item .fm-link a {
  color: #666666;
  text-transform: uppercase;
  font-weight: 200;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.flatvm ul.accordion-menu li .fm-item:hover {
  background: #80b601;
}
.flatvm ul.accordion-menu li .fm-item:hover .fm-link a {
  color: #ffffff;
}
.flatvm ul.accordion-menu li .fm-container {
  background: #ffffff;
  margin: 10px 0;
}
.flatvm ul.accordion-menu li .fm-container ul {
  list-style: none;
}
.flatvm ul.accordion-menu li .fm-container ul li {
  border: none;
}
.flatvm ul.accordion-menu li .fm-container ul li .fm-item {
  padding: 0;
  background: none;
}
.flatvm ul.accordion-menu li .fm-container ul li .fm-item a {
  background: url(../images/li-flatmenu.gif) 10px 10px no-repeat;
  font-family: Arial, serif;
  font-size: 12px;
  text-transform: none;
}
.flatvm ul.accordion-menu li.fm-opened .fm-item {
  border-bottom: 0;
  background: #80b601;
}
.flatvm ul.accordion-menu li.fm-opened .fm-item .fm-link a {
  color: #ffffff;
}
.flatvm ul.accordion-menu li.fm-opened .fm-item .fm-button {
  background: url(../images/control-jflatmenu.gif) 0 0 no-repeat;
}
.flatvm ul.accordion-menu li.fm-opened .fm-container .fm-item {
  padding: 2px 0;
}
.flatvm ul.accordion-menu li.fm-opened .fm-container .fm-link a {
  color: #666666;
}
.flatvm ul.accordion-menu li.fm-opened .fm-container .fm-link a:hover {
  color: #80b601;
}
.flatvm ul.accordion-menu li.fm-opened .fm-container .fm-button {
  display: none;
}
.flatvm ul.accordion-menu li:last-child {
  border-bottom: 0;
}
.exnews {
  margin: 0;
  padding: 0;
}
.exnews .sj-extraslider {
  margin: 0;
  padding: 0;
  border: #e9e9e9 1px solid;
}
.exnews .sj-extraslider .extraslider-header {
  background: #f4f4f4;
  border-bottom: #e9e9e9 1px solid;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 15px 10px;
}
.exnews .sj-extraslider .extraslider-header .heading-title {
  font-family: Questrial, serif;
  font-size: 18px;
  font-weight: 200;
  padding: 0;
  margin: 0;
}
.exnews .sj-extraslider .extraslider-header .extraslider-control {
  height: 18px;
  padding: 0;
  margin-top: -5px;
}
.exnews .sj-extraslider .extraslider-header .extraslider-control .button-prev,
.exnews .sj-extraslider .extraslider-header .extraslider-control .button-next {
  color: #c8c8c8;
  background: #fff;
  border: #e9e9e9 1px solid;
  width: 24px;
  height: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0 2px;
}
.exnews .sj-extraslider .extraslider-header .extraslider-control .button-prev .fa,
.exnews .sj-extraslider .extraslider-header .extraslider-control .button-next .fa {
  margin-right: 0;
  font-weight: bold;
  font-size: 18px;
}
.exnews .sj-extraslider .extraslider-header .extraslider-control .button-prev:hover,
.exnews .sj-extraslider .extraslider-header .extraslider-control .button-next:hover {
  background: #80b601;
  color: #fff;
  border-color: #80b601;
}
.exnews .sj-extraslider .extraslider-inner {
  border: none;
  margin-top: 5px;
}
.exnews .sj-extraslider .extraslider-inner .line {
  border: 0;
  padding: 10px 0;
  border-bottom: #e9e9e9 1px dotted;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap .item-image {
  display: none;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap .item-info {
  background: none !important;
  color: #666666;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap .item-info .item-title {
  font-family: Questrial, serif;
  font-size: 16px;
  font-weight: 200;
  line-height: normal;
  padding: 0 10px;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap .item-info .item-title a {
  color: #666666;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap .item-info .item-title .create {
  font-weight: normal;
  font-size: 11px;
  font-family: arial, serif;
  display: block;
  padding: 5px 0;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap .item-info .item-content {
  margin: 0 10px !important;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap .item-info .item-content .item-description {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap:hover .item-image {
  border: #80b601 5px solid;
  width: 90px !important;
  height: 63px !important;
}
.exnews .sj-extraslider .extraslider-inner .line .item-wrap:hover .item-title a {
  color: #80b601;
}
.exnews .sj-extraslider .extraslider-inner .line:last-child {
  border-bottom: none;
}
.exnewshome .sj-extraslider {
  border: 0;
}
.exnewshome .sj-extraslider .extraslider-header {
  background: none;
  border: none;
  padding: 2px 0;
  margin-top: -2px;
}
.exnewshome .sj-extraslider .extraslider-header .heading-title {
  padding: 0px 0px 0px 10px;
  border-left: 5px solid #80b601;
  color: #686868;
  text-transform: none;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
}
.exnewshome .sj-extraslider .extraslider-header .extraslider-control {
  margin-top: 0;
}
.exnewshome .sj-extraslider .extraslider-header .extraslider-control .button-prev,
.exnewshome .sj-extraslider .extraslider-header .extraslider-control .button-next {
  margin: 0;
  line-height: 28px;
}
.exnewshome .sj-extraslider .extraslider-header .extraslider-control .button-prev {
  margin: 0 -1px;
}
.exnewshome .sj-extraslider .extraslider-inner .item .line .item-wrap {
  padding-bottom: 0 !important;
}
.exnewshome .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image {
  display: inline-block;
  float: left;
  width: 100px;
  height: 73px;
  margin: 0 25px 0 0;
}
.exnewshome .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info {
  display: inline-block;
  float: left;
  width: 70%;
  position: relative;
}
.exnewshome .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .create i {
  display: none;
}
.dynamicslideshow-container {
  margin: 0 !important;
}
.dynamicslideshow-container .short-des {
  color: #686868;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  position: relative;
  white-space: normal;
  width: 344px;
}
.dynamicslideshow-container .title {
  font-size: 30px;
  color: #80b601 !important;
}
.dynamicslideshow-container .btn-atc {
  background: #80b601;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 32px;
  padding: 0 40px 0 15px;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.dynamicslideshow-container .btn-atc:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  height: 26px;
  position: absolute;
  right: 2px;
  top: 0;
  width: 26px;
}
.dynamicslideshow-container .btn-atc:hover {
  background: #666666;
  color: #fff;
}
.dynamicslideshow-container .sale {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: block;
  padding-top: 20px;
  background: url(../images/bg-sale2.png) no-repeat;
  font-size: 32px;
  color: #fff;
  white-space: normal;
  font-weight: bold;
}
.dynamicslideshow-container .sale p {
  line-height: 25px;
}
.dynamicslideshow-container .sale p small {
  font-size: 18px;
}
.dynamicslideshow-container .tp-bullets {
  left: 6.5% !important;
}
.dynamicslideshow-container .tp-bullets .bullet {
  background: #777 !important;
  width: 17px !important;
  height: 15px !important;
  margin: 0 6px !important;
}
.dynamicslideshow-container .tp-bullets .bullet.selected,
.dynamicslideshow-container .tp-bullets .bullet:hover {
  background: #80b601 !important;
  position: relative;
}
.dynamicslideshow-container .tp-bullets .bullet.selected:before,
.dynamicslideshow-container .tp-bullets .bullet:hover:before {
  content: '';
  width: 13px;
  height: 11px;
  border: #fff 1px solid;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
}
.dynamicslideshow-container .tp-leftarrow,
.dynamicslideshow-container .tp-rightarrow {
  width: 52px !important;
  height: 52px !important;
  background: #777777 url(../images/arrow-dynamicslide.png) no-repeat !important;
}
.dynamicslideshow-container .tp-leftarrow:hover,
.dynamicslideshow-container .tp-rightarrow:hover {
  background: #80b601 url(../images/arrow-dynamicslide.png) no-repeat !important;
}
.dynamicslideshow-container .tp-leftarrow {
  left: 0 !important;
}
.dynamicslideshow-container .tp-rightarrow {
  right: 0 !important;
  background-position: -52px 0 !important;
}
.dynamicslideshow-container .tp-rightarrow:hover {
  background-position: -52px 0 !important;
}
.layout-boxed .tp-bullets {
  left: 0 !important;
}
.vmreslisting {
  margin: 0 -10px;
}
.vmreslisting .sj-responsive-listing .respl-header {
  margin: 0 8px 20px;
}
.vmreslisting .sj-responsive-listing .respl-header .respl-categories .respl-group .respl-option .respl-cat .respl-count {
  background: #777777;
  padding: 10px 15px;
  margin: 0 2px;
  border: none;
  font-size: 16px;
  font-family: questrial, serif;
  color: #fff;
}
.vmreslisting .sj-responsive-listing .respl-header .respl-categories .respl-group .respl-option .respl-cat .respl-count:hover {
  background: #80b601;
}
.vmreslisting .sj-responsive-listing .respl-header .respl-categories .respl-group .respl-option .respl-cat.sel .respl-count {
  background: #80b601;
  border: none;
  border-radius: 0;
  text-shadow: none;
  padding: 10px 15px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item {
  width: 24.950%;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner {
  border: #ddd 1px solid;
  margin: 0 10px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image {
  border: none;
  border-bottom: #ddd 1px solid;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .item-status {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  right: 0;
  padding: 10px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .item-status .item-new {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/green/bg-new.png) no-repeat;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .item-status .item-sale {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/bg-sale.png) no-repeat;
  float: right;
  vertical-align: top;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product-back {
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 230px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product-back .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -50px 0 0;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product-back .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 10px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product-back .hover-links a.hover-zoom {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  display: block;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product-back .hover-links a.hover-link {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product-back .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .wrap-img {
  height: 230px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .wrap-img img {
  -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;
  height: 100%;
  width: auto;
  float: none;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-title {
  margin-top: 1px;
  margin-bottom: 6px;
  border-top: #ddd 1px solid;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-title a {
  font-family: questrial, serif;
  padding: 10px;
  font-size: 18px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-title a:hover {
  text-decoration: none;
  color: #80b601;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating {
  width: auto;
  padding: 2px 10px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating span.vote {
  color: #666666;
  font-size: 100%;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating .title-vote {
  padding: 0 15px;
  display: inline-block;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../images/store/vm2-sprite.png") no-repeat 0 0;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-price {
  font-family: arial, serif;
  padding: 0px 10px;
  margin: 0;
  margin: 2px 0;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .item-price .PricesalesPrice {
  font-size: 17px;
  color: #f48f00;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product {
  margin-bottom: 10px;
  clear: both;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar {
  padding: 3px 10px;
  position: relative;
  bottom: 0;
  left: inherit;
  right: inherit;
  text-align: left;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button {
  margin: 0;
  width: auto;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button {
  width: auto;
  background: #666666 url(../images/shoping-cart.png) no-repeat 10px 9px;
  color: #fff;
  padding: 0px 10px 0px 35px;
  min-height: 32px;
  font-family: questrial, sans-serif;
  border: none;
  border-radius: 0;
  -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;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner .product .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #80b601 url(../images/shoping-cart.png) no-repeat 10px 9px !important;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner:hover .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner:hover .product-back .hover-links a.hover-zoom,
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner:hover .product-back .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner:hover .product-back .hover-links a.hover-zoom:hover,
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner:hover .product-back .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.vmreslisting .sj-responsive-listing .respl-items .respl-item .item-inner:hover .wrap-img img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.06) translate(-10px);
  -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;
}
.vmreslisting .sj-responsive-listing .respl-btnex {
  width: 170px;
  display: block;
  margin: 15px auto 0;
  background: #777777;
}
.vmreslisting .sj-responsive-listing .respl-btnex a {
  font-family: questrial, serif;
  padding: 10px;
  font-size: 18px;
}
.vmreslisting .sj-responsive-listing .respl-btnex .respl-button {
  margin: 0;
  padding: 0;
}
.vmreslisting .sj-responsive-listing .respl-btnex .loader-image {
  background: none;
  color: #fff;
  padding: 0;
  margin: 0 5px 0 0;
}
.vmreslisting .sj-responsive-listing .respl-btnex .loader-label {
  color: #fff;
  font-weight: 200;
}
.vmreslisting .sj-responsive-listing .respl-btnex:hover {
  background: #80b601;
}
.vmproductsmega {
  height: auto !important;
  line-height: normal !important;
}
#sj_quickview .productdetail-content .span4 {
  width: 370px;
}
#sj_quickview .productdetail-content .span5 {
  width: 55%;
}
#sj_quickview .productdetail-content .span5 span.addtocart-button {
  padding: 0 !important;
}
#sj_quickview .productdetail-content .span5 .quantity-input {
  width: 24px;
  height: 24px;
  border-radius: 0;
}
#sj_quickview .productdetail-content .span5 .quantity-controls {
  margin: 0 !important;
  border: none !important;
}
#sj_quickview .productdetail-content .span5 .quantity-controls .quantity-minus {
  margin: 0 10px !important;
}
#sj_quickview .productdetail-content .span3,
#sj_quickview .productdetail-content .product-related-products {
  display: none !important;
}
#sj_quickview .productdetail-content ul.nav-tabs {
  margin-top: 20px;
}
.vmproducts h3.modtitle {
  padding: 8px 10px !important;
  margin: 0 0 -1px;
  text-transform: uppercase;
  background: #f4f4f4 !important;
  border: #e9e9e9 1px solid !important;
  font-family: Questrial, serif;
  font-size: 18px;
}
.vmproducts div.modcontent {
  padding: 0;
}
.vmproducts .spacer {
  padding: 15px 0;
}
.vmproducts .spacer a {
  float: left;
  width: 85px;
  height: 85px;
  display: inline-block;
  overflow: hidden;
}
.vmproducts .spacer a img {
  width: auto;
  height: 100%;
  -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;
}
.vmproducts .spacer a img:hover {
  -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;
  transform: scale(1.1);
}
.vmproducts .spacer .ProductContent {
  margin-left: 10px;
  line-height: normal;
  float: left;
  display: inline-block;
  width: 60%;
}
.vmproducts .spacer .ProductContent .TitleProduct {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: Questrial, serif;
  font-size: 16px;
  font-weight: 200;
  color: #666666;
}
.vmproducts .spacer .ProductContent .TitleProduct:hover {
  color: #80b601;
}
.vmproducts .spacer .ProductContent .PricesalesPrice {
  text-align: left;
  margin: 5px 0;
}
.vmproducts .spacer .ProductContent .PricesalesPrice span.PricesalesPrice {
  font-size: 14px;
  color: #f48f00;
}
.vmproducts .spacer .ProductContent .vote-rating {
  text-align: left;
  width: 100%;
  z-index: 3;
}
.vmproducts .spacer .ProductContent .vote-rating span.vote {
  color: #666666;
  font-size: 100%;
  float: none;
  margin-left: 0;
}
.vmproducts .spacer .ProductContent .vote-rating span.vote .title-vote {
  display: block;
}
.vmproducts .spacer .ProductContent .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../images/store/vm2-sprite.png") no-repeat 0 0;
}
.vmproducts .spacer .ProductContent .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.vmproducts .spacer .ProductContent .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.vmproducts .spacer .ProductContent .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.vmproducts .spacer .ProductContent .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.vmproducts .spacer .ProductContent .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.vmproducts .vmgroup {
  border: #e9e9e9 1px solid;
}
.vmproducts .vmgroup .wrapproduct {
  border-top: #e9e9e9 1px dotted;
  margin-bottom: -1px;
}
.vmproducts .vmgroup .wrapproduct:first-child {
  border-top: none;
}
.vmproducts .vmgroup .wrapproduct:hover .TitleProduct {
  color: #80b601;
}
.vmproductsmega .wrapproduct {
  border-top: #c9c9c9 1px dashed;
}
.vmproductsmega .wrapproduct .ProductContent {
  line-height: normal;
}
.vmproductsmega .wrapproduct .ProductContent .TitleProduct {
  overflow: inherit;
  height: inherit;
  float: none;
}
.vmproductsmega .wrapproduct .ProductContent .PricesalesPrice {
  margin: 5px 0;
}
.vmproductsmega .wrapproduct .ProductContent .vote-rating {
  font-size: 12px;
}
.vmproductsmega .wrapproduct .ProductContent .vote {
  float: none;
  margin-left: 0;
}
.vmproductsmega .wrapproduct:first-child,
.vmproductsmega .wrapproduct:last-child {
  border-top: none;
}
.vmproductsmega2 .wrapproduct .width50 {
  margin-right: 15px;
  width: 48%;
  overflow: hidden;
}
.vmproductsmega2 .wrapproduct .width50 .spacer {
  padding: 0;
  border: #e9e9e9 1px solid;
  overflow: hidden;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img {
  position: relative;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img img {
  transition: all 0.6s ease-in-out 0s;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img .product-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 220px;
  z-index: 1;
  display: block;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #737373;
  background-color: rgba(102,102,102,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img .product-back .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -50px 0 0;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img .product-back .hover-links a {
  width: 32px;
  height: 32px;
  line-height: normal;
  text-align: center;
  margin: 0 10px;
  float: left;
  padding: 7px;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img .product-back .hover-links a.hover-zoom {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  display: block;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img .product-back .hover-links a.hover-link {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img .product-back .hover-links a i {
  margin: 0 0 0 -2px;
  font-size: 16px;
  color: white;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img:hover .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img:hover .product-back .hover-links a.hover-zoom,
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img:hover .product-back .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img:hover .product-back .hover-links a.hover-zoom:hover,
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img:hover .product-back .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .product-img:hover img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.1);
  transition: all 0.6s ease-in-out 0s;
}
.vmproductsmega2 .wrapproduct .width50 .spacer a {
  width: 100%;
  height: 203px;
  display: block;
  text-align: center;
  border-bottom: #e9e9e9 1px solid;
  padding: 10px;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .ProductContent {
  padding: 5px 10px;
  line-height: normal;
  margin: 1px 0 0;
  border-top: #e9e9e9 1px solid;
  width: 100%;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .ProductContent .vote {
  float: none;
  margin-left: 0;
}
.vmproductsmega2 .wrapproduct .width50 .spacer .ProductContent a {
  width: 100%;
  height: auto;
  padding: 0;
  border-bottom: none;
  text-align: left;
}
.vmproductsmega2 .wrapproduct .width50:last-child {
  margin-right: 0;
}
.vmsearch {
  display: inline-block;
  width: 60%;
  margin-bottom: 0 !important;
  float: right;
  margin-top: 45px !important;
}
.vmsearch .modcontent {
  padding: 0 !important;
  text-align: right;
}
.vmsearch .modcontent form {
  margin-bottom: 0 !important;
}
.vmsearch .searchvmsearch .inputboxvmsearch {
  padding: 12px;
  width: 86%;
  color: #c8c8c8;
  margin-bottom: 0 !important;
  border-color: #e9e9e9;
}
.vmsearch .searchvmsearch .buttonvmsearch {
  width: 46px;
  height: 46px;
  background: #80b601 url(../images/icon-search.png) center center no-repeat;
}
.vmsearch .searchvmsearch .buttonvmsearch:hover {
  background: #666666 url(../images/icon-search.png) center center no-repeat;
}
.form-validate .controls select {
  display: block !important;
}
.form-validate div.chzn-container {
  display: none !important;
}
.form-validate .hasTooltip {
  display: inline-block !important;
}
.form-validate .modal-button {
  background: #999;
  color: #fff;
}
.form-validate .modal {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  margin: 0 5px;
}
.form-validate .radio input[type="radio"],
.form-validate .radio-inline input[type="radio"],
.form-validate .checkbox input[type="checkbox"],
.form-validate .checkbox-inline input[type="checkbox"] {
  margin: 5px;
}
.form-validate legend,
.form-validate .accordion-toggle {
  padding: 8px 10px;
  background: #eee;
  display: block;
}
.calendar .button {
  display: table-cell;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "FontAwesome";
  font-style: normal;
}
.icon-calendar:before {
  content: "\f073";
}
.icon-edit:before {
  content: "\f044";
}
.icon-remove:before {
  content: "\f00d";
}
.jmodedit {
  background: #777;
  color: #fff;
  height: auto !important;
  width: 40px !important;
}
.form-horizontal .controls input {
  width: auto;
}
.form-horizontal .btn-group {
  font-size: inherit;
}
.accordion-group {
  margin-bottom: 10px;
}
@media (min-resolution: .001dpcm) {
  _:-o-prefocus,
  .rtl .yt-list.type-disc li:before {
    margin: 0 10px 0 0px;
  }
  _:-o-prefocus,
  .rtl div.list-counter .item h2 {
    margin: 0 0 0 20px;
  }
  _:-o-prefocus,
  .rtl [class^="icon-"],
  .rtl [class*=" icon-"] {
    margin: 0 5px 0 0;
  }
  _:-o-prefocus,
  .rtl div.contact .panel-form .button i {
    margin: -3px 0 0 5px;
  }
  _:-o-prefocus,
  .rtl .module.badge-new h3.modtitle .badges,
  .rtl .module.badge-top h3.modtitle .badges,
  .rtl .module.badge-hot h3.modtitle .badges {
    margin: -7px 15px -7px -9px;
  }
  _:-o-prefocus,
  .row-fluid .boxSolid .colum1 {
    width: 68.465%;
  }
  _:-o-prefocus,
  div.sj-gallery.preset01-6 .sj-content .sj-items .sj-item .item-info {
    float: right;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #foo4,
  .caroufredsel_wrapper {
    height: 100px !important;
  }
}
.link {
  color: #80b601;
  text-decoration: none;
}
.link:hover {
  color: #666666;
}
.linkReverse {
  color: #666666;
}
.linkReverse:hover {
  color: #80b601;
}
.linkGray {
  color: #686868;
}
.linkGray:hover {
  color: #80b601;
}
.linkGraylighter {
  color: #909090;
}
.linkGraylighter:hover {
  color: #80b601;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right;
  display: block;
}
.align-center {
  text-align: center;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: 10px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 128.6%;
}
.thumbnail.pull-left {
  margin: 0 1em 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 1em 10px;
}
.thumbnail.clear {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.icon.pull-left {
  margin: 0 1em 0 0;
}
.icon.pull-right {
  margin: 0 0 0 1em;
}
.bgcolor2 {
  background: #ff6825;
}
.bgcolor5 {
  background: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-effect img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.img-effect .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-effect .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.img-effect .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.img-effect:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.img-effect:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-effect:hover .hoverLink:hover i {
  background-color: #666666;
}
#flip-scroll table {
  width: 100%;
  display: block;
}
#flip-scroll tr {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
#flip-scroll td,
#flip-scroll th {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 5px 8px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listinline li.item {
  width: 32%;
  padding: 0;
}
.listLineSolid {
  margin: 0;
}
.listLineSolid li {
  display: inline-block;
  padding: 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listLineSolid li:before {
  content: "|";
  margin: 0 10px;
  color: #909090;
  font-size: 12px;
}
.listLineSolid li:first-child:before {
  content: "";
}
.listLineSolid li a {
  color: #909090;
}
.listLineSolid li a:hover {
  color: #80b601;
}
.listunderline {
  list-style: none;
  margin: 0;
}
.listunderline li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
#filter .blur img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
}
#filter .grayScale img {
  filter: url(../images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
#filter .disgrayscale img {
  filter: url(../images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(0%);
}
.transform-style {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.backface-visibility {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.effect-1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.effect-1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -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: 0 4px;
}
.effect-1 span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.toRightFromLeft 49% {
  background-position: 50px 6px;
}
.toRightFromLeft 50% {
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: -50px 6px;
}
.toRightFromLeft 51% {
  opacity: 1;
  filter: alpha(opacity=100);
}
@-webkit-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.table_blank {
  background: transparent;
}
.table_blank h3.modtitle {
  background: none;
  border: none;
}
.table_blank .modcontent {
  background: none;
  border: none;
}
.table_clear {
  background: transparent;
}
.table_clear h3.modtitle {
  background: none;
  border: none;
}
.table_clear .modcontent {
  background: none;
  border: none;
}
.table_clear h3.modtitle {
  padding: 0;
  margin-bottom: 10px;
}
.table_clear .modcontent {
  padding: 0;
}
table.calendar {
  width: 100%;
}
table.calendar tr td {
  padding: 4px;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
  background-color: #80b601;
  border: none;
  color: #fff;
  text-align: center;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  font-size: 14px;
}
table.calendar tr td.calendarCurrentMonth {
  font-size: 130%;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
  color: #fff;
}
table.calendar tr td.calendarToday {
  background: #80b601;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.rtl .align-right {
  text-align: left;
}
.rtl .align-left {
  text-align: right;
}
.rtl .pull-left[class^="icon-"],
.rtl .pull-left[class*=" icon-"] {
  margin: 0 0 0 10px;
}
.rtl .thumbnail.pull-left {
  margin: 0 0 10px 1em;
}
.rtl .thumbnail.pull-right {
  margin: 0 1em 10px 0;
}
.rtl .borderRound {
  margin: 10px 0 10px 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
}
h1 {
  font-size: 200%;
  line-height: 185%;
}
h2 {
  font-size: 160%;
  line-height: 160%;
}
h3 {
  font-size: 138.5%;
  line-height: 140%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: 200;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
a {
  -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;
}
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: 200;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 200;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
.text-success {
  color: #468847;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  margin-right: -1px;
  margin-top: -1px;
  position: relative;
  padding: 0;
  position: relative;
  z-index: 200;
  border: #ebebeb 1px solid;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  margin: 0;
  padding: 12px 15px;
  color: #909090;
  font-size: 128.6%;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-family: questrial, serif;
}
#yt_menuposition ul.navi > li.level1 > .item-link i {
  font-size: 16px;
  width: auto;
  display: inline-block;
}
#yt_menuposition ul.navi > li.level1 > .item-link i.icon-home {
  font-size: 18px;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-title {
  line-height: 100%;
  display: block;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-desc {
  display: block;
  font-size: 11px;
  color: #999;
  line-height: 100%;
  font-family: ;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc {
  line-height: 19px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon img {
  min-width: 16px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon .menu-title {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#yt_menuposition ul.navi > li.level1:hover,
#yt_menuposition ul.navi > li.level1.hover {
  background: #80b601;
  color: #fff;
  border-top-color: #80b601;
  border-bottom-color: #80b601;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link,
#yt_menuposition ul.navi > li.level1.hover >.item-link {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link .menu-desc,
#yt_menuposition ul.navi > li.level1.hover >.item-link .menu-desc {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1.active {
  color: #fff;
  border-top-color: #80b601;
  border-bottom-color: #80b601;
}
#yt_menuposition ul.navi > li.level1.active > .item-link {
  background: #80b601;
  border: none;
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover ul.level2,
#yt_menuposition ul.navi > li.level1.hover ul.level2 {
  left: 0;
}
#yt_menuposition ul.navi > li.level1.havechild {
  position: relative;
}
#yt_menuposition ul.navi > li.level1.havechild .item-link {
  padding-right: 30px;
}
#yt_menuposition ul.navi > li.level1.havechild:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 13px;
}
#yt_menuposition ul.navi ul {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 1px 0 0;
  padding: 0;
  list-style: none;
  width: 246px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition ul.navi ul.level2 {
  background: #fff;
  box-sizing: border-box;
  border: #e2e2e2 1px solid;
  border-top: #80b601 7px solid;
}
#yt_menuposition ul.navi ul.level2:before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: -1px;
  top: -7px;
  border-left: 1px solid #80b601;
  border-right: 1px solid #80b601;
}
#yt_menuposition ul.navi ul.level2 li {
  position: relative;
  padding: 0 0 1px;
}
#yt_menuposition ul.navi ul.level2 li.first {
  border-top: none;
}
#yt_menuposition ul.navi ul.level2 li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px 6px 18px;
  color: #686868;
  font-size: 100%;
  text-transform: none;
  line-height: 22px;
  border-bottom: #c9c9c9 1px dashed;
}
#yt_menuposition ul.navi ul.level2 li .item-link:after {
  font-family: 'FontAwesome';
  color: #c9c9c9;
  content: "\f111";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.level2 li .item-link .menu-title {
  display: inline-block;
}
#yt_menuposition ul.navi ul.level2 li.havechild:after,
#yt_menuposition ul.navi ul.level2 li.havechild:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#yt_menuposition ul.navi ul.level2 li.havechild:after {
  border-color: rgba(255,255,255,0);
  border-left-color: #ccc;
  border-width: 5px;
  margin-top: -8px;
}
#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:after,
#yt_menuposition ul.navi ul.level2 li.hover:after,
#yt_menuposition ul.navi ul.level2 li.active:after {
  color: #80b601;
}
#yt_menuposition ul.navi ul.level2 li:hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li:hover.havechild:before,
#yt_menuposition ul.navi ul.level2 li.hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li.hover.havechild:before,
#yt_menuposition ul.navi ul.level2 li.active.havechild:after,
#yt_menuposition ul.navi ul.level2 li.active.havechild:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#yt_menuposition ul.navi ul.level2 li:hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li.hover.havechild:after,
#yt_menuposition ul.navi ul.level2 li.active.havechild:after {
  border-color: rgba(255,255,255,0);
  border-left-color: #ccc;
  border-width: 5px;
  margin-top: -8px;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2,
#yt_menuposition ul.navi ul.level2 li.hover .level2,
#yt_menuposition ul.navi ul.level2 li.active .level2 {
  color: #80b601;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2:after,
#yt_menuposition ul.navi ul.level2 li.hover .level2:after,
#yt_menuposition ul.navi ul.level2 li.active .level2:after {
  color: #80b601;
}
#yt_menuposition ul.navi ul.level2 li:hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 li.hover .level2 .menu-desc,
#yt_menuposition ul.navi ul.level2 li.active .level2 .menu-desc {
  color: #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: 106%;
  top: -18px;
}
#yt_menuposition ul.navi ul.level2 li:last-child .item-link {
  border-bottom: none;
}
#yt_menuposition ul.navi ul.level2 ul {
  background: #fff;
  border: #e2e2e2 1px solid;
  border-top: #80b601 7px solid;
}
#yt_menuposition ul.navi ul.level2 ul:before {
  position: absolute;
  left: -15%;
  top: 0;
  bottom: 0;
  display: block;
  width: 15%;
  content: '';
}
#yt_menuposition ul.navi ul.level2 ul:after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: -1px;
  top: -7px;
  border-left: 1px solid #80b601;
  border-right: 1px solid #80b601;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link {
  color: #80b601;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link:after,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link:after {
  color: #80b601;
}
#yt_menuposition ul.navi ul.level2 ul.level3 li:hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul.level3 li.hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.level2 ul.level3 li.active > .item-link .menu-desc {
  color: #fff;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  position: relative;
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
  margin-right: 1px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2.havechild:after,
#yt_menuposition #droplinenavigator ul.level2 li.level2 > .level2: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: #fff;
  border: #e2e2e2 1px solid;
  border-top: #80b601 7px solid;
  margin-top: 1px;
}
#yt_menuposition #meganavigator li.level1 .mega-content:before {
  content: "";
  height: 7px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -7px;
  border-left: 1px solid #80b601;
  border-right: 1px solid #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one div.mega-module {
  padding: 10px 12px;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  margin: 20px 0 20px;
  padding: 0 1px 0 0;
  -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;
  background: transparent;
  padding: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding-right: 19px;
  border-right: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first {
  padding-left: 20px;
}
#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 {
  font-family: questrial, serif;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  font-size: 20px;
  padding: 0 10px;
  background: transparent;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link .menu-title {
  line-height: 100%;
  color: #686868;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link .menu-title:hover {
  color: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-desc {
  font-family: "arial";
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
  color: #686868;
  overflow: hidden;
  padding: 0 10px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .mega-module-content {
  margin-top: 10px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .mega-module-content img:hover {
  opacity: 0.7;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li {
  margin-bottom: 1px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a {
  display: block;
  margin: 0;
  padding: 5px 12px 5px 25px;
  color: #ecebeb;
  font-size: 100%;
  text-transform: none;
  line-height: 22.4px;
  position: relative;
  z-index: 1;
  color: #686868;
  border-bottom: #c9c9c9 1px dashed;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a:after,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a:after {
  font-family: 'FontAwesome';
  color: #c9c9c9;
  content: "\f111";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 1;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a:hover,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a:hover {
  color: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.menu li a:hover:after,
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi li a:hover:after {
  color: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item {
  background: url(../images/title-bg.png) repeat;
  margin-bottom: 1px;
  padding: 10px;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail {
  margin-bottom: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .thumbnail > a:hover .hoverLink:hover i {
  background-color: #666666;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item h2.title a {
  color: #fff;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item h2.title a:hover {
  color: #80b601;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content .bsn-wrap .item .basicnews-desc {
  font-size: 12px;
}
#yt_menuposition #yt-responivemenu {
  margin: 0;
  width: 100%;
  z-index: 120;
  top: 0;
  left: 0;
  display: none;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  float: right;
  background: #80b601;
  padding: 10px;
  color: #fff;
  text-shadow: none;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.5);
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: inherit;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 4px 0 0 5px;
  font-size: 14px;
  float: right;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #80b601 url(../images/select_white.png) no-repeat 5px 10px;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  color: #fff;
  content: "Menu";
  font-weight: bold;
  padding: 6px 10px 0 22px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  height: 32px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse .btn-navbar i {
  float: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu {
  margin: 1px 0 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #303030;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #999;
  margin: 0;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border-bottom: #444 1px solid;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a.active {
  color: #fff;
  background: #80b601;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #80b601;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #5c8301;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 35px;
  line-height: 35px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #666666;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open a {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .menuress-toggle:before {
  content: "\f106";
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav {
  display: block;
  opacity: 1;
  background: #424242;
  padding: 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #999;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a:hover,
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a.active {
  background: #80b601;
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-sidebar .yt-resmenu-sidebar {
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-sidebar .yt-resmenu-sidebar i {
  float: none;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #212121;
  border-right: 1px solid #191919;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  width: 270px;
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu {
  margin: 0;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a {
  font-weight: bold;
  color: #999;
  padding: 4px 8px 8px;
  background: none;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 -1px 0 #383838 inset;
  -moz-box-shadow: 0 -1px 0 #383838 inset;
  box-shadow: 0 -1px 0 #383838 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #80b601;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav {
  margin: 0;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
  background-color: #212121;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav li a {
  padding-left: 15px;
  font-weight: normal;
  border-bottom: 1px solid #141414;
  -webkit-box-shadow: 0 -1px 0 #383838 inset;
  -moz-box-shadow: 0 -1px 0 #383838 inset;
  box-shadow: 0 -1px 0 #383838 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 1px 15px;
  border-bottom: 1px solid #222222;
  -webkit-box-shadow: 0 -1px 0 #444 inset;
  -moz-box-shadow: 0 -1px 0 #444 inset;
  box-shadow: 0 -1px 0 #444 inset;
  background-color: #2B2B2B;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav ul.nav {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav li a {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 8px;
}
.rtl #yt_menuposition ul.navirtl > li.level1,
.rtl #yt_menuposition ul.navi > li.level1 {
  float: right;
  margin-left: 0px;
  margin-top: -1px;
}
.rtl #yt_menuposition ul.navirtl > li.level1 > .item-link,
.rtl #yt_menuposition ul.navi > li.level1 > .item-link {
  padding: 12px 13px;
}
.rtl #yt_menuposition ul.navirtl > li.level1.menuRss,
.rtl #yt_menuposition ul.navi > li.level1.menuRss {
  float: left !important;
}
.rtl #yt_menuposition ul.navirtl > li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl > li.level1.hover ul.level2,
.rtl #yt_menuposition ul.navi > li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navi > li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl > li.level1.havechild,
.rtl #yt_menuposition ul.navi > li.level1.havechild {
  position: relative;
}
.rtl #yt_menuposition ul.navirtl > li.level1.havechild .item-link,
.rtl #yt_menuposition ul.navi > li.level1.havechild .item-link {
  padding-left: 30px;
}
.rtl #yt_menuposition ul.navirtl > li.level1.havechild:after,
.rtl #yt_menuposition ul.navi > li.level1.havechild:after {
  left: 10px;
  right: auto;
  top: 13px;
}
.rtl #yt_menuposition ul.navirtl ul,
.rtl #yt_menuposition ul.navi ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li.havechild:after,
.rtl #yt_menuposition ul.navirtl ul.level2 li.havechild:before,
.rtl #yt_menuposition ul.navi ul.level2 li.havechild:after,
.rtl #yt_menuposition ul.navi ul.level2 li.havechild:before {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li.havechild:after,
.rtl #yt_menuposition ul.navi ul.level2 li.havechild:after {
  border-color: rgba(255,255,255,0);
  border-right-color: #ccc;
  border-width: 5px;
  margin-top: -8px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link,
.rtl #yt_menuposition ul.navi ul.level2 li .item-link {
  padding: 6px 18px 6px 12px;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .item-link:after,
.rtl #yt_menuposition ul.navi ul.level2 li .item-link:after {
  right: 0;
}
.rtl #yt_menuposition ul.navirtl ul.level2 li .showdesc,
.rtl #yt_menuposition ul.navi 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,
.rtl #yt_menuposition ul.navi ul.level2 li:hover ul.level3,
.rtl #yt_menuposition ul.navi ul.level2 li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navi ul.level2 li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_menuposition ul.navirtl ul.level2 ul.level3 li .item-link,
.rtl #yt_menuposition ul.navi ul.level2 ul.level3 li .item-link {
  padding: 6px 20px 6px 12px;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: right;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content {
  -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  border: none;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first {
  padding: 0 20px 0 0;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding: 0 1px 0 20px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col div.mega-group-content ul.subnavi li a {
  padding: 5px 10px 5px 12px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col div.mega-group-content ul.subnavi li a:after {
  left: auto;
  right: 0;
  content: "\f104";
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col div.mega-group-content .menu li a {
  padding: 5px 25px 5px 12px !important;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col div.mega-group-content .menu li a:after {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  right: auto;
  left: 0;
}
.rtl #yt_menuposition.on-sidebar-resmenu #yt_wrapper > .block {
  -webkit-transform: translate(-270px,0);
  -moz-transform: translate(-270px,0);
  -ms-transform: translate(-270px,0);
  -o-transform: translate(-270px,0);
  transform: translate(-270px,0);
}
@media (min-width: 320px) and (max-width: 979px) {
  #yt_menuwrap #yt-responivemenu {
    display: inline-block;
  }
  .on-sidebar-resmenu #yt_wrapper > .block {
    -webkit-transform: translate(270px,0);
    -moz-transform: translate(270px,0);
    -ms-transform: translate(270px,0);
    -o-transform: translate(270px,0);
    transform: translate(270px,0);
  }
  #yt_wrapper > .block {
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  div.yt-off-sideresmenu {
    display: block;
    direction: ltr;
  }
}
.fontsize_l {
  font-size: 18px;
  font-weight: 400;
}
.g-underline {
  font-size: 180%;
  font-weight: 400;
}
.b-block:after,
.b-block:before {
  clear: both;
  display: table;
  content: "";
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
}
ul.c-step:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #DEDEDE;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
ul.c-step li {
  list-style: none;
  margin: 0 30px;
  padding-top: 50px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
}
ul.c-step li:before,
ul.c-step li.active:before {
  counter-increment: section;
  content: counter(section);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  background-color: #93afa9;
  background-image: -moz-linear-gradient(top,#AAC3BF,#719088);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AAC3BF),to(#719088));
  background-image: -webkit-linear-gradient(top,#AAC3BF,#719088);
  background-image: -o-linear-gradient(top,#AAC3BF,#719088);
  background-image: linear-gradient(to bottom,#AAC3BF,#719088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
  background-color: #95d401;
  background-image: -moz-linear-gradient(top,#a4e901,#80b601);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#a4e901),to(#80b601));
  background-image: -webkit-linear-gradient(top,#a4e901,#80b601);
  background-image: -o-linear-gradient(top,#a4e901,#80b601);
  background-image: linear-gradient(to bottom,#a4e901,#80b601);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3e801', endColorstr='#ff80b601', GradientType=0);
}
ul.c-step li.active h3 {
  color: #80b601;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
div.g-pageteam {
  line-height: 22px;
  color: #909090;
}
div.g-pageteam .page-header,
div.g-pageteam .w-left-title h2 {
  font-family: questrial, serif;
  font-weight: 200;
  font-size: 22px;
}
div.g-pageteam .page-header {
  display: block;
  margin-bottom: 30px;
}
div.g-pageteam .w-left-title {
  margin-bottom: 25px;
}
div.g-pageteam .w-left-title h2 {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
  position: absolute;
  top: 50px;
}
div.g-pageteam .w-left-title .two-line {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  height: 3px;
  display: block;
}
div.g-pageteam .w-top {
  clear: both;
  overflow: hidden;
}
div.g-pageteam .w-top .w-left {
  width: 77%;
  margin-right: 3%;
  float: left;
  display: inline-block;
}
div.g-pageteam .w-top .w-right {
  float: left;
  display: inline-block;
  width: 20%;
}
div.g-pageteam .w-top .w-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.g-pageteam .w-top .w-right ul li {
  border-bottom: #c5c5c5 1px dashed;
  position: relative;
  margin-left: 25px;
  padding: 2px 0;
}
div.g-pageteam .w-top .w-right ul li:before {
  position: absolute;
  left: -22px;
  top: 10px;
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 14px;
  height: 12px;
  background: url(../images/green/li-about.png) no-repeat;
}
div.g-pageteam hr {
  height: 5px;
  background: #ccc;
}
div.g-pageteam .yt-lightbox {
  background: #f1f1f1;
  border: none;
}
div.g-pageteam .ourteam-title {
  display: block;
  position: relative;
  margin: 2em 0;
}
div.g-pageteam .ourteam-title h2 {
  display: table;
  width: 180px;
  text-align: center;
  font-family: questrial, serif;
  font-weight: 200;
  font-size: 22px;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  color: #80b601;
}
div.g-pageteam .ourteam-title .two-line {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  height: 3px;
  display: block;
  margin-top: -13px;
}
div.g-pageteam .ourteam-title p {
  display: block;
  width: 70%;
  margin: 30px auto;
  text-align: center;
}
div.g-pageteam .slidemember #yt-slider-carousel {
  width: 100%;
}
div.g-pageteam .slidemember #yt-slider-carousel .item {
  background: #fff;
}
div.g-pageteam .slidemember #yt-slider-carousel .item img {
  visibility: hidden;
}
div.g-pageteam .slidemember #yt-slider-carousel .carousel-caption {
  background: #fff;
}
div.g-pageteam .slidemember #yt-slider-carousel .carousel-caption p {
  color: #909090;
}
div.g-pageteam .slidemember #yt-slider-carousel .carousel-control {
  display: none;
}
div.g-pageteam .slidemember #yt-slider-carousel .carousel-indicators {
  top: 0;
  bottom: inherit;
  display: none;
}
div.g-pageteam .slidemember #yt-slider-carousel .carousel-indicators li {
  background: #d7d7d5;
  width: 15px;
  height: 15px;
  border: none;
  margin: 0 2px;
}
div.g-pageteam .slidemember #yt-slider-carousel .carousel-indicators li.active {
  display: inline-block;
  border: none;
  background: #80b601;
}
div.g-pageteam .slidemember .b-ourteam {
  margin-top: 30px;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .wrap-img-member {
  margin: 10px auto;
  float: none;
  display: block;
  display: block;
  position: relative;
  text-align: center;
  padding: 0;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .wrap-img-member .img-member {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 10px solid #f6f6f6;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 195px;
  height: 195px;
  position: relative;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .wrap-img-member .img-member img {
  height: 100%;
  width: auto;
  visibility: visible !important;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .wrap-img-member:hover .img-member:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #80b601;
  display: block;
  opacity: 0.9;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .wrap-img-member:hover .b-social {
  opacity: 1;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .h-title {
  margin: 0;
  font-size: 16px;
  line-height: 110%;
  font-weight: normal;
  color: #80b601;
  font-family: questrial, serif;
  font-weight: 200;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .member {
  color: #999;
  font-size: 11px;
  margin-bottom: 0;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .b-social {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin-left: -30%;
  width: 60%;
  margin-top: -13px;
  opacity: 0;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .b-social a {
  background: #ffffff;
  border-color: #ffffff;
  color: #80b601;
  box-shadow: none;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
  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;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .b-social a:hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #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;
}
div.g-pageteam .slidemember .b-ourteam [class*="span"] .b-social a em {
  margin-right: -3px;
}
div.g-pageteam .b-ourclient .yt-lightbox {
  padding: 0;
  margin: 0 auto;
  display: table;
}
div.g-pageteam .slidecustomer {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  border: #e9e9e9 1px solid;
}
div.g-pageteam .slidecustomer h3 {
  background: #fff;
  padding: 5px 15px;
  position: absolute;
  left: 30px;
  top: -18px;
  z-index: 10;
  font-size: 18px;
  font-family: questrial, serif;
  font-weight: 200;
  color: #80b601;
}
div.g-pageteam .slidecustomer .yt-slider-carousel {
  min-height: 140px;
  margin-bottom: 0;
  overflow: visible;
  width: 100%;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .item img {
  display: none;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .item .carousel-caption {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 30px;
  background: #fff;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .item .carousel-caption p {
  color: #909090;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .item .carousel-caption p.say {
  position: relative;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .item .carousel-caption p.say:before {
  position: absolute;
  left: -20px;
  top: 5px;
  content: '';
  width: 16px;
  height: 12px;
  background: url(../images/bg-say.png) no-repeat;
  display: inline-block;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .item .carousel-caption p span.user {
  font-size: 16px;
  font-weight: bold;
  color: #80b601;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-indicators {
  display: none;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control {
  top: -44px;
  margin: 0 2px;
  opacity: 1;
  width: 33px;
  height: 26px;
  background: #fff url(../images/green/control.png) no-repeat;
  box-shadow: none;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control i {
  display: none;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control.right {
  right: 15px;
  background-position: -33px 0;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control.right:hover {
  background: #fff url(../images/green/control.png) no-repeat -33px -26px;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control.left {
  right: 45px;
  left: auto;
  background-position: 0 0;
}
div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control.left:hover {
  background: #fff url(../images/green/control.png) no-repeat 0px -26px;
}
#g-pageservices {
  *zoom: 1;
}
#g-pageservices:before,
#g-pageservices:after {
  display: table;
  content: "";
  line-height: 0;
}
#g-pageservices:after {
  clear: both;
}
#g-pageservices [class^="icon-"],
#g-pageservices [class*=" icon-"] {
  background: #686868;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #ddd;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#g-pageservices article {
  overflow: hidden;
}
#g-pageservices article h3 {
  font-size: 130%;
}
#g-pageservices article a.detail {
  font-size: 13px;
  color: #80b601;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #80b601;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#g-pageservices article a.detail:hover {
  color: #666666;
}
#g-pageservices article a.detail:hover:after {
  color: #fff;
  background: #666666;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
#g-pageservices .yt-testimonial.tm-avatar small {
  overflow: hidden;
}
#g-pagecolumn hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 4em 0;
  float: left;
  width: 100%;
}
#g-pageportfolio [class*="span"] {
  position: relative;
  top: 0;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  -moz-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
}
#g-pageportfolio [class*="span"] .port-item-img {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  overflow: hidden;
  border-right: none;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: 1px solid #fff;
  position: relative;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #222 inset;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-pageportfolio [class*="span"] .port-item-img .icon-plus-sign {
  font-size: 4px;
  color: #eee;
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 10;
  margin: 0 0 -19px -22px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#g-pageportfolio [class*="span"] .port-item-img:visited .icon-plus-sign {
  bottom: 100%;
}
#g-pageportfolio [class*="span"] .port-item-img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#g-pageportfolio [class*="span"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#g-pageportfolio [class*="span"] .port-item-content {
  padding: 10px;
  margin: 5px 0 10px;
}
#g-pageportfolio [class*="span"] .port-item-content h4 {
  margin-bottom: 5px;
  font-size: 130%;
}
#g-pageportfolio [class*="span"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail {
  color: #80b601;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #80b601;
  margin: -3px 5px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover {
  color: #666666;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover:after {
  color: #fff;
  background: #666666;
}
#g-pageportfolio [class*="span"]:hover {
  top: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.pricing-green .boxtip {
  color: #80b601;
}
.pricing-green .boxtip:hover {
  color: #666666;
}
.heading-contact {
  font-family: arial;
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
.heading-contact .hcontact {
  font-size: 28px;
  font-family: Questrial !important;
  display: block;
  margin-bottom: 15px;
}
.wrap-contact {
  margin: 0 10%;
}
.wrap-contact .el-map {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 1px;
  padding: 10px;
  margin-bottom: 30px;
}
.wrap-contact .span4 {
  width: 30% !important;
  margin-right: 8.2877% !important;
}
.wrap-contact .span4 .el-inner {
  padding: 0 !important;
}
.wrap-contact .span4 .el-inner .cf {
  border-top: #ddd 1px solid;
  font-family: arial;
  font-size: 12px;
  padding: 18px 0 0;
}
.wrap-contact .span4 .el-inner .cf i {
  display: none;
}
.wrap-contact .span4 .el-inner .cf a {
  color: #666666 !important;
}
.wrap-contact .span4 .el-inner .cf a:hover {
  color: #80b601 !important;
}
.wrap-contact .span4 .el-inner .info-label {
  line-height: 18px !important;
}
.wrap-contact .span4 .el-inner .info-label:before {
  font-weight: normal;
  color: #666666;
}
.wrap-contact .span8 {
  width: 60% !important;
}
.wrap-contact .span8 .el-control-name,
.wrap-contact .span8 .el-control-email {
  float: left;
  display: inline-block;
  width: 50%;
}
.wrap-contact .span8 input,
.wrap-contact .span8 textarea {
  width: 100% !important;
}
.wrap-contact .span8 .el-control-submit {
  position: relative;
  width: 35%;
}
.wrap-contact .span8 .el-control-submit #cainput_submit {
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: #80b601;
  padding: 8px 0 8px 20px !important;
  width: 125px !important;
}
.wrap-contact .span8 .el-control-submit #cainput_submit:hover {
  background: #666666 !important;
}
.wrap-contact .span8 .el-control-submit:before {
  font-family: FontAwesome;
  content: "\f0e0";
  position: absolute;
  z-index: 1;
  left: 14px;
  top: 7px;
  color: #fff;
}
.wrap-contact .span8 .el-ctajax-return {
  margin-left: 0 !important;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
.rtl .wrap-contact .span8 .el-control-name,
.rtl .wrap-contact .span8 .el-control-email {
  float: left;
  display: inline-block;
  width: 50%;
}
.rtl .wrap-contact .span8 .el-control-name input {
  padding-right: 30px;
  width: 93% !important;
}
.rtl .wrap-contact .span8 .el-control-submit #cainput_submit {
  padding: 8px 15px 8px 0 !important;
}
.rtl .wrap-contact .span8 .el-control-submit:before {
  left: auto;
  right: 15px;
}
.rtl div.g-pageteam .page-header {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}
.rtl div.g-pageteam .w-left-title h2 {
  top: 35px;
  padding-right: 0;
  padding-left: 15px;
}
.rtl div.g-pageteam .w-right-content ul li {
  margin-left: 0;
  margin-right: 25px;
}
.rtl div.g-pageteam .w-right-content ul li:before {
  left: auto;
  right: -40px;
}
.rtl div.g-pageteam .b-social a em {
  margin-right: 7px !important;
}
.rtl div.g-pageteam .slidecustomer h3 {
  right: 30px;
  left: auto !important;
}
.rtl div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control.left {
  left: 45px;
  right: auto;
}
.rtl div.g-pageteam .slidecustomer .yt-slider-carousel .carousel-control.right {
  left: 15px;
  right: auto;
}
@media (min-width: 980px) and (max-width: 1024px) {
  .rtl div.g-pageteam .slidemember .b-ourteam [class*="span"] .b-social {
    left: 43% !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .yt-lightbox {
    float: none !important;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  .yt-gallery ul li {
    width: 100% !important;
  }
  ul.c-step:before {
    top: 37%;
  }
  ul.c-step li {
    display: table-cell;
    padding-top: 35px;
  }
  div.yt-lightbox.image-left {
    float: none;
    display: block;
    margin: 0 0 15px;
  }
  div.g-pageteam div.b-ourclient [class*="span"] {
    margin-bottom: 30px !important;
  }
}
.ratingbox {
  float: left;
  clear: both;
  height: 11px !important;
  width: 70px !important;
  background: url(../images/store/vm-stars.png) repeat-x 0 bottom !important;
  overflow: hidden;
  text-align: left;
  margin: 10px 0 !important;
}
.ratingbox span,
.ratingbox .stars-orange {
  height: 11px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/store/vm-stars.png) repeat-x 0 0;
}
.horizontal-separator {
  background: transparent;
}
.vmorder-done {
  font-size: 115%;
}
.virtuemart_search .inputbox {
  height: 22px;
}
.main-image img {
  max-height: 370px;
  max-width: 100%;
}
#userForm select,
.width80,
table.user-details .vm-chzn-select {
  display: block !important;
}
.category-view {
  margin-bottom: 0;
}
.category-view h2.h-title {
  display: none;
}
.category-view > h2 {
  margin: -15px 0 10px;
  font-size: 166.7%;
  font-weight: normal;
}
.category-view .category .spacer {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.category-view .category .spacer h2.cat-title {
  font-family: questrial, serif;
  margin: -10px -10px 10px;
  padding: 10px 10px;
  font-size: 150%;
  font-weight: normal;
  line-height: 20px;
  border-bottom: 1px solid #ececec;
}
.category-view .category .spacer h2.cat-title a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  width: 100%;
}
.category-view .category .spacer h2.cat-title a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -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: 0 4px;
}
.category-view .category .spacer h2.cat-title a span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.category-view .category .spacer h2.cat-title a span {
  width: 100%;
}
.category-view .category .spacer .cat-content {
  overflow: hidden;
}
.category-view .category .spacer .cat-content a {
  display: block;
}
.featured-view,
.topten-view,
.recent-view,
.latest-view {
  margin-top: 2em;
}
.featured-view .product .modal,
.topten-view .product .modal,
.recent-view .product .modal,
.latest-view .product .modal {
  position: static;
  margin: 0;
  border: none;
  box-shadow: none;
}
.featured-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.latest-view .spacer {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 0;
}
.featured-view .spacer .product-header,
.topten-view .spacer .product-header,
.recent-view .spacer .product-header,
.latest-view .spacer .product-header {
  margin: -6px -6px 0;
  border-bottom: 1px solid #ececec;
  display: block;
  min-height: 46px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.featured-view .spacer .product-header:before,
.topten-view .spacer .product-header:before,
.recent-view .spacer .product-header:before,
.latest-view .spacer .product-header:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 0;
}
.featured-view .spacer .product-header .title,
.topten-view .spacer .product-header .title,
.recent-view .spacer .product-header .title,
.latest-view .spacer .product-header .title {
  font-size: 146%;
  font-weight: normal;
  width: 70%;
  margin: 0;
  padding: 6px 0 0 6px;
  display: table-cell;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.featured-view .spacer .product-header .title a,
.topten-view .spacer .product-header .title a,
.recent-view .spacer .product-header .title a,
.latest-view .spacer .product-header .title a {
  display: block;
  margin: 7px 10px 10px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featured-view .spacer .product-header .title a:hover,
.topten-view .spacer .product-header .title a:hover,
.recent-view .spacer .product-header .title a:hover,
.latest-view .spacer .product-header .title a:hover {
  color: #80b601;
}
.featured-view .spacer .product-header .price,
.topten-view .spacer .product-header .price,
.recent-view .spacer .product-header .price,
.latest-view .spacer .product-header .price {
  width: 30%;
  background: #80b601;
  display: table-cell;
  position: relative;
  z-index: 4;
}
.featured-view .spacer .product-header .price > .PricesalesPrice,
.topten-view .spacer .product-header .price > .PricesalesPrice,
.recent-view .spacer .product-header .price > .PricesalesPrice,
.latest-view .spacer .product-header .price > .PricesalesPrice {
  margin: 12px 10px;
  text-align: center;
}
.featured-view .spacer .product-header .price > .PricesalesPrice span,
.topten-view .spacer .product-header .price > .PricesalesPrice span,
.recent-view .spacer .product-header .price > .PricesalesPrice span,
.latest-view .spacer .product-header .price > .PricesalesPrice span {
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  display: inline-block;
}
.featured-view .spacer .product-content,
.topten-view .spacer .product-content,
.recent-view .spacer .product-content,
.latest-view .spacer .product-content {
  height: 230px;
  overflow: hidden;
  width: 100%;
  border-bottom: #ebebeb 1px solid;
  padding-bottom: 12px;
}
.featured-view .spacer .product-content .product-content-inner,
.topten-view .spacer .product-content .product-content-inner,
.recent-view .spacer .product-content .product-content-inner,
.latest-view .spacer .product-content .product-content-inner {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin: 6px;
}
.featured-view .spacer .product-content .product-content-inner .item-status,
.topten-view .spacer .product-content .product-content-inner .item-status,
.recent-view .spacer .product-content .product-content-inner .item-status,
.latest-view .spacer .product-content .product-content-inner .item-status {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  width: 100%;
}
.featured-view .spacer .product-content .product-content-inner .item-status .item-new,
.topten-view .spacer .product-content .product-content-inner .item-status .item-new,
.recent-view .spacer .product-content .product-content-inner .item-status .item-new,
.latest-view .spacer .product-content .product-content-inner .item-status .item-new {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/green/bg-new.png) no-repeat;
}
.featured-view .spacer .product-content .product-content-inner .item-status .item-sale,
.topten-view .spacer .product-content .product-content-inner .item-status .item-sale,
.recent-view .spacer .product-content .product-content-inner .item-status .item-sale,
.latest-view .spacer .product-content .product-content-inner .item-status .item-sale {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/bg-sale.png) no-repeat;
  float: right;
  vertical-align: top;
}
.featured-view .spacer .product-content .product-content-inner .product-front,
.featured-view .spacer .product-content .product-content-inner .product-back,
.topten-view .spacer .product-content .product-content-inner .product-front,
.topten-view .spacer .product-content .product-content-inner .product-back,
.recent-view .spacer .product-content .product-content-inner .product-front,
.recent-view .spacer .product-content .product-content-inner .product-back,
.latest-view .spacer .product-content .product-content-inner .product-front,
.latest-view .spacer .product-content .product-content-inner .product-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-view .spacer .product-content .product-content-inner .product-front,
.topten-view .spacer .product-content .product-content-inner .product-front,
.recent-view .spacer .product-content .product-content-inner .product-front,
.latest-view .spacer .product-content .product-content-inner .product-front {
  z-index: 2;
}
.featured-view .spacer .product-content .product-content-inner .product-front .product-img,
.topten-view .spacer .product-content .product-content-inner .product-front .product-img,
.recent-view .spacer .product-content .product-content-inner .product-front .product-img,
.latest-view .spacer .product-content .product-content-inner .product-front .product-img {
  text-align: center;
  height: 100%;
  background: #fff;
}
.featured-view .spacer .product-content .product-content-inner .product-front .product-img img,
.topten-view .spacer .product-content .product-content-inner .product-front .product-img img,
.recent-view .spacer .product-content .product-content-inner .product-front .product-img img,
.latest-view .spacer .product-content .product-content-inner .product-front .product-img img {
  max-height: 100%;
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.featured-view .spacer .product-content .product-content-inner .product-front .product-img .browseProductImagefront,
.topten-view .spacer .product-content .product-content-inner .product-front .product-img .browseProductImagefront,
.recent-view .spacer .product-content .product-content-inner .product-front .product-img .browseProductImagefront,
.latest-view .spacer .product-content .product-content-inner .product-front .product-img .browseProductImagefront {
  display: none;
}
.featured-view .spacer .product-content .product-content-inner .product-back,
.topten-view .spacer .product-content .product-content-inner .product-back,
.recent-view .spacer .product-content .product-content-inner .product-back,
.latest-view .spacer .product-content .product-content-inner .product-back {
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
}
.featured-view .spacer .product-content .product-content-inner .product-back .hover-links,
.topten-view .spacer .product-content .product-content-inner .product-back .hover-links,
.recent-view .spacer .product-content .product-content-inner .product-back .hover-links,
.latest-view .spacer .product-content .product-content-inner .product-back .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -50px 0 0;
}
.featured-view .spacer .product-content .product-content-inner .product-back .hover-links a,
.topten-view .spacer .product-content .product-content-inner .product-back .hover-links a,
.recent-view .spacer .product-content .product-content-inner .product-back .hover-links a,
.latest-view .spacer .product-content .product-content-inner .product-back .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 10px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.featured-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-zoom,
.topten-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-zoom,
.recent-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-zoom,
.latest-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-zoom {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  display: block;
}
.featured-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-link,
.topten-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-link,
.recent-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-link,
.latest-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-link {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
}
.featured-view .spacer .product-content .product-content-inner .product-back .hover-links a i,
.topten-view .spacer .product-content .product-content-inner .product-back .hover-links a i,
.recent-view .spacer .product-content .product-content-inner .product-back .hover-links a i,
.latest-view .spacer .product-content .product-content-inner .product-back .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.featured-view .spacer .addtocart-area,
.topten-view .spacer .addtocart-area,
.recent-view .spacer .addtocart-area,
.latest-view .spacer .addtocart-area {
  border-top: 1px solid #ebebeb;
  margin: 1px 0 0;
  padding: 6px;
}
.featured-view .spacer .addtocart-area .product-prices h3.title,
.topten-view .spacer .addtocart-area .product-prices h3.title,
.recent-view .spacer .addtocart-area .product-prices h3.title,
.latest-view .spacer .addtocart-area .product-prices h3.title {
  font-weight: 200;
  line-height: 200%;
  margin-bottom: 0;
}
.featured-view .spacer .addtocart-area .product-prices h3.title a,
.topten-view .spacer .addtocart-area .product-prices h3.title a,
.recent-view .spacer .addtocart-area .product-prices h3.title a,
.latest-view .spacer .addtocart-area .product-prices h3.title a {
  color: #666666;
}
.featured-view .spacer .addtocart-area .product-prices h3.title a:hover,
.topten-view .spacer .addtocart-area .product-prices h3.title a:hover,
.recent-view .spacer .addtocart-area .product-prices h3.title a:hover,
.latest-view .spacer .addtocart-area .product-prices h3.title a:hover {
  color: #80b601 !important;
}
.featured-view .spacer .addtocart-area .product-prices .PricesalesPrice,
.topten-view .spacer .addtocart-area .product-prices .PricesalesPrice,
.recent-view .spacer .addtocart-area .product-prices .PricesalesPrice,
.latest-view .spacer .addtocart-area .product-prices .PricesalesPrice {
  display: inline-block;
  float: left;
}
.featured-view .spacer .addtocart-area .product-prices .PricesalesPrice span.PricesalesPrice,
.topten-view .spacer .addtocart-area .product-prices .PricesalesPrice span.PricesalesPrice,
.recent-view .spacer .addtocart-area .product-prices .PricesalesPrice span.PricesalesPrice,
.latest-view .spacer .addtocart-area .product-prices .PricesalesPrice span.PricesalesPrice {
  font-size: 17px;
  font-weight: bold;
  color: #f48f00;
  margin-right: 30px;
}
.featured-view .spacer .addtocart-area .product-prices .PricediscountAmount,
.topten-view .spacer .addtocart-area .product-prices .PricediscountAmount,
.recent-view .spacer .addtocart-area .product-prices .PricediscountAmount,
.latest-view .spacer .addtocart-area .product-prices .PricediscountAmount {
  display: inline-block;
  float: left;
}
.featured-view .spacer .addtocart-area .product-prices .PricediscountAmount span.PricediscountAmount,
.topten-view .spacer .addtocart-area .product-prices .PricediscountAmount span.PricediscountAmount,
.recent-view .spacer .addtocart-area .product-prices .PricediscountAmount span.PricediscountAmount,
.latest-view .spacer .addtocart-area .product-prices .PricediscountAmount span.PricediscountAmount {
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
}
.featured-view .spacer .addtocart-area .vote-rating,
.topten-view .spacer .addtocart-area .vote-rating,
.recent-view .spacer .addtocart-area .vote-rating,
.latest-view .spacer .addtocart-area .vote-rating {
  width: 122px;
  z-index: 3;
}
.featured-view .spacer .addtocart-area .vote-rating span.vote,
.topten-view .spacer .addtocart-area .vote-rating span.vote,
.recent-view .spacer .addtocart-area .vote-rating span.vote,
.latest-view .spacer .addtocart-area .vote-rating span.vote {
  color: #666666;
  font-size: 100%;
  float: none;
  margin-left: 0;
}
.featured-view .spacer .addtocart-area .vote-rating .vmicon,
.topten-view .spacer .addtocart-area .vote-rating .vmicon,
.recent-view .spacer .addtocart-area .vote-rating .vmicon,
.latest-view .spacer .addtocart-area .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../images/store/vm2-sprite.png") no-repeat 0 0;
}
.featured-view .spacer .addtocart-area .vote-rating .vm2-stars1,
.topten-view .spacer .addtocart-area .vote-rating .vm2-stars1,
.recent-view .spacer .addtocart-area .vote-rating .vm2-stars1,
.latest-view .spacer .addtocart-area .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.featured-view .spacer .addtocart-area .vote-rating .vm2-stars2,
.topten-view .spacer .addtocart-area .vote-rating .vm2-stars2,
.recent-view .spacer .addtocart-area .vote-rating .vm2-stars2,
.latest-view .spacer .addtocart-area .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.featured-view .spacer .addtocart-area .vote-rating .vm2-stars3,
.topten-view .spacer .addtocart-area .vote-rating .vm2-stars3,
.recent-view .spacer .addtocart-area .vote-rating .vm2-stars3,
.latest-view .spacer .addtocart-area .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.featured-view .spacer .addtocart-area .vote-rating .vm2-stars4,
.topten-view .spacer .addtocart-area .vote-rating .vm2-stars4,
.recent-view .spacer .addtocart-area .vote-rating .vm2-stars4,
.latest-view .spacer .addtocart-area .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.featured-view .spacer .addtocart-area .vote-rating .vm2-stars5,
.topten-view .spacer .addtocart-area .vote-rating .vm2-stars5,
.recent-view .spacer .addtocart-area .vote-rating .vm2-stars5,
.latest-view .spacer .addtocart-area .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.featured-view .spacer .addtocart-area form,
.topten-view .spacer .addtocart-area form,
.recent-view .spacer .addtocart-area form,
.latest-view .spacer .addtocart-area form {
  margin: 0;
}
.featured-view .spacer .addtocart-area form .addtocart-bar,
.topten-view .spacer .addtocart-area form .addtocart-bar,
.recent-view .spacer .addtocart-area form .addtocart-bar,
.latest-view .spacer .addtocart-area form .addtocart-bar {
  position: relative;
  bottom: 0;
  left: inherit;
  right: inherit;
}
.featured-view .spacer .addtocart-area form .addtocart-button,
.topten-view .spacer .addtocart-area form .addtocart-button,
.recent-view .spacer .addtocart-area form .addtocart-button,
.latest-view .spacer .addtocart-area form .addtocart-button {
  float: none;
  margin: 5px 0;
  width: auto;
  display: block;
}
.featured-view .spacer .addtocart-area form .addtocart-button .addtocart-button,
.topten-view .spacer .addtocart-area form .addtocart-button .addtocart-button,
.recent-view .spacer .addtocart-area form .addtocart-button .addtocart-button,
.latest-view .spacer .addtocart-area form .addtocart-button .addtocart-button {
  background: #666666 url(../images/shoping-cart.png) no-repeat 10px 8px;
  color: #fff;
  padding: 0px 10px 0px 35px;
  min-height: 32px;
  font-family: questrial, sans-serif;
  border: none;
  border-radius: 0;
  -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;
}
.featured-view .spacer .addtocart-area form .addtocart-button .addtocart-button:hover,
.topten-view .spacer .addtocart-area form .addtocart-button .addtocart-button:hover,
.recent-view .spacer .addtocart-area form .addtocart-button .addtocart-button:hover,
.latest-view .spacer .addtocart-area form .addtocart-button .addtocart-button:hover {
  background: #80b601 url(../images/shoping-cart.png) no-repeat 10px 8px !important;
}
.featured-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled,
.topten-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled,
.recent-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled,
.latest-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled {
  color: #909090;
  font-size: 123.1%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 2px 0;
  width: 100%;
}
.featured-view .spacer:hover,
.topten-view .spacer:hover,
.recent-view .spacer:hover,
.latest-view .spacer:hover {
  background: none;
}
.featured-view .spacer:hover .product-content-inner .product-back,
.topten-view .spacer:hover .product-content-inner .product-back,
.recent-view .spacer:hover .product-content-inner .product-back,
.latest-view .spacer:hover .product-content-inner .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}
.featured-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom,
.featured-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link,
.topten-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom,
.topten-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link,
.recent-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom,
.recent-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link,
.latest-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom,
.latest-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.featured-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom:hover,
.featured-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link:hover,
.topten-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom:hover,
.topten-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link:hover,
.recent-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom:hover,
.recent-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link:hover,
.latest-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom:hover,
.latest-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.featured-view .spacer:hover .product-content-inner .product-front .product-img img,
.topten-view .spacer:hover .product-content-inner .product-front .product-img img,
.recent-view .spacer:hover .product-content-inner .product-front .product-img img,
.latest-view .spacer:hover .product-content-inner .product-front .product-img img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.1);
}
.featured-view .spacer:hover h3.title a,
.topten-view .spacer:hover h3.title a,
.recent-view .spacer:hover h3.title a,
.latest-view .spacer:hover h3.title a {
  color: #80b601;
}
.browse-view {
  margin-bottom: 0;
}
.browse-view .product,
.browse-view .category {
  margin-bottom: 20px;
}
.browse-view h1 {
  font-size: 220%;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
}
.browse-view .orderby-displaynumber {
  margin: 0 0 20px;
  border: none;
  border-left: 3px solid #80b601;
  padding: 0 0 0 8px;
}
.browse-view .orderby-displaynumber .h-title {
  line-height: normal;
}
.browse-view .orderby-displaynumber .orderlistcontainer {
  position: relative;
  z-index: 3;
}
.browse-view .orderby-displaynumber .orderlistcontainer .title {
  display: inline-block;
}
.browse-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  margin: 0 5px;
  display: inline-block;
  background: #fff;
  border-color: #DDDDDD;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
  right: 6px;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:hover {
  color: #80b601;
  text-decoration: none;
  background: transparent;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:hover:hover {
  color: #666666;
}
.browse-view .orderby-displaynumber .display-number .inputbox {
  width: auto;
  margin: 0 5px;
  padding: 4px 5px;
  border-color: #ddd;
}
.browse-view .horizontal-separator {
  background: transparent;
  margin: 12px 0;
}
.browse-view .spacer {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 0;
}
.browse-view .spacer .product-header {
  margin: -6px -6px 0;
  border-bottom: 1px solid #ececec;
  display: block;
  min-height: 46px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.browse-view .spacer .product-header:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 0;
}
.browse-view .spacer .product-header .title {
  font-size: 146%;
  font-weight: normal;
  width: 70%;
  margin: 0;
  padding: 6px 0 0 6px;
  display: table-cell;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.browse-view .spacer .product-header .title a {
  display: block;
  margin: 7px 10px 10px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.browse-view .spacer .product-header .title a:hover {
  color: #80b601;
}
.browse-view .spacer .product-header .price {
  width: 30%;
  background: #80b601;
  display: table-cell;
  position: relative;
  z-index: 4;
}
.browse-view .spacer .product-header .price > .PricesalesPrice {
  margin: 12px 10px;
  text-align: center;
}
.browse-view .spacer .product-header .price > .PricesalesPrice span {
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  display: inline-block;
}
.browse-view .spacer .product-content {
  height: 230px;
  overflow: hidden;
  width: 100%;
  border-bottom: #ebebeb 1px solid;
  padding-bottom: 12px;
}
.browse-view .spacer .product-content .product-content-inner {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin: 6px;
}
.browse-view .spacer .product-content .product-content-inner .item-status {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  width: 100%;
}
.browse-view .spacer .product-content .product-content-inner .item-status .item-new {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/green/bg-new.png) no-repeat;
}
.browse-view .spacer .product-content .product-content-inner .item-status .item-sale {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/bg-sale.png) no-repeat;
  float: right;
  vertical-align: top;
}
.browse-view .spacer .product-content .product-content-inner .product-front,
.browse-view .spacer .product-content .product-content-inner .product-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.browse-view .spacer .product-content .product-content-inner .product-front {
  z-index: 2;
}
.browse-view .spacer .product-content .product-content-inner .product-front .product-img {
  text-align: center;
  height: 100%;
  background: #fff;
}
.browse-view .spacer .product-content .product-content-inner .product-front .product-img img {
  max-height: 100%;
  transform-origin: 50% 50% 0;
  transition: all 0.6s ease-in-out 0s;
}
.browse-view .spacer .product-content .product-content-inner .product-front .product-img .browseProductImagefront {
  display: none;
}
.browse-view .spacer .product-content .product-content-inner .product-back {
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
}
.browse-view .spacer .product-content .product-content-inner .product-back .hover-links {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -50px 0 0;
}
.browse-view .spacer .product-content .product-content-inner .product-back .hover-links a {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  margin: 0 10px;
  float: left;
  border: 1px solid #92cf01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #80b601;
}
.browse-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-zoom {
  -webkit-transform: translate(30px,0px);
  -moz-transform: translate(30px,0px);
  -ms-transform: translate(30px,0px);
  -o-transform: translate(30px,0px);
  transform: translate(30px,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;
  display: block;
}
.browse-view .spacer .product-content .product-content-inner .product-back .hover-links a.hover-link {
  -webkit-transform: translate(-30px,0px);
  -moz-transform: translate(-30px,0px);
  -ms-transform: translate(-30px,0px);
  -o-transform: translate(-30px,0px);
  transform: translate(-30px,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;
}
.browse-view .spacer .product-content .product-content-inner .product-back .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.browse-view .spacer .addtocart-area {
  border-top: 1px solid #ebebeb;
  margin: 1px 0 0;
  padding: 6px;
}
.browse-view .spacer .addtocart-area .product-prices h3.title {
  font-weight: 200;
  line-height: 200%;
  margin-bottom: 0;
}
.browse-view .spacer .addtocart-area .product-prices h3.title a {
  color: #666666;
}
.browse-view .spacer .addtocart-area .product-prices h3.title a:hover {
  color: #80b601 !important;
}
.browse-view .spacer .addtocart-area .product-prices .PricesalesPrice {
  display: inline-block;
  float: left;
}
.browse-view .spacer .addtocart-area .product-prices .PricesalesPrice span.PricesalesPrice {
  font-size: 17px;
  font-weight: bold;
  color: #f48f00;
  margin-right: 30px;
}
.browse-view .spacer .addtocart-area .product-prices .PricediscountAmount {
  display: inline-block;
  float: left;
}
.browse-view .spacer .addtocart-area .product-prices .PricediscountAmount span.PricediscountAmount {
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
}
.browse-view .spacer .addtocart-area .vote-rating {
  width: 122px;
  z-index: 3;
}
.browse-view .spacer .addtocart-area .vote-rating span.vote {
  color: #666666;
  font-size: 100%;
  float: none;
  margin-left: 0;
}
.browse-view .spacer .addtocart-area .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../images/store/vm2-sprite.png") no-repeat 0 0;
}
.browse-view .spacer .addtocart-area .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.browse-view .spacer .addtocart-area .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.browse-view .spacer .addtocart-area .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.browse-view .spacer .addtocart-area .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.browse-view .spacer .addtocart-area .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.browse-view .spacer .addtocart-area form {
  margin: 0;
}
.browse-view .spacer .addtocart-area form .addtocart-bar {
  position: relative;
  bottom: 0;
  left: inherit;
  right: inherit;
}
.browse-view .spacer .addtocart-area form .addtocart-button {
  float: none;
  margin: 5px 0;
  width: auto;
  display: block;
}
.browse-view .spacer .addtocart-area form .addtocart-button .addtocart-button {
  background: #666666 url(../images/shoping-cart.png) no-repeat 10px 8px;
  color: #fff;
  padding: 0px 10px 0px 35px;
  min-height: 32px;
  font-family: questrial, sans-serif;
  border: none;
  border-radius: 0;
  -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;
}
.browse-view .spacer .addtocart-area form .addtocart-button .addtocart-button:hover {
  background: #80b601 url(../images/shoping-cart.png) no-repeat 10px 8px !important;
}
.browse-view .spacer .addtocart-area form .addtocart-button .addtocart-button-disabled {
  color: #909090;
  font-size: 123.1%;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 2px 0;
  width: 100%;
}
.browse-view .spacer:hover {
  background: none;
}
.browse-view .spacer:hover .product-content-inner .product-back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}
.browse-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom,
.browse-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.browse-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-zoom:hover,
.browse-view .spacer:hover .product-content-inner .product-back .hover-links a.hover-link:hover {
  border-color: #999999;
  background: #666666;
}
.browse-view .spacer:hover .product-content-inner .product-front .product-img img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
  transform: scale(1.1);
}
.browse-view .spacer:hover h3.title a {
  color: #80b601;
}
.browse-view .vm-pagination {
  height: auto;
  margin: 20px 0 0;
  margin: 0;
}
.browse-view .vm-pagination ul.pagination {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.browse-view .vm-pagination ul.pagination li {
  display: inline-block;
  margin: 0 4px;
}
.browse-view .vm-pagination ul.pagination li .active {
  background: #80b601;
  color: #fff;
  border-color: #80b601;
}
.browse-view .vm-pagination ul.pagination li.prev a,
.browse-view .vm-pagination ul.pagination li.prev span,
.browse-view .vm-pagination ul.pagination li.next a,
.browse-view .vm-pagination ul.pagination li.next span {
  border-radius: 0 !important;
}
.browse-view .vm-pagination ul.pagination li a,
.browse-view .vm-pagination ul.pagination li span {
  border-radius: 0 !important;
  float: none;
  display: inline-block;
  line-height: 24px;
  padding: 0 9px;
  border: 1px solid #e9e9e9;
  color: #909090;
  background: #f8f8f8;
  height: 25px;
}
.browse-view .vm-pagination ul.pagination li a {
  margin: 0;
}
.browse-view .vm-pagination ul.pagination li a .fa {
  margin: 0;
}
.browse-view .vm-pagination ul.pagination li a .fa.fa-long-arrow-left.r-hiden,
.browse-view .vm-pagination ul.pagination li a .fa.fa-long-arrow-right.r-hiden {
  display: none;
}
.browse-view .vm-pagination ul.pagination li.active a,
.browse-view .vm-pagination ul.pagination li.active span,
.browse-view .vm-pagination ul.pagination li:hover a,
.browse-view .vm-pagination ul.pagination li:hover span {
  background: #80b601;
  color: #fff;
  border-color: #80b601;
}
.browse-view .vm-pagination ul.pagination {
  display: inline-block;
  margin-bottom: 0;
}
.browse-view .vm-pagination .vm-page {
  margin: 0;
}
.productdetails-view {
  display: block;
  *zoom: 1;
}
.productdetails-view:before,
.productdetails-view:after {
  display: table;
  content: "";
  line-height: 0;
}
.productdetails-view:after {
  clear: both;
}
.productdetails-view .modal {
  position: static;
  margin: 0;
  border: none;
  box-shadow: none;
  overflow: visible;
  display: inline-block;
  width: auto;
}
.productdetails-view .productdetail-content {
  margin-bottom: 20px;
}
.productdetails-view .productdetail-content .product-image .main-image {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn #yt_popup {
  display: block;
  color: #fff;
  height: 30px;
  position: static;
  width: 30px;
  margin: 0;
  background-color: #9FA2A3;
  display: block;
  border: none;
  border-radius: 3px;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn #yt_popup:hover {
  background-color: #c09e42;
}
.productdetails-view .productdetail-content .product-image .main-image .popup-btn #yt_popup i {
  margin: 7px 0 0;
  display: inline-block;
}
.productdetails-view .productdetail-content .product-image .main-image:hover .popup-btn #yt_popup {
  display: block;
}
.productdetails-view .productdetail-content .product-image .additional-images .caroufredsel_wrapper {
  height: 85px !important;
}
.productdetails-view .productdetail-content .product-image .additional-images .list_carousel {
  width: 287px;
  float: left;
  direction: ltr;
}
.productdetails-view .productdetail-content .product-image .additional-images .list_carousel ul {
  margin: 0;
  padding: 0;
}
.productdetails-view .productdetail-content .product-image .additional-images .list_carousel ul li {
  margin: 0 5px 0 0;
  float: left;
  display: block;
  text-align: center;
}
.productdetails-view .productdetail-content .product-image .additional-images .list_carousel ul li a {
  display: block;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 0px;
}
.productdetails-view .productdetail-content .product-image .additional-images .list_carousel ul li a:hover {
  border-color: #80b601;
}
.productdetails-view .productdetail-content .product-image .additional-images .list_carousel ul li a.active {
  border-color: #80b601;
}
.productdetails-view .productdetail-content .product-image .additional-images .list_carousel img {
  width: 83px;
  margin: 0;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button {
  float: left;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev,
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next {
  background: #f4f4f4;
  -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;
  cursor: pointer;
  width: 80px;
  height: 38px;
  line-height: 45px;
  text-align: center;
  border: #ebebeb 1px solid;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev i,
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next i {
  font-size: 18px;
  color: #c9c9c9;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev:hover,
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next:hover {
  background-color: #80b601;
  boder-color: #999999;
  -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;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .prev:hover i,
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next:hover i {
  color: white;
}
.productdetails-view .productdetail-content .product-image .additional-images .nav_button .next {
  margin-top: 5px;
}
.productdetails-view .productdetail-content .product-info {
  padding-bottom: 30px;
}
.productdetails-view .productdetail-content .product-info .product-title {
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: 200;
  line-height: normal;
  font-size: 180%;
}
.productdetails-view .productdetail-content .product-info .vote {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 4px;
}
.productdetails-view .productdetail-content .product-info .vote .vote-number {
  display: inline-block;
}
.productdetails-view .productdetail-content .product-info .icons {
  margin: 5px 0 0;
}
.productdetails-view .productdetail-content .product-info .icons > a {
  margin: 0 3px;
}
.productdetails-view .productdetail-content .product-info .availability {
  text-align: left;
  margin: 0;
  clear: both;
}
.productdetails-view .productdetail-content .product-info .product-price {
  margin: 15px 0;
  overflow: hidden;
  clear: both;
  float: left;
}
.productdetails-view .productdetail-content .product-info .PricesalesPrice {
  display: inline-block;
  float: left;
}
.productdetails-view .productdetail-content .product-info .PricesalesPrice span.PricesalesPrice {
  font-size: 20px;
  font-weight: bold;
  color: #f48f00;
  margin-right: 30px;
}
.productdetails-view .productdetail-content .product-info .PricediscountAmount {
  display: inline-block;
  float: left;
}
.productdetails-view .productdetail-content .product-info .PricediscountAmount span.PricediscountAmount {
  font-size: 17px;
  font-weight: bold;
  color: #ccc;
}
.productdetails-view .productdetail-content .product-info .product-short-description {
  margin-bottom: 10px;
  float: left;
}
.productdetails-view .productdetail-content .product-info .PricepriceWithoutTax,
.productdetails-view .productdetail-content .product-info .PricetaxAmount {
  color: #999;
  font-size: 12px;
}
.productdetails-view .productdetail-content .product-info .product-fields {
  padding-bottom: 0;
  border-bottom: 0;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-field {
  float: left;
  padding: 0;
  display: inline-block;
  width: 50%;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-field .product-fields-title-wrapper {
  vertical-align: middle;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-field .product-fields-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-field .product-fields-title:after {
  content: ":";
  margin: 0 5px;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-field .product-field-display {
  display: inline-block;
  width: auto;
}
.productdetails-view .productdetail-content .product-info .product-fields .product-field .product-field-display select {
  width: auto;
  display: block;
}
.productdetails-view .productdetail-content .product-info .product-fields .chzn-container.chzn-container-single.chzn-container-single-nosearch {
  display: none !important;
}
.productdetails-view .productdetail-content .product-info .product-fields .vm-chzn-select.chzn-done {
  display: block !important;
}
.productdetails-view .productdetail-content .product-info .product-fields br {
  display: none;
}
.productdetails-view .productdetail-content .product-info .availability {
  margin-bottom: 8px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar {
  padding: 0;
  margin-top: 10px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-box {
  width: auto;
  margin: 0;
  padding: 0;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-box .quantity-input {
  border: #ebebeb 1px solid;
  height: 24px !important;
  width: 24px !important;
  margin: 0 7px;
  font-size: 20px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls {
  padding: 0;
  width: auto;
  margin: 0 0 0 -4px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-controls {
  float: left;
  display: inline-block;
  width: 33px;
  height: 33px;
  padding: 0;
  background-color: #b5b5b5;
  margin: 0 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url(../images/quantity-plus.png);
  background-repeat: no-repeat;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-controls:hover {
  background-color: #666666;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-plus {
  background-position: 7px 7px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar .quantity-controls .quantity-minus {
  background-position: -35px 7px;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar span.addtocart-button {
  margin: 0;
  width: auto;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar span.addtocart-button .addtocart-button {
  width: auto;
  background: #666666 url(../images/shoping-cart.png) no-repeat 10px 10px;
  color: #fff;
  padding: 0px 10px 0px 35px;
  min-height: 32px;
  border: none;
  border-radius: 0;
  -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;
}
.productdetails-view .productdetail-content .product-info .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #80b601 url(../images/shoping-cart.png) no-repeat 10px 10px !important;
}
.productdetails-view .productdetail-content .product-info .vmask-top {
  margin-top: -68px;
  margin-left: 160px;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer {
  margin: 0 3px;
  float: left;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question a,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer a {
  display: inline-block;
  background: #80b601;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  line-height: 44px;
  text-align: center;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question a i,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer a i {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.productdetails-view .productdetail-content .product-info .vmask-top .ask-a-question a:hover,
.productdetails-view .productdetail-content .product-info .vmask-top .manufacturer a:hover {
  background: #666666;
}
.productdetails-view .productdetail-content .product-info .product-neighbours {
  margin: 1em 0 1em;
  clear: both;
  padding-top: 15px;
}
.productdetails-view .productdetail-content .product-info .product-neighbours a.previous-page {
  background: url(../images/neighbours.png) no-repeat 2px 4px;
}
.productdetails-view .productdetail-content .product-info .product-neighbours a.next-page {
  background: url(../images/neighbours.png) no-repeat right -84px;
}
.productdetails-view ul.nav-tabs {
  margin-bottom: 0;
}
.productdetails-view ul.nav-tabs li a {
  background-color: white;
  border-radius: 0;
  font-size: 133.8%;
  color: #666666;
  border-color: #EBEBEB;
  padding: 10px;
}
.productdetails-view ul.nav-tabs li a:hover {
  color: #80b601 !important;
}
.productdetails-view ul.nav-tabs li a.active {
  position: relative;
  padding: 12px 10px;
  margin-top: -4px !important;
  color: #80b601;
}
.productdetails-view ul.nav-tabs li a.active:before {
  content: '';
  width: 102%;
  height: 5px;
  display: block;
  background: #80b601;
  position: absolute;
  top: -5px;
  left: -1px;
}
.productdetails-view ul.nav-tabs li.active a {
  position: relative;
  padding: 12px 10px !important;
  margin-top: -4px !important;
  color: #80b601;
  border-bottom-color: #fff !important;
}
.productdetails-view ul.nav-tabs li.active a:before {
  content: '';
  width: 102%;
  height: 5px;
  display: block;
  background: #80b601;
  position: absolute;
  top: -5px;
  left: -1px;
}
.productdetails-view .tab-content {
  overflow: hidden;
  border: none;
  margin: 15px 0;
  position: relative;
}
.productdetails-view .tab-content .tab-pane {
  position: relative;
  z-index: 2;
  width: 100%;
  background: white;
  top: 0;
}
.productdetails-view .tab-content .product-description,
.productdetails-view .tab-content .customer-reviews {
  margin: 0 10px 0 0;
}
.productdetails-view .tab-content .product-description p {
  color: #666 !important;
}
.productdetails-view .write-reviews {
  clear: both;
  text-align: left;
}
.productdetails-view .write-reviews .rating {
  display: inline-block;
}
.productdetails-view .write-reviews span.step {
  display: block;
}
.productdetails-view .write-reviews #comment {
  width: 60%;
}
.productdetails-view .list-reviews .normal,
.productdetails-view .list-reviews .highlight {
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.productdetails-view .list-reviews .normal :before,
.productdetails-view .list-reviews .highlight :before {
  content: "";
  display: none;
}
.productdetails-view .list-reviews h3 {
  margin: 0;
  line-height: 100%;
  display: inline-block;
}
.productdetails-view .list-reviews .vote {
  display: block;
  margin-bottom: 5px;
}
.productdetails-view .list-reviews span.date {
  position: static;
  border: none;
  float: none;
  padding: 0;
  color: #999;
}
.productdetails-view .list-reviews blockquote {
  border: none;
  padding: 0;
}
.productdetails-view .product-related-products {
  border: #ebebeb 1px solid;
  margin: 0;
  display: block;
  padding-bottom: 0px;
}
.productdetails-view .product-related-products h3.item-title {
  font-size: 150%;
  font-weight: 200;
  border-bottom: #ebebeb 1px solid;
  background: #f4f4f4;
  padding: 10px;
  margin: 0;
}
.productdetails-view .product-related-products h3.item-title .nav_button {
  float: right;
  position: relative;
  display: inline-block;
}
.productdetails-view .product-related-products h3.item-title .nav_button .prevs,
.productdetails-view .product-related-products h3.item-title .nav_button .nexts {
  display: inline-block;
  float: left;
}
.productdetails-view .product-related-products h3.item-title .nav_button .prevs,
.productdetails-view .product-related-products h3.item-title .nav_button .nexts {
  display: block;
  background: white;
  width: 23px;
  height: 23px;
  line-height: 20px;
  text-align: center;
  border: #ebebeb 1px solid;
  margin: 0 2px;
  cursor: pointer;
}
.productdetails-view .product-related-products h3.item-title .nav_button .prevs i,
.productdetails-view .product-related-products h3.item-title .nav_button .nexts i {
  font-size: 13px;
  margin-right: 0;
  color: #c8c8c8;
}
.productdetails-view .product-related-products h3.item-title .nav_button .prevs:hover,
.productdetails-view .product-related-products h3.item-title .nav_button .nexts:hover {
  background: #80b601;
}
.productdetails-view .product-related-products h3.item-title .nav_button .prevs:hover i,
.productdetails-view .product-related-products h3.item-title .nav_button .nexts:hover i {
  color: #fff;
}
.productdetails-view #yt_relate {
  padding: 0;
  position: relative;
  overflow: hidden;
  border: none;
  width: 100%;
}
.productdetails-view #yt_relate .caroufredsel,
.productdetails-view #yt_relate .caroufredsel_wrapper {
  margin-bottom: -1px;
  min-height: 387px;
  height: auto;
  display: block;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate {
  margin: 0;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item {
  list-style: none;
  display: block;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: #ebebeb 1px dashed;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner {
  display: block;
  overflow: hidden;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-left {
  margin-right: 5px;
  width: 88px;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-left .product-img {
  width: 88px;
  height: 88px !important;
  text-align: center;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-left .product-img img {
  height: 100%;
  width: auto;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-left .product-img img:hover {
  opacity: 0.7;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right {
  width: 60%;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .price a {
  font-size: 120%;
  color: #666666;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .price a img {
  display: none !important;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .PricesalesPrice {
  font-size: 14px;
  color: #f48f00;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating {
  width: auto;
  z-index: 3;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating span.vote {
  color: #666666;
  font-size: 100%;
  margin-left: 0;
  float: none;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating .vmicon {
  width: 62px;
  height: 11px;
  background: url("../images/store/vm2-sprite.png") no-repeat 0 0;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating .vm2-stars1 {
  background-position: 0 -57px;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating .vm2-stars2 {
  background-position: 0 -43px;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating .vm2-stars3 {
  background-position: 0 -29px;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating .vm2-stars4 {
  background-position: 0 -14px;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote-rating .vm2-stars5 {
  background-position: 0 0;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item:hover .price a {
  color: #80b601 !important;
}
.productdetails-view #yt_relate #yt_caroufredsel_relate .item:first-child {
  border-top: none;
}
#fancybox-wrap {
  width: auto !important;
}
#fancybox-wrap #fancybox-content {
  width: auto !important;
}
#fancybox-wrap #fancybox-content > div {
  padding: 0px 0px 40px;
  width: 380px !important;
  margin: 10px;
  text-align: center;
}
#fancybox-wrap #fancybox-content > div h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
#fancybox-wrap #fancybox-content > div > a {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
}
#fancybox-wrap #fancybox-content > div > a.showcart {
  right: 0;
  left: auto;
  background: #80b601;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0 !important;
  width: 110px;
  background: #666666;
}
#fancybox-wrap #fancybox-content > div > a.showcart:hover {
  background: #80b601;
}
#fancybox-wrap #fancybox-content > div .product-related-products {
  display: none;
}
#facebox .popup .content {
  width: 380px;
  padding: 15px 15px 60px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#facebox .popup .content div {
  display: block;
  position: relative;
}
#facebox .popup .content div h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
#facebox .popup .content div > a {
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 0;
}
#facebox .popup .content div > a.showcart {
  right: 0;
  left: auto;
  background: #80b601;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0 !important;
  background: #666666;
}
#facebox .popup .content div > a.showcart:hover {
  background: #80b601;
}
#facebox .popup .content div .continue_link {
  background: none repeat scroll 0 0 #80b601;
  border: medium none;
  border-radius: 0 !important;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  line-height: 22px;
  padding: 5px 15px;
  text-shadow: none;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: top;
}
#facebox .popup .content div .continue_link:hover {
  background: #666;
  color: #fff;
}
#facebox .popup .content div .product-related-products {
  display: none;
}
.view-cart .yt-main-in2 #content_main #maintop {
  display: none;
}
.cart-view #com-form-login {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.cart-view #com-form-login .yt-title {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  line-height: 100%;
  margin-bottom: 2em;
  font-weight: bold;
}
.cart-view input.default {
  height: 30px;
  background: #80b601;
  border: medium none;
  border-radius: 0 !important;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  line-height: 22px;
  padding: 5px 15px;
  text-shadow: none;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: top;
}
.cart-view input.default:hover {
  background: #666666;
}
.cart-view .billto-shipto {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
}
.cart-view .billto-shipto .output-shipto {
  color: #909090;
  font-size: 11px;
}
.cart-view .billto-shipto #output-shipto-display {
  display: none;
}
.cart-view .billto-shipto span {
  font-weight: bold;
  font-size: 12px;
}
.cart-view .billto-shipto a.details {
  background: transparent;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  color: #80b601;
}
.cart-view .billto-shipto a.details:hover {
  color: #666666;
}
.cart-view .vm-fieldset-customer-note div.customer-note {
  padding: 10px 0 0;
}
.cart-view .vm-fieldset-customer-note div.customer-note span {
  margin: 0;
  float: left;
}
.cart-view .vm-fieldset-customer-note div.customer-note textarea {
  background-color: #fff;
  background-image: linear-gradient(#f7f7f7,#fff 50%,#fff);
  background-repeat: no-repeat;
  border-color: #ddd;
  border-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 12px;
  padding: 4px 6px;
  width: 85% !important;
  height: 85px;
  float: left;
  clear: both;
  display: inline-block;
}
.cart-view .vm-fieldset-tos span {
  display: none;
}
.cart-view .vm-fieldset-tos input.terms-of-service {
  margin: -2px 10px 0 0;
}
.cart-view .vm-fieldset-tos div.terms-of-service a {
  color: #666;
}
.cart-view .vm-fieldset-tos div.terms-of-service a:hover {
  color: #80b601;
}
.cart-view .cart-summary {
  font-size: 14px;
  margin-bottom: 2em;
}
.cart-view .cart-summary thead tr th {
  background-color: #80b601;
  border-bottom-color: #6e9d01;
}
.cart-view .cart-summary form,
.cart-view .cart-summary input {
  margin: 0;
}
.cart-view .cart-summary input {
  padding: 1px 10px;
  width: auto;
}
.cart-view .cart-summary .vm2-add_quantity_cart,
.cart-view .cart-summary .vm2-remove_from_cart {
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  background: url(../images/store/vm2-sprite.png) no-repeat 0px -85px;
}
.cart-view .cart-summary .vm2-remove_from_cart {
  background-position: -34px -89px;
  vertical-align: middle;
  margin: 0;
}
.cart-view .cart-summary .PricesalesPrice {
  font-weight: bold;
  color: #80b601;
}
.cart-view .cart-summary .vm-customfield-cart {
  font-size: 12px;
  color: #999;
}
.cart-view .cart-summary .vmicon {
  border: none !important;
}
.cart-view .customer-comment {
  text-align: left;
  border: none;
}
.cart-view .customer-comment textarea {
  width: 85%;
}
.cart-view .checkout-button-top {
  border: none;
  text-align: left;
}
.cart-view .checkout-button-top div.terms-of-service {
  margin-top: 3px;
  vertical-align: middle;
  padding: 0;
  display: inline-block;
}
.cart-view .checkout-button-top div.terms-of-service a {
  color: #666666;
}
.cart-view .checkout-button-top div.terms-of-service a:hover {
  color: #80b601;
}
.cart-view .checkout-button-top > label {
  margin-bottom: 20px;
}
.cart-view .checkout-button-top .vm-button-correct {
  font-size: 12px;
  text-transform: uppercase;
  background: #80b601;
  border: 0 none;
}
.cart-view .checkout-button-top .vm-button-correct:hover {
  background: #666666;
  border-color: #666666;
}
.spaceStyle td {
  border-bottom: 1px solid #ececec;
  padding: 8px 0;
}
.spaceStyle #ui-tabs ul#tabs {
  padding-left: 0;
}
.logout-button input {
  background: #80b601;
  border: 0 none;
}
.logout-button input:hover {
  background: #666666;
}
.acount-view {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px;
}
.acount-view .page-header {
  margin: 0 0 15px;
  font-weight: normal;
}
.acount-view legend {
  color: #686868;
  line-height: 30px;
}
.ask-a-question-view {
  padding: 0;
}
.ask-a-question-view .modal {
  position: static;
  margin: 0;
  box-shadow: none;
  border: none;
}
.ask-a-question-view .form-field textarea.field {
  width: 360px;
}
.manufacturer-details-view .spacer {
  padding: 0;
}
.manufacturer-description {
  overflow: hidden;
}
#userForm label {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
#userForm .control-buttons {
  margin-bottom: 10px;
}
#userForm .control-buttons .button {
  margin-left: 10px;
  font-size: 100%;
  background: #80b601;
  border: none;
}
#userForm .control-buttons .button:hover {
  font-size: 100%;
  background: #666666;
}
#userForm .control-buttons #reg_text {
  display: block;
  clear: both;
  float: none;
  margin-bottom: 10px;
}
#userForm table.user-details input {
  width: 215px;
}
.vmgroup .vmproduct {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ECECEC;
  text-align: center;
}
.vmgroup .vmproduct div.PricesalesPrice {
  padding: 6px 10px;
  background: #80b601;
  font-size: 118%;
  font-weight: bold;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
}
.vmgroup .vmproduct .featuredProductImage {
  width: 75%;
}
.vmgroup .vmproduct .title {
  font-size: 138.5%;
  margin: 5px 0 20px;
  display: block;
}
.vmCartModule .total_products {
  padding: 3px 0;
  font-size: 91%;
  font-weight: 600;
}
.vmCartModule .total_products .total {
  text-align: center;
  line-height: 45px;
  border: 3px solid #01cea7;
  display: inline-block;
  margin: 10px 10px 10px 0;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-size: 14px;
  vertical-align: text-top;
  height: 28px;
  width: 28px;
  line-height: 27px;
  background-color: #fff;
  margin: -10px 5px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.vmCartModule .total_products .total i {
  margin: 0;
}
.vmCartModule .total_products .total span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -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: 0 4px;
}
.vmCartModule .total_products .total span:before {
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.vmCartModule .total_products .total span {
  animation: bounceInDown 5s linear infinite;
  -webkit-animation: bounceInDown 5s linear infinite;
}
.bounceInDown 0% {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.bounceInDown 10% {
  transform: translateY(110%);
  -webkit-transform: translateY(110%);
}
.bounceInDown 15% {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.bounceInDown 100% {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
@-webkit-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@-o-keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
@keyframes bounceInDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  10% {
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
  }
  15% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
.search .phrases .ordering-box select {
  display: block !important;
}
.search .phrases .ordering-box .chzn-container {
  display: none;
}
.vm-chzn .chzn-container {
  display: none;
}
.rtl .ratingbox {
  text-align: right;
}
.rtl #cloud-zoom-big {
  left: auto !important;
  right: 370px;
}
.rtl .exnews .sj-extraslider .extraslider-header .extraslider-control .button-prev .fa,
.rtl .exnews .sj-extraslider .extraslider-header .extraslider-control .button-next .fa {
  margin-right: 5px;
}
.rtl .featured-view .product-header,
.rtl .topten-view .product-header {
  text-align: right;
}
.rtl .featured-view .product-header .title,
.rtl .topten-view .product-header .title {
  padding: 6px 6px 0 0;
}
.rtl .category-view .horizontal-separator {
  background: transparent;
  margin: 12px 0;
}
.rtl .browse-view .spacer .product-header .title {
  padding: 6px 6px 0 0;
}
.rtl .browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
  right: auto;
  left: 6px;
}
.rtl .browse-view .orderby-displaynumber .display-number {
  text-align: left !important;
}
.rtl .browse-view .orderby-displaynumber {
  border: none;
  border-right: 3px solid #80b601;
  padding: 0 8px 0 0;
}
.rtl .browse-view .spacer .addtocart-area {
  padding-right: 10px;
}
.rtl .browse-view .spacer .addtocart-area .product-prices {
  text-align: right !important;
}
.rtl .browse-view .spacer .addtocart-area .product-prices .prices {
  display: inline-block;
  float: right;
}
.rtl .browse-view .spacer .addtocart-area .product-prices .prices .PricesalesPrice .PricesalesPrice {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .productdetails-view .product-image .mousetrap {
  left: auto;
  right: 0;
}
.rtl .productdetails-view .product-image .list_carousel {
  margin-left: 7px;
  margin-right: -7px;
}
.rtl .productdetails-view .product-info {
  padding-bottom: 30px;
}
.rtl .productdetails-view .product-info .product-title {
  margin: 0 0 0 20px;
  float: right;
}
.rtl .productdetails-view .product-info .icons {
  float: left;
  margin: 0;
}
.rtl .productdetails-view .product-info .availability {
  text-align: right;
}
.rtl .productdetails-view .product-info .product-fields span.product-fields-title-wrapper {
  margin: 0 0 0 10px !important;
  display: inline-block;
}
.rtl .productdetails-view .product-info .product-fields .chzn-container.chzn-container-single.chzn-container-single-nosearch {
  display: none !important;
}
.rtl .productdetails-view .product-info .product-fields .vm-chzn-select.chzn-done {
  display: block !important;
}
.rtl .productdetails-view .product-info .addtocart-bar .quantity-box {
  float: right;
}
.rtl .productdetails-view .product-info .addtocart-bar .quantity-controls {
  float: right;
  border: none !important;
}
.rtl .productdetails-view .product-info .addtocart-bar span.addtocart-button {
  float: right;
  margin: 0;
}
.rtl .productdetails-view .product-info .vmask-top {
  margin: -68px 165px 0 0;
}
.rtl .productdetails-view .product-info .vmask-top .ask-a-question {
  float: right;
}
.rtl .productdetails-view .product-info .vmask-top .manufacturer {
  float: right;
}
.rtl .productdetails-view .product-info div.PricesalesPrice {
  float: right;
}
.rtl .productdetails-view .product-info div.PricesalesPrice span.PricesalesPrice {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .productdetails-view .product-info div.PricediscountAmount {
  float: right;
}
.rtl .productdetails-view .product-related-products .nav_button {
  float: left !important;
}
.rtl .productdetails-view .nav-tabs {
  margin: 40px 0 0;
}
.rtl .productdetails-view .nav-tabs > li {
  float: right;
}
.rtl .productdetails-view .write-reviews {
  text-align: right;
}
.rtl .productdetails-view .write-reviews h4 {
  text-align: right;
}
.rtl .productdetails-view #yt_relate #yt_caroufredsel .item {
  text-align: right;
}
.rtl .productdetails-view #yt_relate #yt_caroufredsel .item .spacer .product-header .title {
  padding: 6px 6px 0 0;
}
.rtl .productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right {
  text-align: right;
}
.rtl .productdetails-view #yt_relate #yt_caroufredsel_relate .item .product-content-inner .product-right .vote {
  float: none;
  margin-left: 0;
}
.rtl .productdetails-view .product-related-products h3.item-title .nav_button  i {
  margin-right: 5px;
}
.rtl .productdetails-view .productdetail-content .product-info .product-fields .product-field .product-fields-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.rtl .cart-view .cartview-head .button2 {
  text-align: left !important;
}
.rtl .cart-view .customer-comment,
.rtl .cart-view .checkout-button-top {
  text-align: right;
}
.rtl .cart-view .checkout-button-top input.terms-of-service {
  margin: 0 0 0 10px;
}
.rtl .manufacturer-details-view img {
  float: left;
}
.rtl .formError {
  left: 300px !important;
}
.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 13px;
}
.rtl .productdetails-view .productdetail-content .product-image .additional-images .list_carousel {
  float: right;
}
.view-productdetails #maintop .bannerc {
  display: none;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-control.ctajax-error .el-error {
  margin-top: -14px;
}
.archive .filter-search button.button {
  padding: 3px 15px;
}
.item-page div.article-info ul.actions li.print-icon a::after {
  display: none;
}
.item-page div.article-info ul.actions li.email-icon a::after {
  display: none;
}
.icon-caret-right {
  color: #ddd;
  position: relative;
  top: 1px;
}
.newsfeed-category .list-condensed li {
  border-bottom: 1px solid #eee;
  padding: 8px;
}
.newsfeed-category .list-condensed li .pull-left {
  width: 50%;
}
.newsfeed-category .list-condensed li .pull-left:first-child .list-title a {
  color: #666666;
}
.newsfeed-category .list-condensed li .pull-left:first-child .list-title a:hover {
  color: #80b601;
}
.newsfeed-category .list-condensed li .pull-left:nth-child(3) {
  float: right;
}
.newsfeed-category .list-condensed li br {
  display: none;
}
.newsfeed-category .list-condensed li:hover {
  background: #f5f5f5;
}
div.mod-languages img {
  position: relative;
  top: -2px;
}
.sj-responsive-listing .respl-wrap a:hover {
  text-decoration: none;
}
.login-greeting {
  float: left;
  position: relative;
  top: 6px;
}
.logout-button {
  float: right;
  padding: 5px;
}
.myaccount.jmoddiv li #login-form {
  padding: 0;
  background: none;
  border: 0 none;
  box-shadow: 0 !important;
  margin: 0;
}
.myaccount li #login-form.logout {
  padding: 0;
  background: none;
  border: 0 none;
  box-shadow: 0 !important;
  margin: 0;
}
