body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	margin:0;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-box{
	background-color: #e61a18;
}
.nav>li{
	position: relative;
	display: inline-block;
	margin-right: 17px;
	padding-right: 15px;

}
.menu-item-has-children {
	background: url(../img/arr1.png) 100% 20px no-repeat;
}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{
	display: inline-block;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.nav>li>a:hover{color: #000;}
.nav .act{
	color: #000;
	background: url(../img/arr2.png) 50% 100% no-repeat;
}
.nav .no-arr{background: none;}
.nav>li:hover .drop-links{display: block;}
.drop-links{
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	background-color: #000;
	display: none;
	z-index: 4;
}
.drop-links:after{
	content: '';
	position: absolute;
	left: 40px;
	top: -8px;
	width: 16px;
	height: 8px;
	background: url(../img/arr3.png) 0 0 no-repeat;
}
.drop-links a{
	display: block;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.drop-links a:hover{
	background-color: #3a3a3a;
}
.head-box{
	padding: 20px 0;
	background: #fff ;
}
.logo{
	display: inline-block;
	vertical-align: middle;
	margin-right: 100px;
}
.search{
	display: inline-block;
	vertical-align: middle;
	width: 535px;
	position: relative;
	padding-right: 40px;
	border-radius: 3px;
	margin-right: 30px;
}
.search input[type='submit']{
	border: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	background: #000 url(../img/search.png) 50% 50% no-repeat;
	right: 0;
	top: 0;
	border-radius: 3px;
}
.search input[type='submit']:hover{
	opacity: 0.9;
}
.search input[type='text']{
	width: 100%;
	border-radius: 3px;
	height: 40px;
	border:1px solid #e6e6e6;
	padding: 0 15px;
	color: #000;
	font-size: 14px;
}
.soc-box{
	display: inline-block;
	vertical-align: middle;
}
.soc-box .t{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	margin-right: 10px;
	font-weight: 500;
}
.soc-box .soc{
	display: inline-block;
	vertical-align: middle;
}
.soc-box .soc li{
	display: inline-block;
	vertical-align: middle;
}
.gr-box{
	padding: 50px 0 30px;
	background-color: #f4f4f4;
}
.title-h3{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #1d1d1b;
	text-transform: uppercase;
	padding-right: 50px;
}
.title-h3 .bull{
	font-size: 20px;
	color: #e6332a;
}
.news-item{
	position: relative;
	margin-bottom: 24px;
}
.news-item:after{
	content: '';
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
}
.news-item img{
	width: 100%;
	display: block;
}
.news-item .tt{
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 20px;
}
.news-item .tag{
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	background-color: #e61a18;
	font-size: 12px;
}
.news-item .tag a{color: #fff;text-decoration: none;}
.news-item .date{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
}
.news-item .name{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}
.news-item .name a{
	color: #fff;
	text-decoration: none;
}
.news-item-big .name{
	font-size: 24px;
}
.banner{
	margin-bottom: 24px;
	padding: 10px;
	border:1px solid #bebebe;
}
.banner a{display: block;}
.banner img{
	width: 100%;
	display: block;
}
.aside{
	background-color: #fff;
	padding: 20px;
}
.chrono-list{
	font-size: 13px;
	font-weight: 500;
}
.chrono-list li{
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.chrono-list li:after{
	content: '';
	background-color: #1d1d1b;
	width: 20px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.chrono-list .date{
	margin-bottom: 5px;
	font-size: 12px;
	color: #e61a18;
}
.chrono-list .name a{
	color: #1d1d1b;
	text-decoration: none;
}
.chrono-list .name a:hover{
	text-decoration: underline;
}
.chrono-list li:first-child{
	padding-top: 0;
}
.chrono-list li:last-child{
	opacity: 0.5;
}
.wh-box{
	padding: 50px 0;
}
.owl-nav{
	position: absolute;
	right: 0;
	top: -40px;
	width: 54px;
}
.owl-nav>div{
	width: 50%;
	float: left;
	height: 27px;
	border:1px solid #000;
	display: block;
	text-indent: -9999px;
	background: url(../img/left.png) 50% no-repeat;
}
.owl-nav>div:last-child{
	position: relative;
	left: -1px;
	background: url(../img/right.png) 50% no-repeat;
}
.owl-carousel .owl-dots{
	text-align: center;
	margin-top: 20px;
}
.owl-carousel .owl-dots>div{
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	background-color: #b2b2b2;
	border-radius: 8px;
}
.owl-carousel .owl-dots>div.active{
	background-color: #e61a18;
	width: 12px;
	height: 12px;
}
.owl-carousel .news-item{margin-bottom: 0;}
.sl-box{margin-bottom: 40px;}
.bl-box{
	background-color: #000;
	padding: 50px;
	margin-bottom: 24px;
}
.bl-box .title-h3{
	color: #fff;
	margin-bottom: 40px;
}
.news-it{
	margin-bottom: 24px;
	overflow: hidden;
}
.news-it .img{
	float: left;
	margin-right: 15px;
	width: 112px;
}
.news-it .img img{max-width: 100%;}
.news-it .tt{
	overflow: hidden;
}
.news-it .tag{
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	background-color: #e61a18;
	font-size: 12px;
}
.news-it .tag a{color: #fff;text-decoration: none;}
.news-it .date{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
}
.news-it .name{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}
.news-it .name a{
	color: #fff;
	text-decoration: none;
}
.news-slider2 .owl-nav{top: -65px;}
.news-slider2 .owl-nav>div{
	border:1px solid #5a5a5a;
	background: url(../img/left2.png) 50% no-repeat;
}
.news-slider2 .owl-nav>div:last-child{
	background: url(../img/right2.png) 50% no-repeat;
}
.news-slider3{background-color: #f4f4f4;}
.news-slider3 .owl-dots{
	text-align: right;
	padding: 20px;
	margin-top: 0;
}
.news-slider3 .owl-nav{
	left: 20px;
	bottom: 20px;
	top:auto;
}
.sl-hh{
	padding: 39px 15px;
	background-color: #e61a18;
}
.sl-hh .title-h3{margin-bottom: 0;}
.sl-hh .title-h3 .bull{color: #fff;}
.state-it .img img{width: 100%;}
.state-it .tt{
	padding: 20px;
}
.state-it .name{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}
.state-it .name a{
	color: #000;
	text-decoration: none;
}
.state-it .name a:hover{
	text-decoration: underline;
}
.state-it p{
	margin: 0;
	font-size: 13px;
	color: #7f7f7f;
}
.top-foot{
	background-color: #000;
	text-align: center;
	padding: 40px 0;
}
.flogo{
	margin-bottom: 40px;
}
.top-foot p{
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 13px;
	color: #7f7f7f;
}
.top-foot p span,
.top-foot p a{color: #fff;text-decoration: none;}
.top-foot .soc li{display: inline-block;}
.bot-foot{
	padding: 25px 0;
}
.bot-foot .copy{
	font-size: 13px;
	color: #7f7f7f;
}
.bot-foot .copy a{
	color: #e61a18;
	text-decoration: none;
}
.bot-foot .copy a:hover{
	text-decoration: underline;
}
.bot-foot .links{
	text-align: right;
	font-size: 13px;
	font-weight: 500;
}
.bot-foot .links li{
	margin: 0 5px;
	display: inline-block;
}
.bot-foot .links a{
	color: #000;
	text-decoration: none;
}
.bot-foot .links a:hover{
	text-decoration: underline;
}
.toggle_mnu {
	display: none;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  z-index: 10;
	  border: none;
	  right: 15px;
	  top: 5px; }
	.sandwich {
	  width: 28px;
	  height: 28px;
	  position: absolute;
	  top: 8px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 200; }
	.sw-topper {
	  position: relative;
	  top: 0;
	  width: 28px;
	  height: 3px;
	  background: #000;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  display: block; }
	.sw-bottom {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 6.6px;
	  background:  #000;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
	          transition-delay: 0.2s, 0s; }
	.sw-footer {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 13.5px;
	  background:  #000;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s; }
	.sandwich.active .sw-topper {
	  top: 9px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg); }
	.sandwich.active .sw-bottom {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg); }
	.sandwich.active .sw-footer {
	  opacity: 0;
	  top: 0;
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
.aside-sl {margin-top: 30px;}
.aside-sl .news-slider3{background-color: #fff;}
.state-box{
	margin-bottom: 30px;
}
.state-box .tag{
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	background-color: #e61a18;
	font-size: 12px;
}
.state-box .tag a{color: #fff;text-decoration: none;}
.state-box .date{
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
}
.state-box .views{
	display: inline-block;
	color: #000;
	font-size: 12px;
	margin-left: 5px;
}
.state-box .text-fr{
	padding: 50px;
	background-color: #fff;
}
.state-box .text-fr iframe{
	max-width: 100%;
}
.state-box .text-fr .title-h3{
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 24px;
}
.state-box .text-fr .title-h3 .bull{
	font-size: 48px;
}
.state-box .text-fr .image img{max-width: 100%; }
.state-box .text-fr .image {margin-bottom: 30px;}
.state-box .text-fr p{
	/* font-size: 16px; */
	font-size: 14pt;
	font-family: Tahoma, sans-serif;
	/* color: #7f7f7f; */
	color: #000;
	margin: 0 0 30px;
	line-height: 1.4;
}
.state-box .text-fr .sep{
	margin-bottom: 25px;
	position: relative;
	background-color: #e5e5e5;
	height: 1px;
}
.state-box .text-fr .sep:after{
	content: '';
	background-color: #1d1d1b;
	width: 20px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.state-box .text-fr .soc-box .t{
	color: #1d1d1b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.state-box .text-fr .soc-box .t span{color: #e6332a;font-size: 20px;}
.pager-box{text-align: center;margin-top: 20px;}
.pager-box li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.pager-box a, .pager-box span{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	border:1px solid #000;
	color: #000000;
}
.pager-box span{
	border-color: #e61a18;
	color: #fff;
	background-color: #e61a18;
}
.pager-box a.prev,
.pager-box a.next{
	border: 0;
}
.fotorama{margin-bottom: 30px;}
.fotorama__thumb-border{border-color: #e61a18;}
.search-box .title-h3{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 25px;
}
.title-h3 .red{color: #e61a18;}
.search-big{
	position: relative;
	padding-right: 40px;
	border-radius: 3px;
	margin-bottom: 25px;
}
.search-big input[type='submit']{
	border: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	background: #000 url(../img/search.png) 50% 50% no-repeat;
	right: 0;
	top: 0;
	border-radius: 3px;
}
.search-big input[type='submit']:hover{
	opacity: 0.9;
}
.search-big input[type='text']{
	width: 100%;
	border-radius: 3px;
	height: 40px;
	border:1px solid #e6e6e6;
	padding: 0 15px;
	color: #000;
	font-size: 14px;
}
.search-box .h3{
	font-weight: bold;
	font-size: 16px;
}
.search-list li{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.search-list li:last-child{
	border-bottom: 0;
}
.search-list .news-it{margin-bottom: 0;}
.search-list .news-it .date{color: #000;}
.search-list .news-it .name a{color: #000;}
.search-list .news-it .name{margin-bottom: 10px;}
.search-list .news-it p{
	margin: 0;
	font-size: 14px;
	color: #7f7f7f;
	line-height: 1.4;
}

.rorate180 {
	transform: rotate(180deg);
}

.a2a_svg {
	border-radius: 25px!important;
}
.addtoany_content {
    margin: -72px 275px!important;
    padding-top: 112px;
}
.text-fr.kk .addtoany_content {
    margin: -72px 230px!important;
    padding-top: 112px;
}
blockquote {
	border-left: thick double #e61a18;
    padding-left: 10px;
}



.category-description{
	/*margin-bottom: 30px;
	margin-top: 30px;*/
}
.category-description .tag{
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	background-color: #e61a18;
	font-size: 12px;
}
.category-description .tag a{color: #fff;text-decoration: none;}
.category-description .date{
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 12px;
}
.category-description .views{
	display: inline-block;
	color: #000;
	font-size: 12px;
	margin-left: 5px;
}
.category-description .text-fr{
	padding: 30px;
	background-color: #fff;
}
.category-description .text-fr iframe{
	max-width: 100%;
}
.category-description .text-fr .title-h3{
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 24px;
}
.category-description .text-fr .title-h3 .bull{
	font-size: 48px;
}
.category-description .text-fr .image img{max-width: 100%; }
.category-description .text-fr .image {margin-bottom: 30px;}
.category-description .text-fr p{
	/* font-size: 16px; */
	font-size: 14pt;
	font-family: Tahoma, sans-serif;
	/* color: #7f7f7f; */
	color: #000;
	margin: 0 0 30px;
	line-height: 1.4;
}
.category-description .text-fr .sep{
	margin-bottom: 25px;
	position: relative;
	background-color: #e5e5e5;
	height: 1px;
}
.category-description .text-fr .sep:after{
	content: '';
	background-color: #1d1d1b;
	width: 20px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.category-description .text-fr .soc-box .t{
	color: #1d1d1b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.su-expand-link a{
	color: #e61a18;
	border-color: #e61a18;
	font-family: Tahoma, sans-serif;
}
.su-expand-link a span{
	color: #e61a18;
	border-color: #e61a18;
}
.bottom-counter{
	text-align: center;
}
.main_banner{
	display: none;
	justify-content: center;
	margin-bottom: 40px;
	max-width: 99%;
}
.main_banner img{
	max-width:100%;
}















