.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.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;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.backtotop.hidden-top {
  bottom: -100px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.backtotop:hover {
  background-color: #23262D;
}
.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: #ffcc00;
}
#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: 320px;
  top: 170px;
  right: -323px;
  padding: 8px;
  z-index: 999;
  font-size: 11px;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 48px;
  height: 38px;
  left: -49px;
  top: 180px;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #666;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#cpanel_wrapper #cpanel_btn.isDown {
  background: #ffcc00;
}
#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 #cpanel_btn:hover i {
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#cpanel_wrapper #ytcpanel_accordion {
  margin-bottom: 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 15px;
  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: transparent #ffcc00 transparent transparent;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn {
  background: #ffcc00;
  padding: 9px 15px;
  text-transform: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#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 .cpanel-theme {
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-group {
  overflow: hidden;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-layout {
  width: 50%;
  float: left;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-heading {
  margin: 0 0 8px;
  padding: 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-heading span {
  padding: 1px 5px;
  border-left: 2px solid #999;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-desc {
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-theme-color .theme-color {
  width: 38px;
  height: 25px;
  position: static;
  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-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -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 .cpanel-theme .panel-theme-color .theme-color.active,
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-theme-color .theme-color:hover {
  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 .cpanel-theme .panel-group input.miniColors {
  margin: 0 -1px 0 0 !important;
  border: 1px solid #ccc;
  width: 55px;
  height: 22px;
  border-radius: 3px 0 0 3px;
  vertical-align: top;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-theme .panel-group .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 .cpanel-theme .panel-group .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: 120px;
  position: relative;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #ccc;
  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;
  line-height: 22px;
}
.selectbox .select-arrow {
  background: url(../images/cpanel/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: #666;
  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: ;
  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: 230px;
  padding: 0;
}
#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: rgba(0,0,0,0.5);
}
#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: 50px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 50px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 250;
  right: 0;
  top: 230px;
  padding: 0;
}
#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;
  right: -100%;
  background: rgba(0,0,0,0.5);
}
#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: 50px;
  color: #fff;
  border-bottom: 1px solid #777;
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 50px;
}
#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: #ffcc00;
  -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: #ffcc00;
  color: #eee;
  border: 1px solid #cca300;
  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;
}
body {
  line-height: 22px;
  background-color: #fff;
  font-size: 13px;
}
body .row {
  margin-right: 0;
  margin-left: 0;
}
.bottom-header {
  height: 16px;
  background: #bcbbbe;
  float: left;
  width: 100%;
  position: relative;
  top: -10px;
}
.bottom-header .bottom-left {
  height: 16px;
  background: #fff;
  padding: 0;
  width: 50%;
  border-top-right-radius: 14px;
}
.bottom-header .bottom-right {
  height: 16px;
  background: #fff;
  padding: 0;
  float: left;
  border-top-left-radius: 14px;
}
#yt_logo {
  text-align: center;
}
#yt_logo a {
  display: inline-block;
}
.homepage #yt_logo {
  margin: 0 auto;
  float: left;
}
.homepage #yt_header .container {
  padding: 35px 0 0;
}
.homepage #yt_spotlight1 {
  padding-top: 35px;
}
#content_left,
#content_right {
  margin-top: 29px;
}
#yt_header {
  min-height: 350px;
}
#yt_header .container {
  padding: 66px 0 0;
}
#yt_header .topmenu ul.nav_scroll ul.yt-list li {
  list-style: none;
  display: inline-block;
  height: 114px;
  padding-top: 25px;
  overflow: hidden;
  -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;
}
#yt_header .topmenu ul.nav_scroll ul.yt-list li a {
  color: #fff;
}
#yt_header .topmenu ul.nav_scroll ul.yt-list li:hover {
  padding-top: 0;
}
#yt_header #top1 ul.menu,
#yt_header #top2 ul.menu {
  margin: 30px 0 0;
}
#yt_header #top1 ul.menu li,
#yt_header #top2 ul.menu li {
  list-style: none;
  display: inline-block;
  padding: 25px 35px 0;
  height: 114px;
  overflow: hidden;
  -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;
}
#yt_header #top1 ul.menu li > a,
#yt_header #top2 ul.menu li > a {
  display: block;
  text-align: center;
  color: #fff;
}
#yt_header #top1 ul.menu li .image-title,
#yt_header #top2 ul.menu li .image-title {
  margin: 10px 0 0;
}
#yt_header #top1 ul.menu li:hover,
#yt_header #top2 ul.menu li:hover {
  padding-top: 0;
}
#yt_header #top1 ul.menu.menu-left,
#yt_header #top2 ul.menu.menu-left {
  padding-left: 20px;
}
#yt_header #top1 ul.menu.menu-right,
#yt_header #top2 ul.menu.menu-right {
  padding: 0;
}
#yt_header #breadcrumb {
  margin-top: 40px;
}
.menu-vertical {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 10;
}
.menu-vertical ul.menu li.parent {
  list-style: none;
  z-index: 9999;
}
.menu-vertical ul.menu li.parent a {
  display: none;
}
.menu-vertical ul.menu li.parent:last-child ul li:last-child a:after {
  display: none;
}
.menu-vertical ul.menu li ul.yt-list li {
  list-style: none;
}
.menu-vertical ul.menu li ul.yt-list li a {
  display: block !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  margin: 40px;
  line-height: 20px;
  margin-left: 0;
}
.menu-vertical ul.menu li ul.yt-list li a img {
  display: none !important;
}
.menu-vertical ul.menu li ul.yt-list li a span {
  position: relative;
  right: 22px;
  top: -11px;
  padding: 10px;
  color: #fff;
  float: right;
  margin-bottom: 10px;
  white-space: nowrap;
  background: #ffcc00;
  width: 96px;
  text-align: center;
  display: none;
}
.menu-vertical ul.menu li ul.yt-list li a span:after {
  display: block;
  font-family: FontAwesome;
  color: #ffcc00;
  content: '\f0da';
  position: absolute;
  width: 100%;
  text-align: center;
  right: -51px;
  top: 9px;
  font-size: 18px;
  float: right;
}
.menu-vertical ul.menu li ul.yt-list li a:hover {
  background: #ffcc00;
  box-shadow: 0 0 5px 4px #c29b00;
  -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;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  display: block;
}
.menu-vertical ul.menu li ul.yt-list li a:hover span {
  display: block;
  float: right;
}
.menu-vertical ul.menu li ul.yt-list li a:after {
  content: "";
  background: url(../images/icon/icon_nav.png) no-repeat 50% 0;
  width: 100%;
  height: 28px;
  display: block;
  position: relative;
  top: 15px;
}
.menu-vertical ul.menu li ul.yt-list li.current a {
  background: #ffcc00;
  box-shadow: 0 0 5px 4px #c29b00;
}
#yt_mainmenu {
  position: inherit;
}
#yt_mainmenu #meganavigator {
  display: none;
}
#slideshow {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
}
#yt_spotlight3 {
  margin-top: 50px;
}
#breadcrumb div.module {
  margin: 0;
}
#breadcrumb div.module .breadcrumb {
  margin: 0;
  padding: 0;
}
#content #yt_component {
  background: #fff;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
