body
{
	padding: 0;
	margin: 0;
	background-color: #F5F5F5;
	color: #3B434C;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

hr
{
	border-color: #989898;
	background-color: #989898;
	color: #989898;
}

a,a:link,a:hover,a:active,a:visited
{
	text-decoration: none;
	color: #fff;
}

/*html, html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
}*/

.header-wrap
{
	background-color: #ffffff;
}

.language-wrap, .social-wrap
{
	padding-top: 10px;
	font-size: 14px;
}

	.social-wrap
	{
		display: flex;
		flex-direction: row-reverse;
	}

	.social-wrap > a
	{
		color: #3B434C;
	}

	.social-wrap > a:hover {
		color: #AD1319;
	}

	.social-wrap svg
	{
		margin-left: 15px;
	}

	.social-wrap svg:hover path
	{
		fill: red;
	} 

	.logo-wrap, .search-wrap
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}

		.logo-wrap > a > img
		{
			max-width: 230px;
			width: 100%;
		}

	#ArticlesFullsearchForm, #NewsletterFormForm, #search-for-mobile, #toggled-search-for-mobile, #FullSearchFormMax
	{
		display: flex;
		flex-wrap: wrap;
	}

		#ArticlesFullsearchForm, #FullSearchFormMax
		{
			flex: 1 1 50%;
		}

		#NewsletterFormForm
		{
			flex-wrap: nowrap;
		}

		.checkboxeswrap{
			padding-left:35px;
			padding-top:10px;
			padding-bottom:10px;
		}
		.checkboxeswrap label{
			width:100%;
			margin-left:-15px;
		}

		#FullSearchFormMax .checkbox{
			float:left;
			margin: 0 5px;
			width:30%;
		}

		#FullSearchFormMax .checkbox label{
			padding-left:0;
			margin-left:0;
		}

	.search-bar, .newsletter-bar, .scrolled-search-bar
	{
		border: 1px solid #DBD7D7;
		height: 38px;
		font-family: 'Open Sans';
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		background-image: url('../img/search-icon.png');
		background-repeat: no-repeat;
		flex-grow: 1;
		min-width: 25%;
		background-size: 4%;
		background-position: center right;
		background-origin: content-box;
	}

		.scrolled-search-bar
		{
			min-width: 1%;
			padding-right: 10px;
			background-size: 20px 20px;
			max-width: 100%;
		}

	.submit-search, .submit-form, .submit-newsletter
	{
		//min-width: 79px;
		border: 0;
		height: 38px;
		background-color: #AD1f24;
		color: #fff;
		font-size: 16px;
		font-family: 'Open Sans';
		-webkit-font-smoothing: antialiased !important;
    	-moz-osx-font-smoothing: grayscale;
    	display: inline-flex;
    	align-self: flex-start;
    	padding-left: 8px;
	}

		.submit-newsletter
		{
			background-color: #fff;
			color: #3B434C;
			margin-top: 15px;
		}

		.brown-search
		{
			background-color: #AD1319;
		}

/* Menu area start */
.container-menu{
	background: #FFF;
}

