.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.backtotop {
  background-color: #666;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: #46abd4;
}
.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: #a4020e;
}
#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) #a4020e rgba(0,0,0,0) rgba(0,0,0,0);
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn {
  background: #a4020e;
  border: medium none;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn .fa {
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset .btn:focus .fa {
  display: block;
  float: left;
  margin: 3px 5px 0 0;
}
#cpanel_wrapper #ytcpanel_accordion .cpanel-head .cpanel-reset:hover .btn {
  padding-right: 30px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group {
  border-color: #BCBCBC;
  margin-bottom: 5px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading {
  border: 1px solid #BCBCBC;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F1F1F1));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: -o-linear-gradient(top,#FFFFFF,#F1F1F1);
  background-image: linear-gradient(to bottom,#FFFFFF,#F1F1F1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  margin: -1px;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .label {
  float: right;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 6px 10px;
  font-weight: bold;
  color: #555;
  font-size: 13px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading .accordion-toggle i {
  float: left;
  font-size: 14px;
  color: #999;
  margin: 3px 5px 0 0;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading:hover {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#e0e0e0));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: -o-linear-gradient(top,#f5f5f5,#e0e0e0);
  background-image: linear-gradient(to bottom,#f5f5f5,#e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active {
  background: #777;
  border-color: #777;
  box-shadow: none;
  background-color: #8b8b8b;
  background-image: -moz-linear-gradient(top,#999,#777);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#777));
  background-image: -webkit-linear-gradient(top,#999,#777);
  background-image: -o-linear-gradient(top,#999,#777);
  background-image: linear-gradient(to bottom,#999,#777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff777777', GradientType=0);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .fa-plus-square-o:before {
  content: "\f147";
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .accordion-heading.active .accordion-toggle i {
  color: #fff;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse:before {
  content: "";
  position: absolute;
  border-width: 8px 8px 0;
  left: 20px;
  top: -2px;
  border-style: solid;
  border-color: #777 rgba(0,0,0,0) rgba(0,0,0,0);
  display: none;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse.in:before {
  display: block;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner {
  border: none;
  padding: 8px;
  padding-top: 15px;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear {
  margin: 0 0 6px;
  padding: 15px 0 0;
  font-size: 100%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner h4.clear span {
  padding: 1px 5px;
  line-height: 15px;
  border-left: 2px solid #999;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .fs-desc {
  line-height: 11px;
  color: #838383;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color {
  width: 38px;
  height: 25px;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow:  0 -1px 8px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 2px rgba(0, 0, 0, 0.38), 0 0 #BBBBBB, 0 3px 2px rgba(0, 0, 0, 0.25);
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cpanel-theme-color .theme-color.active {
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.footer-backgroud-image,
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item.header-backgroud-image {
  width: 64%;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item input.miniColors {
  margin: 0 -1px 0 0 !important;
  border-color: #ccc;
  width: 55px !important;
  border-radius: 3px 0 0 3px !important;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern {
  height: 22px;
  width: 30px;
  float: left;
  text-indent: -999em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}
#cpanel_wrapper #ytcpanel_accordion .accordion-group .collapse .accordion-inner .cp-item .pattern.active {
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #eee;
}
.selectbox {
  width: 95%;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 0;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectbox:hover {
  border-color: #999;
}
.selectbox select {
  z-index: 10;
  padding: 0;
  width: 99%;
  height: 22px;
  margin: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
.selectbox .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
}
.selectbox .select-arrow {
  background: url(../images/shortcode/dk_arrows.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 26px;
  top: 0;
  right: 0;
}
.yt-sticky {
  position: relative;
  z-index: 80;
}
.yt-sticky .module {
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  border: none;
}
.yt-sticky .module .module-inner1 {
  position: relative;
}
.yt-sticky .module .module-inner1 .module-inner2 {
  margin: 6px;
}
.yt-sticky .module .module-inner1 .module-inner2 .module-inner3 {
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.btn-special {
  height: 45px;
  width: 45px;
  background-color: #6b82a2;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-align: center;
}
.btn-special span {
  font-size: 20px;
  line-height: 36px;
  width: 24px;
  margin: 0 4px 0 8px;
}
.btn-special:hover span {
  color: #fff;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
#yt_notice {
  position: fixed;
  top: 0px;
  height: 0px;
  min-height: 0px;
  z-index: 96;
}
#yt_notice .yt-notice .module {
  background-color: #6b82a2;
  color: #eee;
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ccc;
  position: absolute;
  top: -99em;
  z-index: 88;
  text-align: center;
  width: 100%;
  min-height: 35px;
  margin: 0;
  border: none;
}
#yt_notice .yt-notice .module.active {
  -webkit-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  -moz-box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
  box-shadow: 0 0 3px #999999,inset 0 -1px 0 #ddd;
}
#yt_notice .yt-notice .module.active .btn-special {
  color: #fff;
  background: #5E7696;
  border-radius: 0;
}
#yt_notice .yt-notice .module .module-inner1 {
  position: relative;
  padding: 10px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special {
  position: absolute;
  right: 90px;
  left: auto;
  height: 39px;
  color: #BFCFE6;
  margin-top: -1px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#yt_notice .yt-notice .module .module-inner1 .btn-special span {
  margin: 0 8px 0 8px;
  line-height: 36px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent {
  padding: 0;
  color: #ddd;
  font-size: 12px;
}
#yt_notice .yt-notice .module .module-inner1 .modcontent a {
  color: #fff;
  display: inline-block;
}
#yt_sticky_left {
  position: fixed;
  z-index: 250;
  left: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_left .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_left .yt-sticky .module {
  width: 100%;
  left: -100%;
  background: #6b82a2;
}
#yt_sticky_left .yt-sticky .module:first-child .btn-special {
  border-radius: 0 3px 0 0;
}
#yt_sticky_left .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 3px 0;
}
#yt_sticky_left .yt-sticky .module .btn-special {
  left: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_left .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_sticky_right {
  position: fixed;
  z-index: 250;
  right: 0;
  top: 165px;
  margin: 0 !important;
  height: 0px;
  min-height: 0px;
}
#yt_sticky_right .yt-sticky {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#yt_sticky_right .yt-sticky .module {
  width: 100%;
  position: absolute;
  z-index: 88;
  margin-bottom: 10px;
  right: -100%;
  background: #6b82a2;
}
#yt_sticky_right .yt-sticky .module:first-child .btn-special {
  border-radius: 3px 0 0 0;
}
#yt_sticky_right .yt-sticky .module:last-child .btn-special {
  border-radius: 0 0 0 3px;
}
#yt_sticky_right .yt-sticky .module .btn-special {
  left: auto;
  right: 100%;
  top: -6px;
  height: 49px;
  color: #bfcfe6;
  border-bottom: 1px solid #7c91ae;
  background-color: #6b82a2;
  -webkit-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.15),0 2px 2px rgba(0, 0, 0, 0.25);
}
#yt_sticky_right .yt-sticky .module .btn-special span {
  line-height: 49px;
}
#yt_tool_bottom {
  position: fixed;
  right: 70px;
  bottom: -1px;
  height: 0px;
  min-height: 0px;
  z-index: 89;
}
#yt_tool_bottom .module {
  position: absolute;
  z-index: 88;
  margin: 0;
  background-color: #a4020e;
  -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: #a4020e;
  color: #eee;
  border: 1px solid #d2000f;
  border-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0px -2px 2px rgba(0, 0, 0, 0.15);
}
#yt_tool_bottom .module .btn-special span {
  line-height: 32px;
}
body {
  font-size: 12px;
  color: #666;
}
body a {
  color: #a4020e;
}
body a:hover {
  text-decoration: none;
  color: #46abd4;
}
#yt_top {
  height: 50px;
  position: relative;
  z-index: 1100;
}
#yt_top .module,
#yt_top form {
  margin: 0;
}
#yt_header {
  background: #dedede;
  padding: 25px 0;
  width: 100%;
  position: relative;
  z-index: 250;
}
#top1,
#flag {
  float: left;
}
#top2 {
  float: right;
}
#yt_logoposition a {
  margin: 0;
}
.layout-boxed #yt_slideshow .bt-slideshow {
  top: 55% !important;
}
#yt_slideshow {
  background: none;
  position: relative;
}
#yt_breadcrumb {
  padding: 0px;
  position: relative;
  z-index: 1;
}
#yt_breadcrumb .module {
  margin: 0;
}
#yt_breadcrumb h3.breadcrumb-title {
  display: none;
}
#yt_wrapper {
  position: relative;
  box-shadow: 0 0 5px #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: url("../images/blue/bg_body.png") no-repeat center top scroll #f4f4f4;
}
.homepage #content {
  padding: 0;
  background: transparent;
}
.homepage #content #yt_component {
  margin: 0;
}
.homepage #content .item-page {
  margin: 30px 0;
}
#content {
  background: #f4f4f4;
  padding: 30px 0px 0px;
  position: relative;
}
#content #yt_component {
  clear: both;
  margin-bottom: 30px;
}
#content .span12.no-minheight {
  min-height: 0;
}
#yt_spotlight1 {
  padding: 30px 0;
  background: #F2F2F2;
}
#yt_spotlight1 .module {
  margin: 0;
}
#yt_spotlight2 {
  background: #F2F2F2;
  padding-top: 30px;
}
#yt_spotlight2 h3.modtitle {
  margin-bottom: 20px;
}
#yt_spotlight2 ul.menu li {
  padding: 2px 0;
}
#yt_spotlight2 ul.menu li a {
  color: #ccc;
  display: block;
}
#yt_spotlight2 ul.menu li a:hover {
  color: #fff;
}
#yt_spotlight3 {
  padding: 30px 0 0;
  position: relative;
  background: url("../images/blue/bg_sp4.png") no-repeat scroll center top transparent;
}
#yt_spotlight4 {
  clear: both;
  padding: 30px 0 0;
  background: #fff;
  border: none;
  position: relative;
  z-index: 1;
}
#yt_spotlight5 {
  padding: 30px 0px 0px;
  position: relative;
  background: #f4f4f4;
}
#yt_spotlight6 {
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
}
#yt_spotlight6 .sj-partner {
  margin-bottom: 0;
}
#yt_spotlight7 {
  padding: 15px 0px;
  position: relative;
  background: url("../images/bg_slideshow_ourteam.png") no-repeat scroll center top transparent;
  background-size: 100% 100%;
}
#yt_spotlight8 {
  padding: 20px 0;
  background: #000;
  border-bottom: solid 1px #111;
  border-top: none;
}
#yt_spotlight8 .module {
  margin: 0;
}
#yt_spotlight9 {
  background: #000;
}
#yt_spotlight9 .module {
  margin: 30px 0 0;
}
#yt_footer {
  padding: 0 0 30px 0;
  background: #000;
  border-top: none;
  text-align: center;
  background-color: #000 !important;
}
#yt_footer .pull-right {
  float: none;
}
#yt_footer .pull-right .yt-socialbt {
  margin-top: 0px;
}
#yt_footer .pull-right .yt-socialbt a {
  height: 53px;
  width: 53px;
  border: solid 1px #3e3e3e;
  border-radius: 10px;
  background: #000;
  color: #4d4d4d;
  box-shadow: none;
}
#yt_footer .pull-right .yt-socialbt a i {
  font-size: 2em;
  line-height: 60px;
}
#yt_footer .pull-right .yt-socialbt .facebook:hover {
  color: #39599f;
  border-color: #39599f;
  margin-top: -20px;
  background: #000;
}
#yt_footer .pull-right .yt-socialbt .twitter:hover {
  color: #45b0e3;
  border-color: #45b0e3;
  margin-top: -20px;
  background: #000;
}
#yt_footer .pull-right .yt-socialbt .google-plus:hover {
  color: #b90027;
  border-color: #b90027;
  margin-top: -20px;
  background: #000;
}
#yt_footer .pull-right .yt-socialbt .rss:hover {
  color: #dba629;
  border-color: #dba629;
  margin-top: -20px;
  background: #000;
}
#yt_footer #yt_copyrightposition {
  text-align: center;
  padding: 30px;
  padding-bottom: 0px;
  color: #909090;
}
#yt_footer #yt_copyrightposition a {
  color: #a4020e;
}
#yt_footer #yt_copyrightposition a:hover {
  text-decoration: none;
  color: #fff;
}
.container {
  width: 1170px;
}
div.row-fluid .first[class*="span"] {
  margin: 0;
}
div.row-fluid .span12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 20px;
}
div.row-fluid .hidden {
  display: none !important;
}
div.row-fluid [class*="span"] {
  min-height: 3px;
}
@media (max-width: 1024px) {
  #bd {
    width: 1190px;
  }
}
a {
  color: #a4020e;
  -webkit-transition: color 0.15s ease-in-out 0s;
  -moz-transition: color 0.15s ease-in-out 0s;
  -o-transition: color 0.15s ease-in-out 0s;
  transition: color 0.15s ease-in-out 0s;
}
a:hover {
  color: #46abd4;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-right: 5px;
}
button.btn [class^="icon-"] {
  margin: 0;
}
.badge,
.label {
  display: inline-block;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 92%;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 -1px 0 #fff inset;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank,
ul.thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #a4020e;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #666;
}
ul.latestnews.yt-list li a:hover {
  color: #a4020e;
}
select {
  padding: 5px 6px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #b1e1f4;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
button[type="submit"] {
  outline: 0 none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
}
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: 14px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F7F7F7),color-stop(50%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: -moz-linear-gradient(top,#F7F7F7,#fff 50%,#fff);
  background-image: -o-linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-image: linear-gradient(#F7F7F7,#fff 50%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  padding: 7px 10px;
  border-color: #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  filter: none;
}
.form-horizontal .controls input {
  width: 250px;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.btn-large {
  font-size: 16.25px;
  padding: 9px 19px;
}
.button,
button {
  background: #a4020e;
  color: #fff;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:hover,
button:hover {
  background: #46abd4;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: left;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.form-inline .input-append .add-on i {
  margin: 0 !important;
}
.collapse {
  overflow: hidden;
}
.form-inline .btn-primary .icon-search {
  vertical-align: 1px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #666;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #666;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #666;
  border-bottom: 2px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-top: 1px solid #ddd;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #f16529 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
#system-message {
  margin: 0;
}
div.categories-list > div {
  margin-bottom: 2em;
}
div.categories-list > div h3.page-header {
  border-bottom: none;
  font-size: 150%;
  margin: 0;
  font-weight: 500;
}
div.categories-list > div h3.page-header .btn [class^="icon-"] {
  margin: 0;
}
div.categories-list > div h3.page-header a:hover {
  color: #666;
}
div.categories-list > div h3.page-header .badge {
  vertical-align: 2px;
  display: inline-block;
}
div.categories-list ul {
  position: relative;
  margin: 0;
  padding-left: 15px;
}
div.categories-list ul li {
  list-style: none;
  font-weight: bold;
  line-height: 20px;
}
div.categories-list ul li ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 8px;
}
div.categories-list ul li ul > li:after {
  border-left: 1px solid #ccc;
  content: "";
  height: 30px;
  width: 1px;
  left: 0px;
  position: absolute;
  top: 0;
}
div.categories-list ul li ul > li:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 28px;
}
div.categories-list ul li ul > li .item-title {
  padding: 3px 8px;
}
div.categories-list ul li .newsfeed-count {
  margin-top: 10px;
}
.blog .heading-category {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog .category-desc {
  color: #666;
  margin-bottom: 15px;
}
.blog .items-leading {
  overflow: hidden;
  padding: 0 0 5px;
  border-bottom: 1px solid #EEEEEE;
}
.blog .items-leading.cols-2,
.blog .items-leading.cols-3,
.blog .items-leading.cols-4 {
  border-bottom: none;
}
.blog .items-leading .item {
  padding: 0 0 30px 0;
  overflow: hidden;
}
.blog .items-leading .item .blog-in-main {
  float: left;
  background: #fff;
  padding: 10px;
  width: 86%;
  overflow: hidden;
}
.blog .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
.blog .items-leading .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-leading .item .item-image .item_image_wrap img {
  width: 100%;
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog .items-leading .item .article-text .page-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 {
  font-weight: 400;
  margin-bottom: 0;
}
.blog .items-leading .item .article-text .page-header h2 a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.blog .items-leading .item .article-text .page-header h2 a:hover {
  color: #a4020e;
}
.blog .items-leading .item .article-text p {
  color: #666;
}
.blog .items-leading .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.hits {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo dl.article-info dd.create .icon-time {
  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 5px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #a4020e;
}
.blog .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog .items-leading .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog .items-leading .item .article-text .item-tags .tags a:hover {
  background: #a4020e;
  color: #fff;
}
.blog .items-leading .item .blog-in-right {
  float: right;
  width: 11%;
}
.blog .items-leading .item .blog-in-right .hits {
  text-align: center;
  display: block;
  height: 62px;
  background: url("../images/icons/icon_views_white.png") no-repeat center 15px scroll #a4020e;
  font-size: 11px;
  color: #fff;
  line-height: 95px;
  margin-bottom: 5px;
}
.blog .items-leading .item .blog-in-right .content_rating {
  display: block;
  height: 62px;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 56px;
  text-align: center;
}
.blog .items-leading .item .blog-in-right .content_rating p {
  display: none;
}
.blog .items-leading .item.span6 .item-image,
.blog .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-leading .item.span6 .article-text .page-header {
  margin-top: 0;
}
.blog .items-leading .leading-0 {
  padding-top: 0;
}
.blog .items-row.cols-2,
.blog .items-row.cols-3,
.blog .items-row.cols-4 {
  border-top: none;
}
.blog .items-row.cols-2 .blog-in-right,
.blog .items-row.cols-3 .blog-in-right,
.blog .items-row.cols-4 .blog-in-right {
  display: none;
}
.blog .items-row.cols-2 .item .blog-in-main,
.blog .items-row.cols-3 .item .blog-in-main,
.blog .items-row.cols-4 .item .blog-in-main {
  width: auto;
}
.blog .items-row.cols-2 .item .blog-in-main .item-image,
.blog .items-row.cols-3 .item .blog-in-main .item-image,
.blog .items-row.cols-4 .item .blog-in-main .item-image {
  margin-left: 0;
}
.blog .items-row.row-0 .item {
  padding-top: 0;
}
.blog .items-row .item {
  padding: 0 0 30px 0;
  overflow: hidden;
}
.blog .items-row .item .blog-in-main {
  float: left;
  background: #fff;
  padding: 10px;
  width: 86%;
  overflow: hidden;
}
.blog .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
.blog .items-row .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog .items-row .item .item-image .item_image_wrap img {
  width: 100%;
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog .items-row .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog .items-row .item .article-text .page-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 {
  font-weight: 400;
  margin-bottom: 0;
}
.blog .items-row .item .article-text .page-header h2 a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.blog .items-row .item .article-text .page-header h2 a:hover {
  color: #a4020e;
}
.blog .items-row .item .article-text p {
  color: #666;
}
.blog .items-row .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.hits {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo dl.article-info dd.create .icon-time {
  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 5px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #a4020e;
}
.blog .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog .items-row .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog .items-row .item .article-text .item-tags .tags a:hover {
  background: #a4020e;
  color: #fff;
}
.blog .items-row .item .blog-in-right {
  float: right;
  width: 11%;
}
.blog .items-row .item .blog-in-right .hits {
  text-align: center;
  display: block;
  height: 62px;
  background: url("../images/icons/icon_views_white.png") no-repeat center 15px scroll #a4020e;
  font-size: 11px;
  color: #fff;
  line-height: 95px;
  margin-bottom: 5px;
}
.blog .items-row .item .blog-in-right .content_rating {
  display: block;
  height: 62px;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 56px;
  text-align: center;
}
.blog .items-row .item .blog-in-right .content_rating p {
  display: none;
}
.blog .items-row .item.span6 .item-image,
.blog .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog .items-row .item.span6 .article-text .page-header {
  margin-top: 0;
}
.resplc-loadmore {
  padding: 0;
  text-align: center;
  box-shadow: none;
  float: none;
  overflow: hidden;
  margin: 0;
}
.resplc-loadmore .resplc-loadmore-btn {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  background: url("../images/icons/icon_loadmore.png") no-repeat 15px center;
  padding: 10px 40px 10px 50px !important;
  border-radius: 50px;
  position: relative;
  text-align: center;
  background-color: #a4020e !important;
}
.resplc-loadmore .resplc-loadmore-btn:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 50px;
  font-size: 18px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.resplc-loadmore .resplc-loadmore-btn .ajax-first {
  padding: 0;
  font-size: 14px;
  display: none;
}
.resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  text-align: center;
}
.resplc-loadmore .resplc-loadmore-btn.loaded,
.resplc-loadmore .resplc-loadmore-btn:hover {
  text-decoration: none;
  background-color: #d2000f !important;
}
.resplc-loadmore .resplc-loadmore-btn:hover:after {
  right: 20px;
}
.resplc-loadmore .resplc-loadmore-btn:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.resplc-loadmore .resplc-image-loading {
  display: inline-block;
  font-family: FontAwesome;
  background: none !important;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.resplc-loadmore .resplc-image-loading:before {
  content: '\f110';
  color: #fff;
}
.loading.resplc-loadmore-btn {
  background: none;
  padding-left: 5px !important;
}
.blog-featured .feature-in-main {
  float: left;
  background: #fff;
  padding: 10px;
  width: 86%;
  overflow: hidden;
}
.blog-featured .feature-in-right {
  float: right;
  width: 11%;
}
.blog-featured .feature-in-right .hits {
  text-align: center;
  display: block;
  height: 62px;
  background: url("../images/icons/icon_views.png") no-repeat center 15px scroll #fff;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 95px;
  margin-bottom: 5px;
}
.blog-featured .feature-in-right .content_rating {
  display: block;
  height: 62px;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 56px;
  text-align: center;
}
.blog-featured .feature-in-right .content_rating p {
  display: none;
}
.blog-featured .items-leading.cols-2,
.blog-featured .items-leading.cols-3,
.blog-featured .items-leading.cols-4 {
  border-bottom: none;
}
.blog-featured .items-leading .item {
  padding: 0 0 10px 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}
.blog-featured .items-leading .item .blog-in-main {
  float: left;
  background: #fff;
  padding: 10px;
  width: 86%;
  overflow: hidden;
}
.blog-featured .items-leading .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
.blog-featured .items-leading .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-leading .item .item-image .item_image_wrap img {
  width: 100%;
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog-featured .items-leading .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog-featured .items-leading .item .article-text .page-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 {
  font-weight: 400;
  margin-bottom: 0;
}
.blog-featured .items-leading .item .article-text .page-header h2 a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.blog-featured .items-leading .item .article-text .page-header h2 a:hover {
  color: #a4020e;
}
.blog-featured .items-leading .item .article-text p {
  color: #666;
}
.blog-featured .items-leading .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog-featured .items-leading .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.hits {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo dl.article-info dd.create .icon-time {
  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 5px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-leading .item .article-text .item-headinfo ul.actions li a:hover {
  color: #a4020e;
}
.blog-featured .items-leading .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog-featured .items-leading .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog-featured .items-leading .item .article-text .item-tags .tags a:hover {
  background: #a4020e;
  color: #fff;
}
.blog-featured .items-leading .item .blog-in-right {
  float: right;
  width: 11%;
}
.blog-featured .items-leading .item .blog-in-right .hits {
  text-align: center;
  display: block;
  height: 62px;
  background: url("../images/icons/icon_views_white.png") no-repeat center 15px scroll #a4020e;
  font-size: 11px;
  color: #fff;
  line-height: 95px;
  margin-bottom: 5px;
}
.blog-featured .items-leading .item .blog-in-right .content_rating {
  display: block;
  height: 62px;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 56px;
  text-align: center;
}
.blog-featured .items-leading .item .blog-in-right .content_rating p {
  display: none;
}
.blog-featured .items-leading .item.span6 .item-image,
.blog-featured .items-leading .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog-featured .items-leading .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-leading .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-leading .item.span6 .article-text .page-header {
  margin-top: 0;
}
.blog-featured .items-row {
  overflow: hidden;
}
.blog-featured .items-row.cols-2,
.blog-featured .items-row.cols-3,
.blog-featured .items-row.cols-4,
.blog-featured .items-row.row-0 {
  border-top: none;
}
.blog-featured .items-row .item {
  padding: 0 0 10px 0;
  padding: 0 0 30px 0;
  overflow: hidden;
}
.blog-featured .items-row .item .blog-in-main {
  float: left;
  background: #fff;
  padding: 10px;
  width: 86%;
  overflow: hidden;
}
.blog-featured .items-row .item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
.blog-featured .items-row .item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.blog-featured .items-row .item .item-image .item_image_wrap img {
  width: 100%;
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
.blog-featured .items-row .item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
.blog-featured .items-row .item .article-text .page-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 {
  font-weight: 400;
  margin-bottom: 0;
}
.blog-featured .items-row .item .article-text .page-header h2 a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.blog-featured .items-row .item .article-text .page-header h2 a:hover {
  color: #a4020e;
}
.blog-featured .items-row .item .article-text p {
  color: #666;
}
.blog-featured .items-row .item .article-text .content_rating {
  margin-bottom: 15px;
}
.blog-featured .items-row .item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info {
  margin: 0;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  color: #999;
  float: none;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.hits {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo dl.article-info dd.create .icon-time {
  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 5px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
.blog-featured .items-row .item .article-text .item-headinfo ul.actions li a:hover {
  color: #a4020e;
}
.blog-featured .items-row .item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
.blog-featured .items-row .item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.blog-featured .items-row .item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
.blog-featured .items-row .item .article-text .item-tags .tags a:hover {
  background: #a4020e;
  color: #fff;
}
.blog-featured .items-row .item .blog-in-right {
  float: right;
  width: 11%;
}
.blog-featured .items-row .item .blog-in-right .hits {
  text-align: center;
  display: block;
  height: 62px;
  background: url("../images/icons/icon_views_white.png") no-repeat center 15px scroll #a4020e;
  font-size: 11px;
  color: #fff;
  line-height: 95px;
  margin-bottom: 5px;
}
.blog-featured .items-row .item .blog-in-right .content_rating {
  display: block;
  height: 62px;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 56px;
  text-align: center;
}
.blog-featured .items-row .item .blog-in-right .content_rating p {
  display: none;
}
.blog-featured .items-row .item.span6 .item-image,
.blog-featured .items-row .item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.blog-featured .items-row .item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
.blog-featured .items-row .item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
.blog-featured .items-row .item.span6 .article-text .page-header {
  margin-top: 0;
}
.blog-featured .items-row .item .item-image img {
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog-featured .items-row .item .item-image:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.blog .items-leading + .items-row .item {
  padding-top: 20px;
}
body.homepage .item-page .page-header {
  margin: 0 0 20px;
}
.item-page .pull-right {
  display: none;
}
.item-page .page-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
  margin: 0 0 5px;
}
.item-page .page-header h2 {
  font-weight: 400;
  margin-bottom: 0;
}
.item-page .page-header h2 a {
  font-size: 16px;
  font-weight: 500;
  color: #d2000f;
}
.item-page .page-header h2 a:hover {
  color: #a4020e;
}
.item-page .page-header h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #666;
  font-weight: 300;
}
.item-page .article-info {
  margin-bottom: 0;
}
.item-page .article-info dl.article-info {
  margin: 0;
}
.item-page .article-info dl.article-info dd {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  color: #999;
  float: none;
}
.item-page .article-info dl.article-info dd.hits {
  display: none;
}
.item-page .article-info dl.article-info dd.create .icon-time {
  display: none;
}
.item-page .article-info ul.actions {
  list-style: none;
  margin: 0;
  float: right;
}
.item-page .article-info ul.actions li {
  display: inline-block;
  margin: 0 5px;
}
.item-page .article-info ul.actions li.print-icon a:after {
  content: "\f02f";
}
.item-page .article-info ul.actions li.email-icon a:after {
  content: "\f003";
}
.item-page .article-info ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .article-info ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
.item-page .article-info ul.actions li a img {
  display: none;
}
.item-page .article-info ul.actions li a:hover {
  color: #a4020e;
}
.item-page .article-info ul.actions li.email-icon {
  margin: 0;
}
.item-page .article-info .create {
  background: none;
  padding: 0;
  color: #A8A8A8;
  margin-left: 0;
}
.item-page .article-info .create .icon-time {
  display: none;
}
.item-page .article-info .actions .edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
.item-page .vote-info {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.item-page .vote-info form {
  margin: 0;
  display: inline-block;
  margin: 0 10px;
  margin-left: 20px;
}
.item-page .vote-info .content_rating {
  vertical-align: middle;
  display: inline-block;
  color: #999;
  font-size: 92%;
}
.item-page .vote-info .content_rating p {
  float: left;
  margin: 5px 10px 0 0;
}
.item-page .vote-info .content_rating img {
  float: left;
  margin-top: 8px;
  padding-right: 2px;
}
.item-page .vote-info .content_vote {
  color: #999;
  font-size: 92%;
}
.item-page .vote-info .content_vote label.unseen {
  margin-right: 10px;
}
.item-page .vote-info .content_vote select {
  margin-bottom: 0px;
}
.item-page .vote-info .content_vote input[type="radio"] {
  margin: 4px 2px;
}
.item-page .vote-info .content_vote .button {
  height: auto;
}
.item-page p {
  line-height: 1.7em;
}
.item-page div.related-items-title {
  text-transform: uppercase;
  margin-top: 2em;
}
.item-page > .img-fulltext {
  background: none;
  margin-bottom: 20px;
}
.item-page > .img-fulltext div.img_caption p.img_caption {
  padding: 5px 0;
}
.item-page > .img-fulltext.pull-left {
  margin-right: 1.5em;
}
.item-page > .img-fulltext.pull-right {
  margin-left: 1.5em;
}
.item-page ul.related-items li .img-fulltext {
  display: inline-block;
  margin-bottom: 10px;
}
.item-page ul.related-items li h3 a:hover {
  color: #666;
}
.item-page .jwDisqusForm {
  display: none;
}
.item-page.edit .formelm-buttons {
  margin: 0 0 1em 0;
}
.item-page.edit .modal {
  position: static;
  width: auto;
  box-shadow: none;
}
.item-page.edit .input-prepend.input-append .add-on:first-child,
.item-page.edit .input-prepend.input-append .btn:first-child {
  margin-left: 1px;
  margin-right: -1px;
}
.homepage .item-page .img-fulltext {
  display: block;
}
.calendar table td {
  display: table-cell;
}
.calendar thead .hilite {
  border: none;
}
ul.related-items li h3.related-item-title {
  font-weight: normal;
}
div.tag-category > h2 {
  color: #666;
  font-size: 160%;
  padding-bottom: 10px;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
div.tag-category .category-desc {
  margin-bottom: 2em;
}
div.tag-category .form-inline {
  margin: 0;
}
div.tag-category .filters {
  padding: 5px;
  margin: 0 0 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
div.tag-category .filters input[type="text"],
div.tag-category .filters select {
  margin: 0;
}
div.tag-category ul.items-row li.item {
  padding: 0 0 30px 0;
  overflow: hidden;
  border-bottom: 1px dotted #ddd;
}
div.tag-category ul.items-row li.item .blog-in-main {
  float: left;
  background: #fff;
  padding: 10px;
  width: 86%;
  overflow: hidden;
}
div.tag-category ul.items-row li.item .item-image {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap img {
  width: 100%;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
div.tag-category ul.items-row li.item .item-image .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
div.tag-category ul.items-row li.item .article-text .page-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 {
  font-weight: 400;
  margin-bottom: 0;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
div.tag-category ul.items-row li.item .article-text .page-header h2 a:hover {
  color: #a4020e;
}
div.tag-category ul.items-row li.item .article-text p {
  color: #666;
}
div.tag-category ul.items-row li.item .article-text .content_rating {
  margin-bottom: 15px;
}
div.tag-category ul.items-row li.item .article-text .content_rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo 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: 11px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  color: #999;
  float: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd.hits {
  display: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo dl.article-info dd.create .icon-time {
  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 5px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.print-icon a:after {
  content: "\f02f";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.email-icon a:after {
  content: "\f003";
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li.edit-icon a {
  text-indent: 0;
  height: auto;
  margin-top: -3px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a {
  font-family: FontAwesome;
  color: #ccc;
  font-size: 15px;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a img {
  display: none;
}
div.tag-category ul.items-row li.item .article-text .item-headinfo ul.actions li a:hover {
  color: #a4020e;
}
div.tag-category ul.items-row li.item .article-text .item-tags {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  clear: both;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a {
  font-size: 89%;
  font-weight: normal;
  background: #F4F4F4;
  color: #999;
  text-shadow: none;
  display: inline-block;
  margin-right: -4px;
  padding: 4px 10px;
}
div.tag-category ul.items-row li.item .article-text .item-tags .tags a:hover {
  background: #a4020e;
  color: #fff;
}
div.tag-category ul.items-row li.item .blog-in-right {
  float: right;
  width: 11%;
}
div.tag-category ul.items-row li.item .blog-in-right .hits {
  text-align: center;
  display: block;
  height: 62px;
  background: url("../images/icons/icon_views_white.png") no-repeat center 15px scroll #a4020e;
  font-size: 11px;
  color: #fff;
  line-height: 95px;
  margin-bottom: 5px;
}
div.tag-category ul.items-row li.item .blog-in-right .content_rating {
  display: block;
  height: 62px;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  line-height: 56px;
  text-align: center;
}
div.tag-category ul.items-row li.item .blog-in-right .content_rating p {
  display: none;
}
div.tag-category ul.items-row li.item.span6 .item-image,
div.tag-category ul.items-row li.item.span4 .item-image {
  float: none !important;
  margin: 0 0 1em !important;
  display: inline-block;
  min-width: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
div.tag-category ul.items-row li.item.span3 .item-image {
  float: none !important;
  margin: 0 0 1em;
  min-width: inherit !important;
  min-height: inherit !important;
}
div.tag-category ul.items-row li.item.span3 .article-text .item-headinfo ul.actions {
  display: none;
}
div.tag-category ul.items-row li.item.span6 .article-text .page-header {
  margin-top: 0;
}
div.tag-category ul.items-row li.item:first-child {
  padding-top: 0;
}
.pagination {
  height: auto;
  margin: 20px 0;
}
.pagination ul {
  border-radius: 0;
  box-shadow: none;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #666;
  background: #f5f5f5;
  border-radius: 0 !important;
}
.pagination ul li a > span,
.pagination ul li span > span {
  float: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 100%;
}
.pagination ul li a {
  color: #a4020e;
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
}
.pagination ul li span.active {
  border: 1px solid #D4D4D4;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.15) inset;
}
.pagination ul li span.active span {
  background: transparent;
  color: #666;
}
.contentpane {
  margin: 1em;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  color: #777;
}
.contentpane #mailto-window > h2 {
  font-size: 160%;
  font-weight: normal;
}
.contentpane #mailto-window .mailto-close {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 16px;
}
.contentpane #mailto-window .formelm label {
  color: #777;
}
.contentpane .item-page .img-fulltext {
  display: inline-block;
  float: none;
}
.contentpane .item-page .img-fulltext .img_caption {
  width: auto !important;
}
.contentpane .item-page ul.related-items li .img-fulltext {
  display: block;
}
.contentpane .item-page ul.related-items li h3.related-item-title {
  margin-bottom: 1.5em;
}
.contentpane .row-fluid [class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
.contentpane .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.contentpane .row-fluid .span4 {
  width: 31.9149%;
}
.contentpane .row-fluid .span3 {
  width: 38.0769%;
}
dl.tabs {
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  margin: 1.5em 0 1em;
  padding: 0 10px;
  clear: both;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
dl.tabs dt {
  float: left;
  margin-right: 5px;
  margin-bottom: -1px;
}
dl.tabs dt.open h3 {
  background: #fff;
  border-bottom-color: #fff;
}
dl.tabs dt.open h3 a {
  color: #a4020e;
}
dl.tabs dt h3 {
  background: #f5f5f5;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 116.7%;
  border: 1px solid #e5e5e5;
}
dl.tabs dt h3 a {
  color: #808080;
}
dd.tabs {
  margin: 0;
}
.category-list h2 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.category-list .cat-items .display-limit select {
  width: auto !important;
}
.filter-search button.button {
  padding: 5px 20px;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 10px;
}
div.archive #archive-items > div {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div.row1 {
  background: #f5f5f5;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
div.archive #archive-items > div dl.article-info dd.create .icon-time {
  display: none;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
.yt-boxquote {
  text-align: left;
}
.search #searchForm legend {
  font-size: 18px;
}
.search #searchForm .phrases-box input,
.search #searchForm .only input {
  float: left;
  margin-right: 5px;
}
.search #searchForm .btn {
  border-radius: 4px;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  background: #ECF0E8;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-shadow: 0 0 0 1px #f4f4f4 inset;
  -moz-box-shadow: 0 0 0 1px #f4f4f4 inset;
  box-shadow: 0 0 0 1px #f4f4f4 inset;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
  height: auto;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 160%;
}
.newsfeed .feed-description {
  background: #eee;
  padding: 10px;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
}
.newsfeed ol li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.newsfeed ol li a {
  color: #777;
  font-weight: normal;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
.newsfeed ol li:hover {
  background: #f5f5f5;
}
.newsfeed ol li:hover a {
  color: #a4020e;
}
.weblink-category select[multiple],
.weblink-category select[size] {
  width: auto !important;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.reset #user-registration .form-actions .btn.btn-primary {
  background-color: #a4020e;
  background: #a4020e;
}
.reset #user-registration .form-actions .btn.btn-primary:hover {
  background: #d2000f;
}
.view-login #system-message {
  width: 550px;
  margin: 0 auto;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  width: 550px;
  margin: 0 auto;
  padding: 1em 2em 2em;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: -14px -28px 15px;
  padding: 10px 25px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
}
.view-login .wrap-login .form-horizontal .control-group {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .form-horizontal .controls input {
  width: 180px;
}
.view-login .wrap-login .other-link {
  overflow: hidden;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 15px;
}
.view-login .wrap-login .other-link ul.yt-list li {
  float: left;
  margin-right: 30px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
  color: #666;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #a4020e;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .control-label label {
  font-weight: bold;
}
.login .well .controls {
  margin: 0;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
.reset .form-horizontal .form-actions,
.remind .form-horizontal .form-actions {
  background: transparent;
  border: none;
  margin: 0;
  padding-top: 0;
}
div.contact h1 {
  display: none;
}
div.contact h3.jicons-text {
  display: none;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #000;
}
div.contact .contact-image {
  width: 50%;
  float: right;
}
div.contact .contact-image img {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact .contact-miscinfo {
  float: left;
}
div.contact .contact-miscinfo .contact-misc p {
  text-align: center;
  font-family: Arial;
}
div.contact .contact-miscinfo .contact-misc .add1,
div.contact .contact-miscinfo .contact-misc .add2 {
  width: 40%;
  float: left;
  text-align: center;
  font-family: Arial;
}
div.contact .contact-form {
  width: 68%;
  margin: 0 auto;
  clear: both;
}
div.contact .contact-form #contact-form fieldset {
  border: none;
}
div.contact textarea,
div.contact input {
  width: 500px;
}
div.contact textarea {
  height: 146px;
}
div.contact .contact-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
div.contact .button {
  margin-left: 20%;
  height: 41px;
  width: 226px;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 41px;
  text-transform: uppercase;
  border-radius: 25px;
}
.yt-lightbox img {
  width: 100%;
}
.yt-loginform {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.yt-loginform > li {
  float: left;
  line-height: 0;
  margin-right: 15px;
}
.yt-loginform > li > a {
  color: #fff;
  line-height: 50px;
  display: inline-block;
}
.yt-loginform > li > a:before {
  content: "";
  background: transparent;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 7px 0 0;
}
.yt-loginform > li > a:hover {
  color: #a4020e;
  text-decoration: none;
}
.yt-loginform > li > a:hover:before {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  background: #a4020e;
  margin: 0 3px -2px 0;
}
.yt-loginform > li .modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  background: url("../images/bg_login.png") no-repeat 10px 10px scroll #fff;
  width: 280px;
  padding-left: 200px;
  z-index: 9999;
}
.yt-loginform > li .modal h3.title {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.yt-loginform > li .modal .control-group #modlgn-username {
  background: url("../images/icons/icon_user.png") no-repeat 13px center scroll #fff;
  width: 225px;
  height: 34px;
  border: solid 1px #e4e4e4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0px;
  padding-left: 45px;
}
.yt-loginform > li .modal .control-group #modlgn-username:focus {
  box-shadow: none;
}
.yt-loginform > li .modal .control-group #modlgn-passwd {
  background: url("../images/icons/icon_pass.png") no-repeat 13px center scroll #fff;
  width: 225px;
  height: 34px;
  border: solid 1px #e4e4e4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0px;
  padding-left: 45px;
  margin-bottom: 10px;
}
.yt-loginform > li .modal .control-group #modlgn-passwd:focus {
  box-shadow: none;
}
.yt-loginform > li .modal .control-group #modlgn-remember {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.yt-loginform > li .modal .control-group .control-label {
  float: left;
  color: #666;
}
.yt-loginform > li .modal .control-group .button {
  font-size: 16px;
  color: #fff;
  height: 34px;
  width: 100px;
  text-align: center;
  line-height: 34px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0px;
  padding-bottom: 4px;
}
.yt-loginform > li .modal ul.listlogin {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: -10px;
}
.yt-loginform > li .modal ul.listlogin li {
  float: none;
  margin: 0px;
  height: 25px;
}
.yt-loginform > li .modal ul.listlogin li a {
  color: #666;
  background: url("../images/icons/list-style.png") no-repeat 2px center scroll transparent;
  padding: 0px;
  padding-left: 20px;
}
.yt-loginform > li .modal ul.listlogin li a:hover {
  color: #a4020e;
}
.yt-loginform > li .modal .userdata >div {
  clear: both;
}
.yt-loginform > li a.modal-close {
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  padding: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
  text-align: center;
  border: 2px solid #fff;
}
.logout-button {
  margin-top: 10px;
}
.logout-button .btn {
  border: none;
}
#yt_wrapper #yt_spotlight1 {
  padding: 30px 0;
}
h3.modtitle {
  font-size: 20px;
  font-weight: 300;
  color: #666;
  border-bottom: solid 1px #e4e4e4;
  margin-top: 0px;
  padding: 10px 0px;
  margin-bottom: 10px;
  text-transform: none;
}
.modcontent {
  line-height: 1.8em;
}
.box_1 {
  background: #fff;
  border: solid 1px #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box_1 h3.modtitle {
  background: #fff;
  color: #666;
  padding: 10px;
  margin: 0px;
}
.box_1 .modcontent {
  padding: 10px;
}
.box_2 {
  background: #fff;
  border: solid 1px #e4e4e4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box_2 h3.modtitle {
  background: #a4020e;
  color: #fff;
  padding: 10px;
  margin: 0px;
}
.box_2 .modcontent {
  padding: 10px;
}
.box_3 {
  background: #fff;
  border: solid 1px #e4e4e4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.box_3 h3.modtitle {
  background: #a4020e;
  color: #fff;
  padding: 10px;
  margin: 0px;
}
.box_3 .modcontent {
  padding: 10px;
}
.box_3 h3 {
  border-radius: 10px 10px 0 0;
}
#yt_wrapper #yt_spotlight2 .item-row1 span.last {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 74px;
  height: 23px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #FFB400;
}
#yt_wrapper #yt_spotlight2 .item-row2 span.last {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 74px;
  height: 23px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #f53d3d;
}
#yt_wrapper #yt_spotlight2 .item-row3 span.last {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 74px;
  height: 23px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #a4020e;
}
#yt_wrapper #yt_spotlight2 .item-row4 span.last {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 74px;
  height: 23px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #91b734;
}
#yt_spotlight8 .menu_bottom ul.menu {
  list-style: none;
  float: right;
  margin: 0px;
  margin-top: 7px;
}
#yt_spotlight8 .menu_bottom ul.menu li {
  float: left;
  margin-left: 10px;
}
#yt_spotlight8 .menu_bottom ul.menu li a {
  font-size: 11px;
  color: #909090;
  padding: 5px 10px;
  border: solid 1px transparent;
}
#yt_spotlight8 .menu_bottom ul.menu li a:hover {
  text-decoration: none;
  border: 1px solid #474747;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#yt_spotlight8 .menu_bottom ul.menu li a:focus {
  outline: none;
  text-decoration: none;
}
#yt_spotlight8 .menu_bottom ul.menu li.active a {
  border: 1px solid #474747;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.newsletter form {
  margin: 0px;
}
.newsletter .txtEmail {
  height: 25px;
  width: 64%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  filter: none;
  background: #f4f4f4;
  font-size: 11px;
  color: #666;
  margin-right: 10px;
  border: none;
  opacity: 1;
  box-shadow: none;
}
.newsletter .txtEmail:focus {
  border: none;
  color: #666;
}
.newsletter .btnEmail {
  padding: 0px;
  margin: 0;
  height: 39px;
  width: 39px;
  background: url("../images/btnMail.png") no-repeat center center scroll transparent;
  cursor: pointer;
  border: none;
  font-size: 0;
}
.newsletter .btnEmail:hover {
  background: url("../images/blue/btnEmail-hover.png") no-repeat center center scroll transparent;
}
.module_menu,
div.module {
  margin: 0 0 30px;
}
.module.clear h3.modtitle {
  background: none;
  border: none;
}
.module h3.modtitle {
  font-size: 160%;
}
.module.title1 .modtitle {
  color: #a4020e;
}
.module.title2 .modtitle {
  color: #46abd4;
}
.module._menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module._menu ul.menu > li {
  padding: 8px 6px;
  border-bottom: 1px solid #e5e5e5;
}
.module._menu ul.menu > li > a {
  color: #666;
  display: block;
}
.module._menu ul.menu > li > a:hover {
  background: transparent;
}
.module._menu ul.menu > li:hover {
  background: #F7F7F7;
}
.module._menu ul.menu > li:hover,
.module._menu ul.menu > li.active {
  background: #F7F7F7;
}
.module._menu ul.menu > li:hover a,
.module._menu ul.menu > li.active a {
  color: #a4020e;
}
.module._menu ul.menu > li.deeper {
  background: transparent;
  border: none;
  padding: 0;
}
.module._menu ul.menu > li.deeper > a {
  padding: 8px 6px;
  background: #F7F7F7;
}
.module._menu ul.menu > li.deeper ul {
  list-style: none;
  margin: 10px 10px 0;
}
.module._menu ul.menu > li.deeper ul li {
  padding: 2px 0;
}
.module._menu ul.menu > li.deeper ul li:hover {
  color: #a4020e;
}
.module._menu ul.menu > li.deeper ul li:hover li {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li:hover li:hover {
  color: #a4020e;
}
.module._menu ul.menu > li.deeper ul li.active {
  color: #a4020e;
}
.module._menu ul.menu > li.deeper ul li.active li {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li.active li:hover {
  color: #a4020e;
}
.module._menu ul.menu > li.deeper ul li.active li.active {
  color: #a4020e;
}
.module._menu ul.menu > li.deeper ul li.active li.active a {
  color: #a4020e;
}
.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: #a4020e;
}
.module._menu ul.menu > li.deeper ul li.active a {
  color: #a4020e;
}
.module._menu ul.menu > li.deeper ul li a {
  color: #666;
}
.module._menu ul.menu > li.deeper ul li a:hover {
  color: #a4020e;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #666;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
  box-shadow: 0px 1px 0 rgba(255,255,255,0.6) inset;
}
ul.breadcrumb {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
  background: transparent;
}
ul.breadcrumb li {
  float: left;
  text-shadow: none;
  line-height: 49px;
  background: url("../images/icons/arrow_breadcrumb.png") no-repeat left center scroll transparent;
  padding-left: 12px;
  margin-right: 10px;
}
ul.breadcrumb li span {
  color: #fff;
}
ul.breadcrumb li span.divider {
  display: none;
}
ul.breadcrumb li a {
  color: #fff;
}
ul.breadcrumb li a:focus {
  outline: none;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #a4020e;
}
ul.breadcrumb li:first-child {
  background: url("../images/icons/icon_home.png") no-repeat left center scroll transparent;
  padding-left: 25px;
}
#mod-finder-searchform {
  margin: 35px 8px 0 0;
  position: relative;
}
#mod-finder-searchform input.inputbox {
  width: 200px;
  height: 20px;
  padding: 4px 10px;
  color: #999;
  background: #fff;
  float: right;
  font-size: 91%;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85) inset, 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
}
#mod-finder-searchform input.inputbox:focus + .button {
  color: #a4020e;
}
#mod-finder-searchform .button {
  color: #999;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-finder-searchform i {
  margin: 0;
  font-size: 14px;
}
.btn {
  padding: 7px 12px;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 7px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #a4020e;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
.mod-languages {
  margin: 7px 0 0;
  float: right;
  position: relative;
  z-index: 8;
}
.mod-languages a.dropdown-toggle {
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  cursor: pointer;
}
.mod-languages a.dropdown-toggle > b {
  border-top-color: #ddd;
  vertical-align: middle;
  margin: 0 3px;
}
.mod-languages a.dropdown-toggle img {
  padding: 0 5px;
}
.mod-languages a.dropdown-toggle:hover,
.mod-languages a.dropdown-toggle.open {
  color: #a4020e;
}
.mod-languages a.dropdown-toggle:hover b,
.mod-languages a.dropdown-toggle.open b {
  border-top-color: #a4020e;
}
.mod-languages .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #a4020e;
  box-shadow: none;
  border: none;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.mod-languages .dropdown-menu li {
  margin: 0;
  text-align: left;
  margin: 0;
}
.mod-languages .dropdown-menu li a {
  padding: 7px 10px;
  color: #fff;
}
.mod-languages .dropdown-menu li img {
  float: left;
  margin: 2px 8px 0 0;
}
.mod-languages .dropdown-menu li:hover a {
  background: #d2000f;
}
.bg-content1 {
  text-align: center;
}
.bg-content1 .yt-circle {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 115px;
  text-align: center;
  font-size: 50px;
  background: #a4020e;
  display: inline-block;
  margin: 30px 0;
}
.bg-content1 .yt-circle i {
  font-size: 55px;
  color: #fff;
  margin: 0;
}
.bg-content1 h2 {
  font-weight: 400;
}
.bg-content1 p {
  margin: 30px 0;
  color: #777;
}
.sansFont {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}
a.readmore {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  display: inline-block;
  font-size: 138%;
  background: rgba(255,255,255,0.1);
}
a.readmore:hover {
  background: #a4020e;
  color: #fff;
}
a.more {
  background: #a4020e;
  color: #fff;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.more:hover {
  background: #46abd4;
  color: #fff;
}
#myCarousel .carousel-inner {
  height: 288px;
  width: auto;
  margin: 7em 5em;
  text-align: center;
  color: #fff;
}
#myCarousel .carousel-control {
  border: none;
  background: transparent;
  direction: ltr;
  top: 50%;
  font-size: 50px;
  width: auto;
  text-shadow: none;
}
.wellcomesj {
  text-align: center;
  color: #fff;
  padding: 0 2em;
}
.wellcomesj h1 {
  font-size: 520%;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7), 1px 1px 2px rgba(0,0,0,0.7);
  margin-bottom: 30px;
}
.wellcomesj h2 {
  font-weight: normal;
  line-height: 35px;
  display: block;
}
.wellcomesj a.readmore {
  width: 150px;
  margin: 3px;
  vertical-align: text-top;
  font-weight: bold;
  line-height: 25px;
}
.home-title {
  padding-top: 20px;
  margin: 0px;
  position: relative;
}
.home-title h3.modtitle {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding: 0px 170px;
  border: 0;
  text-transform: uppercase;
}
.home-title .pretext {
  text-align: center;
  padding: 0px 170px;
  margin-bottom: 30px;
}
.style-icon.upper h3.modtitle {
  text-transform: uppercase;
  font-size: 24px;
}
.style-icon h3.modtitle {
  font-size: 20px;
  font-weight: 300;
}
.style-icon h3.modtitle span {
  border: 1px solid #a4020e;
  color: #a4020e;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: inline-block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
  vertical-align: top;
}
.box_support {
  float: right;
}
.box_support .modcontent {
  padding: 0px;
  margin: 0px;
}
.box_support .modcontent .yt-support {
  overflow: hidden;
  float: right;
  height: 100%;
  margin-right: 30px;
}
.box_support .modcontent .yt-support a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  float: right;
  padding-left: 25px;
  margin-right: 20px;
}
.box_support .modcontent .yt-support a:hover {
  text-decoration: none;
  color: #fff;
}
.box_support .modcontent .yt-support a span {
  font-weight: bold;
}
.box_support .modcontent .yt-support .skype {
  background: url("../images/icons/icon-skype.png") no-repeat left center scroll transparent;
  padding-left: 20px;
}
.box_support .modcontent .yt-support .skype:hover {
  background-image: url("../images/blue/icon-skype-hover.png");
}
.box_support .modcontent .yt-support .email {
  background: url("../images/icons/icon-mail.png") no-repeat left center scroll transparent;
}
.box_support .modcontent .yt-support .email:hover {
  background-image: url("../images/blue/icon-mail-hover.png");
}
#top2 .box_support {
  position: relative;
}
#top2 .box_search {
  float: right;
  position: relative;
}
#top2 .box_search .modcontent {
  padding: 0px;
  margin: 0px;
}
#top2 .box_search .modcontent .form-inline {
  position: absolute;
  right: 0;
  z-index: 999;
  background: transparent;
  border: solid 1px #b6c7d5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  margin-top: 12px;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px;
}
#top2 .box_search .modcontent .form-inline:hover {
  width: 177px;
  background: #fff;
  border: solid 1px #fff;
}
#top2 .box_search .modcontent .form-inline:hover .btn {
  background: url("../images/blue/btnSearch-hover.png") no-repeat center center scroll transparent;
}
#top2 .box_search .modcontent .form-inline:hover .inputbox {
  color: #666;
}
#top2 .box_search .modcontent .form-inline .btn {
  background: url("../images/icons/btnSearch.png") no-repeat center center scroll transparent;
  height: 24px;
  width: 24px;
  cursor: pointer;
  padding: 0px;
  right: 0;
  border: none;
  position: absolute;
  top: 0;
  text-indent: 999px;
}
#top2 .box_search .modcontent .form-inline .inputbox {
  background: transparent;
  color: #fff;
  font-size: 11px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  padding: 0px 12px;
  height: 24px;
  width: 128px;
  box-shadow: none;
  position: absolute;
  right: 24px;
}
#top2 .box_search .modcontent .form-inline .inputbox:focus {
  box-shadow: none;
}
.footer-social {
  text-align: center;
}
.footer-social .yt-socialbt {
  margin-top: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.footer-social .yt-socialbt a {
  height: 50px;
  width: 50px;
  border: solid 1px #7d7d7d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: none;
  color: #7d7d7d;
  box-shadow: none;
  line-height: 50px;
  display: block;
}
.footer-social .yt-socialbt a i {
  font-size: 2em;
}
.footer-social .yt-socialbt a:hover {
  background: none;
  margin-top: -20px;
}
.footer-social .yt-socialbt .facebook:hover {
  color: #39599f;
  border-color: #39599f;
}
.footer-social .yt-socialbt .twitter:hover {
  color: #45b0e3;
  border-color: #45b0e3;
}
.footer-social .yt-socialbt .linkedin:hover {
  color: #1764cd;
  border-color: #1764cd;
}
.footer-social .yt-socialbt .google-plus:hover {
  color: #e70031;
  border-color: #e70031;
}
.footer-social .yt-socialbt .rss:hover {
  color: #f8bc2e;
  border-color: #f8bc2e;
}
div.yt-enjoy {
  padding-top: 20px;
  margin: 0px;
  position: relative;
}
div.yt-enjoy h3.modtitle {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 0px 170px;
  border: 0;
}
div.yt-enjoy p.subtitle {
  color: #fff;
  text-align: center;
  padding: 0px 170px;
  margin-bottom: 30px;
}
div.yt-enjoy .modcontent {
  padding: 0px;
}
div.yt-enjoy .modcontent .modcontent-text {
  float: left;
  width: 27%;
}
div.yt-enjoy .modcontent .modcontent-text h2 {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  background: url("../images/icons/icon-title.png") no-repeat left center scroll transparent;
  padding: 6px;
  padding-left: 40px;
}
div.yt-enjoy .modcontent .modcontent-text p {
  color: #fff;
  margin-bottom: 40px;
}
div.yt-enjoy .modcontent .modcontent-image {
  text-align: center;
  width: 37%;
  float: left;
  margin: 0px 50px;
}
div.yt-enjoy .modcontent .modcontent-image img {
  max-width: 100%;
}
.sj-responsive-listing .respl-header {
  text-align: center;
}
.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat {
  margin-right: 10px;
}
.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat a {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  background: url("../images/icons/list-style.png") no-repeat 15px center scroll #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 1px #e4e4e4;
  display: block;
  padding: 8px 18px 9px;
  padding-left: 30px;
  margin: 0px;
  transition: 0.3s all esea 0;
}
.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat a:hover {
  background-image: url("../images/icons/arrow_tabs-hover.png");
  background-color: #a4020e;
  border-color: #a4020e;
  color: #fff;
}
.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat a.active {
  background-image: url("../images/icons/arrow_tabs-hover.png");
  background-color: #a4020e;
  border-color: #a4020e;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sj-responsive-listing .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a {
  background-image: url("../images/icons/arrow_tabs-hover.png");
  background-color: #a4020e;
  border-color: #a4020e;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sj-responsive-listing .tab-content {
  overflow: visible;
  margin-bottom: 20px;
}
.sj-responsive-listing .tab-content .item-inner {
  background: #fff;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.sj-responsive-listing .tab-content .item-inner .item-image {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.sj-responsive-listing .tab-content .item-inner .item-image img {
  width: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sj-responsive-listing .tab-content .item-inner .item-image:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.sj-responsive-listing .tab-content .item-inner .item-title {
  font-weight: 300;
  margin-bottom: 3px;
}
.sj-responsive-listing .tab-content .item-inner .item-title a {
  font-size: 16px;
  color: #666;
}
.sj-responsive-listing .tab-content .item-inner .item-title a:hover {
  color: #a4020e;
}
.sj-responsive-listing .tab-content .item-inner .item-post-read {
  margin-bottom: 10px;
}
.sj-responsive-listing .tab-content .item-inner .item-post-read .item-post {
  color: #a8a8a8;
}
.sj-responsive-listing .tab-content .item-inner .item-desc {
  margin-bottom: 5px;
}
.sj-responsive-listing .tab-content .item-inner .item-comments {
  height: 43px;
  margin-left: -10px;
  width: 100%;
  padding: 0px 10px;
  transition: all 0.5s ease;
  position: relative;
}
.sj-responsive-listing .tab-content .item-inner .item-comments a {
  display: block;
  line-height: 43px;
  background: url("../images/icons/icon_comments.png") no-repeat left center scroll transparent;
  font-size: 11px;
  padding-left: 30px;
  color: #a8a8a8;
}
.sj-responsive-listing .tab-content .item-inner .item-comments a:hover {
  text-decoration: none;
}
.sj-responsive-listing .tab-content .item-inner .item-comments .icon {
  position: absolute;
  top: 8px;
  left: 50%;
  height: 26px;
  width: 260px;
  opacity: 0;
  transition: all 0.5s ease 0s;
  background: url("../images/icons/icon-viewcomments.png") no-repeat 0px 0px scroll transparent;
  display: block;
}
.sj-responsive-listing .tab-content .item-inner:hover {
  box-shadow: 0 0 4px #B2B2B2;
}
.sj-responsive-listing .tab-content .item-inner:hover .item-title a {
  color: #a4020e;
  text-decoration: none;
}
.sj-responsive-listing .tab-content .item-inner:hover .item-comments {
  background: #a4020e;
}
.sj-responsive-listing .tab-content .item-inner:hover .icon {
  opacity: 1;
  left: 86%;
}
.sj-responsive-listing .tab-content .item-inner:hover .item-comments a {
  background: url("../images/icons/icon_comments-hover.png") no-repeat left center scroll transparent;
  color: #fff;
}
.sj-responsive-listing .respl-wrap {
  margin: 0px;
}
.sj-responsive-listing .respl-wrap .respl-loader {
  padding: 0;
  text-align: center;
  box-shadow: none;
  border: none;
  overflow: hidden;
  float: none;
  transition: none;
  margin: 0;
}
.sj-responsive-listing .respl-wrap .respl-loader a.respl-button {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  background: url("../images/icons/icon_loadmore.png") no-repeat 18px center #a4020e;
  padding: 10px 35px 10px 42px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-shadow: none;
  display: inline-block;
  -webkit-transition: right ease-in 0.2s,opacity ease-in 0.2s;
  -moz-transition: right ease-in 0.2s,opacity ease-in 0.2s;
  -o-transition: right ease-in 0.2s,opacity ease-in 0.2s;
  transition: right ease-in 0.2s,opacity ease-in 0.2s;
  position: relative;
}
.sj-responsive-listing .respl-wrap .respl-loader a.respl-button:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 50px;
  font-size: 24px;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sj-responsive-listing .respl-wrap .respl-loader a.respl-button:hover {
  background-color: #d2000f;
  text-decoration: none;
}
.sj-responsive-listing .respl-wrap .respl-loader a.respl-button:hover:after {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-responsive-listing .respl-wrap .loader-image {
  display: inline-block;
  font-family: FontAwesome;
  background: none !important;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.sj-responsive-listing .respl-wrap .loader-image:before {
  content: '\f110';
  color: #fff;
}
.sj-responsive-listing .respl-wrap .loading a.respl-button {
  background: #a4020e;
  padding-left: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.yt-video .pretext {
  padding: 0;
  margin-bottom: 10px;
}
.yt-video .extraslider-content.style1 {
  position: relative;
  padding: 0 40px;
}
.yt-video .extraslider-content.style1 .extraslider-control {
  float: none;
  text-align: center;
}
.yt-video .extraslider-content.style1 .extraslider-control .nav-page {
  float: none;
  text-align: center;
}
.yt-video .extraslider-content.style1 .extraslider-control .nav-page li {
  float: none;
  display: inline-block;
}
.yt-video .extraslider-content.style1 .extraslider-control .nav-page .button-page {
  background: none;
  display: inline-block;
  float: none;
  width: 15px;
  height: 15px;
  background: none;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 0;
}
.yt-video .extraslider-content.style1 .extraslider-control .nav-page .button-page.sel,
.yt-video .extraslider-content.style1 .extraslider-control .nav-page .button-page:hover {
  border-color: #a4020e;
}
.yt-video .extraslider-content.style1 .extraslider-control .button-extra {
  position: absolute;
  background: url(../images/icons/btnPre2.png) no-repeat;
  width: 18px;
  height: 38px;
  left: 0;
  top: 40%;
}
.yt-video .extraslider-content.style1 .extraslider-control .button-extra.button-next {
  left: auto;
  right: 0;
  background-image: url(../images/icons/btnNext2.png);
}
.yt-video .extraslider-content.style1 .extraslider-control .button-extra:hover {
  text-decoration: none;
  background-image: url(../images/blue/btnPre2-hover.png);
}
.yt-video .extraslider-content.style1 .extraslider-control .button-extra:hover.button-next {
  background-image: url(../images/blue/btnNext2-hover.png);
}
.yt-video .extraslider-content.style1 .extraslider-inner .item-wrap .item-image {
  margin-bottom: 20px;
}
.yt-video .extraslider-content.style1 .extraslider-inner .item-wrap .item-info {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: center;
  background: none;
}
.yt-video .extraslider-content.style1 .extraslider-inner .item-wrap .item-info .item-title {
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}
.yt-video .extraslider-content.style1 .extraslider-inner .item-wrap .item-info .item-title a {
  color: #666;
}
.yt-video .extraslider-content.style1 .extraslider-inner .item-wrap .item-info .item-title a:hover {
  color: #a4020e;
  text-decoration: none;
}
.yt-video .extraslider-content.style1 .extraslider-inner .item-wrap .item-info .item-content .item-description {
  color: #666;
}
.tags h3.modtitle {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
}
.tags ul {
  overflow: hidden;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}
.tags ul li {
  float: left;
  margin: 5px;
}
.tags ul li a {
  color: #686868;
  background: #fff;
  border: solid 1px #dfdfdf;
  padding: 5px;
}
.tags ul li a:hover {
  background: #a4020e;
  border: solid 1px #a4020e;
  color: #fff;
  text-decoration: none;
}
.custom-module {
  margin-bottom: 30px;
  overflow: hidden;
}
.custom-module h3.modtitle {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.custom-module img {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.custom-module p {
  color: #666;
}
.statistics {
  margin-bottom: 30px;
}
.statistics h3.modtitle {
  background: url("../images/icon_about.png") no-repeat left 13px scroll transparent;
  padding-left: 35px;
  border-bottom: solid 1px #e4e4e4;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.statistics p {
  color: #666;
}
.categories h3.modtitle {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
}
.categories ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.categories ul li {
  border-bottom: solid 1px #e4e4e4;
  padding-left: 18px;
}
.categories ul li a {
  background: url("../images/blue/icon-plus-hover.png") no-repeat left center scroll transparent;
  display: block;
  padding: 8px 0px;
  padding-left: 27px;
  font-size: 14px;
  color: #666;
}
.categories ul li a:hover {
  color: #a4020e;
}
.categories ul li:last-child {
  border: none;
}
.categories ul li:hover {
  background: #f7f7f7;
}
.maps h3.modtitle {
  background: url("../images/icon8.png") no-repeat left center scroll transparent;
  padding: 5px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
  margin-top: 25px;
  border-bottom: 0;
}
.maps .modcontent {
  border: solid 3px #fff;
}
@media (max-width: 1024px) {
  div.contact-us .contact-form {
    width: 100%;
  }
  .module .maps.noo-m {
    width: 98% !important;
    height: 300px !important;
    overflow: hidden;
  }
  .modcontent {
    margin: 0 18px;
  }
}
.badge_new span.badge {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 56px;
  height: 23px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #FFB400;
  font-weight: normal;
}
.badge_hot span.badge {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 56px;
  height: 23px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #f53d3d;
  font-weight: normal;
}
.badge_cool span.badge {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 56px;
  height: 23px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #a4020e;
  font-weight: normal;
}
.badge_best span.badge {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 56px;
  height: 23px;
  border-radius: 15px;
  line-height: 23px;
  text-align: center;
  float: right;
  background: #91b734;
  font-weight: normal;
}
.sj-k2-container-slider {
  direction: ltr;
}
.sj-k2-container-slider .slider {
  direction: ltr;
}
.sj-tabs .moduletabs.top-position .tabs-container ul.tabs {
  display: block;
  width: 100%;
  text-align: center;
}
.sj-tabs .moduletabs.top-position .tabs-container ul.tabs li {
  display: inline-block;
}
.sj-tabs .moduletabs.top-position .tabs-container ul.tabs li .tab {
  background: url("../images/icons/list-style.png") no-repeat scroll 15px center #ffffff;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 8px 18px 9px 30px;
  cursor: pointer;
}
.sj-tabs .moduletabs.top-position .tabs-container ul.tabs li .tab.selected,
.sj-tabs .moduletabs.top-position .tabs-container ul.tabs li .tab:hover {
  background-color: #a4020e;
  background-image: url(../images/icons/arrow_tabs-hover.png);
  color: #fff;
  border-color: #a4020e;
}
.sj-tabs .moduletabs.top-position .tabs-container ul.tabs li +li {
  margin-left: 10px;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul {
  margin: 0 0 0 -2.5%;
  list-style: none;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li {
  float: left;
  margin-left: 2.5%;
  width: 22.5%;
  background: #fff;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner {
  padding: 10px 10px 0;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-image {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-image img {
  width: 100%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-image:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-title {
  font-weight: 300;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-title a {
  font-size: 16px;
  color: #666;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-title a:hover {
  color: #a4020e;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-post-read {
  margin-bottom: 5px;
  font-size: 11px;
  color: #999;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .moduleItemIntrotext {
  margin-bottom: 5px;
  line-height: 20px;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-comments {
  height: 43px;
  margin-left: -10px;
  width: 100%;
  padding: 0px 10px;
  transition: all 0.5s ease;
  position: relative;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-comments a {
  display: block;
  line-height: 43px;
  background: url("../images/icons/icon_comments.png") no-repeat left center scroll transparent;
  font-size: 11px;
  padding-left: 30px;
  color: #a8a8a8;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-comments a:hover {
  text-decoration: none;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-comments a.moduleItemComments {
  border: 0;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner .item-comments .icon {
  position: absolute;
  top: 8px;
  left: 50%;
  height: 26px;
  width: 26px;
  opacity: 0;
  transition: all 0.5s ease 0s;
  background: url("../images/icons/icon-viewcomments.png") no-repeat 0px 0px scroll transparent;
  display: block;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner:hover {
  box-shadow: 0 0 4px #B2B2B2;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner:hover .item-title a {
  color: #a4020e;
  text-decoration: none;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner:hover .item-comments {
  background: #a4020e;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner:hover .icon {
  opacity: 1;
  left: 86%;
}
.sj-tabs .moduletabs.top-position .tabs-content-wrap .tab-content .k2ItemsBlock ul li .item-inner:hover .item-comments a {
  background: url("../images/icons/icon_comments-hover.png") no-repeat left center scroll transparent;
  color: #fff;
}
.sj-partner {
  margin-bottom: 0;
}
.sj-partner .sj-k2-container-slider {
  margin: 0;
  padding: 0 30px;
  z-index: 1;
}
.sj-partner .sj-k2-container-slider .page-button ul.control-button .bt-slider {
  position: absolute;
  background: url(../images/icons/btnPre2.png) no-repeat;
  width: 18px;
  height: 32px;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.sj-partner .sj-k2-container-slider .page-button ul.control-button .bt-slider.next {
  left: auto;
  right: 0;
  background-image: url(../images/icons/btnNext2.png);
}
.sj-partner .sj-k2-container-slider .page-button ul.control-button .bt-slider:hover {
  text-decoration: none;
  background-image: url(../images/blue/btnPre2-hover.png);
}
.sj-partner .sj-k2-container-slider .page-button ul.control-button .bt-slider:hover.next {
  background-image: url(../images/blue/btnNext2-hover.png);
}
.sj-partner .sj-k2-container-slider .slider .vpo-wrap .vp .item {
  margin-bottom: 0;
}
.sj-partner .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
  text-align: center;
  border: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sj-partner .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-partner .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .item-img-info img {
  width: auto;
}
.sj-partner .sj-k2-container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info {
  margin: 0;
}
.sj-team h3.modtitle,
.sj-team .pretext {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}
.sj-team .sj-extraslider .extraslider-control {
  text-align: center;
  float: none;
  padding: 0;
  margin-bottom: 10px;
}
.sj-team .sj-extraslider .extraslider-control .button-extra {
  display: none;
}
.sj-team .sj-extraslider .extraslider-control .nav-page {
  display: inline-block;
  float: none;
}
.sj-team .sj-extraslider .extraslider-control .nav-page li.page {
  float: none;
  display: inline-block;
}
.sj-team .sj-extraslider .extraslider-control .nav-page li.page a.button-page {
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 0;
  width: 13px;
  height: 13px;
}
.sj-team .sj-extraslider .extraslider-control .nav-page li.page a.button-page.sel {
  background: #fff;
  border: 0;
  margin-bottom: 4px;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info {
  position: relative;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  width: auto;
  margin-left: 190px;
  text-align: left;
  padding-right: 30px;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-title {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  margin: 0;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-regency {
  color: #fff;
  font-weight: bold;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-content {
  margin: 10px 0;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-content .item-description {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  margin-bottom: 25px;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social {
  text-align: left;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt {
  margin-right: 7px;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: #fff;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt a i {
  font-size: 1.5em;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt a:hover {
  margin: 0;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt a.facebook:hover {
  color: #39599f;
  border-color: #39599f;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt a.twitter:hover {
  color: #45b0e3;
  border-color: #45b0e3;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt a.skype:hover {
  color: #00c6ff;
  border-color: #00c6ff;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-social .yt-socialbt a.google-plus:hover {
  color: #e70031;
  border-color: #e70031;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-image {
  width: 150px;
  height: 150px;
  float: left;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 8px solid rgba(255,255,255,0.3);
  opacity: 1;
  filter: alpha(opacity=100);
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-image img {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-image:hover {
  border-color: rgba(255,255,255,0.5);
}
.sj-team .sj-extraslider .extraslider-inner .item-wrap.style4 .item-image:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#slideshow {
  overflow: hidden;
}
#slideshow .sj-slickslider {
  padding: 80px 0 0;
  position: inherit;
  overflow: hidden;
}
#slideshow .sj-slickslider .slickslider-items {
  background: none;
}
#slideshow .sj-slickslider .slickslider-items .item-content-inner .item-title {
  margin-bottom: 20px;
}
#slideshow .sj-slickslider .slickslider-items .item-content-inner .item-title a {
  font-weight: bold;
  text-transform: ;
  font-size: 30px;
}
#slideshow .sj-slickslider .slickslider-items .item-content-inner .item-title a:hover {
  text-decoration: none;
  color: #fff;
}
#slideshow .sj-slickslider .slickslider-items .item-content-inner .item-description {
  margin-bottom: 20px;
}
#slideshow .sj-slickslider .slickslider-items .item-content-inner .item-readmore {
  background: none;
  padding: 0;
}
#slideshow .sj-slickslider .slickslider-items .item-content-inner .item-readmore a {
  background: none;
  padding: 5px 25px;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
#slideshow .sj-slickslider .slickslider-items .item-content-inner .item-readmore a:hover {
  text-decoration: none;
  background: rgba(255,255,255,0.3);
}
#slideshow .sj-slickslider .nav-pagination {
  background: none;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 1px;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 9;
}
#slideshow .sj-slickslider .nav-pagination ul.type-dot li.pag-item {
  background: none;
  width: 17px;
  height: 17px;
  position: relative;
  margin: 0 6px;
}
#slideshow .sj-slickslider .nav-pagination ul.type-dot li.pag-item span {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#slideshow .sj-slickslider .nav-pagination ul.type-dot li.pag-item.sel span {
  box-shadow: 0 0 0 10px #FFFFFF inset;
}
#slideshow .sj-slickslider .bt-slideshow {
  position: absolute;
  display: block;
  width: 58px;
  height: 58px;
  left: 0px;
  top: 50%;
  margin-top: -29px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  -moz-transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  -o-transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  transition: left 0.2s ease-in, right 0.2s ease-in,  opacity 0.2s ease-in;
  background: url(../images/bt-slideshow.png) no-repeat 0 0;
}
#slideshow .sj-slickslider .bt-slideshow:hover {
  background-position: -61px 0;
}
#slideshow .sj-slickslider .bt-slideshow.right {
  background-position: 0 -61px;
  right: 0px;
  left: auto;
}
#slideshow .sj-slickslider .bt-slideshow.right:hover {
  background-position: -61px -61px;
}
#yt_slideshow:hover .bt-slideshow {
  opacity: 1;
  filter: alpha(opacity=100);
}
#yt_slideshow:hover .bt-slideshow.left {
  left: 50px;
}
#yt_slideshow:hover .bt-slideshow.right {
  right: 50px;
}
.module .ezb-mod .mod-post-image.align-left {
  margin-right: 0;
}
.module .ezb-mod .mod-post-image img {
  width: 100%;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
#flip-scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
#flip-scroll th,
#flip-scroll td {
  margin: 0;
  vertical-align: top;
}
#flip-scroll thead {
  display: block;
  float: left;
}
#flip-scroll tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
#flip-scroll tbody tr {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  margin-left: -4px;
}
#flip-scroll th:last-child,
#flip-scroll td:last-child {
  border-bottom: 1px solid #babcbf;
}
#flip-scroll th {
  background: #666666;
  border-radius: 0;
  color: #fff;
  display: block;
  text-align: right;
  border-bottom: 0;
  font-size: 13px;
  border-left: 0;
  padding: 7px 10px 5px;
  min-height: 27px;
}
#flip-scroll td {
  display: block;
  padding: 7px 10px 5px;
  min-height: 26px;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#flip-scroll .bs-docs-example th {
  min-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
  font-weight: 600;
}
h1 {
  font-size: 100%;
  line-height: 115%;
}
h2 {
  font-size: 160%;
  line-height: 110%;
}
h3 {
  font-size: 130%;
  line-height: 110%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 14px;
  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;
}
.top-fixed #yt_menuposition  ul.navi ul.subnavi {
  margin-top: 5px;
}
#yt_menuposition ul.navi {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  float: right;
}
#yt_menuposition ul.navi .fancy {
  background: #a4020e;
  position: absolute;
  width: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#yt_menuposition ul.navi > li.level1 {
  float: left;
  position: relative;
  padding: 0;
  z-index: 1;
  margin-right: 5px;
}
#yt_menuposition ul.navi > li.level1 > .item-link {
  margin: 0;
  line-height: 30px;
  cursor: pointer;
  padding: 5px 20px;
  color: #000;
  font-size: 133.3%;
  display: block;
  font-weight: 300;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#yt_menuposition ul.navi > li.level1 > .item-link.active {
  color: #fff;
  background: #a4020e;
}
#yt_menuposition ul.navi > li.level1.active.havechild:after {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1.havechild:after {
  content: "\f107";
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 25%;
  right: 10px;
  z-index: 5;
  color: #a2aaad;
}
#yt_menuposition ul.navi > li.level1.havechild .level1 {
  padding: 5px 25px 5px 15px;
}
#yt_menuposition ul.navi > li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#yt_menuposition ul.navi > li.level1:hover > .item-link {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover.havechild:after {
  color: #fff;
}
#yt_menuposition ul.navi > li.level1:hover ul.level2,
#yt_menuposition ul.navi > li.level1:hover.hover ul.level2 {
  left: 0;
}
#yt_menuposition ul.navi > li.level1.last-menu:hover ul.level2,
#yt_menuposition ul.navi > li.level1.last-menu:hover.hover ul.level2 {
  left: auto;
  right: 0;
}
#yt_menuposition ul.navi > li.level1.last-menu:hover ul.level2 li:hover ul.level3,
#yt_menuposition ul.navi > li.level1.last-menu:hover.hover ul.level2 li:hover ul.level3 {
  left: 99px;
  right: 0;
}
#yt_menuposition ul.navi ul {
  left: -999em;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 220px;
}
#yt_menuposition ul.navi ul.subnavi {
  background-color: rgba(245,245,245,0.9);
  padding: 10px 0;
  margin-top: 32px;
}
#yt_menuposition ul.navi ul.subnavi:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -32px;
}
#yt_menuposition ul.navi ul.subnavi li {
  position: relative;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