#content #right .bg1 {
  padding-bottom: 0px;
}
#yt_spotlight1 {
  margin-top: 30px;
}
#yt_spotlight1 .container {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#yt_spotlight1 #bottom1 .module {
  margin-bottom: 0;
}
#yt_spotlight1 #bottom1 .module p {
  margin-bottom: 0;
}
#yt_spotlight1 #bottom2 .module h3.modtitle {
  font-weight: normal;
  text-transform: inherit;
  font-size: 36px;
  padding-bottom: 32px;
  padding-top: 120px;
  background: url(../images/icon/icon-pre.png) no-repeat 48% 100%;
}
#yt_spotlight1 #bottom2 .module h3.modtitle:before {
  content: "";
  background: url(../images/icon/about_hm.png) no-repeat 50% 100%;
  width: 100% !important;
  top: 15px;
  border: 0;
  border-radius: 0;
  width: 81px;
  height: 81px;
  display: block;
  position: absolute;
}
#yt_spotlight1 #bottom2 .module h3.modtitle:after {
  display: none;
}
#yt_spotlight1 #bottom2 .module .modcontent {
  color: #999;
  text-align: justify;
  margin-top: 38px;
}
#yt_spotlight1 #bottom2 .module .modcontent .initial {
  text-align: center;
}
#yt_spotlight1 #bottom2 .module .modcontent .initial p {
  color: #000;
}
#yt_spotlight1 #bottom2 .module .modcontent .initial p.name {
  color: #000;
  font-size: 18px;
}
#yt_spotlight2 {
  padding: 3em 0 0;
  background: url("../images/bg_spotlight3.png") no-repeat 50% 0;
  background-size: 100% auto;
  background-position: 50% -15px !important;
}
#yt_spotlight4 {
  padding: 3em 0 0;
  margin-top: 30px;
  background: url(../images/bg_spotlight5.png) no-repeat 0% 0;
  background-size: 100% auto;
}
#yt_spotlight5 {
  padding: 3em 0 0;
  background: url(../images/bg_spotlight9.png) no-repeat fixed 50% 0;
  background-size: 100% auto;
}
#yt_spotlight6,
#yt_spotlight9 {
  padding-top: 80px;
  padding-bottom: 40px;
  background: url(../images/bg_spotlight10.png) repeat;
}
#yt_spotlight7 {
  overflow: hidden;
}
#yt_spotlight7 .container {
  width: 100%;
  padding: 0;
}
#yt_spotlight7 .container p {
  margin: 0;
}
#yt_spotlight7 .container .module {
  margin-bottom: 0;
}
#bottom13 {
  padding-left: 0;
  padding-right: 0;
}
.maps-home .contact-ajax {
  padding-top: 0;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map {
  width: 100%;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-inner {
  padding: 0;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-inner .el-map {
  border: 0;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map #map-canvas {
  width: 100% !important;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content {
  width: 30%;
  border: 1px solid #ccc;
  padding: 20px;
  position: absolute;
  top: 70px;
  left: 93px;
  background: #fff;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header span {
  font-size: 14px;
  float: left;
  margin-top: 13px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header span i {
  width: 49px;
  height: 55px;
  background: url("../images/styling/oranges/icon-mail.png") no-repeat 18% 100%;
  position: relative;
  top: -17px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header span i:before {
  color: #fff;
  position: relative;
  top: 16px;
  left: 15px;
  font-size: 20px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks {
  float: right;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a {
  background: transparent;
  border-radius: 0;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a i {
  font-size: 12px;
  width: 33px;
  height: 55px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a i.icon-twitter {
  background: url(../images/icon/icon-tw.png) no-repeat 18% 100%;
  position: relative;
  top: -17px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a i.icon-twitter:before {
  color: #fff;
  position: relative;
  top: 16px;
  left: -1px;
  font-size: 12px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a i.icon-facebook {
  background: url(../images/icon/icon-face.png) no-repeat 18% 100%;
  position: relative;
  top: -17px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a i.icon-facebook:before {
  color: #fff;
  position: relative;
  top: 16px;
  left: -1px;
  font-size: 12px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a i.icon-google-plus {
  background: url(../images/icon/icon-g+.png) no-repeat 18% 100%;
  position: relative;
  top: -17px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-header .social-networks a i.icon-google-plus:before {
  color: #fff;
  position: relative;
  top: 16px;
  left: -1px;
  font-size: 12px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content p.title {
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 10px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content .el-desc {
  color: #999;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content #shownow {
  width: 70%;
  margin: 0 auto;
  border: 2px solid #999;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  margin-top: 35px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-map .el-content #shownow:hover {
  background: #ffcc00;
  color: #fff;
  padding: 12px;
  border: 0;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form .el-ctajax-form .el-control .el-input {
  width: 88%;
  margin-bottom: 21px;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form .el-ctajax-form .el-control #cainput_message {
  width: 88%;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element-form {
  width: 33%;
  position: absolute;
  background: #fff;
  left: 38%;
  top: 70px;
  display: none;
}
.maps-home .contact-ajax .ctajax-wrap .ctajax-element.ctajax-element-form .el-inner {
  padding: 24px 0 24px 43px;
}
#yt_footer {
  background: transparent;
  padding: 30px 0px;
}
#yt_footer #yt_copyright {
  color: #999;
  text-align: center;
  margin-top: 20px;
}
#yt_footer #yt_copyright a {
  color: #ffcc00;
}
#yt_footer #yt_copyright a:hover {
  color: #000;
}
#yt_footer #yt_copyright .yt-logo {
  margin: 5px 15px 0 0;
  float: left;
}
#yt_footer #yt_copyright .copyright,
#yt_footer #yt_copyright .designby {
  display: inline;
}
#yt_footer #yt_copyright .copyright_middle {
  margin-top: 18px;
  display: inline-block;
}
#yt_footer #footer .yt-socialbt {
  padding: 3px;
  margin-right: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#yt_footer #footer .yt-socialbt a {
  color: #999;
  width: 32px;
  height: 32px;
  border: none;
  box-shadow: none;
}
#yt_footer #footer .yt-socialbt a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 17px;
}
#yt_footer #footer .yt-socialbt a.facebook {
  background-color: #4d6baa;
  color: #fff;
}
#yt_footer #footer .yt-socialbt a.facebook:hover {
  background-color: #7f95c5;
}
#yt_footer #footer .yt-socialbt a.twitter {
  background-color: #4fc6f8;
  color: #fff;
}
#yt_footer #footer .yt-socialbt a.twitter:hover {
  background-color: #99defb;
}
#yt_footer #footer .yt-socialbt a.google-plus {
  background-color: #ea6060;
  color: #fff;
}
#yt_footer #footer .yt-socialbt a.google-plus:hover {
  background-color: #f3a4a4;
}
#yt_footer #footer .yt-socialbt a.linkedin {
  background-color: #238cc8;
  color: #fff;
}
#yt_footer #footer .yt-socialbt a.linkedin:hover {
  background-color: #56afe1;
}
#yt_footer #footer ul.menu {
  width: 80%;
  margin: 0 auto;
  background: url(../images/icon/bg_footer.png) no-repeat 50% 100%;
  padding-bottom: 34px;
}
#yt_footer #footer ul.menu li {
  list-style: none;
  display: inline;
  padding: 0 15px;
}
#yt_footer #footer ul.menu li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
#yt_footer #footer ul.menu li a:hover {
  color: #ffcc00;
}
#bd #yt_wrapper.layout-boxed {
  background: #fff;
}
#bd #yt_wrapper.layout-boxed #yt_header #top1,
#bd #yt_wrapper.layout-boxed #yt_header #top2 {
  z-index: 1;
}
#bd #yt_wrapper.layout-boxed #yt_header .module.languages {
  right: -9px;
}
#bd.rtl #yt_wrapper.layout-boxed #yt_header #top1 ul.menu.menu-left {
  padding-right: 0;
}
#bd.rtl #yt_wrapper.layout-boxed #yt_header #breadcrumb {
  z-index: 1;
  margin-top: 0;
}
#bd.rtl #yt_wrapper.layout-boxed #yt_header .module.languages {
  right: inherit;
}
@media (min-width: 1200px) {
  .layout-boxed {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 6px #777777 !important;
  }
  .layout-boxed #yt_header {
    width: 100%;
    position: relative;
  }
  .layout-boxed #yt_header #slideshow {
    z-index: 1;
  }
  .layout-boxed #yt_header #yt_logo {
    z-index: 2;
  }
  .layout-boxed #yt_header #navtop_scroll {
    position: relative;
    z-index: 2;
  }
  .layout-boxed #yt_header .module.languages {
    z-index: 2;
  }
  .layout-boxed #yt_header #breadcrumb {
    margin-top: 0;
    z-index: 1;
  }
  .layout-boxed #yt_menuwrap #yt_mainmenu #droplinenavigator {
    display: none;
  }
  .layout-boxed #yt_menuwrap #yt_mainmenu .yt-resmenu {
    z-index: 2;
    left: 80px;
  }
  .layout-boxed .weblink-category {
    padding-top: 0;
  }
  .layout-boxed .weblink-category legend {
    padding-top: 0;
  }
  .layout-boxed #content_left,
  .layout-boxed #content_right {
    margin-top: 20px;
  }
  .layout-boxed .module.yt-bt1 {
    overflow-x: visible;
  }
  .layout-boxed .maps-home .contact-ajax .ctajax-wrap .ctajax-element.ctajax-element-form .el-inner {
    padding: 36px 0 36px 36px;
  }
  .homepage #yt_spotlight1 {
    padding-bottom: 2px;
  }
  #bd.rtl .layout-boxed #yt_header .module.languages {
    left: 0;
  }
  #bd.rtl .layout-boxed .maps-home .contact-ajax .ctajax-wrap .ctajax-element.ctajax-element-form .el-inner {
    padding: 36px 36px 36px 0;
  }
  #bd.rtl .layout-boxed #yt_menuwrap #yt_mainmenu .yt-resmenu {
    right: 80px;
  }
}
@media (max-width: 1024px) {
  #bd {
    width: 1190px;
  }
  #bd table.category {
    display: block;
  }
}
a {
  color: #ffcc00;
}
a:hover {
  color: #2e323b;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
*::selection {
  background: #ffcc00;
  color: #fff;
}
*::-moz-selection {
  background: #ffcc00;
  color: #fff;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
  font-size: 14px;
}
.badge,
.label {
  display: inline-block;
}
.page-header {
  margin: 0 0 20px;
}
pre {
  border: none;
  border-left: 3px solid #ffcc00;
  line-height: 30px;
  border-radius: 0;
  font-size: 110%;
  padding: 20px;
  margin: 2em 0;
}
img {
  max-width: 100%;
}
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,
ol {
  padding-left: 12px;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank {
  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: #ffcc00;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #ffcc00;
}
ul.category {
  list-style: none;
  padding: 0;
}
ul.category li {
  border-bottom: 1px solid #ddd;
}
ul.menu .image-title {
  display: block;
}
select {
  padding: 5px;
}
#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: #ffe066;
}
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;
  background: #fff;
  padding: 4px 6px;
  border: solid 1px #ccc;
  height: 36px;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.label {
  padding: 10px 16px;
  margin-right: 15px;
}
.button,
button {
  background: #ffcc00;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border-radius: 0px;
}
.button:hover,
button:hover {
  background: #2e323b;
  color: #fff;
}
.button:hover span,
button:hover span {
  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%;
  margin-top: 20px;
}
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-message {
  margin: 0;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
.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;
}
.form-vertical .btn-toolbar {
  margin-bottom: 1em;
}
[class*="col-"] > .col-sm-12 {
  padding: 0px;
}
div.categories-list > div {
  margin-bottom: 1em;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
}
div.categories-list ul {
  position: relative;
  margin: 0;
  padding-left: 15px;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  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;
}
.lazy-hidden {
  background: #eee url(../images/loading.gif) no-repeat 50% 50%;
}
.lazy-loaded {
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.blog h2.heading-category {
  font-size: 170%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  font-weight: 700;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
}
.blog .items-leading {
  overflow: hidden;
  padding: 5px;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 20px 15px;
}
.blog .items-leading .item .article-text {
  *zoom: 1;
}
.blog .items-leading .item .article-text:before,
.blog .items-leading .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog .items-leading .item .article-text:after {
  clear: both;
}
.blog .items-leading .item .article-text .article-header h2 {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
.blog .items-leading .item .article-text .article-header h2 a {
  color: #000;
  display: block;
  font-weight: 500;
}
.blog .items-leading .item .article-text .article-info {
  margin: 5px 0px;
}
.blog .items-leading .item .article-text .article-info dd {
  display: inline-block;
  color: #909090;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 93%;
}
.blog .items-leading .item .article-text .article-intro {
  margin: 0px;
  color: #666;
  margin-bottom: 5px;
}
.blog .items-leading .item .article-text .article-intro p {
  margin: 0px;
}
.blog .items-leading .item .article-text .blog-in-bottom {
  margin: 5px 0px 0px;
  border-top: solid 1px #dcdcdc;
  padding-top: 7px;
  display: inline-block;
}
.blog .items-leading .item .article-text .blog-in-bottom dd {
  display: inline-block;
  color: #909090;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 93%;
}
.blog .items-leading .item .article-text .blog-in-bottom dd.seperator {
  margin: 1px;
  font-size: 100%;
}
.blog .items-leading .item:hover .article-text .article-header h2 a {
  color: #ffcc00;
}
.blog .items-leading .leading-0 {
  padding-top: 0;
}
.blog .items-row {
  padding: 0px;
}
.blog .items-row.cols-2,
.blog .items-row.cols-3,
.blog .items-row.cols-4,
.blog .items-row.row-0 {
  border-top: none;
}
.blog .items-row .item {
  padding: 20px 15px;
}
.blog .items-row .item .article-text {
  *zoom: 1;
}
.blog .items-row .item .article-text:before,
.blog .items-row .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog .items-row .item .article-text:after {
  clear: both;
}
.blog .items-row .item .article-text .article-header h2 {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
.blog .items-row .item .article-text .article-header h2 a {
  color: #000;
  display: block;
  font-weight: 500;
}
.blog .items-row .item .article-text .article-info {
  margin: 5px 0px;
}
.blog .items-row .item .article-text .article-info dd {
  display: inline-block;
  color: #909090;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 93%;
}
.blog .items-row .item .article-text .article-intro {
  margin: 0px;
  color: #666;
  margin-bottom: 5px;
}
.blog .items-row .item .article-text .article-intro p {
  margin: 0px;
}
.blog .items-row .item .article-text .blog-in-bottom {
  margin: 5px 0px 0px;
  border-top: solid 1px #dcdcdc;
  padding-top: 7px;
  display: inline-block;
}
.blog .items-row .item .article-text .blog-in-bottom dd {
  display: inline-block;
  color: #909090;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 93%;
}
.blog .items-row .item .article-text .blog-in-bottom dd.seperator {
  margin: 1px;
  font-size: 100%;
}
.blog .items-row .item:hover .article-text .article-header h2 a {
  color: #ffcc00;
}
body.homepage .blog-featured .items-leading {
  padding: 0;
  border: none;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title {
  font-size: 150%;
  font-weight: normal;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title a {
  color: #ffcc00;
}
.registration .page-header {
  border-bottom: 0;
}
.registration .page-header h2 {
  font-weight: normal;
  font-size: 170%;
  position: relative;
  padding-bottom: 25px;
  padding-top: 40px;
  margin-bottom: 0;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
  border-bottom: 0;
}
.registration label,
.registration input,
.registration button,
.registration select,
.registration textarea {
  font-size: 13px;
}
body.layout_main-left-right .blog-featured .items-row .item .item-image {
  float: none;
  margin: 0 0 1em;
}
.blog-featured .page-header {
  font-weight: normal;
  font-size: 170%;
  position: relative;
  padding-bottom: 25px;
  padding-top: 40px;
  margin-bottom: 0;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
  border-bottom: 0;
}
.blog-featured .items-row {
  overflow: hidden;
  padding: 0px;
}
.blog-featured .items-row .item {
  padding: 20px 15px;
}
.blog-featured .items-row .item .article-header h2 {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
.blog-featured .items-row .item .article-header h2 a {
  color: #000;
  display: block;
  font-weight: 500;
}
.blog-featured .items-row .item .feature-info {
  margin: 5px 0px;
}
.blog-featured .items-row .item .feature-info .create {
  display: inline-block;
  color: #909090;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 93%;
}
.blog-featured .items-row .item .article-intro {
  margin: 0px;
  color: #666;
  margin-bottom: 5px;
}
.blog-featured .items-row .item .article-intro p {
  margin: 0px;
}
.blog-featured .items-row .item .feature-in-bottom {
  margin: 5px 0px 0px;
  border-top: solid 1px #dcdcdc;
  padding-top: 7px;
  display: inline-block;
}
.blog-featured .items-row .item .feature-in-bottom dd {
  display: inline-block;
  color: #909090;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 93%;
}
.blog-featured .items-row .item .feature-in-bottom dd.seperator {
  margin: 1px;
  font-size: 100%;
}
.blog-featured .items-row .item.system-unpublished {
  background: #fff;
  border-top: none;
}
.blog-featured .items-row .item.system-unpublished .system-unpublished {
  border: none;
  padding: 0px;
  margin: 0px;
  background: #fff;
}
.blog-featured .items-row .item.system-unpublished .system-unpublished:before {
  display: none;
}
.blog .items-leading + .items-row .item {
  padding-top: 20px;
}
.content-category  h2 {
  font-weight: normal;
  position: relative;
  padding-bottom: 25px;
  padding-top: 40px;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
}
.categories-listm,
.finder {
  padding-top: 40px;
}
.archivem,
.tag-category {
  padding-top: 40px;
}
.archivem h2,
.tag-category h2 {
  font-weight: normal;
  position: relative;
  padding-bottom: 25px;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
}
.tag-category .page-header h2 {
  background: transparent;
}
.weblink-category {
  padding: 10px;
}
.weblink-category legend {
  font-weight: normal;
  position: relative;
  padding-bottom: 25px;
  padding-top: 40px;
  border-bottom: 0;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
}
.finder,
.search {
  padding-left: 10px;
}
.finder .btn,
.search .btn {
  padding: 7px 12px;
  border-radius: 0;
  background: #ffcc00;
  border: 0;
}
.finder .btn:hover,
.search .btn:hover {
  background: #000;
}
.profile legend,
.profile-edit legend {
  padding-bottom: 10px;
}
.profile-edit .btn {
  background: #ffcc00;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.profile-edit .btn:hover {
  background: #000;
}
.search .btn {
  padding: 8px 12px;
}
.finder .btn {
  padding: 7px 12px 8px 12px;
  margin-top: -2px;
}
.item-page {
  padding: 5px;
}
.item-page .article-header h2 {
  font-weight: normal;
  position: relative;
  padding-bottom: 25px;
  padding-top: 40px;
  margin-bottom: 20px;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
}
.item-page .article-header h2 a {
  font-size: 18px;
  color: #000;
  display: block;
  text-transform: uppercase;
}
.item-page .article-header h2 a:hover {
  color: #ffcc00;
}
.item-page .article-aside {
  margin: 0 0 1em 0;
}
.item-page .article-aside .article-info dd {
  color: #999;
  margin-right: 20px;
  display: inline-block;
  font-weight: 300px;
  font-size: 93%;
}
.item-page .article-aside .article-info dd .hits {
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
.item-page .tags {
  overflow: hidden;
  margin-bottom: 20px;
}
.item-page .tags a {
  display: block;
  float: left;
  color: #999;
  background: #fff;
  border: solid 1px #ccc;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: normal;
  transition: 0.3s all ease 0s;
  border-radius: 0px;
  margin: 0px -1px 0 0px;
}
.item-page .tags a:hover {
  background: #f5f6f6;
  color: #ffcc00;
}
.item-page .img-fulltext {
  margin: 0px 20px 20px 0px;
}
.item-page .article-index {
  margin: 0px 0px 0px 20px;
}
.item-page .article-index .nav-stacked {
  border: solid 1px #ccc;
  border-radius: 0px;
  overflow: hidden;
}
.item-page .article-index .nav-stacked li {
  border-bottom: solid 1px #ccc;
  float: none;
}
.item-page .article-index .nav-stacked li a {
  border: none;
  margin: 0px;
  border-radius: 0px;
}
.item-page .image {
  float: left;
  margin: 5px 30px 20px 0;
  width: 48%;
}
.item-page .image img {
  max-width: 100%;
}
.item-page .dt-list {
  float: left;
  margin: 20px 0px;
  width: 48%;
}
.item-page .dt-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: solid 1px #ccc;
}
.item-page .dt-list ul li {
  min-height: 40px;
  padding: 10px 10px 10px 50px;
  border-bottom: solid 1px #ccc;
  position: relative;
  min-height: 60px;
}
.item-page .dt-list ul li strong {
  position: absolute;
  top: 15px;
  left: 10px;
  border: solid 1px #ccc;
  background: #f5f6f6;
  color: #666;
  font-weight: normal;
  padding: 3px 10px;
}
.item-page .dt-list ul li:last-child {
  border-bottom: none;
}
.item-page .notice {
  float: left;
  margin: 20px 0px;
  background: url('../images/icon/icon_quote.png') no-repeat 20px center #f4f4f4;
  padding: 30px 30px 30px 60px;
  color: #999;
  font-style: italic;
}
.item-page .jwDisqusForm {
  margin: 3em 0;
}
.item-page .jwDisqusForm #jwDisqusFormFooter {
  display: none;
}
.item-page h3.related-title {
  color: #444;
  font-size: 18px;
  margin-bottom: 10px;
}
.item-page ul.related-items li {
  padding: 20px 0px;
}
.item-page ul.related-items li .img-fulltext {
  float: left;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
}
.item-page ul.related-items li .img-fulltext img {
  transition: 0.3s all ease 0s;
}
.item-page ul.related-items li .img-fulltext:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.item-page ul.related-items li h3.related-item-title {
  margin-bottom: 10px;
}
.item-page ul.related-items li h3.related-item-title a {
  color: #666;
}
.item-page ul.related-items li .related-item-date {
  float: left;
  margin-right: 20px;
  color: #999;
}
.item-page ul.related-items li .related-item-hits {
  float: left;
  color: #999;
}
.item-page ul.related-items li:hover h3.related-item-title a {
  color: #ffcc00;
}
.item-page ul.pager li a {
  border: none;
  background: #23262d;
  color: #fff;
  display: block;
  padding: 10px 27px;
  border-radius: 0px;
  transition: 0.3s all ease 0s;
}
.item-page ul.pager li a:hover {
  background: #ffcc00;
}
.tag-category ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tag-category ul.items-row .item {
  padding: 20px 0px;
}
.tag-category ul.items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.tag-category ul.items-row .item .item-image img {
  transition: 0.3s all ease 0s;
}
.tag-category ul.items-row .item .item-image:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.tag-category ul.items-row .item .article-text {
  *zoom: 1;
}
.tag-category ul.items-row .item .article-text:before,
.tag-category ul.items-row .item .article-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.tag-category ul.items-row .item .article-text:after {
  clear: both;
}
.tag-category ul.items-row .item .article-text .page-header {
  margin: 0 0 5px;
  padding: 0;
  border-bottom: 0;
}
.tag-category ul.items-row .item .article-text .page-header h2 {
  font-size: 150%;
  margin: 0;
  margin-bottom: 15px;
}
.tag-category ul.items-row .item .article-text .page-header h2 a {
  color: #444;
  transition: 0.3s all ease 0s;
}
.tag-category ul.items-row .item .article-text .item-headinfo .article-info {
  margin-bottom: 10px;
}
.tag-category ul.items-row .item .article-text .item-headinfo .article-info dd {
  display: inline-block;
  color: #999;
  padding: 0px;
  margin: 0px;
}
.tag-category ul.items-row .item .article-text .item-headinfo .article-info dd .create {
  margin-right: 10px;
  background: url(../images/icon/icon_date2.png) no-repeat left center;
  padding-left: 25px;
}
.tag-category ul.items-row .item .article-text .item-headinfo .article-info dd.createdby {
  background: url(../images/icon/icon_author.png) no-repeat left center;
  padding-left: 25px;
}
.tag-category ul.items-row .item .article-text .content_rating {
  margin-bottom: 15px;
}
.tag-category ul.items-row .item .article-text .content_rating .unseen.element-invisible {
  float: left;
  color: #999;
  margin-right: 15px;
}
.tag-category ul.items-row .item:hover .article-text .page-header h2 a {
  color: #ffcc00;
}
.tag-category ul.items-row .item:hover a.readmore {
  color: #f5f6f6;
  padding: 10px 20px;
}
.tag-category ul.items-row .item:hover a.readmore:after {
  width: 100%;
}
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: 15px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.pagination {
  height: auto;
  margin: 5px auto 8px;
  display: table;
}
.pagination ul li {
  margin: 0 2px;
  overflow: hidden;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #ccc;
  color: #666;
  background: #fff;
  border-radius: 0 !important;
  height: 32px;
  vertical-align: top;
}
.pagination ul li.active span,
.pagination ul li.active a,
.pagination ul li:hover span,
.pagination ul li:hover a {
  color: #fff;
  background: #ffcc00 !important;
  border: 1px solid #ffcc00 !important;
}
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: #ffcc00;
}
dl.tabs dt h3 {
  background: #f5f5f5;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 116.7%;
  border: 1px solid #e5e5e5;
}
dl.tabs dt h3 a {
  color: #808080;
}
dd.tabs {
  margin: 0;
}
.search #searchForm .searchintro {
  margin: 15px 0;
}
.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-bottom: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
}
.finder #search-form #finder-search #advanced-search #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 ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.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;
}
.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: #ffcc00;
}
.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;
}
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;
}
div.contact form.box fieldset {
  border: none;
  padding: 0;
}
div.contact form.box legend {
  padding: 0;
  font-size: 12px;
}
@keyframes myscale1 {
  from {
    transform: scale(0.5);
    background: #ffcc00;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-webkit-keyframes myscale1 {
  from {
    transform: scale(0.5);
    background: #ffcc00;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-moz-keyframes myscale1 {
  from {
    transform: scale(0.5);
    background: #ffcc00;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-o-keyframes myscale1 {
  from {
    transform: scale(0.5);
    background: #ffcc00;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-ms-keyframes myscale1 {
  from {
    transform: scale(0.5);
    background: #ffcc00;
  }
  to {
    transform: scale(1);
    background: none;
  }
}
@-webkit-keyframes myscale2 {
  from {
    transform: scale(1);
    background: #ffcc00;
  }
  to {
    transform: scale(0.5);
    background: none;
  }
}
@-moz-keyframes myscale2 {
  from {
    transform: scale(1);
    background: #ffcc00;
  }
  to {
    transform: scale(0.5);
    background: none;
  }
}
@-o-keyframes myscale2 {
  from {
    transform: scale(1);
    background: #ffcc00;
  }
  to {
    transform: scale(0.5);
    background: none;
  }
}
@-ms-keyframes myscale2 {
  from {
    transform: scale(1);
    background: #ffcc00;
  }
  to {
    transform: scale(0.5);
    background: none;
  }
}
@keyframes myscale2 {
  from {
    transform: scale(1);
    background: #ffcc00;
  }
  to {
    transform: scale(0.5);
    background: none;
  }
}
@-webkit-keyframes myrotate {
  from {
    transform: scale(0.3) translate(100px,100px);
  }
  to {
    transform: scale(1.1) translate(0,0);
  }
}
@-moz-keyframes myrotate {
  from {
    transform: scale(0.3) translate(100px,100px);
  }
  to {
    transform: scale(1.1) translate(0,0);
  }
}
@-o-keyframes myrotate {
  from {
    transform: scale(0.3) translate(100px,100px);
  }
  to {
    transform: scale(1.1) translate(0,0);
  }
}
@-ms-keyframes myrotate {
  from {
    transform: scale(0.3) translate(100px,100px);
  }
  to {
    transform: scale(1.1) translate(0,0);
  }
}
@keyframes myrotate {
  from {
    transform: scale(0.3) translate(100px,100px);
  }
  to {
    transform: scale(1.1) translate(0,0);
  }
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0 0 30px;
}
.module h3.modtitle {
  padding: 0 0 16px 0px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background: url(../images/icon/pre-vr.png) no-repeat 46% 100%;
  padding-bottom: 30px;
}
#yt_spotlight9 {
  background: url("../images/bg_spotlight7.png") repeat top center;
  padding-top: 80px;
  padding-bottom: 20px;
}
#yt_spotlight9 .module {
  min-height: 300px;
}
.module.box1 h3.modtitle {
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
  text-align: left;
}
.module.box2 {
  border: 1px solid #999999;
  padding: 16px;
  background: #fff;
}
.module.box2 h3.modtitle {
  background: url(../images/icon/pre-vr2.png) no-repeat 46% 100%;
}
.module.box3 {
  padding: 16px;
  background: #ffcc00;
  color: #fff;
}
.module.box3 h3.modtitle {
  background: url(../images/icon/pre-vr3.png) no-repeat 46% 100%;
}
.module.box4 {
  padding: 16px;
  background: #fff;
}
.module.box4 h3 {
  padding-top: 45px;
  background: url(../images/icon/pre-vr.png) no-repeat 46% 100%;
}
.module.box4 h3 i {
  width: 100%;
  height: 80px;
  background: url("../images/styling/oranges/icon-vr1.png") no-repeat 46% 100%;
  position: absolute;
  display: block;
  z-index: 999;
  top: -58px;
}
.module.box4 h3 i:before {
  color: #fff;
  position: relative;
  left: -8px;
  top: 30px;
  font-size: 18px;
}
.module.box5 {
  padding: 16px;
  background: #fff;
}
.module.box5 h3 {
  padding-top: 45px;
}
.module.box5 i {
  width: 100%;
  height: 80px;
  background: url("../images/styling/oranges/icon-vr2.png") no-repeat 44% 100%;
  position: absolute;
  display: block;
  z-index: 999;
  top: -58px;
}
.module.box5 i:before {
  color: #fff;
  position: relative;
  left: -8px;
  top: 44px;
  font-size: 18px;
}
.module.box5 .badge {
  width: 90px;
  height: 32px;
  background: #ffcc00;
  position: relative;
  display: block;
  border-radius: 0;
  top: -34px;
  left: 70px;
}
.module.box5 .badge:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  color: #fff;
  border-right: 35px solid transparent;
  border-bottom: 25px solid #ffcc00;
}
.module.box5 .badge:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 25px solid #ffcc00;
}
.module.box6 {
  padding: 16px;
  background: #fff;
  border-top: 3px solid #ffcc00;
}
.module.box6 h3.modtitle {
  background: url(../images/icon/pre-vr2.png) no-repeat 46% 100%;
}
.module.whoonline {
  background: #fff;
}
.module.bg1 {
  padding: 20px;
  background: #ffcc00;
  color: #fff;
}
.module.bg1 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg1 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg1 .modcontent a {
  color: #ddd;
}
.module.bg1 .modcontent a:hover {
  color: #fff;
}
.module.bg1 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg1 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg2 {
  padding: 20px;
  background: #67b0d1;
  color: #fff;
}
.module.bg2 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg2 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg2 .modcontent a {
  color: #ddd;
}
.module.bg2 .modcontent a:hover {
  color: #fff;
}
.module.bg2 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg2 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg3 {
  padding: 20px;
  background: #e87352;
  color: #fff;
}
.module.bg3 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg3 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg3 .modcontent a {
  color: #ddd;
}
.module.bg3 .modcontent a:hover {
  color: #fff;
}
.module.bg3 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg3 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg4 {
  padding: 20px;
  background: #393c42;
  color: #fff;
}
.module.bg4 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg4 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg4 .modcontent a {
  color: #ddd;
}
.module.bg4 .modcontent a:hover {
  color: #fff;
}
.module.bg4 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg4 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.blank {
  background: transparent;
  border: none;
  padding: 0;
  color: #666;
}
.module.blank h3.modtitle {
  border: none;
}
.module.blank .modcontent {
  padding: 0;
}
.module._menu {
  background: #fff;
  border: 1px solid #ddd;
}
.module._menu h3.modtitle {
  margin: 0px;
  padding: 16px 20px;
}
.module._menu .modcontent {
  padding: 15px;
}
.module._menu .modcontent ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module._menu .modcontent ul.menu > li {
  border-bottom: 1px solid #e5e5e5;
}
.module._menu .modcontent ul.menu > li > a,
.module._menu .modcontent ul.menu > li > span {
  color: #666;
  display: block;
  padding: 8px 6px;
}
.module._menu .modcontent ul.menu > li > a:hover,
.module._menu .modcontent ul.menu > li > span:hover {
  background: transparent;
}
.module._menu .modcontent ul.menu > li:hover {
  background: #ffcc00;
}
.module._menu .modcontent ul.menu > li:hover,
.module._menu .modcontent ul.menu > li.active {
  background: #ffcc00;
}
.module._menu .modcontent ul.menu > li:hover a,
.module._menu .modcontent ul.menu > li.active a {
  color: #fff;
}
.module._menu .modcontent ul.menu > li:hover span,
.module._menu .modcontent ul.menu > li.active span {
  color: #fff;
}
.module._menu .modcontent ul.menu > li.parent {
  position: relative;
}
.module._menu .modcontent ul.menu > li.parent > a:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin: 0 10px;
}
.module._menu .modcontent ul.menu > li.parent ul {
  list-style: none;
  display: none;
  background: #F7F7F7;
  position: absolute;
  z-index: 3;
  border: solid 1px #ccc;
  top: 130%;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 91%;
  margin: 0;
}
.module._menu .modcontent ul.menu > li.parent ul li {
  padding: 4px 0;
}
.module._menu .modcontent ul.menu > li.parent ul li ul {
  border: none;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li {
  color: #666;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li:hover {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li.active {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li {
  color: #666;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li:hover {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active a {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a {
  color: #666;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a:hover {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li.active a {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent ul li a {
  color: #666;
  display: block;
}
.module._menu .modcontent ul.menu > li.parent ul li a:hover {
  color: #ffcc00;
}
.module._menu .modcontent ul.menu > li.parent:hover ul {
  display: block;
  top: 100%;
  border-top: 1px;
}
.module._menu .modcontent ul.menu > li.parent:hover ul ul {
  position: static;
  box-shadow: none;
  font-size: 100%;
}
.module._menu .modcontent ul.menu > li:last-child {
  border: none;
}
.module._menu .col2 li {
  margin: 5px;
  padding: 0 10px;
  display: inline-block;
  background: #f4f4f4;
  border: none !important;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  font-size: 91%;
  display: block;
}
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;
}
.banner-right {
  position: relative;
  overflow: hidden;
}
.banner-right img {
  transition: 0.3s all ease 0s;
  cursor: pointer;
}
.banner-right:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.homepage .module.languages {
  top: -190px;
}
.module.languages {
  margin-bottom: 0;
  position: absolute;
  right: -70px;
  top: -235px;
}
.mod-languages {
  position: static;
  background: transparent;
  float: right;
}
.mod-languages ul.lang-inline li.lang-active {
  border: 1px solid #666666;
  margin: 0;
  padding: 1px 1px 3px 4px;
}
.mod-languages:hover {
  background: transparent;
}
.mod-languages.open {
  background: transparent !important;
}
.mod-languages a.dropdown-toggle {
  padding: 16px;
  color: #fff;
  display: block;
}
.mod-languages a.dropdown-toggle img {
  margin-right: 5px;
}
.mod-languages a.dropdown-toggle:hover {
  background: #ffcc00;
}
.mod-languages a.dropdown-toggle.open {
  background: #ffcc00 !important;
}
.mod-languages ul.dropdown-menu {
  background: #ffcc00;
  border-radius: 0px;
  border: none;
  padding: 3px 0;
  box-shadow: none;
  min-width: 180px;
}
.mod-languages ul.dropdown-menu li {
  margin: 0px;
  text-align: left;
}
.mod-languages ul.dropdown-menu li a {
  padding: 7px 17px;
  color: #fff;
  background: transparent;
}
.mod-languages ul.dropdown-menu li a img {
  margin-right: 9px;
  float: left;
  margin-top: 4px;
}
.mod-languages ul.dropdown-menu li a:hover {
  background: #cca300;
  box-shadow: 0 6px 12px rgba(0,0,0,0.176);
}
div.mod-languages li {
  margin-right: 10px;
  margin-left: 10px;
}
#mod-finder-searchform {
  margin: 3px 20px 0 0;
  position: relative;
}
#mod-finder-searchform input.inputbox {
  width: 200px;
  height: 34px;
  padding: 4px 30px 4px 10px;
  color: #999;
  background: #fff;
  float: right;
  font-size: 91%;
  border: 1px solid #e3e3e3;
}
#mod-finder-searchform input.inputbox:focus + .button i {
  color: #ffcc00;
}
#mod-finder-searchform .button {
  color: #999;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 6px;
  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;
}
.form-inline {
  margin: 8px 8px 2px;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 4px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #ffcc00;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
.form-inline .filters .button {
  padding: 4px 20px;
}
.form-vertical {
  overflow: hidden;
  padding: 12px 5px;
}
.form-vertical .login-greeting {
  float: left;
  color: #fff;
  margin: 4px 5px 0px 0px;
}
.form-vertical .logout-button {
  float: left;
}
.form-vertical .logout-button .btn {
  float: left;
  padding: 5px 4px 5px 11px;
  border-radius: 3px;
}
div#captioned-gallery {
  width: 100%;
  overflow: hidden;
}
figure {
  margin: 0;
}
figure.slider {
  position: relative;
  width: 100%;
  font-size: 0;
  -webkit-animation: 30s captionedslidy infinite;
}
figure.slider figure {
  width: 100%;
  height: auto;
  display: inline-block;
  position: inherit;
}
figure.slider img {
  width: 100%;
  height: 650px;
  opacity: 1 !important;
}
figure.slider figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: .6rem;
}
figure.slider figure figcaption {
  position: absolute;
  bottom: -3.5rem;
  background: rgba(0,0,0,0.3);
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: .6rem;
  transition: .5s bottom;
}
figure.slider figure:hover figcaption {
  bottom: 0;
}
#breadcrumb .breadcrumb>li+li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  padding-left: 0;
}
#breadcrumb ul.breadcrumb {
  background: transparent;
}
#breadcrumb ul.breadcrumb li {
  padding: 5px;
  padding-bottom: 20px;
}
#breadcrumb ul.breadcrumb li a {
  color: #fff;
}
#breadcrumb ul.breadcrumb li a:hover {
  color: #ffcc00;
}
#breadcrumb ul.breadcrumb li span {
  color: #fff;
}
#top3 {
  padding: 0;
}
#top3 .module.item h3 {
  color: #fff;
  text-transform: inherit;
  font-size: 54px;
  font-weight: normal;
  background: url(../images/icon/icon-pre.png) no-repeat 48% 100%;
  padding-bottom: 38px;
}
#top3 .module.item h3:before,
#top3 .module.item h3:after {
  display: none;
}
#top3 .module.item .modcontent div {
  padding: 0;
}
#top3 .module.item .modcontent div.content {
  color: #d0d5c6;
  font-size: 15px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  -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;
}
#top3 .module.item .modcontent div.content p {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
#top3 .module.item .modcontent div.content a {
  color: #fff;
  font-family: Playfair Display;
  font-size: 18px;
  line-height: 50px;
  padding: 15px;
  margin-top: 15px;
  background: #ffcc00;
  -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;
}
#top3 .module.item .modcontent div.content a:hover {
  background: #000;
}
#top3 .module.item .modcontent .yt-extra-carousel {
  margin: 0;
  display: block;
}
#top3 .module.item .modcontent .yt-extra-carousel .carousel-inner {
  margin: 0;
}
#top3 .module.item .modcontent .yt-extra-carousel .carousel-indicators {
  display: none;
}
#top3 .module.item .modcontent .yt-extra-carousel:hover a.carousel-control.left {
  left: 0;
}
#top3 .module.item .modcontent .yt-extra-carousel:hover a.carousel-control.right {
  right: 0;
}
a.readmore {
  text-transform: uppercase;
  padding: 10px 20px 10px 0px;
  float: left;
  color: #999;
  transition: 0.3s all ease 0s;
  display: block;
  position: relative;
  z-index: 1;
}
a.readmore:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  transition: 0.3s all ease 0s;
  background: #ffcc00;
  content: "";
  z-index: -1;
}
a.readmore:hover {
  color: #f5f6f6;
  padding: 10px 20px;
}
a.readmore:hover:after {
  width: 100%;
}
.whoonline {
  padding: 15px 20px;
}
.whoonline h3.modtitle {
  margin-bottom: 20px;
}
.whoonline .modcontent {
  background: #ffcc00;
  padding: 15px;
  color: #fff;
}
.whoonline .round-online {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/styling/oranges/icon_user.png") no-repeat center center #fff;
  margin-right: 15px;
  float: left;
}
.whoonline .round-online i {
  font-size: 30px;
  color: #ffcc00;
  display: table;
  margin: 14px auto;
  display: none;
}
.mega-module ul.menu li {
  position: relative;
  padding: 1px 0 1px 0;
}
.mega-module ul.menu li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  font-size: 100%;
  text-transform: none;
  line-height: 20px;
}
.mega-module ul.menu li:hover a,
.mega-module ul.menu li.active a {
  background-color: #cca300;
}
.wellcomesj {
  margin: 5em 0 5em;
  text-align: center;
}
.wellcomesj h1 {
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  color: #444;
}
.wellcomesj h1 strong {
  color: #ffcc00;
  font-weight: 700;
}
.wellcomesj h2 {
  font-size: 18px;
  color: #666;
  margin: 0px;
}
.wellcomesj a.button {
  font-size: 100%;
  margin: 0px 3px;
  color: #fff;
  padding: 12px 20px;
  border: none;
  transition: 0.3s all ease 0s;
  width: 180px;
}
.wellcomesj a.button.ourtemplates {
  background: url(../images/icon/icon_eye.png) no-repeat 20px center #23262d;
  padding-left: 60px;
}
.wellcomesj a.button.ourtemplates:hover {
  background-color: #393e4a;
}
.wellcomesj a.button.download {
  background: url(../images/icon/icon_download.png) no-repeat 30px center #ffcc00;
  padding-left: 50px;
}
.wellcomesj a.button.download:hover {
  background-color: #ffd633;
}
div.yt-socialbt {
  margin-top: 8px;
}
div.yt-socialbt a.min {
  color: #999;
}
div.yt-socialbt a.min:hover {
  color: #ffcc00;
}
div.yt-socialbt a.min i {
  font-size: 18px;
}
.item-page .el-header {
  display: none;
}
.item-page #shownow {
  display: none;
}
div.contact-ajax {
  overflow: hidden;
  padding-top: 30px;
}
div.contact-ajax .ctajax-wrap {
  overflow: hidden;
}
div.contact-ajax .ctajax-wrap .ctajax-element.left .el-inner {
  padding: 0px 15px 0px 0px;
}
div.contact-ajax .ctajax-wrap .ctajax-element.right .el-inner {
  padding: 0px 0px 0px 15px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map {
  border: solid 6px #ececec;
  margin-bottom: 20px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-desc {
  margin-bottom: 30px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form .el-ctajax-form .el-control .el-input {
  border-radius: 0px;
  color: #909090;
  border: solid 1px #e6e6e6;
  width: 60%;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form .el-ctajax-form .el-control #cainput_message {
  width: 90%;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form .el-ctajax-form .el-control #cainput_submit {
  border-radius: 0px;
  border: none;
  background: #ffcc00;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s all ease 0s;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form .el-ctajax-form .el-control #cainput_submit:hover {
  background: #ffd11a;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .cf {
  position: relative;
  padding-left: 55px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact i {
  color: #fff;
  font-size: 16px;
  background: #ffcc00;
  height: 34px;
  width: 34px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: -1px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact i.icon-mobile-phone {
  font-size: 22px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact i.icon-map-marker {
  font-size: 18px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-label {
  font-size: 14px;
  color: #000;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-label:before {
  color: #000;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-label.address:before {
  color: #ffcc00;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact p {
  color: #666;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact a {
  color: #666;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact a:hover {
  color: #ffcc00;
}
div.contact-ajax .ctajax-element .el-info-contact .info-mobie i {
  top: 1px !important;
}
.yt-loginform {
  position: relative;
  z-index: 1;
  border-right: 1px solid #34353a;
}
.yt-loginform:hover .dropdown-toggle {
  background: #ffcc00;
}
.yt-loginform .dropdown-toggle {
  padding: 0px 16px;
  display: block;
  color: #fff;
  line-height: 54px;
  background: #1C1E24;
}
.yt-loginform .dropdown-toggle .fa {
  margin-left: 5px;
}
.yt-loginform .dropdown-menu {
  min-width: 250px;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #ffcc00;
  background-color: rgba(255,204,0,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00);
  padding: 20px;
  border-radius: 0px;
}
.yt-loginform .dropdown-menu .input-small {
  border: none;
  width: 100%;
  height: 30px;
}
.yt-loginform .dropdown-menu .button {
  background: #23262D;
  padding: 10px 35px;
  margin-bottom: 10px;
  transition: 0.3s all ease 0s;
  width: 100%;
}
.yt-loginform .dropdown-menu .button:hover {
  background: #000;
}
.yt-loginform .dropdown-menu ul.unstyled {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.yt-loginform .dropdown-menu ul.unstyled li a {
  color: #ddd;
  font-size: 12px;
  transition: 0.3s all ease 0s;
}
.yt-loginform .dropdown-menu ul.unstyled li a:hover {
  color: #fff;
}
.module.category h3.modtitle {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  margin: 0;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 0;
  background: transparent;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 10px;
}
.module.category h3.modtitle:before {
  display: none;
}
.module.category h3.modtitle:after {
  display: none;
}
.module.category ul {
  padding-left: 15px;
}
.module.category ul li {
  font-size: 17px;
  border-bottom: 1px dotted #b2b2b2;
  padding: 12px 0 10px 0;
  color: #b2b2b2;
  line-height: 13px;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.module.category ul li a {
  color: #000;
  font-size: 13px;
}
.module.category ul li a:hover {
  color: #ffcc00;
}
.module.category ul li:hover {
  margin-left: 10px;
}
div.moduletabs.top-position {
  margin: 0;
}
div.moduletabs.top-position div.tabs-container {
  margin: 0;
  margin-bottom: 20px;
  height: 48px !important;
  overflow: visible;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
div.moduletabs.top-position div.tabs-container ul.tabs {
  display: block;
  float: left;
  height: 48px !important;
}
div.moduletabs.top-position div.tabs-container ul.tabs li {
  height: 48px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.moduletabs.top-position div.tabs-container ul.tabs li div.tab {
  padding: 10px 11px;
  border-right: solid 1px #e3e3e3;
  font-size: 13px;
  line-height: 13px;
  color: #444;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
div.moduletabs.top-position div.tabs-container ul.tabs li div.tab.selected {
  color: #000;
}
div.moduletabs.top-position div.tabs-container ul.tabs li div.tab.selected:after {
  display: block;
}
div.moduletabs.top-position div.tabs-container ul.tabs li div.tab:hover {
  color: #000;
  background: #fff;
}
div.moduletabs.top-position div.tabs-container ul.tabs li div.tab:hover:after {
  display: block;
}
div.moduletabs.top-position div.tabs-container ul.tabs li.selected,
div.moduletabs.top-position div.tabs-container ul.tabs li:hover {
  border-bottom: 2px solid #ffcc00;
}
div.moduletabs.top-position div.tabs-container ul.tabs li.selected:after,
div.moduletabs.top-position div.tabs-container ul.tabs li:hover:after {
  display: inline-block;
  font-family: FontAwesome;
  color: #ffcc00;
  left: 0px;
  bottom: 0px;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  left: 32px;
}
div.moduletabs.top-position div.tabs-container ul.tabs li:nth-child(2).selected:after,
div.moduletabs.top-position div.tabs-container ul.tabs li:nth-child(2):hover:after {
  left: 112px;
}
div.moduletabs.top-position div.tabs-container ul.tabs li:nth-child(3).selected:after,
div.moduletabs.top-position div.tabs-container ul.tabs li:nth-child(3):hover:after {
  left: 192px;
}
div.moduletabs.top-position div.tabs-content-wrap .tabs-content {
  border: 0;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item {
  border: none;
  padding: 13px 0;
  border-bottom: 1px dotted #7f7f7f;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item:hover {
  background: #fff;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .bsn-image {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 24%;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .bsn-image img {
  border: 1px solid #dddddd;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item h2.basicnews-title a {
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info {
  float: left;
  clear: inherit;
  width: 70%;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info .basic-date {
  float: left;
  color: #999;
  font-size: 11px;
  margin: 0px 20px 0px 0px;
  padding-left: 0;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info .basic-date i {
  font-size: 11px;
  color: #000;
  font-family: FontAwesome;
  font-style: normal;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info .cattitle {
  float: left;
  color: #999;
  font-size: 14px;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item:hover h2.basicnews-title a {
  color: #ffcc00;
}
.module.tags h3.modtitle {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  margin: 0;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 0;
  background: transparent;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 10px;
}
.module.tags h3.modtitle:before {
  display: none;
}
.module.tags h3.modtitle:after {
  display: none;
}
.module.tags .k2TagCloudBlock a {
  padding: 7px 11px;
  font-size: 13px !important;
  border: 1px solid #ddd;
  margin: 2px;
  color: #090909;
}
.module.tags .k2TagCloudBlock a:hover {
  color: #fff;
  background: #ffcc00;
  border: 0;
  padding: 8px 12px;
}
#yt-extra-carousel {
  overflow: visible;
  margin: 0px;
}
#yt-extra-carousel .carousel-inner {
  margin: 0px;
}
#yt-extra-carousel .carousel-control {
  display: none;
}
#yt-extra-carousel .carousel-indicators {
  margin: 0px;
  position: absolute;
  top: -40px;
  right: 0px;
  bottom: auto;
  left: auto;
  padding: 0px;
}
#yt-extra-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: transparent;
  border: solid 1px #000;
  margin: 0px 2px;
  border-radius: 50%;
  padding: 5px;
}
#yt-extra-carousel .carousel-indicators li.active {
  border-color: transparent;
  background: #a87a59;
}
#yt-extra-carousel .carousel-indicators li:hover {
  border-color: transparent;
  background: #a87a59;
}
div.sj-accordion {
  border: none;
}
div.sj-accordion .acd-items .acd-item .acd-header {
  margin: 0px;
  border: none;
  font-size: 18px;
  color: #f5f6f6;
  text-transform: uppercase;
  background: url(../images/icon/icon_cong.png) no-repeat 20px center #23262d;
  padding: 12px 10px 12px 50px;
  transition: 0.3s all ease 0s;
}
div.sj-accordion .acd-items .acd-item .acd-header:hover {
  background-color: #2E3138;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner {
  position: relative;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-image {
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content {
  position: absolute;
  bottom: 0px;
  padding: 17px 20px;
  height: auto;
  background: rgba(0,0,0,0.5);
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content .acd-description {
  color: #fff;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info {
  list-style: none;
  padding: 10px 0px 0px;
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li {
  color: #fff;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li span.acd-date {
  background: url(../images/icon/icon_date.png) no-repeat left center;
  padding-left: 23px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li span.acd-hits {
  background: url(../images/icon/icon_hits.png) no-repeat left center;
  padding-left: 27px;
}
div.sj-accordion .acd-items .acd-item.selected .acd-header {
  background: url(../images/icon/icon_tru.png) no-repeat 20px center #ffcc00;
}
div.sj-accordion .acd-items .acd-item .acd-image {
  position: relative;
}
div.sj-accordion .acd-items .acd-item .acd-image a.hover-link {
  height: 25px;
  width: 25px;
  background: url(../images/icon/icon_cong2.png) no-repeat 0px 0px;
  transition: 0.7s all ease 0s;
  position: absolute;
  left: 47%;
  top: -50%;
  opacity: 0;
}
div.sj-accordion .acd-items .acd-item:hover .acd-image  a.hover-link {
  top: 20%;
  opacity: 1;
  transform: rotate(360deg);
}
.module.slider {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
}
.module.slider .modcontent {
  padding: 10px;
}
.module.slider .modcontent .carousel .carousel-inner .item .carousel-caption {
  padding: 20px;
  text-align: left;
  z-index: 9;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0,0,0,0.6);
  text-shadow: none;
}
.module.slider .modcontent .carousel .carousel-inner .item .carousel-caption h4 {
  margin-bottom: 15px;
  padding-right: 160px;
  font-size: 150%;
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 30px;
}
.module.slider .modcontent .carousel .carousel-inner .item .carousel-caption h4 a {
  color: #fff;
}
.module.slider .modcontent .carousel .carousel-inner .item .carousel-caption h4 a:hover {
  color: #ffcc00;
}
.module.slider .modcontent .carousel .carousel-inner .item .carousel-caption p {
  color: #fff;
  padding-right: 160px;
}
.module.slider .modcontent .carousel .carousel-inner .item .carousel-caption .item-date {
  position: absolute;
  top: 41%;
  right: 70px;
  background: url(../images/icon/icon_date.png) no-repeat left center;
  padding-left: 23px;
}
.module.slider .modcontent .carousel .carousel-inner .item .carousel-caption .item-hits {
  right: 20px;
  top: 41%;
  position: absolute;
  background: url(../images/icon/icon_hits.png) no-repeat left center;
  padding-left: 27px;
}
.module.slider .modcontent .carousel .carousel-indicators {
  width: auto;
  left: auto;
  height: 10px;
  margin: 0px;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.module.slider .modcontent .carousel .carousel-indicators li {
  margin: 0px 0px 0px 5px;
  -webkit-transform: skew(-30deg,0);
  -moz-transform: skew(-30deg,0);
  -ms-transform: skewX(-30deg) skewY(0);
  -o-transform: skew(-30deg,0);
  transform: skew(-30deg,0);
  -webkit-backface-visibility: hidden;
  border: solid 1px #ccc;
  background: #fff;
  width: 30px;
  height: 8px;
  border-radius: 0px;
}
.module.slider .modcontent .carousel .carousel-indicators li.active {
  background: #ffcc00;
  border-color: #ccc;
}
.module.slider .modcontent .carousel .carousel-control {
  width: 30px;
  height: 30px;
  border: solid 2px #0b0b0b;
  opacity: 0.5;
  transition: 0.3s all ease 0s;
}
.module.slider .modcontent .carousel .carousel-control:hover {
  opacity: 1;
}
.module.slider .modcontent .carousel .carousel-control.left {
  background: url(../images/icon/arrow_left.png) no-repeat center center;
  top: 50%;
  margin-top: -15px;
}
.module.slider .modcontent .carousel .carousel-control.left:hover {
  background-image: url("../images/styling/oranges/arrow_left-hover.png");
  border-color: #ffcc00;
}
.module.slider .modcontent .carousel .carousel-control.right {
  background: url(../images/icon/arrow_right.png) no-repeat center center;
  top: 50%;
  margin-top: -15px;
}
.module.slider .modcontent .carousel .carousel-control.right:hover {
  background-image: url("../images/styling/oranges/arrow_right-hover.png");
  border-color: #ffcc00;
}
div.bsn-wrap .item {
  padding: 15px 0px;
}
div.bsn-wrap .item .bsn-image {
  margin-bottom: 15px;
}
div.bsn-wrap .item .bsn-image img {
  transition: 0.3s all ease 0s;
}
div.bsn-wrap .item .bsn-image:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
div.bsn-wrap .item h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
div.bsn-wrap .item h2 a {
  color: #666;
  font-size: 18px;
}
div.bsn-wrap .item p {
  margin: 0px;
}
div.bsn-wrap .item span.basic-date {
  display: inline-block;
  color: #999;
  margin: 0px 10px 0px 0px;
  font-size: 100%;
  background: url(../images/icon/icon_date2.png) no-repeat left center;
  padding-left: 21px;
}
div.bsn-wrap .item span.basic-hits {
  display: inline-block;
  color: #999;
  margin: 0px;
  font-size: 100%;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
div.bsn-wrap .item .fa {
  color: #999;
}
div.bsn-wrap .item:hover h2 a {
  color: #ffcc00;
}
div.bsn-wrap.theme2 .item {
  padding: 0px 15px;
  border: none;
}
div.bsn-wrap.theme2 .item .bsn-image {
  margin: 0px;
}
div.bsn-wrap.theme2 .item .bsn-image img {
  transition: 0.3s all ease 0s;
}
div.bsn-wrap.theme2 .item .bsn-image a.hover-link {
  height: 25px;
  width: 25px;
  background: url(../images/icon/icon_cong2.png) no-repeat 0px 0px;
  transition: 0.7s all ease 0s;
  position: absolute;
  left: 47%;
  top: -50%;
  opacity: 0;
}
div.bsn-wrap.theme2 .item .bsn-image:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
div.bsn-wrap.theme2 .item .item-info {
  padding: 20px 20px 15px;
  background: #23262d;
  text-align: center;
}
div.bsn-wrap.theme2 .item .item-info h2.basicnews-title {
  color: #999;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
div.bsn-wrap.theme2 .item .item-info h2.basicnews-title a {
  color: #999;
}
div.bsn-wrap.theme2 .item .item-info .seperator {
  height: 2px;
  width: 100px;
  background: rgba(255,255,255,0.5);
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.3s all ease 0s;
}
div.bsn-wrap.theme2 .item .item-info .basicnews-desc {
  color: #999;
  line-height: 1.7em;
  float: left;
  width: 100%;
  text-align: left;
}
div.bsn-wrap.theme2 .item .basicnews-info {
  background: #393c42;
  padding: 17px 20px;
  overflow: hidden;
  transition: 0.3s all ease 0s;
}
div.bsn-wrap.theme2 .item .basicnews-info a.more {
  color: #999;
  text-transform: uppercase;
  float: left;
}
div.bsn-wrap.theme2 .item .basicnews-info .cattitle {
  float: right;
  color: #999;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
div.bsn-wrap.theme2 .item:hover h2.basicnews-title a {
  color: #fff;
}
div.bsn-wrap.theme2 .item:hover .seperator {
  width: 100%;
  background: #fff;
}
div.bsn-wrap.theme2 .item:hover .basicnews-info {
  background: #ffcc00;
}
div.bsn-wrap.theme2 .item:hover .basicnews-info a.more {
  color: #fff;
}
div.bsn-wrap.theme2 .item:hover .basicnews-info .cattitle {
  color: #fff;
  background-image: url(../images/icon/icon_hits.png);
}
div.bsn-wrap.theme2 .item:hover .basicnews-desc {
  color: #fff;
}
div.bsn-wrap.theme2 .item:hover .bsn-image  a.hover-link {
  top: 40%;
  opacity: 1;
  transform: rotate(360deg);
}
div.bsn-wrap.theme2.row {
  margin: 0px -15px;
}
div.bsn-wrap.theme3 {
  margin: 0px -20px;
}
div.bsn-wrap.theme3 .item {
  padding: 0px;
}
div.bsn-wrap.theme3 .item h2.basicnews-title {
  margin-bottom: 30px;
  padding: 0px 20px;
}
div.bsn-wrap.theme3 .item h2.basicnews-title a {
  color: #f5f6f6;
}
div.bsn-wrap.theme3 .item .bsn-image {
  margin: 0px;
}
div.bsn-wrap.theme3 .item .basicnews-desc {
  background: #23262d;
  padding: 20px;
  color: #999;
  display: block;
  transition: 0.3s all ease 0s;
}
div.bsn-wrap.theme3 .item .basicnews-info {
  background: #23262d;
  padding: 5px 20px 20px;
  overflow: hidden;
}
div.bsn-wrap.theme3 .item .basicnews-info span.basic-date {
  float: left;
  margin-right: 20px;
  transition: 0.3s all ease;
}
div.bsn-wrap.theme3 .item .basicnews-info .cattitle {
  color: #999;
  padding-left: 27px;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  float: left;
  transition: 0.3s all ease;
}
div.bsn-wrap.theme3 .item:hover h2.basicnews-title a {
  color: #fff;
}
div.bsn-wrap.theme3 .item:hover .basicnews-desc {
  color: #fff;
}
div.bsn-wrap.theme3 .item:hover .basicnews-info span.basic-date {
  color: #fff;
  background-image: url(../images/icon/icon_date.png);
}
div.bsn-wrap.theme3 .item:hover .basicnews-info .cattitle {
  color: #fff;
  background-image: url(../images/icon/icon_hits.png);
}
#yt_slideshow .container {
  width: 100%;
}
#yt_slideshow .container #slideshow {
  padding: 0;
}
#yt_spotlight2:hover .sj-extraslider .extraslider-control .button-prev,
#yt_spotlight2:hover .sj-extraslider .extraslider-control .button-next {
  z-index: 999;
}
.specials h3.modtitle {
  font-weight: normal;
  text-transform: inherit;
  font-size: 36px;
  color: #fff;
  padding-bottom: 32px;
  padding-top: 120px;
  background: url(../images/icon/icon-pre1.png) no-repeat 48% 100%;
}
.specials h3.modtitle:before {
  content: "";
  background: url(../images/icon/special.png) no-repeat 50% 100%;
  width: 100% !important;
  top: 0;
  border: 0;
  border-radius: 0;
  width: 81px;
  height: 81px;
  display: block;
  position: absolute;
}
.specials h3.modtitle:after {
  display: none;
}
.specials .sj-extraslider .item .line {
  border-top: 0;
}
.specials .sj-extraslider .extraslider-inner {
  border-bottom: 0;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-wrap-inner {
  padding: 10px;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-image .image-overlay {
  background-color: #ffcc00;
  height: 100%;
  left: 0;
  opacity: 0;
  transform: scale(10);
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0.2s;
  width: 100%;
  z-index: 1;
  transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-image:hover {
  background: #ffcc00;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-image:hover .image-overlay {
  opacity: 0.8;
  transform: scale(1);
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info {
  background: #fff;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .bottom {
  height: 14px;
  width: 100%;
  background: transparent;
  position: relative;
  float: left;
  top: -10px;
  z-index: 2;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .bottom .bottom-left {
  width: 50%;
  float: left;
  height: 14px;
  background: #fff;
  border-top-right-radius: 17px;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .bottom .bottom-right {
  width: 50%;
  float: left;
  height: 14px;
  background: #fff;
  border-top-left-radius: 17px;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title {
  text-align: center;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title a {
  font-size: 13px;
  text-align: center;
  color: #000;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title a:hover {
  color: #ffcc00;
  text-decoration: none;
}
.specials .sj-extraslider .extraslider-inner .item-wrap.style2 .item-info .itemExtraFields {
  font-family: 'Pacifico', cursive;
  border-top: 0;
  margin-top: 0;
  color: #a87a59;
  text-align: center;
  font-size: 24px;
}
.specials .sj-extraslider .extraslider-control {
  width: 100%;
}
.specials .sj-extraslider .extraslider-control .nav-page {
  position: relative;
  bottom: 47px;
  left: 46.5%;
}
.specials .sj-extraslider .extraslider-control .nav-page li.page {
  padding: 3px;
}
.specials .sj-extraslider .extraslider-control .button-page {
  background: transparent;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
}
.specials .sj-extraslider .extraslider-control .button-page.sel {
  background: #fff !important;
}
.specials .sj-extraslider .extraslider-control .button-prev {
  position: absolute;
  left: 0;
  background: transparent;
  text-decoration: none;
  left: -30px;
  bottom: 36%;
  margin-left: -57px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  -o-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
}
.specials .sj-extraslider .extraslider-control .button-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  display: block;
  height: 36px;
  width: 36px;
  background: #bbb2a4;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  color: #000;
}
.specials .sj-extraslider .extraslider-control .button-prev:hover:after {
  background: #fff;
}
.specials .sj-extraslider .extraslider-control .button-next {
  position: absolute;
  right: -3px;
  background: transparent;
  text-decoration: none;
  bottom: 36%;
  margin-right: -57px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  -o-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
}
.specials .sj-extraslider .extraslider-control .button-next:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  height: 36px;
  width: 36px;
  background: #bbb2a4;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  color: #000;
  text-decoration: none;
}
.specials .sj-extraslider .extraslider-control .button-next:after:hover {
  background: #fff;
  color: #ffcc00;
}
.specials .sj-extraslider .extraslider-control .button-next:hover:after {
  background: #fff;
}
.specials .sj-extraslider:hover .extraslider-control .button-prev {
  margin-left: 0;
  opacity: 1;
  z-index: 999;
}
.specials .sj-extraslider:hover .extraslider-control .button-next {
  margin-right: 0;
  opacity: 1;
  z-index: 999;
}
.extra-blog .preview {
  margin-left: 39.5%;
  top: 33%;
}
.extra-blog h3.modtitle:before {
  content: "";
  background: url(../images/icon/blog.png) no-repeat 50% 100%;
  width: 100% !important;
  top: 0;
  border: 0;
  border-radius: 0;
  width: 81px;
  height: 81px;
  display: block;
  position: absolute;
}
.extra-blog .sj-extraslider .extraslider-inner .item-wrap .item-info .item-content {
  padding: 0 20px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.extra-blog .sj-extraslider .extraslider-inner .item-wrap .item-info .item-content .item-title {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
.extra-blog .sj-extraslider .extraslider-inner .item-wrap .item-info .item-content .item-title a {
  text-transform: uppercase;
}
.extra-blog .sj-extraslider .extraslider-inner .item-wrap .item-info .item-content .item-description {
  color: #999;
  margin-bottom: 55px;
}
.extra-blog .sj-extraslider .extraslider-inner .item-wrap .item-info .item-content .ItemDateCreated {
  color: #ffcc00;
  font-size: 12px;
}
.extra-blog .sj-extraslider .extraslider-control .button-prev,
.extra-blog .sj-extraslider .extraslider-control .button-next {
  bottom: 45%;
}
.extra-blog .extraslider-all {
  text-align: center;
  margin: 40px 30px 70px;
}
.extra-blog .extraslider-all a {
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  border: 2px solid #fff;
}
.extra-blog .extraslider-all a:hover {
  background: #ffcc00;
  padding: 17px;
  border: 0;
  text-decoration: none;
}
.module.satisfied {
  margin-bottom: 40px;
}
.module.our-menu h3.modtitle {
  font-weight: normal;
  text-transform: inherit;
  font-size: 36px;
  padding-bottom: 32px;
  padding-top: 115px;
  background: transparent;
}
.module.our-menu h3.modtitle:before {
  content: "";
  background: url(../images/icon/menu_hm.png) no-repeat 50% 100%;
  width: 100% !important;
  top: 0;
  border: 0;
  border-radius: 0;
  width: 81px;
  height: 81px;
  display: block;
  position: absolute;
}
.module.our-menu h3.modtitle:after {
  display: none;
}
.module.yt-bt1 {
  overflow-x: hidden;
}
.module.yt-bt3 {
  margin-bottom: 0;
  margin-top: 100px;
}
.sj-k2-simpletabs .spt-container-tab {
  border-bottom: 1px solid #ccc;
  display: block;
  float: left;
  width: 100%;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs {
  width: 68%;
  margin: 0 auto;
  overflow: visible;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner {
  float: left;
  padding: 10px 33px 3px 33px;
  text-align: center;
  border: 0;
  background: transparent;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner .cateImage {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: center;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner .cateImage img {
  height: 32px;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner.selected {
  background: #f6f6f6;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner.selected {
  border-bottom: 2px solid #ffcc00 !important;
  padding-bottom: 6px !important;
  line-height: 12px;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner.selected:after {
  display: block;
  font-family: FontAwesome;
  color: #ffcc00;
  content: '\f0d7';
  position: relative;
  width: 100%;
  text-align: center;
  bottom: -16px;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner.selected:hover {
  padding-bottom: 6px;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner.selected:hover:after {
  bottom: -16px;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner:hover {
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 1px;
  line-height: 12px;
}
.sj-k2-simpletabs .spt-wrap.top-position ul.spt-tabs li .spt-tab-inner:hover:after {
  display: block;
  font-family: FontAwesome;
  color: #ffcc00;
  content: '\f0d7';
  position: relative;
  width: 100%;
  text-align: center;
  bottom: -12px;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content {
  margin-top: 0;
  border: 0;
  float: left;
  padding-top: 24px;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items {
  list-style: none;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li {
  width: 33.3%;
  display: inline;
  float: left;
  padding: 18px 10px;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .spt-col-img {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  border: 4px solid #eee;
  border-radius: 50%;
  -webkit-transition: 0.3s ease 0.2s;
  -moz-transition: 0.3s ease 0.2s;
  -o-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .spt-col-img:hover {
  transition: all 1s ease;
  border: 4px solid #ffcc00;
  transition: all 0.3s ease-out;
  transition: all 1s ease;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .spt-col-img:hover img {
  transform: scale(1.0);
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .spt-col-content .spt-other-title {
  background: transparent;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .spt-col-content .spt-other-title a {
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease-in;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .spt-col-content .spt-other-title a:hover {
  color: #ffcc00;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .spt-col-content .spt-desc {
  color: #999999;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li .itemExtraFields {
  font-family: 'Pacifico', cursive;
  border-top: 0;
  margin-top: 0;
  color: #a87a59;
  text-align: left;
  font-size: 18px;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content ul.spt-other-items li.spt-other-item:hover  .spt-col-content .spt-other-title a {
  color: #ffcc00;
  text-transform: none;
  transition: all 0.3s ease-in;
}
.sj-k2-simpletabs .spt-wrap.top-position .spt-tabs-content .spt-tab-content.selected ul.spt-other-items li.spt-other-item {
  animation: myscale1 1s ease-out;
}
.modcustom {
  text-align: center;
}
.modcustom p {
  font-family: 'Pacifico', cursive;
  font-size: 18px;
  margin-bottom: 25px;
}
.modcustom a {
  color: #fff;
  font-family: Playfair Display;
  font-size: 18px;
  line-height: 50px;
  padding: 15px 17px;
  margin-top: 15px;
  background: #ffcc00;
  -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;
}
.modcustom a:hover {
  background: #000;
}
.testimonial h3.modtitle {
  font-weight: normal;
  text-transform: inherit;
  font-size: 36px;
  padding-bottom: 32px;
  padding-top: 110px;
  background: url(../images/icon/icon-pre1.png) no-repeat 48% 100%;
}
.testimonial h3.modtitle:before {
  content: "";
  background: url(../images/icon/testimonial_hm.png) no-repeat 50% 100%;
  width: 100% !important;
  top: 0;
  border: 0;
  border-radius: 0;
  width: 81px;
  height: 81px;
  display: block;
  position: absolute;
}
.testimonial h3.modtitle:after {
  display: none;
}
.testimonial #yt-extra-carousel {
  padding: 0 20px;
}
.testimonial #yt-extra-carousel .carousel-indicators {
  top: -34px;
  right: 48%;
}
.testimonial #yt-extra-carousel .carousel-indicators li {
  margin: 0 5px;
}
.testimonial #yt-extra-carousel .testimonial-content .image {
  float: left;
  margin: 0 40px;
}
.testimonial #yt-extra-carousel .testimonial-content .image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.testimonial #yt-extra-carousel .testimonial-content .content-inner {
  overflow: hidden;
  display: inline;
  padding: 0 1px;
  text-align: center;
}
.testimonial #yt-extra-carousel .testimonial-content .content-inner .content-inner-btn {
  width: 20%;
  margin: 0 auto;
}
.testimonial #yt-extra-carousel .testimonial-content .content-inner .content-inner-btn .name {
  display: block;
}
.testimonial #yt-extra-carousel .testimonial-content .content-inner .content-inner-btn .name:before {
  content: "";
  width: 45px;
  height: 1px;
  background: #ccc;
  display: block;
  position: relative;
  top: 13px;
  left: -8px;
}
.testimonial #yt-extra-carousel .testimonial-content .content-inner .content-inner-btn .name:after {
  content: "";
  width: 45px;
  height: 1px;
  background: #ccc;
  display: block;
  position: relative;
  top: 10px;
  right: 38px;
  float: right;
}
.testimonial #yt-extra-carousel .testimonial-content .content-inner .content-inner-btn .regency {
  padding-right: 30px;
}
#yt_spotlight6 .module {
  padding: 42px 33px 33px 33px;
  height: 325px;
  background: #fff;
}
#yt_spotlight6 .module h3.modtitle {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 32px;
  background: url(../images/icon/icon-mod.png) no-repeat 48% 100%;
}
#yt_spotlight6 .module h3.modtitle:after {
  display: none;
}
#yt_spotlight6 .module .modcontent {
  text-align: center;
}
#yt_spotlight6 .module .modcontent .open {
  color: #cc9966;
}
#yt_spotlight6 .module .modcontent a {
  color: #000;
  text-transform: uppercase;
  padding: 11px 14px 9px 14px;
  background: #fff;
  display: block;
  overflow: hidden;
  margin-top: 35px;
  border: 2px solid #999;
  cursor: pointer;
}
#yt_spotlight6 .module .modcontent a:hover {
  background: #ffcc00;
  color: #fff;
  border: 0;
  padding: 13px 16px 11px 16px;
}
#yt_spotlight6 .module .modcontent .newsletter .jwTinyLetterPretext {
  margin-bottom: 25px;
}
#yt_spotlight6 .module .modcontent .newsletter input#tlemail {
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-radius: 0;
  border: 0;
  background: #ebebeb;
  text-align: center;
}
#yt_spotlight6 .module .modcontent .newsletter input#tlemail:focus {
  border-radius: 0;
  border-color: transparent;
}
#yt_spotlight6 .module .modcontent .newsletter input.button {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: 2px solid #999;
  padding: 11px 14px 9px 14px;
  border-radius: 0;
  text-transform: uppercase;
  color: #000;
}
#yt_spotlight6 .module .modcontent .newsletter input.button:hover {
  background: #ffcc00;
  padding: 13px 16px 11px 16px;
  border: 0;
  color: #fff;
}
#yt_spotlight6 .module.open-hours h3.modtitle:before {
  content: "";
  background: url("../images/styling/oranges/1.png") no-repeat 50% 100%;
  width: 100%;
  top: 0;
  border: 0;
  border-radius: 0;
  height: 81px;
  left: 0;
  top: -84px;
  display: block;
  position: absolute;
}
#yt_spotlight6 .module.book-table h3.modtitle:before {
  content: "";
  background: url(../images/icon/2.png) no-repeat 50% 100%;
  width: 100%;
  top: 0;
  border: 0;
  border-radius: 0;
  height: 81px;
  left: 0;
  top: -84px;
  display: block;
  position: absolute;
}
#yt_spotlight6 .module.write-review h3.modtitle:before {
  content: "";
  background: url("../images/styling/oranges/3.png") no-repeat 50% 100%;
  width: 100%;
  top: 0;
  border: 0;
  border-radius: 0;
  height: 81px;
  left: 0;
  top: -84px;
  display: block;
  position: absolute;
}
#yt_spotlight6 .module.newsletter h3.modtitle:before {
  content: "";
  background: url(../images/icon/4.png) no-repeat 50% 100%;
  width: 100%;
  top: 0;
  border: 0;
  border-radius: 0;
  height: 81px;
  left: 0;
  top: -84px;
  display: block;
  position: absolute;
}
.module.maps .modcontent {
  border: 3px solid #000;
}
.item div.yt-extra-carousel .carousel-control {
  background: #fff;
}
.item div.yt-extra-carousel .carousel-control i.fa {
  color: #000;
}
.item div.yt-extra-carousel .carousel-control:hover i.fa {
  color: #ffcc00;
}
.preview {
  top: 27%;
  display: block;
  width: 71px;
  height: 81px;
  line-height: 40px;
  margin-left: 34%;
  position: absolute;
  background: url(../images/icon/icon_hover.png) no-repeat center center;
  -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;
}
#bd #yt_wrapper.layout-boxed .specials .sj-extraslider .extraslider-control .button-next {
  right: 7px;
}
#bd #yt_wrapper.layout-boxed .specials .sj-extraslider .extraslider-control .button-prev {
  left: -18px;
}
@-moz-document url-prefix() {
  #yt_spotlight6 .module .modcontent .newsletter input#tlemail {
    padding: 4px 6px;
  }
  .maps-home .contact-ajax .ctajax-wrap .ctajax-element.ctajax-element-form .el-inner {
    padding: 27px;
  }
  .specials .sj-extraslider:hover .extraslider-control .button-prev {
    z-index: 9999;
  }
  .specials .sj-extraslider:hover  .extraslider-control .button-next {
    z-index: 999;
  }
  div.moduletabs.top-position div.tabs-container ul.tabs li.selected:nth-child(3):after,
  div.moduletabs.top-position div.tabs-container ul.tabs li:nth-child(3):hover:after {
    left: 19;
  }
}
.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;
}
.grayshadow {
  text-shadow: 1px 1px #575757, 2px 2px #575757, 3px 3px #575757, 4px 4px #575757, 5px 5px #575757, 6px 6px #575757, 7px 7px #575757, 8px 8px #575757, 9px 9px #575757, 10px 10px #575757, 11px 11px #5a5a5a, 12px 12px #5d5d5d, 13px 13px #606060, 14px 14px #636363, 15px 15px #666666;
}
#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;
}
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_mainmenu .fancy {
  background: #ffcc00;
  position: absolute;
  padding: 0;
  margin: 0;
}
#yt_mainmenu #moonavigator {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  list-style: none;
}
#yt_mainmenu #moonavigator li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  border-left: 1px solid #393C43;
}
#yt_mainmenu #moonavigator li.level1 > .item-link {
  margin: 0;
  line-height: 30px;
  padding: 12px 30px;
  color: #fff;
  font-size: 118%;
  display: block;
}
#yt_mainmenu #moonavigator li.level1.havechild:after {
  content: "\f0d7";
  font-size: 12px;
  font-family: "FontAwesome";
  position: absolute;
  top: 28%;
  right: 15px;
  z-index: 5;
  color: #fff;
}
#yt_mainmenu #moonavigator li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_mainmenu #moonavigator li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#yt_mainmenu #moonavigator li.level1.active {
  background: #ffcc00;
}
#yt_mainmenu #moonavigator li.level1.first {
  border: none;
}
#yt_mainmenu #moonavigator li.level1.last {
  border-right: 1px solid #393C43;
}
#yt_mainmenu #moonavigator ul.subnavi {
  left: 0;
  position: absolute;
  z-index: 3;
  padding: 0;
  list-style: none;
  width: 220px;
  visibility: hidden;
  background-color: #ffcc00;
  background-color: rgba(255,204,0,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00);
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  -o-transform: translate(0,20px);
  transform: translate(0,20px);
  -webkit-transition: transform 0.2s ease-in-out 0s;
  -moz-transition: transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#yt_mainmenu #moonavigator ul.subnavi ul.subnavi {
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
}
#yt_mainmenu #moonavigator ul.subnavi li {
  padding: 0 0 1px 0;
  position: relative;
}
#yt_mainmenu #moonavigator ul.subnavi li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px;
  color: #ddd;
  font-size: 100%;
  text-transform: none;
  line-height: 25px;
}
#yt_mainmenu #moonavigator ul.subnavi li .item-link.havechild:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 14px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
#yt_mainmenu #moonavigator ul.subnavi li .showdesc {
  text-align: left;
}
#yt_mainmenu #moonavigator ul.subnavi li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_mainmenu #moonavigator ul.subnavi li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_mainmenu #moonavigator ul.subnavi li:hover > .item-link,
#yt_mainmenu #moonavigator ul.subnavi li.hover > .item-link,
#yt_mainmenu #moonavigator ul.subnavi li.active > .item-link {
  color: #fff;
  background: #cca300;
}
#yt_mainmenu #moonavigator li.level1:hover ul.level2,
#yt_mainmenu #moonavigator li.level1.hover ul.level2 {
  visibility: visible;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_mainmenu #moonavigator li.level2:hover ul.level3,