.container-menu hr{
	margin:10px 0 0;
}
.menu-wrap
{
	width: 100% !important;
	height: 55px;
	/*background: #AD1319;*/
	z-index: 3;
}

	#menu
	{
		padding: 0px 0;
		margin: 0;
	}

		#menu > li
		{
			padding: 0 17px;
			margin: 0;
			display: inline-flex;
			list-style: none;
			justify-content: center;
			align-items: center;
			height: 55px;
			font-family: 'PT Serif';
			position: relative;
		}


		#menu > li:first-child
		{
			padding-left: 0;
			padding-right: 17px;
		}

			#menu > li > a
			{
				color: #000;
				font-size: 18px;
			}

			#menu > li > a:hover
			{
				text-decoration: none;
				color: #AD1319;
			}

			#menu .glyphicon
			{
				color: #000;
				padding-left: 5px;
				margin-top: 5px;
				font-size: 10px;
			}

	#menuscroll
	{
		padding: 0px 0;
		margin: 0;
	}

	.toggle-desktop-menu
	{
		font-size: 30px;
		padding-top: 12px;
		position: relative;
		cursor: pointer;
		z-index: 9999;
		display: inline-block;
	}

	.desktop-burger{
		display: none;
	}


	#breadcrumbs
	{
		padding: 10px 0 0 0;
		margin: 0;
	}

		#breadcrumbs > li
		{
			padding: 0;
			margin: 0;
			display: inline-block;
			list-style: none;
		}

		#breadcrumbs > li > a
		{
			color: #3B434C;
			font-size: 12px;
		}

		#breadcrumbs > li > a:hover
		{
			text-decoration: none;
			color: #3B434C;
		}

.content-wrap, .article-wrap, .category-wrap
{
	background-color: #fff;
	min-height: 645px;
}

.section-title
{
	margin: 0;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: 'PT Serif';
	font-size: 24px;
	color: #3B434C;
	display: flex;
}

.section-title-video
{
	margin: 0;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: 'PT Serif';
	font-size: 24px;
	display: flex;
	color:#FFFFFF;
	margin-bottom:15px;
}

.title-video{
	color:#FFFFFF;
	font-weight: bold;
}
.morevideo{
	color:#FFFFFF;
	font-weight: bold;
	float:right;
	text-transform: capitalize;
}

.video-number{
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
}

	.section-title::after
	{
		content: '';
		flex: 1;
		margin: auto 0 auto 10px;
		height: 0;
		border-top: solid #989898 1px;
	}
	.section-title a{
		color:#3B434C;
		text-decoration: none;
	}
	.section-title a:hover{
		color:#EE3147;
	}

.right-title
{
	margin: -5px 0 0;
	padding-top: 25px;
	padding-bottom: 15px;
	font-family: 'PT Serif';
	font-size: 24px;
	color: #3B434C;
	display: flex;
}
.right-title::after
{
	content: '';
	flex: 1;
	margin: auto 0 auto 10px;
	height: 0;
	border-top: solid #989898 1px;
}

.newsletter-description
{
	font-family: 'Open Sans';
	font-size: 14px;
	color: #ffffff;
	//-webkit-font-smoothing: antialiased !important;
    //-moz-osx-font-smoothing: grayscale;
    padding: 0;
}

