.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #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: #444444;
}
.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: #184a7d;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  position: fixed;
  width: 300px;
  top: 35px;
  right: -320px;
  padding: 8px;
  z-index: 999;
  font-size: 11px;
}
#cpanel_wrapper #cpanel_btn {
  position: absolute;
  width: 26px;
  left: -47px;
  top: 9px;
  padding: 7px 10px;
  cursor: pointer;
  overflow: hidden;
  background: url("../images/cpanel/bg-cpanel-head.png") repeat #666666;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 18px;
  margin: 0 0 0 4px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
#cpanel_wrapper #ytcpanel_accordion {
  margin-bottom: 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  margin: 1px -9px 8px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  background: #666666;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset {
  float: right;
  margin: -8px -12px 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 8px 0px;
  left: -7px;
  top: 9px;
  border-style: solid;
  border-color: rgba(0,0,0,0) #184a7d rgba(0,0,0,0) rgba(0,0,0,0);
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn {
  background: #184a7d;
  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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse:before,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew: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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew.in:before {
  display: block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .accordion-inner {
  border: none;
  padding: 8px;
  padding-top: 15px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .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,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapseNew .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;
}
.selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
  top: 0;
}
.selectbox .select-arrow {
  background: url(../images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 26px;
  top: 0;
  right: 0;
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  border: none;
}
.yt-sticky .module .module-inner1 {
  position: relative;
}
.yt-sticky .module .module-inner1 .module-inner2 {
  margin: 6px;
}
.yt-sticky .module .module-inner1 .module-inner2 .module-inner3 {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #6b82a2;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-align: center;
}
.btn-special span {
  font-size: 20px;
  line-height: 36px;
  width: 24px;
  margin: 0 4px 0 8px;
}
.btn-special:hover span {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#yt_notice {
  position: fixed;
  top: 0px;
  height: 0px;
  min-height: 0px;
  z-index: 96;
}
#yt_notice .yt-notice .module {
  background-color: #6b82a2;
  color: #eee;
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  position: absolute;
  top: -99em;
  z-index: 88;
  text-align: center;
  width: 100%;
  min-height: 35px;
  margin: 0;
  border: none;
}
#yt_notice .yt-notice .module.active {
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
}
#yt_notice .yt-notice .module.active .btn-special {
  color: #fff;
  background: #5E7696;
  border-radius: 0;
}
#yt_notice .yt-notice .module .module-inner1 {
  position: relative;
  padding: 10px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special {
  position: absolute;
  right: 90px;
  left: auto;
  height: 39px;
  color: #BFCFE6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special span {
  margin: 0 8px 0 8px;
  line-height: 36px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent {
  padding: 0;
  color: #ddd;
  font-size: 12px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent a {
  color: #fff;
  display: inline-block;
}
#yt_sticky_left {
  position: fixed;
  z-index: 250;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 250;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #184a7d;
  -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: #184a7d;
  color: #eee;
  border: 1px solid #007362;
  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;
}
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;
}
div.row-fluid [class*="span"] {
  min-height: 3px;
}
.homepage #yt_logoposition {
  visibility: hidden;
}
#yt_logoposition a {
  margin: 18px 0 0;
  display: inline-block;
}
#topnav {
  margin: 0;
  position: absolute;
  z-index: 2;
  background: #fff;
  bottom: 15px;
  width: 210px;
  height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
