.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #666;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #794c2b;
}
.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: #bd945c;
}
#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: 999;
  font-size: 11px;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 26px;
  left: -47px;
  top: 9px;
  padding: 7px 10px;
  cursor: pointer;
  overflow: hidden;
  background: url("../images/cpanel/bg-cpanel-head.png") repeat #666666;
  -webkit-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) #bd945c rgba(0,0,0,0) rgba(0,0,0,0);
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn {
  background: #bd945c;
  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;
}
#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: 250;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 250;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #bd945c;
  -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: #bd945c;
  color: #eee;
  border: 1px solid #a47b42;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
#yt_tool_bottom .module .btn-special span {
  line-height: 32px;
}
#yt_header {
  z-index: 20;
  left: 0;
  width: 100%;
  max-height: 50px;
  margin-bottom: 30px;
  position: relative;
}
#yt_header .container {
  position: relative;
  min-height: 50px;
}
#yt_header .module {
  padding: 0;
}
#yt_header #yt_logoposition {
  margin-top: -40px;
  position: absolute;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  left: 0;
}
#yt_header #yt_logoposition a {
  display: inline-block;
  margin: 0;
}
#yt_header #yt_menuposition {
  position: absolute;
  left: 205px;
  top: 0;
  right: 0;
}
.homepage {
  margin-bottom: 0px;
}
.homepage #yt_header #yt_menuposition {
  left: 25px;
}
.homepage .item-page .pagenav {
  display: none;
}
#yt_slideshow .container {
  position: relative;
  overflow: hidden;
}
#yt_slideshow .module {
  margin: 0;
  padding: 0;
}
#yt_breadcrumb {
  padding: 0;
}
#yt_breadcrumb .module {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #bd945c;
}
#yt_breadcrumb h3.breadcrumb-title {
  font-size: 150%;
}
#yt_wrapper {
  position: relative;
  z-index: 3;
  box-shadow: 0 0 5px #000000;
  -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;
}
#content {
  padding: 30px 0;
  z-index: 6;
}
#content #yt_component {
  clear: both;
  font-weight: 300;
  line-height: 22px;
}
#content #mainbottom1,
#content #mainbottom2 {
  margin-top: 80px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#content.layout-mr #content_right .module {
  margin-bottom: 30px;
}
#yt_spotlight1 {
  position: relative;
  background: #926d3b;
}
#yt_spotlight1 #topheader {
  position: relative;
  z-index: 9999;
}
#yt_spotlight1 .module {
  margin: 0;
  padding: 0;
}
#yt_spotlight2 {
  padding: 90px 0 0;
}
#yt_spotlight2 .module {
  padding: 0;
}
#yt_spotlight2 h3.modtitle {
  margin-bottom: 30px;
}
#yt_spotlight2 ul.menu li {
  padding: 2px 0;
}
#yt_spotlight2 ul.menu li a {
  color: #ccc;
  display: block;
}
#yt_spotlight2 ul.menu li a:hover {
  color: #fff;
}
#yt_spotlight6 {
  background: #bd945c;
  padding-top: 50px;
  margin-bottom: 50px;
}
#yt_spotlight6 .module {
  padding: 0;
}
#yt_spotlight7 .module {
  padding: 0;
  margin-bottom: 100px;
}
#yt_spotlight8 {
  background: #bd945c;
  padding-top: 50px;
}
#yt_spotlight8 .module {
  padding: 0 0 50px;
  margin: 0;
}
#yt_spotlight9 {
  padding: 50px 0;
  background: #794c2b;
  color: #f0e7db;
  font-weight: 300;
}
#yt_spotlight9 .module {
  padding: 0;
  margin: 0;
}
#yt_footer {
  color: #f0e7db;
  padding: 20px 0;
  border-top: 1px solid #84532f;
  background: #794c2b;
}
#yt_footer #yt_copyrightposition {
  padding: 30px 0;
  text-align: center;
  position: relative;
}
#yt_footer #yt_copyrightposition a {
  color: #bd945c;
}
#yt_footer #yt_copyrightposition a:hover {
  color: #fff;
}
#yt_footer #yt_copyrightposition #sjtotop {
  display: inline-block;
  background: url(../images/icons/icon-totop.png) no-repeat center center #bd945c;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: -39px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
