/*
Theme Name: Cezarium
Theme URI: http://
Author: the Albert Einstein
Author URI: @albertenstein
Description: In 2019.
Version: 2.0
*/

@font-face {
    font-family: 'roboto_slabregular';
    src: url('./fonts/robotoslab-regular-webfont.eot');
    src: url('./fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('./fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('./fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('./fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'algerian';
    src: url('./fonts/algerian-webfont.eot');
    src: url('./fonts/algerian-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/algerian-webfont.woff2') format('woff2'),
         url('./fonts/algerian-webfont.woff') format('woff'),
         url('./fonts/algerian-webfont.ttf') format('truetype'),
         url('./fonts/algerian-webfont.svg#algerianregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wp-caption {
	max-width: 100%;
	width: auto;
}

.mobile_nav_wr {
	width: 100%;
	height: 50px;
	background: #000;
	color: #fff;
	overflow: hidden;
}

.mobile_logo {
	text-transform: uppercase;
	font-family: 'algerian';
	font-size: 38px;
	color: #FB4C35;
}

.mobile_logo span {
	color: #fff;
}

.mobile_nav_wr {
	display: none;
}

#mobile_btn3,
#mobile_btn2,
#mobile_btn {
	width: 40px;
	height: 40px;
	border: none;
	background: #FB4C35;
	color: #fff;
	text-align: center;
	position: relative;
	top: 5px;
	font-size: 18px;
}

nav, section, article, aside, footer, header, hgroup {
	display: block;
}

body, * {
	margin: 0;
	padding: 0;
}

body {
	background: #fff !important;
	font-family: 'roboto_slabregular' !important;
	background: #E6E7E8 !important;
}

a, img, input, button, span, .excerpt-main, .news-b {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.alignleft{display:inline;float:left;margin-top:10px;margin-bottom:10px;margin-right:10px}
.alignright{display:inline;float:right;margin-top:10px;margin-bottom:10px;margin-left:10px}
.aligncenter{clear:both;display:block;margin:10px auto}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.pohoji-tems {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.pohoji-tems ul li img{
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
	margin-bottom: 8px !important;
	float: none;
}

.logo_wr {
	background: #fff;
}

.widgettitle,
.main_title_holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 19px;
    clear: both;
    min-height: 34px;
    line-height: 34px;
    background: url(images/title_pattern.png);
}

.sid-cat li {
	list-style: none;
}

.main_title_holder span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: inherit;
    color: #fff;
    background-color: #fb4c35;
    padding: 0 20px;
}

.widgettitle span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: inherit;
    color: #fff;
    background-color: #000;
    padding: 0 20px;
}
.right_col .main_title_holder span {
	background: #000;
}

.last_news_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.pop_news .last_news_img {
	height: 125px;
}

.pop_news .last_news_title h3 {
	font-size: 15px;
}

.carousel_img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	height: 500px;
	z-index: 20;
}

.carousel_img img {
	max-width: 100%;
	height: auto;
	min-width: 100%;
}

.carousel-inner,
.carousel-item {
	position: inherit;
	overflow: inherit;
}

.last_news_img img {
	max-width: 100%;
	height: auto;
	transition: all 1s ease;
}

.last_news{
	transition: all 1s ease;
}

.last_news:hover img {
	transform: scale(1.1);
}

.last_news {
	background: #fff;
}

.last_news_title {
	padding: 25px 25px 10px 25px;
	font-size: 21px;
	color: #000;
}

.last_news_title a {
	color: #000;
}

.last_news_title h3 {
	font-size: 21px;
}

.last_news_title a:hover {
	text-decoration: none;
	color: #FB4C35;
}

.last_news_date {
	padding: 0 25px 25px 25px;
	color: #6c6b6b;
	font-size: 12px;
}

.last_news_date i {
	color: #FB4C35;
	display: inline-block;
	margin-right: 10px;
}

.last_news_min_img {
	width: 87px;
	height: 67px;
	margin-right: 10px;
}