#yt_mainmenu #moonavigator li.level2.hover ul.level3,
#yt_mainmenu #moonavigator li.level3:hover ul.level4,
#yt_mainmenu #moonavigator li.level3.hover ul.level4,
#yt_mainmenu #moonavigator li.level4:hover ul.level5,
#yt_mainmenu #moonavigator li.level4.hover ul.level5,
#yt_mainmenu #moonavigator li.level5:hover ul.level6,
#yt_mainmenu #moonavigator li.level5.hover ul.level6 {
  left: 100%;
  top: 0;
  visibility: visible;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_mainmenu #droplinenavigator {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  list-style: none;
}
#yt_mainmenu #droplinenavigator li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  border-left: 1px solid #393C43;
}
#yt_mainmenu #droplinenavigator li.level1 > .item-link {
  margin: 0;
  line-height: 30px;
  padding: 12px 30px;
  color: #fff;
  font-size: 118%;
  display: block;
}
#yt_mainmenu #droplinenavigator li.level1.havechild:after {
  content: "\f0d7";
  font-size: 12px;
  font-family: "FontAwesome";
  position: absolute;
  top: 28%;
  right: 15px;
  z-index: 5;
  color: #fff;
}
#yt_mainmenu #droplinenavigator li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_mainmenu #droplinenavigator li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#yt_mainmenu #droplinenavigator li.level1.active {
  background: #ffcc00;
}
#yt_mainmenu #droplinenavigator li.level1.first {
  border: none;
}
#yt_mainmenu #droplinenavigator li.level1.last {
  border-right: 1px solid #393C43;
}
#yt_mainmenu #droplinenavigator ul.subnavi {
  left: 0;
  position: absolute;
  z-index: 3;
  padding: 0;
  list-style: none;
  width: 220px;
  visibility: hidden;
  background-color: #ffcc00;
  background-color: rgba(255,204,0,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00);
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  -o-transform: translate(0,20px);
  transform: translate(0,20px);
  -webkit-transition: transform 0.2s ease-in-out 0s;
  -moz-transition: transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#yt_mainmenu #droplinenavigator ul.subnavi ul.subnavi {
  -webkit-transform: translate(20px,0);
  -moz-transform: translate(20px,0);
  -ms-transform: translate(20px,0);
  -o-transform: translate(20px,0);
  transform: translate(20px,0);
}
#yt_mainmenu #droplinenavigator ul.subnavi li {
  padding: 0 0 1px 0;
  position: relative;
}
#yt_mainmenu #droplinenavigator ul.subnavi li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px;
  color: #ddd;
  font-size: 100%;
  text-transform: none;
  line-height: 25px;
}
#yt_mainmenu #droplinenavigator ul.subnavi li .item-link.havechild:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 14px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
#yt_mainmenu #droplinenavigator ul.subnavi li .showdesc {
  text-align: left;
}
#yt_mainmenu #droplinenavigator ul.subnavi li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_mainmenu #droplinenavigator ul.subnavi li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_mainmenu #droplinenavigator ul.subnavi li:hover > .item-link,
#yt_mainmenu #droplinenavigator ul.subnavi li.hover > .item-link,
#yt_mainmenu #droplinenavigator ul.subnavi li.active > .item-link {
  color: #fff;
  background: #cca300;
}
#yt_mainmenu #droplinenavigator li.level1:hover ul.level2,
#yt_mainmenu #droplinenavigator li.level1.hover ul.level2 {
  visibility: visible;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_mainmenu #droplinenavigator li.level2:hover ul.level3,
