@font-face {
  font-family: 'Inter';
  src: url('../asset/fonts/inter.woff2') format('woff2'),
  url('../asset/fonts/inter.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  src: url('../asset/fonts/inter-bold.woff2') format('woff2');
  font-weight: bold;
}

.goog-te-gadget{
  white-space: normal !important;
}

.mgi-wrap .mgi-box .mgi-cat{
  border-bottom: 2px solid #36610f !important;
}


.mgi-wrap .mgi-cat a {
  background-color: #36610f !important;
}

.mgi-wrap .item-wrap .item-title a, .mgi-wrap .other-links li a {
  color: #36610f !important;
}




.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: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #666;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #549718;
}
.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: #428606;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  position: fixed;
  width: 300px;
  top: 35px;
  right: -320px;
  padding: 8px;
  z-index: 999;
  font-size: 11px;
  font-family: arial;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 26px;
  left: -47px;
  top: 9px;
  padding: 7px 10px;
  cursor: pointer;
  overflow: hidden;
  background: url("../images/cpanel/bg-cpanel-head.png") repeat #666666;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 18px;
  margin: 0 0 0 4px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
#cpanel_wrapper #ytcpanel_accordion {
  margin-bottom: 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  margin: 1px -9px 8px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  background: #666666;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset {
  float: right;
  margin: -8px -12px 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 8px 0px;
  left: -7px;
  top: 9px;
  border-style: solid;
  border-color: rgba(0,0,0,0) #428606 rgba(0,0,0,0) rgba(0,0,0,0);
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn {
  background: #428606;
  border: medium none;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn .fa {
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn:focus .fa {
  display: block;
  float: left;
  margin: 3px 5px 0 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:hover .btn {
  padding-right: 30px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group {
  border-color: #BCBCBC;
  margin-bottom: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading {
  border: 1px solid #BCBCBC;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F1F1F1));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -o-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: linear-gradient(to bottom,#FFFFFF,#F1F1F1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  margin: -1px;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}

#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .label {
  float: right;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 6px 10px;
  font-weight: bold;
  color: #555;
  font-size: 13px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle i {
  float: left;
  font-size: 14px;
  color: #999;
  margin: 3px 5px 0 0;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading:hover {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#e0e0e0));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -o-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: linear-gradient(to bottom,#f5f5f5,#e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active {
  background: #777;
  border-color: #777;
  box-shadow: none;
  background-color: #8b8b8b;
  background-image: -moz-linear-gradient(top,#999,#777);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#777));
  background-image: -webkit-linear-gradient(top,#999,#777);
  background-image: -o-linear-gradient(top,#999,#777);
  background-image: linear-gradient(to bottom,#999,#777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff777777', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .fa-plus-square-o:before {
  content: "\f147";
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle i {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 0;
  left: 20px;
  top: -2px;
  border-style: solid;
  border-color: #777 rgba(0,0,0,0) rgba(0,0,0,0);
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse.in:before {
  display: block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner {
  border: none;
  padding: 8px;
  padding-top: 15px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear {
  margin: 0 0 6px;
  padding: 15px 0 0;
  font-size: 100%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear span {
  padding: 1px 5px;
  line-height: 15px;
  border-left: 2px solid #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color {
  width: 38px;
  height: 25px;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.active {
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors {
  margin: 0 -1px 0 0 !important;
  border-color: #ccc;
  width: 55px !important;
  border-radius: 3px 0 0 3px !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern {
  height: 22px;
  width: 30px;
  float: left;
  text-indent: -999em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern.active {
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
}
.selectbox {
  width: 95%;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 0;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectbox:hover {
  border-color: #999;
}
.selectbox select {
  z-index: 10;
  padding: 0;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
.selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
}
.selectbox .select-arrow {
  background: url(../images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 26px;
  top: 0;
  right: 0;
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  border: none;
}
.yt-sticky .module .module-inner1 {
  position: relative;
}
.yt-sticky .module .module-inner1 .module-inner2 {
  margin: 6px;
}
.yt-sticky .module .module-inner1 .module-inner2 .module-inner3 {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #428606;
  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: #428606;
  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: #36610f;
  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;
}


#top_short_name{
    display: none;
}

#yt_sticky_left {
  position: fixed;
  z-index: 250;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #428606;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #428606;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 250;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #428606;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #428606;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #428606;
  -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: #428606;
  color: #eee;
  border: 1px solid #1e9ed6;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
#yt_tool_bottom .module .btn-special span {
  line-height: 32px;
}
#bd {
  margin-top: 1px;
}
.layout-boxed #yt_footer {
  background: #000;
}
#yt_header {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #36610f;
  height: 160px;
}
#yt_header .yt-main {
  /*height: 80px;*/
}
#yt_header .container {
  /*height: 80px;*/
  position: relative;
}
#yt_header .container .yt-main-in2 {
  /*height: 80px;*/
}
#yt_header .container #yt_logoposition a {
  position: absolute;
  z-index: 2;
  width: 300px;
  /*height: 120px;*/
  background: #fff;
  box-shadow: 0 2px 4px 0px #999;
  text-align: center;
}

#yt_header .container #top_name{
  height: 78px;
  padding-left: 50px;
}

#yt_header .container #top_name span{
  font-family: Inter, serif;
}

#yt_header .container #yt_logoposition img{
    /*max-width: 80%;*/
  /*width: 160px;*/
  width: 142px;
  margin: 5px;
}


#yt_header .container #yt_menuposition #meganavigator {
  left: 0;
}
#yt_slideshow {
  background: url("../images/module/bg-sildeshow.png") no-repeat 0 0;
  background-size: 104.5%;
  padding: 0;
}
#yt_slideshow #slideshow {
  margin: 0;
}
.layout-boxed  #yt_slideshow {
  background-size: 116.5%;
}
#yt_breadcrumb {
  background: #fff;
  display: block;
}
#yt_breadcrumb .module {
  margin: 0;
}
#yt_breadcrumb h3.breadcrumb-title {
  font-size: 150%;
}
#yt_wrapper {
  box-shadow: 0 0 5px #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#content {
  margin: 30px 0;
}
#content #yt_component {
  clear: both;
}
#content_variations {
  background: none repeat scroll 0 0 #F3F3F3;
}
#yt_spotlight1 {
  background: #ececec;
  padding: 8px 0;
}
#yt_spotlight2 {
  display: block;
}
#yt_spotlight3 {
  background: #fff;
  display: block;
  border-top: 1px solid #ddd;
  padding-top: 8px;
}
#yt_spotlight4 {
  display: block;
  background: #ffffff;
  margin-bottom: 22px;
}
#yt_spotlight5 {
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 1px;
}
#yt_spotlight6 {
  display: block;
  background: #f3f3f3;
}
#yt_spotlight8 {
  min-height: 167px;
  display: block;
  background: #1a8dc0;
}
#yt_spotlight8 .module {
  margin: 0;
}
#yt_spotlight9 {
  background: #131313;
  color: #6E6E6E;
}
#yt_spotlight9 .module {
  margin: 20px 0;
}
#yt_footer {
  color: #6E6E6E;
  background: #131313;
}
#yt_footer #yt_copyrightposition {
  background: #000000;
  text-align: center;
  padding: 20px;
  text-align: center;
}
#yt_footer #copyright {
  margin: -20px;
}
.container {
  width: 1170px;
}
div.row-fluid .first[class*="span"] {
  margin: 0;
}
div.row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 20px;
}
div.row-fluid .hidden {
  display: none !important;
}
div.row-fluid [class*="span"] {
  min-height: 3px;
}
@media (max-width: 1024px) {
  #bd {
    width: 1190px;
  }
}
a {
  color: #428606;
  -webkit-transition: color 0.15s ease-in-out 0s;
  -moz-transition: color 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s;
}
a:hover {
  color: #549718;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
}
button.btn [class^="icon-"] {
  margin: 0;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 92%;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 -1px 0 #fff inset;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank,
ul.thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #428606;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #428606;
}
select {
  padding: 5px 6px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #9cd7f1;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
button[type="submit"] {
  outline: 0 none;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F7F7F7),color-stop(50%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: -moz-linear-gradient(top,#F7F7F7,#fff 50%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 7px 10px;
  border-color: #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.btn-large {
  font-size: 16.25px;
  padding: 9px 19px;
}
.button,
button {
  background: #428606;
  color: #fff;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:hover,
button:hover {
  background: #549718;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: left;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.form-inline .input-append .add-on i {
  margin: 0 !important;
}
.collapse {
  overflow: hidden;
}
.form-inline .btn-primary .icon-search {
  vertical-align: 1px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #666;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #666;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #666;
  border-bottom: 2px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-top: 1px solid #ddd;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #f16529 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
div.categories-list > div {
  margin-bottom: 2em;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
}
div.categories-list ul {
  position: relative;
  margin: 0;
  padding-left: 15px;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
div.categories-list ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
div.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
#content_variations table {
  overflow-x: auto;
}
.blog .item.span6.column-1 {
  margin-right: 24px;
}
.blog .items-row .item.span6 .item-image img,
.blog .items-row .item.span4 .item-image img {
  width: 100%;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print a {
  font-size: 0 !important;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email a {
  font-size: 0 !important;
}
.blog .category-name {
  position: relative;
}
.blog .category-name:before {
  content: "";
  height: 20px;
  width: 20px;
  background: url("../images/icons/meket.png") no-repeat scroll 0 center rgba(0,0,0,0);
  content: "";
  left: -20px;
  position: absolute;
  top: 3px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print a {
  font-size: 11px;
  color: #999;
  font-family: arial;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email a {
  font-size: 11px;
  color: #999;
  font-family: arial;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print a {
  font-size: 11px;
  color: #999;
  font-family: arial;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email a {
  font-size: 11px;
  color: #999;
  font-family: arial;
}
.blog .heading-category {
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.blog .items-leading {
  overflow: hidden;
  padding: 0 0 5px;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 10px 0;
  overflow: hidden;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #fff;
  display: block;
  overflow: hidden;
  margin: 0 20px 0 0;
  transition: 0.3s all ease 0s;
  float: left;
}
.blog .items-leading .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #428606;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog .items-leading .item .article-text {
  overflow: hidden;
}
.blog .items-leading .item .article-text .page-header {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 14px;
  margin: 0;
  font-weight: lighter;
  font-family: arial !important;
  text-transform: uppercase;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #666;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #428606;
}
.blog .items-leading .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog .items-leading .item .article-text .item-headinfo .actions .icon-print:before {
  content: "";
  height: 19px;
  width: 16px;
  background: url("../images/icons/print.png") no-repeat 0 0;
}
.blog .items-leading .item .article-text .item-headinfo .actions .icon-envelope:before {
  content: "";
  height: 17px;
  width: 20px;
  background: url("../images/icons/email.png") no-repeat 0 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  color: #999;
  float: none;
  vertical-align: text-top;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd .icon-calendar:before {
  color: #CCCCCC;
  content: "\f017";
  font-size: 14px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0 -10px;
  float: right;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #428606;
}
.blog .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog .items-leading .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog .items-leading .item .article-text .item-tags .tags a:hover {
  background: #428606;
  color: #fff;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading .leading-0 {
  padding-top: 0;
}
.blog .items-row {
  display: block;
  overflow: hidden;
}
.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 span6.item-image {
  width: 100%;
}
.blog .items-row .item {
  padding: 10px 0;
  overflow: hidden;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #fff;
  display: block;
  overflow: hidden;
  margin: 0 20px 0 0;
  transition: 0.3s all ease 0s;
  float: left;
}
.blog .items-row .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #428606;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog .items-row .item .article-text {
  overflow: hidden;
}
.blog .items-row .item .article-text .page-header {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 14px;
  margin: 0;
  font-weight: lighter;
  font-family: arial !important;
  text-transform: uppercase;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #666;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #428606;
}
.blog .items-row .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog .items-row .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog .items-row .item .article-text .item-headinfo .actions .icon-print:before {
  content: "";
  height: 19px;
  width: 16px;
  background: url("../images/icons/print.png") no-repeat 0 0;
}
.blog .items-row .item .article-text .item-headinfo .actions .icon-envelope:before {
  content: "";
  height: 17px;
  width: 20px;
  background: url("../images/icons/email.png") no-repeat 0 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  color: #999;
  float: none;
  vertical-align: text-top;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd .icon-calendar:before {
  color: #CCCCCC;
  content: "\f017";
  font-size: 14px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0 -10px;
  float: right;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #428606;
}
.blog .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog .items-row .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog .items-row .item .article-text .item-tags .tags a:hover {
  background: #428606;
  color: #fff;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  display: inline-block;
  float: none !important;
  margin: 0 0 1em !important;
  min-height: inherit !important;
  min-width: inherit !important;
  width: 100%;
  border: none;
}
.blog .items-row .item.span6 .item-image img,
.blog .items-row .item.span4 .item-image img {
  width: 100%;
}
.blog .items-row .item.span6 .article-text,
.blog .items-row .item.span4 .article-text {
  width: 100%;
}
.item.span6.column-1 {
  margin: 0;
  width: 48.5%;
  margin: 0 30px 0 0;
}
.item.span6.column-1 .item-image {
  border: none;
}
.item.span6.column-2 {
  margin: 0;
  width: 48%;
  border: none;
}
.item.span6.column-2 .item-image {
  border: none;
}
.blog-featured .items-leading.cols-2,
.blog-featured .items-leading.cols-3,
.blog-featured .items-leading.cols-4 {
  border-bottom: none;
}
.blog-featured .items-leading .item {
  padding: 0 0 10px 0;
  padding: 10px 0;
  overflow: hidden;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #fff;
  display: block;
  overflow: hidden;
  margin: 0 20px 0 0;
  transition: 0.3s all ease 0s;
  float: left;
}
.blog-featured .items-leading .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #428606;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog-featured .items-leading .item .article-text {
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 14px;
  margin: 0;
  font-weight: lighter;
  font-family: arial !important;
  text-transform: uppercase;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #666;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #428606;
}
.blog-featured .items-leading .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog-featured .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog-featured .items-leading .item .article-text .item-headinfo .actions .icon-print:before {
  content: "";
  height: 19px;
  width: 16px;
  background: url("../images/icons/print.png") no-repeat 0 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo .actions .icon-envelope:before {
  content: "";
  height: 17px;
  width: 20px;
  background: url("../images/icons/email.png") no-repeat 0 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  color: #999;
  float: none;
  vertical-align: text-top;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd .icon-calendar:before {
  color: #CCCCCC;
  content: "\f017";
  font-size: 14px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0 -10px;
  float: right;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #428606;
}
.blog-featured .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog-featured .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a:hover {
  background: #428606;
  color: #fff;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row {
  overflow: hidden;
}
.blog-featured .items-row.cols-2,
.blog-featured .items-row.cols-3,
.blog-featured .items-row.cols-4,
.blog-featured .items-row.row-0 {
  border-top: none;
}
.blog-featured .items-row .item {
  padding: 0 0 10px 0;
  padding: 10px 0;
  overflow: hidden;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #fff;
  display: block;
  overflow: hidden;
  margin: 0 20px 0 0;
  transition: 0.3s all ease 0s;
  float: left;
}
.blog-featured .items-row .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #428606;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog-featured .items-row .item .article-text {
  overflow: hidden;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 14px;
  margin: 0;
  font-weight: lighter;
  font-family: arial !important;
  text-transform: uppercase;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #666;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #428606;
}
.blog-featured .items-row .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog-featured .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin-bottom: 8px;
}
.blog-featured .items-row .item .article-text .item-headinfo .actions .icon-print:before {
  content: "";
  height: 19px;
  width: 16px;
  background: url("../images/icons/print.png") no-repeat 0 0;
}
.blog-featured .items-row .item .article-text .item-headinfo .actions .icon-envelope:before {
  content: "";
  height: 17px;
  width: 20px;
  background: url("../images/icons/email.png") no-repeat 0 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  color: #999;
  float: none;
  vertical-align: text-top;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd .icon-calendar:before {
  color: #CCCCCC;
  content: "\f017";
  font-size: 14px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0 -10px;
  float: right;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #428606;
}
.blog-featured .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog-featured .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog-featured .items-row .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog-featured .items-row .item .article-text .item-tags .tags a:hover {
  background: #428606;
  color: #fff;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading + .items-row .item {
  padding-top: 20px;
}
.reset .control-group .tooltip.fade.top,
.reset .control-group .tooltip.fade.top.in {
  left: 91px !important;
}
.reset .form-actions {
  margin: 0;
  background-color: transparent;
  border-top: 0;
}
.page_breaks .nav-tabs.nav-stacked {
  margin-left: 20px;
}
.page_breaks h3 {
  width: 100%;
  float: none !important;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.page_breaks .pager li > a,
.page_breaks .pager li > span {
  border-radius: 0;
  border: none;
}
body.homepage .item-page .page-header {
  margin: 0 0 20px;
  display: inline-block;
}
.item-page .action {
  font-size: 0;
}
.item-page h3.related-title {
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
}
.item-page .page-header {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
  margin: 0 0 5px;
  display: block;
  overflow: hidden;
}
.item-page .page-header h2 {
  font-size: 14px;
  margin: 0;
  font-weight: lighter;
  font-family: arial !important;
  text-transform: uppercase;
}
.item-page .page-header h2 a {
  color: #666;
}
.item-page .page-header h2 a:hover {
  color: #428606;
}
.item-page .page-header h2 {
  font-weight: bold;
}
.item-page .page-header .vote-info {
  clear: none;
  float: left;
}
.item-page .article-info {
  margin-bottom: 8px;
  margin: 0 0 20px;
}
.item-page .article-info .actions .icon-print:before {
  content: "";
  height: 19px;
  width: 16px;
  background: url("../images/icons/print.png") no-repeat 0 0;
}
.item-page .article-info .actions .icon-envelope:before {
  content: "";
  height: 17px;
  width: 20px;
  background: url("../images/icons/email.png") no-repeat 0 0;
}
.item-page .article-info dl.article-info {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.item-page .article-info dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  color: #999;
  float: none;
  vertical-align: text-top;
}
.item-page .article-info dl.article-info dd .icon-calendar:before {
  color: #CCCCCC;
  content: "\f017";
  font-size: 14px;
}
.item-page .article-info ul.actions {
  list-style: none;
  margin: 0 -10px;
  float: right;
}
.item-page .article-info ul.actions li {
  display: inline-block;
  margin: 0;
}
.item-page .article-info ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page .article-info ul.actions li.email-icon a:after {
  content: "\f003";
}
.item-page .article-info ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .article-info ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.item-page .article-info ul.actions li a img {
  display: none;
}
.item-page .article-info ul.actions li a:hover {
  color: #428606;
}
.item-page .article-info ul.actions li.email-icon {
  margin: 0;
}
.item-page .article-info dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
.item-page .article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .article-info .iconcategory {
  background: url("../images/icons/meket.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 2px;
}
.item-page .vote-info {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.item-page .vote-info form {
  margin: 0;
  display: inline-block;
  margin: 0 20px;
}
.item-page .vote-info .content_rating {
  vertical-align: middle;
  display: inline-block;
  color: #999;
  font-size: 11px;
}
.item-page .vote-info .content_rating p {
  display: none;
}
.item-page .vote-info .content_vote {
  color: #999;
  font-size: 11px;
}
.item-page .vote-info .content_vote input[type="radio"] {
  margin: 4px 2px;
}
.item-page .vote-info .content_vote .button {
  height: auto;
}
.item-page .vote-info form.form-inline label {
  font-size: 11px;
  margin-right: 10px;
}
.item-page .vote-info .form-search input,
.item-page .vote-info .form-search textarea,
.item-page .vote-info .form-search select,
.item-page .vote-info .form-search .help-inline,
.item-page .vote-info .form-search .uneditable-input,
.item-page .vote-info .form-search .input-prepend,
.item-page .vote-info .form-search .input-append,
.item-page .vote-info .form-inline input,
.item-page .vote-info .form-inline textarea,
.item-page .vote-info .form-inline select,
.item-page .vote-info .form-inline .help-inline,
.item-page .vote-info .form-inline .uneditable-input,
.item-page .vote-info .form-inline .input-prepend,
.item-page .vote-info .form-inline .input-append,
.item-page .vote-info .form-horizontal input,
.item-page .vote-info .form-horizontal textarea,
.item-page .vote-info .form-horizontal select,
.item-page .vote-info .form-horizontal .help-inline,
.item-page .vote-info .form-horizontal .uneditable-input,
.item-page .vote-info .form-horizontal .input-prepend,
.item-page .vote-info .form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  color: #999;
  font-size: 11px;
}
.item-page .pull-right .action .icon-print:before {
  content: "";
  height: 19px;
  width: 25px;
  background: url("../images/icons/print.png") no-repeat 0 0;
  margin-right: -5px;
}
.item-page .pull-right .action .icon-envelope:before {
  content: "";
  height: 17px;
  width: 20px;
  background: url("../images/icons/email.png") no-repeat 0 0;
}
.item-page div.related-items-title {
  text-transform: uppercase;
  margin-top: 2em;
}
.item-page > .img-fulltext {
  background: url(../images/loading.gif) no-repeat center center #fff;
  display: block;
  overflow: hidden;
  margin: 0 20px 0 0;
  transition: 0.3s all ease 0s;
  float: left;
  display: block;
  float: none;
  margin-bottom: 20px;
  text-align: center;
}
.item-page > .img-fulltext .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.item-page > .img-fulltext .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #428606;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.item-page > .img-fulltext .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.item-page > .img-fulltext .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.item-page > .img-fulltext img {
  transform: scale(1) !important;
}
.item-page > .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page > .img-fulltext.pull-left {
  margin-right: 1.5em;
  margin-bottom: 15px;
}
.item-page > .img-fulltext.pull-right {
  margin-left: 1.5em;
}
.item-page > .img-fulltext:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-page > .img-fulltext:hover .image-overlay .hover-links a.hover-zoom {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page > .img-fulltext:hover .image-overlay .hover-links a.hover-link {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.item-page ul.related-items li .img-fulltext {
  display: block;
  margin-bottom: 10px;
}
.item-page .related-items {
  display: block;
  float: left;
}
.item-page .related-items .img-fulltext img {
  width: 90%;
}
.item-page.edit .formelm-buttons {
  margin: 0 0 1em 0;
}
.item-page.edit .modal {
  position: static;
  width: auto;
  box-shadow: none;
}
.item-page.edit .input-prepend.input-append .add-on:first-child,
.item-page.edit .input-prepend.input-append .btn:first-child {
  margin-left: 1px;
  margin-right: -1px;
}
.homepage .item-page .img-fulltext {
  display: block;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
ul.related-items li h3.related-item-title {
  font-weight: normal;
}
div.tag-category > h2 {
  color: #666;
  font-size: 160%;
  padding-bottom: 10px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
div.tag-category .category-desc {
  margin-bottom: 2em;
}
div.tag-category .form-inline {
  margin: 0;
}
div.tag-category .filters {
  padding: 5px;
  margin: 0 0 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
div.tag-category .filters input[type="text"],
div.tag-category .filters select {
  margin: 0;
}
div.tag-category ul.items-row li.item {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
}
div.tag-category ul.items-row li.item .item-image {
  background: url(../images/loading.gif) no-repeat center center #fff;
  display: block;
  overflow: hidden;
  margin: 0 20px 0 0;
  transition: 0.3s all ease 0s;
  float: left;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #428606;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
div.tag-category ul.items-row li.item .article-text {
  overflow: hidden;
}
div.tag-category ul.items-row li.item .article-text .page-header {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 {
  font-size: 14px;
  margin: 0;
  font-weight: lighter;
  font-family: arial !important;
  text-transform: uppercase;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a {
  color: #666;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a:hover {
  color: #428606;
}
div.tag-category ul.items-row li.item .article-text .content_rating {
  margin-bottom: 15px;
}
div.tag-category ul.items-row li.item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo {
  margin-bottom: 8px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo .actions .icon-print:before {
  content: "";
  height: 19px;
  width: 16px;
  background: url("../images/icons/print.png") no-repeat 0 0;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo .actions .icon-envelope:before {
  content: "";
  height: 17px;
  width: 20px;
  background: url("../images/icons/email.png") no-repeat 0 0;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0;
  color: #999;
  float: none;
  vertical-align: text-top;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd .icon-calendar:before {
  color: #CCCCCC;
  content: "\f017";
  font-size: 14px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0 -10px;
  float: right;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a:hover {
  color: #428606;
}
div.tag-category ul.items-row li.item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a:hover {
  background: #428606;
  color: #fff;
}
div.tag-category ul.items-row li.item.span6 .item-image,
div.tag-category ul.items-row li.item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
}
div.tag-category ul.items-row li.item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: 126px !important;
}
div.tag-category ul.items-row li.item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
div.tag-category ul.items-row li.item:first-child {
  padding-top: 0;
}
.pagination {
  height: auto;
  margin: 20px 0;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #666;
  background: #f5f5f5;
  border-radius: 0 !important;
}
.pagination ul li a > span,
.pagination ul li span > span {
  float: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 100%;
}
.pagination ul li a {
  color: #428606;
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
}
.pagination ul li span.active {
  border: 1px solid #D4D4D4;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.15) inset;
}
.pagination ul li span.active span {
  background: transparent;
  color: #666;
}
.contentpane {
  margin: 1em;
  font-size: 12px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 160%;
  font-weight: normal;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
}
.contentpane .item-page .img-fulltext {
  display: inline-block;
  float: none;
}
.contentpane .item-page .img-fulltext .img_caption {
  width: auto !important;
}
.contentpane .item-page ul.related-items li .img-fulltext {
  display: block;
}
.contentpane .item-page ul.related-items li h3.related-item-title {
  margin-bottom: 1.5em;
}
.contentpane .row-fluid [class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
.contentpane .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.contentpane .row-fluid .span4 {
  width: 31.9149%;
}
.contentpane .row-fluid .span3 {
  width: 23.0769%;
}
dd.tabs {
  margin: 0;
}
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: #428606;
}
dl.tabs dt h3 {
  background: #f5f5f5;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 116.7%;
  border: 1px solid #e5e5e5;
}
dl.tabs dt h3 a {
  color: #808080;
}
dd.tabs {
  margin: 0;
}
.category-list h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.category-list .cat-items .display-limit select {
  width: auto !important;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div.row1 {
  background: #f5f5f5;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.search #searchForm legend {
  font-size: 18px;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search #searchForm .btn {
  border-radius: 4px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  background: #ECF0E8;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
  box-shadow: 0 0 0 1px #f4f4f4 inset;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 160%;
}
.newsfeed .feed-description {
  background: #eee;
  padding: 10px;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.newsfeed ol li a {
  color: #777;
  font-weight: normal;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
.newsfeed ol li:hover {
  background: #f5f5f5;
}
.newsfeed ol li:hover a {
  color: #428606;
}
.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: #428606;
}
.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;
}
#description_ifr {
  height: 150px !important;
}
.componentheading {
  background: none repeat scroll 0 0 #428606;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 210px;
}
.k2AccountPage {
  background: #F6F6F6;
}
.k2AccountPage th.k2ProfileHeading {
  font-family: verdana;
  font-size: 14px;
}
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 !important;
  padding: 0 10px 10px;
}
div.contact .title {
  display: none;
}
div.contact h3 {
  display: none;
}
div.contact .p1 {
  margin-bottom: 40px;
}
div.contact ul {
  margin-bottom: 20px;
  margin-left: 0;
}
div.contact ul li {
  list-style: none;
}
div.contact .inline {
  display: block;
  float: left;
}
div.contact .form-horizontal .control-label {
  float: none;
  padding-top: 5px;
  width: 160px;
}
div.contact sub {
  width: 100px !important;
}
#g-pagewhatnew .yt-lightbox.image-none {
  display: block !important;
}
#g-pagewhatnew .alert {
  padding-top: 0;
}
#g-pagewhatnew .alert .close {
  top: 0;
  right: -30px;
}
#g-pagewhatnew .alert .alert-heading {
  width: 100%;
  float: left;
}
#g-pagewhatnew .alert .alert-content {
  float: left;
}
#g-pagewhatnew .alert-info {
  display: block;
  overflow: hidden;
}
#g-pagewhatnew h3.title {
  width: 100%;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-size: 0;
}
#bd table.category th:last-child {
  border-bottom: 2px solid #444 !important;
}
#bd table th:last-child,
#bd table td:last-child {
  border-bottom: none !important;
}
#bd table tbody tr {
  border-right: none !important;
  margin-left: 0 !important;
}
#content_variations {
  margin: 0 0 20px;
}
#content_variations .item-page.variations .page-header {
  margin: 20px 0 0;
}
#content_variations .item-page.variations .page-header h2 a {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#content_variations .item-page.variations .article-info dl.article-info {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#content_variations .item-page.variations .article-info dl.article-info dd {
  line-height: 24px;
  color: #666;
}
#content_variations .item-page.variations p {
  font-size: 12px;
}
.module {
  margin: 0 0 0;
}
.style-icon h3.modtitle {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  color: #727272;
  margin: auto;
  vertical-align: middle;
  text-align: center;
}
.style-icon h3.modcontent {
  font-size: 12px;
}
.icon-1 {
  background-image: url("../images/blue/icon1.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.icon-2 {
  background-image: url("../images/blue/icon2.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.icon-3 {
  background-image: url("../images/blue/icon3.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.icon-4 {
  background-image: url("../images/blue/icon4.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.icon-5 {
  background-image: url("../images/blue/icon5.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.icon-6 {
  background-image: url("../images/blue/icon6.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.icon-7 {
  background-image: url("../images/blue/icon7.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.icon-8 {
  background-image: url("../images/blue/icon8.png");
  background-position: center top;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
}
.style-icon .modcontent {
  margin-bottom: 20px;
  text-align: center;
}
.module.item_content.clearfix {
  margin: 0 0 30px;
}
h3.modtitle {
  background: #428606;
  font-size: 14px !important;
  padding: 10px;
  color: #fff;
}
.box_1 {
  margin: 0 0 30px;
}
.box_1 h3.modtitle {
  background: #428606;
  color: #FFFFFF;
  padding: 10px;
  width: 95%;
  font-size: 14px;
  font-weight: bold;
}
.box_2 {
  margin: 0 0 30px;
}
.box_2 h3.modtitle {
  background: #428606;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
}
.box_2 .modcontent {
  margin-top: -12px;
  background: #ececec;
  padding: 5px 10px;
}
.box_3 {
  margin: 0 0 30px;
}
.box_3 h3.modtitle {
  background: #428606;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.box_3 .modcontent {
  margin-top: -12px;
}

.box_3 h3.modtitle a{
  color: #FFFFFF;
}


.badge_new h3.modtitle {
  width: 93%;
  display: block;
  position: relative;
  text-align: left;
  margin: 0 0 30px;
}
.badge_new h3.modtitle .badge {
  background: none repeat scroll 0 0 #FF0000;
  border-radius: 0;
  bottom: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.badge_cool h3.modtitle {
  width: 93%;
  display: block;
  position: relative;
  text-align: left;
  margin: 0 0 30px;
}
.badge_cool h3.modtitle .badge {
  background: none repeat scroll 0 0 #0ba92d;
  border-radius: 0;
  bottom: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.badge_hot h3.modtitle {
  width: 93%;
  display: block;
  position: relative;
  text-align: left;
  margin: 0 0 30px;
}
.badge_hot h3.modtitle .badge {
  background: none repeat scroll 0 0 #ffa200;
  border-radius: 0;
  bottom: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.badge_best h3.modtitle {
  width: 93%;
  display: block;
  position: relative;
  text-align: left;
  margin: 0 0 30px;
}
.badge_best h3.modtitle .badge {
  background: none repeat scroll 0 0 #0042ff;
  border-radius: 0;
  bottom: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.online {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #428606;
  margin: 0 0 30px;
}
.online h3.modtitle {
  background: url("../images/icons/smile.png") no-repeat scroll 0 center #428606;
  border-bottom: 1px solid #6fc8f0;
  border-width: 1px;
  position: relative;
  padding: 10px 0 10px 40px;
  width: 100%;
}
.online .modcontent {
  width: 100%;
  padding: 10px 0 30px;
  text-align: center;
  color: #fff;
}
.online .modcontent p {
  padding: 5px;
}
.sj-booking input::-moz-placeholder {
  color: #6c86a4 !important;
  font-size: 11px;
}
.sj-booking input::-webkit-inplaceholder {
  color: #6c86a4 !important;
}
.sj-booking input::-ms-placeholder {
  color: #6c86a4 !important;
}
.sj-booking input {
  border-radius: 5px;
}
.sj-booking .request-infor {
  text-transform: uppercase;
  font-size: 12px;
  margin: 15px auto 0;
}
@media (min-width: 980px) {
  .sj-booking div.request-infor {
    text-transform: uppercase;
    width: 77%;
    font-size: 12px;
    margin: 12px auto 0;
  }
}
.sj-booking select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  box-shadow: 1px 1px rgba(0,0,0,0.1) inset;
  background: #192E4B url("../images/icon_select.png") no-repeat 98% 10px !important;
  appearance: none;
  padding: 0 3% !important;
}
@-moz-document url-prefix() {
  .sj-booking select {
    padding: 5px 3% !important;
    color: #465E7B;
  }
  div.sj-booking select {
    color: #465E7B !important;
  }
}
.custom_traning {
  margin: 10px 0 0;
  padding: 20px 0;
}
.custom_traning p {
  font-size: 12px;
  font-weight: regular;
  color: #666666;
  text-align: center;
}
.custom_traning h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
}
.custom_traning img {
  display: block;
  margin: 0 auto;
}
.custom_traning .img_hover {
  display: none;
  margin: 0 auto;
}
.custom_traning .img {
  display: block;
}
.custom_traning .title {
  width: 70%;
  margin: auto;
}
.custom_traning .title h3 {
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
  color: #676767;
}
.custom_traning .title p {
  font-size: 12px;
  font-weight: lighter;
  color: #666666;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  font-family: arial;
}
.custom_traning .item {
  padding: 10px 0 0;
  border: 1px solid #ffffff;
  display: block;
  transition: all 1s ease-in-out 0s;
}
.custom_traning .item .read_more {
  text-align: center;
}
.custom_traning .item .icon_law {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_law.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_history {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_history.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_nachalnogo {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_nachalnogo.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}



.custom_traning .item .icon_psi {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_psi.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_philologiya {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_philologiya.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_tehnologicheskiy {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_tehnologicheskiy.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_fizmat {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_fizmat.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_fizo {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_fizo.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_himbio1 {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_himbio1.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_pidgotovche {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_pidgotovche.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}

.custom_traning .item .icon_accounting {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_accounting.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}
.custom_traning .item .icon_education {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_education.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}
.custom_traning .item .icon_finance {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_finance.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}
.custom_traning .item .icon_technology {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_technology.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}
.custom_traning .item .icon_economics {
  display: block;
  width: 100px;
  height: 92px;
  background: url("../images/blue/icon_economics.png") no-repeat;
  margin: auto;
  transition: all 0.5s ease-in 0s;
}
.custom_traning .item a {
  /*visibility: hidden;*/
  font-size: 12px;
 /* color: #fff;*/
  font-weight: 300;
}
.custom_traning .item a:hover {
  color: #549718;
}
.custom_traning .item:hover {
  border: 1px solid #ffffff;
  display: block;
  transition: all 1s ease-in;
  cursor: pointer;
}
.custom_traning .item:hover .icon_law {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_lawhover.png") no-repeat;
}

.custom_traning .item:hover .icon_history {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_historyhover.png") no-repeat;
}

.custom_traning .item:hover .icon_nachalnogo {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_nachalnogohover.png") no-repeat;
}


.custom_traning .item:hover .icon_psi {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_psihover.png") no-repeat;
}

.custom_traning .item:hover .icon_philologiya {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_philologiyahover.png") no-repeat;
}

.custom_traning .item:hover .icon_tehnologicheskiy {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_tehnologicheskiyhover.png") no-repeat;
}

.custom_traning .item:hover .icon_fizmat {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_fizmathover.png") no-repeat;
}

.custom_traning .item:hover .icon_fizo {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_fizohover.png") no-repeat;
}

.custom_traning .item:hover .icon_himbio1 {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_himbio1hover.png") no-repeat;
}

.custom_traning .item:hover .icon_pidgotovche {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_pidgotovchehover.png") no-repeat;
}


.custom_traning .item:hover .icon_accounting {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_accountinghover.png") no-repeat;
  margin: auto;
}
.custom_traning .item:hover .icon_education {
  display: block;
  width: 100px;
  height: 92px;
  transform: scale(1.09);
  background: url("../images/blue/icon_educationhover.png") no-repeat;
  margin: auto;
}
.custom_traning .item:hover .icon_finance {
  display: block;
  transform: scale(1.09);
  background: url("../images/blue/icon_financehover.png") no-repeat;
  margin: auto;
}
.custom_traning .item:hover .icon_technology {
  display: block;
  transform: scale(1.09);
  background: url("../images/blue/icon_technologyhover.png") no-repeat;
  margin: auto;
}
.custom_traning .item:hover .icon_economics {
  display: block;
  transform: scale(1.09);
  background: url("../images/blue/icon_economicshover.png") no-repeat;
  margin: auto;
}
.custom_traning .item:hover a {
  visibility: visible;
  color: #428606;
  transition: all 1s ease-out;
}
.custom_traning .item:hover h4 {
  color: #428606;
  transition: all 1s ease-out;
}
.item-page.custom_traning {
  padding: 0 0;
}
.item-page.custom_traning .title h3 {
  float: none;
}
.item-page.custom_traning .item {
  float: left;
}
.item-page.custom_traning .item p {
  float: none;
}
.university h3.modtitle {
  background: url("../images/blue/icon_university.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  padding: 15px 35px 10px 50px;
  color: #428606;
  font-family: Copperplate Gothic Bold;
  font-size: 14.95px;
  text-transform: uppercase;
}
.university h3.modtitle:first-letter {
  font-size: 28.71px;
}
.university .modcontent {
  display: block;
}
.university .modcontent img {
  float: left;
}
.university .modcontent h1 {
  float: left;
  margin: 4px 84px 25px 20px;
  color: #428606;
  font-family: Copperplate Gothic Bold;
  font-size: 14.95px;
}
.university .modcontent h1:first-letter {
  font-size: 28.71px;
}
.university .modcontent p {
  font-size: 12px;
}
.university .modcontent .social {
  display: inline-block;
  background: #549718;
  padding: 4px 8px 6px 4px;
}
.university .modcontent .social .yt-socialbt {
  margin-right: 0;
}
.university .modcontent .social .yt-socialbt a {
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  webkit-box-shadow: none;
  box-shadow: none;
}
.university .modcontent .social > a {
  display: inline-block;
}
.university .modcontent .social i {
  font-size: 18px;
  margin: 0 3px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #428606;
  color: #fff;
}
.university .modcontent .social i:hover {
  background: #fff;
  color: #428606;
}
.contact_us h3.modtitle {
  background: none;
  text-align: left;
  color: #c8c8c8;
  margin-top: 10px;
  margin-left: -8px;
}
.contact_us .modcontent {
  display: block;
  margin-top: 7px;
}
.contact_us .modcontent p {
  color: #666;
  font-size: 12px;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 10px;
}
.contact_us .modcontent .address {
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 10px;
}
.contact_us .modcontent .address p {
  border: none;
  padding-bottom: 3px;
}
.contact_us .modcontent .email {
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 10px;
  padding-bottom: 7px;
  display: block;
}
.contact_us .modcontent .email a {
  color: #666;
  margin-top: 10px;
  font-size: 12px;
  transition: all .5s ease-in-out 0s;
  line-height: 30px;
}
.contact_us .modcontent .email a:hover {
  color: #428606;
}
.contact_us .modcontent .hotline p {
  border: none;
  color: #666;
  line-height: 30px;
}
.contact_us .modcontent i {
  background: none repeat scroll 0 0 #282828;
  color: #131313;
  font-size: 18px;
  padding: 10px;
  transition: all .5s ease-in-out 0s;
  cursor: pointer;
}
.contact_us .modcontent i:hover {
  background: #428606;
  color: #131313;
}
.adminssions h3.modtitle {
  background: none;
  text-align: left;
  color: #c8c8c8;
  margin-left: -10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.adminssions ul {
  margin-left: 0;
  margin-top: -8px;
}
.adminssions ul li {
  list-style: none;
  padding: 5px 0;
}
.adminssions ul li a {
  font-size: 12px;
  color: #666;
  left: 0;
  top: 10px;
}
.adminssions ul li a:hover {
  color: #428606;
}
.ainformations h3.modtitle {
  background: none;
  text-align: left;
  color: #c8c8c8;
  margin-left: -10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.ainformations ul {
  margin-left: 0;
  margin-top: -8px;
}
.ainformations ul li {
  list-style: none;
  padding: 5px 0;
  position: relative;
}
.ainformations ul li a {
  font-size: 12px;
  color: #666;
  left: 0;
  top: 10px;
}
.ainformations ul li a:hover {
  color: #428606;
}
.international_students {
  display: block;
  background: #3369b3;
  position: relative;
  padding: 5px;
  margin: 0 0 30px;
}
.international_students .item {
  position: absolute;
  top: 0;
  left: 9%;
}
.international_students .main {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 0;
}
.international_students .main h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: -10px 0 4px 0;
  padding: 0;
}
.international_students .main p {
  margin: 0;
  padding: 0;
}
.international_students .main .learn_more {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px;
  display: block;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  width: 125px;
  color: #3369B3;
}
.international_students .main .learn_more:hover {
  background: #428606;
  color: #fff;
}
.module.custom_traning {
  display: none;
}
.module._menu {
  margin: 30px 0 30px;
}
.module.title1 .modtitle {
  color: #428606;
}
.module.title2 .modtitle {
  color: #549718;
}
.module .menu {
  margin-left: 0;
}
.module .menu li {
  list-style: none;
}
.module._menu .item-435 {
  display: none;
}
.module._menu li.item-1071 {
  border-bottom: none !important;
}
.module._menu h3.modtitle {
  margin: 0;
  padding-left: 20px;
  width: 80px;
  text-align: left;
  background: #428606;
}
.module._menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module._menu ul.menu > li {
  padding: 8px 0;
  border-bottom: 3px solid #262a2d;
  background: none repeat scroll 0 0 #2f3336;
  box-shadow: 0 -1px 1px #3B4043;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.module._menu ul.menu > li:before {
  content: "\f105";
  display: block;
  float: left;
  font-family: fontawesome;
  font-size: 14px;
  height: 20px;
  color: #c7c7c7;
  margin: 0 0 0 15px;
  width: 20px;
  position: absolute;
}
.module._menu ul.menu > li:after {
  content: "\f105";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  height: 20px;
  margin: 0 0 0 15px;
  color: #c7c7c7;
  position: absolute;
  right: 30px;
  top: 9px;
  width: 20px;
  opacity: 0;
}
.module._menu ul.menu > li:hover {
  background: #404549;
}
.module._menu ul.menu > li:hover:before {
  color: #428606;
  left: 10px;
  opacity: 0;
  transition: all 0.2s ease-in 0s;
}
.module._menu ul.menu > li:hover:after {
  right: 0;
  color: #428606;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s ease-in 0s;
}
.module._menu ul.menu > li > a {
  color: #c7c7c7;
  display: block;
  margin-left: 40px;
  font-weight: bold;
}
.module._menu ul.menu > li > a:hover {
  background: transparent;
}
.module._menu ul.menu > li:hover,
.module._menu ul.menu > li.active {
  background: #404549;
}
.module._menu ul.menu > li:hover a,
.module._menu ul.menu > li.active a {
  color: #428606;
}
.module._menu ul.menu > li:hover:before,
.module._menu ul.menu > li.active:before {
  color: #428606;
}
.module._menu ul.menu > li.deeper {
  background: transparent;
  border: none;
  padding: 0;
}
.module._menu ul.menu > li.deeper > a {
  padding: 8px 6px;
  background: #F7F7F7;
}
.module._menu ul.menu > li.deeper ul {
  list-style: none;
  margin: 10px 10px 0;
}
.module._menu ul.menu > li.deeper ul li {
  padding: 2px 0;
}
.module._menu ul.menu > li.deeper ul li:hover {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li:hover li {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li:hover li:hover {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li.active {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li.active li {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li.active li:hover {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li.active li.active {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li.active li.active a {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li.active li a {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li.active li a:hover {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li.active a {
  color: #428606;
}
.module._menu ul.menu > li.deeper ul li a {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li a:hover {
  color: #428606;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #666;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
ul.breadcrumb {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0px 0 10px;
}
ul.breadcrumb li {
  padding: 0;
}
ul.breadcrumb li:first-child .divider {
  background: none !important;
  text-indent: 0;
  margin: 0 5px 0 0;
  padding: 0;
  height: auto;
  color: #666;
}
ul.breadcrumb li .divider {
  background: url(../images/breadcrumb_separate.png) no-repeat left 80%;
  display: inline-block;
  margin: 0 8px;
  padding: 0 3px;
}
ul.breadcrumb li .divider .home {
  display: block;
  height: 8px;
  width: 8px;
  background: #a3a3a3;
  border-radius: 8px;
  margin: 0 5px;
}
ul.breadcrumb li a,
ul.breadcrumb li span {
  color: #666;
  height: 9px;
}
ul.breadcrumb li a:hover {
  color: #428606;
}
#breadcrumb .breadcrumb-title {
  display: none;
}
div.blog .resplc-loadmore .resplc-loadmore-btn,
div.blog-featured .resplc-loadmore .resplc-loadmore-btn {
  padding: 10px 35px;
  text-transform: uppercase;
}
.yt-gmap.pull-left {
  height: 350px !important;
  width: 99% !important;
  border: 5px solid #EEEEEE;
  margin: 0 !important;
}
.yt_contact textarea,
.yt_contact input[type="text"],
.yt_contact input[type="password"],
.yt_contact input[type="datetime"],
.yt_contact input[type="datetime-local"],
.yt_contact input[type="date"],
.yt_contact input[type="month"],
.yt_contact input[type="time"],
.yt_contact input[type="week"],
.yt_contact input[type="number"],
.yt_contact input[type="email"],
.yt_contact input[type="url"],
.yt_contact input[type="search"],
.yt_contact input[type="tel"],
.yt_contact input[type="color"],
.yt_contact .uneditable-input {
  background: none;
}
.yt_contact .contact-ajax .ctajax-element #dynamic_recaptcha_1,
.yt_contact .contact-ajax .ctajax-element .el-inner input,
.yt_contact .contact-ajax .ctajax-element .el-inner textarea {
  border-radius: 0;
  margin-bottom: 10px;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element {
  margin: -10px;
  width: 100%;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner {
  padding: 0 10px;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-map {
  margin-bottom: 15px;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-desc {
  margin-bottom: 55px;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-desc >p {
  color: #909090;
  font-size: 12px;
  margin: 0 0 30px;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-desc ul {
  margin-left: 0;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-desc ul p {
  margin-top: 0;
  margin-bottom: 0;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-desc ul li {
  list-style: none;
  color: #909090;
  font-size: 12px;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-info-contact {
  display: none;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-form {
  width: 70%;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-form #cainput_name {
  float: left;
  width: 87.8%;
  border-color: #e7e7e7;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-form #cainput_email {
  width: 87.8%;
  border-color: #e7e7e7;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-form #cainput_subject {
  width: 87.8%;
  border-color: #e7e7e7;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-form #cainput_message {
  width: 87.8%;
  border-color: #e7e7e7;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-form #cainput_submit {
  height: 40px;
  width: 150px;
  text-transform: uppercase;
  border-radius: none !important;
  border: none !important;
  text-align: right;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  background: url("../images/icons/icon_email.png") no-repeat 10px 12px #428606;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding: 7px 18px;
  transition: all .2s ease 0s;
  border-radius: 0;
}
.yt_contact .contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"]:hover {
  background: url("../images/icons/icon_email.png") no-repeat 10px 12px #549718;
}
.popula_tag {
  margin: 0 0 30px;
}
.popula_tag h3.modtitle {
  background: #428606;
  color: #FFFFFF;
  font-size: 160%;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 10px;
  text-transform: uppercase;
  width: 62%;
}
.popula_tag ul {
  margin-left: 0;
}
.popula_tag ul li {
  background: none repeat scroll 0 0 #F0F0F0;
  display: block;
  float: left;
  list-style: none outside none;
  margin: 3px;
  padding: 2px 10px;
  transition: all .5s ease-in-out 0s;
}
.popula_tag ul li a {
  color: #717171;
  transition: all .5s ease-in-out 0s;
}
.popula_tag ul li:hover {
  background: #428606;
}
.popula_tag ul li:hover a {
  color: #fff;
}
#mod-finder-search {
  margin: 0;
  position: relative;
}
#mod-finder-search input.inputbox {
  width: 200px;
  height: 20px;
  padding: 4px 10px;
  color: #999;
  background: #fff;
  float: right;
  font-size: 91%;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
}
#mod-finder-search input.inputbox:focus + .button {
  color: #428606;
}
#mod-finder-search .button {
  color: #999;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-search i {
  margin: 0;
  font-size: 14px;
}
.yt-lightbox img {
  width: 100%;
}
.k2AccountPage table tr td label {
  margin: 0 10px;
  white-space: nowrap;
}
.yt-loginform {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: -14px 0;
}
.yt-loginform > li {
  float: left;
  line-height: 0;
  margin-right: 15px;
  list-style: none;
}
.yt-loginform > li a {
  color: #fff;
  line-height: 50px;
  display: inline-block;
}
.yt-loginform > li a:hover {
  color: #428606;
  text-decoration: none;
}
.yt-loginform > li .modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  background: url("../images/bg_login.png") no-repeat 10px 10px scroll #fff;
  width: 280px;
  padding-left: 200px;
  z-index: 9999;
}
.yt-loginform > li .modal h3.title {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.yt-loginform > li .modal .control-group #modlgn-username {
  background: url("../images/icons/icon_user.png") no-repeat 13px center scroll #fff;
  width: 225px;
  height: 34px;
  border: solid 1px #e4e4e4;
  padding: 0px;
  padding-left: 45px;
}
.yt-loginform > li .modal .control-group #modlgn-username:focus {
  box-shadow: none;
}
.yt-loginform > li .modal .control-group #modlgn-passwd {
  background: url("../images/icons/icon_pass.png") no-repeat 13px center scroll #fff;
  width: 225px;
  height: 34px;
  border: solid 1px #e4e4e4;
  padding: 0px;
  padding-left: 45px;
  margin-bottom: 10px;
}
.yt-loginform > li .modal .control-group #modlgn-passwd:focus {
  box-shadow: none;
}
.yt-loginform > li .modal .control-group .button {
  font-size: 16px;
  color: #fff;
  height: 34px;
  width: 120px;
  text-align: center;
  line-height: 34px;
  padding: 0px;
  padding-bottom: 4px;
}
.yt-loginform > li .modal .control-group .button:hover {
  background: url("../images/icons/icon_row_login.png") no-repeat 90px center #46ABD4;
}
.yt-loginform > li .modal ul.listlogin {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: -10px;
}
.yt-loginform > li .modal ul.listlogin li {
  float: none;
  margin: 0px;
  height: 25px;
}
.yt-loginform > li .modal ul.listlogin li a {
  color: #666;
  padding: 0px;
  padding-left: 20px;
}
.yt-loginform > li .modal ul.listlogin li a:hover {
  color: #428606;
}
.yt-loginform > li .modal .userdata >div {
  clear: both;
}
.yt-loginform > li a.modal-close {
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  padding: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
  text-align: center;
  border: 2px solid #fff;
}
.logout-button {
  margin-top: 10px;
}
.logout-button .btn {
  border: none;
}
.btn {
  padding: 7px 12px;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 7px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #428606;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
div.k2LatestCommentsBlock ul li {
  border: none;
}
.btn.btn-primary.hasTooltip.inline.me_search.finderinline.me_search:hover {
  background: none;
}
.btn.btn-primary.hasTooltip.inline.me_search.finderinline.me_search:focus {
  background: none;
  color: #CECECE;
}
.me_search {
  margin: -15px 33px 0 0;
}
.me_search .icon-search:before {
  font-size: 11px;
}
.me_search:hover .icon-search:before {
  color: #428606;
}
.me_search button {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: medium none;
  color: #CECECE;
  left: 74%;
  top: 40%;
  position: absolute;
  box-shadow: none;
}
.me_search #mod-finder-searchword {
  border-radius: 15px;
  width: 200px;
  z-index: 1;
  height: 15px;
  color: #C8C8C8;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
  box-sizing: content-box;
  font-size: 11px;
  padding: 7px 10px;
}
.me_search #mod-finder-searchword2 {
  border-radius: 15px;
  width: 200px;
  z-index: 1;
  height: 15px;
  color: #C8C8C8;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
  box-sizing: content-box;
  font-size: 11px;
  padding: 7px 10px;
}
#finder-searchform {
  margin: 35px -60px 0 0;
  position: relative;
}
#search_login .inline {
  display: block;
  float: right;
  z-index: 1;
  box-shadow: none;
}
#search_login .me_login {
  display: block;
  margin-top: 10px;
  z-index: 1;
}
#search_login .me_login .btn.jmodedit {
  display: none;
}
#search_login .me_login li {
  margin-right: -3px;
  display: block;
  vertical-align: middle;
}
#search_login .me_login li .icon-lock:before {
  content: "";
  background: url("../images/blue/icon_users.png") no-repeat scroll 0 9px rgba(0,0,0,0);
  content: "";
  height: 23px;
  margin-bottom: -2px;
  width: 26px;
}
#search_login .me_login li .icon-user:before {
  content: "";
  background: url("../images/blue/icon_register.png") no-repeat scroll 3px 10px rgba(0,0,0,0);
  content: "";
  height: 27px;
  margin-bottom: -2px;
  width: 26px;
}
#search_login .me_login li a {
  color: #7a7a7a;
  padding: 0 6px;
}
#search_login .me_login li:hover a {
  color: #428606 !important;
}
#search_login .me_login li:hover .icon-lock:before {
  content: "";
  background: url("../images/blue/icon_users_hover.png") no-repeat scroll 0 9px rgba(0,0,0,0);
}
#search_login .me_login li:hover .icon-user:before {
  content: "";
  background: url("../images/blue/icon_register_hover.png") no-repeat scroll 3px 10px rgba(0,0,0,0);
}
.yt_flag {
  float: right;
  width: 125px;
}
.yt_flag .mod-languages {
  margin: 2px -4px;
  width: 120px;
  position: relative;
  z-index: 1;
}
.yt_flag .mod-languages a.dropdown-toggle {
  color: #7A7A7A;
  padding: 8px 15px 8px 8px;
  display: inline-block;
  background: none;
  cursor: pointer;
}
.yt_flag .mod-languages a.dropdown-toggle > b {
  border-top-color: #7A7A7A;
  vertical-align: middle;
}
.yt_flag .mod-languages a.dropdown-toggle:hover,
.yt_flag .mod-languages a.dropdown-toggle.open {
  background: #1e9ed6;
  color: #fff;
}
.yt_flag .mod-languages a.dropdown-toggle:hover > b,
.yt_flag .mod-languages a.dropdown-toggle.open > b {
  border-top-color: #fff;
}
.yt_flag .mod-languages .dropdown-menu {
  min-width: 68%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(67,180,229,0.9);
  box-shadow: none;
  border: none;
  padding: 8px;
}
.yt_flag .mod-languages .dropdown-menu li {
  margin: 0;
  text-align: left;
  margin-bottom: 3px;
}
.yt_flag .mod-languages .dropdown-menu li a {
  padding: 7px 5px;
  color: #ddd;
  line-height: 15px;
}
.yt_flag .mod-languages .dropdown-menu li img {
  float: left;
  margin: 2px 8px 0 0;
}
.yt_flag .mod-languages .dropdown-menu li:hover a {
  color: #fff;
  background: #1e9ed6;
}
.Yt_AcyMailing h3.modtitle {
  text-align: center;
  text-transform: uppercase;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  overflow: hidden;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_introtext {
  font-family: arial;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: Regular;
  color: #ffffff;
  margin: 10px 0 0;
  text-align: center;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_introtext h3 {
  font-size: 18px;
  font-weight: lighter;
  margin: 0;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_finaltext {
  font-size: 12px;
  font-weight: regular;
  color: #ffffff;
  margin: 0 0 30px;
  text-align: center;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form td {
  padding: 0 5px;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form .acysubbuttons input.button {
  background: #ffffff;
  padding: 9px;
  color: #428606;
  font-size: 12px;
  border-radius: 4px;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form .acysubbuttons input.button:hover {
  background: #131313;
  color: #ffffff;
  box-shadow: none;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form textarea,
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="text"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="password"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="datetime"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="datetime-local"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="date"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="month"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="time"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="week"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="number"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="email"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="url"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="search"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="tel"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form input[type="color"],
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing .acymailing_form .uneditable-input {
  border: medium none;
  box-sizing: content-box;
  color: #C8C8C8;
  font-size: 11px;
  padding: 9px 10px;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing:before {
  background: url("../images/module/bg_mailling1.png") no-repeat;
  content: "";
  height: 191px;
  position: absolute;
  width: 276px;
  left: 0;
}
.Yt_AcyMailing .acymailing_moduleYt_AcyMailing:after {
  background: url("../images/module/bg_mailling2.png") no-repeat;
  content: "";
  height: 192px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 298px;
}
.bg-content1 {
  text-align: center;
}
.bg-content1 .yt-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 115px;
  text-align: center;
  font-size: 50px;
  background: #428606;
  display: inline-block;
  margin: 30px 0;
}
.bg-content1 .yt-circle i {
  font-size: 55px;
  color: #fff;
  margin: 0;
}
.bg-content1 h2 {
  font-weight: 400;
}
.bg-content1 p {
  margin: 30px 0;
  color: #777;
}
.sansFont {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
a.readmore {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  display: inline-block;
  font-size: 138%;
  background: rgba(255,255,255,0.1);
}
a.readmore:hover {
  background: #428606;
  color: #fff;
}
a.more {
  background: #428606;
  color: #fff;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.more:hover {
  background: #549718;
  color: #fff;
}
#myCarousel .carousel-inner {
  height: 288px;
  width: auto;
  margin: 7em 5em;
  text-align: center;
  color: #fff;
}
#myCarousel .carousel-control {
  border: none;
  background: transparent;
  direction: ltr;
  top: 50%;
  font-size: 50px;
  width: auto;
  text-shadow: none;
}
#footer .yt-socialbt {
  padding: 3px;
  margin-top: 12px;
  margin-right: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000000 inset;
  -moz-box-shadow: 1px 1px 2px #000000 inset;
  box-shadow: 1px 1px 2px #000000 inset;
}
#footer .yt-socialbt a {
  background-color: #596A77;
  color: #ccc;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
}
#footer .yt-socialbt a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#footer .yt-socialbt a.facebook:hover {
  background-color: #3C5A9A;
  color: #fff;
}
#footer .yt-socialbt a.twitter:hover {
  background-color: #2DAAE0;
  color: #fff;
}
#footer .yt-socialbt a.google-plus:hover {
  background-color: #EE4F2F;
  color: #fff;
}
#footer .yt-socialbt a.rss:hover {
  background-color: #EC4822;
  color: #fff;
}
.wellcomesj {
  text-align: center;
  color: #fff;
  padding: 0 2em;
}
.wellcomesj h1 {
  font-size: 520%;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7), 1px 1px 2px rgba(0,0,0,0.7);
  margin-bottom: 30px;
}
.wellcomesj h2 {
  font-weight: normal;
  line-height: 35px;
  display: block;
}
.wellcomesj a.readmore {
  width: 150px;
  margin: 3px;
  vertical-align: text-top;
  font-weight: bold;
  line-height: 25px;
}
.logout-button .btn {
  background: #549718;
  border: medium none;
  border-radius: 18px;
  color: #FFFFFF;
  margin-top: -18px;
}
.logout-button .btn:hover {
  background: #428606;
}
.sj_ajax_booking {
  height: 402px;
}
div.sj-booking textarea,
div.sj-booking input[type="text"],
div.sj-booking input[type="password"],
div.sj-booking input[type="datetime"],
div.sj-booking input[type="datetime-local"],
div.sj-booking input[type="date"],
div.sj-booking input[type="month"],
div.sj-booking input[type="time"],
div.sj-booking input[type="week"],
div.sj-booking input[type="number"],
div.sj-booking input[type="email"],
div.sj-booking input[type="url"],
div.sj-booking input[type="search"],
div.sj-booking input[type="tel"],
div.sj-booking input[type="color"],
div.sj-booking .uneditable-input {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset !important;
}
div.sj-booking {
  margin-bottom: 0;
}
div.sj-booking textarea,
div.sj-booking input[type="text"],
div.sj-booking input[type="password"],
div.sj-booking input[type="datetime"],
div.sj-booking input[type="datetime-local"],
div.sj-booking input[type="date"],
div.sj-booking input[type="month"],
div.sj-booking input[type="time"],
div.sj-booking input[type="week"],
div.sj-booking input[type="number"],
div.sj-booking input[type="email"],
div.sj-booking input[type="url"],
div.sj-booking input[type="search"],
div.sj-booking input[type="tel"],
div.sj-booking input[type="color"],
div.sj-booking .uneditable-input {
  background: #192E4B;
  background-image: none;
  box-shadow: 0 1px 0 #192E4B inset;
}
div.sj-booking .header {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin: 23px 0 0;
}
div.sj-booking p {
  margin: 0;
  font-family: arial;
}
div.sj-booking input {
  font-size: 11px;
  color: #6D86A4;
}
div.sj-booking select {
  font-size: 11px;
  color: #6D86A4;
}
div.sj-booking .request-infor:hover {
  background: #428606;
  transition: all 0.5s ease-out 0s;
}
.mod_student_highlight h3.modtitle {
  background: none;
  color: #686868;
  font-size: 18px !important;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 40px 0 15px;
}
.mod_student_highlight .sj-extraslider .extraslider-control .button-page {
  width: 15px;
  height: 20px;
}
.mod_student_highlight .sj-extraslider .nav-page.nav-under .button-page.sel,
.mod_student_highlight .sj-extraslider .nav-page .page .button-page.sel {
  background-position: 0 -19px;
}
.mod_student_highlight .sj-extraslider .extraslider-control .button-page {
  background: url("../images/blue/bottom-paging.png");
}
.mod_student_highlight .sj-extraslider {
  margin: 0;
  text-align: center;
}
.mod_student_highlight .sj-extraslider .pre-text,
.mod_student_highlight .sj-extraslider .post-text {
  margin: 0;
}
.mod_student_highlight .sj-extraslider .item {
  margin: 25px 0 10px;
}
.mod_student_highlight .sj-extraslider .heading-title {
  text-align: center;
  font-size: 18px;
  color: #676767;
  font-weight: lighter;
}
.mod_student_highlight .sj-extraslider .heading-title p {
  text-transform: lowercase;
  font-weight: lighter !important;
  font-size: 12px;
  width: 72%;
  margin: auto;
  font-family: arial;
}
.mod_student_highlight .sj-extraslider .extraslider-inner {
  border-bottom: none;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item {
  margin: 20px 0;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info {
  background: #428606;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .item-description {
  margin: 20px 5px 10px;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .name_school {
  color: #fff;
  text-align: center;
  margin: 5px 5px 30px;
  height: 10px;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .name_school strong {
  text-transform: capitalize;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .icon a {
  color: #04648f;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .icon a i {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #ffffff;
  line-height: 25px;
  vertical-align: middle;
  color: #428606;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .icon a:hover {
  color: #ffffff;
}
.mod_student_highlight .sj-extraslider .extraslider-inner .item-wrap.style4 .icon a:hover i {
  background: #ccc;
}
.mod_student_highlight .sj-extraslider .extraslider-control {
  display: inline-block;
  float: none;
  z-index: 1;
}
.mod_student_highlight .sj-extraslider .extraslider-control .button-prev {
  display: none;
}
.mod_student_highlight .sj-extraslider .extraslider-control .button-next {
  display: none;
}
.mod_student_highlight .sj-extraslider .item .line {
  border-top: none;
}
.yt_k2_reslitting {
  margin: 0 0 30px;
}
.yt_k2_reslitting h3.modtitle {
  width: 18%;
  margin: 0;
  background: #428606;
  text-transform: uppercase;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .respl-items {
  width: 103%;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-header {
  text-align: center;
  display: none !important;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat a {
  font-size: 14px;
  font-family: arial;
  color: #666;
  font-weight: lighter;
  background: url("../images/icons/list-style.png") no-repeat 15px center scroll #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #e4e4e4;
  display: block;
  padding: 8px 18px 9px;
  padding-left: 30px;
  margin: 0px;
  transition: 0.3s all esea 0;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat a:hover {
  background-image: url("../images/icons/arrow_tabs-hover.png");
  background-color: #428606;
  border-color: #428606;
  color: #fff;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat a.active {
  background-image: url("../images/icons/arrow_tabs-hover.png");
  background-color: #428606;
  border-color: #428606;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a {
  background-image: url("../images/icons/arrow_tabs-hover.png");
  background-color: #428606;
  border-color: #428606;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content {
  overflow: visible;
  margin-bottom: 20px;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner {
  background: #fff;
  overflow: hidden;
  margin-right: 30px;
  margin-left: 0;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-image {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-image img {
  width: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 170px;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-image:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-title {
  margin-bottom: 3px;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-title a {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  font-weight: lighter;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-title a:hover {
  color: #428606;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-post-read {
  display: block;
  float: left;
  width: 50%;
  font-size: 11px;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-post-read:before {
  content: "";
  background: url("../images/icons/icon_date.png") no-repeat;
  display: block;
  float: left;
  font-size: 14px;
  height: 20px;
  margin: 0;
  width: 20px;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-post-read .item-post {
  color: #a8a8a8;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-desc {
  margin-bottom: 10px;
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9e9e9;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-comments {
  display: block;
  float: left;
  width: 50%;
  font-size: 11px;
  text-align: right;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-comments a {
  display: none;
  font-size: 11px;
  color: #a8a8a8;
  text-transform: lowercase;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-comments a:hover {
  text-decoration: none;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-comments:hover a {
  color: #428606;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner .item-comments:hover:before {
  color: #428606;
}
.yt_k2_reslitting div.sj-responsive-listing .tab-content .item-inner:hover .item-title a {
  color: #428606;
  text-decoration: none;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap {
  margin: 0px;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .respl-loader {
  padding: 0;
  text-align: center;
  box-shadow: none;
  border: none;
  overflow: hidden;
  float: none;
  transition: none;
  margin: 0;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .respl-loader a.respl-button {
  overflow: hidden;
  font-size: 16px;
  color: #666;
  font-weight: 300;
  background: #E1E1E1;
  padding: 6px 32px 5px 38px;
  text-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: right ease-in 0.2s,opacity ease-in 0.2s;
  -moz-transition: right ease-in 0.2s,opacity ease-in 0.2s;
  -o-transition: right ease-in 0.2s,opacity ease-in 0.2s;
  transition: right ease-in 0.2s,opacity ease-in 0.2s;
  position: relative;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .respl-loader a:focus {
  color: #fff;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .respl-loader a.respl-button:hover {
  background-color: #428606;
  text-decoration: none;
  color: #fff;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .loader-image {
  display: inline-block;
  font-family: FontAwesome;
  background: none !important;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  padding: 0;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .loader-label {
  line-height: 31px;
  height: 31px;
  font-size: 17px;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .loading .loader-image:before {
  content: '\f110';
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.yt_k2_reslitting div.sj-responsive-listing .respl-wrap .loading a.respl-button {
  background: #428606;
  padding-left: 0 !important;
  padding: 6px 32px 5px 38px;
}
.graduates_testimonial {
  margin: 30px 0 0;
}
.graduates_testimonial .sj-extraslider {
  margin: 5px 0;
  position: relative;
}
.graduates_testimonial .sj-extraslider .heading-title {
  background: #428606;
  color: #FFFFFF;
  float: left;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 8px;
  text-transform: uppercase;
}
.graduates_testimonial .sj-extraslider .heading-title p {
  display: none;
}
.graduates_testimonial .sj-extraslider .extraslider-control.button-type2 .button-prev {
  background: url("../images/blue/imageNavTop.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  height: 30px;
  width: 30px;
}
.graduates_testimonial .sj-extraslider .extraslider-control.button-type2 .button-prev:hover {
  background: url("../images/blue/imageNavTopHover.png") no-repeat scroll 0 0 rgba(0,0,0,0);
}
.graduates_testimonial .sj-extraslider .extraslider-control.button-type2 .button-next {
  background: url("../images/blue/imageNavBottom.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  height: 30px;
  width: 30px;
}
.graduates_testimonial .sj-extraslider .extraslider-control.button-type2 .button-next:hover {
  background: url("../images/blue/imageNavBottomHover.png") no-repeat scroll 0 0 rgba(0,0,0,0);
}
.graduates_testimonial .sj-extraslider .extraslider-inner {
  border: none;
}
.graduates_testimonial .sj-extraslider .extraslider-inner .item .line {
  border: none;
  margin: 0 0 20px;
}
.graduates_testimonial .sj-extraslider .extraslider-inner .item .line .style1 .item-image {
  display: block;
  float: left;
  width: 25%;
}
.graduates_testimonial .sj-extraslider .extraslider-inner .item .line .style1 .item-image img {
  width: 71px;
  height: 71px;
}
.graduates_testimonial .sj-extraslider .extraslider-inner .item .line .style1 .item-info {
  position: relative;
  background: none;
  float: left;
  width: 74%;
  border: 1px solid #ddd;
  margin: 0 -5px;
}
.graduates_testimonial .sj-extraslider .extraslider-inner .item .line .style1 .item-info:before {
  right: 100%;
  top: 36%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194,225,245,0);
  border-right-color: #E9E9E9;
  border-width: 8px;
}
.graduates_testimonial .sj-extraslider .extraslider-inner .item .line .style1 .item-info .item-content .icon {
  display: none;
}
.graduates_testimonial .sj-extraslider .extraslider-inner .item .line .style1 .item-info .item-content .item-description {
  color: #666666;
  font-size: 12px;
}
.graduates_testimonial .sj-extraslider .nav-page.nav-under .page {
  display: none;
}
.sj_megak2news {
  margin-top: 30px;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 {
  margin-top: 0;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box {
  display: block;
  width: 100% !important;
  margin: 0;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner div.mgi-cat {
  display: block;
  width: 100% !important;
  border: none;
  margin-bottom: 0;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner div.mgi-cat a {
  border-radius: 0;
  background: #428606;
  padding: 8px 25px;
  font-family: arial;
  font-size: 14px;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap {
  display: block;
  float: left;
  width: 45%;
  margin: 0 30px 0 0;
  padding: 0;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap p {
  font-size: 12px;
  font-family: arial;
  color: #666;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-image {
  margin: 0 0 10px;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-image img {
  max-width: none;
  width: 341px;
  transition: all 0.3s ease-in-out;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-image img:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-image: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);
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-title a {
  color: #686868;
  font-weight: bold;
  text-transform: uppercase;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-title a:hover {
  color: #428606;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-post-read {
  font-size: 11px;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #999;
  text-transform: lowercase;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-readmore {
  text-align: left;
  background: #428606;
  padding: 7px 16px;
  display: inline-block;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-readmore a {
  color: #fff;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .item-wrap .item-readmore:hover {
  background: #549718;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap {
  display: block;
  float: left;
  width: 50%;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap .more-label {
  display: none;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links {
  margin: -6px;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li:nth-child(4) {
  border-bottom: none;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li {
  background: none;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 2px;
  margin: 0 0 13px;
  overflow: hidden;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li a {
  margin: 0;
  color: #666;
  font-family: arial;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li a:hover {
  color: #428606;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li p {
  font-size: 12px;
  font-weight: lighter;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .left {
  display: block;
  float: left;
  width: 30%;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .left .item-post {
  background: #549718;
  color: #FFFFFF;
  display: block;
  margin: 5px 11px 0 0;
  overflow: hidden;
  padding: 5px 0;
  width: 90%;
  text-align: center;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .left .item-post:hover {
  background: #428606;
  cursor: pointer;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .item-comments a {
  background: #428606;
  color: #FFFFFF;
  text-transform: lowercase;
     display: none;
  line-height: 30px;
  margin: 2px 11px 0 0;
  overflow: hidden;
  font-size: 12px;
  width: 90%;
  text-align: center;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .item-comments a:hover {
  background: #549718;
  cursor: pointer;
  color: #fff;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .right {
  display: block;
  float: left;
  width: 70%;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .right .item-desc {
  margin: 3px 0;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap ul.other-links li .right p {
  line-height: 20px;
  color: #666;
}
.sj_megak2news .mgi-wrap.preset01-3.preset02-3.preset03-2.preset04-1.preset05-1 .mgi-box .mgi-box-inner .box-wrapper .title-link-wrap .view-all {
  display: none;
}
.scholarships h3 {
  background: #428606;
  color: #FFFFFF;
  margin-left: 5px;
  padding: 10px;
  width: 50%;
  font-size: 14px;
  text-align: center;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate
     .module.comments {
  margin-top: 35px;
}
.comments .k2Avatar img {
  border: none;
}
.comments .lcUsername {
  float: left;
  margin: 0 10px 0 0;
}
.comments .lcUsername a {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-transform: capitalize;
}
.comments .lcUsername a:hover {
  color: #428606;
}
.comments .lcCommentDate {
  font-size: 11px;
  float: left;
}
.comments ul {
  margin-left: 0;
}
.comments ul li {
  list-style: none;
  background: #fff;
}
.comments ul li .lcComment {
  display: block;
  width: 93%;
  background: #f2f2f2;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 8px;
  position: relative;
}
.comments ul li .lcComment:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f2f2f2 rgba(136,183,213,0) rgba(136,183,213,0);
  border-image: none;
  border-style: solid;
  border-width: 8px;
  content: " ";
  height: 0;
  margin-left: -30px;
  position: absolute;
  right: 82%;
  top: 100%;
  width: 0;
}
.comments ul .even {
  background: none repeat scroll 0 0 #fff;
  border-bottom: none;
  padding: 2px;
}
.comments h3.modtitle {
  background: #428606;
  color: #FFFFFF;
  font-size: 160%;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 10px;
  text-transform: uppercase;
  width: 62%;
}
.Subscribe {
  margin-top: -1px;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
#flip-scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  background: #666666;
  border-radius: 0;
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 0;
  font-size: 13px;
  border-left: 0;
  padding: 7px 10px 5px;
  min-height: 27px;
}
#flip-scroll td {
  display: block;
  padding: 5px 10px 5px;
  min-height: 24px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll .bs-docs-example th {
  min-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
  font-weight: 600;
}
h1 {
  font-size: 200%;
  line-height: 115%;
}
h2 {
  font-size: 160%;
  line-height: 110%;
}
h3 {
  font-size: 130%;
  line-height: 110%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
.text-success {
  color: #468847;
}
.text-warning {
  color: #C09853;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
#yt_menuposition ul.navi {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  float: right;
}
#yt_menuposition ul.navi .fancy {
  background: #549718;
  position: absolute;
  width: 0;
}
#yt_menuposition ul.navi > li.level1 {
  border-left: 1px solid #446f1d;
  box-shadow: -1px 0 0 #008000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 80px;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  line-height: 80px;
  cursor: pointer;
  padding: 0 19px;
  color: #666;
  display: block;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
#yt_menuposition ul.navi > li.level1 > .item-link.spec-item {
  padding: 0 30px;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-title {
  padding-bottom: 0;
  display: block;
}
#yt_menuposition ul.navi > li.level1:hover,
#yt_menuposition ul.navi > li.level1.hover {
  background: #549718;
}
#yt_menuposition ul.navi > li.level1.active {
  background: #549718;
}
#yt_menuposition ul.navi > li.level1.active:after {
  border-style: solid;
  border-width: 12px 39px 0;
  bottom: 0px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  border-color: #549718 transparent transparent;
  transition: border 1s ease-in-out 1s, bottom 1s ease-in-out 1s;
}
#yt_menuposition ul.navi > li.level1:hover ul.level2,
#yt_menuposition ul.navi > li.level1.hover ul.level2 {
  left: 0;
}
#yt_menuposition ul.navi ul {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 240px;
}
#yt_menuposition ul.navi ul.subnavi {
  padding: 20px;
}
#yt_menuposition ul.navi ul.subnavi:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -32px;
}
#yt_menuposition ul.navi ul.subnavi li {
  position: relative;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  border-bottom: 1px dotted #C8C8C8;
}
#yt_menuposition ul.navi ul.subnavi li > .item-link {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 7px 20px;
  color: #ddd;
  text-transform: none;
  color: #666;
  position: relative;
}

#yt_menuposition ul.navi ul.subnavi li > .item-link img{
  width: 24px;
  height: 24px;
}


#yt_menuposition ul.navi ul.subnavi li > .item-link span.menu-title {
  /*text-transform: capitalize;*/
}
#yt_menuposition ul.navi ul.subnavi li > .item-link:before {
  content: "";
  background: #C8C8C8;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  top: 13px;
  left: 1px;
  display: block;
}
#yt_menuposition ul.navi ul.subnavi li.havechild > .item-link:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  position: absolute;
  right: 15px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-title {
  line-height: 100%;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-desc {
  color: #999;
  font-size: 11px;
}
#yt_menuposition ul.navi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.active > .item-link {
  color: #428606;
}
#yt_menuposition ul.navi ul.subnavi li:hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi li.hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi li.active > .item-link:before {
  background: #428606;
}
#yt_menuposition ul.navi ul.subnavi li:hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li.hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.subnavi li li.level3.hover ul.level4 {
  right: auto;
  left: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.subnavi li:hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi li.hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi li li.level3:hover ul.level4:before,
#yt_menuposition ul.navi ul.subnavi li li.level3.hover ul.level4:before {
  background: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi li li.level4:hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level4.hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level5:hover ul.level6,
#yt_menuposition ul.navi ul.subnavi li li.level5.hover ul.level6 {
  left: auto;
  right: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.subnavi li li.level4:hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi li li.level4.hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi li li.level5:hover ul.level6:after,
#yt_menuposition ul.navi ul.subnavi li li.level5.hover ul.level6:after {
  background: transparent;
  content: " ";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi ul {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
  margin: 0;
}
#yt_menuposition ul.navi ul.subnavi ul:before {
  height: 0;
  top: 0;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li > .item-link {
  background: transparent;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.active > .item-link {
  color: #428606;
}
#yt_menuposition #basicnavigator.navi ul.subnavi,
#yt_menuposition #moonavigator.navi ul.subnavi {
  background: #FFFFFF;
  padding: 0;
  box-shadow: 2px 2px 4px #999999;
}
#yt_menuposition #basicnavigator.navi ul.subnavi li.active,
#yt_menuposition #moonavigator.navi ul.subnavi li.active {
  border-left: 5px solid #43B3E5;
}
#yt_menuposition #basicnavigator.navi ul.subnavi li,
#yt_menuposition #moonavigator.navi ul.subnavi li {
  border-bottom: 1px solid #D5D5D5;
  border-left: 5px solid #A4A4A4;
}
#yt_menuposition #basicnavigator.navi ul.subnavi li:hover,
#yt_menuposition #moonavigator.navi ul.subnavi li:hover {
  border-left: 5px solid #43B3E5;
}
#yt_menuposition #basicnavigator.navi ul.subnavi li > .item-link,
#yt_menuposition #moonavigator.navi ul.subnavi li > .item-link {
  padding: 10px 20px;
}
#yt_menuposition #basicnavigator.navi ul.subnavi li > .item-link:before,
#yt_menuposition #moonavigator.navi ul.subnavi li > .item-link:before {
  display: none;
}
#yt_menuposition #basicnavigator.navi ul.subnavi li.last,
#yt_menuposition #moonavigator.navi ul.subnavi li.last {
  border-bottom: none;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  display: none;
}
#yt_menuposition #droplinenavigator li.level1 >.item-link {
  padding: 12px 35px;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 a.level2.havechild:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #meganavigator ul.subnavi {
  background: none;
  border: medium none;
  box-shadow: none;
  left: auto;
  margin: 0;
  position: a;
  right: auto;
}
#yt_menuposition #meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background-color: #fff;
  border-bottom: solid 7px #428606;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
#yt_menuposition #meganavigator .mega-content:after {
  content: "";
  width: 100%;
  height: 28px;
  display: block;
  margin-top: -28px;
}
#yt_menuposition #meganavigator .mega-content .mega-content {
  margin: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-content:after {
  display: none;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator .mega-content .mega-col.one div.mega-module {
  padding: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-title {
  margin-bottom: 5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .menu.mega-content .mega-col {
  padding: 10px 30px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content ul {
  position: static;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content {
  margin-bottom: 20px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-image {
  overflow: hidden;
  display: block;
  width: 88px;
  height: 58px;
  border: solid 3px #fff;
  float: left;
  margin-right: 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-image img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out 0s;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-image:hover img {
  transform: scale(1.15);
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-title h2 {
  font-weight: 300;
  line-height: 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-title h2 a {
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-title h2 a:hover {
  color: #428606;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .date-created {
  color: #a8a8a8;
  font-size: 11px;
  margin-top: -5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-text p {
  color: #666;
  line-height: 1.7em;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group {
  display: block;
  padding: 20px 30px;
  border-right: 1px solid #eeeeee;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #676767;
  padding-bottom: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi.level6,
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi.level7 {
  width: 200px !important;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi.level6 li,
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content ul.subnavi.level7 li {
  padding-left: 20px;
  padding-top: 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module {
  padding: 0 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module ul {
  position: static;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-module-content {
  color: #666;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-module-content ul {
  position: static;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu {
  width: 100%;
  display: none;
  margin-top: 30px;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #fff;
  padding: 6px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #36610f;
  text-shadow: none;
  height: 45px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: inherit;
  max-width: 100%;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 0 10px 0 5px;
  font-size: 32px;
  vertical-align: top;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #428606;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  color: #fff;
  content: "Select Menu";
  padding: 6px 10px 0;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  height: 35px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #e0e0e0;
  border-bottom: 1px solid #aaa;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #555;
  margin: 0;
  padding: 10px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a.active {
  color: #fff;
  background: #428606;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #428606;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #177daa;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 44px;
  line-height: 40px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #428606;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open a {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .menuress-toggle:before {
  content: "\f106";
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav {
  display: block;
  opacity: 1;
  background: #e9e8e8;
  padding: 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
  border-bottom: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #555;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a:hover,
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a.active {
  background: #428606;
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 260px;
  overflow-y: scroll;
  max-height: 100%;
  display: none;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #153242;
  border-right: 1px solid #152F3D;
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu {
  margin: 0;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a {
  font-weight: bold;
  color: #BCBCBC;
  padding: 4px 8px 8px;
  background: none;
  border-bottom: 1px solid #0B222D;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #428606;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav {
  margin: 0;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
  background-color: #153242;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav li a {
  font-weight: normal;
  border-bottom: 1px solid #153242;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 1px 15px;
  border-bottom: 1px solid #132D3A;
  -webkit-box-shadow: 0 -1px 0 #214556 inset;
  -moz-box-shadow: 0 -1px 0 #214556 inset;
  box-shadow: 0 -1px 0 #214556 inset;
  background-color: #224556;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav ul.nav {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu ul.nav ul.nav li a {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 8px;
}
.rtl #yt_menuposition ul.navi ul.subnavi li > .item-link {
  margin: 0 25px 0 0;
  padding: 5px 0;
}
.rtl #yt_menuposition ul.navi ul.subnavi li > .item-link:before {
  right: -28px;
}
.rtl #yt_menuposition ul.navi ul.subnavi li.havechild > .item-link:after {
  content: "\f104";
  margin-right: 150px;
}
.rtl #yt_menuposition ul.navi ul.subnavi li .showdesc {
  text-align: right;
}
.rtl #yt_menuposition ul.navirtl li.level1 {
  float: right;
}
.rtl #yt_menuposition ul.navirtl li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link {
  padding: 5px 30px 5px 0;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link:before {
  left: auto;
  right: 15px;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link.havechild:after {
  right: auto;
  left: 10px;
  content: "\f104";
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_menuposition #basicnavigator.navi ul.subnavi,
.rtl #yt_menuposition #moonavigator.navi ul.subnavi {
  background: #FFFFFF;
  margin-top: 15px;
  padding: 0;
  box-shadow: 2px 2px 2px #666;
}
.rtl #yt_menuposition #basicnavigator.navi ul.subnavi li.active,
.rtl #yt_menuposition #moonavigator.navi ul.subnavi li.active {
  border-right: 5px solid #43B3E5;
  border-left: none;
}
.rtl #yt_menuposition #basicnavigator.navi ul.subnavi li,
.rtl #yt_menuposition #moonavigator.navi ul.subnavi li {
  border-bottom: 1px solid #D5D5D5;
  border-right: 5px solid #A4A4A4;
  border-left: none;
}
.rtl #yt_menuposition #basicnavigator.navi ul.subnavi li:hover,
.rtl #yt_menuposition #moonavigator.navi ul.subnavi li:hover {
  border-right: 5px solid #43B3E5;
  border-left: none;
}
.rtl #yt_menuposition #basicnavigator.navi ul.subnavi li > .item-link,
.rtl #yt_menuposition #moonavigator.navi ul.subnavi li > .item-link {
  padding: 10px 20px;
}
.rtl #yt_menuposition #basicnavigator.navi ul.subnavi li > .item-link:before,
.rtl #yt_menuposition #moonavigator.navi ul.subnavi li > .item-link:before {
  display: none;
}
.rtl #yt_menuposition #basicnavigator.navi ul.subnavi li.last,
.rtl #yt_menuposition #moonavigator.navi ul.subnavi li.last {
  border-bottom: none;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: right;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content {
  -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.4);
  box-shadow: 0px -1px 2px rgba(0,0,0,0.4);
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.b-block:after,
.b-block:before {
  clear: both;
  display: table;
  content: "";
}
.breadcrumb {
  background: #ececec !important;
  padding: 8px !important;
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
}
ul.c-step:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #DEDEDE;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
ul.c-step li {
  list-style: none;
  margin: 0 50px;
  padding-top: 50px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
}
ul.c-step li:before,
ul.c-step li.active:before {
  counter-increment: section;
  content: counter(section);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  background-color: #93afa9;
  background-image: -moz-linear-gradient(top,#AAC3BF,#719088);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AAC3BF),to(#719088));
  background-image: -webkit-linear-gradient(top,#AAC3BF,#719088);
  background-image: -o-linear-gradient(top,#AAC3BF,#719088);
  background-image: linear-gradient(to bottom,#AAC3BF,#719088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
  background-color: #5dbee9;
  background-image: -moz-linear-gradient(top,#6fc5eb,#428606);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6fc5eb),to(#428606));
  background-image: -webkit-linear-gradient(top,#6fc5eb,#428606);
  background-image: -o-linear-gradient(top,#6fc5eb,#428606);
  background-image: linear-gradient(to bottom,#6fc5eb,#428606);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ec5eb', endColorstr='#ff42b3e5', GradientType=0);
}
ul.c-step li.active h3 {
  color: #428606;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
div.g-pageteam {
  line-height: 22px;
}
div.g-pageteam hr {
  height: 5px;
  background: #ccc;
}
div.g-pageteam .b-gettouch {
  background: #eee;
  border-bottom: 3px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  margin: 1em 0 4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.g-pageteam .b-gettouch .h-heading4 {
  font-size: 130%;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  font-family: "Georgia";
  font-style: italic;
}
div.g-pageteam .b-gettouch .btn {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.g-pageteam .b-gettouch .btn:active {
  vertical-align: -16px;
}
div.g-pageteam .b-ourteam {
  margin-top: 20px;
}
div.g-pageteam .b-ourteam [class*="span"] {
  margin-bottom: 10px;
}
div.g-pageteam .b-ourteam [class*="span"] .h-title {
  margin: 0;
  font-size: 18px;
  line-height: 110%;
}
div.g-pageteam .b-ourteam [class*="span"] .member {
  color: #999;
  margin-bottom: 5px;
}
div.g-pageteam .b-ourteam [class*="span"] .b-social div.yt-socialbt {
  margin-right: 5px;
}
#g-pageservices [class^="icon-"],
#g-pageservices [class*=" icon-"] {
  background: #428606;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #eee;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#g-pageservices article {
  overflow: hidden;
}
#g-pageservices article h3 {
  font-size: 130%;
}
#g-pageservices article a.detail {
  font-size: 13px;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #428606;
  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-pageportfolio [class*="span"] {
  position: relative;
  top: 0;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  -moz-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
}
#g-pageportfolio [class*="span"] .port-item-img {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  overflow: hidden;
  border-right: none;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  position: relative;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #222 inset;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-pageportfolio [class*="span"] .port-item-img .icon-plus-sign {
  font-size: 4px;
  color: #eee;
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 10;
  margin: 0 0 -19px -22px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#g-pageportfolio [class*="span"] .port-item-img:visited .icon-plus-sign {
  bottom: 100%;
}
#g-pageportfolio [class*="span"] .port-item-img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#g-pageportfolio [class*="span"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#g-pageportfolio [class*="span"] .port-item-content {
  padding: 10px;
}
#g-pageportfolio [class*="span"] .port-item-content h4 {
  margin-bottom: 10px;
  font-size: 110%;
}
#g-pageportfolio [class*="span"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #428606;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover:after {
  color: #fff;
}
#g-pageportfolio [class*="span"]:hover {
  top: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_description {
  margin: 0 46px 5px 15px !important;
}
.gallery .list_link {
  margin-left: 30%;
  margin-top: 40px;
}
.gallery .list_link li {
  list-style: none;
  display: block;
  float: left;
}
.gallery .list_link li a {
  padding: 10px;
  background: #f4f4f4;
  margin-right: 5px;
}
.gallery .list_link li a:active {
  background: #428606;
}
.gallery .list_link li a:hover {
  background: #428606;
  color: #fff;
}
#bonus_video .item1 h3,
#bonus_video .item2 h3 {
  color: #8f8f8f;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 5px;
  width: 100%;
}
#bonus_video .item1 p,
#bonus_video .item2 p {
  color: #919191;
  font-size: 12px;
  margin: 0 5px 15px;
}
.student .item {
  margin: 0 0 30px;
  display: inline-block;
  transition: all 0.5s ease-in-out 0s;
}
.student .item .yt-lightbox {
  margin: 0;
}
.student .item .yt-lightbox img {
  width: 175px;
  height: 175px;
  float: left;
}
.student .item .tt {
  float: left;
  width: 55% !important;
  margin: 0 0 0 11px;
}
.student .item .tt .nd {
  background: #f2f2f2;
  margin-left: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
}
.student .item .tt .nd:before {
  right: 100%;
  top: 36%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194,225,245,0);
  border-right-color: #E9E9E9;
  border-width: 8px;
}
.student .item .tt .nd h3.h-title {
  font-family: arial !important;
  font-size: 12px;
  margin: 10px 10px 5px;
  width: 100%;
  font-weight: bold;
}
.student .item .tt .nd h3.h-title a {
  color: #666;
}
.student .item .tt .nd h3.h-title a:hover {
  color: #428606;
}
.student .item .tt .nd h3 {
  color: #666666;
  font-weight: bold;
}
.student .item .tt .nd p {
  font-size: 12px;
  padding: 0 5px 2px 10px;
  margin: 0 0 5px;
}
.student .item .tt ul {
  margin: 0;
}
.student .item .tt ul li {
  list-style: none;
  font-size: 12px;
}
.student .item .tt .social-student .yt-socialbt {
  margin-right: 5px;
}
.student .item .tt .social-student .yt-socialbt a {
  border: none;
  background: #C2C2C2;
}
.student .item .tt .social-student .yt-socialbt a.cicle i {
  font-size: 13px;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 25px;
}
.student .item .tt .social-student .yt-socialbt a.small {
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.student .item .tt .social-student .yt-socialbt:hover a {
  background: #428606;
}
.student .item:hover .yt-lightbox img {
  width: 159px;
  height: 159px;
  border: 8px solid #428606;
}
.student .item:hover .tt .nd h3 {
  color: #428606;
}
.history .col-lg-6 {
  width: 49%;
  padding: 0;
  margin: 0 0 12px 7px;
  background: #F2F2F2;
}
.history .item {
  background: #f2f2f2;
  margin: 10px;
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
}
.history .item .yt-lightbox {
  margin: 0;
}
.history h3 {
  font-size: 14px;
  font-family: arial !important;
  text-transform: uppercase;
  margin: 5px 0 15px;
  width: 100%;
}
.history .img {
  margin-bottom: 20px;
}
.history .our .tt {
  overflow: hidden;
  padding: 10px;
}
.history .our .tt .nd {
  float: left;
  width: 100%;
}
.history .our .tt p {
  font-size: 12px;
}
.history .our .tt ul {
  margin: 0 0 17px;
}
.history .our .tt ul li {
  list-style: none;
  font-size: 12px;
}
.history .our .tt .social-student .yt-socialbt {
  margin-right: 3px;
}
.history .our .tt .social-student .yt-socialbt a {
  border: none;
}
.history .our .tt .social-student .yt-socialbt .sb.small.cicle {
  background: none repeat scroll 0 0 #BBBBBB;
}
.history .our .tt .social-student .yt-socialbt .sb.small.cicle i {
  font-size: 14px;
  color: #F2F2F2;
  line-height: 26px;
}
.history .our .tt .social-student .yt-socialbt:hover .sb.small.cicle {
  background: #428606;
}
.history .our .tt .social-student .yt-socialbt:hover i {
  color: #fff;
  line-height: 26px;
}
.faq ul.yt-accordion {
  margin-top: -25px !important;
}
.faq ul.yt-accordion li.accordion-group {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none !important;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #D5D5D5 !important;
  border-radius: 0;
}
.faq ul.yt-accordion li.accordion-group h3.accordion-heading {
  cursor: pointer;
  line-height: 22px;
  margin-right: 0;
  margin-top: 0;
  padding: 5px 8px;
  color: #7c7c7c;
  font-size: 12px;
  text-transform: uppercase;
  background: none !important;
  font-family: arial !important;
}
.faq ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle:before {
  font-size: 25px !important;
  margin-left: -8px;
  margin-right: 10px;
}
.faq ul.yt-accordion li.accordion-group .accordion-inner {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 0 4px 4px;
  border-top: medium none !important;
  box-shadow: none;
  padding: 9px 15px;
  width: 100%;
  overflow: hidden;
}
.faq ul.yt-accordion li.accordion-group .accordion-inner img {
  float: left;
  padding: 0 20px 0 0;
}
.faq ul.yt-accordion li.accordion-group .accordion-inner p {
  font-family: arial;
  font-size: 12px;
  text-align: justify;
  float: none;
  margin-right: 15px;
}
ul.yt-accordion li.accordion-group h3.accordion-heading.active {
  color: #428606 !important;
  border: none;
  font-size: 14px;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 30px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  .yt-lightbox {
    float: none !important;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    top: 37%;
  }
  ul.c-step li {
    display: table-cell;
    padding-top: 35px;
  }
  div.yt-lightbox.image-left {
    float: none;
    display: inline-block;
    margin: 0 0 15px;
  }
  div.g-pageteam div.b-ourteam [class*="span"] {
    margin-bottom: 30px !important;
  }
}
div.itemRelated {
  display: none;
}
.itemView {
  border-bottom: none;
}
.itemView div.itemToolbar {
  background: none;
  border-bottom: 1px solid #ccc;
  border-top: none;
  margin: 0;
  padding: 2px 0 0;
}
.itemView div.itemToolbar .iconcategory {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  background: url("../images/icons/meket.png") no-repeat;
}
.itemView div.itemToolbar .itemCategory {
  border: none;
  float: left;
  color: #999;
  font-size: 11px;
  color: #999;
  margin: 0 20px 0 0;
  padding: 0;
}
.itemView div.itemToolbar .itemCategory a {
  color: #999;
}
.itemView div.itemToolbar .itemCategory a:hover {
  color: #428606;
}
.itemView div.itemToolbar .itemCategory span {
  color: #999;
}
.itemView div.itemToolbar ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #999;
}
.itemView div.itemToolbar ul li {
  background: none;
  border-left: none;
  display: inline;
  font-size: 11px;
  list-style: none outside none;
  margin: 0;
  padding: 0 0;
  text-align: center;
}
.itemView div.itemToolbar ul li a {
  color: #999;
  float: right;
  padding: 5px;
  margin-top: -3px;
}
.itemView div.itemToolbar ul li a:hover {
  color: #428606;
}
.itemView div.itemToolbar ul li a .print {
  display: block;
  height: 15px;
  width: 15px;
  background: url("../images/icons/print.png") no-repeat;
}
.itemView div.itemToolbar ul li a .envelope {
  display: block;
  height: 15px;
  width: 15px;
  background: url("../images/icons/email.png") no-repeat right bottom;
}
.itemView div.itemAuthorBlock div.itemAuthorDetails .itemAuthorName {
  font-family: arial !important;
  font-size: 14px;
  font-weight: lighter;
}
.itemView div.itemAuthorBlock div.itemAuthorDetails p {
  font-family: arial;
  font-size: 12px;
}
.itemView div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  color: #666;
  border-right: none;
  font-size: 12px;
  font-family: arial;
}
.itemView div.itemAuthorLatest ul li {
  list-style: none;
  margin-left: -15px;
}
.itemView div.itemAuthorLatest ul li .even {
  background: none;
  border-bottom: none;
  padding: 2px;
}
.itemView div.itemAuthorLatest ul li .even a {
  color: #a4a4a4 !important;
  font-size: 12px;
}
.itemView div.itemAuthorLatest ul li.even {
  background: none;
  border-bottom: none;
  padding: 2px;
}
.itemView span.itemImage img {
  border: none;
  padding: 8px;
  margin: 0;
}
.itemView div.itemIntroText {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  padding: 0;
}
.itemView .itemHeader {
  margin-top: -20px;
}
.itemView .itemHeader .td h3 {
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.itemView .itemHeader .td .inline {
  display: inline-block;
}
.itemView .itemHeader .td .inline span {
  display: none;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm {
  margin: 0 0 -15px 10px;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList {
  height: 14px;
  width: 60px;
  margin: 4px 10px;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList a,
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList .itemCurrentRating {
  height: 11px;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList a.one-star {
  width: 14px;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList a.two-stars {
  width: 36%;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList a.three-stars {
  width: 60%;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList a.four-stars {
  width: 80%;
}
.itemView .itemHeader .td .itemRatingBlock .itemRatingForm .itemRatingList a.five-stars {
  width: 100%;
}
.itemView .itemHeader .itemToolbar ul li:first-child {
  margin-right: 100px;
}
.itemView .itemBody {
  margin-bottom: 40px;
}
.itemView .itemBody img {
  vertical-align: middle;
  padding: 0 0 20px;
  /*margin-left: 15%;*/
}
.itemView .itemBody .itemFullText {
  font-size: 12px;
}
.itemView div.itemAuthorBlock {
  background: #ededed;
}
.itemView div.itemAuthorBlock img.itemAuthorAvatar {
  background: none;
  border: none;
  display: block;
}
.itemView div.itemAuthorLatest {
  margin: 0 0 40px;
}
.itemView div.itemAuthorLatest h3 {
  border-bottom: 1px dashed #CCCCCC;
  color: #666666;
  margin-top: 30px;
  padding: 0 0 9px;
  text-transform: uppercase;
  font-family: arial !important;
  font-size: 14px;
}
.itemView div.itemAuthorLatest ul {
  margin-left: 15px;
}
.itemView div.itemAuthorLatest ul li {
  list-style: none;
}
.itemView div.itemAuthorLatest ul li a {
  color: #7c7c7c !important;
}
.itemView div.itemAuthorLatest ul li a:hover {
  color: #428606 !important;
}
.itemView .itemComments {
  background: #fff;
  border: none;
  margin-left: 0px;
  padding: 0px;
  display: block;
}
.itemView .itemComments .itemCommentsForm h3 {
  text-transform: uppercase;
  font-family: arail !important;
  font-size: 14px;
}
.itemView .itemComments .itemCommentsForm p.itemCommentsFormNotes {
  border-bottom: 1px dashed #CCCCCC;
  border-top: medium none;
  margin: 0 0 30px;
  padding: 5px 0;
  font-size: 12px;
}
.itemView .itemComments .itemCommentsForm #comment-form input.inputbox {
  margin: 0 0 20px;
  padding: 5px 0 5px 45px;
  width: 182px;
}
.itemView .itemComments .itemCommentsForm #comment-form input.inputbox .inputbox {
  width: 100%;
}
.itemView div.itemCommentsForm textarea,
.itemView div.itemCommentsForm input[type="text"],
.itemView div.itemCommentsForm input[type="password"],
.itemView div.itemCommentsForm input[type="datetime"],
.itemView div.itemCommentsForm input[type="datetime-local"],
.itemView div.itemCommentsForm input[type="date"],
.itemView div.itemCommentsForm input[type="month"],
.itemView div.itemCommentsForm input[type="time"],
.itemView div.itemCommentsForm input[type="week"],
.itemView div.itemCommentsForm input[type="number"],
.itemView div.itemCommentsForm input[type="email"],
.itemView div.itemCommentsForm input[type="url"],
.itemView div.itemCommentsForm input[type="search"],
.itemView div.itemCommentsForm input[type="tel"],
.itemView div.itemCommentsForm input[type="color"],
.itemView div.itemCommentsForm .uneditable-input {
  background-image: none;
  box-shadow: none;
  color: #909090;
}
.itemView div.itemCommentsForm #userName.inputbox {
  background: url("../images/icons/user_icon_comment.png") no-repeat;
}
.itemView div.itemCommentsForm #commentEmail.inputbox {
  background: url("../images/icons/email_icon_comment.png") no-repeat;
}
.itemView div.itemCommentsForm #commentURL.inputbox {
  background: url("../images/icons/link_icon_comment.png") no-repeat;
}
.itemView div.itemCommentsForm form input.inputbox {
  width: 100%;
}
.itemView div.itemCommentsForm form textarea.inputbox {
  width: 93%;
  margin-left: 30px;
  padding: 2px 5px 25px;
}
.itemView div.itemCommentsForm form div.itemView {
  border-bottom: none;
  margin: 0 0 24px;
  padding: 8px 0 0px;
}
.itemView div.itemCommentsForm form input#submitCommentButton {
  background: none repeat scroll 0 0 #428606 !important;
  border: none;
  display: block;
  border-radius: 0px;
  font-size: 14px;
  margin: 16px 0 0;
  padding: 4px;
  height: 30px;
  width: 120px;
  transition: all .2s ease-in-out 0s;
}
.itemView div.itemCommentsForm form input#submitCommentButton:hover {
  background: #549718 !important;
}
.itemView .odd {
  background: none;
  border-bottom: none;
  padding: 2px;
}
.itemListView .resplc-loadmore .resplc-loadmore-btn {
  padding: 10px 35px !important;
  background: #428606 !important;
  font-family: verdana;
  text-transform: uppercase;
  color: #666;
}
.itemListView .resplc-loadmore .resplc-loadmore-btn:hover {
  background: #549718 !important;
}
.itemListView .resplc-loadmore .resplc-loadmore-btn:focus {
  background: url("../images/icons/load.gif") no-repeat 0 0 #428606 !important;
  transition: all 0.5s ease-in;
}
div.itemListCategory {
  background: none;
  border: none;
  margin: 0 0 20px;
  padding: 0;
}
div.itemListCategory h2 {
  font-family: arial !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
}
div.catItemView.groupPrimary {
  display: block;
  padding: 0;
}
div.catItemView.groupPrimary div.catItemBody {
  padding: 0;
}
div.catItemView.groupPrimary div.catItemBody .catItemImageBlock {
  float: left;
  overflow: hidden;
  padding: 0;
  margin-right: 20px;
}
div.catItemView.groupPrimary div.catItemBody .catItemImageBlock span.catItemImage {
  margin: 0;
  padding: 0;
}
div.catItemView.groupPrimary div.catItemBody .catItemImageBlock span.catItemImage img {
  padding: 0;
  border: 8px solid #fff;
}
div.catItemView.groupPrimary div.catItemBody .catItemImageBlock span.catItemImage img:hover {
  border: 8px solid #52c0f1;
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain {
  overflow: hidden;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain h3.catItemTitle {
  margin: 0 0 8px;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain h3.catItemTitle a {
  color: #666666;
  font-family: arial !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain h3.catItemTitle a:hover {
  color: #428606;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate {
  font-family: arial;
  font-size: 11px;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding: 0 0 2px;
  margin: 0 0 15px;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemHitsBlock,
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemRatingBlock {
  display: none;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemCategory {
  border: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemCategory .iconcategory {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  background: url("../images/icons/meket.png") no-repeat;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemCategory a {
  color: #666;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemCategory a:hover {
  color: #428606;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemDateCreated {
  margin: 0 20px 0 0;
  padding: 0;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemCommentsLink {
  border: none;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemCommentsLink a {
  color: #666;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain .itemCreate .catItemCommentsLink a:hover {
  color: #428606;
}
div.catItemView.groupPrimary div.catItemBody div.catItemMain div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px;
  font-size: 12px;
}
.userView div.userBlock {
  border: none;
  clear: both;
  background: #ECECEC;
}
.userView div.userBlock h2 {
  font-family: arial !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
  margin: 0;
}
.userView div.userBlock img {
  background: none;
  border: none;
}
div.userItemView {
  display: block;
  padding: 0;
}
div.userItemView div.userItemBody {
  display: block;
  overflow: hidden;
}
div.userItemView div.userItemBody .userItemImageBlock {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
div.userItemView div.userItemBody .userItemImageBlock span.userItemImage {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
}
div.userItemView div.userItemBody .userItemImageBlock span.userItemImage img {
  margin: 0;
  padding: 0;
  border: 8px solid #fff;
}
div.userItemView div.userItemBody .userItemImageBlock span.userItemImage img:hover {
  border: 8px solid #428606;
  transform: scale(0.96);
  transition: all 0.3s ease-in-out;
}
div.userItemView div.userItemBody .userItemMain {
  overflow: hidden;
  margin-top: 5px;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader h3.userItemTitle {
  font-family: arial !important;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader h3.userItemTitle a {
  color: #666;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader h3.userItemTitle a:hover {
  color: #428606;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader .itemCreate {
  font-size: 11px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2px;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader .itemCreate .userItemDateCreated {
  margin-right: 20px;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader .itemCreate .userItemCommentsLink {
  border: none;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader .itemCreate .userItemCommentsLink a {
  color: #999;
}
div.userItemView div.userItemBody .userItemMain div.userItemHeader .itemCreate .userItemCommentsLink a:hover {
  color: #428606;
}
div.userItemView div.userItemBody .userItemMain .userItemIntroText p {
  font-size: 12px;
}
.latestView h3.catItemTitle {
  font-family: arial !important;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
}
.latestView .catItemView.span12 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.latestView .catItemView.span12 .catItemImageBlock {
  overflow: hidden;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}
.latestView .catItemView.span12 .catItemImageBlock .catItemImage {
  margin: 0;
  padding: 0;
  width: 100%;
}
.latestView .catItemView.span12 .catItemImageBlock .catItemImage img {
  border: 8px solid #fff;
  transition: all 0.3s ease-in;
}
.latestView .catItemView.span12 .catItemImageBlock .catItemImage img:hover {
  border: 8px solid #52c0f1;
  transform: scale(0.96);
  transition: all 0.3s ease-in;
}
.latestView .catItemView.span12 .catItemMain {
  overflow: hidden;
}
.latestView .catItemView.span12 .catItemMain h3.catItemTitle {
  margin: 10px 0;
  font-family: arial !important;
  font-weight: lighter;
}
.latestView .catItemView.span12 .catItemMain h3.catItemTitle a {
  color: #666;
  font-weight: lighter;
}
.latestView .catItemView.span12 .catItemMain h3.catItemTitle a:hover {
  color: #428606;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader {
  font-size: 11px;
  color: #999;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .iconcategory {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  background: url("../images/icons/meket.png") no-repeat;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .latestItemCategory {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  border: none;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .latestItemCategory span {
  color: #999;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .latestItemCategory a {
  color: #999;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .latestItemCategory a:hover {
  color: #428606;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .tagItemDateCreated {
  font-size: 11px;
  float: left;
  margin: 0 20px 0 0;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .tagItemCommentsLink {
  float: left;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .tagItemCommentsLink a {
  color: #999;
}
.latestView .catItemView.span12 .catItemMain .catItemHeader .tagItemCommentsLink a:hover {
  color: #428606;
}
.latestView .catItemView.span12 .catItemMain .catItemBody p {
  font-size: 12px;
}
.latestView .catItemView.span12 .catItemMain .catItemBody .tagItemCommentsLink {
  background: none repeat scroll 0 0 #58BEE7;
  float: left;
  padding: 10px;
  color: #fff;
}
.latestView .catItemView.span12 .catItemMain .catItemBody .tagItemCommentsLink a {
  color: #fff;
}
.latestView .catItemView.span12 .catItemMain .catItemBody .tagItemCommentsLink:hover {
  background: #ffffff;
  cursor: pointer;
  color: #58BEE7;
}
.latestView .catItemView.span12 .catItemMain .catItemBody .tagItemCommentsLink:hover a {
  color: #58BEE7;
}
.latestView .catItemView.span6.item1 {
  margin-left: 0;
  padding: 0;
}
.latestView .catItemView.span6.item2 {
  margin-left: 20px;
  padding: 0;
}
.latestView .catItemView.span6 {
  display: block;
}
.latestView .catItemView.span6 .catItemImageBlock {
  float: left;
  width: 100%;
  padding: 0;
}
.latestView .catItemView.span6 .catItemImageBlock .catItemImage {
  display: block;
  overflow: hidden;
  width: 100%;
}
.latestView .catItemView.span6 .catItemImageBlock .catItemImage img {
  display: block;
  margin: auto;
  width: 100%;
  transition: all 0.3s ease-in 0s;
  transform: scale(1);
}
.latestView .catItemView.span6 .catItemImageBlock .catItemImage img:hover {
  transition: all 0.3s ease-in 0s;
  transform: scale(1.1);
}
.latestView .catItemView.span6 .catItemMain {
  float: left;
  width: 100%;
}
.latestView .catItemView.span6 .catItemMain h3.catItemTitle a {
  color: #666666;
}
.latestView .catItemView.span6 .catItemMain h3.catItemTitle a:hover {
  color: #428606;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader {
  font-size: 11px;
  color: #999;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .iconcategory {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  background: url("../images/icons/meket.png") no-repeat;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .latestItemCategory {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  border: none;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .latestItemCategory span {
  color: #999;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .latestItemCategory a {
  color: #999;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .latestItemCategory a:hover {
  color: #428606;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .tagItemDateCreated {
  font-size: 11px;
  float: left;
  margin: 0 20px 0 0;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .tagItemCommentsLink {
  float: left;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .tagItemCommentsLink a {
  color: #999;
}
.latestView .catItemView.span6 .catItemMain .catItemHeader .tagItemCommentsLink a:hover {
  color: #428606;
}
.latestView .catItemView.span4.item1 {
  margin-left: 0;
}
.latestView .catItemView.span4 {
  display: block;
  padding: 0;
}
.latestView .catItemView.span4 .catItemImageBlock {
  float: left;
  width: 100%;
  padding: 0;
}
.latestView .catItemView.span4 .catItemImageBlock .catItemImage {
  display: block;
  overflow: hidden;
  width: 100%;
}
.latestView .catItemView.span4 .catItemImageBlock .catItemImage img {
  display: block;
  margin: auto;
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
.latestView .catItemView.span4 .catItemImageBlock .catItemImage img:hover {
  transform: scale(1.26);
}
.latestView .catItemView.span4 .catItemMain {
  float: left;
  width: 100%;
}
.latestView .catItemView.span4 .catItemMain h3.catItemTitle a {
  font-weight: lighter;
  color: #666666;
}
.latestView .catItemView.span4 .catItemMain h3.catItemTitle a:hover {
  color: #428606;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader {
  font-size: 11px;
  color: #999;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .iconcategory {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  background: url("../images/icons/meket.png") no-repeat;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .latestItemCategory {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  border: none;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .latestItemCategory span {
  color: #999;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .latestItemCategory a {
  color: #999;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .latestItemCategory a:hover {
  color: #428606;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .tagItemDateCreated {
  font-size: 11px;
  float: left;
  margin: 0 20px 0 0;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .tagItemCommentsLink {
  float: left;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .tagItemCommentsLink a {
  color: #999;
}
.latestView .catItemView.span4 .catItemMain .catItemHeader .tagItemCommentsLink a:hover {
  color: #428606;
}
#k2Container div.itemExtraFields ul li span.itemExtraFieldsLabel {
  float: right;
}

