.row {
	max-width: 140rem;
}

.disclaimer-image {
	margin: 0 0 3rem;
}

.company-images {
	margin: 5rem 0 6rem;
	text-align: center;
}

.company-images img {
	max-width: 100%;
}

.intro.intro-disclaimer {
  background: rgba(0, 0, 0, 0) url("../../img/layout/header/disclaimer.jpg") no-repeat scroll 0 0 / cover ;
}

video {
	width: 100%;
	max-width: 100%;
}

.gallery.video li {
	width: 48%;
}

@media screen and (max-width: 48em) {
	
	.gallery.video li {
		width: 100%;
	}
	
}



.news-detail .main-image {
	max-width: 60%;
}

.news-detail .share-wrapper {
	margin: 0 0 3rem;
}

.news-detail .fb-share-button {
	float: right;
}

.news-detail .twitter-share-button {
	float: right;
	margin: 2px 0 0 10px;
}

.news-list .fb-share-button {
	float: left;
}

.news-list .twitter-share-button {
	float: left;
	margin: 2px 0 0 10px;
}


@media screen and (max-width: 48em) {
	
	.news-list .share-wrapper {
		margin: 0 0 2rem;
	}
}

@media screen and (max-width: 32em) {
	
	.news-detail .main-image {
		max-width: 100%;
	}
}
	
	
.footer-main a {
	color: #fff;
}

.footer-main .footer-bottom .socials {
	margin: -0.9rem -2rem 0 3rem;
}

.footer-main .footer-bottom .socials li {
	margin: 0 1rem;
	display: inline-block;
	float: none;
}

.footer-main .footer-bottom .socials li a {
	display: block;
	transition: 0.3s all;
	background:url("../../img/layout/sprite.svg") !important;
	background-size: 30rem 30rem !important;
}

.footer-main .footer-bottom .socials li a:hover {
	opacity: 0.4;
}

.footer-main .footer-bottom .socials li a::before,
.footer-main .footer-bottom .socials li a::after {
	display: none !important;
}

.footer-main .footer-bottom .socials a.fb {
	width: 4rem;
	height: 4rem;
	background-position: 0 -26rem !important;
}

.footer-main .footer-bottom .socials a.insta {
	width: 4rem;
	height: 4rem;
	background-position: -5rem -26rem !important;
}

.footer-main .footer-bottom .socials a.you {
	position: relative;
	top: -0.3rem;
	width: 13.5rem;
	height: 3rem;
	background-position: -10rem -26rem !important;
}

@media screen and (max-width: 32em) {
	
	.footer-main .footer-bottom .socials {
		margin: 2rem 0 0;
	}
	
	.footer-main .footer-bottom .socials,
	.footer-main .footer-bottom p {
		float: none;
		text-align: center;
	}
}


.justify-text {
	text-align: justify;
}

.careers-detail .footer input.btn {
	float: none;
	background: #002e51;
}

.careers-detail .footer input.btn:hover {
	color: #002e51 !important;
	background: none;
}

.footer-main .logo {
	background-image: url("../../img/layout/logo-footer.svg") !important;
}

.content .contact-hero blockquote {
	font-style: normal;
}

sup {
	position: relative;
	top: -0.4rem;
}

.flik-timeline-4 > ul {
	max-width: 1000px !important
}

.flik-timeline-title sup {
	top: -1rem;
	font-size: 1.6rem;
}


.contact-hero {
	margin: 0 0 6rem;
}

a.grey {
	color: #3e4f59;
}

span.space {
	float: left;
	width: 7rem;
}



.fancybox.hidden {
	display: none;
}

.footer-main .footer-bottom .socials li a.fb::before {
	text-indent: -999rem;
	background-repeat: no-repeat !important;
}

#button-file {
	position: relative;
	display: inline-block;
	padding: 1.5rem 2.5rem;
	width: 30rem;
	border: 1px solid #002e51;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	transition: all 0.35s;
	background: #002e51;
}

