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;
}
section.article .left p.text-gray {
	margin-bottom: 20px;
}
section.article .left .inner-article-content {
	position: fixed;
	bottom: 100px;
	left: 6rem;
	padding: 0 3.5%;
	width: 37%;
}
section.article .left h5 {
	font-family: 'Open Sans';
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: normal;
}
section.article .left h1 {
	font-size: 5rem;
	margin-bottom: 40px;
	padding-bottom: 4.2rem;
	position: relative;
}
section.article .left h1::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 7rem;
	background: #f6ea09;
}

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: 100px 12% 100px 6%;
}
section.article .right strong {
	color: #000;
	font-size: 1.7rem;
	margin-bottom: 10px;
	display: inline-block;
}

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;
	}
	section.article .row .left {
		position: relative;
	}
	section.article .row .right {
		margin-left: 0;
	}
	section.article .row .left .inner-article-content {
		position: relative;
		top: 0;
		left: 0;
		padding: 120px 6% 60px;
	}
	section.article .row .right {
		padding-top: 60px;
	}
	/*
	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;
	}
}

.people-single > .bg-stretch.odd {
	transform: scale(1.3);
}

.minheight-100 {
	min-height: 100vh;
}

/**/

.messagebox {
	display: block;
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 60px;
	padding: 60px;
	width: 45%;
	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-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%;
	}
}