#yt_menuposition ul.navi ul.subnavi li > .item-link {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 5px 0 5px 30px;
  color: #ddd;
  text-transform: none;
  color: #666;
  position: relative;
}
#yt_menuposition ul.navi ul.subnavi li > .item-link:before {
  content: "";
  background: none;
  width: 6px;
  height: 6px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  top: 13px;
  left: 15px;
  display: block;
}
#yt_menuposition ul.navi ul.subnavi li.havechild > .item-link:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  position: absolute;
  right: 15px;
  z-index: 1;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc {
  text-align: left;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-title {
  line-height: 100%;
}
#yt_menuposition ul.navi ul.subnavi li .showdesc span.menu-desc {
  color: #999;
  font-size: 11px;
}
#yt_menuposition ul.navi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi li.active > .item-link {
  color: #a4020e;
}
#yt_menuposition ul.navi ul.subnavi li:hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi li.hover > .item-link:before,
#yt_menuposition ul.navi ul.subnavi li.active > .item-link:before {
  border-color: #a4020e;
}
#yt_menuposition ul.navi ul.subnavi li:hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li.hover ul.level3,
#yt_menuposition ul.navi ul.subnavi li li.level3:hover ul.level4,
#yt_menuposition ul.navi ul.subnavi li li.level3.hover ul.level4 {
  right: auto;
  left: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.subnavi li:hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi li.hover ul.level3:before,