.stire-tip-mare
{
	width: 100%;
	height: 310px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

	.title-area
	{
		background-image: url('../img/black-gradient.png');
		background-position: center top;
		background-size: cover;
		padding: 15px;
		position: absolute;
		bottom: 0;
		z-index: 2;
		width: 100%;
	}

		.stire-tip-mare > .title-area > h1
		{
			font-family: 'PT Serif';
			font-size: 36px;
			color: #FFFFFF;
			line-height: 36px;
			margin-bottom: 5px;
		}

		.stire-tip-mare > .title-area > h2
		{
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			color: #FFFFFF;
			margin: 0;
			padding: 0;
			-webkit-font-smoothing: antialiased !important;
    		-moz-osx-font-smoothing: grayscale;
    		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
		}

.title-area-video
{
	background-image: url('../img/black-gradient.png');
	background-position: center top;
	background-size: cover;
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;

}
.title-area-video p{
	font-size:13px;
	color:#fff;
	margin:0 5px;
}

.stire-tip-mic, .square-news
{
	width: 100%;
	height: 149px;
	margin-top: 12px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

	.square-news
	{
		height: 330px;
		margin-top: 0;
	}

	.stire-tip-mic > .title-area > h1, .square-news > .title-area > h1
	{
		font-family: 'PT Serif';
		margin-bottom: 5px;
		font-size: 18px;
		color: #FFFFFF;
		line-height: 22px;
		padding: 0;
		margin: 0;
	}

.half-padding-left
{
	padding-left: 7.5px;
}

.half-padding-right
{
	padding-right: 7.5px;
}

.link-stire
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}

.newsletter-bar
{
	padding-right: 0;
	background: none;
	opacity: 1;
}

	.newsletter-bar::placeholder
	{
		opacity: 1;
	}

.newsletter-wrap
{
	padding-top: 8px;
}

.newsletter-wrap hr
{
	background-color: #989898;
	border-color: #989898;
	margin: 15px 0 5px 0;
}

.most-read
{
	background: #AD1F24;
	padding: 15px 15px 18px;
}

	.most-read h3
	{
		/* Most read: */
		font-family: 'PT Serif';
		font-size: 18px;
		color: #FFFFFF;
		line-height: 18px;
		padding: 0;
		margin: 0;
	}

	.most-read-news
	{
		font-family: 'PT Serif';
		font-size: 16px;
		color: #FFFFFF;
		padding-left: 30px;
		display: inline-block;
		margin-top: 15px;
	}

		.most-read-news:hover
		{
			color: #fff;
			text-decoration: none;
		}

	.most-read-news::before
	{
		content: attr(data-nr);
		border: 1px solid #fff;
		border-radius: 50%;
		padding: 2px 6.5px;
		font-size: 12px;
		font-weight: 700;
		position: absolute;
		left: 30px;
	}

	.most-read > hr
	{
		margin-top: 15px;
		opacity: 0.5;
		margin-bottom: 0;
		border-color: #dedede;
		background-color: #dedede;
		color: #dedede;
	}

.only-text-news-wrap
{
	margin-top: -5px;
}

.small-title-country-cat
{
	font-family: 'Open Sans';
	font-size: 12px;
	color: #EE3147;
	letter-spacing: 1.71px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-transform: uppercase;
}

.small-title-topic
{
	font-family: 'Open Sans';
	font-size: 12px;
	color: #000000;
	letter-spacing: 1.71px;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-transform: uppercase;
}

.only-text-news
{
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
	padding-bottom: 14px;
}

.only-text-news:last-child
{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.only-text-news h1
{
	font-family: 'PT Serif';
	font-weight: 700;
	font-size: 16px;
	color: #3B434C;
	padding: 5px 0 5px 0;
	margin: 0;
}

.highlighted-news {
	position:relative;
}

.highlighted-news .small-title-country-cat
{
	font-size: 16px;
}

.highlighted-news h1
{
	font-family: 'PT Serif';
	font-weight: 700;
	font-size: 24px;
	color: #3B434C;
	padding: 10px 0 5px 0;
	margin: 0;
}

.highlighted-news p
{
	font-family: 'Open Sans';
	font-size: 14px;
	color: #3B434C;
	padding-top: 5px;
	margin-bottom: 3px;
}

a.read-more
{
	/* Read more: */
	font-family: 'Open Sans';
	font-size: 14px;
	color: #EE3147;
}

.highlighted-news hr
{
	border-color: #EE3147;
	margin: 15px 0;
}

.highlighted-news:last-child hr {
	display: none;
}

/* we recommend */
.thumb-news
{

}

.thumbz
{
	width: 100%;
	height: 220px;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.thumb-news h1
{
	/* Shares in Brazil mea: */
	font-family: 'PT Serif';
	font-weight: 700;
	font-size: 20px;
	color: #3B434C;
	margin: 0;
	padding: 15px 0;
}

.stire-tip-mic + .only-text-news
{
	margin-top: 25px;
}

.plus-thumb
{
	/*margin-top: ;*/
}

.thumb-on-left
{
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: 5px;
	width: 100px;
	height:75px;
	text-align: center;
	display:flex;
	align-items: center;
}

.thumb-on-left img{
	max-width:90px;
	max-height:72px;
}

.forth-section .stire-tip-mic
{
	margin-top: 0;
}

/* video area */

.video
{
	width: 100%;
	height: 428px;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
}
.videonew
{
	width: 100%;
}
.videothumb{
	padding:0 !important;
}
.videomain{
	/*padding:15px;*/
	margin-left:-15px;
}

.video h1
{
	font-family: 'PT Serif';
	font-size: 36px;
	color: #FFFFFF;
	line-height: 36px;
	padding: 0;
	margin: 0;
}

.video h2
{
	font-family: 'Open Sans';
	font-size: 14px;
	color: #FFFFFF;
	margin: 5px 0 0 0;
}

.play-video-icon
{
	position: absolute;
	top: 15px;
	left: 15px;
}

.footer-wrap
{
	background-color: #3B434C;
	min-height: 165px;
	margin-top:5px;
	padding: 25px;
}

.credits
{
	background-color: #000;
	padding: 5px;
	text-align: center;
	min-height: 30px;
	font-size:14px;
	text-decoration: none;
}

.footer-wrap li h1
{
	/* Lorem ipsum: */
	font-family: 'PT Serif';
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.footer-wrap ul
{
	padding: 0;
	padding: 0;
}

.footer-wrap li a
{
	font-size: 12px;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.footer-logo
{
	width: 70%;
}

.logo-footer-wrap
{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height:100px;
	flex-direction: column;
	padding-top:30px;
}

.logo-footer-wrap a{
	text-align:right;
}

	.social-icons-footer
	{
		width:100%;
		text-align: right;
		padding:30px 25px 0 0;
	}

.sub-menu
{
	background-color: #ffffff;
	position: absolute;
	padding: 15px 2px;
	z-index: 10;
	top: 15px;
	left: 100%;
	display: flex;
	visibility: hidden;
	min-width: 500px;
	height: 280px;
	flex-flow: column wrap;
	color: #000;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);

}

	.sub-menu:hover
	{
		display: block;
	}

	.sub-menu > li
	{
		list-style: none;
		padding: 5px 15px;
	}

		.sub-menu > li > a
		{
			color: #3B434C;
		}

		.sub-menu > li > a:hover {
			color: #AD1319;
		}

.sub-menu-scroll-wrapper {
	display: none;
}


.sub-menu-scroll-box {
	background-color: #ffffff;
	position: absolute;
	z-index: 10;
	top: 59px;
	left: -30px;
	min-width: 400px;
	min-height: 280px;
	color: #000;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
	display: flex;
	cursor: auto;
}

.sub-menu-scroll {
    padding: 20px;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-menu-scroll2 {
	border-bottom: none;
}

.sub-menu-scroll > li
{
	list-style: none;
	padding: 5px 0 10px;
	text-align: center;
	font-size:18px;
	border-bottom: 1px solid #dedede;
}

.sub-menu-scroll > li:last-child {
	border-bottom: none;
}

.sub-menu-scroll > li > a
{
	color: #3B434C;
}

.sub-menu-scroll > li > a:hover {
	color: #AD1319;
}

.sub-menu-scroll2 > li
{
	list-style: none;
	padding: 5px 15px;
	text-align: center;
	font-size: 14px;
	border-bottom: none;
}

.sub-menu-scroll2 > li > a
{
	color: #3B434C;
}

.sub-menu-scroll2 > li > a:hover {
	color: #AD1319;
}

#menu > li:hover > .sub-menu
{
	visibility: visible;
	display: flex;
}

.sub-menu > li:hover > .sub-menu
{
	display: flex;
	left: 100%;
	position: absolute;
	min-width: 100%;
}

.sub-menu .sub-menu:hover
{
	display: flex;
}

.sub-menu-scroll > li:hover > .sub-menu
{
	display: flex;
	left: 100%;
	position: absolute;
	min-width: 100%;
}

.sub-menu-scroll .sub-menu:hover
{
	display: flex;
}

/* hotfix menu search */

.menu-wrap .search-wrap
{
	padding-top: 9px;
	padding-bottom: 0;
	padding-left: 0;
}

.menu-wrap .newsletter-bar
{
	padding: 0 0 0 10px;
	box-sizing: border-box;
	background-color: #fff;
}

.menu-wrap .submit-search
{
	//border: 1px solid #fff;
}

.menu-logo
{
	width: auto;
	height: 40px;
	padding-top: 10px;
}

.hide-no-scroll
{
	display: none;
}

textarea:focus, input:focus{
    outline: none;
}

/* Article Page */
.article-wrap 
{
	padding-top: 30px;
	padding-bottom: 30px;
}

	.article-wrap p
	{
		margin-top: 15px;
	}

.article-title
{
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 42px;
	font-family: 'PT Serif';
}

.article-subtitle
{
	padding: 14px 0 4px 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

.date-of-post
{
	display: inline-block;
	padding-top: 8px;
	font-size: 12px;
}

.article-thumbnail
{
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 15px;
}

.article-thumbnail .title-area
{
	background-size: 100% 100%;
}

.article-thumbnail .title-area p
{
	padding: 0;
	margin: 0;
	color: #fff;
}

.article > .section-title
{
	padding-top: 30px;
}
.article > p{
	font-size:15px;
}
.article p a{
	color:#000000;
}

.highlight-p
{
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
}

.article-wrap .social-wrap
{

}

.translate-post
{
	display: inline-block;
	padding-top: 8px;
	font-size: 12px;
	float: right;
}

a.translate-post
{
	color: #3B434C;
}

/* sidebar */
.sidebar-wrap
{
/*	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;*/
}

.sidebar-ad
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* gallery */

.gallery-wrap
{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}

.gallery-entry
{
	display: flex;
	border: 1px solid #3B434C;
	justify-content: center;
	align-content: center;
	width: 23%;
	height: 125px;
}

	.gallery-entry > img
	{
		width: 100%;
		align-self: center;
	}

/* category page */
/*.category-wrap .highlighted-news
{
	width: 50%;
	float: left;
}*/

/* pagination */
.pagination-wrap ul
{
	padding: 0;
	margin: 0;
}

.pagination-wrap li
{
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.pagination a
{
	padding: 1px 7px;
	display: inline-block;
	background-color: #3B434C;
	color: #fff;
	border-radius: 0px !important;
	margin: 30px 0;
}

.pagination a:hover
{
	background-color: #EE3147;
}

.pagination-wrap .active
{
	background-color: #EE3147;
}
.pagination-wrap .active a
{
	background-color: #EE3147;
}

.thumbz + a > .small-title-country-cat
{
	padding-top: 15px;
	display: inline-block;
}

.bold-title
{
	font-weight: bold;
}

/* contact form */

.contact-form
{
	width: 100%;
}

.contact-form td
{
	width: 50%;
}

.input-contact-small
{
	min-width: 280px;
	padding: 8px 10px;
	width: calc( 100% - 10px);
}

.input-contact-big
{
	width: 100%;
	padding: 8px 10px;
}

.textarea-contact
{
	padding: 8px 10px;
	border: 1px solid #dedede;
	width: 100%;
}

#add-comment-table
{
	width: 100%;
}

#add-comment-table td
{
	width: 50%;
}

.comment-wrap
{
	width: 100%;
	border: 1px solid #dedede;
	padding: 10px;
}

#comment-table
{
}

.username
{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.comments-pagination .pagination
{
	margin: 30px 0 7px;
}

a.read-all-comments
{
	padding-top: 20px;
	color: #EE3147;
	display: inline-block;
}

.newsletter-box
{
	background-color: #F13248;
	padding: 15px;
}

.newsletter-bar
{
	color: #fff;
	border-color: #fff;
}

.cloned .submit-search
{
	min-width: auto;
	padding-left: 7px;
}

.most-read > hr:last-child
{
	display: none;
}

.coloana-more-news-block-home .stire-tip-mic
{
	margin-top: 12px;
}

.coloana-more-news-block-home .stire-tip-mic:first-child
{
	margin-top: 0;
}

.picture-gallery-wrap
{
	padding: 0 14px 15px 13px;
}

.big-gallery-pic
{
	display: block;
	background-size: cover;
	background-position: center center;
	height: 300px;
	width: 100%;
	position: relative;
}

.small-gallery-pic, .side-gallery-pic
{
	margin-top: 15px; 
	display: block;
	background-size: cover;
	background-position: center center;
	height: 143px; 
	width: 32%;
}

	.side-gallery-pic
	{
		width: 100%;
	}

		.side-gallery-pic:first-child
		{
			margin-top: 0;
		}

.gallery-loop
{
	width: 100%; 
	display: flex; 
	justify-content: space-between;
}

.gallery-loop2
{
	padding: 0;
}

.mobile-buttons
{
	display: flex;
	align-items: center;
	height: 59px;
	font-size: 18px;
	flex-direction: row-reverse;
}

.on-menu
{
	color: #000;
}

.mobile-menu
{
	background-color: #dedede;
	padding: 15px;
	overflow: hidden;
	display: none;
}

.search-for-mobile .scrolled-search-bar
{
	margin-bottom: 10px;
}

.toggled-search
{
	display: none;
	margin-bottom: 15px;
}

.mobile-buttons > .glyphicon
{
	display: inline-block;
	cursor: pointer;
}

.mobile-menu
{
	background-color: #FFFFFF;
	color:#000000;
	display: none;
	justify-content: center;
	align-items: center;
}

.mobile-menu ul li a{
	color:#000000;
}

.mobile-menu ul
{
	padding: 0;
	margin: 0;
}

.mobile-menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 18px;
}

.mobile-menu li .glyphicon {
	display: none;
}


/* article newsletter box */
.newsletter-article-title{

}

.newsletter-article
{
	border: 1px solid #DBD7D7;
	height: 38px;
	font-family: 'Open Sans';
	font-size: 14px;
	padding: 0 10px;
	flex-grow: 1;
	width: 100%;
}

.submit-newsletterarticle
{
	width: 100%;
	border: 0;
	height: 38px;
	background-color: #ffffff;
	color: #000;
	outline:1px solid #AD1319;
	font-size: 16px;
	font-family: 'Open Sans';
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	display: inline-flex;
	align-self: flex-start;
}

.submit-newsletter
{
	background-color: #fff;
	color: #3B434C;
	margin-top: 15px;
}

.brown-search
{
	background-color: #AD1319;
}

.burger-custom {
	width: 30px;
	height: 30px;
	position: relative;
	padding: 20px;
	float: right;
	cursor: pointer;
}

.burger-custom .burger-bars {
	width: 20px;
	height: 2px;
	background-color: #000;
	position: relative;
}

.burger-custom .burger-bars:nth-child(1) {
	margin-top: 0;
}

.burger-custom .burger-bars:nth-child(2) {
	margin-top: 4px;
}

.burger-custom .burger-bars:nth-child(3) {
	margin-top: 4px;
}


.news-slider-wrapper {
	margin: 30px -15px;
	padding: 30px 35px;
	background: #181B36;
}
.video-slider-wrapper {
	margin: 30px -15px;
	padding: 30px 35px;
	background: #101821;
}
.slider-article-container {
	position: relative;
}
.slider-article {
	display: none;
}
.slider-article.active {
	display: block;
}
.slider-article-image {
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
}
.slider-article-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.slider-article-content {
	width: 30%;
	padding: 30px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -20%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 98;
}
.slider-article-content a{
	color:#000000;
}
.slider-pager {
	padding: 60px 60px 30px 60px;
}

.article-image {
	padding-bottom: 55%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.article-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}