.last_news_min {
	border-bottom: 1px solid #E1E1E1;
	padding: 10px;
}

.last_news_min_title {
	padding: 0;
	margin-left: 10px;
	font-size: 15px;
}

.last_news_min_title h3 {
	font-size: 15px;
}

.pohoji-tems ul li h4{
	font-size: 16px;
	font-weight: bold;
}

.last_news_info {
	width: 100%;
	overflow: hidden;
	height: 35px;
	background: #FB4C35;
	color: #fff;
	padding: 0 25px;
	line-height: 30px;
	font-size: 13px;
}

.last_news_info a {
	color: #fff;
}

.pohoji-tems ul li a{
	text-decoration: none;
}

.pohoji-tems ul li p{
	font-size: 13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.top-menu-wr {
	width: 100%;
	min-height: 37px;
	background: #E6E7E8;
	position: relative;
	/*overflow: hidden;*/
}

.link_bar ul {
	list-style: none;
}

.link_bar ul li {
	float: left;
	border-left: 1px solid #FB7968;
}

.link_bar ul li:first-child {
	border-left: none;
}

.link_bar ul li a {
	display: block;
	background: #FB4C35;
	color: #fff;
	line-height: 37px;
	padding: 0 15px;
}



.link_bar ul li a:hover {
	background: #000;
	text-decoration: none;
}

.top_copir {
	line-height: 37px;
	font-size: 13px;
	color: #605e5e;
}

.dropdown-menu a {
	line-height: 37px;
	font-size: 13px;
	color: #605e5e;
}

.top-menu ul{
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

.btn_lang {
	border: none;
	display: inline-block;
	line-height: 37px;
	margin-right: 15px;
	background: none;
	color: #605e5e;
	font-size: 13px;
	padding: 0 10px;
}

.main-menu {
	position: relative;
}

.main-menu ul li {
	position: relative;
}

.main-menu ul li a{
	position: relative;
}

.main-menu ul li ul li {
	position: relative;
	display: block;
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #e6e7e8;
}

.main-menu ul li ul li:last-child {
	border-bottom: none;
}

.main-menu ul li ul li a {
	line-height: 37px;
	color: #868585;
}

.main-menu ul li ul li a:hover {
	color: #fff;
}

.main-menu ul li ul {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 99999;
	background: #fff;
	width: 250px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 50px;
}

.menu-item-has-children a {
	padding-right: 30px !important;
}

.menu-item-has-children a::after {
	content: '\f0d7';
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	font-family: FontAwesome;
	font-size: 10px;
}

.main-menu ul li ul li a::after  {
	display: none;
}

.banners_wr {
	background: url(./images/ser-br.jpg);
	width: 100%;
	height: 100px;
	position: relative;
	top: 20px;
	overflow: hidden;
}

.btn_lang:hover,
.btn_lang:focus {
	outline: none;
	background: #000;
	color: #fff;
}

.top-menu ul li{
	float: left;
	list-style: none;
}

.top-menu ul li a {
	display: block;
	line-height: 37px;
	padding: 0 15px;
	color: #605e5e;
	font-size: 12px;
}

.top-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #D7D7D7;
	background: #fff; 
}

.search-wr {
	width: 1000px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	margin: 0 auto;
}

.logo {
	display: inline-block;
	position: relative;
	color: #0B0B0B;
	text-transform: uppercase;
	font-size: 95px;
	/*font-weight: 700;*/
	font-family: 'algerian';
}

.logo span {
	color: #FA4B35;
}

.logo:hover {
	text-decoration: none;
	color: #000;
	opacity: 0.7;
}

.sr-wr {
	width: 65%;
	height: 37px;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}

.banners_wr {
	padding: 0 25px;
}

.sr-txt {
	height: 40px;
	width: 100%;
	padding-left: 8px;
	color: #666;
	font-size: 13px;
	position: relative;
	top: 30px;
	background: rgba(255,255,255,0.8);
	border: none;
}

.sr-bt {
	width: 100%;
	height: 40px;
	border: none;
	position: relative;
	top: 30px;
	background: #FB4C35;
	color: #fff;
}


.menu_wr {
	height: 50px;
	background: #0D0D0D;
}

.menu_wr ul {
	list-style: none;
	margin: 0;
}

.menu_wr ul li {
	float: left;
	border-right: 1px solid #333333;
}

.menu_wr ul li a {
	display: block;
	padding: 0 15px;
	line-height: 50px;
	color: #fff;
}

.menu_wr ul li.current-menu-item a,
.menu_wr ul li a:hover {
	background: #FB4C35;
	text-decoration: none;
}

.main_slider {
	background: #000;
	height: 739px;
	width: 100%;
}

.carousel-caption h5 {
	animation: hAnim 2s ease; 
	position: relative;
	top: 0;
	opacity: 1;
}

.carousel_img2 {
	position: absolute;
	top: -48px;
	left: -35%;
	width: 100%;
	z-index: 10;
	opacity: 0.7;
	animation: animImages 1s linear;

}

@keyframes animImages {
	0% {opacity: 0.2;}
	100% {opacity: 0.7;}
}

.carousel-caption {
	z-index: 30;
}

.carousel_img2 img {
	min-width: 1920px;
	margin-top: -100px;
	  -webkit-filter: blur(15px);
	     -moz-filter: blur(15px);
	       -o-filter: blur(15px);
	      -ms-filter: blur(15px);
	          filter: blur(15px);
}

.carousel-caption p {
	animation: hAnim2 2s ease; 
	position: relative;
	bottom: 0;
	opacity: 1;
}

.carousel_btn {
	padding: 10px 35px;
	color: #fff;
	background: #FB4C35;
	text-decoration: none;
	animation: hAnim3 2s linear; 
	position: relative;
	bottom: 0;
	opacity: 1;
}

.carousel_btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}