#button-file:hover {
	cursor: pointer;
	color: #002e51;
	background: none;
}

.footer-main .footer-top .logo {
	background-repeat: no-repeat !important;
}

select::-ms-expand {
	display: none !important;
}


.contacts {
	margin: 5rem 0 8rem;
	font-size: 1.6rem;
}

.contacts::after {
	content: "";
	display: table;
	clear: both;
}

.contacts .entry {
	float: left;
	margin: 0 2% 2% 0;
	width: 32%;
	padding: 1.7rem;
	background: #eeeeee;
}

@media screen and (min-width: 64em) {

	.contacts .entry:nth-of-type(3),
	.contacts .entry:nth-of-type(6) {
		margin: 0;
	}
	
	.contacts .entry:nth-of-type(4) {
		clear: left;
	}
}

@media screen and (max-width: 64em) {
	
	.contacts .entry {
		margin: 0 2% 2% 0;
		width: 48%;
		
		.contacts .entry:nth-of-type(2),
		.contacts .entry:nth-of-type(4),
		.contacts .entry:nth-of-type(6) {
			margin: 0;
		}

		.contacts .entry:nth-of-type(3),
		.contacts .entry:nth-of-type(5), {
			clear: left;
		}
	}
}

@media screen and (max-width: 48em) {
	
	.contacts .entry {
		margin: 0 0 2% 0;
		width: 100%;
		
		.contacts .entry:nth-of-type(2),
		.contacts .entry:nth-of-type(4),
		.contacts .entry:nth-of-type(6) {
			margin: 0;
		}

		.contacts .entry:nth-of-type(3),
		.contacts .entry:nth-of-type(5), {
			clear: left;
		}
	}
}


.contacts h2 {
	font-size: 1.6rem;
	text-align: left;
}

.contacts a {
	text-decoration: underline;
}

.contacts span {
	position: relative;
	display: block;
	padding: 0 0 0 4rem;
}

.contacts span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 1.2rem;
	margin: -1.7rem 0 0;
	width: 3rem;
	height: 3rem;
}

.contacts span.phone::before {
	background:url("../../img/layout/sprite.svg") 0 -10rem;
}

.contacts span.mail::before {
	background:url("../../img/layout/sprite.svg") -4rem -10rem;
}

.fleet {
	display: block;
}

.fleet::after {
	content: "";
	display: table;
	clear: both;
}

.fleet .entry {
	float: left;
	margin: 0 3% 5rem 0;
	width: 31%;
}

.fleet .entry:nth-of-type(3n) {
	margin-right: 0;
}

.fleet .entry:nth-of-type(3n + 1) {
	clear: left;
}

@media screen and (max-width: 48em) {
	
	.fleet .entry {
		margin-right: 4%;
		width: 48%;
	}
	
	.fleet .entry:nth-of-type(3n) {
		margin-right: 4%;
	}
	
	.fleet .entry:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.fleet .entry:nth-of-type(3n + 1) {
		clear: none;
	}
	
	.fleet .entry:nth-of-type(2n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 32em) {
	
	.fleet .entry {
		width: 100%;
	}
}


.fb-wrapper {
	margin: 0 0 -3rem;
	padding: 5rem 2rem 4rem;
	text-align: center;
	background: url("../../img/layout/facebook-bg.jpg") no-repeat center center;
	background-size: cover;
}

.fb-wrapper h3 {
	color: #fff;
	font-size: 3rem;
}


.header-main .socials {
	float: right;
	margin: 1.3rem -1rem 0 1rem;
}

.header-main .socials li {
	margin: 0 1rem;
	display: inline-block;
	float: left;
}

.header-main .socials li a {
	display: block;
	transition: 0.3s all;
	text-indent: -999rem;
	background:url("../../img/layout/sprite.svg") !important;
	background-size: 30rem 30rem !important;
}

.header-main .socials li a:hover {
	opacity: 0.4;
}

.header-main .socials li a::before,
.header-main .socials li a::after {
	display: none !important;
}

.header-main .socials a.fb {
	float: none;
	overflow: auto;
	margin: 0;
	width: 4rem;
	height: 4rem;
	background-position: 0 -26rem !important;
}

.header-main .socials a.insta {
	width: 4rem;
	height: 4rem;
	background-position: -5rem -26rem !important;
}

.header-main .socials a.you {
	position: relative;
	top: 0.5rem;
	width: 13.5rem;
	height: 3rem;
	background-position: -10rem -26rem !important;
}

@media (max-width: 62em) {
	
	.header-main .socials {
		display: none;
	}
}



@media (max-width: 87em) {
	
	.header-main .nav-main li a {
		padding: 0 1.7rem;
		font-size: 1.3rem;
	}
}



.careers-image {
	margin: 0 auto 3rem;
	width: 100%;
	max-width: 500px;
}




.gallery li {
	margin-bottom: 3%;
}

.gallery .image-wrapper {
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}

.gallery .image-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
	margin: 0;
	width: 150%;
}