#yt_menuposition ul.navi ul.subnavi li li.level3:hover ul.level4:before,
#yt_menuposition ul.navi ul.subnavi li li.level3.hover ul.level4:before {
  background: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi li li.level4:hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level4.hover ul.level5,
#yt_menuposition ul.navi ul.subnavi li li.level5:hover ul.level6,
#yt_menuposition ul.navi ul.subnavi li li.level5.hover ul.level6 {
  left: auto;
  right: 100%;
  top: 0px;
}
#yt_menuposition ul.navi ul.subnavi li li.level4:hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi li li.level4.hover ul.level5:after,
#yt_menuposition ul.navi ul.subnavi li li.level5:hover ul.level6:after,
#yt_menuposition ul.navi ul.subnavi li li.level5.hover ul.level6:after {
  background: transparent;
  content: " ";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
#yt_menuposition ul.navi ul.subnavi ul {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
  margin: 0;
}
#yt_menuposition ul.navi ul.subnavi ul:before {
  height: 0;
  top: 0;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li > .item-link {
  background: transparent;
}
#yt_menuposition ul.navi ul.subnavi ul.subnavi li:hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.hover > .item-link,
#yt_menuposition ul.navi ul.subnavi ul.subnavi li.active > .item-link {
  color: #a4020e;
}
#yt_menuposition #droplinenavigator {
  position: relative;
}
#yt_menuposition #droplinenavigator li.level1 {
  position: static;
}
#yt_menuposition #droplinenavigator li.level1.havechild:after {
  display: none;
}
#yt_menuposition #droplinenavigator li.level1 >.item-link {
  padding: 12px 35px;
}
#yt_menuposition #droplinenavigator ul.level2 {
  margin: 0;
  width: 100%;
  padding: 5px;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: left;
  border: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2 a.level2.havechild:after {
  content: "";
  display: none;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover {
  position: relative;
}
#yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: 0;
  top: 100%;
}
#yt_menuposition #meganavigator ul.subnavi {
  background: none;
  border: medium none;
  box-shadow: none;
  left: auto;
  margin: 0;
  position: static;
  right: auto;
}
#yt_menuposition #meganavigator {
  float: right;
}
#yt_menuposition #meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background-color: rgba(255,255,255,0.9);
  border-bottom: solid 3px #a4020e;
  margin-top: 32px;
  box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
}
#yt_menuposition #meganavigator .mega-content:after {
  content: "";
  width: 100%;
  height: 28px;
  display: block;
  margin-top: -28px;
}
#yt_menuposition #meganavigator .mega-content .mega-content {
  margin: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-content:after {
  display: none;
}
#yt_menuposition #meganavigator .mega-content .mega-content-inner {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col {
  float: left;
}
#yt_menuposition #meganavigator .mega-content .mega-col.one div.mega-module {
  padding: 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col.more {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content > ul.subnavi {
  position: static;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content {
  margin-bottom: 20px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-image {
  overflow: hidden;
  display: block;
  width: 88px;
  height: 58px;
  border: solid 3px #fff;
  float: left;
  margin-right: 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-image img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out 0s;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-image:hover img {
  transform: scale(1.15);
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-title h2 {
  font-weight: 300;
  line-height: 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-title h2 a {
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-title h2 a:hover {
  color: #a4020e;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .date-created {
  color: #a8a8a8;
  font-size: 11px;
  margin-top: -5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group-content .mega-module-content .content .content-text p {
  color: #666;
  line-height: 1.7em;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group {
  display: block;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  padding: 0 14px 10px;
  text-transform: uppercase;
  font-size: 129%;
  color: #666;
  padding-bottom: 0;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content {
  position: relative;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module {
  padding: 0 10px;
}
#yt_menuposition #meganavigator .mega-content .mega-col .mega-group div.mega-group-content .mega-module ul {
  position: static;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu {
  width: 100%;
  display: none;
  margin-top: 30px;
}
#yt_menuposition #yt-responivemenu .btn-navbar {
  background: #34b0e2;
  padding: 6px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  height: 45px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: inherit;
  max-width: 100%;
  box-shadow: none;
}
#yt_menuposition #yt-responivemenu .btn-navbar i {
  margin: 0 10px 0 5px;
  font-size: 19px;
  vertical-align: top;
}
#yt_menuposition #yt-responivemenu.menu-selectbox {
  position: relative;
  background: #a4020e;
}
#yt_menuposition #yt-responivemenu.menu-selectbox:before {
  color: #fff;
  content: "Select Menu";
  padding: 6px 10px 0;
  position: absolute;
  top: 0px;
  z-index: 1;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_selectbox {
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  height: 35px;
  width: 100%;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li {
  background: #e0e0e0;
  border-bottom: 1px solid #aaa;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a {
  color: #555;
  margin: 0;
  padding: 10px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li a.active {
  color: #fff;
  background: #a4020e;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover a {
  color: #fff;
  background: #a4020e;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li:hover .menuress-toggle {
  color: #fff;
  background: #1b8fbe;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild {
  position: relative;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle {
  position: absolute;
  width: 44px;
  line-height: 40px;
  right: 0px;
  top: 0px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild .menuress-toggle:before {
  content: "\f107";
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild > .res-wrapnav {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  height: 0px;
  display: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open {
  background: #a4020e;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open a {
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .menuress-toggle:before {
  content: "\f106";
  color: #fff;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav {
  display: block;
  opacity: 1;
  background: #e9e8e8;
  padding: 10px;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav {
  margin: 0;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li {
  background: transparent;
  margin: 0;
  border-bottom: none;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a {
  background: transparent;
  font-weight: normal;
  color: #555;
}
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a:hover,
#yt_menuposition #yt-responivemenu.menu-collapse ul.resmenu li.haveChild.open .res-wrapnav ul.nav li a.active {
  background: #a4020e;
  color: #fff;
}
#yt_menuposition #yt-responivemenu #yt_resmenu_sidebar {
  display: none;
}
.yt-off-sideresmenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 260px;
  overflow-y: scroll;
  max-height: 100%;
  display: none;
}
.yt-off-sideresmenu .yt-sideresmenu {
  background: #153242;
  border-right: 1px solid #152F3D;
}
.yt-off-sideresmenu .yt-sideresmenu li a {
  color: inherit;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu {
  margin: 0;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a {
  font-weight: bold;
  color: #BCBCBC;
  padding: 4px 8px 8px;
  background: none;
  border-bottom: 1px solid #0B222D;
  -webkit-box-shadow: 0 -1px 0 #1D4051 inset;
  -moz-box-shadow: 0 -1px 0 #1D4051 inset;
  box-shadow: 0 -1px 0 #1D4051 inset;
}
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:focus,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a:hover,
.yt-off-sideresmenu .yt-sideresmenu ul.resmenu li a.active {
  color: #fff;
  background: #a4020e;
}
.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;
}
.rtl #yt_menuposition ul.navirtl li.level1:hover ul.level2,
.rtl #yt_menuposition ul.navirtl li.level1.hover ul.level2 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition ul.navirtl ul {
  left: auto;
  right: -999em;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link {
  padding: 5px 30px 5px 0;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link:before {
  left: auto;
  right: 15px;
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li .item-link.havechild:after {
  right: auto;
  left: 10px;
  content: "\f104";
}
.rtl #yt_menuposition ul.navirtl ul.subnavi li:hover ul.level3,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level3:hover ul.level4,
.rtl #yt_menuposition ul.navirtl ul.subnavi li li.level4:hover ul.level5 {
  left: auto;
  right: 100%;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2 {
  float: right;
}
.rtl #yt_menuposition #droplinenavigator ul.level2 li.level2:hover ul.level3 {
  left: auto;
  right: 0;
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content {
  -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
  box-shadow: -1px 1px 2px rgba(0,0,0,0.4);
}
.rtl #yt_menuposition #meganavigator li.level1 .mega-content .mega-col {
  float: right;
}
.b-block:after,
.b-block:before {
  clear: both;
  display: table;
  content: "";
}
.join-now h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.join-now h2 a {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
  background: url("../images/icon_about.png") no-repeat left center scroll transparent;
  padding-left: 40px;
}
.join-now h2 a:hover {
  color: #a4020e;
}
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: #73c8eb;
  background-image: -moz-linear-gradient(top,#85cfed,#a4020e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#85cfed),to(#a4020e));
  background-image: -webkit-linear-gradient(top,#85cfed,#a4020e);
  background-image: -o-linear-gradient(top,#85cfed,#a4020e);
  background-image: linear-gradient(to bottom,#85cfed,#a4020e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cfed', endColorstr='#ffa4020e', GradientType=0);
}
ul.c-step li.active h3 {
  color: #a4020e;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
.about-page h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.about-page h2 .icon-user::before {
  content: "\f007";
}
.about-page h2 .icon-user {
  border: 1px solid #a4020e;
  color: #a4020e;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: inline-block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
  vertical-align: top;
  padding-left: 2px;
}
.about-page h2 a {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
  background: url("../images/icon_about.png") no-repeat left center scroll transparent;
}
.about-page h2 a:hover {
  color: #a4020e;
}
.about-page div.g-pageteam {
  line-height: 22px;
}
.about-page div.g-pageteam hr {
  height: 5px;
  background: #ccc;
}
.about-page div.g-pageteam .yt-lightbox.image-right {
  float: left;
  margin: 0 20px 20px 0;
}
.about-page 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;
}
.about-page div.g-pageteam .b-gettouch .h-heading4 {
  font-size: 130%;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  font-family: "Georgia";
  font-style: italic;
}
.about-page div.g-pageteam .b-gettouch .btn {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-page div.g-pageteam .b-gettouch .btn:active {
  vertical-align: -16px;
}
.about-page div.g-pageteam .content-about {
  margin-top: 20px;
}
.about-page div.g-pageteam .content-about .content {
  overflow: hidden;
  margin-bottom: 30px;
}
.about-page div.g-pageteam .content-about .content .fa {
  float: left;
  height: 100px;
  width: 82px;
  padding-left: 18px;
  margin-right: 15px;
  margin-top: 3px;
  display: block;
  line-height: 100px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: #a4020e;
}
.about-page div.g-pageteam .content-about .content .fa:hover {
  background: #d2000f;
  cursor: pointer;
}
.about-page div.g-pageteam .content-about .content h3 {
  font-weight: 300;
  margin-bottom: 15px;
}
.about-page div.g-pageteam .content-about .content h3 a {
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
.about-page div.g-pageteam .content-about .content h3 a:hover {
  color: #a4020e;
}
.page-service h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.page-service h2 a {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
  background: url("../images/icon_about.png") no-repeat left center scroll transparent;
}
.page-service h2 a:hover {
  color: #a4020e;
}
#g-pageservices [class^="icon-"],
#g-pageservices [class*=" icon-"] {
  background: #a4020e;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #eee;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#g-pageservices article {
  overflow: hidden;
}
#g-pageservices article h3 {
  font-size: 130%;
}
#g-pageservices article a.detail {
  font-size: 13px;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #a4020e;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#g-pageservices article a.detail:hover:after {
  color: #fff;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
.page-break .tabs {
  margin-top: 40px !important;
}
#g-pageportfolio [class*="span"] {
  position: relative;
  top: 0;
  background: #F9F9F9;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  -moz-box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
  box-shadow: 1px 1px 0  #FFFFFF inset,1px 0 0 #D8D8D8, 0 1px 0 #E5E5E5, 2px 1px 0 #D8D8D8, 1px 2px 0 #E5E5E5, 3px 2px 0 #D8D8D8, 2px 3px 0 #E5E5E5, 4px 3px 0 #D8D8D8, 4px 3px 0 #eee, 4px 3px 0 #E5E5E5, 4px 4px 0 #E5E5E5;
}
#g-pageportfolio [class*="span"] .port-item-img {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  overflow: hidden;
  border-right: none;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox {
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  position: relative;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px #222 inset;
}
#g-pageportfolio [class*="span"] .port-item-img .yt-lightbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-pageportfolio [class*="span"] .port-item-img .icon-plus-sign {
  font-size: 4px;
  color: #eee;
  position: absolute;
  left: 50%;
  bottom: -100%;
  z-index: 10;
  margin: 0 0 -19px -22px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#g-pageportfolio [class*="span"] .port-item-img:visited .icon-plus-sign {
  bottom: 100%;
}
#g-pageportfolio [class*="span"] .port-item-img:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#g-pageportfolio [class*="span"] .port-item-img:hover .icon-plus-sign {
  bottom: 50%;
  font-size: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#g-pageportfolio [class*="span"] .port-item-content {
  padding: 10px;
}
#g-pageportfolio [class*="span"] .port-item-content h4 {
  margin-bottom: 10px;
  font-size: 110%;
}
#g-pageportfolio [class*="span"] .port-item-content p {
  margin-bottom: 5px;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail {
  display: inline-block;
  margin-top: 1em;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  background: #a4020e;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
}
#g-pageportfolio [class*="span"] .port-item-content a.detail:hover:after {
  color: #fff;
}
#g-pageportfolio [class*="span"]:hover {
  top: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.testimonial h3.title {
  font-size: 24px;
  text-transform: uppercase;
  color: #666;
  font-weight: 300;
}
.testimonial .yt-testimonial.tm-avatar {
  float: left;
  margin: 0 30px 40px 0;
  padding: 0;
  border: 0;
  border-top: 0;
  position: inherit;
}
.testimonial .yt-testimonial.tm-avatar:before {
  display: none;
}
.testimonial .yt-testimonial.tm-avatar:after {
  display: none;
}
.testimonial .yt-testimonial.tm-avatar .content-testimonial {
  margin-bottom: 13px;
}
.testimonial .yt-testimonial.tm-avatar .content-testimonial .content-text {
  border: solid 1px #e9e9e9;
  border-radius: 15px;
  padding: 20px 25px 20px 35px;
  background: url("../images/bg_content_text.png") no-repeat 10px 20px scroll #fff;
  color: #909090;
  font-style: italic;
}
.testimonial .yt-testimonial.tm-avatar .content-testimonial .content-bottom {
  height: 16px;
  background: url("../images/bg_bottom_content_text.png") no-repeat 40px bottom scroll transparent;
  margin-top: -1px;
}
.testimonial .yt-testimonial.tm-avatar .testimonial-avatar {
  position: inherit;
}
.gallery .tabs {
  border: 0;
  margin: 0 0 10px 0;
}
.gallery .tabs .tabs {
  margin-right: 10px;
}
.gallery .tabs .tabs h3 {
  background: #f5f5f5;
  border-bottom-color: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}
.gallery .tabs .tabs h3 a {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  background: url("../images/icons/list-style.png") no-repeat 15px center scroll #ffffff;
  border-radius: 20px;
  border: solid 1px #e4e4e4;
  display: block;
  padding: 8px 18px 9px;
  padding-left: 30px;
  margin: 0px;
  transition: 0.3s all ease 0;
}
.gallery .tabs .tabs h3 a:hover {
  background: url("../images/icons/arrow_tabs-hover.png") no-repeat 15px center scroll #a4020e;
  border-color: #a4020e;
  color: #fff;
}
.gallery .tabs .open h3 a {
  background: url("../images/icons/arrow_tabs-hover.png") no-repeat 15px center scroll #a4020e;
  border-color: #a4020e;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 30px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  .yt-lightbox {
    float: none !important;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    top: 37%;
  }
  ul.c-step li {
    display: table-cell;
    padding-top: 35px;
  }
  div.yt-lightbox.image-left {
    float: none;
    display: inline-block;
    margin: 0 0 15px;
  }
  div.g-pageteam div.b-ourteam [class*="span"] {
    margin-bottom: 30px !important;
  }
}
#k2Container {
  padding-bottom: 50px;
}
#k2Container.cols-2 .latest-in-right,
#k2Container.cols-3 .latest-in-right,
#k2Container.cols-4 .latest-in-right {
  display: none !important;
}
#k2Container .itemListCategoriesBlock .itemListCategory {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#k2Container .itemListCategoriesBlock .itemListCategory p {
  color: #666;
  margin-bottom: 15px;
}
#k2Container .resplc-loadmore {
  padding: 0;
  text-align: center;
  box-shadow: none;
  float: none;
  overflow: hidden;
  margin: 0;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn {
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  background: url("../images/icons/icon_loadmore.png") no-repeat 15px center;
  padding: 10px 40px 10px 38px !important;
  border-radius: 50px;
  position: relative;
  text-align: center;
  background-color: #a4020e !important;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: auto;
  right: 50px;
  font-size: 18px;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
#k2Container .resplc-loadmore .resplc-loadmore-btn .ajax-first {
  padding: 0;
  font-size: 14px;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn .resplc-image-loading {
  text-align: center;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn.loaded,
#k2Container .resplc-loadmore .resplc-loadmore-btn:hover {
  text-decoration: none;
  background-color: #d2000f !important;
}
#k2Container .resplc-loadmore .resplc-loadmore-btn:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container .loading.resplc-loadmore-btn {
  background: none;
  padding-left: 0 !important;
}
#k2Container .itemList {
  padding-bottom: 30px;
}
#k2Container .itemList .itemContainer .catItemView {
  padding: 10px;
  width: 86%;
  float: left;
  background-color: #fff;
  margin-bottom: 30px;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .item_image_wrap img {
  width: 100%;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  width: 100%;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink {
  bottom: 0;
  right: 0;
  background: #a4020e;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage:hover .image-overlay {
  bottom: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle {
  font-size: 100%;
  font-weight: 400;
  line-height: 10px;
  margin-bottom: 0;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a:hover {
  color: #a4020e;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container .itemList .itemContainer .catItemView h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
  margin-left: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd [class^="icon-"] {
  display: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd a:hover {
  color: #a4020e;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 3px;
  margin-left: 1px;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd .itemDateCreated {
  margin-right: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody {
  padding: 10px;
  overflow: visible;
  line-height: 24px;
  color: #666;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore {
  color: #999;
  border: solid 1px #e1e1e1;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks {
  margin: 0;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock span {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #a4020e;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container .itemList .itemContainer .catItemView .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#k2Container .itemList .itemContainer.span6 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span4 .catItemView .catItemImageBlock,
#k2Container .itemList .itemContainer.span3 .catItemView .catItemImageBlock {
  float: none;
  margin: 0 0 10px;
  display: inline-block;
}
#k2Container .itemList .itemContainer:first-child .catItemView {
  border-top: none;
  box-shadow: none;
}
#k2Container .itemList #itemListLeading {
  background: #ccc;
}
#k2Container .itemList #itemListLeading .itemContainer {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container .itemList #itemListLeading .itemContainer .catItemView {
  padding-top: 0;
}
#k2Container .itemList #itemListLinks {
  padding: 0;
  background: none;
  border: none;
}
#k2Container .itemList #itemListLinks h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
#k2Container .itemList #itemListLinks .itemContainerLast {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container .itemList .catItem-in-right {
  float: right;
  width: 11%;
  margin-left: 0;
}
#k2Container .itemList .catItem-in-right .catItemCommentsLink {
  display: block;
  margin: 0;
}
#k2Container .itemList .catItem-in-right .catItemCommentsLink i {
  display: none;
}
#k2Container .itemList .catItem-in-right .catItemCommentsLink a {
  display: block;
  font-size: 11px;
  padding: 35px 10px 10px;
  text-align: center;
  margin-bottom: 5px;
  background: url("../images/icons/icon_comments-hover.png") no-repeat center 11px scroll #a4020e;
  color: #fff;
}
#k2Container .itemList .catItem-in-right .catItemHitsBlock {
  text-align: center;
  display: block;
  border: 0;
  padding: 35px 10px 10px;
  background: url("../images/icons/icon_views.png") no-repeat center 15px scroll #fff;
  font-size: 11px;
  color: #a8a8a8;
  margin-bottom: 5px;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock {
  display: block;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  text-align: center;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock span {
  display: none;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingForm {
  margin: 0;
  float: none;
  display: inline-block;
  padding: 5px 0;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingList {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -32px;
  float: none;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingList a:hover,
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -48px;
  display: inline-block;
  cursor: pointer;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingList {
  width: 80px;
  height: 16px;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingList a,
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 16px;
  line-height: 16px;
}
#k2Container .itemList .catItem-in-right .catItemRatingBlock .itemRatingLog {
  height: 16px;
  line-height: 16px;
  color: #999;
  float: none;
}
#k2Container.userView {
  padding: 0;
}
#k2Container.userView .userBlock {
  background: #fff;
  border: none;
}
#k2Container.userView .userBlock h2 {
  font-weight: bold;
}
#k2Container.userView .userBlock img {
  border: 0;
}
#k2Container.userView .userBlock .userDescription p {
  color: #666;
}
#k2Container.userView .userItemList .userItemView {
  margin: 0 0 15px;
}
#k2Container.userView .userItemList .userItemView .userItemBody {
  padding: 0px;
  padding: 10px;
  width: 86%;
  float: left;
  background-color: #fff;
  margin-bottom: 30px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage .item_image_wrap img {
  width: 100%;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  width: 100%;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage .catItemCommentsLink {
  bottom: 0;
  right: 0;
  background: #a4020e;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemImageBlock .catItemImage:hover .image-overlay {
  bottom: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#k2Container.userView .userItemList .userItemView .userItemBody h3.catItemTitle {
  font-size: 100%;
  font-weight: 400;
  line-height: 10px;
  margin-bottom: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody h3.catItemTitle a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
#k2Container.userView .userItemList .userItemView .userItemBody h3.catItemTitle a:hover {
  color: #a4020e;
}
#k2Container.userView .userItemList .userItemView .userItemBody h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
  margin-left: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd [class^="icon-"] {
  display: none;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd a:hover {
  color: #a4020e;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 3px;
  margin-left: 1px;
}
.rtl #k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemHeader dl.article-info dd .itemDateCreated {
  margin-right: 10px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemBody {
  padding: 10px;
  overflow: visible;
  line-height: 24px;
  color: #666;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemBody a.readmore {
  color: #999;
  border: solid 1px #e1e1e1;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks {
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock span {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #a4020e;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container.userView .userItemList .userItemView .userItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemImageBlock {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemImageBlock .userItemImage {
  text-align: left;
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemImageBlock .userItemImage a img {
  border: none;
  padding: 0px;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  width: 100% !important;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemImageBlock .userItemImage a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemHeader .userItemTitle {
  font-size: 100%;
  font-weight: 500;
  margin: 15px 0 7px;
  padding: 0;
  margin-bottom: 0;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemHeader .userItemTitle a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemHeader .userItemTitle a:hover {
  color: #a4020e;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemDateCreated {
  font-size: 11px;
  color: #999;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemDateCreated .icon-time {
  display: none;
}
#k2Container.userView .userItemList .userItemView .userItemBody .userItemIntroText {
  padding: 10px 0 17px 0;
}
#k2Container.userView .userItemList .userItemView .user-in-right {
  float: right;
  width: 11%;
  margin-left: 0;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemCommentsLink {
  display: block;
  margin: 0;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemCommentsLink i {
  display: none;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemCommentsLink a {
  display: block;
  font-size: 11px;
  padding: 35px 10px 10px;
  text-align: center;
  margin-bottom: 5px;
  background: url("../images/icons/icon_comments-hover.png") no-repeat center 11px scroll #a4020e;
  color: #fff;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemHitsBlock {
  text-align: center;
  display: block;
  border: 0;
  padding: 35px 10px 10px;
  background: url("../images/icons/icon_views.png") no-repeat center 15px scroll #fff;
  font-size: 11px;
  color: #a8a8a8;
  margin-bottom: 5px;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock {
  display: block;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  text-align: center;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock span {
  display: none;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingForm {
  margin: 0;
  float: none;
  display: inline-block;
  padding: 5px 0;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingList {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -32px;
  float: none;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingList a:hover,
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -48px;
  display: inline-block;
  cursor: pointer;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingList {
  width: 80px;
  height: 16px;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingList a,
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 16px;
  line-height: 16px;
}
#k2Container.userView .userItemList .userItemView .user-in-right .catItemRatingBlock .itemRatingLog {
  height: 16px;
  line-height: 16px;
  color: #999;
  float: none;
}
#k2Container.userView .userItemList .userItemView .user-in-right .userItemCommentsLink {
  display: block;
  margin: 0;
  border-right: 0;
  padding: 0;
}
#k2Container.userView .userItemList .userItemView .user-in-right .userItemCommentsLink i {
  display: none;
}
#k2Container.userView .userItemList .userItemView .user-in-right .userItemCommentsLink a {
  display: block;
  font-size: 11px;
  padding: 35px 10px 10px;
  text-align: center;
  margin-bottom: 5px;
  background: url("../images/icons/icon_comments-hover.png") no-repeat center 11px scroll #a4020e;
  color: #fff;
}
#k2Container.tagView .tagItemList .tagItemView {
  border: none;
  padding: 0;
  margin: 0 0 20px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody {
  margin: 0;
  padding: 0;
  padding: 10px;
  width: 86%;
  float: left;
  background-color: #fff;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage .item_image_wrap img {
  width: 100%;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  width: 100%;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage .catItemCommentsLink {
  bottom: 0;
  right: 0;
  background: #a4020e;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemImageBlock .catItemImage:hover .image-overlay {
  bottom: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody h3.catItemTitle {
  font-size: 100%;
  font-weight: 400;
  line-height: 10px;
  margin-bottom: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody h3.catItemTitle a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody h3.catItemTitle a:hover {
  color: #a4020e;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
  margin-left: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd [class^="icon-"] {
  display: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd a:hover {
  color: #a4020e;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 3px;
  margin-left: 1px;
}
.rtl #k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemHeader dl.article-info dd .itemDateCreated {
  margin-right: 10px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemBody {
  padding: 10px;
  overflow: visible;
  line-height: 24px;
  color: #666;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemBody a.readmore {
  color: #999;
  border: solid 1px #e1e1e1;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks {
  margin: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock span {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #a4020e;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container.tagView .tagItemList .tagItemView .tagItemBody .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemImageBlock {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemImageBlock .tagItemImage {
  margin: 0;
  text-align: left;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemImageBlock .tagItemImage img {
  border: none;
  padding: 0;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  width: 100% !important;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemImageBlock .tagItemImage:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader .tagItemTitle {
  font-size: 100%;
  font-weight: normal;
  margin: 15px 0 7px;
  padding: 0;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader .tagItemTitle a {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemHeader .tagItemTitle a:hover {
  color: #a4020e;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemIntroText {
  padding: 10px 0 17px 0;
  padding: 10px;
  overflow: visible;
  line-height: 24px;
  color: #666;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemIntroText p {
  margin-bottom: 10px;
  line-height: 20px;
}
#k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemIntroText a.readmore {
  color: #999;
  border: solid 1px #e1e1e1;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
#k2Container.tagView .tagItemList .tag-in-right {
  float: right;
  width: 11%;
  margin-left: 0;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemCommentsLink {
  display: block;
  margin: 0;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemCommentsLink i {
  display: none;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemCommentsLink a {
  display: block;
  font-size: 11px;
  padding: 35px 10px 10px;
  text-align: center;
  margin-bottom: 5px;
  background: url("../images/icons/icon_comments-hover.png") no-repeat center 11px scroll #a4020e;
  color: #fff;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemHitsBlock {
  text-align: center;
  display: block;
  border: 0;
  padding: 35px 10px 10px;
  background: url("../images/icons/icon_views.png") no-repeat center 15px scroll #fff;
  font-size: 11px;
  color: #a8a8a8;
  margin-bottom: 5px;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock {
  display: block;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  text-align: center;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock span {
  display: none;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingForm {
  margin: 0;
  float: none;
  display: inline-block;
  padding: 5px 0;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingList {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -32px;
  float: none;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingList a:hover,
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -48px;
  display: inline-block;
  cursor: pointer;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingList {
  width: 80px;
  height: 16px;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingList a,
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 16px;
  line-height: 16px;
}
#k2Container.tagView .tagItemList .tag-in-right .catItemRatingBlock .itemRatingLog {
  height: 16px;
  line-height: 16px;
  color: #999;
  float: none;
}
#k2Container.tagView .tagItemList .tag-in-right .tagItemCommentsLink {
  display: block;
  margin: 0;
  border-right: 0;
  padding: 0;
}
#k2Container.tagView .tagItemList .tag-in-right .tagItemCommentsLink i {
  display: none;
}
#k2Container.tagView .tagItemList .tag-in-right .tagItemCommentsLink a {
  display: block;
  font-size: 11px;
  padding: 35px 10px 10px;
  text-align: center;
  margin-bottom: 5px;
  background: url("../images/icons/icon_comments-hover.png") no-repeat center 11px scroll #a4020e;
  color: #fff;
}
#k2Container.latestView .latestItemsCategory {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
#k2Container.latestView .latestItemsCategory h2 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#k2Container.latestView .latestItemsCategory p {
  color: #666;
  margin-bottom: 15px;
}
#k2Container.latestView .latestItemsCategory h2 a {
  color: #666;
}
#k2Container.latestView .latestItemsCategory h2 a:hover {
  color: #0083e8;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span6,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span4,
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.span3 {
  background: transparent;
  margin-bottom: 25px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView.item1 {
  margin-left: 0;
  clear: both;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main {
  padding: 10px;
  width: 86%;
  float: left;
  background-color: #fff;
  margin-bottom: 30px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage {
  background: url(../images/loading.gif) no-repeat center center #E6E6E6;
  overflow: hidden;
  margin-right: 20px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage .item_image_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage .item_image_wrap img {
  width: 100%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage .item_image_wrap .circle_hover {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #46abd4;
  border-radius: 50%;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -32px 0 0 -32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in {
  opacity: 1;
  top: 50%;
  transform: rotate(180deg);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage .item_image_wrap .circle_hover.circle_in.circle_out {
  opacity: 0;
  top: 110%;
  transform: rotate(360deg);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage img {
  padding: 0;
  border: none;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  width: 100%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage .catItemCommentsLink {
  bottom: 0;
  right: 0;
  background: #a4020e;
  color: #fff;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border-right: none;
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage .catItemCommentsLink a {
  color: #fff;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage:hover .image-overlay {
  bottom: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main h3.catItemTitle {
  font-size: 100%;
  font-weight: 400;
  line-height: 10px;
  margin-bottom: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main h3.catItemTitle a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main h3.catItemTitle a:hover {
  color: #a4020e;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main h3.catItemTitle .catItemEditLink {
  padding: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main h3.catItemTitle .catItemEditLink .modal {
  position: static;
  margin: 0;
  padding: 5px 10px;
  box-shadow: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader {
  margin: 0;
  overflow: hidden;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info {
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
  margin-left: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd [class^="icon-"] {
  display: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd a {
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd a:hover {
  color: #a4020e;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 3px;
  margin-left: 1px;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemHeader dl.article-info dd .itemDateCreated {
  margin-right: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemBody {
  padding: 10px;
  overflow: visible;
  line-height: 24px;
  color: #666;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemBody p {
  margin-bottom: 10px;
  line-height: 20px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemBody a.readmore {
  color: #999;
  border: solid 1px #e1e1e1;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemNavi {
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemNavi > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks {
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock {
  padding: 0;
  border: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock span {
  background: url(../images/tag-icon.png);
  width: 28px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock ul.catItemTags li {
  font-size: 86%;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock ul.catItemTags li a {
  color: #999;
  padding-left: 5px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock ul.catItemTags li a:hover {
  color: #a4020e;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  content: '|';
  color: #999;
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock ul.catItemTags li:before {
  margin-left: 10px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  content: '';
}
.rtl #k2Container.latestView .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemLinks div.catItemTagsBlock ul.catItemTags li:first-child:before {
  margin-left: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock {
  margin-right: 20px;
  padding: 0;
  float: left;
  margin-bottom: 20px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock .catItemImage {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemImageBlock .catItemImage:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemTitle {
  font-size: 100%;
  font-weight: bold;
  margin: 28px 0 0 0;
  padding: 0;
  margin-bottom: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemTitle a {
  color: ;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemTitle a:hover {
  color: #a4020e;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .article-info {
  margin: 0px;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .article-info .tagItemCommentsLink {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 11px;
  color: #999;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .article-info .tagItemCommentsLink .icon-time {
  display: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .catItemView .catItemBody {
  padding: 10px 0 17px 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right {
  float: right;
  width: 11%;
  margin-left: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemCommentsLink {
  display: block;
  margin: 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemCommentsLink i {
  display: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemCommentsLink a {
  display: block;
  font-size: 11px;
  padding: 35px 10px 10px;
  text-align: center;
  margin-bottom: 5px;
  background: url("../images/icons/icon_comments-hover.png") no-repeat center 11px scroll #a4020e;
  color: #fff;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemHitsBlock {
  text-align: center;
  display: block;
  border: 0;
  padding: 35px 10px 10px;
  background: url("../images/icons/icon_views.png") no-repeat center 15px scroll #fff;
  font-size: 11px;
  color: #a8a8a8;
  margin-bottom: 5px;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock {
  display: block;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  text-align: center;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock span {
  display: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingForm {
  margin: 0;
  float: none;
  display: inline-block;
  padding: 5px 0;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingList {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -32px;
  float: none;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingList a:hover,
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -48px;
  display: inline-block;
  cursor: pointer;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingList {
  width: 80px;
  height: 16px;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingList a,
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingList .itemCurrentRating {
  height: 16px;
  line-height: 16px;
}
#k2Container.latestView .latestItemsContainer .catItemList .latest-in-right .catItemRatingBlock .itemRatingLog {
  height: 16px;
  line-height: 16px;
  color: #999;
  float: none;
}
#k2Container.itemView {
  border: none;
  margin: 0;
  padding: 0;
}
#k2Container.itemView .itemHeader {
  margin-bottom: 57px;
}
#k2Container.itemView .itemHeader h2 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  margin-bottom: 0;
}
#k2Container.itemView .itemHeader .itemDateCreated {
  float: left;
  padding-right: 15px;
  margin-top: 3px;
}
#k2Container.itemView .itemHeader .itemRatingBlock {
  display: block;
  background: #fff;
  font-size: 11px;
  color: #a8a8a8;
  text-align: center;
  background: none;
  float: left;
  padding: 0;
}
#k2Container.itemView .itemHeader .itemRatingBlock span {
  display: none;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingForm {
  margin: 0;
  float: none;
  display: inline-block;
  padding: 5px 0;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingList {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -32px;
  float: none;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingList a:hover,
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingList .itemCurrentRating {
  background-image: url("../images/blue/stars.png");
  background-position: 0 -48px;
  display: inline-block;
  cursor: pointer;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingList {
  width: 80px;
  height: 16px;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingList a,
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingList .itemCurrentRating {
  height: 16px;
  line-height: 16px;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingLog {
  height: 16px;
  line-height: 16px;
  color: #999;
  float: none;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingForm {
  float: left;
  padding-bottom: 0;
}
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingForm .itemRatingList,
#k2Container.itemView .itemHeader .itemRatingBlock .itemRatingForm .itemRatingLog {
  float: left;
}
#k2Container.itemView .itemHeader .itemAuthor {
  float: left;
  padding-left: 15px;
  line-height: 27px;
  color: #999;
}
#k2Container.itemView .itemHeader .itemToolbar {
  float: right;
  background: none;
  border-top: 0;
  border-bottom: 0;
  margin-top: -20px;
}
#k2Container.itemView .itemHeader .itemToolbar ul li {
  border-left: 0;
  padding: 0;
}
#k2Container.itemView .itemHeader .itemToolbar ul li span.itemTextResizerTitle {
  text-transform: capitalize;
  margin-right: 10px;
  color: #a8a8a8;
  font-size: 11px;
}
#k2Container.itemView .itemHeader .itemToolbar ul li a#fontDecrease img {
  background: url("../images/icons/icon-minus.png") no-repeat center center;
  width: 20px;
  height: 19px;
  border-radius: 2px;
}
#k2Container.itemView .itemHeader .itemToolbar ul li a#fontDecrease img:hover {
  background-image: url(../images/blue/icon-minus-hover.png);
}
#k2Container.itemView .itemHeader .itemToolbar ul li a#fontIncrease img {
  background: url("../images/icons/icon-plus.png") no-repeat center center;
  width: 20px;
  height: 19px;
  border-radius: 2px;
}
#k2Container.itemView .itemHeader .itemToolbar ul li a#fontIncrease img:hover {
  background-image: url(../images/blue/icon-plus-hover.png);
}
#k2Container.itemView .itemHeader .itemToolbar ul li .itemPrintLink {
  background: url("../images/icons/print.png") no-repeat center center;
}
#k2Container.itemView .itemHeader .itemToolbar ul li .itemPrintLink span {
  opacity: 0;
}
#k2Container.itemView .itemHeader .itemToolbar ul li .itemEmailLink {
  background: url("../images/icons/email-buttom.png") no-repeat center center;
}
#k2Container.itemView .itemHeader .itemToolbar ul li .itemEmailLink span {
  opacity: 0;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .page-header {
  padding: 0px;
  border-bottom: 0;
  margin: 0 0 25px;
  text-transform: uppercase;
}
#k2Container.itemView .itemBody .article-info {
  margin: 0;
  overflow: hidden;
  overflow: visible;
  margin: 0 0 6px;
}
#k2Container.itemView .itemBody .article-info dl.article-info {
  margin: 0;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
  margin-left: 0;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd [class^="icon-"] {
  display: none;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd a {
  color: #999;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd a:hover {
  color: #a4020e;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 3px;
  margin-left: 1px;
}
.rtl #k2Container.itemView .itemBody .article-info dl.article-info dd:before {
  margin-right: 10px;
  margin-left: 10px;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.itemView .itemBody .article-info dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.itemView .itemBody .article-info dl.article-info dd .itemDateCreated {
  margin-right: 10px;
}
#k2Container.itemView .itemBody .itemImageBlock {
  text-align: center;
  padding: 0;
  margin: 25px 0px;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage {
  text-align: left;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage a.modal {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
  border: 4px solid #fff;
  padding: 0;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage:hover img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
#k2Container.itemView .itemBody div.itemIntroText {
  font-size: 100%;
  color: #000;
  padding: 0;
  line-height: 22px;
  font-weight: normal;
}
#k2Container.itemView .itemBody div.itemFullText .itemDateModified {
  float: right;
  margin: 1em 0 2em;
  color: #999;
  clear: both;
}
#k2Container.itemView .itemBody .itemNaviBottom {
  margin-bottom: 1em;
  clear: both;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
  padding: 5px 15px;
  border: none;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
  min-height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div:last-child {
  border: none;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing {
  padding: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div {
  float: left;
  width: auto;
  height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom .itemSocialSharing > div > iframe {
  width: 80px !important;
}
#k2Container.itemView .itemBody .item-comment a {
  color: #fff;
}
#k2Container.itemView .itemBody .btn-share .share {
  margin-top: 0;
}
#k2Container.itemView .itemBody .itemNavigation {
  border: none;
  padding: 4px 0;
  margin-bottom: 0;
  background: transparent;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock {
  padding: 4px 0;
  border: none;
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock span {
  color: #999;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemAuthorBlock {
  background: #fff;
  padding: 18px 30px 25px;
  border: 1px solid #d4d4d3;
  min-height: 93px;
  margin: 0;
}
#k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar {
  padding: 0;
  margin-right: 30px;
  background: #354449;
  width: 57px;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails {
  padding: 0;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 100%;
  text-transform: uppercase;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName a {
  color: ;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails h3.itemAuthorName a:hover {
  color: #a4020e;
}
#k2Container.itemView .itemBody .itemAuthorBlock .itemAuthorDetails p {
  margin: 0;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border: none;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemRelated {
  margin: 0;
  background: url("../images/line-blog.png") repeat-x left top;
  padding-top: 20px;
}
#k2Container.itemView .itemBody .itemRelated h3 {
  color: #666;
  text-transform: uppercase;
  margin: 0 0 23px;
  font-size: 100%;
  font-weight: bold;
}
#k2Container.itemView .itemBody .itemRelated ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#k2Container.itemView .itemBody .itemRelated ul li {
  border-bottom: none;
  background: transparent;
  width: 50%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info {
  margin: 0;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd {
  display: inline-block;
  font-size: 89%;
  line-height: 24px;
  margin: 0;
  color: #999;
  float: none;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd .itemDateCreated {
  margin: 0;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd [class^="icon-"] {
  font-size: 12px;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd a {
  color: #999;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd a:hover {
  color: #a4020e;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd:before {
  content: "|";
  color: #999;
  display: inline-block;
  margin-right: 3px;
  margin-left: 1px;
}
.rtl #k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd:before {
  margin-right: 3px;
  margin-left: 3px;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd:first-child:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
#k2Container.itemView .itemBody .itemRelated ul li dl.article-info dd i {
  font-size: 14px;
  color: draken(#ccc,0.2%);
}
#k2Container.itemView .itemBody .itemRelated ul li.odd,
#k2Container.itemView .itemBody .itemRelated ul li.even {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd img,
#k2Container.itemView .itemBody .itemRelated ul li.even img {
  float: left;
  margin: 6px 25px 57px 0;
  height: 114px !important;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .itemRelTitle,
#k2Container.itemView .itemBody .itemRelated ul li.even .itemRelTitle {
  font-weight: bold;
  text-transform: uppercase;
  color: ;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .itemRelTitle:hover,
#k2Container.itemView .itemBody .itemRelated ul li.even .itemRelTitle:hover {
  color: #a4020e;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .catItemDateCreated,
#k2Container.itemView .itemBody .itemRelated ul li.even .catItemDateCreated {
  font-size: 11px;
  color: #999;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .catItemDateCreated .catItemCommentsLink,
#k2Container.itemView .itemBody .itemRelated ul li.even .catItemDateCreated .catItemCommentsLink {
  padding: 0;
  margin: 0;
  border: none;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .catItemDateCreated .catItemCommentsLink:before,
#k2Container.itemView .itemBody .itemRelated ul li.even .catItemDateCreated .catItemCommentsLink:before {
  content: '|';
  padding: 0 2px;
}
#k2Container.itemView .itemBody .itemRelated ul li.odd .catItemDateCreated .catItemCommentsLink .icon-comments-alt,
#k2Container.itemView .itemBody .itemRelated ul li.even .catItemDateCreated .catItemCommentsLink .icon-comments-alt {
  margin: 0 3px;
}
#k2Container.itemView .itemBody .itemRelated ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#k2Container.itemView .itemLatest {
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
}
#k2Container.itemView .itemLatest h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemLatest ul {
  margin-left: 15px;
}
#k2Container.itemView .itemLatest ul li {
  border: none;
  background: transparent;
}
#k2Container.itemView .itemContentFooter {
  border-top: 0;
  text-align: left;
  font-style: italic;
  color: #666;
  font-size: 11px;
}
#k2Container.itemView .itemLinks {
  height: 48px;
  overflow: hidden;
  background: #fff;
}
#k2Container.itemView .itemLinks .comment {
  float: left;
  margin-left: 10px;
  line-height: 48px;
}
#k2Container.itemView .itemLinks .comment a.itemCommentsLink {
  color: #a8a8a8;
  background: url("../images/icons/icon_comments.png") no-repeat left center scroll transparent;
  padding: 5px;
  padding-left: 30px;
}
#k2Container.itemView .itemLinks .comment a.itemCommentsLink:hover {
  background: url("../images/blue/icon_comments-hover.png") no-repeat left center scroll transparent;
  color: #a4020e;
}
#k2Container.itemView .itemLinks .hits {
  float: left;
}
#k2Container.itemView .itemLinks .hits .itemHits {
  padding: 0px;
  margin: 0px;
  float: left;
  border: none;
  line-height: 48px;
  margin-left: 40px;
  color: #a8a8a8;
  background: url("../images/icons/icon_views.png") no-repeat left center scroll transparent;
  display: block;
  height: 48px;
  padding-left: 30px;
}
#k2Container.itemView .itemLinks .itemTagsBlock {
  margin-left: 40px;
  float: left;
  background: url("../images/icon_tags.png") no-repeat left center scroll transparent;
  padding: 5px;
  padding-left: 25px;
  border: none;
  margin-top: 11px;
}
#k2Container.itemView .itemLinks .itemTagsBlock span {
  color: #a8a8a8;
}
#k2Container.itemView .itemLinks .itemTagsBlock ul li a {
  margin-left: 10px;
  color: #a4020e;
}
#k2Container.itemView .itemLinks .itemTagsBlock ul li a:hover {
  color: #a8a8a8;
}
#k2Container.itemView .commentToolbar {
  display: none;
}
#k2Container.itemView .itemBackToTop {
  display: none;
}
#k2Container.itemView .itemAuthorBlock {
  background: #ededed;
  border: none;
}
#k2Container.itemView .itemAuthorLatest h3 {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin-bottom: 20px;
}
#k2Container.itemView .itemAuthorLatest ul {
  list-style: none;
  margin-left: 0;
}
#k2Container.itemView .itemAuthorLatest ul li {
  background: none;
  border: none;
}
#k2Container.itemView .itemAuthorLatest ul li a {
  color: #666666;
}
#k2Container.itemView .itemAuthorLatest ul li a:hover {
  color: #a4020e;
}
#k2Container.itemView .itemComments h3.itemCommentsCounter {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
  text-transform: capitalize;
}
#k2Container.itemView .itemComments span.commentAuthorName a {
  color: #a4020e !important;
  font-size: 16px;
}
#k2Container.itemView .itemComments .itemCommentsPagination ul li {
  display: inline;
}
#k2Container.itemView .itemVideoBlock {
  padding: 0;
  background: transparent;
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
}
#k2Container.itemView .itemVideoBlock h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
  text-align: left;
  padding-left: 5px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded iframe {
  margin: 0 12px 0px 0;
}
#k2Container.itemView .itemImageGallery {
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}
#k2Container.itemView .itemImageGallery h3 {
  font-size: 151.4%;
  font-family: ;
}
#k2Container.itemView .itemImageGallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.itemView .itemComments {
  padding: 0;
  background: transparent;
  border: none;
  overflow: hidden;
}
#k2Container.itemView .itemComments h3 {
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: ;
  background: url("../images/line-blog.png") repeat-x left bottom;
  padding-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsList {
  margin-bottom: 50px;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  background: transparent;
  padding: 25px 0px 0;
  border-bottom: none;
}
#k2Container.itemView .itemComments .itemCommentsList li:first-child {
  padding-top: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li img {
  margin: 0px 30px 0 0;
  padding: 20px 5px 0 5px;
  border: 1px solid #dfdfdf;
  border-radius: 11px;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink {
  float: none;
  display: block;
  margin-left: 75px;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a {
  color: ;
  font-size: 100%;
  padding: 8px 20px 8px 3px;
  text-decoration: inherit;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a:hover {
  color: #a4020e;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink p {
  padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li p {
  margin-left: 75px;
  margin-bottom: 0px;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate,
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName {
  font-weight: normal;
  color: #666;
  font-size: 89%;
  border: none;
  display: inline-block;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate a,
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName a {
  color: #666;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate {
  color: #999;
  margin-left: 10px;
}
#k2Container.itemView .itemComments .itemCommentsList li [class^="icon-"],
#k2Container.itemView .itemComments .itemCommentsList li [class*=" icon-"] {
  font-size: 12px;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
  border: none;
  margin: 1em 0 2em;
}
#k2Container.itemView div.itemCommentsForm h3 {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
  text-transform: capitalize;
  margin-bottom: 34px;
}
#k2Container.itemView div.itemCommentsForm #comment-form {
  margin: 0;
}
#k2Container.itemView div.itemCommentsForm form input.inputbox,
#k2Container.itemView div.itemCommentsForm form textarea.inputbox {
  background: none;
  padding: 7px;
}
#k2Container.itemView div.itemCommentsForm form input.inputbox:focus,
#k2Container.itemView div.itemCommentsForm form textarea.inputbox:focus {
  border-color: #a4020e;
  box-shadow: inherit;
}
#k2Container.itemView div.itemCommentsForm textarea.inputbox {
  width: 96%;
  background: #fff !important;
}
#k2Container.itemView div.itemCommentsForm input.inputbox {
  width: 56%;
  background: #fff !important;
}
#k2Container.itemView div.itemCommentsForm button.button {
  color: #fff;
  background: ;
  text-transform: uppercase;
  border: none;
  border-radius: inherit;
  padding: 10px 16px;
  margin-bottom: 10px;
}
#k2Container.itemView div.itemCommentsForm button.button:after {
  content: "\f0a9";
  color: #fff;
  font-family: FontAwesome;
  margin: 0 0 0 5px;
}
#k2Container.itemView div.itemCommentsForm button.button:hover {
  background: #1b8fbe;
}
#k2Container.cols-2 .latest-in-right,
#k2Container.cols-3 .latest-in-right,
#k2Container.cols-4 .latest-in-right {
  display: none !important;
}
#k2Container.cols-2 .latestItemsContainer .catItemList .catItemView .latest-in-main,
#k2Container.cols-3 .latestItemsContainer .catItemList .catItemView .latest-in-main,
#k2Container.cols-4 .latestItemsContainer .catItemList .catItemView .latest-in-main {
  width: auto;
  margin-bottom: 0;
}
#k2Container.cols-2 .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage,
#k2Container.cols-3 .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage,
#k2Container.cols-4 .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemImageBlock .catItemImage {
  margin: 0 0 20px;
  height: auto;
  float: none;
}
#k2Container.cols-2 .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemBody,
#k2Container.cols-3 .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemBody,
#k2Container.cols-4 .latestItemsContainer .catItemList .catItemView .latest-in-main .catItemBody {
  padding: 0;
}
.sj-categories h3.modtitle {
  background: transparent;
  color: #444;
  text-align: center;
  padding: 20px;
}
.k2CategoriesListBlock ul.level0 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.k2CategoriesListBlock ul.level0 > li {
  padding: 0;
}
.k2CategoriesListBlock ul.level0 > li:hover a,
.k2CategoriesListBlock ul.level0 > li.activeCategory a {
  color: #a4020e;
}
.k2CategoriesListBlock ul.level0 > li ul >li >a {
  background-image: url(../images/icons/list-style.png);
}
.k2CategoriesListBlock ul.level0 > li ul >li.activeCategory a,
.k2CategoriesListBlock ul.level0 > li ul >li:hover a {
  color: #a4020e;
  background-image: url(../images/blue/arrow3-hover.png);
}
.sj-categories .sj_k2_categories {
  margin: 0 -17px 10px -10px;
}
.sj_k2_categories .cat-wrap.theme1 .clr1 {
  width: 1px;
  background-color: #e1e1e1;
}
.sj_k2_categories .cat-wrap.theme1 .content-box {
  overflow: hidden;
  margin: 0 0 20px 0;
  border-left: solid 1px #e1e1e1;
}
.sj_k2_categories .cat-wrap.theme1 .content-box:first-child {
  border-left: none;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .cat-title {
  margin: 0 10px 20px;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .cat-title a {
  font-size: 129%;
  color: #444;
  font-weight: normal !important;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .cat-title a:hover {
  color: #a4020e;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .image_cat {
  margin: 0 10px 10px;
  position: relative;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .image_cat img {
  width: 100%;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .image_cat:hover:before {
  border: solid 10px #a4020e;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat {
  margin: 0 10px;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  padding: 5px !important;
  border-top: solid 1px #e1e1e1;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title:first-child {
  border-top: none;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title a {
  color: #666;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title a:hover {
  color: #a4020e;
}
.sj_k2_categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title:hover a {
  padding-left: 8px;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
#bd .sj_k2_categories.preset01-6 .cat-wrap .content-box {
  width: 16.5%;
  margin: 0 0 20px 0;
}
.k2ItemsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.comment .k2ItemsBlock ul.blank > li {
  float: left;
  width: 100%;
}
.k2ItemsBlock ul.blank > li .num-item {
  float: left;
  width: 55px;
  height: 70px;
  padding-left: 10px;
  font-size: 214%;
  color: #999;
  margin-top: 5px;
}
.comment .k2ItemsBlock ul.blank > li .num-item {
  display: none;
}
.comment .k2ItemsBlock ul.blank > li a.moduleItemImage,
.mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage {
  float: left;
  width: 30%;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}
.rtl .comment .k2ItemsBlock ul.blank > li a.moduleItemImage,
.rtl .mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.comment .k2ItemsBlock ul.blank > li a.moduleItemImage:hover:before,
.mega-modulecomment .k2ItemsBlock ul.blank > li a.moduleItemImage:hover:before {
  border: solid 5px #a4020e;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.k2ItemsBlock ul.blank > li a.moduleItemTitle {
  font-size: 129%;
  color: #444;
}
.k2ItemsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
}
.k2ItemsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2ItemsBlock ul.blank > li .listinline {
  margin-top: 5px;
}
.k2ItemsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  color: #999;
}
.k2ItemsBlock ul.blank > li .listinline [class^="icon-"],
.k2ItemsBlock ul.blank > li .listinline [class*=" icon-"] {
  font-size: 12px;
}
.k2ItemsBlock ul.blank > li .moduleItemComments {
  color: #999;
  font-size: 12px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
.k2ItemsBlock ul.blank > li .moduleItemComments a {
  color: #999;
}
.k2ItemsBlock ul.blank > li .moduleItemComments a:hover {
  color: #a4020e;
}
.k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.comment .k2ItemsBlock ul.blank > li .moduleItemIntrotext {
  padding: 0;
}
.k2ItemsBlock ul.blank > li:hover .num-item {
  color: #a4020e;
}
.k2ItemsBlock ul.blank > li:hover a.moduleItemTitle {
  color: #a4020e;
}
.k2ItemsBlock ul.blank {
  margin: 0 20px;
}
.comment .k2ItemsBlock ul.blank {
  margin: 0;
}
.k2LatestCommentsBlock ul.blank > li {
  background: transparent;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.comment .k2LatestCommentsBlock ul.blank > li {
  float: left;
  width: 100%;
}
.k2LatestCommentsBlock ul.blank > li .num-item {
  float: left;
  width: 55px;
  height: 70px;
  padding-left: 10px;
  font-size: 214%;
  color: #999;
  margin-top: 5px;
}
.comment .k2LatestCommentsBlock ul.blank > li .num-item {
  display: none;
}
.comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage,
.mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage {
  float: left;
  width: 30%;
  margin-right: 20px;
  position: relative;
  margin-top: 5px;
}
.rtl .comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage,
.rtl .mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.comment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage:hover:before,
.mega-modulecomment .k2LatestCommentsBlock ul.blank > li a.moduleItemImage:hover:before {
  border: solid 5px #a4020e;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.k2LatestCommentsBlock ul.blank > li a.moduleItemTitle {
  font-size: 129%;
  color: #444;
}
.k2LatestCommentsBlock ul.blank > li.lastItem {
  border: none;
  padding: 0;
}
.k2LatestCommentsBlock ul.blank > li .k2Avatar {
  margin-right: 8px;
}
.k2LatestCommentsBlock ul.blank > li .listinline {
  margin-top: 5px;
}
.k2LatestCommentsBlock ul.blank > li .listinline li {
  padding: 0 3px;
  color: #999;
}
.k2LatestCommentsBlock ul.blank > li .listinline [class^="icon-"],
.k2LatestCommentsBlock ul.blank > li .listinline [class*=" icon-"] {
  font-size: 12px;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments {
  color: #999;
  font-size: 12px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments a {
  color: #999;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemComments a:hover {
  color: #a4020e;
}
.k2LatestCommentsBlock ul.blank > li .moduleItemIntrotext {
  line-height: 20px;
  overflow: hidden;
}
.comment .k2LatestCommentsBlock ul.blank > li .moduleItemIntrotext {
  padding: 0;
}
.k2LatestCommentsBlock ul.blank > li:hover .num-item {
  color: #a4020e;
}
.k2LatestCommentsBlock ul.blank > li:hover a.moduleItemTitle {
  color: #a4020e;
}
.k2LatestCommentsBlock ul.blank {
  margin: 0 20px;
}
.comment .k2LatestCommentsBlock ul.blank {
  margin: 0;
}
.k2LatestCommentsBlock a.lcComment {
  color: #666;
}
.k2LatestCommentsBlock a.lcComment:hover {
  color: #46abd4;
}
.k2TopCommentersBlock ul {
  list-style: none;
  margin: 0;
}
.k2TopCommentersBlock ul li {
  padding: 20px 0;
  border-bottom: solid 1px #e1e1e1;
  background: transparent;
}
.k2TopCommentersBlock ul li:first-child {
  padding-top: 0;
}
.k2TopCommentersBlock ul li .k2Avatar {
  margin-right: 15px;
  float: left;
}
.k2TopCommentersBlock ul li .k2Avatar img {
  margin: 0;
}
.k2TopCommentersBlock ul li .tcLatestComment {
  color: #444;
}
.k2TopCommentersBlock ul li .tcLatestComment:hover {
  color: #a4020e;
}
.k2TopCommentersBlock ul li .tcLatestCommentDate,
.k2TopCommentersBlock ul li .tcCommentsCounter {
  color: #ccc;
  font-size: 86%;
}
.k2TopCommentersBlock ul li .tcLatestCommentDate {
  border-right: solid 1px #ccc;
  padding-right: 10px;
  margin-right: 10px;
}
.k2TopCommentersBlock ul li [class^="icon-"] {
  font-size: 12px;
}
div.k2TagCloudBlock {
  padding: 0;
}
div.k2TagCloudBlock a {
  padding: 5px 8px 5px;
  background: #fff;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 5px 5px 0px;
  color: #666666;
}
div.k2TagCloudBlock a:hover {
  background: #a4020e;
  color: #fff;
  padding: 5px 8px 5px;
}
div.k2TagCloudBlock a:hover > span {
  right: -25px;
  background: #227292;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.k2TagCloudBlock a > span {
  width: 18px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.item-hover {
  float: left;
  margin-right: 10px;
  height: 34px;
  margin-top: 20px;
}
.item-hover a {
  display: inline-block;
  color: #999;
  font-family: 'Arial';
  overflow: hidden;
  position: relative;
  padding: 0;
}
.item-hover a:before {
  overflow: hidden;
  background: #a4020e;
  color: #fff;
  content: attr(data-hover);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  z-index: -1;
  padding: 5px 20px;
}
.item-hover a span {
  border: solid 1px #e1e1e1;
  background: transparent;
  padding: 5px 20px;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  display: block;
  background: #fff;
}
.item-hover a:hover:before {
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.item-hover a:hover span {
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.item-hover a:focus:before {
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.item-hover a:focus span {
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
div.mgi-wrap {
  margin: 0 -2%;
  width: auto;
}
div.mgi-wrap .mgi-box {
  margin: 0;
  margin-bottom: 15px !important;
}
div.mgi-wrap .mgi-box [class^="icon-"] {
  font-size: 12px;
}
div.mgi-wrap .mgi-box .mgi-cat {
  border-bottom: none;
  margin-bottom: 20px;
}
div.mgi-wrap .mgi-box .mgi-cat a {
  background: #666;
  color: #fff;
  font-size: 214%;
  text-transform: uppercase;
  padding: 0 0 0 70px;
  border-radius: 0;
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
}
div.mgi-wrap .mgi-box .mgi-cat a:before {
  background: url(../images/icon-cate.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  background-color: #a4020e;
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
div.mgi-wrap .mgi-box .item-wrap {
  border-bottom: solid 1px #e1e1e1;
}
div.mgi-wrap .mgi-box .item-wrap .item-image {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
div.mgi-wrap .mgi-box .item-wrap .item-image img {
  -webkit-transition: opacity .4s linear;
  -moz-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
}
div.mgi-wrap .mgi-box .item-wrap .item-image img:hover {
  -webkit-transition: opacity .4s linear;
  -moz-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
}
div.mgi-wrap .mgi-box .item-wrap .item-image .item-comments {
  background: #a4020e;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 20px;
  z-index: 5;
}
div.mgi-wrap .mgi-box .item-wrap .item-image .item-comments > a {
  color: #FFF;
}
div.mgi-wrap .mgi-box .item-wrap .item-image dl {
  margin-bottom: 0;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  padding: 7px 10px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  z-index: 3;
}
div.mgi-wrap .mgi-box .item-wrap .item-image:hover dl {
  bottom: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
div.mgi-wrap .mgi-box .item-wrap .item-title {
  font-size: 129%;
}
div.mgi-wrap .mgi-box .item-wrap .item-title a {
  color: #444;
  font-weight: normal;
}
div.mgi-wrap .mgi-box .item-wrap .item-title a:hover {
  color: #a4020e;
}
div.mgi-wrap .mgi-box .item-wrap .item-author {
  float: left;
  font-size: 86%;
  color: #fff;
  margin-right: 10px;
  margin-left: 0;
}
div.mgi-wrap .mgi-box .item-wrap .item-date {
  font-size: 86%;
  color: #fff;
}
div.mgi-wrap .mgi-box .item-wrap .item-date:before {
  content: '|';
  margin-right: 10px;
}
div.mgi-wrap .mgi-box .item-wrap .item-desc {
  margin-bottom: 40px;
}
div.mgi-wrap .mgi-box .item-wrap .item-readmore {
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
}
div.mgi-wrap .mgi-box .item-wrap .item-readmore a {
  color: #999;
  margin-top: 0;
}
div.mgi-wrap .mgi-box .item-wrap .btn-share .share {
  margin-top: 0;
}
div.mgi-wrap .other-links {
  float: left;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 2px;
  width: 100%;
}
div.mgi-wrap .other-links span {
  display: block;
  overflow: hidden;
}
div.mgi-wrap .other-links li {
  clear: both;
  border-bottom: solid 1px #e1e1e1;
  float: left;
  width: 100%;
  background: none;
  padding: 20px 0;
  margin-bottom: 0;
}
div.mgi-wrap .other-links li dl {
  margin-bottom: 0;
  margin-top: 10px;
}
div.mgi-wrap .other-links li .item-image {
  width: 80px;
  height: auto;
  float: left;
  position: relative;
  margin-top: 5px;
}
div.mgi-wrap .other-links li .item-image:hover:before {
  border: solid 5px #a4020e;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
div.mgi-wrap .other-links li .item-date,
div.mgi-wrap .other-links li .item-comments {
  font-size: 12px;
  color: #999;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
div.mgi-wrap .other-links li .item-comments:before {
  content: '|';
  margin-right: 10px;
}
div.mgi-wrap .other-links li a {
  color: #444;
  font-size: 114%;
  margin: 0 20px 0 0;
}
div.mgi-wrap .other-links li a:hover {
  color: #a4020e;
}
div.mgi-wrap .other-links li .item-date [class^="icon-"] {
  font-size: 12px;
}
.sj-k2c .k2c-content .k2c-title a {
  color: #fff;
}
.sj-k2c .k2c-content .k2c-title a:hover {
  color: #95c87b;
}
@media (min-width: 980px) {
  .cols-1 .catItemImageBlock,
  .tagItemList .tagItemImageBlock,
  .userItemList .userItemImageBlock {
    width: 40%;
  }
  .itemListView  .catItemImageBlock {
    width: 40%;
  }
}
@media (max-width: 980px) {
  #k2Container .latestView .latestItemsContainer .catItemList .latest-in-right {
    display: none;
  }
}
#eblog-wrapper #ezblog-body .blog-post {
  padding: 0;
}
#eblog-wrapper #ezblog-body .blog-post + .blog-post {
  border-top: 0;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content {
  margin-bottom: 10px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left {
  background: none repeat scroll 0 0 #ffffff;
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 86%;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogitem-image {
  float: left;
  overflow: hidden;
  width: 250px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogitem-image a.blog-image {
  border: 0;
  padding: 0;
  margin: 0;
  float: none !important;
  display: block;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogitem-image a.blog-image img {
  width: 100%;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  height: 215px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogitem-image:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right {
  margin-left: 270px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-cap h2.blog-title {
  font-weight: 400;
  margin-bottom: 5px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-cap h2.blog-title a {
  font-size: 16px;
  color: #666;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-cap h2.blog-title a:hover {
  color: #a4020e;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-cap .blog-created {
  display: block;
  font-size: 11px;
  color: #a8a8a8;
  margin-bottom: 5px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-modified-date {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta >.in {
  background: none;
  padding: 0;
  color: #a8a8a8;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta >.in .blog-category {
  display: inline-block;
  background: url(../images/icons/blogpost_icon_category.png) no-repeat left center;
  padding-left: 25px;
  width: 40%;
  color: #a8a8a8;
  font-size: 11px;
  font-weight: normal;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta >.in .blog-category a {
  color: #a4020e;
  font-weight: normal;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta >.in .blog-category a:hover {
  color: #1b8fbe;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta >.in .blog-author {
  padding-left: 25px;
  display: inline-block;
  background: url(../images/icons/blogpost_icon_author.png) no-repeat left center;
  width: 40%;
  color: #a8a8a8;
  font-size: 11px;
  font-weight: normal;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta >.in .blog-author a {
  color: #a4020e;
  font-weight: normal;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta >.in .blog-author a:hover {
  color: #1b8fbe;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-left .blogin-right .blog-meta * {
  font-weight: normal;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right {
  float: right;
  width: 11%;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right .blogitem-comment {
  background: #a4020e;
  margin-bottom: 5px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right .blogitem-comment span {
  display: block;
  padding: 10px 5px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right .blogitem-comment span a {
  display: block;
  height: auto;
  color: #fff;
  font-family: Arial;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  padding: 25px 0 0;
  background: url(../images/icons/icon_comments-hover.png) no-repeat top center;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right .blog-hit {
  padding: 25px 5px 10px;
  font-family: Arial;
  font-size: 11px;
  margin-bottom: 5px;
  text-align: center;
  background: url(../images/icons/icon_views.png) no-repeat center 10px #fff;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right .blog-rating {
  display: block;
  padding: 10px 5px;
  background: #fff;
  min-height: 35px;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right .blog-rating form > div {
  float: none;
  margin: 0;
}
#eblog-wrapper #ezblog-body .blog-post .blog-content .blog-meta-right .blog-rating .ratings-value {
  left: 0;
  right: 0;
  text-align: center;
  background: none;
  border: 0;
  top: 20px;
  box-shadown: none;
  -webkit-box-shadow: none;
  margin: 0;
  padding: 0;
}
#eblog-wrapper #ezblog-body #ezblog-section {
  font-weight: normal;
}
#eblog-wrapper #ezblog-body #ezblog-bloggers .profile-avatar {
  margin-right: 10px;
}
#eblog-wrapper #ezblog-body #ezblog-bloggers h3.profile-title a {
  color: #666;
}
#eblog-wrapper #ezblog-body #ezblog-bloggers h3.profile-title a:hover {
  color: #a4020e;
}
#eblog-wrapper #ezblog-body #ezblog-bloggers .profile-bio p {
  color: #666;
  font-family: Arial;
}
#eblog-wrapper #ezblog-body .list-categories li img.avatar {
  width: 40px;
}
#eblog-wrapper #ezblog-head h1.reset-h {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
#eblog-wrapper #ezblog-head .mbm {
  margin: 20px 0;
}
#eblog-wrapper #ezblog-head #ezblog-menu {
  border: 0;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi {
  background: #a8a8a8;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item {
  border-color: #b8b8b8;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item >a {
  height: 46px;
  line-height: 46px;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item >a span {
  height: 46px;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item >a:hover {
  background: #a4020e;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item >form {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: block;
  height: 25px;
  margin: 10px;
  padding: 0 5px;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item >form input.input {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 0 none;
  box-shadow: none;
  display: inline-block;
  float: none;
  height: 22px;
  margin: 0;
  padding: 1px 11px;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item >form button.submit-search {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 26px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 26px;
}
#eblog-wrapper #ezblog-head #ezblog-menu ul.blog-navi li.toolbar-item.item-active {
  background: #a4020e;
}
#eblog-wrapper #eblog-search .button-search {
  padding: 0;
}
#eblog-wrapper #ezblog-menu .blog-navi .user-form {
  z-index: 2;
  top: 46px;
}
#eblog-wrapper #ezblog-menu .blog-navi .user-form form .button {
  padding-top: 0;
  padding-bottom: 0;
}
#eblog-wrapper .blog-read .blog-head h1.blog-title {
  font-size: 24px;
  color: #666;
  font-weight: 300;
  margin-bottom: 10px;
  float: left;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right {
  float: right;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul {
  list-style: none;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li {
  display: inline-block;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li.font-switcher a {
  background: url(../images/icons/icon-plus.png) no-repeat center center;
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 0;
  vertical-align: middle;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li.font-switcher a:hover {
  background-image: url(../images/blue/icon-plus-hover.png);
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li.font-switcher a#fontSmall {
  background-image: url(../images/icons/icon-minus.png);
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li.font-switcher a#fontSmall:hover {
  background-image: url(../images/blue/icon-minus-hover.png);
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li +li {
  margin-left: 20px;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li.print a {
  display: block;
  font-size: 0;
  background: url(../images/icons/icon_print.png) no-repeat center center;
  width: 15px;
  height: 15px;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li.bookmark {
  font-size: 0;
  margin-left: 0;
}
#eblog-wrapper .blog-read .blog-head .blog-head-right ul li.bookmark a >span {
  display: inline-block;
  float: left;
  margin: -1px 0 0 2px;
}
#eblog-wrapper .blog-read .blog-brief {
  padding-top: 0;
  border: 0;
}
#eblog-wrapper .blog-read .blog-brief .in ul li {
  line-height: 14px;
}
#eblog-wrapper .blog-read .blog-brief .in ul li .blog-rating {
  min-width: 145px;
}
#eblog-wrapper .blog-read .blog-brief .in ul li .blog-rating a {
  display: block;
}
#eblog-wrapper .blog-read .blog-brief .in ul li .blog-rating a .ratings-value {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  top: -1px;
}
#eblog-wrapper .blog-read .blog-brief .in ul li +li {
  border: 0;
  padding: 0;
  margin-left: 20px;
}
#eblog-wrapper .blog-read img.blog-image {
  background: #fff;
  padding: 5px !important;
  border: 0 !important;
}
#eblog-wrapper .blog-read #socialbutton {
  margin: 0;
  float: none !important;
  top: auto;
}
#eblog-wrapper .blog-read #socialbutton .social-button {
  clear: none;
  display: inline-block;
  margin-right: 15px;
}
#eblog-wrapper .blog-read #socialbutton .social-button.pinterest {
  vertical-align: middle;
}
#eblog-wrapper .blog-read #socialbutton .social-button.linkedin-share {
  vertical-align: top;
}
#eblog-wrapper .blog-read .bottomblog-meta {
  background: #fff;
  padding: 10px;
  margin: 20px 0 30px;
  font-size: 11px;
  color: #a8a8a8;
}
#eblog-wrapper .blog-read .bottomblog-meta ul {
  list-style: none;
  margin: 0;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li {
  float: left;
  background: url(../images/icons/icon_tags.png) no-repeat left center;
  padding-left: 30px;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li a {
  color: #a8a8a8;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li a:hover {
  color: #a4020e;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li .blog-taglist {
  padding: 0;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li .blog-taglist span.tag-head {
  line-height: 24px;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li .blog-taglist a {
  margin-bottom: 0;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li .blog-taglist a span {
  background: none;
  color: #a4020e;
  float: none;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li .blog-taglist a span:hover {
  color: #d2000f;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li .blog-taglist a i,
#eblog-wrapper .blog-read .bottomblog-meta ul li .blog-taglist a b {
  display: none;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li.blog-comments {
  background-image: url(../images/icons/icon_comments.png);
}
#eblog-wrapper .blog-read .bottomblog-meta ul li.blog-comments a {
  background: none;
  padding: 0;
}
#eblog-wrapper .blog-read .bottomblog-meta ul li.blog-hit {
  background-image: url(../images/icons/icon_views.png);
}
#eblog-wrapper .blog-read .bottomblog-meta ul li +li {
  margin-left: 40px;
}
#eblog-wrapper #section-author img.avatar {
  border: 0;
  width: 100px;
  height: auto;
}
#eblog-wrapper #section-author .author-name {
  font-size: 16px;
  font-weight: 300;
}
#eblog-wrapper #blog-comment .comment-avatar img.avatar {
  border: 0;
  width: 70px;
  height: auto;
}
#eblog-wrapper #blog-comment .comment-content {
  margin-left: 100px;
}
#eblog-wrapper #blog-comment .comment-content .comment-author {
  font-size: 16px;
  font-weight: 300;
}
#eblog-wrapper #comment-form .comment-avatar img.avatar {
  border: 0;
  width: 70px;
  height: auto;
}
#eblog-wrapper #comment-form .comment-content {
  margin-left: 75px;
}
#eblog-wrapper #comment-form .comment-content .comment-head {
  margin-left: 20px;
  font-size: 11px;
}
#eblog-wrapper #comment-form .comment-content .comment-head .comment-name {
  font-weight: 300;
  font-size: 16px;
}
#eblog-wrapper #comment-form .comment-content input,
#eblog-wrapper #comment-form .comment-content textarea {
  border: 1px solid #dfdfdf;
  background: #fff;
  font-weight: normal;
  box-shadow: none;
}
#eblog-wrapper #comment-form .comment-content label.label {
  margin-left: 20px;
}
#eblog-wrapper #comment-form .comment-content label {
  display: inline-block;
}
#eblog-wrapper #comment-form .comment-content .inputbox.easyblog-checkbox {
  float: none;
}
#eblog-wrapper #comment-form .comment-content input#btnSubmit {
  background: #a4020e;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
}
#eblog-wrapper #comment-form .comment-content input#btnSubmit:hover {
  background: #1b8fbe;
}
#eblog-wrapper .list-categories .avatar img {
  width: 66px;
}
#eblog-wrapper .profile-avatar img {
  width: 66px;
}
#eblog-wrapper .profile-info a:hover {
  color: #1b8fbe;
}
#eblog-wrapper #ezblog-category .profile-info h3 {
  margin-right: 10px;
  margin-left: 10px;
}
body .ui-stars-star-on a,
body .ui-stars-star a,
body .ui-stars-star a:hover {
  background-image: url(../images/blue/stars.png) !important;
}
#blog-login #form-login-remember input#remember {
  float: left;
  margin-right: 10px;
}
#section-comments .comment-content .comment-author {
  font-size: 16px;
  color: #a4020e;
  font-weight: 300;
}
#section-comments .comment-content .comment-author b {
  font-weight: normal;
  text-transform: capitalize;
}
#section-comments .comment-content .comment-author a:hover {
  color: #666;
}
#section-comments .comment-content .comment-name {
  font-size: 16px;
  font-weight: 300;
  margin-right: 15px;
}
#section-comments .comment-content .comment-name b {
  font-weight: normal;
}
.account {
  margin-bottom: 0 !important;
}
.account h3 {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 0;
  background: url("../images/avatar_demo.png") no-repeat 10px center scroll #a4020e;
  padding: 25px 10px;
  padding-left: 70px;
}
.account .ezb-mod #form-login label {
  display: none;
}
.account .ezb-mod #form-login .inputbox {
  padding-left: 40px;
  width: 81%;
  border-radius: 20px;
  height: 24px;
  border-color: #e6e6e6;
}
.account .ezb-mod #form-login #modlgn_username {
  background: url("../images/icons/icon_user.png") no-repeat 10px center scroll #fff;
}
.account .ezb-mod #form-login #modlgn_passwd {
  background: url("../images/icons/icon_pass.png") no-repeat 10px center scroll #fff;
}
.account .ezb-mod #form-login-remember #modlgn_remember {
  float: left;
  margin: 0 10px 0 0;
  width: auto;
}
.account .ezb-mod #form-login-remember label {
  display: block;
  padding-top: 4px;
}
.account .ezb-mod div {
  border-bottom: none;
  padding-bottom: 0;
}
.account .ezb-mod div input.button {
  border-radius: 20px;
  padding: 6px 26px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 6px;
}
.account .ezb-mod div input.button:hover {
  background: #2f4253;
}
.account .ezb-mod ul {
  margin-left: 0;
}
.account .ezb-mod ul li {
  display: block;
  margin-bottom: 5px;
}
.account .ezb-mod ul li a {
  color: #666;
  background: url("../images/icons/list-style.png") no-repeat left center scroll transparent;
  padding-left: 20px;
}
.account .ezb-mod ul li a:hover {
  background: url("../images/blue/arrow3-hover.png") no-repeat left center scroll transparent;
  color: #a4020e;
}
.blog-archive h3 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blog-archive .mod-year {
  margin: 0 0 10px;
}
.blog-archive .mod-year a {
  font-weight: normal;
  font-size: 16px;
  color: #666;
  background: url("../images/blue/icon-minus-hover.png") no-repeat left center scroll transparent;
  padding-left: 30px !important;
}
.blog-archive .mod-year a i {
  display: none !important;
}
.blog-archive .mod-year.toggle a {
  background: url("../images/blue/icon-plus-hover.png") no-repeat left center scroll transparent;
}
.blog-archive .mod-month {
  background: url("../images/icons/list-style.png") no-repeat scroll left center;
  color: #666666;
  display: block;
  font-family: Arial;
}
.blog-archive .mod-month:hover {
  background: url("../images/blue/arrow3-hover.png") no-repeat scroll left center;
}
.blog-archive .mod-month a {
  color: #666;
}
.blog-archive .mod-month a span.mod-post-count {
  color: #a4020e;
}
.blog-archive .mod-month a:hover {
  color: #a4020e;
}
.blog-categories h3 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blog-categories .ezb-mod .mod-item {
  padding: 0 !important;
}
.blog-categories .ezb-mod .mod-item .avatar {
  border: none;
}
.blog-categories .ezb-mod .mod-item .mod-category-detail .mod-category-name a {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 53px;
}
.blog-categories .ezb-mod .mod-item .mod-category-detail .mod-category-name a:hover {
  color: #a4020e;
}
.blog-categories .ezb-mod .mod-item + .mod-item {
  border-top: 0;
}
.latest-blogs h3 {
  font-weight: 300;
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.latest-blogs .ezb-mod .mod-item + .mod-item {
  border-top: 0;
  margin-top: 0 !important;
}
.latest-blogs .ezb-mod  .mod-item {
  padding-bottom: 0;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-title {
  font-weight: 300;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-title a {
  font-size: 16px;
  font-weight: 300;
  color: #666;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-title a:hover {
  color: #a4020e;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-createDate .small {
  color: #a8a8a8;
  font-family: Arial;
  font-size: 11px;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-image {
  width: 114px;
  float: left;
  margin-right: 10px;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-image img {
  border: none;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-content {
  font-family: Arial;
  color: #666;
  display: inline;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-meta {
  margin-top: 0;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-meta .post-comments {
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 0;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-meta .post-comments a {
  font-size: 11px;
  color: #a8a8a8;
  background: url("../images/icons/icon_comments.png") no-repeat left center scroll transparent;
  display: inline;
  float: left;
  padding: 5px;
  padding-left: 30px;
}
.latest-blogs .ezb-mod  .mod-item .mod-post-meta .post-comments a:hover {
  color: #a4020e;
  background: url("../images/blue/icon_comments-hover.png") no-repeat left center scroll transparent;
}
.mod_easyblogwelcome form p {
  margin: 0;
}
.mod_easyblogwelcome form div {
  margin-top: 20px;
}
div.ezblog-latestpostlatest-blogs .mod-post-image {
  width: 100px;
}