#yt_mainmenu #droplinenavigator li.level2.hover ul.level3,
#yt_mainmenu #droplinenavigator li.level3:hover ul.level4,
#yt_mainmenu #droplinenavigator li.level3.hover ul.level4,
#yt_mainmenu #droplinenavigator li.level4:hover ul.level5,
#yt_mainmenu #droplinenavigator li.level4.hover ul.level5,
#yt_mainmenu #droplinenavigator li.level5:hover ul.level6,
#yt_mainmenu #droplinenavigator li.level5.hover ul.level6 {
  left: 100%;
  top: 0;
  visibility: visible;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_mainmenu #droplinenavigator li.level1 {
  position: static;
}
#yt_mainmenu #droplinenavigator li.level1.havechild:after {
  display: none;
}
#yt_mainmenu #droplinenavigator li.level1 >.item-link {
  padding: 12px 35px;
}
#yt_mainmenu #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
}
#yt_mainmenu #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
}
#yt_mainmenu #droplinenavigator ul.level2 li.level2 .level2.havechild:after {
  content: "";
  display: none;
}
#yt_mainmenu #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_mainmenu #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_mainmenu #meganavigator {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
#yt_mainmenu #meganavigator li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  border-left: 1px solid #393C43;
}
#yt_mainmenu #meganavigator li.level1 > .item-link {
  margin: 0;
  line-height: 30px;
  padding: 12px 30px;
  color: #fff;
  font-size: 118%;
  display: block;
}
#yt_mainmenu #meganavigator li.level1.havechild:after {
  content: "\f0d7";
  font-size: 12px;
  font-family: "FontAwesome";
  position: absolute;
  top: 28%;
  right: 15px;
  z-index: 5;
  color: #fff;
}
#yt_mainmenu #meganavigator li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_mainmenu #meganavigator li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#yt_mainmenu #meganavigator li.level1.active {
  background: #ffcc00;
}
#yt_mainmenu #meganavigator li.level1.first {
  border: none;
}
#yt_mainmenu #meganavigator li.level1.last {
  border-right: 1px solid #393C43;
}
#yt_mainmenu #meganavigator li.full_megachild {
  position: static;
}
#yt_mainmenu #meganavigator li.full_megachild.havechild:after {
  display: none;
}
#yt_mainmenu #meganavigator li.full_megachild .item-link.havechild {
  position: relative;
  z-index: 1;
}
#yt_mainmenu #meganavigator li.full_megachild .item-link.havechild:after {
  content: "\f0d7";
  font-size: 12px;
  font-family: "FontAwesome";
  position: absolute;
  top: 23%;
  right: 22px;
  z-index: 5;
  color: #fff;
}
#yt_mainmenu #meganavigator li.full_megachild .mega-content {
  left: 0 !important;
  width: 100%;
}
#yt_mainmenu #meganavigator li.full_megachild .mega-content-inner {
  width: 1170px !important;
  margin: 0 auto;
}
#yt_mainmenu #meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background-color: #ffcc00;
  background-color: rgba(255,204,0,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffcc00, endColorstr=#e5ffcc00);
}
#yt_mainmenu #meganavigator .mega-content .mega-content {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
}
#yt_mainmenu #meganavigator .mega-content.megachild .mega-content-inner {
  padding: 10px 0;
  display: block;
}
#yt_mainmenu #meganavigator .mega-content .mega-col {
  float: left;
}
#yt_mainmenu #meganavigator .mega-content .mega-col.one {
  width: 220px;
}
#yt_mainmenu #meganavigator .mega-content .mega-col.more {
  padding: 0 10px;
}
#yt_mainmenu #meganavigator .mega-content .mega-col .mega-group {
  display: block;
}
#yt_mainmenu #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_mainmenu #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_mainmenu #meganavigator .mega-content .mega-col .mega-module {
  color: #ddd;
}
#yt_mainmenu #meganavigator .mega-content .mega-col .mega-module .mega-module-title {
  margin: 0 10px;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi,