@keyframes hAnim {
	from {
		top: -50px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes hAnim2 {
	from {
		bottom: -70px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

@keyframes hAnim3 {
	from {
		bottom: -70px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

.carousel-indicators li {
	width: 100%;
	height: 120px;
	max-height: 120px;
	/*display: flex;*/
	text-indent: inherit;
	/*padding: 10px;*/
	overflow: hidden;
	opacity: 1;
}

.car_img {
	width: 120px;
	height: 120px;
	overflow: hidden;
}



.carousel-indicators {
	bottom: -160px;
	margin: 0;
}

.carousel-caption {
	background: rgba(0,0,0,0.3);
	left: 0;
	right: inherit;
	width: 100%;
	bottom: 0;
	padding: 30px;
}

.home {
	width: 32px;
	height: 27px;
	margin: 9px 10px;
	background: url(./images/home.png) no-repeat;
}

.home:hover {
	opacity: 0.8;
}

.slider {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: 3px solid #5E6568;
	background: #fff;
}

.news-wr {
	width: 100%;
	height: auto;
	/*padding: 10px 45px;*/
	overflow: hidden;
	position: relative;
}

.left-news, .right-news {
	height: auto;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.right-news-sing {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.right-news-sing ul,
.right-news-sing ol {
	margin-left: 20px;
}

.title-cat, .title-post-main {
	display: inline-block;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.sid-cat {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.left-news-page img {
	max-width: 100% !important; 
	height: auto !important;
}

.container img {
	max-width: 100%;
	height: auto;
}

.main-img {
	max-width: 30%;
}

.left-news-page {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	float: left !important;
}


.news-pages .title a{
	color: #B26B00;
	display: inline-block;
	margin: 10px 0;
	margin-bottom: 0 !important;
}

.news-wr-pages {
	width: 71%;
	position: relative;
	overflow: hidden;
	padding: 10px;
	border-right: 3px solid #5E6568;
	border-bottom: 3px solid #5E6568;
}

.avatar-main {
	width: 65px;
	height: 65px;
	overflow: hidden;
	margin-right: 10px;
}

.avatar-main img{
	max-width: 100%;
	height: auto;
}

#author, #url, #email {
	width: 60%;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #FFE0B1;
	font-size: 13px;
	color: #666;
}

#submit {
	padding: 4px 15px;
	background: #FB4C35;
	border: none;
	color: #fff;
	font-weight: 600;
}

.sing_cr {
	background: #fff;
	height: 37px;
	line-height: 37px;
	font-size: 13px;
}

.sing_cr a {
	color: #FB4C35;
}

.comment-form-comment textarea {
	width: 70%;
	height: 120px;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #FB4C35;
	font-size: 13px;
	color: #666;
}

.children li{
	margin: 10px 0;
}

.fn {
	font-weight: 600;
	font-style: normal;
}
.commentlist li {
	list-style: none;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	display: block;
	padding: 10px;
	background: #eee;
	font-size: 13px;
	border: 1px solid #fff;
}

.cont ul, .cont ol {
	margin-left: 15px;
}

.adm-bar {
	margin: 0;
	padding: 0;
}

.adm-bar li{
	display: inline-block;
	margin-right: 15px;
	color: #B26B00;
	font-size: 13px;
}

.adm-bar li a {
	text-decoration: underline;
	color: #B26B00;
}

.adm-bar li a:hover{
	text-decoration: none;
}

.news-wr-pages img{
	max-width: 100%;
	height: auto;
}

hr {
	margin: 8px 0 !important;
}

.news-b {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px !important;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}

.category-main, .category-main a {
	color: #666;
	font-family: 'Roboto Slab', serif;

}

.right-news .news-b img {
	max-width: 30%;
	height: auto;
	float: left;
	margin-right: 15px;
	display: inline-block;
	z-index: 1;
}

.news-b img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: inline-block;
	z-index: 1;
}

.title-bord {
	display: block;
	padding-bottom: 5px !important;
	margin-bottom: 10px !important;
	border-bottom: 2px dotted #333 !important;
}


.excerpt-main {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 80%;
	padding: 10px;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

.excerpt-main:hover {
	top: 0;
	height: 100%;
}

.title, .title a {
	color: #333;
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
}

.title {
	margin: 0;
	padding: 0;
}

.title a {
	border: none;
}



.title a:hover, .title-other {
	color: #3EABFF;
	text-decoration: none;
}

.other {
	display: inline-block;
	color: #666;
	font-family: 'Roboto Slab', serif;
}

.other:hover {
	color: #3EABFF;
	text-decoration: none;
}

.right-news .news-b {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 12px !important;
	padding-right: 10%;
}

.right-news .excerpt-main {
	top: 50%;
}

.right-news .excerpt-main:hover {
	top: 0;
}


.right-news .news-b .title a {
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
}


.sidebar {
	max-width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	color: #666;
}

.sid-l, .sid-r {
	width: 23.5%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.sid-c {
	width: 49%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-left: 30px;
}


.widget img{
	max-width: 100%;
	height: auto;
}

.cont_sing {
	padding: 25px;
}



.widget {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
}

.sing_t {
	color: #000;
	margin-bottom: 20px;
	display: block;
}

.tagcloud a{
	color: #fff !important;
	background: #FB4C35;
	padding: 3px 6px;
	font-size: 13px !important;
	text-decoration: none !important;
	margin-bottom: 4px;
	display: inline-block;
	text-shadow: none !important;
}

.sing_img {
	position: relative;
	width: 100%;
	height: auto;
}

.cont_sing a {
	color: #FB4C35;
}

.sing_desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: 37px;
	line-height: 37px;
	color: #fff;
	padding: 0 25px;
	background: #FB4C35;
	font-size: 13px;
	z-index: 20;
}

.cont_com {
	background: #fff;
}

.sing_desc a {
	color: #fff;
}

.tagcloud a:hover{
	opacity: 0.7;
}

.widget a{
	color: #333;
	text-decoration: underline;
}

.pohoji-tems ul {
	margin: 0;
	padding: 0;
}

.pohoji-tems ul li{
	list-style: none;
	display:  block;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.pohoji-tems ul li img{
	max-width: 30%;
	height: auto;
	float: left;
	margin-right: 15px;
}

.news_f {
	padding: 0 25px 0 25px;
}

.footer {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #000;
	padding: 15px;
}

.foot-widget .widget {
	width: 23% !important;
	height: auto;
	float: left;
	margin: 0 9px;
	color: #fff !important;
}

.foot-widget .widget a{
	color: #eee !important;
}

.foot-widget .tagcloud a {
	color: #fff !important;
}

.foot-widget .widgettitle {
	color: #fff;
	font-size: 16px !important;
}

.copir {
	width: 100%;
	min-width: 30px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	background: #1E1E1E;
	font-size: 13px;
	position: relative;
	overflow: hidden;
}

.title-top {
	color: #333;
	text-align: center;
	width: 49%;
	height: auto;
	margin: 10px auto;
	font-family: 'Roboto Slab', serif;
	border-top: 2px dotted #333;
	padding: 10px 0; 
	border-bottom: 1px dotted #333;
}

.title-other {
	color: #333;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-family: 'Roboto Slab', serif;
	border-top: 2px dotted #333;
	padding: 10px 0; 
	border-bottom: 1px solid #333;
}

.title-top2 {
	color: #333;
	text-align: center;
	width: 49%;
	height: auto;
	margin: 10px auto;
	font-family: 'Roboto Slab', serif;
	padding: 10px 0; 
}

h3.title-other-widget {
	font-size: 23px;
	font-weight: 600;
	border-bottom: 2px dotted #333;
	padding-bottom: 13px;
	margin-bottom: 15px;
	text-align: left !important;
	font-family: 'Roboto Slab', serif;
}

.title-other {
	font-weight: 600;
	text-transform: uppercase;
}

.title-top h3{
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.title-top2 h3{
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-weight: 600;
	display: block;
	border-bottom: 2px dotted #333;
	padding-bottom: 10px;
	text-align: left !important;
}


.wp-pagenavi {
	width: 100%;
	height: auto;
	margin: 20px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span{
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	font-size: 13px;
	background: #000;

}

.wp-pagenavi a:hover, .wp-pagenavi span{
	color: #fff;
	text-decoration: none;
	background: #FB4C35;
}

.post-main {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0.8);
	padding: 8px;
	margin-bottom: 20px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.post-main img{
	float: left;
	display: block;
	width: 30%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 2px solid #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.title-post, .title-post a {
	margin: 0;
	padding: 0;
	margin-bottom: 5px !important;
	color: #B26B00;
	font-size: 18px;
}

.title-post {
	border-bottom: 1px solid #FFF1DB;
	display: block;
	padding-bottom: 3px;
}

.other-cat {
	color: #B26B00;
}

.car_img {
	width: 120px;
	height: 180px;
	margin-right: 15px;
	text-align: center;
}

.car_img img {
	width: 220px;
	max-width: inherit !important;
	min-width: inherit !important;
	display: inline-block;
}

.car_title {
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.slide_count {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	color: #fff;
	background: #FB4C35;
	padding: 7px 25px;
	font-size: 13px;
}

.carousel-control-prev,
.carousel-control-next {
	top: 150px !important;
}

.other {
	background:#FB4C35;
	color: #fff;
	padding: 7px 35px;
	display: inline-block;
}

.other:hover {
	background:#000;
	color: #fff;
}

.cont_sing img {
	max-width: 100%;
	height: auto;
}

.carousel-indicators li:hover .car_img img,
.carousel-indicators li.active .car_img img {
	transform: scale(1.1);
}

.carousel-indicators li {
	padding: 0 !important;
	display: inline-block;
	vertical-align: top;
	border: none;
	transition: all .5s ease;
}

.carousel-indicators li:hover .car_title,
.carousel-indicators li.active .car_title {
	color: #FB4C35 !important;
}

.car_title {
	transition: all .5s ease;
}

.last_news_img_video img {
	height: 200px;
}

.last_news_img_video {
	position: relative;
}

.last_news_video_cat {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	color: #fff;
	font-size: 13px;
	padding: 3px 10px;
	background: #000;
	box-shadow: 5px 0 0 #FB4C35 inset;
	transition: all .5s ease;
}

.last_news_video_title {
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 20;
	color: #fff;
	font-size: 16px;
	padding: 3px 10px;
	line-height: 20px;
	transition: all .5s ease;
}

.last_news_video_data {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 20;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	line-height: 20px;
	transition: all .5s ease;
}

.last_news_video_ico {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 100%;
	z-index: 20;
	color: #fff;
	background: #1B1914;
	font-size: 16px;
	text-align: center;
	transition: all .5s ease;
}

.last_news_video_data i {
	display: inline-block;
	margin-right: 7px;
	color: #FB4C35;
}

.last_news_video_title {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}

.last_news:hover .last_news_video_title {
	color: #FB4C35;
	text-decoration: none;
}

.last_news_video_cat:hover {
	box-shadow: 200px 0 0 #FB4C35 inset;
}

.last_news_video_cat a {
	color: #fff;
}

.last_news_video_cat a:hover {
	text-decoration: none;
}

.footer_new {
	width: 100%;
	height: auto;
	padding: 85px 0 55px 0;
	color: #fff;
	margin-top: 60px;
	background: url(./images/footer-background.jpg) bottom right no-repeat #212121;
}

.footer_new .logo {
	color: #fff;
	font-size: 64px;
	margin: 0 0 30px 0;
	line-height: 48px;
	display: block !important;
}

.footer_widget_title {
	font-size: 20px;
	margin-bottom: 25px;
}

.last_news_footer_img {
	width: 90px;
	height: 72px;
	overflow: hidden;
	margin-right: 10px;
}

.last_news_footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #313131;
	margin-bottom: 15px;
}

.last_news_footer_title {
	line-height: 20px;
	margin-bottom: 5px;
}

.last_news_footer_data {
	font-size: 12px;
	color: #868382;
}

.last_news_footer_title a {
	color: #fff;
}

.last_news_footer_title a:hover {
	color: #FB4C35;
	text-decoration: none;
}

.last_news_footer_data i {
	font-size: 12px;
	color: #FB4C35;
	display: inline-block;
	margin-right: 5px;
}

.last_news_footer:last-child {
	border-bottom: none;
}

.last_news_footer_title a i {
	color: #868585;
	font-size: 22px;
	display: inline-block;
	margin-right: 10px;
}

.last_news_footer_title {
	position: relative;
	transition: all .5s ease;
	left: 0;
}

.last_news_footer_title:hover{
	left: 15px;
}

.widget_copir {
	color: #868585;
	font-size: 12px;
	margin-top: 15px;
}

.widget_madia_link {
	margin-top: 10px;
}

.widget_madia_link ul {
	list-style: none;
	text-align: left;
}

.widget_madia_link ul li {
	display: inline-block;
}

.widget_madia_link ul li a {
	display: block;
	background: #FA4B35;
	color: #fff;
	padding: 5px 10px;
	margin: 0 2px;
}

.widget_madia_link ul li a:hover {
	text-decoration: none;
	background: #fff;
	color: #FA4B35;
}

.f_info_mail {
	font-size: 13px;
	padding: 20px 0 0 0;
	border-top: 1px solid #313131;
}

.f_info_mail a {
	color: #FA4B35;
}
.TwitterCard-container[data-theme=dark] {
	border: none !important;
}

.timeline-Tweet:hover {
	background: #fff !important;
}

.timeline-Widget {
	background: none !important;
}

.timeline-Widget a {
	color: #FB4C35 !important;
}

.timeline-Header-title,
.SandboxRoot {
	color: #fff !important;
}