/**
 * Styles
 * =========================================== */
.lang-switch {
	position: relative;
	display: inline-block;
}
.lang-switch:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 3px;
	right: 3px;
	background-color: #b2b2b2;
	color: #fff;
	height: 13px;
	border-radius: 10px;
	z-index: -1;
}
.lang-switch > span {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #b2b2b2;
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
}
.lang-switch > .active,
.lang-switch > span:hover {
	background: #ffc600;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	color: #333;
}
.lang-switch > span:first-child {
	margin-left: 0;
}
.lang-switch > span:last-child {
	margin-right: 0;
}
.lang-switch > span > a {
	margin: auto;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	line-height: inherit;
	text-align: center;
}

/**
 * Header
 * =========================================== */
.page-header__logo .logo {
	padding: 15px;
	background-color: #fff;
	max-width: 160px;
}
.page-header.header--sticky .logo {
	max-width: 160px;
}
.header-nav,
.page-header__top:before {
	background-color: #05539f;
}
.top-image {
	background-position: center center;
	background-size: cover;
}
@media (max-width: 576px) {
	.page-header__logo .logo {
		max-width: 100px;
	}
}

/**
 * Footer
 * =========================================== */
.footer {
	background-color: #05539f;
}
.search--footer {
	margin-top: 20px;
}
.search--footer .form-control {
	border-radius: 15px;
	border: 1px solid #cecece;
}
.search--footer .form-control:focus {
	border-color: #ffc600;
}

/**
 * Custom
 * =========================================== */
.map__list {
	margin-top: 0;
}
.map {
	height: 450px;
}
.offices-map {
	height: 830px;
}
.block-about-us {
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.block-about-us-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.transportations-item a {
	color: #05539f;
}
.transportations-item a:hover {
	color: #ffc600;
}
.calculate {
	background-color: #05539f;
}
.hero__block {
	background-color: #05539f;
}
.hero__block:hover {
	color: #05539f;
}
.hero__block--big a {
	color: #fff;
}
.calculate__col--first:after,
.calculate__col--first:before {
	content: none !important;
}
.shipments-item {
	width: 33.33333333%;
}
.shipments-item h3 {
	text-align: center;
	margin-bottom: 20px;
}
.shipments-item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.shipments-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* Order call btn */
.order-call-btn {
	position: fixed;
	bottom: 40px;
	right: 30px;
	display: block;
	z-index: 99;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;
	background-color: #166bf2;
	color: #fff;
}
.block-consultation {
	background-size: cover;
	background-position: center;
}
.block-consultation__bottom {
	background-color: rgba(27, 111, 182, .7);
}

.btn-warning__request-header {
	background-color: #b2b2b2;
	border-color: #b2b2b2;
	color: #05539e;
}
.btn-warning__request-header:hover {
	background-color: #b2b2b2;
	border-color: #b2b2b2;
	color: #fff;
}
.cargoes-description__col--bottom:first-child:before {
	content: none;
}
.top-image-nobg {
	background-color: #b2b2b2;
	padding-bottom: 30px;
	background-image: url("../images/bg-about-us.jpg");
}
@media (max-width: 767px) {
	.page-header .logo {
		max-width: 96px;
	}
}

/* Is Admin Bar Styles */
.admin-bar .page-header.header--sticky {
	top: 32px;
}

/* WordPress Menus */
.menu--header .menu a {
	color: #fff;
	font-weight: 200;
	font-family: "Exo 2","Arial",sans-serif;
}
@media (min-width: 992px) {
	.two-columns .menu--child > .menu__item {
		display: inline-block;
		width: 50%;
		padding-right: 10px;
		margin-bottom: 0;
		font-size: 1.8rem;
		line-height: 12px;
		margin-right: -2px;
	}
}
@media (min-width: 767px) {
	.menu--header > .menu__item:first-child {
		width: 20%;
	}
	.menu--header > .menu__item:nth-child(2) {
		width: 30%;
	}
}

/* Breadcrumb */
.breadcrumb > span {
	padding-right: 5px;
	padding-left: 5px;
}
.breadcrumb > span:first-child {
	padding-left: 0;
}
.breadcrumb > span > span {
	color: #818a91;
}
.map__panel {
	pointer-events: none;
}
.map__panel-inner {
	width: 300px;
}
@media (max-width: 750px) {
	.map {
		height: auto;
	}
	.map__panel-inner {
		width: auto;
	}
	.menu-icon {
		position: relative;
		float: right;
		top: 15px;
	}
}
.category-items {
	padding-top: 15px;
}
.top-image-mask {
	position: relative;
}
.top-image-mask:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(100,100,100,.6);
}
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}