#yt_mainmenu #meganavigator .mega-content .menu {
  list-style: none;
  padding: 0;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi li,
#yt_mainmenu #meganavigator .mega-content .menu li {
  padding: 0 0 1px 0;
  position: relative;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi li .item-link,
#yt_mainmenu #meganavigator .mega-content .menu li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px;
  color: #ddd;
  font-size: 100%;
  text-transform: none;
  line-height: 25px;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi li .item-link.havechild:after,
#yt_mainmenu #meganavigator .mega-content .menu li .item-link.havechild:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 14px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi li .showdesc,
#yt_mainmenu #meganavigator .mega-content .menu li .showdesc {
  text-align: left;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi li .showdesc span.menu-title,
#yt_mainmenu #meganavigator .mega-content .menu li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi li .showdesc span.menu-desc,
#yt_mainmenu #meganavigator .mega-content .menu li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_mainmenu #meganavigator .mega-content ul.subnavi li:hover > .item-link,
#yt_mainmenu #meganavigator .mega-content ul.subnavi li.hover > .item-link,
#yt_mainmenu #meganavigator .mega-content ul.subnavi li.active > .item-link,
#yt_mainmenu #meganavigator .mega-content .menu li:hover > .item-link,
#yt_mainmenu #meganavigator .mega-content .menu li.hover > .item-link,
#yt_mainmenu #meganavigator .mega-content .menu li.active > .item-link {
  color: #fff;
  background: #cca300;
}
#yt_mainmenu .yt-resmenu a {
  padding: 6px 15px;
  height: 54px;
  background: #ffcc00;
  line-height: 54px;
  display: inline-block;
}
#yt_mainmenu .yt-resmenu a .fa {
  margin: 0;
  font-size: 28px;
  color: #444;
}
.mm-list > li:hover a,
.mm-list > li:hover span {
  background: #ffcc00;
  color: #fff;
}
.yt-off-resmenu {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 300px;
  left: 0px;
  height: 100%;
  overflow: auto;
}
.yt-off-resmenu .top-resmenu {
  padding: 10px 25px;
  background: #ffcc00;
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.yt-off-resmenu .top-resmenu .fa-bars {
  font-size: 28px;
}
.yt-off-resmenu .top-resmenu .fa-times {
  margin: 5px 0 0;
  color: #fff;
  font-size: 16px;
}
.yt-off-resmenu > ul.resmenu {
  margin: 1em 1.5em;
  font-size: 16px;
}
.yt-off-resmenu > ul.resmenu > li {
  padding-bottom: 15px;
}
.yt-off-resmenu > ul.resmenu a {
  color: #ddd;
  padding: 5px 0;
  display: block;
}
.yt-off-resmenu > ul.resmenu a:focus,
.yt-off-resmenu > ul.resmenu a:hover,
.yt-off-resmenu > ul.resmenu a.active {
  color: #ffcc00;
}
.yt-off-resmenu > ul.resmenu ul.nav {
  font-size: 14px;
  font-weight: normal;
}
.yt-off-resmenu > ul.resmenu ul.nav a {
  padding: 1px 0;
  background: transparent;
}
.rtl #yt_mainmenu #moonavigator ul.subnavi li .item-link.havechild:after {
  content: "\f0d9";
  right: auto;
  left: 10px;
}
.rtl #yt_mainmenu ul.navirtl li.level1 {
  float: right;
  margin: 0;
  border-right: 1px solid #393C43;
  border-left: none !important;
}
.rtl #yt_mainmenu ul.navirtl li.level1:hover ul.level2,
.rtl #yt_mainmenu ul.navirtl li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_mainmenu ul.navirtl li.level1.last {
  border-left: 1px solid #393C43 !important;
}
.rtl #yt_mainmenu ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_mainmenu ul.navirtl ul.subnavi li .item-link {
  padding: 6px 23px 6px 12px;
}
.rtl #yt_mainmenu ul.navirtl ul.subnavi li .item-link.havechild:after {
  right: auto;
  left: 10px;
  content: "\f0d9";
}
.rtl #yt_mainmenu ul.navirtl ul.subnavi li:hover ul.level3,
.rtl #yt_mainmenu ul.navirtl ul.subnavi li li.level3:hover ul.level4,
.rtl #yt_mainmenu ul.navirtl ul.subnavi li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_mainmenu #droplinenavigator ul.level2 li.level2 {
  float: right;
}
.rtl #yt_mainmenu #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: auto;
  right: 0;
}
.rtl #yt_mainmenu #meganavigator li.level1 {
  float: right;
}
.rtl #yt_mainmenu #meganavigator li.level1.havechild:after {
  right: 10px;
  left: auto;
}
.rtl #yt_mainmenu #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.rtl #yt_mainmenu #meganavigator li.level1 .mega-content ul.subnavi li .item-link.havechild:after,
.rtl #yt_mainmenu #meganavigator li.level1 .mega-content .menu li .item-link.havechild:after {
  content: "\f0d9";
  right: auto;
  left: 10px;
}
.rtl #yt_mainmenu #meganavigator li.level1.havechild:after {
  right: auto;
  left: 15px;
}
.fontsize_l {
  font-size: 18px;
  font-weight: 400;
}
.g-underline {
  font-size: 180%;
  font-weight: 400;
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
  padding: 0;
}
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: #ffd21f;
  background-image: -moz-linear-gradient(top,#ffd633,#ffcc00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffd633),to(#ffcc00));
  background-image: -webkit-linear-gradient(top,#ffd633,#ffcc00);
  background-image: -o-linear-gradient(top,#ffd633,#ffcc00);
  background-image: linear-gradient(to bottom,#ffd633,#ffcc00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd632', endColorstr='#ffffcc00', GradientType=0);
}
ul.c-step li.active h3 {
  color: #ffcc00;
}
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;
}
.about-content .title {
  background: url(../images/icon/bg_module.png) repeat-x left center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.about-content .title b {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  padding: 0px 15px 0px 0px;
}
.about-content .wellcomeshop .image {
  float: left;
  width: 270px;
  height: 187px;
  margin-right: 30px;
}
.about-content .whychooseus ul {
  margin: -10px 0px 0px;
  padding: 0px;
  list-style: none;
}
.about-content .whychooseus ul li {
  background: url("../images/styling/oranges/icon_check.png") no-repeat left center;
  padding-left: 30px;
}
.about-content .whychooseus ul li p {
  color: 666;
  display: block;
  border-top: dotted 1px #999999;
  margin: 0px;
  padding: 7px 0px;
}
.about-content .whychooseus ul li:first-child p {
  border: none;
}
.about-content .ourmember {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.about-content .ourmember .title {
  margin-bottom: 0px;
}
.about-content .ourmember .title b {
  padding: 15px;
  font-weight: 600;
  font-size: 28px;
  color: #ffcc00;
}
.about-content .ourmember .pre-text {
  color: #666;
  padding: 0px 170px;
  margin-bottom: 60px;
}
.about-content .ourmember .item-content {
  cursor: pointer;
}
.about-content .ourmember .item-content .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 0 13px 0;
  width: 100%;
}
.about-content .ourmember .item-content .image .socials {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.about-content .ourmember .item-content .image .socials a {
  display: block;
  height: 25px;
  width: 25px;
  background: #fbfbfb;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px 4px;
  float: left;
  position: absolute;
  bottom: -30px;
}
.about-content .ourmember .item-content .image .socials a .fa {
  margin: 0px;
  line-height: 25px;
  color: #ccc9cb;
  transition: 0.3s all ease 0s;
}
.about-content .ourmember .item-content .image .socials a:hover {
  background: #ffcc00;
}
.about-content .ourmember .item-content .image .socials a:hover .fa {
  color: #fff;
}
.about-content .ourmember .item-content .image .socials a.facebook {
  transition: 0.3s all ease 0s;
  left: 32%;
}
.about-content .ourmember .item-content .image .socials a.flickr {
  transition: 0.5s all ease 0s;
  left: 45%;
}
.about-content .ourmember .item-content .image .socials a.twitter {
  transition: 0.7s all ease 0s;
  left: 58%;
}
.about-content .ourmember .item-content .name {
  margin-bottom: 5px;
}
.about-content .ourmember .item-content .name a {
  color: #ffcc00;
  font-size: 16px;
  transition: 0.3s all ease 0s;
}
.about-content .ourmember .item-content .job {
  color: #000;
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: 600;
}
.about-content .ourmember .item-content .text {
  color: #333;
}
.about-content .ourmember .item-content:hover .image .socials a.facebook {
  bottom: 25px;
}
.about-content .ourmember .item-content:hover .image .socials a.flickr {
  bottom: 25px;
}
.about-content .ourmember .item-content:hover .image .socials a.twitter {
  bottom: 25px;
}
.about-content .ourmember .item-content:hover .name a {
  color: #e6b800;
}
.about-content .ourmember #yt-extra-carousel .carousel-indicators {
  right: 47.5%;
}
.about-content .ourmember #yt-extra-carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  background: #d7d7d5;
  border-radius: 50%;
  border: none;
}
.about-content .ourmember #yt-extra-carousel .carousel-indicators li.active {
  background: #ffcc00;
}
.about-content .ourmember #yt-extra-carousel .carousel-indicators li:hover {
  background: #ffcc00;
}
.about-content .customersay {
  border: solid 1px #e9e9e9;
  padding: 30px 8px 20px;
  position: relative;
}
.about-content .customersay .title {
  background: #fff;
  padding: 15px;
  color: #010101;
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  left: 30px;
  top: -27px;
  margin: 0px;
}
.about-content .customersay .content {
  background: url(../images/icon/icon_quote.png) no-repeat left 5px;
  padding-left: 25px;
  color: #333;
  margin-bottom: 10px;
}
.about-content .customersay .author {
  color: #000;
  padding-left: 25px;
}
.about-content .customersay .author b {
  font-size: 16px;
  color: #ffcc00;
  font-weight: 500;
}
.customersay-content .yt-extra-carousel {
  overflow: visible;
}
.customersay-content .yt-extra-carousel .carousel-inner {
  overflow: visible;
}
.customersay-content .yt-extra-carousel .carousel-indicators {
  display: none;
}
.customersay-content .yt-extra-carousel .carousel-control {
  height: 26px;
  width: 26px;
  border: none;
  box-shadow: none;
  text-indent: -99em;
  opacity: 1;
  overflow: hidden;
  transition: 0.3s all ease 0s;
  padding: 20px;
}
.customersay-content .yt-extra-carousel .carousel-control.left {
  background: url(../images/icon/icon_tru.png) no-repeat center center #fff;
  right: 75px;
  top: 28px;
  left: auto;
}
.customersay-content .yt-extra-carousel .carousel-control.left:hover {
  background: url("../images/styling/oranges/icon_tru-hover.png") no-repeat center center #fff;
}
.customersay-content .yt-extra-carousel .carousel-control.right {
  background: url(../images/icon/icon_cong.png) no-repeat center center #fff;
  right: 40px;
  top: 28px;
}
.customersay-content .yt-extra-carousel .carousel-control.right:hover {
  background: url("../images/styling/oranges/icon_cong-hover.png") no-repeat center center #fff;
}
.customersay-content .yt-extra-carousel:hover .carousel-control.left {
  right: 75px;
  top: 28px;
  left: auto;
}
.customersay-content .yt-extra-carousel:hover .carousel-control.right {
  right: 40px;
  top: 28px;
  left: auto;
}
#g-pageservices .fa {
  background: #666;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 62px;
  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-weight: normal;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #ffcc00;
  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-pagecolumn hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 4em 0;
  float: left;
  width: 100%;
}
#g-pageportfolio [class*="col-sm"] {
  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;
  margin-right: -1px;
  padding: 0 5px;
  -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*="col-sm"] .port-item-img {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  overflow: hidden;
  border-right: none;
}
#g-pageportfolio [class*="col-sm"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  position: relative;
}
#g-pageportfolio [class*="col-sm"] .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*="col-sm"] .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*="col-sm"] .port-item-img:visited .icon-plus-sign {
  bottom: 100%;
}
#g-pageportfolio [class*="col-sm"] .port-item-img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#g-pageportfolio [class*="col-sm"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#g-pageportfolio [class*="col-sm"] .port-item-content {
  padding: 10px;
}
#g-pageportfolio [class*="col-sm"] .port-item-content h4 {
  margin-bottom: 10px;
  font-size: 110%;
}
#g-pageportfolio [class*="col-sm"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="col-sm"] .port-item-content a.detail {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
}
#g-pageportfolio [class*="col-sm"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #ffcc00;
  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*="col-sm"] .port-item-content a.detail:hover:after {
  color: #fff;
}
#g-pageportfolio [class*="col-sm"]: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;
}
.categories-list .collapse.in {
  width: 100%;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
.rtl ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle {
  margin-right: 0px;
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 10px;
  }
  #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 {
    display: none;
  }
  ul.c-step li {
    display: table-cell;
  }
  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.itemListView .itemListCategory {
  background: transparent;
  border: 0;
}
#k2Container.itemListView .itemListCategory h2 {
  font-size: 170%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
}
#k2Container.itemListView .catItemImageBlock {
  float: left;
  margin-right: 30px;
}
#k2Container.itemListView .catItemImageBlock .catItemImage {
  position: relative;
  display: block;
  overflow: hidden;
}
#k2Container.itemListView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: 0;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container.itemListView .catItemImageBlock .catItemImage:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#k2Container.itemListView.our-blog .catItemHeader .catItemDateCreated {
  float: left;
  border-right: 1px solid #dcdcdc;
  line-height: 11px;
  border-right: 1px solid #dcdcdc;
  padding-right: 5px;
  margin-top: 5px;
}
#k2Container.itemListView.our-blog .catItemHeader i {
  font-size: 11px;
  color: #000;
  font-family: FontAwesome;
  font-style: normal;
}
#k2Container.itemListView .catItemView .catItemHeader h3.catItemTitle {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
#k2Container.itemListView .catItemView .catItemHeader h3.catItemTitle a {
  color: #000;
  display: block;
  font-weight: 500;
}
#k2Container.itemListView .catItemView .catItemHeader h3.catItemTitle a:hover {
  color: #ffcc00;
}
#k2Container.itemListView .catItemView .catItemHeader .catItemAuthor {
  color: #909090;
  font-size: 11px;
  padding-left: 5px;
  display: block;
  overflow: hidden;
}
#k2Container.itemListView .catItemView .catItemHeader .catItemAuthor a {
  color: #909090;
}
#k2Container.itemListView .catItemView .catItemHeader .catItemAuthor a:hover {
  color: #ffcc00;
}
#k2Container.itemListView .catItemView .catItemBody {
  padding: 0;
  margin-bottom: 20px;
}
#k2Container.itemListView .catItemView .catItemBody .catItemIntroText {
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}
#k2Container.itemListView .catItemView .catItemBody .catItemIntroText p {
  margin: 0;
}
#k2Container.itemListView .catItemView .catItemReadMore {
  padding: 11px 14px 9px 14px;
  background: #fff;
  display: block;
  overflow: hidden;
  float: left;
  border: 2px solid #999;
}
#k2Container.itemListView .catItemView .catItemReadMore a {
  text-transform: uppercase;
  color: #000;
}
#k2Container.itemListView .catItemView .catItemReadMore:hover {
  background: #ffcc00;
  padding: 13px 16px 11px 16px;
  border: 0;
}
#k2Container.itemListView .catItemView .catItemReadMore:hover a {
  color: #fff;
}
#k2Container.itemListView .catItemView .catItemCommentsLink {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 0;
  border-top: solid 1px #dcdcdc;
  font-size: 93%;
  padding-top: 5px;
}
#k2Container.itemListView .catItemView .catItemCommentsLink .itemComment {
  float: left;
  padding-right: 5px;
}
#k2Container.itemListView .catItemView .catItemCommentsLink .itemComment a {
  color: #909090;
  border-right: 1px solid #dcdcdc;
  padding-right: 5px;
  text-transform: capitalize;
}
#k2Container.itemListView .catItemView .catItemCommentsLink .itemComment a:hover {
  color: #ffcc00;
}
#k2Container.itemListView .catItemView .catItemCommentsLink .catItemAuthor {
  color: #909090;
}
#k2Container.itemListView .catItemView .catItemCommentsLink .catItemAuthor a {
  color: #909090;
}
#k2Container.itemListView .catItemView .catItemCommentsLink .catItemAuthor a:hover {
  color: #ffcc00;
}
#k2Container.itemListView.event .itemListCategory {
  float: left;
  width: 130px;
  border: 2px solid #ffcc00;
  padding: 5px;
  margin-bottom: 58px;
}
#k2Container.itemListView.event .itemListCategory h2 {
  font-size: 18px;
  margin-bottom: 0;
  background: transparent;
  padding-bottom: 0;
}
#k2Container.itemListView.event .itemListCategory h2:after {
  display: none;
}
#k2Container.itemListView.event .catItemImageBlock {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
#k2Container.itemListView.event .catItemImageBlock img {
  height: 155px !important;
  border-radius: 50%;
}
#k2Container.itemListView.event .date-event {
  width: 100px;
  float: left;
  margin-right: 15px;
  background: url('../images/icon/icon_polygon.png') no-repeat top center;
  text-align: center;
  width: 75px;
  height: 80px;
  padding: 13px;
}
#k2Container.itemListView.event .date-event .catItemDateCreated {
  font-size: 19px;
  position: relative;
  top: -54px;
}
#k2Container.itemListView.event .date-event:before {
  width: 1px;
  height: 65px;
  display: block;
  content: '';
  background: #ddd;
  z-index: 1;
  left: 0px;
  top: -76px;
  left: 24px;
  position: relative;
}
#k2Container.itemListView.event .date-event:after {
  width: 1px;
  height: 65px;
  display: block;
  content: '';
  background: #ddd;
  z-index: 1;
  left: 0px;
  top: -25px;
  left: 24px;
  position: relative;
}
#k2Container.itemListView.event .catItemView .catItemHeader h3.catItemTitle {
  padding-top: 0;
}
#k2Container.itemListView.event .catItemView:hover h3.catItemTitle a {
  color: #ffcc00;
}
#k2Container.itemListView.event .catItemView:hover .date-event .catItemDateCreated {
  color: #ffcc00;
}
#k2Container.itemListView.event .itemContainer:last-child .catItemView .date-event:after {
  display: none;
}
#k2Container.itemListView.event .catItemBody {
  display: block;
  overflow: hidden;
  padding: 0 43px;
}
#k2Container.userView .userItemHeader h3.userItemTitle {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
#k2Container.userView .userItemHeader h3.userItemTitle a {
  color: #000;
  display: block;
  font-weight: 500;
}
#k2Container.userView .userItemHeader h3.userItemTitle a:hover {
  color: #ffcc00;
}
#k2Container.userView .userItemBody {
  padding: 0;
}
#k2Container.userView .userItemBody .userItemIntroText {
  padding-bottom: 0;
}
#k2Container.userView .userItemCommentsLink {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 0;
  border-top: solid 1px #dcdcdc;
  font-size: 93%;
  padding-top: 5px;
}
#k2Container.userView .userItemCommentsLink a {
  color: #909090;
  padding-right: 5px;
  text-transform: capitalize;
}
#k2Container.userView .userItemCommentsLink a:hover {
  color: #ffcc00;
}
#k2Container.tagView .componentheading {
  font-size: 180%;
  margin-bottom: 15px;
}
#k2Container.tagView .tagItemView {
  padding: 0;
  margin: 0;
  border: 0;
}
#k2Container.tagView .tagItemHeader h2.tagItemTitle {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
#k2Container.tagView .tagItemHeader h2.tagItemTitle a {
  color: #000;
  display: block;
  font-weight: 500;
}
#k2Container.tagView .tagItemHeader h2.tagItemTitle a:hover {
  color: #ffcc00;
}
#k2Container.itemView {
  border-bottom: 0;
}
#k2Container.itemView .itemHeader h2 {
  font-size: 18px;
  text-transform: uppercase;
}
#k2Container.itemView .itemHeader span {
  float: left;
  font-size: 93%;
}
#k2Container.itemView .itemHeader .itemDateCreated {
  float: left;
  border-right: 1px solid #dcdcdc;
  padding-right: 10px;
  line-height: 10px;
  margin-top: 7px;
}
#k2Container.itemView .itemHeader .itemAuthor {
  color: #909090;
  padding: 0 10px;
  border-right: 1px solid #dcdcdc;
  line-height: 10px;
  margin-top: 7px;
}
#k2Container.itemView .itemHeader .itemAuthor a {
  color: #909090;
}
#k2Container.itemView .itemHeader .itemAuthor a:hover {
  color: #ffcc00;
}
#k2Container.itemView .itemHeader .itemCommentsLink {
  color: #909090;
  padding-right: 5px;
  text-transform: capitalize;
  padding-left: 10px;
}
#k2Container.itemView .itemHeader .itemCommentsLink:hover {
  color: #ffcc00;
}
#k2Container.itemView .itemBody .itemImageBlock {
  float: left;
  margin: 20px 10px;
  width: 100%;
}
#k2Container.itemView .itemBody .itemImageBlock .itemImage a {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  float: left;
}
#k2Container.itemView .itemBody .itemIntroText {
  color: #090909;
  font-size: 13px;
  text-align: left;
  float: left;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemFullText {
  float: left;
}
#k2Container.itemView .itemBody .itemFullText div {
  clear: both;
  height: auto !important;
}
#k2Container.itemView .itemAuthorBlock {
  background: transparent;
}
#k2Container.itemView .itemAuthorBlock h3.itemAuthorName {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
#k2Container.itemView .itemAuthorBlock h3.itemAuthorName a {
  color: #000;
  display: block;
  font-weight: 500;
  color: #ffcc00;
}
#k2Container.itemView .itemAuthorBlock h3.itemAuthorName a:hover {
  color: #444;
}
#k2Container.itemView .itemAuthorBlock p span {
  font-family: Raleway !important;
}
#k2Container.itemView .itemAuthorLatest h3 {
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  color: #000;
  margin-top: 40px;
  font-size: 13px;
}
#k2Container.itemView .itemAuthorLatest h3 .itemAuthor {
  color: #ffcc00;
  font-weight: normal;
}
#k2Container.itemView .itemAuthorLatest ul {
  margin-left: 0;
  padding-left: 0;
}
#k2Container.itemView .itemAuthorLatest ul li {
  border: 0;
  padding-left: 25px;
}
#k2Container.itemView .itemAuthorLatest ul li a {
  color: #090909;
}
#k2Container.itemView .itemAuthorLatest ul li a:hover {
  color: #ffcc00;
}
#k2Container.itemView .itemNavigation {
  display: none;
}
#k2Container.itemView .itemComments {
  background: transparent;
  border: 0;
  padding-left: 0;
}
#k2Container.itemView .itemComments h3 {
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  color: #000;
  margin-top: 40px;
  font-size: 13px;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
  display: none;
}
#k2Container.itemView .itemComments form#comment-form {
  margin-top: 20px;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input div {
  width: 32%;
  float: left;
  border: 1px solid #e6e6e6;
  margin-right: 15px;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input div input {
  width: 200px;
  border: 0;
  border-left: 1px solid #e6e6e6;
  color: #ccc;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input div i {
  float: left;
  color: #999;
  font-size: 18px;
  padding: 6px;
  line-height: 23px;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input div i.fa {
  margin: 0 5px;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input div.form-web {
  margin-right: 0;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input input#userName {
  float: left;
  margin-right: -1px;
}
#k2Container.itemView .itemComments form#comment-form .wrap-input input#commentEmail {
  color: #ccc;
}
#k2Container.itemView .itemComments form#comment-form textarea.inputbox {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #ccc;
}
#k2Container.itemView .itemComments form#comment-form .button {
  border-radius: 0px;
  border: 2px solid #999;
  background: transparent;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  padding: 6px 25px;
}
#k2Container.itemView .itemComments form#comment-form .button:hover {
  background: #ffcc00;
  color: #fff;
  padding: 8px 27px;
  border: 0;
}
#k2Container.itemView .itemBackToTop {
  display: none;
}
#k2Container.latestView .latestItemsCategory {
  background: transparent;
  border: 0;
}
#k2Container.latestView .latestItemsCategory h2 {
  font-size: 170%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../images/icon/pre-vr1.png) no-repeat 0 100%;
}
#k2Container.latestView .latestItemsCategory h2 a {
  color: #000;
}
#k2Container.latestView .latestItemsCategory h2 a:hover {
  color: #ffcc00;
}
#k2Container.latestView .catItemList .catItemView {
  margin-bottom: 10px;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle {
  font-size: 130%;
  margin: 0;
  font-weight: 500;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle a {
  color: #000;
  display: block;
  font-weight: 500;
}
#k2Container.latestView .catItemList .catItemView h3.catItemTitle a:hover {
  color: #ffcc00;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader .article-info {
  margin-bottom: 0;
}
#k2Container.latestView .catItemList .catItemView .catItemHeader .article-info .tagItemDateCreated {
  color: #999;
  font-size: 11px;
}
#k2Container.latestView .catItemList .catItemView .latest-in-bottom {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 0;
  width: 100%;
}
#k2Container.latestView .catItemList .catItemView .latest-in-bottom span {
  float: left;
  border-top: solid 1px #dcdcdc;
  font-size: 93%;
  padding-top: 5px;
}
#k2Container.latestView .catItemList .catItemView .latest-in-bottom span a {
  color: #000;
}
#k2Container.latestView .catItemList .catItemView .latest-in-bottom span a:hover {
  color: #ffcc00;
}
#k2Container.latestView .catItemList .catItemView .latest-in-bottom span i.icon-comments {
  display: none;
}
#k2Container .k2Pagination .pagination>.active>a,
#k2Container .k2Pagination .pagination>.active>span,
#k2Container .k2Pagination .pagination>.active>a:hover,
#k2Container .k2Pagination .pagination>.active>span:hover,
#k2Container .k2Pagination .pagination>.active>a:focus,
#k2Container .k2Pagination .pagination>.active>span:focus {
  background-color: #ffcc00;
  border-color: transparent;
}
#k2Container .k2Pagination .pagination>li>a:hover,
#k2Container .k2Pagination .pagination>li>span:hover,
#k2Container .k2Pagination .pagination>li>a:focus,
#k2Container .k2Pagination .pagination>li>span:focus {
  background-color: #ffcc00;
}
#k2Container .k2Pagination .pagination>li:first-child>a,
#k2Container .k2Pagination .pagination>li:first-child>span {
  border-radius: 0;
}
#k2Container .k2Pagination .pagination>li:last-child>a,
#k2Container .k2Pagination .pagination>li:last-child>span {
  border-radius: 0;
}
#k2Container .k2Pagination ul.pagination li {
  margin: 0 2px;
  display: inline;
  float: left;
}
#k2Container .k2Pagination ul.pagination li a {
  color: #000;
}
#k2Container .k2Pagination ul.pagination li a:hover {
  color: #fff;
  border: 1px solid #ffcc00;
}
#k2Container div.itemFacebookButton,
#k2Container div.itemTwitterButton,
#k2Container .div.itemGooglePlusOneButton {
  margin-right: 25px;
}
#k2Container .k2Pagination ul.pagination {
  float: left;
}
#k2Container .k2Pagination ul.pagination li {
  margin-bottom: 10px;
}
@-moz-document url-prefix() {
  #k2Container.itemView .itemComments form#comment-form textarea.inputbox {
    float: left;
  }
  #k2Container.itemView .itemComments form#comment-form .button {
    float: left;
  }
}