.gallery figcaption {
	margin: 1rem 0 0;
}





.tabs-container {
	margin: 0 0 5rem !important;
}

.tab-content h2 {
	padding-right: 10rem;
}

h2 + .flexslider {
	margin: -2rem 0 2rem;
}



.flexslider .image-wrapper {
	position: relative;
	display: block;
	margin: 0 0 1rem;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}

.flexslider .image-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
	margin: 0;
	width: 150% !important;
	height: auto;
	max-width: none;
}

.flexslider figcaption {
	font-size: 1.3rem;
}


.flexslider .image-wrapper::before {
	background: url(../../img/layout/sprite.svg) 0 -22rem;
    background-size: auto auto;
	background-size: 30rem 30rem;
	content: "";
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: block;
	height: 3.5rem;
	width: 3.5rem;
	opacity: 0;
	-webkit-transition: 0.35s all;
	-o-transition: 0.35s all;
	transition: 0.35s all;
}
	
.flexslider .image-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.35s all;
	-o-transition: 0.35s all;
	transition: 0.35s all;
	background: #002e51;
}

.fancybox:hover .image-wrapper::before {
	opacity: 1;
}

.fancybox:hover .image-wrapper::after {
	opacity: 0.7;
}



.flex-control-nav {
	display: none;
}

.flex-direction-nav a {
	opacity: 1 !important;
}

.flex-direction-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	 justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4.5rem;
	height: 4.5rem;
	background: #002e51;
}

.flex-direction-nav a:hover {
	background: #004b84;
}
	
.flex-direction-nav a::before {
	content: "";
	display: block;
	width: 1.4rem;
	height: 2.5rem;
}

.flex-direction-nav a.flex-prev::before {
    background: url(../../img/layout/sprite.svg) 0 -2rem;
    background-size: 30rem 30rem;
}

.flex-direction-nav a.flex-next::before {
	background: url(../../img/layout/sprite.svg) -2rem -2rem;
	background-size: 30rem 30rem;
}





.news-list .entry {
	margin: 0 0 1.5rem;
	padding: 0 0 2rem;
}

.news-list p {
	margin: 0 0 1rem;
}

.news-list .share-wrapper {
	margin-top: -1rem;
}

.news-list .image-wrapper {
	position: relative;
	margin: 0 0 1rem;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
	display: block;	
}

.news-list .image-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 48em) {
	
	.news-list p {
		margin-top: -3rem;
	}
	
	.news-list .btn {
		margin: 0 0 2rem;
	}
	
	.news-list .image-wrapper {
		height: auto;
		overflow: visible;
		padding: 0;
	}
	
	.news-list .image-wrapper img {
		position: static;
		margin: 0 auto;
		width: auto;
		max-width: 100%;
		-webkit-transform: none;-ms-transform: none;transform: none
	}	
}




.contacts span.phone::before {
	background-size: 30rem 30rem;	
}

.contacts span.mail::before {
	background-size: 30rem 30rem;	
}