.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1,
h3.moduleTitle {
  font: 26px/30px 'Cantarell', sans-serif;
  background: url(../images/template/title-bg.gif) 0 0 repeat;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 16px 0 17px;
  margin: 0 0 38px;
}
h3 {
  font: 14px/14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 0 0 21px;
}
h3 a {
  color: white;
}
p {
  margin-bottom: 12px;
  text-indent: 14px; /* Отступ первой строки в пикселах */
}
.color {
  color: #c1c1c1;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 6px 16px;
  font: 11px/12px Tahoma;
  background: #f0f0f0;
  color: #262626 !important;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn-primary {
  padding: 6px 16px;
  font: 11px/12px Tahoma;
  background: #f0f0f0;
  color: #262626 !important;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.btn-primary.active,
.btn-primary:active {
  box-shadow: none;
}
.btn-info {
  padding: 6px 16px;
  font: 11px/12px Tahoma;
  background: #f0f0f0;
  color: #262626 !important;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.btn-info.active,
.btn-info:active {
  box-shadow: none;
}
#bottom .readmore {
  background: #333;
  color: white !important;
}
#bottom .readmore:hover {
  color: #333 !important;
  background: white;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
ul.list {
  margin-top: -12px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
ul.list li {
  list-style: none;
  background: url(../images/template/list_border.png) 0 0 repeat-x;
  padding: 6px 0;
  overflow: hidden;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
ul.list li a {
  color: #999999;
  background: url(../images/template/marker.png) 0 7px no-repeat !important;
  padding-left: 14px;
  float: left;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
ul.list li a:hover {
  color: #ca3f01;
}
ul.item_list li:first-child,
.categories-module li:first-child,
.archive-module li:first-child,
ul.list li:first-child {
  background: none;
}
ul.archive-module h5,
ul.categories-module h5 {
  font: 14px/18px Arial, Helvetica, sans-serif;
  margin: 0;
  float: left;
}
#aside-left .moduletable,
#aside-right .moduletable {
  padding-bottom: 40px;
}
#aside-left .moduletable.indent,
#aside-right .moduletable.indent {
  padding-bottom: 0px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  overflow: hidden;
}
.pagination ul li {
  float: left;
  margin-right: 1px;
}
.pagination ul li .pagenav {
  font: 11px/24px Tahoma;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0 9px;
}
.pagination ul li.num span.pagenav {
  background: #f04a00;
  color: white;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.item_img a,
.category_img a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.item_img a .zoom-bg,
.category_img a .zoom-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  border: 12px solid #646464;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.item_img a:hover .zoom-bg,
.category_img a:hover .zoom-bg {
  border: 0px solid #646464;
}
.item_img > img,
.category_img > img {
  border: 0px solid #646464;
  max-width: 100%;




}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 20px 9px 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .row-container {
  padding: 56px 0 51px;
}
#logo a {
  display: inline-block;
  margin-left: 40px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  float: right;
  margin: 18px 0 0;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 10px 0 43px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: #cccccc;
  display: block;
  padding: 0;
  font: 18px/18px 'Cantarell', sans-serif;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:after,
.navigation ul.sf-menu > li > span:after {
  content: '.';
  display: inline-block;
  color: #f04a00;
  width: 1px;
  height: 18px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: white;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: white;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  width: 67px;
  left: 50%;
  margin-left: -42px;
  top: 46px;
  padding: 0 13px;
  /*background: #f04a00;*/

}
.navigation ul.sf-menu > li:hover > ul > li:first-child:after,
.navigation ul.sf-menu > li.sfHover > ul > li:first-child:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 74, 0, 0);
  border-bottom-color: #f04a00;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.navigation ul.sf-menu ul {
  width: 83px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -5px;
  left: 83px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -5px;
  left: 83px;
}
.navigation ul.sf-menu ul {
  background: #f04a00;
  padding: 5px 13px;
}
.navigation ul.sf-menu ul li {
  margin: 0;
  background: url(../images/template/item_border.png) 0 0 repeat-x;
  position: relative;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font: 11px/35px 'News Cycle', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: white;
  display: block;
  padding: 0;
  text-decoration: none;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #fffbc7;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #fffbc7;
}
.navigation ul.sf-menu ul li:first-child {
  background: none;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row .row-container {
  padding: 0 0 33px;
}
/*======================= CONTENT TOP =======================*/
#content-top .moduletable {
  text-align: center;
  color: #646464;
  font: 16px/23px Arial, Helvetica, sans-serif;
  line-height: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding-bottom: 19px;
}
#content-top .moduletable h3.moduleTitle {
  background: none;
  color: #d3d3d3;
  font: 26px/26px 'Cantarell', sans-serif;
  height: auto;
  margin: 9px 0 20px;
}
/*======================= CONTENT =======================*/
#content-row .row-container {
  padding: 0 0 33px;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