#yt_footer #yt_copyrightposition #sjtotop:hover {
  background-color: #a47b42;
}
.homepage #yt_logoposition {
  display: none;
}
.homepage #yt_spotlight1 {
  display: none;
}
.homepage #content #content_right {
  margin-top: 10px;
}
.container {
  width: 1170px;
}
div.row-fluid .first[class*="span"] {
  margin: 0;
}
div.row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 20px;
}
div.row-fluid .hidden {
  display: none !important;
}
div.row-fluid [class*="span"] {
  min-height: 3px;
}
@media (max-width: 1024px) {
  #bd {
    width: 1190px;
  }
}
a {
  color: #bd945c;
  -webkit-transition: color 0.15s ease-in-out 0s;
  -moz-transition: color 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s;
}
a:hover {
  color: #8c5832;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
}
button.btn [class^="icon-"] {
  margin: 0;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 92%;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 -1px 0 #fff inset;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank,
ul.thumbnails {
  list-style: none;
  margin: 0;
  padding: 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: #bd945c;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #bd945c;
}
select {
  padding: 5px 6px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #dac4a5;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
button[type="submit"] {
  outline: 0 none;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F7F7F7),color-stop(50%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: -moz-linear-gradient(top,#F7F7F7,#fff 50%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 7px 10px;
  border-color: #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.btn-large {
  font-size: 16.25px;
  padding: 9px 19px;
}
.button,
button {
  background: #bd945c;
  color: #fff;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:hover,
button:hover {
  background: #8c5832;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: left;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.form-inline .input-append .add-on i {
  margin: 0 !important;
}
.collapse {
  overflow: hidden;
}
.form-inline .btn-primary .icon-search {
  vertical-align: 1px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #666;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #666;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #666;
  border-bottom: 2px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-top: 1px solid #ddd;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.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: #f16529 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
div.categories-list > div {
  margin-bottom: 2em;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
  background: #bd945c;
}
div.categories-list > div h3.page-header a {
  color: #bd945c;
}
div.categories-list > div h3.page-header a:hover {
  color: #794c2b;
}
div.categories-list > [class*="cat-list-row"] > h3.item-title a {
  color: #bd945c;
}
div.categories-list > [class*="cat-list-row"] > h3.item-title a:hover {
  color: #794c2b;
}
div.categories-list ul {
  position: relative;
  margin: 0;
  padding-left: 15px;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
div.categories-list ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
div.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
.content-main-inner .blog .resplc-loadmore {
  margin: 0px 0 0;
  border-top: 1px solid #ccc;
}
.content-main-inner .blog .resplc-loadmore .resplc-loadmore-btn {
  background: #bd945c;
  padding: 15px 33px;
  font-size: 18px;
  text-align: center;
}
.content-main-inner .blog .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  text-align: center;
}
.content-main-inner .blog .resplc-loadmore .resplc-loadmore-btn:hover {
  background: #354449;
}
.blog .category-showitemlist {
  padding: 0 0 0 40px;
  background: url("../images/brown/big-title.png") no-repeat left top;
  line-height: 24px;
  margin: 0 0 25px;
  border: none;
}
.blog .category-showitemlist h2 {
  font-size: 215%;
  line-height: 24px;
  text-transform: uppercase;
}
.blog .category-showitemlist h2 a {
  color: #666;
}
.blog .category-showitemlist h2 a:hover {
  color: #bd945c;
}
.blog .category-showitemlist p {
  margin: 0;
  font-size: 130%;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  color: #999;
}
.blog .category-desc {
  margin: 0 0 40px;
}
.blog .items-leading {
  overflow: hidden;
  padding: 0 0 5px;
  border-bottom: 1px solid #EEEEEE;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  overflow: hidden;
  padding-bottom: 50px;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover,
.blog .items-leading .item .item-image a .circle_hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  background: url(../images/icons/icon-eye.png) no-repeat center center #bd945c;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -20px 0 0 -20px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in,
.blog .items-leading .item .item-image a .circle_hover.circle_in {
  opacity: 1;
  left: 50%;
  transform: rotate(180deg);
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out,
.blog .items-leading .item .item-image a .circle_hover.circle_in.circle_out {
  opacity: 0;
  left: 110%;
  transform: rotate(360deg);
}
.blog .items-leading .item .item-image:hover .preview,
.blog .items-leading .item .item-image:hover .circle_hover {
  left: 50%;
  opacity: 1;
  fiter: alpha(opacity=100);
}
.blog .items-leading .item .article-text {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
.blog .items-leading .item .article-text .create-date {
  font-size: 130%;
  font-weight: 700;
  width: 50px;
  height: 45px;
  background: #bd945c;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 5px 0 0px;
  margin: 0 0 25px;
}
.blog .items-leading .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #666;
  line-height: 20px;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #bd945c;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 13px;
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions li a img {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo #icons ul.actions li a:hover {
  color: #bd945c;
}
.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: block;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-leading .item .article-text .content_rating {
  margin-bottom: 7px;
  color: #999;
}
.blog .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.blog .items-leading .item .article-text .article-info {
  margin: 0;
}
.blog .items-leading .item .article-text .article-info dd {
  margin: 0 0 5px;
}
.blog .items-leading .item .article-text .article-info dd a {
  color: #666;
}
.blog .items-leading .item .article-text .article-info dd a:hover {
  color: #bd945c;
}
.blog .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  clear: both;
}
.blog .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  color: #999;
}
.blog .items-leading .item .article-text .item-tags .tags a {
  font-size: 100%;
  font-weight: 300;
  color: #bd945c;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  background: inherit;
}
.blog .items-leading .item .article-text .item-tags .tags a:hover {
  color: #794c2b;
}
.blog .items-leading .item .article-text .item-readmore {
  margin-top: 10px;
  display: block;
  color: #bd945c;
}
.blog .items-leading .item .article-text .item-readmore .extra-more {
  border-color: #eafbf5;
}
.blog .items-leading .item .article-text .item-readmore .extra-more-img {
  margin-left: 10px;
}
.blog .items-leading .item .article-text .item-readmore:hover .extra-more {
  border-color: #bd945c;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0px 1em 0 !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0px 1em 0;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading .item.span3,
.blog .items-leading .item.span4,
.blog .items-leading .item.span6 {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.blog .items-leading .item.span3 .article-text,
.blog .items-leading .item.span4 .article-text,
.blog .items-leading .item.span6 .article-text {
  padding: 0;
}
.blog .items-leading .item.span3 .article-text .create-date,
.blog .items-leading .item.span4 .article-text .create-date,
.blog .items-leading .item.span6 .article-text .create-date {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.blog .items-leading .item.span6 .article-text .create-date {
  right: 5px;
}
.blog .items-leading .item:hover .article-text .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-leading .item:hover .article-text .item-readmore .extra-more {
  width: 70%;
}
.blog .items-leading .item:hover.span3 .article-text .item-readmore .extra-more {
  width: 60%;
}
.blog .items-leading .leading-0 {
  padding-top: 0;
}
.blog .items-row.row-0 .item {
  padding-top: 0;
}
.blog .items-row .item {
  overflow: hidden;
  padding-bottom: 50px;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover,
.blog .items-row .item .item-image a .circle_hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  background: url(../images/icons/icon-eye.png) no-repeat center center #bd945c;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -20px 0 0 -20px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover.circle_in,
.blog .items-row .item .item-image a .circle_hover.circle_in {
  opacity: 1;
  left: 50%;
  transform: rotate(180deg);
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out,
.blog .items-row .item .item-image a .circle_hover.circle_in.circle_out {
  opacity: 0;
  left: 110%;
  transform: rotate(360deg);
}
.blog .items-row .item .item-image:hover .preview,
.blog .items-row .item .item-image:hover .circle_hover {
  left: 50%;
  opacity: 1;
  fiter: alpha(opacity=100);
}
.blog .items-row .item .article-text {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
.blog .items-row .item .article-text .create-date {
  font-size: 130%;
  font-weight: 700;
  width: 50px;
  height: 45px;
  background: #bd945c;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 5px 0 0px;
  margin: 0 0 25px;
}
.blog .items-row .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #666;
  line-height: 20px;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #bd945c;
}
.blog .items-row .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 13px;
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions li a img {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo #icons ul.actions li a:hover {
  color: #bd945c;
}
.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: block;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-row .item .article-text .content_rating {
  margin-bottom: 7px;
  color: #999;
}
.blog .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.blog .items-row .item .article-text .article-info {
  margin: 0;
}
.blog .items-row .item .article-text .article-info dd {
  margin: 0 0 5px;
}
.blog .items-row .item .article-text .article-info dd a {
  color: #666;
}
.blog .items-row .item .article-text .article-info dd a:hover {
  color: #bd945c;
}
.blog .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  clear: both;
}
.blog .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  color: #999;
}
.blog .items-row .item .article-text .item-tags .tags a {
  font-size: 100%;
  font-weight: 300;
  color: #bd945c;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  background: inherit;
}
.blog .items-row .item .article-text .item-tags .tags a:hover {
  color: #794c2b;
}
.blog .items-row .item .article-text .item-readmore {
  margin-top: 10px;
  display: block;
  color: #bd945c;
}
.blog .items-row .item .article-text .item-readmore .extra-more {
  border-color: #eafbf5;
}
.blog .items-row .item .article-text .item-readmore .extra-more-img {
  margin-left: 10px;
}
.blog .items-row .item .article-text .item-readmore:hover .extra-more {
  border-color: #bd945c;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0px 1em 0 !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0px 1em 0;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row .item.span3,
.blog .items-row .item.span4,
.blog .items-row .item.span6 {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.blog .items-row .item.span3 .article-text,
.blog .items-row .item.span4 .article-text,
.blog .items-row .item.span6 .article-text {
  padding: 0;
}
.blog .items-row .item.span3 .article-text .create-date,
.blog .items-row .item.span4 .article-text .create-date,
.blog .items-row .item.span6 .article-text .create-date {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.blog .items-row .item.span6 .article-text .create-date {
  right: 5px;
}
.blog .items-row .item:hover .article-text .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .items-row .item:hover .article-text .item-readmore .extra-more {
  width: 70%;
}
.blog .items-row .item:hover.span3 .article-text .item-readmore .extra-more {
  width: 60%;
}
.content-main-inner .blog-featured .resplc-loadmore {
  margin: 0px 0 0;
  border-top: 1px solid #ccc;
}
.content-main-inner .blog-featured .resplc-loadmore .resplc-loadmore-btn {
  background: #bd945c;
  padding: 15px 33px;
  font-size: 18px;
  text-align: center;
}
.content-main-inner .blog-featured .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  text-align: center;
}
.content-main-inner .blog-featured .resplc-loadmore .resplc-loadmore-btn:hover {
  background: #354449;
}
.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;
  padding-bottom: 50px;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover,
.blog-featured .items-leading .item .item-image a .circle_hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  background: url(../images/icons/icon-eye.png) no-repeat center center #bd945c;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -20px 0 0 -20px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in,
.blog-featured .items-leading .item .item-image a .circle_hover.circle_in {
  opacity: 1;
  left: 50%;
  transform: rotate(180deg);
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out,
.blog-featured .items-leading .item .item-image a .circle_hover.circle_in.circle_out {
  opacity: 0;
  left: 110%;
  transform: rotate(360deg);
}
.blog-featured .items-leading .item .item-image:hover .preview,
.blog-featured .items-leading .item .item-image:hover .circle_hover {
  left: 50%;
  opacity: 1;
  fiter: alpha(opacity=100);
}
.blog-featured .items-leading .item .article-text {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
.blog-featured .items-leading .item .article-text .create-date {
  font-size: 130%;
  font-weight: 700;
  width: 50px;
  height: 45px;
  background: #bd945c;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 5px 0 0px;
  margin: 0 0 25px;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #666;
  line-height: 20px;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #bd945c;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 13px;
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo #icons ul.actions li a:hover {
  color: #bd945c;
}
.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: block;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-leading .item .article-text .content_rating {
  margin-bottom: 7px;
  color: #999;
}
.blog-featured .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.blog-featured .items-leading .item .article-text .article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-text .article-info dd {
  margin: 0 0 5px;
}
.blog-featured .items-leading .item .article-text .article-info dd a {
  color: #666;
}
.blog-featured .items-leading .item .article-text .article-info dd a:hover {
  color: #bd945c;
}
.blog-featured .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  clear: both;
}
.blog-featured .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  color: #999;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a {
  font-size: 100%;
  font-weight: 300;
  color: #bd945c;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  background: inherit;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a:hover {
  color: #794c2b;
}
.blog-featured .items-leading .item .article-text .item-readmore {
  margin-top: 10px;
  display: block;
  color: #bd945c;
}
.blog-featured .items-leading .item .article-text .item-readmore .extra-more {
  border-color: #eafbf5;
}
.blog-featured .items-leading .item .article-text .item-readmore .extra-more-img {
  margin-left: 10px;
}
.blog-featured .items-leading .item .article-text .item-readmore:hover .extra-more {
  border-color: #bd945c;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0px 1em 0 !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0px 1em 0;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading .item.span3,
.blog-featured .items-leading .item.span4,
.blog-featured .items-leading .item.span6 {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.blog-featured .items-leading .item.span3 .article-text,
.blog-featured .items-leading .item.span4 .article-text,
.blog-featured .items-leading .item.span6 .article-text {
  padding: 0;
}
.blog-featured .items-leading .item.span3 .article-text .create-date,
.blog-featured .items-leading .item.span4 .article-text .create-date,
.blog-featured .items-leading .item.span6 .article-text .create-date {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.blog-featured .items-leading .item.span6 .article-text .create-date {
  right: 5px;
}
.blog-featured .items-leading .item:hover .article-text .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-leading .item:hover .article-text .item-readmore .extra-more {
  width: 70%;
}
.blog-featured .items-leading .item:hover.span3 .article-text .item-readmore .extra-more {
  width: 60%;
}
.blog-featured .items-row {
  overflow: hidden;
}
.blog-featured .items-row.cols-2,
.blog-featured .items-row.cols-3,
.blog-featured .items-row.cols-4,
.blog-featured .items-row.row-0 {
  border-top: none;
}
.blog-featured .items-row .item {
  padding: 0 0 10px 0;
  overflow: hidden;
  padding-bottom: 50px;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover,
.blog-featured .items-row .item .item-image a .circle_hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  background: url(../images/icons/icon-eye.png) no-repeat center center #bd945c;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -20px 0 0 -20px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover.circle_in,
.blog-featured .items-row .item .item-image a .circle_hover.circle_in {
  opacity: 1;
  left: 50%;
  transform: rotate(180deg);
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out,
.blog-featured .items-row .item .item-image a .circle_hover.circle_in.circle_out {
  opacity: 0;
  left: 110%;
  transform: rotate(360deg);
}
.blog-featured .items-row .item .item-image:hover .preview,
.blog-featured .items-row .item .item-image:hover .circle_hover {
  left: 50%;
  opacity: 1;
  fiter: alpha(opacity=100);
}
.blog-featured .items-row .item .article-text {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
.blog-featured .items-row .item .article-text .create-date {
  font-size: 130%;
  font-weight: 700;
  width: 50px;
  height: 45px;
  background: #bd945c;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 5px 0 0px;
  margin: 0 0 25px;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #666;
  line-height: 20px;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #bd945c;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 13px;
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo #icons ul.actions li a:hover {
  color: #bd945c;
}
.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: block;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-row .item .article-text .content_rating {
  margin-bottom: 7px;
  color: #999;
}
.blog-featured .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.blog-featured .items-row .item .article-text .article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-text .article-info dd {
  margin: 0 0 5px;
}
.blog-featured .items-row .item .article-text .article-info dd a {
  color: #666;
}
.blog-featured .items-row .item .article-text .article-info dd a:hover {
  color: #bd945c;
}
.blog-featured .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  clear: both;
}
.blog-featured .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  color: #999;
}
.blog-featured .items-row .item .article-text .item-tags .tags a {
  font-size: 100%;
  font-weight: 300;
  color: #bd945c;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  background: inherit;
}
.blog-featured .items-row .item .article-text .item-tags .tags a:hover {
  color: #794c2b;
}
.blog-featured .items-row .item .article-text .item-readmore {
  margin-top: 10px;
  display: block;
  color: #bd945c;
}
.blog-featured .items-row .item .article-text .item-readmore .extra-more {
  border-color: #eafbf5;
}
.blog-featured .items-row .item .article-text .item-readmore .extra-more-img {
  margin-left: 10px;
}
.blog-featured .items-row .item .article-text .item-readmore:hover .extra-more {
  border-color: #bd945c;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0px 1em 0 !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0px 1em 0;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row .item.span3,
.blog-featured .items-row .item.span4,
.blog-featured .items-row .item.span6 {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.blog-featured .items-row .item.span3 .article-text,
.blog-featured .items-row .item.span4 .article-text,
.blog-featured .items-row .item.span6 .article-text {
  padding: 0;
}
.blog-featured .items-row .item.span3 .article-text .create-date,
.blog-featured .items-row .item.span4 .article-text .create-date,
.blog-featured .items-row .item.span6 .article-text .create-date {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.blog-featured .items-row .item.span6 .article-text .create-date {
  right: 5px;
}
.blog-featured .items-row .item:hover .article-text .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-featured .items-row .item:hover .article-text .item-readmore .extra-more {
  width: 70%;
}
.blog-featured .items-row .item:hover.span3 .article-text .item-readmore .extra-more {
  width: 60%;
}
.blog-featured .items-row .item .item-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog .items-leading + .items-row .item {
  padding-top: 20px;
}
body.homepage .item-page .page-header {
  margin: 0 0 20px;
}
.item-page .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
  margin: 0 0 5px;
}
.item-page .page-header h2 {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
.item-page .page-header h2 a {
  color: #666;
  line-height: 20px;
}
.item-page .page-header h2 a:hover {
  color: #bd945c;
}
.item-page .page-header h2 {
  font-size: 215%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.item-page .page-header h2 a:hover {
  color: #bd945c;
}
.item-page .article-info {
  margin-bottom: 8px;
  margin: 0 0 20px;
}
.item-page .article-info #icons ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.item-page .article-info #icons ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.item-page .article-info #icons ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page .article-info #icons ul.actions li.email-icon a:after {
  content: "\f003";
}
.item-page .article-info #icons ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .article-info #icons ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 13px;
}
.item-page .article-info #icons ul.actions li a img {
  display: none;
}
.item-page .article-info #icons ul.actions li a:hover {
  color: #bd945c;
}
.item-page .article-info dl.article-info {
  margin: 0;
}
.item-page .article-info dl.article-info dd {
  display: block;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
.item-page .article-info ul.actions li.email-icon {
  margin: 0;
}
.item-page .article-info dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
.item-page .article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .article-info dl.article-info .createdby {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
.item-page .article-info dl.article-info .tags {
  font-size: 14px;
  font-weight: 300;
}
.item-page .article-info dl.article-info .tags span a {
  color: #bd945c;
  background: inherit;
  text-shadow: inherit;
  font-size: 14px;
  font-weight: 300;
}
.item-page .article-info dl.article-info .tags span a:hover {
  color: #794c2b;
}
.item-page .article-info a {
  color: #999;
}
.item-page .article-info a:hover {
  color: #bd945c;
}
.item-page .vote-info {
  clear: both;
  display: inline-block;
  margin-bottom: 10px;
}
.item-page .vote-info form {
  margin: 0;
  display: inline-block;
  margin: 0 10px;
}
.item-page .vote-info .content_rating {
  vertical-align: middle;
  display: inline-block;
  color: #999;
  font-size: 92%;
  margin-bottom: 5px;
}
.item-page .vote-info .content_rating .unseen {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.item-page .vote-info .content_vote {
  color: #999;
  font-size: 92%;
}
.item-page .vote-info .content_vote label.unseen {
  margin: 0 10px 0;
}
.item-page .vote-info .content_vote input[type="radio"] {
  margin: 4px 2px;
}
.item-page .vote-info .content_vote .button {
  height: auto;
}
.item-page .vote-info .content_vote select {
  height: 26px;
}
.item-page .vote-info .content_vote input.btn {
  padding: 2px 8px;
}
.item-page .pager {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}
.item-page .pager li > a,
.item-page .pager li > span {
  border-radius: inherit;
  color: #fff;
  background: #bd945c;
  border: none;
}
.item-page .pager li > a:hover,
.item-page .pager li > span:hover {
  background: #794c2b;
}
.item-page > .img-fulltext {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.item-page > .img-fulltext .item_image_wrap .circle_hover,
.item-page > .img-fulltext a .circle_hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  background: url(../images/icons/icon-eye.png) no-repeat center center #bd945c;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -20px 0 0 -20px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.item-page > .img-fulltext .item_image_wrap .circle_hover.circle_in,
.item-page > .img-fulltext a .circle_hover.circle_in {
  opacity: 1;
  left: 50%;
  transform: rotate(180deg);
}
.item-page > .img-fulltext .item_image_wrap .circle_hover.circle_in.circle_out,
.item-page > .img-fulltext a .circle_hover.circle_in.circle_out {
  opacity: 0;
  left: 110%;
  transform: rotate(360deg);
}
.item-page > .img-fulltext:hover .preview,
.item-page > .img-fulltext:hover .circle_hover {
  left: 50%;
  opacity: 1;
  fiter: alpha(opacity=100);
}
.item-page > .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page > .img-fulltext.pull-right,
.item-page > .img-fulltext.pull-left {
  float: none;
  margin: 0 0 25px;
  background: inherit;
}
.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 .related-title {
  font-weight: 400;
  color: #999;
}
.item-page div.related-items-title {
  text-transform: uppercase;
  margin-top: 2em;
}
.item-page ul.related-items li .img-fulltext {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.item-page ul.related-items li h3.related-item-title {
  font-weight: normal;
}
.item-page ul.related-items li h3.related-item-title a {
  color: #794c2b;
}
.item-page ul.related-items li h3.related-item-title a:hover {
  color: #bd945c;
}
.item-page.edit .formelm-buttons {
  margin: 0 0 1em 0;
}
.item-page.edit .modal {
  position: static;
  width: auto;
  box-shadow: none;
}
.item-page.edit .input-prepend.input-append .add-on:first-child,
.item-page.edit .input-prepend.input-append .btn:first-child {
  margin-left: 1px;
  margin-right: -1px;
}
.homepage .item-page .img-fulltext {
  display: block;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
div.tag-category > h2 {
  font-size: 180%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
div.tag-category .category-desc {
  margin-bottom: 2em;
  color: #999;
  font-weight: 400;
}
div.tag-category .form-inline {
  margin: 0;
}
div.tag-category .filters {
  padding: 5px;
  margin: 0 0 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
div.tag-category .filters input[type="text"],
div.tag-category .filters select {
  margin: 0;
}
div.tag-category ul.items-row li.item {
  overflow: hidden;
  padding-bottom: 50px;
}
div.tag-category ul.items-row li.item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover,
div.tag-category ul.items-row li.item .item-image a .circle_hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  background: url(../images/icons/icon-eye.png) no-repeat center center #bd945c;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -20px 0 0 -20px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover.circle_in,
div.tag-category ul.items-row li.item .item-image a .circle_hover.circle_in {
  opacity: 1;
  left: 50%;
  transform: rotate(180deg);
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover.circle_in.circle_out,
div.tag-category ul.items-row li.item .item-image a .circle_hover.circle_in.circle_out {
  opacity: 0;
  left: 110%;
  transform: rotate(360deg);
}
div.tag-category ul.items-row li.item .item-image:hover .preview,
div.tag-category ul.items-row li.item .item-image:hover .circle_hover {
  left: 50%;
  opacity: 1;
  fiter: alpha(opacity=100);
}
div.tag-category ul.items-row li.item .article-text {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
div.tag-category ul.items-row li.item .article-text .create-date {
  font-size: 130%;
  font-weight: 700;
  width: 50px;
  height: 45px;
  background: #bd945c;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 5px 0 0px;
  margin: 0 0 25px;
}
div.tag-category ul.items-row li.item .article-text .page-header {
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 0;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a {
  color: #666;
  line-height: 20px;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a:hover {
  color: #bd945c;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo {
  margin-bottom: 8px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions li.print-icon a:after {
  content: "\f02f";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions li.email-icon a:after {
  content: "\f003";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 13px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions li a img {
  display: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo #icons ul.actions li a:hover {
  color: #bd945c;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd {
  display: block;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #999;
  float: none;
}
div.tag-category ul.items-row li.item .article-text .content_rating {
  margin-bottom: 7px;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
div.tag-category ul.items-row li.item .article-text .article-info {
  margin: 0;
}
div.tag-category ul.items-row li.item .article-text .article-info dd {
  margin: 0 0 5px;
}
div.tag-category ul.items-row li.item .article-text .article-info dd a {
  color: #666;
}
div.tag-category ul.items-row li.item .article-text .article-info dd a:hover {
  color: #bd945c;
}
div.tag-category ul.items-row li.item .article-text .item-tags {
  display: block;
  overflow: hidden;
  clear: both;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags {
  display: inline-block;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a {
  font-size: 100%;
  font-weight: 300;
  color: #bd945c;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  background: inherit;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a:hover {
  color: #794c2b;
}
div.tag-category ul.items-row li.item .article-text .item-readmore {
  margin-top: 10px;
  display: block;
  color: #bd945c;
}
div.tag-category ul.items-row li.item .article-text .item-readmore .extra-more {
  border-color: #eafbf5;
}
div.tag-category ul.items-row li.item .article-text .item-readmore .extra-more-img {
  margin-left: 10px;
}
div.tag-category ul.items-row li.item .article-text .item-readmore:hover .extra-more {
  border-color: #bd945c;
}
div.tag-category ul.items-row li.item.span6 .item-image,
div.tag-category ul.items-row li.item.span4 .item-image {
  float: none !important;
  margin: 0 0px 1em 0 !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
div.tag-category ul.items-row li.item.span3 .item-image {
  float: none !important;
  margin: 0 0px 1em 0;
  min-width: inherit !important;
  min-height: 126px !important;
}
div.tag-category ul.items-row li.item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
div.tag-category ul.items-row li.item.span3,
div.tag-category ul.items-row li.item.span4,
div.tag-category ul.items-row li.item.span6 {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
div.tag-category ul.items-row li.item.span3 .article-text,
div.tag-category ul.items-row li.item.span4 .article-text,
div.tag-category ul.items-row li.item.span6 .article-text {
  padding: 0;
}
div.tag-category ul.items-row li.item.span3 .article-text .create-date,
div.tag-category ul.items-row li.item.span4 .article-text .create-date,
div.tag-category ul.items-row li.item.span6 .article-text .create-date {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
div.tag-category ul.items-row li.item.span6 .article-text .create-date {
  right: 5px;
}
div.tag-category ul.items-row li.item:hover .article-text .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.tag-category ul.items-row li.item:hover .article-text .item-readmore .extra-more {
  width: 70%;
}
div.tag-category ul.items-row li.item:hover.span3 .article-text .item-readmore .extra-more {
  width: 60%;
}
div.tag-category ul.items-row li.item:first-child {
  padding-top: 0;
}
div.tag-category a {
  color: #794c2b;
}
div.tag-category a:hover {
  color: #bd945c;
}
.pagination {
  height: auto;
  margin: 20px 0;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #666;
  background: #f5f5f5;
  border-radius: 0 !important;
}
.pagination ul li a > span,
.pagination ul li span > span {
  float: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 100%;
}
.pagination ul li a {
  color: #bd945c;
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
}
.pagination ul li span.active {
  border: 1px solid #D4D4D4;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.15) inset;
}
.pagination ul li span.active span {
  background: transparent;
  color: #666;
}
.contentpane {
  margin: 1em;
  font-size: 12px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 160%;
  font-weight: normal;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
}
.contentpane .item-page .img-fulltext {
  display: inline-block;
  float: none;
}
.contentpane .item-page .img-fulltext .img_caption {
  width: auto !important;
}
.contentpane .item-page ul.related-items li .img-fulltext {
  display: block;
}
.contentpane .item-page ul.related-items li h3.related-item-title {
  margin-bottom: 1.5em;
}
.contentpane .row-fluid [class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
.contentpane .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.contentpane .row-fluid .span4 {
  width: 31.9149%;
}
.contentpane .row-fluid .span3 {
  width: 23.0769%;
}
dl.tabs {
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  margin: 1.5em 0 1em;
  padding: 0 10px;
  clear: both;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
dl.tabs dt {
  float: left;
  margin-right: 5px;
  margin-bottom: -1px;
}
dl.tabs dt.open h3 {
  background: #fff;
  border-bottom-color: #fff;
}
dl.tabs dt.open h3 a {
  color: #bd945c;
}
dl.tabs dt h3 {
  background: #f5f5f5;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 116.7%;
  border: 1px solid #e5e5e5;
}
dl.tabs dt h3 a {
  color: #808080;
}
dd.tabs {
  margin: 0;
}
.category-list .content-category {
  position: relative;
  z-index: 1;
}
.category-list .content-category h2 {
  padding: 0 0 35px 40px;
  background: url("../images/brown/big-title.png") no-repeat left top;
  line-height: 24px;
  margin: 0 0 25px;
  font-size: 215%;
  text-transform: uppercase;
}
.category-list .content-category .category-desc {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 7%;
}
.category-list .content-category .category-desc p {
  margin: 0;
  font-size: 130%;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  color: #999;
}
.category-list .content-category .tags {
  display: inline-block;
  color: #999;
}
.category-list .content-category .tags a {
  font-size: 100%;
  font-weight: 300;
  color: #bd945c;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  background: inherit;
}
.category-list .content-category .tags a:hover {
  color: #794c2b;
}
.category-list .content-category .cat-items .display-limit select {
  width: auto !important;
}
.category-list .content-category .form-inline .filters .btn-group select.inputbox {
  margin-top: -7px;
  margin-left: 5px;
}
.category-list .content-category a {
  color: #bd945c;
}
.category-list .content-category a:hover {
  color: #794c2b;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div.row1 {
  background: #f5f5f5;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.search #searchForm legend {
  font-size: 18px;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search #searchForm .btn {
  border-radius: 4px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  background: #ECF0E8;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
  box-shadow: 0 0 0 1px #f4f4f4 inset;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 160%;
}
.newsfeed .feed-description {
  background: #eee;
  padding: 10px;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.newsfeed ol li a {
  color: #777;
  font-weight: normal;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
.newsfeed ol li:hover {
  background: #f5f5f5;
}
.newsfeed ol li:hover a {
  color: #bd945c;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.view-login #system-message {
  width: 550px;
  margin: 0 auto;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  width: 550px;
  margin: 0 auto;
  padding: 1em 2em 2em;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: -14px -28px 15px;
  padding: 10px 25px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
}
.view-login .wrap-login .form-horizontal .control-group {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .form-horizontal .controls input {
  width: 180px;
}
.view-login .wrap-login .other-link {
  overflow: hidden;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 15px;
}
.view-login .wrap-login .other-link ul.yt-list li {
  float: left;
  margin-right: 30px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
  font-size: 12px;
  color: #666;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #bd945c;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .control-label label {
  font-weight: bold;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
.reset .form-horizontal .form-actions,
.remind .form-horizontal .form-actions {
  background: transparent;
  border: none;
  margin: 0;
  padding-top: 0;
}
.component-inner2 .componentheading {
  font-weight: 700;
  font-size: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.component-inner2 #k2Container .admintable .k2ProfileHeading {
  background: inherit;
}
.component-inner2 #k2Container .admintable .key {
  background: inherit;
  border: none;
  padding-right: 15px;
}
div.contact h3.jicons-text {
  font-size: 120%;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #999;
}
div.contact .contact-image {
  width: 50%;
  float: right;
}
div.contact .contact-image img {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact textarea,
div.contact input {
  width: 300px;
}
div.contact textarea {
  height: 100px;
}
div.contact .contact-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
.module_menu,
div.module {
  margin: 0 0 50px;
}
.module.clear h3.modtitle {
  background: none;
  border: none;
}
.module h3.modtitle {
  font-size: 215%;
  font-weight: bold;
  margin: 0 0 11px;
  text-transform: uppercase;
}
.module._menu {
  border: none;
  border-radius: inherit;
  padding: 0;
}
.module._menu h3.modtitle {
  padding: 10px 20px;
  font-size: 30px;
  background: #bd945c;
  font-weight: bolder;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.module._menu div.modcontent {
  border: 1px solid #cccccc;
  border-top: none;
}
.module._menu ul.menu {
  list-style: none;
  margin: 0px 0px 18px 0px;
}
.module._menu ul.menu > li {
  border: none;
  line-height: 7px;
}
.module._menu ul.menu > li:first-child {
  padding-bottom: 0px;
}
.module._menu ul.menu > li > a {
  display: block;
  padding: 15px 0px 10px 20px;
  color: #666666;
}
.module._menu ul.menu > li > a:hover {
  color: #bd945c;
}
.module._menu ul.menu > li > span {
  display: block;
  padding: 15px 0px 10px 20px;
  color: #666666;
}
.module._menu ul.menu > li > span:hover {
  color: #bd945c;
}
.module._menu ul.menu > li:hover,
.module._menu ul.menu > li.active {
  color: #bd945c;
}
.module._menu ul.menu > li.deeper {
  background: transparent;
  border: none;
}
.module._menu ul.menu > li.deeper.active > a {
  background: none;
  color: #666666;
}
.module._menu ul.menu > li.deeper.active > a:hover {
  color: #bd945c;
}
.module._menu ul.menu > li.deeper > a {
  padding: 15px 0px 10px 20px;
}
.module._menu ul.menu > li.deeper ul {
  list-style: none;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.module._menu ul.menu > li.deeper ul li {
  padding: 5px 0px 5px 0px;
}
.module._menu ul.menu > li.deeper ul li > a {
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li > a > span {
  background: url(../images/icon-ulli.png) left center no-repeat no-repeat transparent;
  padding: 2px 19px;
}
.module._menu ul.menu > li.deeper ul li > ul {
  margin-bottom: -8px;
  margin-top: 0;
}
.module._menu ul.menu > li.deeper ul li:before {
  content: "";
  display: none;
}
.module._menu ul.menu > li.deeper ul li:hover > a {
  color: #bd945c;
}
.module._menu ul.menu > li.deeper ul li:hover > a > span {
  background: url(../images/icon-ulli-hover.png) left center no-repeat no-repeat transparent;
  padding: 2px 19px;
}
.module._menu ul.menu > li.deeper ul li.active > a {
  background: none;
  color: #666666;
}
.module._menu ul.menu > li.deeper ul li.active.deeper {
  background: none;
  padding-top: 0px;
}
.module._menu ul.menu > li.deeper ul li.active.deeper .active a {
  color: #bd945c;
}
.module._menu ul.menu > li.deeper ul li.active.deeper .active a > span {
  background: url(../images/icon-ulli-hover.png) left center no-repeat no-repeat transparent;
  padding: 2px 19px;
}
.module._menu ul.menu > li.deeper ul li a {
  padding-left: 20px;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #666;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
ul.breadcrumb {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
ul.breadcrumb li {
  padding: 0;
}
ul.breadcrumb li:first-child .divider {
  background: none !important;
  text-indent: 0;
  margin: 0 5px 0 0;
  padding: 0;
  height: auto;
  color: #666;
}
ul.breadcrumb li .divider {
  background: url(../images/breadcrumb_separate.png) no-repeat left 80%;
  display: inline-block;
  margin: 0 8px;
  padding: 0 3px;
}
ul.breadcrumb li .divider .icon-home {
  font-size: 20px;
  vertical-align: -2px;
  margin: 0;
}
ul.breadcrumb li a,
ul.breadcrumb li span {
  color: #666;
  font-size: 89%;
  height: 9px;
}
ul.breadcrumb li a:hover {
  color: #bd945c;
}
#mod-finder-searchform {
  margin: 0;
  position: relative;
  float: right;
  z-index: 9999;
}
#mod-finder-searchform input.inputbox {
  width: 200px;
  height: 20px;
  padding: 4px 10px;
  color: #999;
  background: #fff;
  float: right;
  font-size: 91%;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
}
#mod-finder-searchform input.inputbox:focus + .button {
  color: #bd945c;
}
#mod-finder-searchform .button {
  color: #999;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform i {
  margin: 0;
  font-size: 14px;
}
.mod-languages {
  position: relative;
}
.mod-languages a.dropdown-toggle {
  color: #fff;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
}
.mod-languages a.dropdown-toggle img {
  margin: 0 5px;
}
.mod-languages a.dropdown-toggle > b {
  border-top-color: #fff;
  vertical-align: middle;
  margin: 0 3px;
}
.mod-languages a.dropdown-toggle:hover,
.mod-languages a.dropdown-toggle.open {
  background: #926d3b;
}
.mod-languages .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(188,148,92,0.9);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  border: none;
  padding: 10px 0;
}
.mod-languages .dropdown-menu:before {
  content: "";
  height: 35px;
  display: block;
  width: 100%;
  margin-top: -35px;
}
.mod-languages .dropdown-menu li {
  margin: 0;
  text-align: left;
  margin-bottom: 3px;
}
.mod-languages .dropdown-menu li a {
  padding: 6px 12px;
  color: #fff;
}
.mod-languages .dropdown-menu li img {
  float: left;
  margin: 2px 8px 0 0;
}
.mod-languages .dropdown-menu li:hover a {
  color: #fff;
  background: #a47b42;
}
.btn {
  padding: 7px 12px;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 7px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #bd945c;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
.bg-content1 {
  text-align: center;
}
.bg-content1 .yt-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 115px;
  text-align: center;
  font-size: 50px;
  background: #bd945c;
  display: inline-block;
  margin: 30px 0;
}
.bg-content1 .yt-circle i {
  font-size: 55px;
  color: #fff;
  margin: 0;
}
.bg-content1 h2 {
  font-weight: 400;
}
.bg-content1 p {
  margin: 30px 0;
  color: #777;
}
.sansFont {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
a.readmore {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  display: inline-block;
  font-size: 138%;
  background: rgba(255,255,255,0.1);
}
a.readmore:hover {
  background: #bd945c;
  color: #fff;
}
#myCarousel .carousel-inner {
  height: 288px;
  width: auto;
  margin: 7em 5em;
  text-align: center;
  color: #fff;
}
#myCarousel .carousel-control {
  border: none;
  background: transparent;
  direction: ltr;
  top: 50%;
  font-size: 50px;
  width: auto;
  text-shadow: none;
}
.wellcomesj {
  text-align: center;
  color: #fff;
  padding: 0 2em;
}
.wellcomesj h1 {
  font-size: 520%;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7), 1px 1px 2px rgba(0,0,0,0.7);
  margin-bottom: 30px;
}
.wellcomesj h2 {
  font-weight: normal;
  line-height: 35px;
  display: block;
}
.wellcomesj a.readmore {
  width: 150px;
  margin: 3px;
  vertical-align: text-top;
  font-weight: bold;
  line-height: 25px;
}
.badge-mod {
  position: relative;
  z-index: 1;
  border: 1px solid #cccccc;
  padding-top: 17px;
}
.badge-mod .modtitle {
  padding-left: 30px;
  margin-bottom: 15px;
}
.badge-mod .modtitle .badge {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  display: block;
  width: 42px;
  height: 54px;
  padding: 0;
  margin: 0;
  border-radius: inherit;
}
.module {
  padding: 28px 20px 20px 30px;
}
.module.bg-box1 {
  background: #f5fdfa;
}
.module.bg-box2 {
  background: #bd945c;
  color: #fff;
}
.module.boder-box {
  border: 1px solid #bd945c;
}
.module.big-title {
  padding-top: 0;
  padding-left: 0;
}
#content_right .module.big-title {
  padding-right: 0;
}
.module.big-title .modtitle {
  padding: 0 0 5px 40px;
  background: url("../images/brown/big-title.png") no-repeat left top;
  line-height: 24px;
}
.module.big-title .modtitle .first {
  display: block;
  padding-bottom: 7px;
}
.module.big-title .modtitle .last {
  font-size: 18px;
  font-weight: 300;
  color: #999;
  text-transform: none;
}
.module.whoonline {
  border: 1px solid #cccccc;
}
.module.whoonline .modtitle:before {
  content: "\f007";
  color: #666;
  font-family: fontawesome;
  padding-right: 10px;
  font-weight: normal;
  font-size: 28px;
}
.module.badge-hot {
  position: relative;
  z-index: 1;
  border: 1px solid #cccccc;
  padding-top: 17px;
}
.module.badge-hot .modtitle {
  padding-left: 30px;
  margin-bottom: 15px;
}
.module.badge-hot .modtitle .badge {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  display: block;
  width: 42px;
  height: 54px;
  padding: 0;
  margin: 0;
  border-radius: inherit;
}
.module.badge-hot .modtitle {
  color: #f05e68;
}
.module.badge-hot .modtitle .badge {
  background: url("../images/icons/icon-hot.png") no-repeat;
}
.module.badge-new {
  position: relative;
  z-index: 1;
  border: 1px solid #cccccc;
  padding-top: 17px;
}
.module.badge-new .modtitle {
  padding-left: 30px;
  margin-bottom: 15px;
}
.module.badge-new .modtitle .badge {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  display: block;
  width: 42px;
  height: 54px;
  padding: 0;
  margin: 0;
  border-radius: inherit;
}
.module.badge-new .modtitle {
  color: #048497;
}
.module.badge-new .modtitle .badge {
  background: url("../images/icons/icon-new.png") no-repeat;
}
.module.badge-top {
  position: relative;
  z-index: 1;
  border: 1px solid #cccccc;
  padding-top: 17px;
}
.module.badge-top .modtitle {
  padding-left: 30px;
  margin-bottom: 15px;
}
.module.badge-top .modtitle .badge {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  display: block;
  width: 42px;
  height: 54px;
  padding: 0;
  margin: 0;
  border-radius: inherit;
}
.module.badge-top .modtitle {
  color: #ffa200;
}
.module.badge-top .modtitle .badge {
  background: url("../images/icons/icon-top.png") no-repeat;
}
.module.right-sjtabs {
  padding: 0;
}
.module.right-sjtabs .moduletabs {
  margin-top: 0;
}
.module.img-content {
  padding: 0;
  margin: 0;
}
.module .mod-languages {
  padding-top: 2px;
  padding-right: 15px;
}
.homepage .module .mod-languages {
  padding-top: 7px;
}
#breadcrumb .module.big-title {
  float: left;
  width: 50%;
  border: none;
  margin-top: 43px;
}
#breadcrumb .module.big-title .contact-title {
  margin: 25px 0 40px;
}
#breadcrumb .module.big-title .contact-title h3.title {
  font-weight: 400;
  font-size: 130%;
  color: #bd945c;
}
#breadcrumb .module.big-title .contact-midder {
  margin: 0;
  padding-right: 10px;
  width: 100%;
}
#breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group {
  border: none;
  border-radius: inherit;
  background: inherit;
  margin: 0;
}
#breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group .accordion-heading {
  border-top: 1px solid #ccc;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  background: inherit;
  border-radius: inherit;
  padding: 7px 30px 7px 0;
}
#breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group .accordion-heading.active {
  color: #bd945c;
  border-color: #bd945c;
  border-bottom: 1px solid;
}
#breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group .accordion-heading.active i:before {
  color: #bd945c;
}
#breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group .accordion-heading i:before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: #999;
  margin-right: 10px;
}
.rtl #breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group .accordion-heading {
  padding: 7px 0 7px 30px;
}
.rtl #breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group .accordion-heading i:before {
  margin-left: 10px;
}
#breadcrumb .module.big-title .contact-midder .yt-accordion .accordion-group .accordion-inner {
  color: #666;
  font-weight: 300;
  border: none;
  padding: 30px;
  background: #fcfaf7;
}
#breadcrumb .module.sj-client {
  width: auto;
}
#breadcrumb .module.contact-ajax-mod {
  float: left;
  width: 50%;
  border: none;
  margin-top: 130px;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element {
  float: none;
  width: 100%;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-inner {
  padding: 0 0 0 20px;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-inner .requeid-field {
  color: #666;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact i {
  font-size: 14px;
  margin-right: 10px;
  margin-top: 3px;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact span {
  line-height: 24px;
  color: #666;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact span:before {
  font-weight: 300;
  color: #666;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact h3 {
  font-size: 130%;
  color: #bd945c;
  font-weight: 400;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact .info-address {
  margin: 0;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact .info-address i {
  font-size: 16px;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact .info-mobie {
  margin: 0;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact .info-mobie i {
  font-size: 16px;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact .info-mail {
  margin: 0;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-info-contact .info-mail a:before {
  font-weight: 300;
  color: #666;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form legend {
  font-size: 130%;
  color: #bd945c;
  font-weight: 400;
  border: none;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form textarea,
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input {
  width: 100%;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input#cainput_submit {
  font-size: 130%;
  color: #fff;
  font-weight: 300;
  border: none;
  border-radius: inherit;
  background: #bd945c;
  width: inherit;
  padding: 15px 30px;
  transition: all 0.5s ease;
}
#breadcrumb .module.contact-ajax-mod .contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input#cainput_submit:hover {
  background: #2f4253;
}
#yt_header {
  background: #bd945c;
}
#yt_header #yt_logoposition,
#yt_header #yt_menuposition {
  float: left;
}
#yt_header .home-search {
  float: right;
  position: relative;
  z-index: 9999;
}
#yt_header .home-search .mod-languages {
  float: left;
  padding-top: 7px;
}
#yt_header #yt_menuposition {
  margin-left: 25px;
}
.top-header .module {
  float: right;
}
.top-header .module .form-search {
  height: 30px;
  padding: 5px 0 5px 20px;
  width: 30px;
}
.top-header .module .form-search .finder .btn-submit {
  height: 30px;
  line-height: 30px;
}
.top-header .module .form-search .finder input {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 999;
}
.btn-share {
  position: relative;
  padding: 5px 0;
  margin: 0;
  height: 30px;
}
.btn-share.open .dropdown-menu,
.btn-share:hover .dropdown-menu {
  display: block;
  z-index: 50;
}
.btn-share > a {
  border-left: 1px solid #99723e;
  border-right: 1px solid #99723e;
  margin: 0;
  padding: 0 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_share.png) no-repeat center center;
}
.btn-share .dropdown-menu {
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: auto;
  right: 0;
}
.btn-share li {
  margin: 3px 5px;
}
.btn-share li +li {
  border-top: 1px solid #eee;
}
.btn-share li .yt-socialbt {
  margin: 0;
}
.btn-share li .yt-socialbt >a {
  color: #999;
  padding: 0;
  margin: 3px;
  height: 22px;
  line-height: 18px;
  width: 22px;
  border-radius: 0;
  box-shadow: none;
}
.btn-share li .yt-socialbt >a > i {
  font-size: 16px;
}
.btn-share li .yt-socialbt >a > i:hover {
  color: #bd945c;
}
.btn-share li > a {
  margin-left: 5px;
  display: inline-block;
  padding: 0;
  display: inline-block;
  white-space: normal;
  font-size: 14px;
  color: #999;
}
.btn-share li > a:hover {
  background: none;
  color: #bd945c;
}
.btn-share li:hover .yt-socialbt >a {
  color: #bd945c;
}
.btn-share li:hover >a {
  color: #bd945c;
}
.form-search .finder {
  padding: 0 7px;
  height: 30px;
}
.homepage .form-search .finder {
  padding: 7px;
}
.homepage .form-search .finder #mod-finder-searchword {
  top: 7px;
}
.form-search .finder .btn-submit {
  float: right;
  background: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
  background: url(../images/icons/icon-search.png) no-repeat center center;
  width: 34px;
  height: 34px;
}
.form-search .finder #mod-finder-searchword {
  width: 0;
  padding: 7px 0px;
  position: absolute;
  right: 40px;
  top: 3px;
  z-index: 999;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.form-search .finder:hover .btn-submit {
  background-color: #926d3b;
}
.form-search .finder:hover #mod-finder-searchword {
  width: 150px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 7px 10px;
}
.sj-holiday {
  margin-right: 20px;
  font-weight: 300;
}
.sj-holiday a {
  transition: all 0.5s ease-in-out 0;
  display: block;
  margin-bottom: 25px;
}
.sj-holiday a img {
  opacity: 1;
  transition: all 0.5s ease-in-out 0;
  filter: alpha(opacity=100);
}
.sj-holiday a:hover {
  background: black;
}
.sj-holiday a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sj-extraslider .extraslider-control {
  position: absolute;
  right: 0;
  padding: 0 !important;
  top: -75px;
}
.sj-extraslider .extraslider-control.button-style2 {
  position: relative;
  right: auto;
  top: auto;
  float: none;
  display: block;
  text-align: center;
}
.sj-extraslider .extraslider-control.button-style4 {
  top: 50%;
  margin-top: -19px;
}
.sj-extraslider .extraslider-control .extraslider-bt {
  background: url(../images/icons/bt-left.png) no-repeat center center transparent;
  display: inline-block;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.sj-extraslider .extraslider-control .extraslider-bt.button-next {
  background-image: url(../images/icons/bt-right.png);
}
.sj-extraslider .extraslider-control .extraslider-bt:hover {
  background-image: url(../images/icons/bt-hleft.png);
  background-color: #bd945c;
  border-color: #bd945c;
}
.sj-extraslider .extraslider-control .extraslider-bt:hover.button-next {
  background-image: url(../images/icons/bt-hright.png);
}
.sj-extraslider .extraslider-inner {
  border: 0;
}
.sj-extraslider .extraslider-inner.sj-client-inner {
  position: relative;
}
.sj-extraslider .extraslider-inner.sj-client-inner:before {
  content: "";
  position: absolute;
  background: url(../images/brown/bg-client-left.png) no-repeat left top;
  width: 10px;
  height: 120px;
  top: 0;
  left: 0;
}
.sj-extraslider .extraslider-inner.sj-client-inner:after {
  content: "";
  position: absolute;
  background: url(../images/brown/bg-client-right.png) no-repeat right top;
  width: 10px;
  height: 120px;
  top: 0;
  right: 0;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 {
  margin-bottom: 40px;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-image {
  width: 88px;
  height: 88px;
  background: #bd945c;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 3px solid transparent;
  text-align: center;
  line-height: 88px;
  float: left;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-image img {
  width: auto;
  float: none;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-image:hover {
  background: #a47b42;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info {
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
  background: none;
  margin-left: 120px;
  padding-right: 30px;
  font-weight: 300;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info .item-title {
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info .item-title a {
  color: #666;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info .item-title a:hover {
  text-decoration: none;
  color: #bd945c;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info .item-content {
  margin: 0;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info .item-content .item-readmore {
  text-align: left;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info .item-content .item-readmore a:hover {
  text-decoration: none;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1 .item-info .item-description {
  color: #666;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1:hover .item-info .item-content .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style1:hover .item-info .item-content .item-readmore .extra-more {
  width: 60%;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-wrap-inner {
  margin-bottom: 20px;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image {
  position: relative;
  z-index: 1;
  width: 70px;
  float: left;
  margin: 0 30px 10px 0;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image .black-color {
  transition: all 0.5s ease-in-out 0;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image img {
  margin-bottom: 5px;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image .item-comment {
  text-align: center;
  font-weight: 300;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image:hover .black-color {
  background: black;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 45px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .item-title {
  padding: 0;
  margin-bottom: 10px;
  margin-top: -3px;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .item-title a {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .item-title a:hover {
  color: #bd945c;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .item-content {
  padding: 0;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .item-content .item-description {
  color: #666;
  font-weight: 300;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 {
  font-weight: 300;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-image {
  width: 120px;
  height: auto;
  float: left;
  margin: 0 30px 0 0;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-image:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-info .item-title {
  padding: 0;
  margin-bottom: 0;
  margin-top: -5px;
  font-weight: 400;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-info .item-title a {
  color: #666;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-info .item-title a:hover {
  color: #bd945c;
  text-decoration: none;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-info .item-extra {
  color: #bd945c;
  margin-bottom: 5px;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-info .item-content {
  margin: 0;
}
.sj-extraslider .extraslider-inner .item .line .item-wrap.style4 .item-wrap-inner .item-info .item-content .item-description {
  color: #666;
}
#yt_spotlight3 {
  padding: 50px 0 0;
  margin-bottom: 90px;
  background: #fcfaf7;
}
#yt_spotlight3 .module {
  padding: 0;
  margin: 0;
}
#yt_spotlight3 .module h3.modtitle {
  margin-bottom: 25px;
}
.sj-responsive-listing .respl-wrap {
  position: relative;
  margin: 0;
}
.sj-responsive-listing .respl-wrap .respl-items.respl01-4 {
  overflow: hidden !important;
}
.sj-responsive-listing .respl-wrap .respl-items.respl01-4 .respl-item .item-inner {
  margin: 0 30px 0 0;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner {
  color: #999;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-image {
  position: relative;
  border: 0;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-image .item-post {
  position: absolute;
  width: 50px;
  height: 40px;
  padding: 5px 0;
  right: -25px;
  top: 30%;
  margin-top: -25px;
  background: #bd945c;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-image .item-desc {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  top: -50px;
  padding: 25px 15px;
  background: #bd945c;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-image:hover .item-post {
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-image:hover .item-desc {
  top: 0;
  bottom: 0;
  height: auto;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px 0;
  font-size: 18px;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-title a {
  color: #666;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-title a:hover {
  color: #bd945c;
  text-decoration: none;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-title:hover {
  border-bottom-color: #bd945c;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-title:hover a {
  color: #bd945c;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-comment,
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-postby {
  margin-bottom: 10px;
  font-weight: 300;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner .item-readmore .extra-more {
  border-top: 1px solid #eee3d2;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner:hover .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner:hover .item-readmore a {
  color: #bd945c;
}
.sj-responsive-listing .respl-wrap .respl-items .respl-item .item-inner:hover .item-readmore .extra-more {
  width: 47%;
}
.sj-responsive-listing .respl-wrap .respl-loader {
  text-align: center;
}
.sj-responsive-listing .respl-wrap .respl-loader a {
  display: inline-block;
  background: #bd945c;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 300;
}
.sj-responsive-listing .respl-wrap .respl-loader a span {
  color: #fff;
}
.sj-responsive-listing .respl-wrap .respl-loader a:hover {
  background: #794c2b;
}
#yt_spotlight5 .module {
  padding: 0;
  margin: 0 0 40px;
}
#yt_spotlight5 .module h3.modtitle {
  margin-bottom: 25px;
}
#yt_spotlight5 .module .mgi-wrap .mgi-box {
  padding: 0;
}
.mgi-wrap .mgi-box .tags,
.mgi-wrap .mgi-box .item-comment,
.mgi-wrap .mgi-box .item-postby {
  color: #999;
}
.mgi-wrap .mgi-box .tags a,
.mgi-wrap .mgi-box .item-comment a,
.mgi-wrap .mgi-box .item-postby a {
  color: #bd945c;
  padding-right: 5px;
}
.mgi-wrap .mgi-box .tags a:hover,
.mgi-wrap .mgi-box .item-comment a:hover,
.mgi-wrap .mgi-box .item-postby a:hover {
  color: #a47b42;
}
.mgi-wrap .mgi-box .item-wrap {
  margin-bottom: 40px;
}
.mgi-wrap .mgi-box .item-wrap .item-image {
  margin: 0 30px 10px 0;
}
.mgi-wrap .mgi-box .item-wrap .item-image a {
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  display: block;
  position: relative;
  overflow: hidden;
}
.mgi-wrap .mgi-box .item-wrap .item-image a img {
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.mgi-wrap .mgi-box .item-wrap .item-image:hover a {
  background: black;
}
.mgi-wrap .mgi-box .item-wrap .item-image:hover a img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mgi-wrap .mgi-box .item-wrap .item-image:hover a .preview {
  left: 50%;
}
.mgi-wrap .mgi-box .item-wrap .meganews-right {
  font-weight: 300;
}
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: -3px;
}
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-title a {
  font-weight: normal;
  color: #666;
}
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-title a:hover {
  color: #bd945c;
}
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-desc,
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-comment,
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-postby,
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-tags {
  margin-bottom: 10px;
}
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-readmore {
  text-align: left;
}
.mgi-wrap .mgi-box .item-wrap .meganews-right .item-readmore .extra-more {
  border-color: #eee3d2;
  margin-left: 5px;
}
.mgi-wrap .mgi-box .item-wrap:hover .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mgi-wrap .mgi-box .item-wrap:hover .item-readmore a {
  color: #bd945c;
}
.mgi-wrap .mgi-box .item-wrap:hover .item-readmore .extra-more {
  width: 33%;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links {
  margin-left: -5%;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li {
  background: none;
  width: 45%;
  float: left;
  margin-left: 5%;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li a {
  margin: 0;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-image {
  width: 45%;
  margin: 0;
  float: left;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-image a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-image a img {
  transition: all 0.5s ease-in-out 0;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-image:hover a {
  background: black;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-image:hover a img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-image:hover a .preview {
  left: 50%;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right {
  font-weight: 300;
  margin-left: 53%;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-comment,
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-postby,
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-tags {
  color: #999;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-title {
  margin: -5px 0 10px;
  font-size: 18px;
  font-weight: 400;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-title a {
  color: #666;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-title a:hover {
  color: #bd945c;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-postby,
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-tag,
.mgi-wrap .mgi-box .other-link-wrap .other-links li .other-right .other-comment {
  margin-bottom: 10px;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li:hover .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li:hover .item-readmore a {
  color: #bd945c;
}
.mgi-wrap .mgi-box .other-link-wrap .other-links li:hover .item-readmore .extra-more {
  width: 30%;
}
.sj-gallery .sj-content {
  border: none;
}
.sj-gallery .sj-content .sj-items {
  margin-bottom: 25px;
}
.sj-gallery .sj-content .sj-items .item-info {
  width: 50%;
}
.sj-gallery .sj-content .sj-items .item-info .item-info-image {
  position: relative;
  z-index: 1;
}
.sj-gallery .sj-content .sj-items .item-info .item-info-image:hover {
  border-color: #bd945c;
}
.sj-gallery .sj-content .sj-items .item-info .item-info-image:hover .preview {
  left: 50%;
}
.sj-gallery .sj-content .sj-items .item-info .item-info-image:hover .black-color {
  background: black;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.sj-gallery .sj-content .sj-items .item-info .item-info-image .black-color {
  transition: all 0.5s ease-in-out 0;
}
.sj-gallery .sj-content .sj-navigation .sj-buttons ul {
  text-align: center;
}
.sj-gallery .sj-content .sj-navigation .sj-buttons ul li {
  display: inline-block;
  cursor: pointer;
  background: url(../images/icons/bt-left.png) no-repeat center center transparent;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.sj-gallery .sj-content .sj-navigation .sj-buttons ul li.sj-next {
  background-image: url(../images/icons/bt-right.png);
}
.sj-gallery .sj-content .sj-navigation .sj-buttons ul li:hover {
  background-image: url(../images/icons/bt-hleft.png);
  background-color: #bd945c;
  border-color: #bd945c;
}
.sj-gallery .sj-content .sj-navigation .sj-buttons ul li:hover.sj-next {
  background-image: url(../images/icons/bt-hright.png);
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected {
  color: #bd945c;
  background: #fcfaf7;
  border-bottom: 3px solid #bd945c;
  padding: 10px 0 8px;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li {
  font-weight: 300;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li a.moduleItemImage {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li a.moduleItemImage .black-color {
  transition: all 0.5s ease-in-out 0;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li a.moduleItemImage:hover .black-color {
  background: black;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 20px;
  left: 0;
  bottom: 10px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li a.moduleItemImage img {
  margin: 0 20px 10px 0;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li a.moduleItemTitle {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li a {
  color: #666;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li a:hover {
  color: #bd945c;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2ItemsBlock ul li +li {
  margin-top: 30px;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li {
  font-weight: 300;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li.odd,
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li.even {
  border: 0;
  background: none;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li +li {
  margin-top: 30px;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li a.k2Avatar {
  display: block;
  float: left;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li a.k2Avatar img {
  margin: 0 20px 10px 0;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li .lcComment {
  display: block;
  font-weight: 300;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li a {
  color: #bd945c;
}
div.moduletabs div.tabs-content div.tabs-content-inner div.tab-content .k2LatestCommentsBlock ul li a:hover {
  color: #a47b42;
}
.home-pricing .pricing-content .pricing-col {
  color: #f5eee4;
  float: left;
  width: 23%;
}
.home-pricing .pricing-content .pricing-col.price1 {
  width: 31%;
  background: #794c2b;
}
.home-pricing .pricing-content .pricing-col.price2 {
  background: #664024;
}
.home-pricing .pricing-content .pricing-col.price3 {
  background: #5f3b22;
}
.home-pricing .pricing-content .pricing-col.price3 .pricing-inner .pricing-detail ul li.number div:before {
  content: "2";
}
.home-pricing .pricing-content .pricing-col.price3 .pricing-inner .pricing-detail ul li.transport	div {
  background-image: url(../images/icons/icon-car.png);
}
.home-pricing .pricing-content .pricing-col.price4 {
  background: #57371f;
}
.home-pricing .pricing-content .pricing-col.price4 .pricing-inner .pricing-detail ul li.number div:before {
  content: "4";
}
.home-pricing .pricing-content .pricing-col.price4 .pricing-inner .pricing-detail ul li.transport	div {
  background-image: url(../images/icons/icon-bicycle.png);
  padding-left: 45px;
}
.home-pricing .pricing-content .pricing-col.price2 .pricing-inner .pricing-title,
.home-pricing .pricing-content .pricing-col.price3 .pricing-inner .pricing-title,
.home-pricing .pricing-content .pricing-col.price4 .pricing-inner .pricing-title {
  text-align: center;
}
.home-pricing .pricing-content .pricing-col.price2 .pricing-inner .pricing-title p,
.home-pricing .pricing-content .pricing-col.price3 .pricing-inner .pricing-title p,
.home-pricing .pricing-content .pricing-col.price4 .pricing-inner .pricing-title p {
  font-size: 30px;
  font-weight: 700;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-title {
  height: 95px;
  padding: 25px;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-title h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-title h2 img {
  vertical-align: top;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-title p {
  font-size: 18px;
  font-weight: 300;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-detail ul {
  margin: 0;
  list-style: none;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-detail ul li {
  padding: 20px 20px 20px 25px;
  border-top: 1px solid #926d3b;
  height: 45px;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-detail ul li h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-detail ul li.pricing-last {
  padding-bottom: 40px;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-detail ul li.number {
  height: 35px;
  padding: 25px 20px 25px 25px;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-detail ul li.number div:before {
  border-radius: 999px;
  color: #57371f;
  content: "3";
  display: inline-block;
  font-family: arial !important;
  font-size: 16px;
  font-weight: bolder;
  height: 27px;
  line-height: 27px;
  margin-right: 10px;
  text-align: center;
  width: 27px;
  background: #fff;
}
.home-pricing .pricing-content .pricing-col .pricing-inner .pricing-detail ul li.transport div {
  background: url(../images/icons/icon-flight.png) no-repeat left center;
  padding-left: 40px;
}
.sj-client {
  padding-top: 50px !important;
}
.sj-client h3.modtitle {
  float: left;
  margin-top: 30px;
}
.sj-client .modcontent {
  margin-left: 19%;
}
.sj-client .sj-extraslider .extraslider-inner {
  clear: none;
  width: 88%;
}
.sj-client .sj-extraslider .extraslider-inner .item {
  padding: 0 35px;
  width: auto;
}
.sj-client .sj-extraslider .extraslider-inner .item .item-image {
  position: relative;
  z-index: 1;
}
.sj-client .sj-extraslider .extraslider-inner .item .item-image .black-color {
  transition: all 0.5s ease-in-out 0;
}
.sj-client .sj-extraslider .extraslider-inner .item .item-image:hover .black-color {
  background: black;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.sj-client .sj-extraslider .extraslider-inner .item .item-image:hover img {
  opacity: 1;
}
.sj-client .sj-extraslider .extraslider-inner .blacket {
  background: url(../images/brown/bg-client-left.png) no-repeat left center;
  position: absolute;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 120px;
}
.sj-client .sj-extraslider .extraslider-inner .blacket.blacket-right {
  right: 0;
  left: auto;
  background: url(../images/brown/bg-client-right.png) no-repeat right center;
}
.home-banner .row-fluid [class*="span"] {
  position: relative;
  z-index: 1;
}
.home-banner .hbanner-detail {
  position: absolute;
  width: 300px;
  height: 160px;
  left: 50%;
  bottom: 6%;
  margin: 0 0 0 -150px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 0.4s ease 0s;
  -moz-transition: bottom 0.4s ease 0s;
  -o-transition: bottom 0.4s ease 0s;
  transition: bottom 0.4s ease 0s;
}
.home-banner .hbanner-detail .banner-title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.home-banner .hbanner-detail .banner-title a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
.home-banner .hbanner-detail .banner-title a:hover {
  color: #f2f2f2;
}
.home-banner .hbanner-detail .banner-date {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-top: 20px;
}
.home-banner .row-fluid [class*="span"]:hover .hbanner-detail {
  background: #bd945c;
  bottom: 35%;
}
.newsletter .newsletter-inner {
  overflow: hidden;
}
.newsletter .newsletter-inner .newsletter-title {
  width: 65%;
  float: left;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}
.newsletter .newsletter-inner form {
  margin: 0;
  width: 33%;
  float: right;
}
.newsletter .newsletter-inner form .subscribe-content {
  display: block;
  position: relative;
  min-height: 50px;
}
.newsletter .newsletter-inner form .subscribe-content input {
  position: absolute;
  margin: 0;
  right: 20%;
  top: 0;
  width: 75%;
  height: 30px;
  padding: 10px;
  border: 0;
  background: rgba(255,255,255,0.4);
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
}
.newsletter .newsletter-inner form .subscribe-content input:focus {
  background: #fff;
  color: #666;
}
.newsletter .newsletter-inner form .subscribe-content button {
  width: 20%;
  top: 0;
  right: 0;
  position: absolute;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../images/brown/icon-envelope.png) no-repeat center center #794c2b;
}
.newsletter .newsletter-inner form .subscribe-content button:hover {
  background-color: #926d3b;
}
.hotline h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hotline .hotline-number {
  font-size: 18px;
  margin: 0;
}
#footer2 .menu {
  float: right;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
}
#footer2 .menu li {
  float: left;
  margin-left: 25px;
}
#footer2 .menu li a {
  color: #f0e7db;
}
#footer2 .menu li a:hover {
  color: #a47b42;
}
#footer2 .sj-social .yt-socialbt {
  margin: 0 0 0 8px;
}
#footer2 .sj-social .yt-socialbt a {
  background: rgba(255,255,255,0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF);
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #f0e7db;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
#footer2 .sj-social .yt-socialbt a:hover {
  color: #fff;
  background: #bd945c;
}
#yt_slideshow .news-scroller .scroller-container {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  direction: ltr;
}
#yt_slideshow .news-scroller .scroller-container .iview-timer {
  display: none !important;
}
#yt_slideshow .news-scroller .scroller-container .iviewSlider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#yt_slideshow .news-scroller .scroller-container .iviewSlider .ns-item {
  width: 100% !important;
}
#yt_slideshow .news-scroller .scroller-container .iviewSlider .ns-item .bg-slideshow {
  background: url(../images/bg-slideshow.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#yt_slideshow .news-scroller .scroller-container .iviewSlider .ns-item:hover .bg-slideshow {
  opacity: 0;
  filter: alpha(opacity=0);
  right: 100%;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav {
  width: 50px;
  top: 100px;
  left: auto;
  right: 10%;
  text-align: center;
  height: auto;
  bottom: auto;
  padding: 20px 0;
  background: rgba(255,255,255,0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
  zoom: 1;
  z-index: 99;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav div.iview-items {
  background: none;
  float: none;
  height: auto;
  clear: both;
  padding: 0;
  margin: 10px 0;
  position: relative;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav div.iview-items:before {
  background: rgba(255,255,255,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
  zoom: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49%;
  width: 1px;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav div.iview-items ul li {
  float: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav div.iview-items ul li +li {
  margin-top: 20px;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav div.iview-items ul li a.iview-control {
  float: none;
  height: 11px;
  width: 11px;
  background: #bd945c;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  font-size: 0;
  display: block;
  margin: 0 auto;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav div.iview-items ul li a.iview-control.active {
  background: #53341e;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav a.iview-controlPrevNav {
  background: url(../images/brown/bt-slide-prev.png) no-repeat center center;
  width: 17px;
  height: 24px;
  display: inline-block;
  float: none;
}
#yt_slideshow .news-scroller .scroller-container .iview-controlNav a.iview-controlNextNav {
  background: url(../images/brown/bt-slide-next.png) no-repeat center center;
  width: 17px;
  height: 24px;
  display: inline-block;
  float: none;
}
.custom-hslide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
}
.custom-hslide .modcontent {
  width: 100%;
  height: 100%;
}
.custom-hslide .modcontent .sj-custom-slide {
  width: 100%;
  height: 100%;
}
.custom-hslide .sj-custom-slide >a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -20px;
  font-size: 0;
  text-align: center;
  background: rgba(0,0,0,0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  z-index: 100;
}
.custom-hslide .sj-custom-slide >a:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.custom-hslide .sj-custom-slide >a.active {
  top: 50%;
}
.custom-hslide .sj-custom-slide >a.active:before {
  content: "\f068";
}
.custom-hslide .sj-custom-slide .custom-slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active {
  background: #b6884a;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active:before {
  border-width: 250px 170px 450px;
  right: -339px;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active .cs-logo {
  right: -160px;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active .cs-slogan {
  right: -200px;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active .sc-link {
  right: -85px;
  bottom: 110px;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active .sc-link.sc-gallery {
  right: -110px;
  bottom: 175px;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active .sc-link.sc-contact {
  right: -135px;
}
.custom-hslide .sj-custom-slide .custom-slide-content.active .sc-link.sc-logo {
  opacity: 0;
  filter: alpha(opacity=0);
  right: -165px;
  bottom: 305px;
}
.custom-hslide .sj-custom-slide .custom-slide-content:before {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  border-color: transparent transparent transparent #b6884a;
  right: 100%;
}
.custom-hslide .sj-custom-slide .custom-slide-content .cs-logo {
  position: absolute;
  right: 0;
  top: 15%;
  font-size: 90px;
  padding: 10px 25px 15px;
  line-height: 70px;
  font-weight: 700;
  color: #bd945c;
  background: rgba(0,0,0,0.5);
  -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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.custom-hslide .sj-custom-slide .custom-slide-content .cs-logo a:hover,
.custom-hslide .sj-custom-slide .custom-slide-content .cs-logo a:focus {
  color: #c4a06e;
}
.custom-hslide .sj-custom-slide .custom-slide-content .cs-logo:hover {
  background: #fff;
}
.custom-hslide .sj-custom-slide .custom-slide-content .cs-slogan {
  position: absolute;
  right: 0;
  top: 30%;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link {
  position: absolute;
  right: -66px;
  bottom: 100px;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link a {
  background-color: #b6884a;
  border: 3px solid #794c2b;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  background-image: url(../images/brown/icon-photo.png);
  background-repeat: no-repeat;
  background-position: center -3px;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link a:hover {
  background-color: #fff;
  z-index: 999;
  border: 3px solid #9f6438;
  background-position: center -59px;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link:hover .sc-link-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 120px;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link .sc-link-hover {
  width: 0;
  height: 50px;
  position: absolute;
  top: 13px;
  left: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 15px;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  line-height: 50px;
  color: #bd945c;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link .sc-link-hover:before {
  border-color: transparent;
  border-style: solid;
  border-width: 50px 30px 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -60px;
  border-color: transparent #fff transparent transparent;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link .sc-link-hover:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 30px 50px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -60px;
  border-color: transparent transparent transparent #fff;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link.sc-gallery {
  bottom: 170px;
  right: -66px;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link.sc-gallery a {
  background-image: url(../images/brown/icon-gallery.png);
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link.sc-contact {
  bottom: 240px;
  right: -66px;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link.sc-contact a {
  background-image: url(../images/brown/icon-open-envelope.png);
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link.sc-logo {
  bottom: 310px;
  right: -66px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link.sc-logo a {
  background-image: none;
  color: #794c2b;
  font-size: 40px;
  text-align: center;
  line-height: 55px;
}
.custom-hslide .sj-custom-slide .custom-slide-content .sc-link.sc-logo a span {
  margin: 0 -9px 0 0;
}
.video-box {
  background: #bd945c;
  overflow: hidden;
}
.video-box > div {
  padding: 10px;
}
.video-box p {
  padding: 0 10px;
  font-size: 18px;
  color: #fcfaf7;
  margin-bottom: 20px;
}
.preview {
  position: absolute;
  left: -100%;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background: url(../images/icons/icon-eye.png) no-repeat center center #bd945c;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.item-readmore {
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: left;
}
.item-readmore a {
  color: #bd945c;
  text-align: left;
}
.item-readmore a:hover {
  text-decoration: none;
}
.item-readmore span {
  display: inline-block;
}
.item-readmore .extra-more {
  border-top: 1px solid #f5eee4;
  width: 0;
  height: 5px;
  -webkit-transition: 0.5s ease-in-out all;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.item-readmore .extra-more-img {
  background: url(../images/brown/bt-more.png) no-repeat right top;
  height: 5px;
  width: 8px;
  margin-bottom: 3px;
}
.item-readmore:hover a > span.extra-more {
  border-color: #bd945c !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
#flip-scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  background: #666666;
  border-radius: 0;
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 0;
  font-size: 13px;
  border-left: 0;
  padding: 7px 10px 5px;
  min-height: 27px;
}
#flip-scroll td {
  display: block;
  padding: 7px 10px 5px;
  min-height: 26px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll .bs-docs-example th {
  min-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
  font-weight: 600;
}
h1 {
  font-size: 200%;
  line-height: 115%;
}
h2 {
  font-size: 160%;
  line-height: 110%;
}
h3 {
  font-size: 130%;
  line-height: 110%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
.text-success {
  color: #468847;
}
.text-warning {
  color: #C09853;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 9999;
  width: 100%;
  min-height: 50px;
}
#yt_menuposition ul.navi .fancy {
  position: absolute;
  width: 0;
  z-index: 5;
  overflow: visible !important;
}
#yt_menuposition ul.navi .fancy:before {
  content: " ";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  right: 15px;
  background: url(../images/brown/bg-left-menu.png) no-repeat left center;
}
#yt_menuposition ul.navi .fancy:after {
  content: " ";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url(../images/brown/bg-right-menu.png) no-repeat right center;
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  position: relative;
  padding: 0;
  z-index: 1;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  cursor: pointer;
  margin: 0;
  line-height: 30px;
  padding: 10px 25px;
  color: #fff;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  z-index: 3;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#yt_menuposition ul.navi > li.level1.active {
  background: none;
}
#yt_menuposition ul.navi > li.level1:hover > .item-link {
  color: #fff;
  position: relative;
  z-index: 999;
}
#yt_menuposition ul.navi > li.level1:hover ul.level2,
#yt_menuposition ul.navi > li.level1.hover ul.level2 {
  left: -15px;
}
#yt_menuposition ul.navi ul {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 220px;
}
#yt_menuposition ul.navi ul.subnavi {
  background: #bd945c;
  margin-top: 10px;
  padding: 20px 0;
}
#yt_menuposition ul.navi ul.subnavi:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
}
#yt_menuposition ul.navi ul.subnavi li {
  padding: 0 0 1px 0;
  position: relative;
}
#yt_menuposition ul.navi ul.subnavi li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px;
  color: #fff;
  font-size: 100%;
  text-transform: none;
  line-height: 25px;
}
#yt_menuposition ul.navi ul.subnavi li .item-link.havechild:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 14px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.active > .item-link {
  color: #fff;
  background: #a47b42;
}
#yt_menuposition ul.navi ul.subnavi li:hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li.hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.subnavi li li.level3.hover ul.level4 {
  right: auto;
  left: 101%;
  top: 0px;
}
#yt_menuposition ul.navi ul.subnavi li:hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi li.hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi li li.level3:hover ul.level4:before,
#yt_menuposition ul.navi ul.subnavi li li.level3.hover ul.level4:before {
  background: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi li li.level4:hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level4.hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level5:hover ul.level6,
#yt_menuposition ul.navi ul.subnavi li li.level5.hover ul.level6 {
  left: auto;
  right: 101%;
  top: 0px;
}
#yt_menuposition ul.navi ul.subnavi li li.level4:hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi li li.level4.hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi li li.level5:hover ul.level6:after,
#yt_menuposition ul.navi ul.subnavi li li.level5.hover ul.level6:after {
  background: transparent;
  content: " ";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li .item-link {
  background: transparent;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.active > .item-link {
  background-color: #a47b42;
  color: #fff;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  display: none;
}
#yt_menuposition #droplinenavigator li.level1 >.item-link {
  padding: 12px 35px;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 a.level2.havechild:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #meganavigator .mega-honrat .mega-content {
  background: #794c2b;
}
#yt_menuposition #meganavigator .mega-honrat .mega-content .mega-col {
  position: static;
}
#yt_menuposition #meganavigator .mega-honrat .mega-content .mega-col:after {
  content: "";
  border-left: 1px solid #8c5832;
  top: 0;
  bottom: 0;
  margin-left: -15px;
  position: absolute;
  width: 1px;
}
#yt_menuposition #meganavigator .mega-honrat .mega-content .mega-col.first {
  padding-right: 0;
}
#yt_menuposition #meganavigator .mega-honrat .mega-content .mega-col.first:after {
  width: 23%;
  border: none;
  background: #bd945c;
}
#yt_menuposition #meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background: #bd945c;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#yt_menuposition #meganavigator .mega-content:before {
  content: "";
  background: transparent;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner {
  display: block;
  position: relative;
  height: 100%;
}
#yt_menuposition #meganavigator .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator .mega-content .mega-col.one div.mega-module {
  padding: 10px 12px;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more .mega-group-content > ul.subnavi {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  font-size: 150%;
  padding: 0 10px 10px;
  color: #fff;
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module {
  color: #ddd;
  padding: 0 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module ul {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-module-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #eee3d2;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul {
  position: relative;
  left: auto;
  width: 100%;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul li {
  clear: both;
  padding-bottom: 5px;
  min-height: 50px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul li .megamenu-image {
  width: 47px;
  height: 47px;
  background: #794c2b;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  line-height: 47px;
  text-align: center;
  float: left;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul li .megamenu-right {
  margin-left: 70px;
  line-height: 47px;
  font-size: 18px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul li .megamenu-right a {
  color: #fcfaf7;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul li +li {
  border-top: 1px solid #b6884a;
  padding-top: 8px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul li:hover .megamenu-image {
  background: #9f6438;
}
#yt_menuposition #meganavigator .mega-content .mega-col .top-megamenu ul li:hover .megamenu-right a {
  color: #fff;
}
#yt_menuposition #meganavigator .mega-content .mega-col .megamenu-video iframe {
  width: 100%;
}
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-inner .item .line .item-wrap.style2 {
  border-bottom: 1px solid #8c5832;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-wrap-inner {
  margin: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image .item-comment {
  display: none;
}
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .item-title a,
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .item-content .item-description {
  color: #eee3d2;
}
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-control.button-style2 {
  text-align: left;
}
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-control.button-style2 .extraslider-bt {
  background-color: #fff;
  border: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col .sj-extraslider .extraslider-control.button-style2 .extraslider-bt:hover {
  background-color: #bd945c;
}
#yt_menuposition #yt-responivemenu {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #ab8045;
  padding: 8px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  border: none;
  text-align: inherit;
  width: 100%;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 0 10px 0 5px;
  font-size: 19px;
  vertical-align: top;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #bd945c;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  color: #fff;
  content: "Select Menu";
  padding: 6px 10px 0;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  height: 35px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #e0e0e0;
  border-bottom: 1px solid #aaa;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #555;
  margin: 0;
  padding: 10px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a.active {
  color: #fff;
  background: #bd945c;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #bd945c;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #7f5f34;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 44px;
  line-height: 40px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #bd945c;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open a {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .menuress-toggle:before {
  content: "\f106";
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav {
  display: block;
  opacity: 1;
  background: #e9e8e8;
  padding: 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
  border-bottom: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #555;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a:hover,
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a.active {
  background: #bd945c;
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 260px;
  overflow-y: scroll;
  max-height: 100%;
  display: none;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #153242;
  border-right: 1px solid #152F3D;
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu {
  margin: 0;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a {
  font-weight: bold;
  color: #BCBCBC;
  padding: 4px 8px 8px;
  background: none;
  border-bottom: 1px solid #0B222D;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #bd945c;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav {
  margin: 0;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
  background-color: #153242;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav li a {
  font-weight: normal;
  border-bottom: 1px solid #153242;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 1px 15px;
  border-bottom: 1px solid #132D3A;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
  background-color: #224556;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav ul.nav {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav li a {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 8px;
}
.rtl #yt_menuposition ul.navi ul.subnavi li .item-link.havechild:after {
  right: auto;
  left: 10px;
  content: "\f0d9";
}
.rtl #yt_menuposition ul.navirtl li.level1 {
  float: right;
  margin: 0 0 0 1px;
}
.rtl #yt_menuposition ul.navirtl li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link {
  padding: 6px 23px 6px 12px;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link.havechild:after {
  right: auto;
  left: 10px;
  content: "\f0d9";
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.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;
}
.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 50px;
  padding-top: 50px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
}
ul.c-step li:before,
ul.c-step li.active:before {
  counter-increment: section;
  content: counter(section);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  background-color: #93afa9;
  background-image: -moz-linear-gradient(top,#AAC3BF,#719088);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AAC3BF),to(#719088));
  background-image: -webkit-linear-gradient(top,#AAC3BF,#719088);
  background-image: -o-linear-gradient(top,#AAC3BF,#719088);
  background-image: linear-gradient(to bottom,#AAC3BF,#719088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
  background-color: #c6a272;
  background-image: -moz-linear-gradient(top,#ccac80,#bd945c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ccac80),to(#bd945c));
  background-image: -webkit-linear-gradient(top,#ccac80,#bd945c);
  background-image: -o-linear-gradient(top,#ccac80,#bd945c);
  background-image: linear-gradient(to bottom,#ccac80,#bd945c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcbab80', endColorstr='#ffbd945c', GradientType=0);
}
ul.c-step li.active h3 {
  color: #bd945c;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
div.g-pageteam {
  line-height: 22px;
}
div.g-pageteam hr {
  height: 5px;
  background: #ccc;
}
div.g-pageteam .b-gettouch {
  background: #eee;
  border-bottom: 3px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  margin: 1em 0 4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.g-pageteam .b-gettouch .h-heading4 {
  font-size: 130%;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  font-family: "Georgia";
  font-style: italic;
}
div.g-pageteam .b-gettouch .btn {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.g-pageteam .b-gettouch .btn:active {
  vertical-align: -16px;
}
div.g-pageteam .b-ourteam {
  margin-top: 20px;
}
div.g-pageteam .b-ourteam [class*="span"] {
  margin-bottom: 10px;
}
div.g-pageteam .b-ourteam [class*="span"] .h-title {
  margin: 0;
  font-size: 18px;
  line-height: 110%;
}
div.g-pageteam .b-ourteam [class*="span"] .member {
  color: #999;
  margin-bottom: 5px;
}
div.g-pageteam .b-ourteam [class*="span"] .b-social div.yt-socialbt {
  margin-right: 5px;
}
div.g-pageteam .b-ourteam .col-lg-4 {
  overflow: hidden;
}
div.g-pageteam .b-ourteam .col-lg-4 .yt-lightbox img {
  width: 100%;
}
#g-pageservices [class^="icon-"],
#g-pageservices [class*=" icon-"] {
  background: #bd945c;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #eee;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#g-pageservices article {
  overflow: hidden;
}
#g-pageservices article h3 {
  font-size: 130%;
}
#g-pageservices article a.detail {
  font-size: 13px;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #bd945c;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#g-pageservices article a.detail:hover:after {
  color: #fff;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
.g-pageteam .module {
  margin: 0 0 20px;
  padding: 0;
}
.g-pageteam > h3 {
  font-size: 18px;
  font-weight: 400;
  color: #bd945c;
}
.g-pageteam .yt-lightbox {
  margin-bottom: 0 !important;
}
.g-pageteam .pageteam-content {
  background: #bd945c;
  padding: 20px;
  text-align: center;
  width: 80%;
  margin: -55px auto auto;
  color: #fff;
  position: relative;
}
.g-pageteam .pageteam-content h3.h-title {
  display: inline-block;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.g-pageteam .pageteam-content h3.h-title:after {
  content: "";
  display: block;
  background: rgba(255,255,255,0.4);
  height: 3px;
  width: 100%;
  margin-top: 10px;
}
.g-pageteam .pageteam-content p {
  margin-bottom: 20px;
}
.g-pageteam .pageteam-content p:after {
  content: "";
  background: rgba(255,255,255,0.4);
  height: 1px;
  width: 100%;
  margin-top: 20px;
  display: block;
}
.g-pageteam .pageteam-content .b-social .yt-socialbt {
  margin-right: 5px;
}
.g-pageteam .pageteam-content .b-social .yt-socialbt a {
  background: rgba(255,255,255,0.4);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #f8f3ed;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.g-pageteam .pageteam-content .b-social .yt-socialbt a:hover {
  color: #bd945c !important;
  background: #fff;
}
.g-pageteam .pageteam-content:hover {
  background: #7f5f34;
}
.g-pageteam .pageteam-content:hover .b-social .yt-socialbt  a {
  color: #f0e7db;
}
.pageabout {
  font-weight: 300;
}
.pageabout h3 {
  font-weight: 400;
  color: #bd945c;
}
.pageabout p {
  margin-bottom: 25px;
}
.pageabout div.jqbar {
  background: #ccc;
  height: 40px;
  position: relative;
  color: #999;
}
.pageabout div.jqbar +div.jqbar {
  margin-top: 20px;
}
.pageabout div.jqbar .bar-container {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 8px;
  background: #fff;
  text-align: center;
  line-height: 29px;
}
.pageabout div.jqbar .bar-container .bar-percent {
  font-weight: 400;
}
.pageabout div.jqbar .bar-level-wrapper .bar-level {
  margin-left: -3px;
  background: #bd945c !important;
}
.g-pageservices .module {
  margin: 0 0 20px;
  padding: 0;
}
.g-pageservices .module h3 {
  color: #666;
}
.g-pageservices h3 {
  font-size: 18px;
  font-weight: 400;
  color: #bd945c;
}
.g-pageservices .pageservices-tabs {
  clear: both;
  margin-bottom: 50px;
}
.g-pageservices .pageservices-tabs .tabs-below .tab-content .tab-pane {
  border: 1px solid #ccc;
  padding: 30px 50px;
  text-align: center;
}
.g-pageservices .pageservices-tabs .tabs-below .tab-content .tab-pane h4 {
  font-size: 18px;
  font-weight: 400;
}
.g-pageservices .pageservices-tabs .tabs-below .tab-content .tab-pane.active {
  border-color: #bd945c;
}
.g-pageservices .pageservices-tabs .tabs-below .nav-tabs {
  text-align: center;
  border: 0;
  margin-top: 10px;
  margin-left: -25px;
}
.g-pageservices .pageservices-tabs .tabs-below .nav-tabs > li {
  position: relative;
  float: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 0 0 25px;
}
.g-pageservices .pageservices-tabs .tabs-below .nav-tabs > li > a {
  background: #bd945c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 0;
  line-height: 80px;
  height: 100%;
  border: 0;
}
.g-pageservices .pageservices-tabs .tabs-below .nav-tabs > li > a:hover {
  border: 0;
}
.g-pageservices .pageservices-tabs .tabs-below .nav-tabs > li.active {
  top: -10px;
  width: 100px;
  height: 100px;
}
.g-pageservices .pageservices-tabs .tabs-below .nav-tabs > li.active >a {
  line-height: 100px;
}
.g-pageservices .pageservices-content .pageservices-detail {
  margin-bottom: 40px;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-left {
  background: #bd945c;
  border: 3px solid transparent;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  width: 88px;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right {
  font-weight: 300;
  margin-left: 120px;
  padding-right: 30px;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-title {
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-title a {
  color: #666;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-title a:hover {
  text-decoration: none;
  color: #bd945c;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-content {
  margin: 0;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-content .item-readmore {
  text-align: left;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-content .item-readmore a:hover {
  text-decoration: none;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-content .item-readmore .extra-more {
  border-top: 0;
  border-bottom: 1px solid #bd945c;
  height: 11px;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-content .item-readmore .extra-more-img {
  line-height: 3px;
}
.g-pageservices .pageservices-content .pageservices-detail .pageservices-right .item-description {
  color: #666;
}
.g-pageservices .pageservices-content .pageservices-detail:hover .pageservices-left {
  background: #c4a06e;
}
.g-pageservices .pageservices-content .pageservices-detail:hover .pageservices-right .item-title a {
  color: #bd945c;
}
.g-pageservices .pageservices-content .pageservices-detail:hover .pageservices-right .item-content .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.g-pageservices .pageservices-content .pageservices-detail:hover .pageservices-right .item-content .item-readmore .extra-more {
  width: 60%;
}
#g-pageportfolio [class*="span"] {
  position: relative;
  top: 0;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  -moz-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
}
#g-pageportfolio [class*="span"] .port-item-img {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  overflow: hidden;
  border-right: none;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  position: relative;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #222 inset;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-pageportfolio [class*="span"] .port-item-img .icon-plus-sign {
  font-size: 4px;
  color: #eee;
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 10;
  margin: 0 0 -19px -22px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#g-pageportfolio [class*="span"] .port-item-img:visited .icon-plus-sign {
  bottom: 100%;
}
#g-pageportfolio [class*="span"] .port-item-img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#g-pageportfolio [class*="span"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#g-pageportfolio [class*="span"] .port-item-content {
  padding: 10px;
}
#g-pageportfolio [class*="span"] .port-item-content h4 {
  margin-bottom: 10px;
  font-size: 110%;
}
#g-pageportfolio [class*="span"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #bd945c;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover:after {
  color: #fff;
}
#g-pageportfolio [class*="span"]:hover {
  top: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 30px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  .yt-lightbox {
    float: none !important;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    top: 37%;
  }
  ul.c-step li {
    display: table-cell;
    padding-top: 35px;
  }
  div.yt-lightbox.image-left {
    float: none;
    display: inline-block;
    margin: 0 0 15px;
  }
  div.g-pageteam div.b-ourteam [class*="span"] {
    margin-bottom: 30px !important;
  }
}
#k2Container {
  padding-bottom: 50px;
}
#k2Container .itemListCategoriesBlock .itemListCategory {
  padding: 0 0 0 40px;
  background: url("../images/brown/big-title.png") no-repeat left top;
  line-height: 24px;
  margin: 0 0 25px;
  border: none;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 {
  font-size: 215%;
  line-height: 24px;
  text-transform: uppercase;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 a {
  color: #666;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 a:hover {
  color: #bd945c;
}
#k2Container .itemListCategoriesBlock .itemListCategory p {
  margin: 0;
  font-size: 130%;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  color: #999;
}
#k2Container .resplc-loadmore {
  margin: 0px 0 0;
  border-top: 1px solid #ccc;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn {
  background: #bd945c;
  padding: 15px 33px;
  font-size: 18px;
  text-align: center;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  text-align: center;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn:hover {
  background: #354449;
}
#k2Container .itemList .itemContainer .catItemView {
  padding: 0 0 35px;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  width: 100%;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  bottom: 0;
  right: 0;
  background: #bd945c;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content h3.catItemTitle {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content h3.catItemTitle a {
  color: #666;
  line-height: 20px;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemBody {
  padding: 0;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemHeader dl.article-info dd {
  line-height: 24px;
  margin: 0;
  color: #999;
  margin-bottom: 5px;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemHeader dl.article-info dd [class^="icon-"] {
  font-size: 12px;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemHeader dl.article-info dd a:hover {
  color: #bd945c;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemHeader dl.article-info dd .itemDateCreated {
  margin-right: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemLinks {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemLinks div.catItemTagsBlock span {
  font-weight: 300;
  padding: 0;
  color: #999;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #bd945c;
  padding-left: 5px;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #a47b42;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .item-readmore {
  margin-top: 10px;
  display: block;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .item-readmore .extra-more {
  border-color: #f5eee4;
}
#k2Container .itemList .itemContainer .catItemView .catitem-content .item-readmore .extra-more-img {
  margin-left: 10px;
}
#k2Container .itemList .itemContainer.span6 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span4 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span3 .catItemView .catItemImageBlock {
  float: none;
  margin: 0 0 10px;
  display: inline-block;
}
#k2Container .itemList .itemContainer:first-child .catItemView {
  padding-top: 0;
  border-top: none;
  box-shadow: none;
}
#k2Container .itemList .itemContainer:hover .catItemView .catItemImageBlock .catItemImage .preview {
  left: 50%;
}
#k2Container .itemList .itemContainer:hover .catItemView .catitem-content .catItemTitle a {
  color: #bd945c;
}
#k2Container .itemList .itemContainer:hover .catItemView .catitem-content .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container .itemList .itemContainer:hover .catItemView .catitem-content .item-readmore .extra-more {
  width: 70%;
}
#k2Container .itemList #itemListLeading {
  background: #ccc;
}
#k2Container .itemList #itemListLeading .itemContainer {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container .itemList #itemListLeading .itemContainer .catItemView {
  padding-top: 0;
}
#k2Container .itemList #itemListLinks {
  padding: 0;
  background: none;
  border: none;
}
#k2Container .itemList #itemListLinks h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
#k2Container .itemList #itemListLinks .itemContainerLast {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container.userView {
  padding: 0;
}
#k2Container.userView .userBlock {
  padding: 30px 0;
  border: 1px solid #ccc;
  margin: 0 0 30px;
  border-left: none;
  border-right: none;
  background: transparent;
}
#k2Container.userView .userBlock img {
  padding: 0;
  margin: 0 25px 15px 0;
  background: transparent;
  border-color: #d7d7d7;
}
#k2Container.userView .userBlock h2 {
  font-weight: 400;
  margin-bottom: 10px;
}
#k2Container.userView .userBlock .userDescription p {
  margin: 0;
}
#k2Container.userView .userBlock .userAdditionalInfo {
  margin: 0;
  padding: 0;
}
#k2Container.userView .userBlock .userAdditionalInfo .userURL {
  border: none;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0;
  color: #555;
}
#k2Container.userView .userBlock .userAdditionalInfo .userURL a {
  color: #bd945c;
  font-weight: 300;
}
#k2Container.userView .userBlock .userAdditionalInfo .userURL a:hover {
  color: #a47b42;
}
#k2Container.userView .userItemList .userItemView {
  padding: 0 0 35px;
}
#k2Container.userView .userItemList .userItemView .userItemImageBlock .userItemImage {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#k2Container.userView .userItemList .userItemView .userItemImageBlock .userItemImage img {
  padding: 0;
  border: none;
}
#k2Container.userView .userItemList .userItemView .useritem-content {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemHeader h3.userItemTitle {
  font-size: 130%;
  margin: 0 0 10px;
  font-weight: 400;
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemHeader h3.userItemTitle a {
  color: #666;
  line-height: 20px;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemBody {
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemBody .userItemIntroText {
  padding: 0;
  font-weight: 300;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemCommentsLink {
  line-height: 24px;
  margin: 0;
  color: #999;
  margin-bottom: 5px;
  border: none;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemCommentsLink a {
  color: #999;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemCommentsLink a:hover {
  color: #bd945c;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemAuthor {
  line-height: 24px;
  margin: 0;
  color: #999;
  margin-bottom: 5px;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemAuthor a {
  color: #999;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemAuthor a:hover {
  color: #bd945c;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks {
  margin: 0 0 5px;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemTagsBlock span {
  font-weight: 300;
  padding: 0;
  color: #999;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemTagsBlock .userItemTags li a {
  color: #bd945c;
  padding-left: 5px;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemTagsBlock .userItemTags li a:hover {
  color: #a47b42;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemCategory {
  padding: 0 0 5px;
  margin: 0;
  border: none;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemCategory span {
  font-weight: 300;
  padding: 0;
  color: #999;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemCategory a {
  color: #bd945c;
  padding-left: 5px;
}
#k2Container.userView .userItemList .userItemView .useritem-content .userItemLinks .userItemCategory a:hover {
  color: #a47b42;
}
#k2Container.userView .userItemList .userItemView .useritem-content .item-readmore {
  display: block;
  margin-top: 10px;
}
#k2Container.userView .userItemList .userItemView .useritem-content .item-readmore .extra-more {
  border-color: #f5eee4;
}
#k2Container.userView .userItemList .userItemView .useritem-content .item-readmore .extra-more-img {
  margin-left: 10px;
}
#k2Container.userView .userItemList .userItemView:hover .userItemImageBlock .userItemImage .preview {
  left: 50%;
}
#k2Container.userView .userItemList .userItemView:hover .useritem-content .userItemHeader .userItemTitle a {
  color: #bd945c;
}
#k2Container.userView .userItemList .userItemView:hover .useritem-content .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.userView .userItemList .userItemView:hover .useritem-content .item-readmore .extra-more {
  width: 70%;
}
#k2Container.tagView .tagItemList .tagItemView {
  padding: 0 0 35px;
  margin: 0;
  border: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemImageBlock .tagItemImage {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemImageBlock .tagItemImage img {
  padding: 0;
  border: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader .tagItemTitle {
  font-size: 130%;
  margin: 0 0 10px;
  font-weight: 400;
  padding: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader .tagItemTitle a {
  color: #666;
  line-height: 20px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemIntroText {
  padding: 0;
  font-weight: 300;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemCommentsLink {
  line-height: 24px;
  margin: 0;
  color: #999;
  margin-bottom: 5px;
  border: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemCommentsLink a {
  color: #999;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemCommentsLink a:hover {
  color: #bd945c;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemAuthor {
  line-height: 24px;
  margin: 0;
  color: #999;
  margin-bottom: 5px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemAuthor a {
  color: #999;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemAuthor a:hover {
  color: #bd945c;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemTagsBlock span {
  font-weight: 300;
  padding: 0;
  color: #999;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemTagsBlock .tagItemTags li a {
  color: #bd945c;
  padding-left: 5px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemTagsBlock .tagItemTags li a:hover {
  color: #a47b42;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemCategory {
  padding: 0 0 5px;
  margin: 0;
  border: none;
  display: block;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemCategory span {
  font-weight: 300;
  padding: 0;
  color: #999;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemCategory a {
  color: #bd945c;
  padding-left: 5px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemCategory a:hover {
  color: #a47b42;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .item-readmore {
  display: block;
  margin-top: 10px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .item-readmore .extra-more {
  border-color: #f5eee4;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .item-readmore .extra-more-img {
  margin-left: 10px;
}
#k2Container.tagView .tagItemList .tagItemView:hover .tagItemImageBlock .tagItemImage .preview {
  left: 50%;
}
#k2Container.tagView .tagItemList .tagItemView:hover .tagItemBody .tagItemHeader .tagItemTitle a {
  color: #bd945c;
}
#k2Container.tagView .tagItemList .tagItemView:hover .tagItemBody .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.tagView .tagItemList .tagItemView:hover .tagItemBody .item-readmore .extra-more {
  width: 70%;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory {
  padding: 0 0 0 40px;
  background: url("../images/brown/big-title.png") no-repeat left top;
  line-height: 24px;
  margin: 0 0 25px;
  border: none;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory h2 {
  font-size: 215%;
  line-height: 24px;
  text-transform: uppercase;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory h2 a {
  color: #666;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory h2 a:hover {
  color: #bd945c;
}
#k2Container.latestView .latestItemsContainer .latestItemsCategory p {
  margin: 0;
  font-size: 130%;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView {
  padding: 0 0 35px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  width: 100%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  bottom: 0;
  right: 0;
  background: #bd945c;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content {
  overflow: hidden;
  padding: 0 0 0 30px;
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content h3.catItemTitle {
  font-size: 130%;
  margin: 0 0 8px;
  font-weight: 400;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content h3.catItemTitle a {
  color: #666;
  line-height: 20px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemBody {
  padding: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemHeader dl.article-info dd {
  line-height: 24px;
  margin: 0;
  color: #999;
  margin-bottom: 5px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemHeader dl.article-info dd [class^="icon-"] {
  font-size: 12px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemHeader dl.article-info dd a:hover {
  color: #bd945c;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemHeader dl.article-info dd .itemDateCreated {
  margin-right: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemLinks {
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemLinks div.catItemTagsBlock span {
  font-weight: 300;
  padding: 0;
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #bd945c;
  padding-left: 5px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #a47b42;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .item-readmore {
  margin-top: 10px;
  display: block;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .item-readmore .extra-more {
  border-color: #f5eee4;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catitem-content .item-readmore .extra-more-img {
  margin-left: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView:hover.span3 .catitem-content .item-readmore .extra-more {
  width: 60%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView:hover .catItemImageBlock .catItemImage .preview {
  left: 50%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView:hover .catitem-content .catItemTitle a {
  color: #bd945c;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView:hover .catitem-content .item-readmore {
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView:hover .catitem-content .item-readmore .extra-more {
  width: 70%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3.item1,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4.item1,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6.item1 {
  clear: both;
  margin-left: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .catItemImageBlock,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .catItemImageBlock,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .catItemImageBlock {
  float: none;
  margin: 0 0 10px;
  display: inline-block;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 .catitem-content,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4 .catitem-content,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6 .catitem-content {
  margin: 0;
  padding: 0;
}
#k2Container.latestView .latestItemsContainer:first-child .catItemView {
  padding-top: 0;
  border-top: none;
  box-shadow: none;
}
#k2Container.itemView {
  border: none;
  margin: 0;
  padding: 0;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .page-header {
  padding: 0px;
  border-bottom: 0;
  margin: 0 0 25px;
  text-transform: uppercase;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle {
  font-size: 215%;
  line-height: 24px;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle > span {
  background: #bd945c;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle > span sup {
  top: 0;
  font-size: 100%;
}
#k2Container.itemView .itemBody .itemImageBlock {
  text-align: center;
  padding: 0;
  margin: 25px 0px;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage {
  text-align: left;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage a.modal {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
  border: none;
  padding: 0;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
#k2Container.itemView .itemBody div.itemFullText {
  margin-bottom: 30px;
}
#k2Container.itemView .itemBody div.itemFullText .itemDateModified {
  float: right;
  margin: 1em 0 2em;
  color: #999;
  clear: both;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel {
  position: relative;
  z-index: 1;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-inner .item .carousel-caption {
  width: 135px;
  top: 0;
  padding: 40px 15px 40px 20px;
  background: #bd945c;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-inner .item .carousel-caption h4 {
  font-size: 215%;
  line-height: 35px;
  font-weight: 400;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-inner .item .carousel-caption p {
  display: none;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-control {
  background: url(../images/icons/bt-left.png) no-repeat center center #fff;
  display: inline-block;
  box-shadow: inherit;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  position: absolute;
  z-index: 2;
  top: inherit;
  bottom: 8%;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-control i {
  display: none;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-control.left {
  left: 6.5%;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-control.right {
  background-image: url(../images/icons/bt-right.png);
  left: 11.7%;
}
#k2Container.itemView .itemBody div.itemFullText .item-slide-content #yt-slider-carousel .carousel-control:hover {
  background-color: #5b4425;
}
#k2Container.itemView .itemBody .article-info {
  overflow: visible;
  margin: 0 0 6px;
}
#k2Container.itemView .itemBody .article-info .article-info dd {
  margin: 0 0 5px;
}
#k2Container.itemView .itemBody .article-info .article-info dd .itemAuthor,
#k2Container.itemView .itemBody .article-info .article-info dd .itemDateCreated {
  color: #999;
}
#k2Container.itemView .itemBody .article-info .article-info dd a {
  color: #999;
}
#k2Container.itemView .itemBody .article-info .article-info dd a:hover {
  color: #bd945c;
}
#k2Container.itemView .itemBody .itemExtraFields {
  border: none;
}
#k2Container.itemView .itemBody .itemExtraFields h3 {
  color: #666;
  margin: 0 0 20px;
  font-size: 125%;
  font-weight: 400;
}
#k2Container.itemView .itemBody .itemExtraFields ul li {
  border: none;
  background: inherit;
}
#k2Container.itemView .itemBody div.itemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.itemView .itemBody div.itemTagsBlock span {
  font-weight: 300;
  padding: 0;
  color: #999;
}
#k2Container.itemView .itemBody div.itemTagsBlock ul.itemTags li a {
  color: #bd945c;
  padding-left: 5px;
}
#k2Container.itemView .itemBody div.itemTagsBlock ul.itemTags li a:hover {
  color: #a47b42;
}
#k2Container.itemView .itemBody .itemSocialSharing {
  padding: 80px 0px 35px 0px;
}
#k2Container.itemView .itemBody .itemSocialSharing .itemFacebookButton {
  overflow: hidden;
}
#k2Container.itemView .itemBody .itemAuthorBlock {
  background: transparent;
  padding: 30px 0;
  border: 1px solid #ccc;
  min-height: 93px;
  margin: 0;
  border-left: none;
  border-right: none;
}
#k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar {
  padding: 0;
  margin: 0 25px 35px 0;
  background: transparent;
  width: 64px;
  border-color: #d7d7d7;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails {
  padding: 0;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 100%;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName a {
  color: #666;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName a:hover {
  color: #bd945c;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails p {
  margin: 0;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorUrl {
  border: none;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0;
  color: #555;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorUrl a {
  color: #bd945c;
  font-weight: 300;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails .itemAuthorUrl a:hover {
  color: #a47b42;
}
#k2Container.itemView .itemBody div.itemIntroText {
  font-size: 100%;
  color: #666;
  padding: 0;
  line-height: 22px;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemNaviBottom {
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
  min-height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div:last-child {
  border: none;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing {
  padding: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div {
  float: left;
  width: auto;
  height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div > iframe {
  width: 80px !important;
}
#k2Container.itemView .itemBody .btn-share .share {
  margin-top: 0;
}
#k2Container.itemView .itemBody .itemNavigation {
  border: none;
  padding: 4px 0;
  margin-bottom: 0;
  background: transparent;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock {
  padding: 4px 0;
  border: none;
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock span {
  color: #999;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemRelated {
  margin: 0;
  padding-top: 30px;
}
#k2Container.itemView .itemBody .itemRelated h3 {
  color: #666;
  margin: 0 0 20px;
  font-size: 125%;
  font-weight: 400;
}
#k2Container.itemView .itemBody .itemRelated ul {
  padding: 0px;
  margin: 0 0 0 18px;
}
#k2Container.itemView .itemBody .itemRelated ul li {
  border-bottom: none;
  background: transparent;
  width: 50%;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd,
#k2Container.itemView .itemBody .itemRelated ul li.even {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .itemRelTitle,
#k2Container.itemView .itemBody .itemRelated ul li.even .itemRelTitle {
  font-weight: 300;
  color: #666;
  font-size: 100%;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .itemRelTitle:hover,
#k2Container.itemView .itemBody .itemRelated ul li.even .itemRelTitle:hover {
  color: #bd945c;
}
#k2Container.itemView .itemLatest {
  border-top: 1px solid #ccc;
  padding-top: 2em;
  margin-bottom: 2em;
}
#k2Container.itemView .itemLatest h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemLatest ul {
  margin-left: 15px;
}
#k2Container.itemView .itemLatest ul li {
  border: none;
  background: transparent;
}
#k2Container.itemView .itemVideoBlock {
  padding: 0;
  background: transparent;
  border-top: 1px solid #ccc;
  padding-top: 2em;
  margin: 25px 0 0;
}
#k2Container.itemView .itemVideoBlock h3 {
  font-size: 125%;
  font-weight: 400;
  color: #666;
  margin-bottom: 20px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
  text-align: left;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded iframe {
  margin: 0 15px 15px 0;
}
#k2Container.itemView .itemImageGallery {
  border-top: 1px solid #ccc;
  padding-top: 2em;
  margin: 25px 0 0;
  overflow: hidden;
}
#k2Container.itemView .itemImageGallery h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemImageGallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.itemView .itemComments {
  padding: 30px 0 0;
  border: 1px solid transparent;
  min-height: 93px;
  margin: 23px 0 0;
  border-top-color: #ccc;
  overflow: hidden;
  background: transparent;
}
#k2Container.itemView .itemComments h3.itemCommentsCounter {
  font-size: 125%;
  font-weight: 400;
  color: #666;
  padding-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsList {
  margin-bottom: 27px;
  margin-top: 17px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ccc;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  background: transparent;
  padding: 25px 0px 0;
  border-bottom: none;
}
#k2Container.itemView .itemComments .itemCommentsList li:first-child {
  padding-top: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li img {
  padding: 0;
  margin: 0 35px 35px 0;
  background: transparent;
  width: 64px;
  border: 1px solid #d7d7d7;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink {
  float: none;
  display: block;
  margin-left: 100px;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a {
  color: #bd945c;
  font-size: 100%;
  padding: 8px 0;
  text-decoration: inherit;
  font-weight: 400;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a:hover {
  color: #a47b42;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink p {
  padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li p {
  margin-left: 100px;
  margin-bottom: 0px;
  line-height: 22px;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName {
  font-weight: 400;
  font-size: 100%;
  display: inline-block;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName a {
  color: #a47b42;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName a:hover {
  color: #bd945c;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate {
  color: #666;
  margin-left: 10px;
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
}
#k2Container.itemView .itemComments .itemCommentsList li [class^="icon-"],
#k2Container.itemView .itemComments .itemCommentsList li [class*=" icon-"] {
  font-size: 12px;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
  border: none;
  margin: 1em 0 2em;
}
#k2Container.itemView div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 125%;
  font-weight: 400;
  color: #666;
}
#k2Container.itemView div.itemCommentsForm #comment-form {
  margin: 0;
}
#k2Container.itemView div.itemCommentsForm #comment-form .req-form {
  padding-bottom: 40px;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group {
  margin-bottom: 10px;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group label.control-label {
  width: 110px;
  font-size: 100%;
  font-weight: 300;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls {
  margin-left: 110px;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls input.inputbox,
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls form textarea.inputbox {
  background: none;
  padding: 5px 7px;
  border-color: #ccc;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls input.inputbox:focus,
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls form textarea.inputbox:focus {
  border-color: #bd945c;
  box-shadow: inherit;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls textarea.inputbox {
  width: 93%;
  height: 140px;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls textarea.inputbox:focus {
  border-color: #bd945c;
  box-shadow: inherit;
}
#k2Container.itemView div.itemCommentsForm #comment-form .control-group .controls input.inputbox {
  width: 53%;
}
#k2Container.itemView div.itemCommentsForm #comment-form .controls {
  margin-left: 110px;
}
#k2Container.itemView div.itemCommentsForm #comment-form .controls button.button {
  color: #fff;
  background: #bd945c;
  border: none;
  border-radius: inherit;
  padding: 15px 39px;
  margin-bottom: 10px;
  font-size: 125%;
  font-weight: 400;
}
#k2Container.itemView div.itemCommentsForm #comment-form .controls button.button:hover {
  background: #a47b42;
}
#k2Container.itemView .yt-boxquote {
  color: #bd945c !important;
}
.k2ItemsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.comment .k2ItemsBlock ul.blank > li {
  float: left;
  width: 100%;
}
.k2ItemsBlock ul.blank > li .num-item {
  float: left;
  width: 55px;
  height: 70px;
  padding-left: 10px;
  font-size: 214%;
  color: #999;
  margin-top: 5px;
}
.comment .k2ItemsBlock ul.blank > li .num-item {
  display: none;
}
.comment .k2ItemsBlock ul.blank > li a.moduleItemImage,
.mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage {
  float: left;
  width: 30%;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}
.rtl .comment .k2ItemsBlock ul.blank > li a.moduleItemImage,
.rtl .mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.comment .k2ItemsBlock ul.blank > li a.moduleItemImage:hover:before,
.mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage:hover:before {
  border: solid 5px #bd945c;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.k2ItemsBlock ul.blank > li a.moduleItemTitle {
  font-size: 129%;
  color: #444;
}
.k2ItemsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
}
.k2ItemsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2ItemsBlock ul.blank > li .listinline {
  margin-top: 5px;
}
.k2ItemsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  font-size: 12px;
  color: #999;
}
.k2ItemsBlock ul.blank > li .listinline [class^="icon-"],
.k2ItemsBlock ul.blank > li .listinline [class*=" icon-"] {
  font-size: 12px;
}
.k2ItemsBlock ul.blank > li .moduleItemComments {
  color: #999;
  font-size: 12px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
.k2ItemsBlock ul.blank > li .moduleItemComments a {
  color: #999;
}
.k2ItemsBlock ul.blank > li .moduleItemComments a:hover {
  color: #bd945c;
}
.k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.comment .k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  padding: 0;
}
.k2ItemsBlock ul.blank > li:hover .num-item {
  color: #bd945c;
}
.k2ItemsBlock ul.blank > li:hover a.moduleItemTitle {
  color: #bd945c;
}
.k2ItemsBlock ul.blank {
  margin: 0 20px;
}
.comment .k2ItemsBlock ul.blank {
  margin: 0;
}
.k2LatestCommentsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.comment .k2LatestCommentsBlock ul.blank > li {
  float: left;
  width: 100%;
}
.k2LatestCommentsBlock ul.blank > li .num-item {
  float: left;
  width: 55px;
  height: 70px;
  padding-left: 10px;
  font-size: 214%;
  color: #999;
  margin-top: 5px;
}
.comment .k2LatestCommentsBlock ul.blank > li .num-item {
  display: none;
}
.comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage,
.mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage {
  float: left;
  width: 30%;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}
.rtl .comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage,
.rtl .mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage:hover:before,
.mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage:hover:before {
  border: solid 5px #bd945c;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.k2LatestCommentsBlock ul.blank > li a.moduleItemTitle {
  font-size: 129%;
  color: #444;
}
.k2LatestCommentsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
}
.k2LatestCommentsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2LatestCommentsBlock ul.blank > li .listinline {
  margin-top: 5px;
}
.k2LatestCommentsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  font-size: 12px;
  color: #999;
}
.k2LatestCommentsBlock ul.blank > li .listinline [class^="icon-"],
.k2LatestCommentsBlock ul.blank > li .listinline [class*=" icon-"] {
  font-size: 12px;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments {
  color: #999;
  font-size: 12px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments a {
  color: #999;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments a:hover {
  color: #bd945c;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.comment .k2LatestCommentsBlock ul.blank > li .moduleItemIntrotext {
  padding: 0;
}
.k2LatestCommentsBlock ul.blank > li:hover .num-item {
  color: #bd945c;
}
.k2LatestCommentsBlock ul.blank > li:hover a.moduleItemTitle {
  color: #bd945c;
}
.k2LatestCommentsBlock ul.blank {
  margin: 0 20px;
}
.comment .k2LatestCommentsBlock ul.blank {
  margin: 0;
}
.k2LatestCommentsBlock a.lcComment {
  color: #666;
}
.k2LatestCommentsBlock a.lcComment:hover {
  color: #8c5832;
}
.k2TopCommentersBlock ul {
  list-style: none;
  margin: 0;
}
.k2TopCommentersBlock ul li {
  padding: 20px 0;
  border-bottom: solid 1px #e1e1e1;
  background: transparent;
}
.k2TopCommentersBlock ul li:first-child {
  padding-top: 0;
}
.k2TopCommentersBlock ul li .k2Avatar {
  margin-right: 15px;
  float: left;
}
.k2TopCommentersBlock ul li .k2Avatar img {
  margin: 0;
}
.k2TopCommentersBlock ul li .tcLatestComment {
  color: #444;
}
.k2TopCommentersBlock ul li .tcLatestComment:hover {
  color: #bd945c;
}
.k2TopCommentersBlock ul li .tcLatestCommentDate,
.k2TopCommentersBlock ul li .tcCommentsCounter {
  color: #ccc;
  font-size: 86%;
}
.k2TopCommentersBlock ul li .tcLatestCommentDate {
  border-right: solid 1px #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
.k2TopCommentersBlock ul li [class^="icon-"] {
  font-size: 12px;
}
div.k2TagCloudBlock {
  padding: 0;
}
div.k2TagCloudBlock a {
  padding: 5px 8px 5px;
  background: #fff;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 5px 5px 0px;
  color: #666666;
}
div.k2TagCloudBlock a:hover {
  background: #bd945c;
  color: #fff;
  padding: 5px 8px 5px;
}
div.k2TagCloudBlock a:hover > span {
  right: -25px;
  background: #2e1d10;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.k2TagCloudBlock a > span {
  width: 18px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