#topnav .profile-title {
  font-size: 100%;
}
#yt_menuwrap {
  background: #184a7d;
  margin-bottom: 50px;
  position: relative;
  z-index: 50;
}
#yt-responivemenu {
  display: none;
}
#yt_slideshow .container {
  width: auto !important;
}
#yt_slideshow .module {
  margin-bottom: 0;
}
#breadcrumb div.module {
  margin-bottom: 20px;
}
#breadcrumb div.module ul.breadcrumb {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#breadcrumb div.module ul.breadcrumb li {
  padding: 0;
}
#breadcrumb div.module ul.breadcrumb li .icon-home {
  font-size: 16px;
}
#breadcrumb div.module ul.breadcrumb li .icon-angle-right {
  display: inline-block;
  margin: 0 8px;
}
#breadcrumb div.module ul.breadcrumb li a,
#breadcrumb div.module ul.breadcrumb li span {
  font-size: 89%;
  height: 9px;
  color: #999;
}
#breadcrumb div.module ul.breadcrumb li a:hover,
#breadcrumb div.module ul.breadcrumb li span:hover {
  color: #184a7d;
}
#content #yt_component {
  margin-bottom: 30px;
  min-height: 330px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#yt_spotlight6 {
  background: #e9e9e9;
  padding: 10px 0;
}
#yt_footer {
  background: #666;
}
#yt_footer #yt_copyrightposition {
  margin: 30px 0;
  color: #ccc;
  text-align: center;
}
#yt_footer #yt_copyrightposition a {
  color: #fff;
}
#yt_footer #yt_copyrightposition a:hover {
  color: #eee;
}
.homepage #yt_spotlight2,
.homepage #yt_spotlight3,
.homepage #yt_spotlight4,
.homepage #yt_spotlight5 {
  margin-bottom: 50px;
}
.homepage #yt_spotlight1 {
  margin-bottom: 50px;
}
.layout_left-main-right .item-page > .img-fulltext,
.layout_left-right-main .item-page > .img-fulltext,
.layout_main-left-right .item-page > .img-fulltext {
  display: block;
  float: none;
}
.layout_left-main-right div.archive .filter-search #limit,
.layout_left-right-main div.archive .filter-search #limit,
.layout_main-left-right div.archive .filter-search #limit {
  margin: 10px 0;
}
.layout_left-main-right #advanced-search-toggle,
.layout_left-right-main #advanced-search-toggle,
.layout_main-left-right #advanced-search-toggle {
  margin: 10px 0;
}
.layout_left-main-right .blog .sub-category .heading-category,
.layout_left-right-main .blog .sub-category .heading-category,
.layout_main-left-right .blog .sub-category .heading-category {
  float: none;
  margin: 0 0 10px;
}
.layout_left-main-right .tabs div.yt-lightbox a img,
.layout_left-right-main .tabs div.yt-lightbox a img,
.layout_main-left-right .tabs div.yt-lightbox a img {
  width: 100%;
}
.layout_left-right-main .nogroup-left #content_right {
  margin: 0;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1170px;
}
@media (max-width: 1024px) {
  #bd {
    width: 1190px;
  }
  #bd #yt-responivemenu {
    display: none !important;
  }
}
a {
  color: #184a7d;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
  font-size: 14px;
  line-height: 100%;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 2em 1em 0;
}
div.img_caption.right {
  margin: 0 0 1em 2em;
}
div.img_caption p.img_caption {
  font-size: 89%;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank {
  list-style: none;
  margin: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #184a7d;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #184a7d;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
select {
  padding: 5px 6px;
  border-color: #DDDDDD;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.inputbox:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
.btn:focus {
  outline: 0 none;
  box-shadow: none;
  border-color: #DDDDDD;
}
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 5000%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 4px 6px;
  border-color: #ddd;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-family: inherit;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.form-horizontal .control-label {
  text-align: left;
}
.btn {
  font-size: 12px;
}
.button,
button {
  background: #184a7d;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.button:hover,
button:hover {
  background: #444444;
  color: #fff;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.collapse {
  overflow: hidden;
}
.form-inline .disabled .icon-search {
  vertical-align: 1px;
  margin-right: 5px;
}
.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;
  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: #444444 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
#jform_articletext {
  visibility: visible !important;
}
.categories-list {
  clear: both;
}
.categories-list > div,
.categories-list li {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.categories-list > div h3.page-header,
.categories-list li h3.page-header {
  border-bottom: none;
  margin: 0;
}
.categories-list > div h3.page-header .btn [class^="icon-"],
.categories-list li h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
.categories-list > div h3.page-header .badge,
.categories-list li h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
}
.categories-list > div.last,
.categories-list li.last {
  margin: 0;
  border: none;
}
.categories-list ul {
  position: relative;
  margin: 0;
}
.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
.categories-list ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
.blog .sub-category {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog .sub-category .heading-category {
  font-size: 350%;
  float: left;
  margin: 0;
  line-height: 100%;
  margin-right: 20px;
  color: #444;
}
.blog .sub-category .category-desc {
  overflow: hidden;
  font-size: 91%;
  padding: 0 20px;
  border-left: 4px solid #e9e9e9;
  color: #999;
  min-height: 50px;
}
.blog .sub-category .category-desc p {
  margin: 0;
}
.blog .items-leading {
  overflow: hidden;
}
.blog .items-leading.cols-2 .item,
.blog .items-leading.cols-3 .item,
.blog .items-leading.cols-4 .item {
  padding-top: 0;
}
.blog .items-leading .item {
  padding: 25px 0;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  text-align: center;
  width: auto;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 8px;
}
.blog .items-leading .item .item-image .image-overlay {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog .items-leading .item .item-image img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  top: 0;
}
.blog .items-leading .item .item-image.pull-right {
  margin-left: 30px;
}
.blog .items-leading .item .item-image.pull-left {
  margin-right: 30px;
}
.blog .items-leading .item .item-image .hover-links {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog .items-leading .item .item-image .hover-links a {
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-leading .item .item-image .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #00b59b;
}
.blog .items-leading .item .item-image .hover-links a.hover-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #184a7d;
}
.blog .items-leading .item .item-image .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-leading .item .article-text {
  overflow: hidden;
}
.blog .items-leading .item .article-text .create {
  font-size: 89%;
  color: #999;
}
.blog .items-leading .item .article-text .create i {
  font-size: 12px;
}
.blog .items-leading .item .article-text .page-header {
  margin: 5px 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-size: 210%;
  margin: 0;
  line-height: 30px;
}
.blog .items-leading .item .article-text .page-header h2 a {
  color: #444444;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #184a7d;
}
.blog .items-leading .item .article-text .item-headinfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.blog .items-leading .item .article-text .item-headinfo .content_rating {
  font-size: 89%;
  color: #999;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 24px;
  margin: 0;
  color: #999;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd i {
  font-size: 12px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd:before {
  content: "/";
  margin: 0 5px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd:first-child:before {
  content: "";
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #184a7d;
  padding: 4px 7px;
}
.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: #fff;
  background: #444444;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image,
.blog .items-leading .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: inline-block;
}
.blog .items-leading .item.span6 .article-text,
.blog .items-leading .item.span4 .article-text,
.blog .items-leading .item.span3 .article-text {
  display: block;
}
.blog .items-leading .item.span6 .article-text .item-headinfo dl.article-info dd.createdby,
.blog .items-leading .item.span4 .article-text .item-headinfo dl.article-info dd.createdby,
.blog .items-leading .item.span3 .article-text .item-headinfo dl.article-info dd.createdby {
  display: none;
}
.blog .items-leading .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-leading .item:hover .article-text .page-header h2 a {
  color: #184a7d;
}
.blog .items-leading .item:hover .item-image {
  border-color: #ddd;
}
.blog .items-leading .item:hover .item-image img {
  top: -38px;
}
.blog .items-leading .item:hover .item-image .hover-links {
  bottom: 0;
}
.blog .items-leading .item:hover .item-image .hover-links a.hover-zoom:hover,
.blog .items-leading .item:hover .item-image .hover-links a.hover-link:hover {
  background: #666;
}
.blog .items-row .item {
  padding: 25px 0;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  text-align: center;
  width: auto;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 8px;
}
.blog .items-row .item .item-image .image-overlay {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog .items-row .item .item-image img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  top: 0;
  width: 100%!important;
}
.blog .items-row .item .item-image.pull-right {
  margin-left: 30px;
}
.blog .items-row .item .item-image.pull-left {
  margin-right: 30px;
}
.blog .items-row .item .item-image .hover-links {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog .items-row .item .item-image .hover-links a {
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .items-row .item .item-image .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #C00;
}
.blog .items-row .item .item-image .hover-links a.hover-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #184a7d;
}
.blog .items-row .item .item-image .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog .items-row .item .article-text {
  overflow: hidden;
}
.blog .items-row .item .article-text .create {
  font-size: 89%;
  color: #999;
}
.blog .items-row .item .article-text .create i {
  font-size: 12px;
}
.blog .items-row .item .article-text .page-header {
  margin: 5px 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-size: 210%;
  margin: 0;
  line-height: 30px;
}
.blog .items-row .item .article-text .page-header h2 a {
  color: #444444;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #184a7d;
}
.blog .items-row .item .article-text .item-headinfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.blog .items-row .item .article-text .item-headinfo .content_rating {
  font-size: 89%;
  color: #999;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 24px;
  margin: 0;
  color: #999;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd i {
  font-size: 12px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd:before {
  content: "/";
  margin: 0 5px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd:first-child:before {
  content: "";
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #184a7d;
  padding: 4px 7px;
}
.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: #fff;
  background: #444444;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image,
.blog .items-row .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: inline-block;
}
.blog .items-row .item.span6 .article-text,
.blog .items-row .item.span4 .article-text,
.blog .items-row .item.span3 .article-text {
  display: block;
}
.blog .items-row .item.span6 .article-text .item-headinfo dl.article-info dd.createdby,
.blog .items-row .item.span4 .article-text .item-headinfo dl.article-info dd.createdby,
.blog .items-row .item.span3 .article-text .item-headinfo dl.article-info dd.createdby {
  display: none;
}
.blog .items-row .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-row .item:hover .article-text .page-header h2 a {
  color: #184a7d;
}
.blog .items-row .item:hover .item-image {
  border-color: #ddd;
}
.blog .items-row .item:hover .item-image img {
  top: -38px;
  width: 100%!important;
}
.blog .items-row .item:hover .item-image .hover-links {
  bottom: 0;
}
.blog .items-row .item:hover .item-image .hover-links a.hover-zoom:hover,
.blog .items-row .item:hover .item-image .hover-links a.hover-link:hover {
  background: #666;
}
body.homepage .blog-featured .items-leading {
  padding: 0;
  border: none;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title {
  font-size: 150%;
  font-weight: normal;
}
body.homepage .blog-featured .items-leading .article-text h2.item-title a {
  color: #444444;
}
.blog-featured .items-leading .item {
  padding: 0 0 10px 0;
  padding: 25px 0;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  text-align: center;
  width: auto;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 8px;
}
.blog-featured .items-leading .item .item-image .image-overlay {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog-featured .items-leading .item .item-image img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  top: 0;
}
.blog-featured .items-leading .item .item-image.pull-right {
  margin-left: 30px;
}
.blog-featured .items-leading .item .item-image.pull-left {
  margin-right: 30px;
}
.blog-featured .items-leading .item .item-image .hover-links {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-featured .items-leading .item .item-image .hover-links a {
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-leading .item .item-image .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #00b59b;
}
.blog-featured .items-leading .item .item-image .hover-links a.hover-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #184a7d;
}
.blog-featured .items-leading .item .item-image .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-leading .item .article-text {
  overflow: hidden;
}
.blog-featured .items-leading .item .article-text .create {
  font-size: 89%;
  color: #999;
}
.blog-featured .items-leading .item .article-text .create i {
  font-size: 12px;
}
.blog-featured .items-leading .item .article-text .page-header {
  margin: 5px 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-size: 210%;
  margin: 0;
  line-height: 30px;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  color: #444444;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #184a7d;
}
.blog-featured .items-leading .item .article-text .item-headinfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.blog-featured .items-leading .item .article-text .item-headinfo .content_rating {
  font-size: 89%;
  color: #999;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 24px;
  margin: 0;
  color: #999;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd i {
  font-size: 12px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd:before {
  content: "/";
  margin: 0 5px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd:first-child:before {
  content: "";
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #184a7d;
  padding: 4px 7px;
}
.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: #fff;
  background: #444444;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image,
.blog-featured .items-leading .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: inline-block;
}
.blog-featured .items-leading .item.span6 .article-text,
.blog-featured .items-leading .item.span4 .article-text,
.blog-featured .items-leading .item.span3 .article-text {
  display: block;
}
.blog-featured .items-leading .item.span6 .article-text .item-headinfo dl.article-info dd.createdby,
.blog-featured .items-leading .item.span4 .article-text .item-headinfo dl.article-info dd.createdby,
.blog-featured .items-leading .item.span3 .article-text .item-headinfo dl.article-info dd.createdby {
  display: none;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-leading .item:hover .article-text .page-header h2 a {
  color: #184a7d;
}
.blog-featured .items-leading .item:hover .item-image {
  border-color: #ddd;
}
.blog-featured .items-leading .item:hover .item-image img {
  top: -38px;
}
.blog-featured .items-leading .item:hover .item-image .hover-links {
  bottom: 0;
}
.blog-featured .items-leading .item:hover .item-image .hover-links a.hover-zoom:hover,
.blog-featured .items-leading .item:hover .item-image .hover-links a.hover-link:hover {
  background: #666;
}
.blog-featured .items-leading .item.leading-0 {
  padding-top: 0;
}
.blog-featured .items-row {
  overflow: hidden;
}
.blog-featured .items-row.row-0 .item {
  padding-top: 0;
}
.blog-featured .items-row .item {
  padding: 0 0 10px 0;
  padding: 25px 0;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  text-align: center;
  width: auto;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 8px;
}
.blog-featured .items-row .item .item-image .image-overlay {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blog-featured .items-row .item .item-image img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  top: 0;
}
.blog-featured .items-row .item .item-image.pull-right {
  margin-left: 30px;
}
.blog-featured .items-row .item .item-image.pull-left {
  margin-right: 30px;
}
.blog-featured .items-row .item .item-image .hover-links {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-featured .items-row .item .item-image .hover-links a {
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-featured .items-row .item .item-image .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #00b59b;
}
.blog-featured .items-row .item .item-image .hover-links a.hover-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #184a7d;
}
.blog-featured .items-row .item .item-image .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.blog-featured .items-row .item .article-text {
  overflow: hidden;
}
.blog-featured .items-row .item .article-text .create {
  font-size: 89%;
  color: #999;
}
.blog-featured .items-row .item .article-text .create i {
  font-size: 12px;
}
.blog-featured .items-row .item .article-text .page-header {
  margin: 5px 0 8px;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-size: 210%;
  margin: 0;
  line-height: 30px;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  color: #444444;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #184a7d;
}
.blog-featured .items-row .item .article-text .item-headinfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.blog-featured .items-row .item .article-text .item-headinfo .content_rating {
  font-size: 89%;
  color: #999;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 24px;
  margin: 0;
  color: #999;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd i {
  font-size: 12px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd:before {
  content: "/";
  margin: 0 5px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd:first-child:before {
  content: "";
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #184a7d;
  padding: 4px 7px;
}
.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: #fff;
  background: #444444;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image,
.blog-featured .items-row .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: inline-block;
}
.blog-featured .items-row .item.span6 .article-text,
.blog-featured .items-row .item.span4 .article-text,
.blog-featured .items-row .item.span3 .article-text {
  display: block;
}
.blog-featured .items-row .item.span6 .article-text .item-headinfo dl.article-info dd.createdby,
.blog-featured .items-row .item.span4 .article-text .item-headinfo dl.article-info dd.createdby,
.blog-featured .items-row .item.span3 .article-text .item-headinfo dl.article-info dd.createdby {
  display: none;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: block;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-row .item:hover .article-text .page-header h2 a {
  color: #184a7d;
}
.blog-featured .items-row .item:hover .item-image {
  border-color: #ddd;
}
.blog-featured .items-row .item:hover .item-image img {
  top: -38px;
}
.blog-featured .items-row .item:hover .item-image .hover-links {
  bottom: 0;
}
.blog-featured .items-row .item:hover .item-image .hover-links a.hover-zoom:hover,
.blog-featured .items-row .item:hover .item-image .hover-links a.hover-link:hover {
  background: #666;
}
.blog-featured .items-row .item.leading-0 {
  padding-top: 0;
}
.blog .items-leading + .items-row .item {
  padding-top: 25px;
}
div.blog .resplc-loadmore .resplc-loadmore-btn,
div.blog-featured .resplc-loadmore .resplc-loadmore-btn {
  background: #184a7d;
  padding: 9px 30px;
  font-size: 126.8%;
  font-weight: bold;
}
div.blog .resplc-loadmore .resplc-loadmore-btn:hover,
div.blog-featured .resplc-loadmore .resplc-loadmore-btn:hover {
  background: #444444;
}
.item-page .page-header {
  margin: 5px 0 8px;
  padding: 0;
  border-bottom: 0;
  margin: 0;
}
.item-page .page-header h2 {
  font-size: 210%;
  margin: 0;
  line-height: 30px;
}
.item-page .page-header h2 a {
  color: #444444;
}
.item-page .page-header h2 a:hover {
  color: #184a7d;
}
.item-page .page-header h2 {
  font-size: 300%;
  margin-bottom: 10px;
  line-height: 100%;
}
.item-page div.article-info {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 20px;
  border: none;
}
.item-page div.article-info .content_rating {
  font-size: 89%;
  color: #999;
}
.item-page div.article-info dl.article-info {
  margin: 0;
}
.item-page div.article-info dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 24px;
  margin: 0;
  color: #999;
}
.item-page div.article-info dl.article-info dd i {
  font-size: 12px;
}
.item-page div.article-info dl.article-info dd:before {
  content: "/";
  margin: 0 5px;
}
.item-page div.article-info dl.article-info dd:first-child:before {
  content: "";
  display: none;
}
.item-page div.article-info ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.item-page div.article-info ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
.item-page div.article-info ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page div.article-info ul.actions li.email-icon a:after {
  content: "\f0e0";
}
.item-page div.article-info ul.actions li.edit-icon a:after {
  content: "\f044";
}
.item-page div.article-info ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #184a7d;
  padding: 4px 7px;
}
.item-page div.article-info ul.actions li a img {
  display: none;
}
.item-page div.article-info ul.actions li a:hover {
  color: #fff;
  background: #444444;
}
.item-page div.article-info dl.article-info dd.create {
  background: none;
  padding: 0;
  color: #A8A8A8;
}
.item-page div.article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page div.article-info .vote-info {
  clear: both;
  display: block;
}
.item-page div.article-info .vote-info form {
  margin: 0;
  display: inline-block;
  margin: 0 10px;
}
.item-page div.article-info .vote-info .content_rating {
  vertical-align: top;
}
.item-page div.article-info .vote-info .content_vote {
  color: #999;
  font-size: 92%;
}
.item-page div.article-info .vote-info .content_vote input[type="radio"] {
  margin: 4px 2px;
}
.item-page div.article-info .vote-info .content_vote .button {
  height: auto;
}
.item-page .img-fulltext {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  text-align: center;
  width: auto;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 8px;
  padding: 0;
  border: none;
}
.item-page .img-fulltext .image-overlay {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
.item-page .img-fulltext img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  top: 0;
}
.item-page .img-fulltext.pull-right {
  margin-left: 30px;
}
.item-page .img-fulltext.pull-left {
  margin-right: 30px;
}
.item-page .img-fulltext .hover-links {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-page .img-fulltext .hover-links a {
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-page .img-fulltext .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #C00;
}
.item-page .img-fulltext .hover-links a.hover-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #184a7d;
}
.item-page .img-fulltext .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
.item-page .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page .img-fulltext.pull-left {
  margin-right: 2em;
}
.item-page .img-fulltext.pull-right {
  margin-left: 2em;
}
.item-page .img-fulltext:hover .image-overlay {
  opacity: 1;
}
.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 {
  padding-bottom: 20px;
  border-bottom: 2px solid #EBEEF1;
}
.item-page ul.related-items li.span6 {
  width: 50%;
  margin: 0 0 10px 0 !important;
}
.item-page ul.related-items li.span6 .img-fulltext {
  margin-bottom: 0;
  margin-right: 1em;
}
.item-page #disqus_thread {
  background: transparent;
  border: none;
  padding: 0;
}
.item-page.edit .formelm-buttons {
  margin: 0 0 1em 0;
}
.item-page.edit .button2-left a.modal {
  position: static;
  border: none;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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;
  margin: 0 15px;
}
.category-list h2 {
  margin: 0;
}
.category-list .cat-items .display-limit select {
  width: auto !important;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.pagination {
  height: auto;
  margin: 20px 0;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.pagination ul li .active {
  color: #fff;
  background: #184a7d;
  border-color: #184a7d;
}
.pagination ul li.active span {
  color: #fff;
  background: #184a7d;
  border-color: #184a7d;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  line-height: 25px;
  padding: 0 12px;
  border: none;
  height: 25px;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  color: #909090;
}
.pagination ul li a:hover {
  color: #fff;
  background: #184a7d;
  border-color: #184a7d;
}
.pagination ul li.prev > *,
.pagination ul li.next > * {
  box-shadow: none !important;
  border-radius: 0;
  color: grayLight;
}
.pagination ul li.prev > *:before {
  content: "\f100";
  font-family: FontAwesome;
  margin: 0 5px;
  display: inline-block;
}
.pagination ul li.next > *:after {
  content: "\f101";
  font-family: FontAwesome;
  margin: 0 5px;
  display: inline-block;
}
.contentpane {
  margin: 10px;
  font-size: 12px;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 10px;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
}
.contentpane .item-page .img-fulltext {
  display: block;
}
.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%;
}
.item-page .tabs .basic-details {
  height: 50px;
  padding: 0 15px;
  background: #444;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
.item-page .tabs .basic-details:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #184a7d transparent transparent #184a7d;
}
.item-page .tabs .basic-details h3 {
  margin: 0;
  line-height: 50px;
}
.item-page .tabs .basic-details h3 a {
  color: #fff;
}
.item-page .tabs .basic-details.open {
  background: #184a7d;
}
.item-page .tabs .basic-details.open:before {
  display: none;
}
.item-page .current .tabs {
  margin: 0;
}
.search #searchForm legend {
  font-size: 18px;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.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 .word .button {
  padding: 4px 15px;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search .advanced-search-tip {
  margin-bottom: 2em;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #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%;
  line-height: 130%;
}
.newsfeed .feed-description {
  background: #eee;
  padding: 10px;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.newsfeed ol li >  a {
  color: #777;
  font-weight: bold;
  font-size: 118.6%;
}
.newsfeed ol li >  a:hover {
  color: #444444;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  color: #184a7d;
  margin-bottom: 20px;
}
h2.subtitle {
  font-size: 130%;
}
.view-login .wrap-login {
  width: 320px;
  margin: 35px auto;
  background: #E9E9E9;
  padding: 20px;
  box-shadow: 5px 5px 0 0 #F3F3F3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: -20px -20px 0;
  background: #007362;
  padding: 15px 20px;
  color: #fff;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
  font-size: 148.6%;
  line-height: 100%;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 17px;
  font-size: 13px;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
  line-height: 137%;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.reset dd,
.remind dd {
  margin: 0;
}
.googleMap p {
  margin: 0;
}
div.contact {
  overflow: hidden;
}
div.contact .panel-left {
  padding-right: 25px;
}
div.contact .contact-image {
  margin-bottom: 1em;
}
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
div.contact textarea,
div.contact input {
  width: 90%;
  border-color: #E0E0E0;
}
div.contact textarea {
  height: 90px;
  width: 97%;
  margin-bottom: 1em;
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  clear: both;
}
.clear-style .modtitle {
  text-align: inherit;
  text-transform: capitalize;
}
.clear-style .modtitle:before {
  display: none;
}
.clear-style .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.clear-style .modtitle span {
  color: inherit;
  padding: 10px 0;
}
.module h3.modtitle {
  font-size: 128.6%;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.module h3.modtitle:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C00;
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 0;
}
.module h3.modtitle .title-inner {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 4;
  padding: 0 20px;
  border-top: 4px solid #184a7d;
}
.module h3.modtitle span {
  color: #444444;
  padding: 10px 0;
  display: block;
}
.module.clear .modtitle {
  text-align: inherit;
  text-transform: capitalize;
}
.module.clear .modtitle:before {
  display: none;
}
.module.clear .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.clear .modtitle span {
  color: inherit;
  padding: 10px 0;
}
.module.box1 .modtitle {
  border: 1px solid #666;
  background: #7f7f7f;
  color: #fff;
  text-align: inherit;
}
.module.box1 .modtitle:before {
  display: none;
}
.module.box1 .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.box1 .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module.box1 .modcontent {
  border: 1px solid #ccc;
  background: transparent;
  padding: 15px;
}
.module.box1 .modtitle {
  border-bottom: none;
}
.module.box1 .modcontent {
  border-top: none;
}
.module.box2 .modtitle {
  border: 1px solid #ccc;
  background: transparent;
  color: #fff;
  text-align: inherit;
}
.module.box2 .modtitle:before {
  display: none;
}
.module.box2 .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.box2 .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module.box2 .modcontent {
  border: 1px solid #ccc;
  background: transparent;
  padding: 15px;
}
.module.box2 .modtitle {
  color: #666;
  margin-bottom: 1px;
  line-height: 22px;
}
.module.box3 .modtitle {
  border: 1px solid #ccc;
  background: transparent;
  color: #fff;
  text-align: inherit;
}
.module.box3 .modtitle:before {
  display: none;
}
.module.box3 .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.box3 .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module.box3 .modcontent {
  border: 1px solid #ccc;
  background: transparent;
  padding: 15px;
}
.module.box3 .modtitle {
  color: #666;
  border-bottom: none;
}
.module.box3 .modcontent {
  border-top: none;
  padding-top: 0;
}
.module.bgcolor1 .modtitle {
  border: 1px solid transparent;
  background: #b9516f;
  color: #fff;
  text-align: inherit;
}
.module.bgcolor1 .modtitle:before {
  display: none;
}
.module.bgcolor1 .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.bgcolor1 .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module.bgcolor1 .modcontent {
  border: 1px solid transparent;
  background: #e7658b;
  padding: 15px;
}
.module.bgcolor1 .modcontent {
  color: #fff;
}
.module.bgcolor1 .modcontent ul {
  margin-left: 15px;
}
.module.bgcolor1 .modcontent a {
  color: #eee;
}
.module.bgcolor1 .modcontent a:hover {
  color: #fff;
}
.module.bgcolor2 .modtitle {
  border: 1px solid transparent;
  background: #97aa3c;
  color: #fff;
  text-align: inherit;
}
.module.bgcolor2 .modtitle:before {
  display: none;
}
.module.bgcolor2 .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.bgcolor2 .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module.bgcolor2 .modcontent {
  border: 1px solid transparent;
  background: #bdd54b;
  padding: 15px;
}
.module.bgcolor2 .modcontent {
  color: #fff;
  border: none;
}
.module.bgcolor2 .modcontent ul {
  margin-left: 15px;
}
.module.bgcolor2 .modcontent a {
  color: #eee;
}
.module.bgcolor2 .modcontent a:hover {
  color: #fff;
}
.module.bgcolor3 .modtitle {
  border: 1px solid transparent;
  background: #C00;
  color: #fff;
  text-align: inherit;
}
.module.bgcolor3 .modtitle:before {
  display: none;
}
.module.bgcolor3 .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.bgcolor3 .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module.bgcolor3 .modcontent {
  border: 1px solid transparent;
  background: #184a7d;
  padding: 15px;
}
.module.bgcolor3 .modcontent {
  color: #fff;
  border: none;
}
.module.bgcolor3 .modcontent ul {
  margin-left: 15px;
}
.module.bgcolor3 .modcontent a {
  color: #eee;
}
.module.bgcolor3 .modcontent a:hover {
  color: #fff;
}
.module.bgcolor4 .modtitle {
  border: 1px solid transparent;
  background: #184a7d;
  color: #fff;
  text-align: inherit;
}
.module.bgcolor4 .modtitle:before {
  display: none;
}
.module.bgcolor4 .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.bgcolor4 .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module.bgcolor4 .modcontent {
  border: 1px solid transparent;
  background: #e9e9e9;
  padding: 15px;
}
.module.bgcolor4 ul {
  margin-left: 15px;
}
.module.badge-hot {
  padding-left: 100px;
  border: 1px solid #ccc;
}
.module.badge-hot .modtitle {
  text-align: inherit;
  text-transform: capitalize;
}
.module.badge-hot .modtitle:before {
  display: none;
}
.module.badge-hot .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.badge-hot .modtitle span {
  color: inherit;
  padding: 10px 0;
}
.module.badge-hot .badges {
  width: 56px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fe2f2f;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.module.badge-hot .badges:before {
  content: "HOT";
  font-weight: bold;
}
.module.badge-new {
  padding-left: 100px;
  border: 1px solid #ccc;
}
.module.badge-new .modtitle {
  text-align: inherit;
  text-transform: capitalize;
}
.module.badge-new .modtitle:before {
  display: none;
}
.module.badge-new .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module.badge-new .modtitle span {
  color: inherit;
  padding: 10px 0;
}
.module.badge-new .badges {
  width: 56px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #6faa12;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.module.badge-new .badges:before {
  content: "NEW";
  font-weight: bold;
}
.module.style-icon h3.modtitle [class^="icon-"],
.module.style-icon h3.modtitle [class*=" icon-"] {
  font-size: 18px;
}
.module._menu .modtitle {
  border: 1px solid transparent;
  background: #184a7d;
  color: #fff;
  text-align: inherit;
}
.module._menu .modtitle:before {
  display: none;
}
.module._menu .modtitle .title-inner {
  background: transparent;
  display: block;
  padding: 0;
  border: none;
}
.module._menu .modtitle span {
  color: inherit;
  padding: 10px 15px;
}
.module._menu .modcontent {
  border: 1px solid transparent;
  background: #e9e9e9;
  padding: 15px;
}
.module._menu div.modcontent {
  padding: 0;
  border: none;
}
.module._menu ul.menu {
  list-style: none;
  margin: 5px 0 10px;
  text-transform: capitalize;
}
.module._menu ul.menu > li {
  padding: 5px 15px;
  margin-bottom: 1px;
}
.module._menu ul.menu > li > a {
  color: #666;
}
.module._menu ul.menu > li > a:hover {
  color: #444444;
}
.module._menu ul.menu > li [class^="icon-"],
.module._menu ul.menu > li [class*=" icon-"] {
  background: #666;
  text-align: center;
  line-height: 27px;
  display: inline-block;
  color: #fff;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  font-size: 13px;
}
.module._menu ul.menu > li:hover,
.module._menu ul.menu > li.active {
  background-color: #00c0a4;
}
.module._menu ul.menu > li:hover a,
.module._menu ul.menu > li.active a {
  color: #fff;
}
.module._menu ul.menu > li.deeper {
  background: #f4f4f4;
}
.module._menu ul.menu > li.deeper > a {
  color: #444444;
}
.module._menu ul.menu > li.deeper ul {
  list-style: none;
  margin: 5px 0 5px 8px;
}
.module._menu ul.menu > li.deeper ul li {
  margin-bottom: 3px;
  color: #666;
  font-size: 12px;
}
.module._menu ul.menu > li.deeper ul li:hover:before {
  color: #184a7d;
}
.module._menu ul.menu > li.deeper ul li:hover li {
  color: #184a7d;
}
.module._menu ul.menu > li.deeper ul li:hover li:hover {
  color: #184a7d;
}
.module._menu ul.menu > li.deeper ul li.active:before {
  color: #184a7d;
}
.module._menu ul.menu > li.deeper ul li.active li {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li.active li:hover {
  color: #184a7d;
}
.module._menu ul.menu > li.deeper ul li.active li.active {
  color: #184a7d;
}
.module._menu ul.menu > li.deeper ul li.active li.active > a {
  color: #184a7d;
}
.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: #184a7d;
}
.module._menu ul.menu > li.deeper ul li.active a {
  color: #184a7d;
}
.module._menu ul.menu > li.deeper ul li a {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li a:hover {
  color: #184a7d;
}
.module.no_iconmenu ul.menu > li [class^="icon"],
.module.no_iconmenu ul.menu > li [class^="icon-"],
.module.no_iconmenu ul.menu > li [class*=" icon-"] {
  display: none;
}
.listDecimal {
  counter-reset: section;
}
.listDecimal li:hover,
.listDecimal li.active {
  color: white;
}
.listDecimal li:before {
  content: counter(section,decimal) ".";
  counter-increment: section;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 0;
  border: 1px solid #ddd;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr td {
  border: 1px solid #ddd;
  padding: 5px 10px;
  color: #666;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #F4F4F4;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
.module.whoOnline .modcontent {
  background: url(../images/variations/mouse.png) no-repeat 10px 20px #E9E9E9;
  padding-left: 50px;
}
.module.titleFont30 .modtitle {
  font-size: 30px;
}
.module.titleFont50 .modtitle {
  font-size: 50px;
}
.module._menu ul.underline li {
  border-top: 1px solid #d8d8d8;
  margin: 0 15px;
  padding: 10px 0;
}
.module._menu ul.underline li:first-child {
  border: none;
}
.module._menu ul.underline li:hover,
.module._menu ul.underline li.active {
  background: transparent;
}
.module._menu ul.underline li:hover i,
.module._menu ul.underline li.active i {
  background: #184a7d;
}
.module._menu ul.underline li:hover a,
.module._menu ul.underline li.active a {
  color: #184a7d;
  display: inline-block;
}
.sj-adv {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #444;
}
.sj-adv img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.sj-adv .clickHere {
  position: absolute;
  left: 50%;
  bottom: -20%;
  z-index: 2;
  padding: 8px 20px;
  margin-left: -51px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
  -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
}
.sj-adv:hover img {
  opacity: 0.5;
}
.sj-adv:hover .clickHere {
  bottom: 45%;
}
.list-caret {
  margin: 0;
  text-align: center;
}
.list-caret li {
  display: inline-block;
  padding: 4px 10px;
  line-height: 20px;
  margin-bottom: 0;
}
.list-caret li {
  padding: 0 10px 0 15px;
  background: url(../images/arrow.png) no-repeat left 9px;
}
.list-caret li:first-child {
  background: transparent;
}
.list-caret li a {
  color: #666;
}
.list-caret li a:hover {
  color: #184a7d;
}
.sj-wellcome {
  text-align: center;
  color: #444;
}
.sj-wellcome h1 {
  font-size: 100px;
  margin: 0 0 10px;
  line-height: 100%;
}
.sj-wellcome h2 {
  font-size: 50px;
  margin: 0 0 50px;
  line-height: 100%;
}
.block-service {
  margin: 1em 0;
}
.block-service .box-service {
  background: #d3d3d3;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: transform 0.25s ease-in 0s;
  -moz-transition: transform 0.25s ease-in 0s;
  -o-transition: transform 0.25s ease-in 0s;
  transition: transform 0.25s ease-in 0s;
}
.block-service .box-service:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -20px;
  width: 90%;
  margin-left: -45%;
  height: 15px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.25),rgba(201,201,201,0) 80%) repeat scroll 0 0 rgba(0,0,0,0);
}
.block-service .box-service:after {
  content: "";
  background: transparent;
  height: 40px;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -40px;
}
.block-service .box-service .service-avatar {
  background: #184a7d;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  min-height: 105px;
  position: relative;
  z-index: 3;
}
.block-service .box-service .service-avatar:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -38px;
  bottom: 0;
  width: 0;
  /*
  border-width: 0 38px 105px 0;
  border-style: solid;
  border-color: transparent transparent #184a7d #184a7d;
  */
}
.block-service .box-service .service-avatar .service-img {
  width: 105px;
  height: 105px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.block-service .box-service .service-avatar img {
  -webkit-transition: all 0.8s cubic-bezier(0.775,-0.575,0.285,1.475) 0s;
  -moz-transition: all 0.8s cubic-bezier(0.775,-0.575,0.285,1.475) 0s;
  -o-transition: all 0.8s cubic-bezier(0.775,-0.575,0.285,1.475) 0s;
  transition: all 0.8s cubic-bezier(0.775,-0.575,0.285,1.475) 0s;
}
.block-service .box-service .service-content {
  width: 77%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 20px 0 50px;
  position: relative;
  z-index: 3;
  padding: 10px 20px 0 20px;
}
.block-service .box-service .service-content h3 {
  margin: 0 0 5px;
}
.block-service .box-service .service-content h3 a {
  color: #666;
  display: block;
  font-size: smaller;
}
.block-service .box-service .service-content p {
  margin-bottom: 0;
}
.block-service .box-service:hover {
  background: #184a7d;
  -webkit-transform: translate(0,-20px) !important;
  -moz-transform: translate(0,-20px) !important;
  -ms-transform: translate(0,-20px) !important;
  -o-transform: translate(0,-20px) !important;
  transform: translate(0,-20px) !important;
}
.block-service .box-service:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.block-service .box-service:hover .service-avatar {
  background: #d3d3d3;
}
.block-service .box-service:hover .service-avatar img {
  margin-top: -105px;
}
.block-service .box-service:hover .service-avatar:after {
  border-color: transparent transparent #d3d3d3 #d3d3d3;
}
.block-service .box-service:hover .service-content {
  color: #fff;
}
.block-service .box-service:hover .service-content a {
  color: #fff;
}
.block-skill {
  text-align: center;
  direction: ltr;
}
.block-skill .box-skill {
  text-align: center;
  direction: ltr;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-skill .box-skill input.animated {
  cursor: default;
  color: #d81920 !important;
}
.block-skill h3 {
  margin: 1em 0;
}
.block-skill p {
  margin-bottom: 50px;
}
.sj-resume {
  overflow: hidden;
  margin-top: 30px;
}
.sj-resume .resume-col1 {
  width: 30%;
}
.sj-resume .resume-col2 {
  width: 70%;
}
.sj-resume .resume-col2 .main-timeline .timeline-head {
  width: 480px;
  text-align: center;
}
.sj-resume .resume-col2 .main-timeline .timeline-head h3.timeline-title {
  padding: 10px 20px;
  background: #184a7d;
  color: #fff;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
}
.sj-resume .resume-col2 .main-timeline .timeline {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  overflow: hidden;
}
.sj-resume .resume-col2 .main-timeline .timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 29%;
  position: absolute;
  z-index: 2;
  top: 0;
  background: url(../images/timeline-dotted.png) repeat-y 0 0;
}
.sj-resume .resume-col2 .main-timeline .timeline .items {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  margin-bottom: 20px;
}
.sj-resume .resume-col2 .main-timeline .timeline .active h3.timeline-l {
  background: #184a7d;
}
.sj-resume .resume-col2 .main-timeline .timeline .active .toggle-box-click {
  border-color: #184a7d;
  background: #184a7d;
  color: #fff;
}
.sj-resume .resume-col2 .main-timeline .timeline .active .toggle-box-click:before {
  content: "\f0d7";
  margin: 0;
  color: #fff;
}
.sj-resume .resume-col2 .main-timeline .timeline .active .timeline-r h3 {
  color: #184a7d;
}
.sj-resume .resume-col2 .main-timeline .timeline .timeline-l {
  width: 17%;
  padding: 10px 20px;
  background: #444444;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sj-resume .resume-col2 .main-timeline .timeline .timeline-l:after {
  content: "";
  width: 99px;
  height: 1px;
  right: -99px;
  position: absolute;
  z-index: 2;
  top: 50%;
  background: #cccccc;
}
.sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 43px;
  left: 220px;
  font-size: 16px;
  margin: -16px -16px 0 0;
  background: #fff;
  color: #cbcbcb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 2px;
}
.sj-resume .resume-col2 .main-timeline .timeline .toggle-box-click:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  color: #184a7d;
  border-color: #184a7d;
}
.sj-resume .resume-col2 .main-timeline .timeline .timeline-r {
  margin-left: 19%;
  width: 64%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  background: url(../images/solid.png) repeat-y 0 0;
}
.sj-resume .resume-col2 .main-timeline .timeline .timeline-r:after {
  content: "";
  width: 16px;
  height: 45px;
  background: url(../images/timeline.png) no-repeat 0 0;
  position: absolute;
  z-index: 2;
  left: -5px;
  top: -15px;
}
.sj-resume .resume-col2 .main-timeline .timeline .timeline-r:before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(../images/timeline.png) no-repeat 0 bottom;
  position: absolute;
  z-index: 2;
  left: -5px;
  bottom: -20px;
}
.sj-resume .resume-col2 .main-timeline .timeline .timeline-r h3 {
  margin-bottom: 0px;
}
.sj-resume .resume-col2 .main-timeline .timeline .timeline-r .toggle-box-content {
  margin-top: 10px;
}
div.bsn-wrap {
  margin: -15px;
}
div.bsn-wrap .item {
  padding: 0;
}
div.bsn-wrap .item .item-inner {
  padding: 15px;
  border-bottom: 1px solid #00c0a4;
}
div.bsn-wrap .item .item-inner .basicnews-desc {
  margin: 0;
}
div.bsn-wrap .item:hover {
  background-color: #00c0a4;
}
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat {
  position: relative;
  z-index: 2;
  background: #444;
  overflow: hidden;
}
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #184a7d transparent transparent #184a7d;
  -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;
}
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #184a7d;
  -webkit-transition: all 0.4s ease 0.3s;
  -moz-transition: all 0.4s ease 0.3s;
  -o-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat:hover:after {
  top: -20px;
}
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat:hover:before {
  left: 0;
}
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat.sel {
  background: #184a7d;
}
.sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat.sel:after {
  display: none;
}
.sj-responsive-listing .item-inner .item-image {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sj-responsive-listing .item-inner .item-more {
  background-color: rgba(69,69,69,0.8);
  bottom: -32%;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sj-responsive-listing .item-inner:hover .item-image {
  -webkit-transform: translate(0,-50px);
  -moz-transform: translate(0,-50px);
  -ms-transform: translate(0,-50px);
  -o-transform: translate(0,-50px);
  transform: translate(0,-50px);
}
.sj-responsive-listing .item-inner:hover .item-more {
  bottom: 0;
  background: #184a7d;
  opacity: 1;
}
.sj-responsive-listing .respl-wrap .respl-loader {
  text-align: center;
}
.sj-responsive-listing .respl-wrap .respl-loader a {
  background: #184a7d;
  color: #fff;
  text-shadow: none;
  padding: 5px 15px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  padding: 5px 25px;
}
.sj-responsive-listing .respl-wrap .respl-loader a:hover {
  background: #444444;
}
div.contact-ajax .el-info-contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
}
div.contact-ajax .el-info-contact .icon-map-marker {
  font-size: 75px;
  width: 60px;
  height: 75px;
}
div.contact-ajax .el-info-contact > div {
  line-height: 25px;
}
div.contact-ajax .el-info-contact > div a {
  color: #fff;
}
div.contact-ajax .ctajax-element .social-networks .network {
  background: #444;
}
div.contact-ajax .ctajax-element .social-networks .network:hover {
  background: #184a7d;
}
div.contact-ajax .ctajax-element .el-map {
  overflow: hidden;
  height: 250px;
  -webkit-transition: height 0.6s ease 0s;
  -moz-transition: height 0.6s ease 0s;
  -o-transition: height 0.6s ease 0s;
  transition: height 0.6s ease 0s;
}
div.contact-ajax .ctajax-element .el-form input,
div.contact-ajax .ctajax-element .el-form textarea {
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
}
div.contact-ajax .ctajax-element .el-form input:focus,
div.contact-ajax .ctajax-element .el-form textarea:focus {
  background: #184a7d;
  color: #fff;
}
div.contact-ajax .ctajax-element .el-form .button {
  height: 50px;
  width: 120px;
  font-size: 126.8%;
  font-weight: bold;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
input:focus:-moz-placeholder,
textarea:focus::-moz-input-placeholder {
  color: #fff;
}
input:focus:-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: #fff;
}
input:focus:input-placeholder,
textarea:focus::input-placeholder {
  color: #fff;
}
#map-toggle {
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  cursor: pointer;
  z-index: 5;
}
#map-toggle i {
  font-size: 18px;
  margin: 0;
}
.link {
  color: #184a7d;
  text-decoration: none;
}
.link:hover {
  color: #444444;
}
.linkReverse {
  color: #444444;
}
.linkReverse:hover {
  color: #184a7d;
}
.linkGraylight {
  color: #fff !important;
}
.linkGraylight:hover {
  color: #eee !important;
}
.linkGray {
  color: #666;
}
.linkGray:hover {
  color: #184a7d;
}
.linkGraylighter {
  color: #eee;
}
.linkGraylighter:hover {
  color: #fff;
}
.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;
}
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: 10px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 128.6%;
}
.thumbnail.pull-left {
  margin: 0 1em 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 1em 10px;
}
.thumbnail.clear {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.icon.pull-left {
  margin: 0 1em 0 0;
}
.icon.pull-right {
  margin: 0 0 0 1em;
}
.bgcolor2 {
  background: #ff6825;
}
.bgcolor5 {
  background: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-effect img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.img-effect .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-effect .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.img-effect .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.img-effect:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.img-effect:hover .image-overlay {
  opacity: 1;
}
.img-effect:hover .hoverLink:hover i {
  background-color: #444444;
}
.toRightFromLeft 49% {
  margin-left: -74px;
}
.toRightFromLeft 50% {
  opacity: 0;
  margin-left: -74px;
}
.toRightFromLeft 51% {
  opacity: 1;
  margin-left: 0px;
}
@-webkit-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@-moz-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@-ms-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@-o-keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes some-animation {
  49% {
    margin-left: -74px;
  }
  50% {
    opacity: 0;
    margin-left: -74px;
  }
  51% {
    opacity: 1;
    margin-left: 0px;
  }
}
#flip-scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  background: #666666;
  border-radius: 0;
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 0;
  font-size: 13px;
  border-left: 0;
  padding: 7px 10px 5px;
  min-height: 27px;
}
#flip-scroll td {
  display: block;
  padding: 7px 10px 5px;
  min-height: 26px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll .bs-docs-example th {
  min-height: 30px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 4px 10px;
  line-height: 20px;
  margin-bottom: 0;
}
.listunderline {
  list-style: none;
  margin: 0;
}
.listunderline li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
.table_blank {
  background: transparent;
}
.table_blank h3.modtitle {
  background: none;
  border: none;
}
.table_blank .modcontent {
  background: none;
  border: none;
}
.table_clear {
  background: transparent;
}
.table_clear h3.modtitle {
  background: none;
  border: none;
}
.table_clear .modcontent {
  background: none;
  border: none;
}
.table_clear h3.modtitle {
  padding: 0;
  margin-bottom: 10px;
}
.table_clear .modcontent {
  padding: 0;
}
table.calendar {
  width: 100%;
}
table.calendar tr td {
  padding: 4px;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
  background-color: #184a7d;
  border: none;
  color: #fff;
  text-align: center;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  font-size: 14px;
}
table.calendar tr td.calendarCurrentMonth {
  font-size: 130%;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
  color: #fff;
}
table.calendar tr td.calendarToday {
  background: #184a7d;
}
#filter .blur img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(2px);
}
#filter .grayScale img {
  filter: url(../images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
#filter .disgrayscale img {
  filter: url(../images/css_blur.svg#disgrayscale);
  -webkit-filter: grayscale(0%);
}
.placeholder input::-webkit-input-placeholder {
  color: #999;
}
.placeholder input::-moz-placeholder {
  color: #999;
}
.placeholder input:-ms-input-placeholder {
  color: #999;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.rtl .pull-left[class^="icon-"],
.rtl .pull-left[class*=" icon-"] {
  margin: 0 0 0 10px;
}
.rtl .thumbnail.pull-left {
  margin: 0 0 10px 1em;
}
.rtl .thumbnail.pull-right {
  margin: 0 1em 10px 0;
}
.rtl .img-effect .hoverLink .icon-img {
  background: url(../images/rtl/arrow-right-img.png) no-repeat 6px center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
}
h1 {
  font-size: 200%;
  line-height: 185%;
}
h2 {
  font-size: 160%;
  line-height: 160%;
}
h3 {
  font-size: 130%;
  line-height: 140%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
.text-success {
  color: #468847;
}
.text-warning {
  color: #C09853;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
}
#yt_menuposition {
  position: relative;
  z-index: 1;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#yt_menuposition ul.navi .effect {
  position: absolute;
  top: -6px;
  height: 96px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background-color: rgba(255,255,255,0.2);
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  margin-right: 1px;
  position: relative;
  padding: 0;
  position: relative;
  z-index: 2;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  margin: 0;
  padding: 18px 35px 19px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#yt_menuposition ul.navi > li.level1 > .item-link i {
  font-size: 24px;
  width: auto;
  display: block;
  margin: 3px 0 2px;
}
#yt_menuposition ul.navi > li.level1 > .item-link i.icon-envelope {
  margin-top: 1px;
  margin-bottom: 4px;
}
#yt_menuposition ul.navi > li.level1 > .item-link .menu-icon {
  height: 24px;
  margin: 0px 0px 5px 0px;
  display: block;
}
#yt_menuposition ul.navi > li.level1.havechild:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  display: none;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_menuposition ul.navi > li.level1 .showdesc span.menu-desc {
  display: block;
  font-size: 11px;
  color: #999;
  line-height: 100%;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc {
  line-height: 19px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon img {
  min-width: 16px;
}
#yt_menuposition ul.navi > li.level1 .showicon.showdesc span.menu-icon .menu-title {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#yt_menuposition ul.navi > li.level1.menuRss {
  float: right !important;
  background: transparent !important;
  border: none !important;
}
#yt_menuposition ul.navi > li.level1.menuRss a {
  width: 38px;
  height: 38px;
  padding: 0 !important;
  margin: 10px 0;
  background: #184a7d;
  line-height: 20px;
  color: #fff;
  text-indent: 100%;
  overflow: hidden;
}
#yt_menuposition ul.navi > li.level1.menuRss a i {
  float: left;
  text-indent: 0;
  margin: 9px 11px;
  font-size: 20px;
}
#yt_menuposition ul.navi > li.level1.menuRss a:hover,
#yt_menuposition ul.navi > li.level1.menuRss a.active {
  background: #444444;
  padding: 0;
}
#yt_menuposition ul.navi > li.level1:hover,
#yt_menuposition ul.navi > li.level1.hover {
  color: #fff;
  background: #cc0000;
}
#yt_menuposition ul.navi > li.level1:hover.havechild:before,
#yt_menuposition ul.navi > li.level1.hover.havechild:before {
  display: block;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link,