/*===== Home Page ======*/
ul.showcase-menu {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../images/template/showcase-menu.gif) 0 0 repeat-x;
  padding: 9px 40px 14px;
}
ul.showcase-menu li {
  display: table-cell;
  text-align: center;
  background: url(../images/template/separator.gif) 0 0 repeat-y;
}
ul.showcase-menu li a {
  color: #4b4b4b;
  font: 26px/26px 'Cantarell', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: url(../images/template/show-link.png) center 85% no-repeat !important;
  padding: 22px 0 53px;
}
ul.showcase-menu li a:hover {
  color: white;
  background: none;
}
ul.showcase-menu li:first-child {
  background: none;
}
/*===== Bio Page ======*/
.page-category__bio .row-0 .item {
  padding-left: 96px;
}
.page-category__bio .row-0 .column-1 {
  background: url(../images/template/icon1.png) 0 0 no-repeat;
}
.page-category__bio .row-0 .column-2 {
  background: url(../images/template/icon2.png) 0 0 no-repeat;
}
.page-category__bio .row-0 .column-3 {
  background: url(../images/template/icon3.png) 0 0 no-repeat;
}
.page-category__bio .row-1 .item {
  padding-left: 96px;
}
.page-category__bio .row-1 .column-1 {
  background: url(../images/template/icon4.png) 0 0 no-repeat;
}
.page-category__bio .row-1 .column-2 {
  background: url(../images/template/icon5.png) 0 0 no-repeat;
}
.page-category__bio .row-1 .column-3 {
  background: url(../images/template/icon6.png) 0 0 no-repeat;
}
.mod-article-single {
  overflow: hidden;
}
.mod-article-single h3 {
  padding-top: 11px;
}
.mod-article-single .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item_header {
  padding: 11px 0 0;
}
.page-blog .item_header h3 {
  margin-bottom: 7px;
}
.page-blog .item {
  margin-bottom: 27px;
  overflow: hidden;
}
dl.item_info_dl {
  overflow: hidden;
  margin: 0 0 20px;
}
dl.item_info_dl dd {
  float: left;
  margin: 0 12px 0 0;
  color: #cccccc;
}
dl.item_info_dl dd .item_published {
  background: url(../images/template/date.png) 0 center no-repeat;
  padding-left: 21px;
}
dl.item_info_dl dd .item_createdby {
  background: url(../images/template/user.png) 0 center no-repeat;
  padding-left: 21px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 -1%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
/*===== Team Page ======*/
.page-category .item_introtext {
  overflow: hidden;
}
.page-category__team .item_introtext {
  overflow: visible;
}
.btn-group > .btn:first-child {
  margin-bottom: 10px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row .row-container #bottom {
  background: url(../images/template/bottom_bg.gif) center 0 repeat;
  border: 1px solid #222222;
  width: auto;
  padding: 38px 0 0px;
}
#bottom-row .row-container #bottom h3.moduleTitle {
  background: none;
  color: white;
  font: 22px/30px 'Cantarell', sans-serif;
  height: auto;
  margin: 0 0 34px;
  padding: 0;
  text-align: left;
}
#bottom-row .row-container #bottom .item_img > img,
#bottom-row .row-container #bottom .category_img > img {
  border: none;
}
#bottom-row .row-container #bottom .moduletable.indent {
  padding: 0 80px 0 96px;
}
#bottom-row .row-container #bottom .moduletable.right-indent {
  padding-right: 90px;
}
#bottom-row .row-container #bottom .moduletable {
  padding-bottom: 54px;
}
.gallery-flickr ul {
  overflow: hidden;
  margin-top: -20px !important;
}
.gallery-flickr ul li a {
  margin: 0 13px 13px 0 !important;
  width: 127px;
}
.gallery-flickr ul li a img {
  width: 100%;
}
/*======================= FOOTER =======================*/
#footer {
  border-top: 1px solid #222222;
  padding: 28px 0 31px;
}
.mod-footer {
  font: 14px/18px 'Cantarell', sans-serif;
  color: #9b9b9b;
  text-transform: uppercase;
  padding: 19px 0 0;
  margin: 0;
}
.mod-footer a {
  color: #9b9b9b;
}
.mod-footer a:hover {
  color: #f04a00;
}
.mod-footer span.bull {
  background: url(../images/template/bull.png) 0 center no-repeat;
  display: inline-block;
  width: 4px;
}
/*===== Social Media ======*/
.social {
  float: right;
  overflow: hidden;
  margin: 0px 46px 0px 0;
  padding: 15px 0 15px 32px;
  border-left: 1px solid #1f1f1f;
}
.social li {
  margin: 0 0 0 2px;
  float: left;
  height: 30px;
  overflow: hidden;
}
.social li span.separator {
  display: inline-block;
  font: 22px/24px 'Cantarell', sans-serif;
  color: white;
  margin-right: 9px;
}
.social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
}
.social li a img {
  position: relative;
  top: 0;
}
.social li a:hover img {
  top: -30px;
}
