section.article .row {
	width: 100%;
	clear: both;
	margin: 0;
}
section.article .row:before {
	clear: both;
}
section.article .row:after {
	clear: both;
	display: block;
	content: '';
}
section.article .row .left {
	width: 40%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
}
section.article .row .right {
	width: 60%;
	margin-left: 40%;
}
section.article .left {
	background: #27262b;
	color: #fff;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.article .left p.text-gray {
	margin-bottom: 20px;
}
section.article .left .inner-article-content {
	position: fixed;
	bottom: 60px;
	left: 60px;
	/*padding: 0 3.5%;*/
	width: 37%;
}
section.article .left .inner-article-content h5 {
	font-family: 'Open Sans';
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: normal;
}
section.article .left .inner-article-content h1 {
	font-size: 5rem;
	/*margin-bottom: 40px;*/
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}
section.article
	.left
	.inner-article-content:not(.inner-article-content-nobar)
	h1 {
	padding-bottom: 4.2rem;
}
section.article
	.left
	.inner-article-content:not(.inner-article-content-nobar)
	h1::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 7rem;
	background: #f6ea09;
}
section.article .left {
	padding: 130px 60px;
}
section.article .left a {
	color: #f6ea09;
}
section.article .right p {
	color: #919191;
}
section.article .right ul {
	color: #919191;
}
section.article .right li {
	color: #919191;
}
section.article .right th {
	color: #919191;
}
section.article .right td {
	color: #919191;
}
section.article .right {
	background: #fff;
	padding: 130px 60px;
}
section.article .right strong {
	color: #000;
	font-size: 1.7rem;
	margin-bottom: 10px;
	display: inline-block;
}
section.article .left .inner-article-content.inner-article-content-top {
	bottom: auto;
	top: 130px;
}
section.article
	.left
	.inner-article-content.inner-article-content-top
	h1::before {
	display: none;
}
section.article
	.left
	.inner-article-content.inner-article-content-top:not(.inner-article-content-nobar)
	h5::before {
	content: '';
	display: block;
	position: relative;
	height: 3px;
	width: 7rem;
	background: #f6ea09;
	margin-bottom: 20px;
}

section.article.article-special .left {
	width: 50%;
}
section.article.article-special .left .inner-article-content {
	width: 43%;
}
section.article.article-special .left .inner-article-content h5 {
	color: #919191;
}
section.article .left .inner-article-content h1 {
	font-size: 4.3rem;
	line-height: 1.1em;
}
section.article.article-special .left .news-slider-wrapper {
	position: absolute;
	bottom: 130px;
	left: 0;
	width: 100%;
}
section.article.article-special .left .news-slider-wrapper h6 {
	position: relative;
	left: 6rem;
	margin-bottom: 20px;
}
section.article.article-special .left .news-slider-wrapper .news-title {
	font-size: 1.3rem;
	line-height: 1.4em;
}

section.article.article-special .right {
	width: 50%;
	margin-left: 50%;
}
a.back-link {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 2px solid #666;
	position: fixed;
	opacity: 0.6;
	/*
	top: 50px;
	right: 50px;
	*/
	top: 100px;
	right: 35px;
}
a.back-link i {
	border: solid #666;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 13px;
	left: 14px;
}
a.back-link .left-arrow {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.custom-video-block {
	padding-top: 3.5rem !important;
}
.custom-video-block .video-wrap {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.custom-video-block .video-wrap video {
	max-width: 600px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.custom-video-block .video-wrap .video-controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

@media (max-width: 1023px) {
	section.article .row .left,
	section.article .row .right {
		width: 100%;
		float: none;
		position: relative;
		margin: 0;
	}
	section.article .row .left .inner-article-content {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		width: auto;
	}
	section.article .row .right {
		padding-top: 60px;
	}
	section.article .left .news-slider-wrapper {
		display: none;
	}
	/*
	a.back-link i {
		border-color: #fff;
	}
	*/
	a.back-link {
		top: 75px;
		right: 60px;
	}
}

@media (max-width: 767px) {
	section.article .left h1 {
		font-size: 4rem;
	}
	section.article .left h5 {
		font-size: 20px;
	}
	.header.header-top {
		display: none;
	}
	footer .language-form {
		display: none !important;
	}
	/*
	footer ul.language {
		display:block !important;width:62px;margin:0 auto;height:40px;
	}
	footer ul.language li {
		float:left !important;
	}
	*/

	.header-mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	.header-mobile .nav-opener {
		position: absolute;
		top: 0;
		bottom: auto !important;
		right: 0;
		width: 6rem;
		height: 6rem;
		background: #696c70;
		z-index: 1000;
	}
	.header-mobile .nav-drop {
		top: 0 !important;
		height: auto !important;
		padding: 6rem;
	}
	.header-mobile .nav-drop:before {
		top: 0;
		left: 0;
		right: 100%;
		bottom: 0;
		background-color: rgb(40, 40, 42, 0);
		z-index: -1;
		transition: right 0.15s linear, background-color 0.15s linear;
	}
	.nav-active .header-mobile .nav-drop:before {
		right: 0;
		background: #28282a;
	}
	.header-mobile .nav-drop > ul {
		flex-direction: column !important;
		align-items: start !important;
		font-size: 2.1rem !important;
		line-height: 2 !important;
		font-family: Vollkorn, 'Times New Roman', Times, serif !important;
		text-transform: none !important;
		letter-spacing: 0 !important;
		transition: opacity 0.25s ease-in-out !important;
		opacity: 0;
	}
	.nav-active .header-mobile .nav-drop > ul {
		opacity: 1;
	}
	.header-mobile .nav-drop > ul li + li {
		margin-left: 0;
	}
}

@media (min-width: 766px) {
	.header-mobile {
		display: none;
	}
}

.minheight-100 {
	min-height: 100vh;
}

/**/

.messagebox {
	display: block;
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 60px;
	padding: 60px;
	width: 60%;
	background-color: rgba(57, 56, 62, 0.85);
}
.messagebox .messagebox-header,
.messagebox .messagebox-body {
	color: #fff;
}
.messagebox .messagebox-header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.messagebox .messagebox-image {
	margin: -30px;
}
.messagebox .messagebox-image img {
	width: 100%;
}
.messagebox .messagebox-action {
	margin-top: 30px;
}
.messagebox .close {
	position: absolute;
	top: 30px;
	right: 30px;
	text-shadow: none;
	font-size: 2rem;
	color: #fff;
}
.messagebox .messagebox-action > .btn {
	font-size: 1.1rem;
	line-height: 1.36;
	padding: 0.9rem 1.8rem;
}
@media (max-width: 767px) {
	.messagebox {
		bottom: 0;
		width: 100%;
	}
}
li > .badge[class*='badge-custom-'] {
	margin-bottom: 10px;
}
.badge[class*='badge-custom-'] {
	border-radius: 0;
	padding: 0.25em 0.4em;
	font-size: 100%;
	font-weight: 200;
}
.badge.badge-custom-tag {
	background-color: #ddd;
	color: #333;
}
.video {
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #696c71;
	color: #fff;
	transition: background-color 0.3s ease-in-out;
}
a.video:hover {
	background-color: rgba(105, 108, 113, 0.7);
}
.video > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	font-size: 30px;
	color: #fff;
	transition: text-shadow 0.5s ease-in-out;
}
a.video:hover > i {
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
.fancybox-video {
	display: none;
}