#yt_menuposition ul.navi > li.level1.hover >.item-link {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover >.item-link .menu-desc,
#yt_menuposition ul.navi > li.level1.hover >.item-link .menu-desc {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1: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: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition ul.navi ul.subnavi {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 0 0 rgba(0,0,0,0.1) inset;
}
#yt_menuposition ul.navi ul.subnavi:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
#yt_menuposition ul.navi ul.subnavi li {
  position: relative;
  padding: 1px 0;
}
#yt_menuposition ul.navi ul.subnavi li.first {
  border-top: none;
}
#yt_menuposition ul.navi ul.subnavi li .item-link {
  display: block;
  margin: 0;
  padding: 6px 12px 6px 22px;
  color: #666;
  font-size: 100%;
  text-transform: capitalize;
  line-height: 22px;
}
#yt_menuposition ul.navi ul.subnavi li .item-link:after {
  font-family: 'FontAwesome';
  color: #999;
  content: "\f105";
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.subnavi li .item-link .menu-title {
  display: inline-block;
}
#yt_menuposition ul.navi ul.subnavi li.havechild:after {
  content: "\f0da";
  color: #ddd;
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 5;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#yt_menuposition ul.navi ul.subnavi li:hover.havechild:after,
#yt_menuposition ul.navi ul.subnavi li.hover.havechild:after,
#yt_menuposition ul.navi ul.subnavi li.active.havechild:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.subnavi li:hover .item-link,
#yt_menuposition ul.navi ul.subnavi li.hover .item-link,
#yt_menuposition ul.navi ul.subnavi li.active .item-link {
  color: #fff;
  background-color: #184a7d;
}
#yt_menuposition ul.navi ul.subnavi li:hover .item-link:after,
#yt_menuposition ul.navi ul.subnavi li.hover .item-link:after,
#yt_menuposition ul.navi ul.subnavi li.active .item-link:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.subnavi li:hover .item-link .menu-desc,
#yt_menuposition ul.navi ul.subnavi li.hover .item-link .menu-desc,
#yt_menuposition ul.navi ul.subnavi li.active .item-link .menu-desc {
  color: #fff;
}
#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,
#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 ul {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li .item-link {
  background: transparent;
  color: #666;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li .item-link:after {
  color: #999;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li .item-link .menu-desc {
  color: #999;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li.active > .item-link {
  background-color: #184a7d;
  color: #fff;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li:hover > .item-link:after,
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li.hover > .item-link:after,
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li.active > .item-link:after {
  color: #fff;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li:hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li.hover > .item-link .menu-desc,
#yt_menuposition ul.navi ul.subnavi ul.subnavi  li.active > .item-link .menu-desc {
  color: #fff;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  position: relative;
  bottom: 40px;
  float: right;
  right: 10px;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 99%;
  padding: 5px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2.havechild:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #meganavigator li.level1 .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 0 0 rgba(0,0,0,0.1) inset;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-content {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-content-inner {
  display: table;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  display: table-cell;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.one div.mega-module {
  padding: 10px 12px;
  overflow: hidden;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  padding: 0 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e9e9e9;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more > ul.subnavi {
  box-shadow: none;
  width: auto;
  background: transparent;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.last {
  padding-right: 20px;
  border: none;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more.first {
  padding-left: 20px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title {
  margin: 0 -20px 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #e9e9e9;
  min-height: 26px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  font-size: 126.8%;
  padding: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .item-link .menu-title {
  line-height: 100%;
  color: #666;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-desc {
  font-family: "arial";
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
  color: #666;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content > ul {
  position: static;
  width: auto;
  padding: 0;
}
#yt_menuposition #meganavigator li.level1 .mega-content .mega-col .mega-group div.mega-group-content ul.list-caret {
  width: 100%;
}
#yt_menuposition #meganavigator li.level1 .mega-content.menu .mega-col.more {
  margin: 0;
  padding: 0 1px !important;
  border: none !important;
}
#yt_menuposition #meganavigator li.level1 .mega-content.menu .mega-col.more.last {
  padding-right: 0 !important;
}
#yt_menuposition #meganavigator li.level1 .mega-content.menu .mega-col.more.first {
  padding-left: 0 !important;
}
#yt_menuposition #yt-responivemenu {
  width: 100%;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #007d6b;
  padding: 6px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  height: 43px;
  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 0 0 5px;
  font-size: 26px;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #184a7d;
}
#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;
  margin: 0;
  height: 35px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu {
  margin: 1px 0 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #e0e0e0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #555;
  margin: 0 0 1px;
  padding: 5px 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: #184a7d;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #444444;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #111111;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 35px;
  line-height: 35px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #444444;
}
#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 li {
  background: transparent;
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #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: #444444;
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 55;
}
.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: #184a7d;
}
.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.navirtl > li.level1 {
  float: right;
  margin: 0 0 0 1px;
}
.rtl #yt_menuposition ul.navirtl > li.level1.menuRss {
  float: left !important;
}
.rtl #yt_menuposition ul.navirtl > li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl > li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl > li.level1.level1.last ul.level2 {
  right: -102%;
}
.rtl #yt_menuposition ul.navirtl ul {
  right: auto;
  left: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li.havechild:after {
  right: auto;
  left: 10px;
  content: "\f0d9";
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link {
  padding: 6px 22px 6px 12px;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link:after {
  right: 10px;
  left: auto;
  content: "\f104";
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .showdesc {
  text-align: right;
}
.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 {
  right: auto;
  left: 100%;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi ul.subnavi  li .item-link {
  padding: 6px 20px 6px 12px;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col.more {
  border: none;
  border-left: 1px solid #e3e4e6;
}
@media (min-width: 320px) and (max-width: 979px) {
  #yt_menuwrap #yt-responivemenu {
    display: block;
  }
  div.yt-off-sideresmenu {
    display: block;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .on-sidebar-resmenu #yt_wrapper .yt-off-sideresmenu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.fontsize_l {
  font-size: 18px;
  font-weight: 400;
}
.g-underline {
  font-size: 180%;
  font-weight: 400;
}
.b-block:after,
.b-block:before {
  clear: both;
  display: table;
  content: "";
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
}
ul.c-step:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #DEDEDE;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
ul.c-step li {
  list-style: none;
  margin: 0 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: #00c5a8;
  background-image: -moz-linear-gradient(top,#00d9ba,#184a7d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d9ba),to(#184a7d));
  background-image: -webkit-linear-gradient(top,#00d9ba,#184a7d);
  background-image: -o-linear-gradient(top,#00d9ba,#184a7d);
  background-image: linear-gradient(to bottom,#00d9ba,#184a7d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d9b9', endColorstr='#ff184a7d', GradientType=0);
}
ul.c-step li.active h3 {
  color: #184a7d;
}
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: 28px;
  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*="col-lg"] {
  margin-bottom: 30px;
}
div.g-pageteam .b-ourteam [class*="col-lg"] .h-title {
  margin: 0;
  font-size: 18px;
  line-height: 110%;
}
div.g-pageteam .b-ourteam [class*="col-lg"] .member {
  color: #999;
  margin: 5px 0;
  font-size: 90%;
}
div.g-pageteam .b-ourteam [class*="col-lg"] .b-social div.yt-socialbt {
  margin-right: 5px;
}
#g-pageservices .fa {
  background: #666;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #ddd;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#g-pageservices article {
  overflow: hidden;
}
#g-pageservices article h3 {
  font-size: 130%;
}
#g-pageservices article a.detail {
  font-size: 13px;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #184a7d;
  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;
  background: #444444;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
#g-pagecolumn hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 4em 0;
  float: left;
  width: 100%;
}
#g-pageportfolio [class*="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;
  z-index: 1;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: 1px solid #fff;
  position: relative;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #222 inset;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-pageportfolio [class*="span"] .port-item-img .icon-plus-sign {
  font-size: 4px;
  color: #eee;
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 10;
  margin: 0 0 -19px -22px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0;
}
#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;
}
#g-pageportfolio [class*="span"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
}
#g-pageportfolio [class*="span"] .port-item-content {
  padding: 10px;
  margin: 5px 0 10px;
}
#g-pageportfolio [class*="span"] .port-item-content h4 {
  margin-bottom: 10px;
  font-size: 118%;
}
#g-pageportfolio [class*="span"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #184a7d;
  margin: -3px 5pagewhatnew px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover: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 #ddd;
  padding-bottom: 10px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 30px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  .yt-lightbox {
    float: none !important;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    top: 37%;
  }
  ul.c-step li {
    display: table-cell;
    padding-top: 50px;
  }
  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;
  }
}
.cbp-so-init .sj-wellcome {
  -webkit-transform: translate(0px,150px);
  -moz-transform: translate(0px,150px);
  -ms-transform: translate(0px,150px);
  -o-transform: translate(0px,150px);
  transform: translate(0px,150px);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cbp-so-init .box-service {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cbp-so-init .box-skill {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cbp-so-init .module h3.modtitle:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.cbp-so-init .isotope-item .item-inner {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cbp-so-init .timeline-l {
  -webkit-transform: translate(-150px,0);
  -moz-transform: translate(-150px,0);
  -ms-transform: translate(-150px,0);
  -o-transform: translate(-150px,0);
  transform: translate(-150px,0);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cbp-so-init .timeline-r {
  -webkit-transform: translate(150px,0);
  -moz-transform: translate(150px,0);
  -ms-transform: translate(150px,0);
  -o-transform: translate(150px,0);
  transform: translate(150px,0);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cbp-so-init .ctajax-element {
  -webkit-transform: translate(0px,100px);
  -moz-transform: translate(0px,100px);
  -ms-transform: translate(0px,100px);
  -o-transform: translate(0px,100px);
  transform: translate(0px,100px);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.block-section.cbp-so-animate .sj-wellcome,
.block-section.cbp-so-animate .box-service {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.block-section.cbp-so-animate .box-skill {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.block-section.cbp-so-animate .module h3.modtitle:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.block-section.cbp-so-animate .isotope-item .item-inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.block-section.cbp-so-animate .timeline-l,
.block-section.cbp-so-animate .timeline-r {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.block-section.cbp-so-animate .ctajax-element {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}
.blog .items-row .item .actions li  a,
.blog .items-leading .item .actions li  a,
.blog-featured .items-row .item .actions li  a,
.blog-featured .items-leading .item .actions li  a {
  padding: 0 !important;
}
.blog .items-row .item .actions li  a:after,
.blog .items-leading .item .actions li  a:after,
.blog-featured .items-row .item .actions li  a:after,
.blog-featured .items-leading .item .actions li  a:after {
  content: "" !important;
}
.blog .items-row .item .item-tags,
.blog .items-leading .item .item-tags,
.blog-featured .items-row .item .item-tags,
.blog-featured .items-leading .item .item-tags {
  display: block;
  overflow: hidden;
  color: #999;
}
.blog .items-row .item .item-tags .tags,
.blog .items-leading .item .item-tags .tags,
.blog-featured .items-row .item .item-tags .tags,
.blog-featured .items-leading .item .item-tags .tags {
  display: inline-block;
  font-size: 85.7%;
}
.blog .items-row .item .item-tags .tags span,
.blog .items-leading .item .item-tags .tags span,
.blog-featured .items-row .item .item-tags .tags span,
.blog-featured .items-leading .item .item-tags .tags span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.rtl .blog .items-row .item .item-tags .tags span,
.rtl .blog .items-leading .item .item-tags .tags span,
.rtl .blog-featured .items-row .item .item-tags .tags span,
.rtl .blog-featured .items-leading .item .item-tags .tags span {
  margin: 0 4px 0 0px;
}
.blog .items-row .item .item-tags .tags a,
.blog .items-leading .item .item-tags .tags a,
.blog-featured .items-row .item .item-tags .tags a,
.blog-featured .items-leading .item .item-tags .tags a {
  text-shadow: none;
  display: inline-block;
}
div.categories-list > div h3.page-header {
  margin: 5px 0;
}
div.categories-list > div h3.page-header .icon-plus {
  vertical-align: middle;
}
div.newsfeed .tags {
  margin-bottom: 20px;
}
div.contact .contact-image .tags {
  margin: 1em 0;
}
.btn-toolbar.filters {
  margin: 0 0 15px;
}
.btn-group label.element-invisible {
  margin: 3px 5px;
  vertical-align: middle;
}
.view-article .item-page .article-info {
  padding-bottom: 0;
}
.item-page .article-info dd {
  float: left;
}
.rtl .item-page .article-info dd {
  float: right;
}
.item-page .article-info dd i {
  margin: 0;
}
.item-page .article-info dd .tags {
  margin: 0 15px;
}
.item-page .article-info dd .tags i {
  margin: 0;
}
.item-page .article-info dd .tags a.label {
  background: transparent;
  color: #184a7d;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
}
.item-page .article-info dd .tags a.label:hover {
  background: #184a7d;
  color: #fff;
}
.item-page .article-info .item-tags {
  display: block;
  overflow: hidden;
  color: #999;
}
.rtl .item-page .article-info .item-tags {
  width: 100%;
}
.item-page .article-info .item-tags .tags {
  display: inline-block;
  font-size: 85.7%;
}
.item-page .article-info .item-tags .tags span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.rtl .item-page .article-info .item-tags .tags span {
  margin: 0 4px 0 0px;
}
.item-page .article-info .item-tags .tags a {
  text-shadow: none;
  display: inline-block;
}
.item-page .article-info ul.actions li a {
  padding: 0;
}
.item-page .article-info ul.actions li a:after {
  content: "";
}
.item-page .pull-left.caption {
  margin: 0 2em 1em 0;
}
.rtl .item-page .pull-left.caption {
  margin: 0 0 1em 2em;
}
.item-page .tabs .tabs {
  height: 50px;
  padding: 0 15px;
  background: #444;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  z-index: 1;
}
.item-page .tabs .tabs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #184a7d transparent transparent #184a7d;
}
.item-page .tabs .tabs h3 {
  margin: 0;
  line-height: 50px;
}
.item-page .tabs .tabs h3 a {
  color: #fff;
}
.item-page .tabs .tabs.open {
  background: #184a7d;
}
.item-page .tabs .tabs.open:before {
  display: none;
}
.item-page .current .tabs {
  margin: 0;
}
.item-page.edit .media-preview {
  margin: 0;
}
.item-page.edit #editor-xtd-buttons .btn-toolbar {
  margin: 0;
}
.item-page.edit .toggle-editor {
  padding: 15px 0;
}
.item-page.edit .modal {
  position: static;
  margin: 0;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  width: auto;
  box-shadow: none;
}
.item-page.edit .input-small {
  border-color: #ccc;
}
.item-page.edit .icon-eye {
  content: "\f06e";
}
.item-page.edit button,
.item-page.edit input.button {
  height: 32px;
}
div.tag-category > h2 {
  color: #666;
  font-size: 160%;
  font-weight: normal;
  font-family: "Arial";
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
div.tag-category .category-desc {
  margin-bottom: 2em;
}
div.tag-category .form-inline {
  margin: 0;
}
div.tag-category .filters {
  margin: 0 0 20px;
}
div.tag-category .filters input[type="text"],
div.tag-category .filters select {
  margin: 0;
}
div.tag-category ul.items-row li.item {
  padding: 25px 0;
}
div.tag-category ul.items-row li.item .item-image {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  text-align: center;
  width: auto;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 8px;
}
div.tag-category ul.items-row li.item .item-image .image-overlay {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
div.tag-category ul.items-row li.item .item-image img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  top: 0;
}
div.tag-category ul.items-row li.item .item-image.pull-right {
  margin-left: 30px;
}
div.tag-category ul.items-row li.item .item-image.pull-left {
  margin-right: 30px;
}
div.tag-category ul.items-row li.item .item-image .hover-links {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.tag-category ul.items-row li.item .item-image .hover-links a {
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.tag-category ul.items-row li.item .item-image .hover-links a.hover-zoom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #00b59b;
}
div.tag-category ul.items-row li.item .item-image .hover-links a.hover-link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #184a7d;
}
div.tag-category ul.items-row li.item .item-image .hover-links a i {
  margin: 0;
  font-size: 16px;
  color: white;
}
div.tag-category ul.items-row li.item .article-text {
  overflow: hidden;
}
div.tag-category ul.items-row li.item .article-text .create {
  font-size: 89%;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .create i {
  font-size: 12px;
}
div.tag-category ul.items-row li.item .article-text .page-header {
  margin: 5px 0 8px;
  padding: 0;
  border-bottom: 0;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 {
  font-size: 210%;
  margin: 0;
  line-height: 30px;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a {
  color: #444444;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a:hover {
  color: #184a7d;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo .content_rating {
  font-size: 89%;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 85.7%;
  line-height: 24px;
  margin: 0;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd i {
  font-size: 12px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd:before {
  content: "/";
  margin: 0 5px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd:first-child:before {
  content: "";
  display: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
}
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: "\f0e0";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.edit-icon a:after {
  content: "\f044";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #eee;
  font-size: 14px;
  background: #184a7d;
  padding: 4px 7px;
}
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: #fff;
  background: #444444;
}
div.tag-category ul.items-row li.item.span6 .item-image,
div.tag-category ul.items-row li.item.span4 .item-image,
div.tag-category ul.items-row li.item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: inline-block;
}
div.tag-category ul.items-row li.item.span6 .article-text,
div.tag-category ul.items-row li.item.span4 .article-text,
div.tag-category ul.items-row li.item.span3 .article-text {
  display: block;
}
div.tag-category ul.items-row li.item.span6 .article-text .item-headinfo dl.article-info dd.createdby,
div.tag-category ul.items-row li.item.span4 .article-text .item-headinfo dl.article-info dd.createdby,
div.tag-category ul.items-row li.item.span3 .article-text .item-headinfo dl.article-info dd.createdby {
  display: none;
}
div.tag-category ul.items-row li.item.span3 .item-image {
  float: none;
  margin: 0 0 1em !important;
  display: block;
  min-width: inherit !important;
  min-height: inherit !important;
}
div.tag-category ul.items-row li.item:hover .article-text .page-header h2 a {
  color: #184a7d;
}
div.tag-category ul.items-row li.item:hover .item-image {
  border-color: #ddd;
}
div.tag-category ul.items-row li.item:hover .item-image img {
  top: -38px;
}
div.tag-category ul.items-row li.item:hover .item-image .hover-links {
  bottom: 0;
}
div.tag-category ul.items-row li.item:hover .item-image .hover-links a.hover-zoom:hover,
div.tag-category ul.items-row li.item:hover .item-image .hover-links a.hover-link:hover {
  background: #666;
}
div.tag-category ul.items-row li.item:first-child {
  padding-top: 0;
}
div.tag-category ul.thumbnails {
  margin: 0;
}
div.tag-category ul.thumbnails li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
}
div.tag-category ul.thumbnails li h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: normal;
}
div.tag-category ul.thumbnails li h3.page-header .list-hits {
  vertical-align: middle;
}
div.tag-category ul.thumbnails li .caption {
  margin: 0;
}
.lang-block li {
  float: left;
  margin: 0 3px;
  opacity: 0.5;
}
.lang-block li.lang-active {
  opacity: 1;
}
#login-form .input-prepend {
  display: block;
}
#login-form .input-prepend .add-on {
  background: #ddd;
}
#login-form .input-prepend .add-on span {
  margin: 0;
}
#login-form .input-prepend .add-on label {
  display: none;
}
#login-form .input-prepend .input-small {
  border-color: #ccc;
  width: 75%;
}
#login-form ul.list a {
  color: #fff !important;
}
#login-form ul.list a:hover {
  color: #eee !important;
}
.tagspopular ul {
  list-style: none;
  margin: 0;
}
.tagspopular a {
  position: relative;
  background: #666;
  float: left;
  margin: 0 7px 7px 0;
  padding: 3px 15px 5px 22px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tagspopular a:hover {
  background: #184a7d;
  color: #fff;
}
.tagspopular a:hover:before {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
.tagspopular a:hover > span {
  top: -8px;
  background: #007362;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: inset 0 0 2px  rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 2px  rgba(0,0,0,0.3);
  box-shadow: inset 0 0 2px  rgba(0,0,0,0.3);
}
.tagspopular a:focus {
  margin-top: 2px;
  padding: 2px 15px 4px 22px;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
}
.tagspopular a > span {
  width: auto;
  height: 16px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: top 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.selectbox select {
  display: block !important;
}
.selectbox .chzn-container {
  display: none;
}
table.direction-ltr td .btn i {
  vertical-align: -1px;
}
.rtl div.tag-category ul.items-row li.item .item-image {
  margin: 0 0 0 20px;
}
.rtl .tagspopular a {
  float: right;
}
@media (max-width: 767px) {
  div.tag-category ul.items-row li.item .item-image {
    float: none;
    display: inline-block;
    margin: 0 0 10px;
  }
}
.item-page div.article-info ul.actions li.edit-icon a:after {
  content: '';
}
#yt_shorcodes.open ul li.allShortcode {
  background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
  margin: 10px 0;
  width: 100%;
}
#yt_shorcodes.open ul li.allShortcode > a {
  background: none repeat scroll 0 0 #3F81A7;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0 1em;
  padding: 8px;
  text-align: center;
}
#yt_shorcodes.open ul li.allShortcode > a:hover {
  background-color: #6FA8C9;
}
#yt_shorcodes.open ul li.allShortcode:hover {
  background: none;
  box-shadow: none;
}
.view-tag  div.tag-category ul.items-row li.item .article-text .create {
  font-size: 90%;
}
.tagspopular {
  padding: 15px 15px 10px 15px;
}
#cpanel_wrapper {
  width: 310px;
  right: -330px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .selectbox .selecttext {
  top: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  outline-offset: 0px;
}
.visually-hidden {
  display: none;
}
#bd .form-horizontal .control-label {
  text-align: left;
}
.rtl #bd .form-horizontal .control-label {
  text-align: right;
}
.fade.show {
  opacity: 1;
}
.modal-backdrop.fade.show {
  opacity: 0.5;
}
#myLogin {
  background: transparent;
  width: auto;
  top: 150px;
}
#myLogin .modal-content {
  border-radius: 0;
  width: 295px;
}
#myLogin .modal-content .modal-body {
  padding: 0;
}
#myLogin .modal-content .buttonLogin {
  border: none;
}
button[class*=plg_system_webauthn_login_button] {
  max-height: max-content;
  border-radius: 0;
}
button[class*=plg_system_webauthn_login_button] svg {
  vertical-align: -12px;
}
button[class*=plg_system_webauthn_login_button]:hover {
  color: #fff;
}
div.mod-languages ul li.lang-active {
  background-color: transparent;
}
.search_top.open .search .form-search .finder .search-query {
  width: 100%;
  box-shadow: none;
}
.search_top.open .search .form-search .finder button {
  border: none;
}
.mod-finder .awesomplete {
  width: 90%;
}
#slideshow .ri-grid {
  margin: 0 auto;
}
.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}
.rtl #slideshow .ri-grid {
  margin: 0 auto;
}
.rtl .block-service .box-service .service-avatar {
  float: right;
}
.rtl .sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat:before {
  left: auto;
  right: -100%;
}
.rtl .sj-responsive-listing .respl-cats-wrap ul.respl-cats li.respl-cat:hover:before {
  left: auto;
  right: 0;
}
div.sj-responsive-listing .respl-wrap .respl-items .item-readmore {
  margin-top: 0;
}
@media (min-width: 767px) {
  div.sj-responsive-listing .respl-wrap .respl-header {
    float: none;
    margin: 0px 10px 30px 10px;
    text-align: center;
  }
  div.sj-responsive-listing .respl-wrap .respl-header .respl-categories {
    float: none;
  }
  div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats {
    display: inline-block;
    float: none;
  }
  div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat {
    margin: 0 3px;
  }
  div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat a {
    color: white;
    text-decoration: none;
    padding: 13px 25px;
    text-transform: none;
    font-weight: bold;
    position: relative;
    z-index: 12;
  }
  div.sj-responsive-listing .respl-item .item-inner {
    overflow: hidden;
  }
  div.sj-responsive-listing .respl-item .item-inner .item-more {
    bottom: -70px;
    top: auto;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  div.sj-responsive-listing .respl-item .item-inner .item-more .more-desc,
  div.sj-responsive-listing .respl-item .item-inner .item-more .more-inner {
    height: auto;
    opacity: 1;
  }
  div.sj-responsive-listing .respl-item .item-inner .item-more .item-title {
    padding: 0 0 5px;
  }
  div.sj-responsive-listing .respl-item .item-inner .item-more .item-title a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
  }
  div.sj-responsive-listing .respl-item .item-inner .item-more .item-title a:hover {
    text-decoration: none;
  }
  div.sj-responsive-listing .respl-item .item-inner .item-more .item-desc {
    color: #fff;
    padding-top: 0;
  }
  div.sj-responsive-listing .respl-item .item-inner:hover .item-more {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  div.sj-responsive-listing .respl-item .item-inner:hover .item-more .more-desc {
    box-shadow: none;
  }
  div.sj-responsive-listing .respl-wrap .respl-loader {
    background-color: transparent;
  }
  div.sj-responsive-listing .respl-wrap .respl-loader a {
    display: inline-block;
  }
  div.sj-responsive-listing .respl-wrap .respl-loader a .loader-label {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  div.sj-responsive-listing .respl-wrap .respl-header {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  div.sj-responsive-listing .respl-cats-wrap {
    display: block;
    margin: 0;
  }
  div.sj-responsive-listing .respl-categories {
    float: none;
    margin: 0;
  }
  div.sj-responsive-listing .respl-categories .cats-curr {
    display: block !important;
    max-width: 100% !important;
  }
}
ul.breadcrumb {
  background-color: transparent;
  margin: 0;
}
ul.breadcrumb li a:hover span {
  color: #fff;
}
ul.breadcrumb > li + li:after {
  content: "\f105";
  padding: 0 8px;
  font-family: fontawesome;
  color: #999;
}
ul.breadcrumb > li.active:after {
  display: none;
}
.rtl ul.breadcrumb > li + li:after {
  content: "\f104";
}
.newsfeed-category .display-limit .inputbox {
  height: 33px;
  margin: 0 5px;
}
.newsfeed-category .display-limit .form-select {
  border-color: #ccc;
}
.newsfeed-category .list-title {
  font-weight: bold;
}
.newsfeed  .com-newsfeeds-newsfeed__items h3 {
  font-size: 20px;
}
.yt-list.type-smallnumber4 > li:before {
  margin: 0 10px 15px 0px !important;
}
div.pagination {
  margin: 0;
  display: block;
}
.pagination ul.pagination li >a span,
.pagination ul.pagination li >span span,
.pagination ul.pagination li >span:hover span,
.pagination ul.pagination li >a:hover span {
  height: auto;
  line-height: 22px;
  padding: 0px 0;
  margin: 0;
  border: none !important;
  background: transparent !important;
}
.item-page .pager ul.pagination li a,
.item-page .pager ul.pagination li span {
  height: auto;
}
.item-page .pager ul.pagination li a span,
.item-page .pager ul.pagination li span span {
  background: transparent !important;
  border: none !important;
  line-height: 20px;
}
.blog-featured .resplc-loadmore,
.blog .resplc-loadmore {
  margin: 0 !important;
  text-align: center;
}
.blog .resplc-loadmore .resplc-loadmore-btn,
.blog-featured .resplc-loadmore .resplc-loadmore-btn {
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.blog .resplc-loadmore .resplc-loadmore-btn:after,
.blog-featured .resplc-loadmore .resplc-loadmore-btn:after {
  content: attr(data-rlc_label);
}
.item-headinfo .create {
  display: none !important;
}
.item-headinfo .category-name:before {
  display: none;
}
.categories-list .com-content-categories__item h3 {
  margin-top: 0;
  font-size: 20px;
}
.com-content-categories__item {
  border: none;
}
.blog .items-row .item .article-info .create i {
  vertical-align: -3px;
}
.blog .items-row .item .article-text .article-header h3 {
  font-size: 210%;
  margin: 5px 0 8px;
  line-height: 30px;
}
.blog .items-row .item .article-text .article-header h3 a {
  color: #444444;
}
.blog .items-row .item .article-text .article-header h3 a:hover {
  color: #184a7d;
}
.item-page div.article-info dl.article-info dd.create:before {
  display: none;
}
.view-article .item-page .article-info {
  overflow: hidden;
}
.com-content-article__body {
  clear: both;
}
.item-page .article-index {
  float: right;
}
.item-page .article-index ul.nav {
  border: solid 1px #ccc;
  border-radius: 0px;
  overflow: hidden;
}
.item-page .article-index ul.nav li {
  border-bottom: solid 1px #ccc;
}
.item-page .article-index ul.nav li:last-child {
  border-bottom: none;
}
.item-page ul.related-items li h3.related-item-title {
  margin-top: 0px;
  font-size: 14px;
}
.item-page ul.related-items {
  margin: 0 -10px;
  overflow: hidden;
}
.item-page ul.related-items li {
  padding: 0 10px;
  margin: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  text-transform: none;
}
div.tag-category ul.items-row li.item {
  overflow: hidden;
}
.category-list h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  color: #000;
  padding: 0px 0px 15px;
}
.category-list h1:after {
  display: block;
  height: 1px;
  width: 50px;
  background: #184a7d;
  content: "";
  margin-top: 7px;
}
.category-list table.category thead {
  background: none;
}
.category-list table.category thead th {
  background: none;
  font-size: 16px;
  border-bottom: none;
}
.category-list table.category thead th a {
  color: #184a7d;
}
.category-list .com-content-category__pagination {
  margin-bottom: 10px;
}
.search #searchForm .phrases-box {
  margin: 0;
}
.search #searchForm .phrases-box .controls .form-check label {
  padding: 0 10px;
}
.search #searchForm .form-check-input {
  vertical-align: -1px;
}
.com-finder input.form-control {
  width: 200px !important;
}
.element-invisible {
  display: none;
}
.pagenavigation {
  overflow: hidden;
}
.pagenavigation ul.pagination {
  display: block;
}
.pagenavigation ul.pagination li {
  margin: 0;
}
.pagenavigation ul.pagination li a {
  position: relative;
  background-color: #eee;
  border-radius: 0 !important;
  padding: 5px 10px;
  display: inline-block;
}
.pagenavigation ul.pagination li a .visually-hidden {
  position: absolute;
  top: -100%;
  opacity: 0;
  display: none;
}
.pagenavigation ul.pagination li a .icon-chevron-left,
.pagenavigation ul.pagination li a .icon-chevron-right {
  display: none;
}
.pagenavigation ul.pagination li a span {
  background: transparent !important;
  border: none !important;
}
.pagenavigation ul.pagination li.next {
  float: right;
}
.pagenavigation ul.pagination li.pre {
  float: left;
}
.rtl .pagenavigation li.next {
  float: left;
}
.rtl .pagenavigation li.pre {
  float: right;
}
.pager ul.pagination li a {
  color: #184a7d;
}
.pager ul.pagination li a:hover {
  color: #444444;
}
.com-contact .com-contact__thumbnail {
  margin-bottom: 20px;
}
.com-contact .com-contact__thumbnail img {
  width: 100%;
}
.com-contact .dl-horizontal dt {
  text-align: left;
}
.com-contact .form-horizontal .control-label {
  text-align: left;
}
.com-contact .btn-primary {
  background-color: #184a7d;
  border: none;
}
.com-contact .btn-primary:hover {
  background-color: #444444;
}
.com-contact .form-horizontal .control-group {
  position: relative;
}
.com-contact .form-horizontal .control-group .form-control-feedback {
  top: 1px;
  width: 100%;
}
.com-contact .form-check-input {
  width: auto;
  margin: 5px 5px 0;
}
.com-contact .control-label {
  width: auto;
}
.com-contact .btn-primary {
  border-radius: 0;
}
.rtl .com-contact .dl-horizontal dt,
.rtl .com-contact .form-horizontal .control-label {
  text-align: right;
}
.form-horizontal .btn [class^="icon-"] {
  margin: 0;
}
.form-horizontal .icon-eye:before {
  content: "\f06e";
  font-family: 'FontAwesome';
}
.form-horizontal .icon-eye-slash:before {
  content: "\f070";
  font-family: 'FontAwesome';
}
.form-horizontal .input-group button {
  height: 36px;
  margin: 0 1px;
  padding: 4px 12px;
}
.form-horizontal .control-label {
  position: relative;
}
.form-horizontal .control-label .form-control-feedback {
  width: 100%;
  top: 3px;
}
.form-horizontal .com-users-login__submit .btn {
  border-radius: 0;
}
.form-horizontal .control-group input[type="text"],
.form-horizontal .control-group input[type="email"] {
  max-width: 250px;
  width: auto;
}
.form-horizontal .input-group .form-control {
  width: auto;
}
.com-users-login__options a {
  display: block;
  border: none;
}
.com-users-login__options a:before {
  content: "\f111";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 5px;
  vertical-align: 2px;
}
button[class*=plg_system_webauthn_login_button] {
  max-height: 100%;
  background-color: #184a7d;
  padding: 0 20px;
}
button[class*=plg_system_webauthn_login_button] svg {
  vertical-align: -12px;
}
button[class*=plg_system_webauthn_login_button]:hover {
  color: #fff;
  background-color: #444444;
}
.com-users-profile__edit-submit .btn-danger {
  height: 30px;
  border-radius: 0;
}
.profile .btn-toolbar {
  margin-top: 0px;
  padding: 20px 0 0;
}
.com-users-reset #user-registration >fieldset >legend,
.com-users-remind #user-registration >fieldset >legend {
  font-size: 16px;
}
.com-users-reset .com-users-remind__submit .btn,
.com-users-remind .com-users-remind__submit .btn {
  border-radius: 0;
}
#member-profile {
  border: none;
  border-radius: 0;
}
#member-profile .btn-primary {
  border-radius: 0 !important;
}
#member-profile .form-select {
  width: 250px;
}
#member-registration fieldset legend {
  display: none;
}
.login .form-horizontal .control-label {
  width: 100%;
}
.login .form-horizontal .controls input {
  width: auto;
}
.page-header h1,
.page-header h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.view-login .wrap-login .page-header h1 {
  color: #fff;
}
.registration .page-header h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.com-users-registration__submit .btn {
  border-radius: 0;
}
.profile-edit .btn {
  padding: 5px 12px;
}
.archive .filter-search {
  padding: 15px;
}
div.archive .filter-search .button {
  padding: 4px 20px;
}
.com-tags__category ul li {
  list-style: none;
}
ul.com-tags-tag__category {
  margin: 0 -15px;
}
ul.com-tags-tag__category.items-row {
  margin: 0;
}
.tag-category h2 {
  font-size: 22px;
}
.tag-category {
  overflow: hidden;
}
.tag-category .page-header {
  font-size: 20px;
}
.tag-category ul.items-row .item {
  padding: 0px 15px;
  border: none;
}
.tag-category ul.items-row .item .article-text .page-header h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}
.tag-category table.category thead tr th {
  border-bottom: none;
}
.tag-category .items-row .item .article-info .create i {
  vertical-align: 0;
}
.com-finder .awesomplete {
  vertical-align: top;
}
.yt-gallery ul li .item-gallery {
  padding: 0 !important;
}
.yt-pricing .style3.column .pricing-basic {
  height: auto;
  border: none;
}
div.yt-pricing .column div.pricing-money {
  border: none !important;
  height: auto !important;
}
.yt-pricing .style3.column .pricing-basic h2 {
  margin: 0 0 12px;
}
.yt-pricing .style3.column .pricing-money h1 {
  margin-top: 0;
}
#page-about .page-about-content .page-about-content-left .about-form .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-form .el-ctajax-form .el-control input[type="submit"] {
  padding: 8px 25px;
  margin-top: 25px;
}
#g-joinnow div.yt-pricing .column .pricing-bottom {
  border-bottom: none;
  padding: 0;
}
#g-joinnow .yt-pricing .style3.column {
  float: none;
}
#g-joinnow div.yt-tabs.style-red ul.nav-tabs li a.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slideout-menu {
  z-index: 9999;
}
div.g-pageteam .b-ourteam {
  margin: 20px 0 0;
}
.module .badges {
  font-size: 0;
}
.module .badges:before {
  font-size: 14px;
}
.module._menu ul.menu > li [class^="icon-"],
.module._menu ul.menu > li [class*=" icon-"] {
  background: transparent;
  text-align: left;
  font-size: 14px;
  width: auto;
  height: auto;
  display: block;
  color: #666;
}
.module._menu ul.menu > li [class^="icon-"]:before,
.module._menu ul.menu > li [class*=" icon-"]:before {
  background: #666;
  text-align: center;
  line-height: 27px;
  display: inline-block;
  color: #fff;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  font-size: 13px;
  margin-right: 5px;
}
.module._menu ul.menu > li [class^="icon-"]:hover:before,
.module._menu ul.menu > li [class*=" icon-"]:hover:before {
  background: #184a7d;
}
.module.no_iconmenu ul.menu > li img,
.module.no_iconmenu ul.menu > li a:before {
  display: none !important;
}
.rtl .module._menu ul.menu > li [class^="icon-"],
.rtl .module._menu ul.menu > li [class*=" icon-"] {
  text-align: right;
}
.rtl .module._menu ul.menu > li [class^="icon-"]:before,
.rtl .module._menu ul.menu > li [class*=" icon-"]:before {
  margin-left: 5px;
  margin-right: 0px;
}
