/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/************* 	
	NORMALIZE 
**************/

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{display:block;}
audio,
canvas,
progress,
video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],
template{display:none;}
a{background-color:transparent;}
a:active,
a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,
strong{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.67em 0;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;}
pre{overflow:auto;}
code,
kbd,
pre,
samp{font-family:monospace, monospace;font-size:1em;}
button,
input,
optgroup,
select,
textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,
select{text-transform:none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
html input[disabled]{cursor:default;}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,
th{padding:0;}

/**********/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #0a0d3d;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/********** 	
	BASIC 
**********/

body {
	font-family: "Industry","Open Sans";
	background: #fff;
	overflow: auto;
    height: 100%;
}

a { transition: .3s all;}
a:hover { text-decoration: none;}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.vertical-center {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.img-full-width {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.img-full-margin {
	margin: 95px 0 0 ;
}

.img-left {
	float: left;
    padding: 10px 32px 10px 0;
}

.no-top-margin {
	margin-top: 0 !important;
}

.add-margin-bottom {
	margin-bottom: 90px !important;
}

h2.title {
	font-size: 26px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	color: #e97425;
	margin: 55px 0 30px;
}

h2.title-2 {
	font-size: 26px;
	font-weight: 800;
	font-style: italic;
	line-height: 24px;
	color: #0a0d3d;
	text-transform: uppercase;
	margin: 70px 0;
}

/********** 	
	HEADER 
**********/

header {
	height: 107px;
	background: url(../img/header-bg.png) no-repeat center bottom;
	background-size: 100%;
	margin-bottom: 8px;
}

@media (max-width: 1200px) {
	header {
		height: 80px;
	}
}


/********** 	
	MENU 
**********/

nav.menu {
	height: 90px;
	position: relative;
}


@media (max-width: 1200px) {
	nav.menu {
		height: 80px;
	}
}

nav.menu ul {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
}

nav.menu a { 
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #0a0d3d;
}

nav.menu a:hover {
	color: #e97425;
}

nav.menu li {
	display: inline-block;
	margin: 0 24px;
}

nav.menu li:first-child {
	margin-left: 0;
}

@media (max-width: 1200px) {
	nav.menu li {
		margin: 0 12px;
	}
}

@media (max-width: 991px) {
	nav.menu a { 
		font-size: 14px;
	}
}

.menu-tooltip {
	position: absolute;
	top: 55px;
	right: 40px;
	width: 163px;
	height: 72px;
	background: #22479e;
	text-align: center;
	display: none;
	-webkit-transition:  0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-ms-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
  	transition: 0.3s ease-in-out;
	z-index: 3;
}

.menu-tooltip:after, .menu-tooltip:before {
	bottom: 99%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.menu-tooltip:after {
	border-color: rgba(34, 71, 158, 0);
	border-bottom-color: #22479e;
	border-width: 15px;
	margin-left: -15px;
}

.menu-tooltip:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 26px;
	margin-left: -26px;
}

a.phone-top {
	display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 3;
}


@media (max-width:1191px) {
	.menu-tooltip {
		right: -50px;
		top: 20px;
	}
}

@media (max-width:768px) {
	.menu-tooltip { 
		display: none;
	}
}

.menu-tooltip h4, .menu-tooltip a {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	line-height: 24px;
	color: #e97425;
	margin: 0;
	text-transform: uppercase;
	padding-top: 5px;
}

.menu-tooltip a {
	font-weight: 700;
	color: #fff !important;
}

li.menu-last {
	position: absolute;
	top: -10px;
    text-align: left;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 !important;
	font-size: 14px;
	color: #e97425;
	padding-left: 50px;
}

li.menu-last p {
	margin: 0;
}

li.menu-last:after {
	position: absolute;
	content: "\f095";
	font-family: "fontAwesome";
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
	display: block;
	text-align: center;
	color: #fff;
	width: 44px;
	height: 44px;
	background: #e97425;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	left: 0;
}

@media (max-width: 1191px) {
	
	li.menu-last p {
		display: none;
	}
	
	li.menu-last:after {
		top: -30px;
	}
	
}

li.menu-last:hover {
	cursor: pointer;
}

li.menu-last:hover .menu-tooltip {
	display: block;
}

.menu-mobile {
	text-align: center;
}

a.contact-top-mobile:after {
	content: "\f095";
	font-family: "fontAwesome";
	font-size: 24px;
	display: block;
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #e97425;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	right: 15px;
}

.logo-mobile {
	height: 120px;
}

@media (max-width: 480px) {
	.logo-mobile {
		height: 80px;
	}
}


/********** 	
	LOGO
**********/

.logo-parent {
	position: relative;
	width: 167px;
}

.logo-parent img {
	position: absolute;
	top: -30px;
	left: 26px;
}

@media (max-width: 1200px) {
	
	.logo-parent {
		width: 178px;
	}
	
	 .logo-parent img {
		width: 100px;
		left: 41px;
	}
	
}

@media (max-width: 991px) {
	
	.logo-parent, .logo-parent img {
		width: 60px;
	}
	
}


/********** 	
	BANNER 
**********/

.banner {
	position: relative;
	height: 453px;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



@media (max-width: 768px) {
	
	.banner { height: 320px; }
	
}

@media (max-width: 480px) {
	
	.banner { height: 160px; }

}

.banner img {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
}

.banner-text {
	z-index: 999;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	left: 0;
	right: 0;
}

.banner-text h1 {
	font-size: 40px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	line-height: 54px;
	margin: 0;
}

.banner-text h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	color: #e97425;
}

.scroll-to {
	position: absolute;
	bottom: -120px;
	height: 114px;
	width: 52px;
	display: block;
	left: 50%;
	margin-left: -26px;
}

.scroll-to:after {
	content: "\f107";
	font-family: "fontAwesome";
	color: #e97425;
	font-size: 80px;
	font-style: normal;
	transition: .3s all;
}

.scroll-to:hover:after {
	color: #fff;
	cursor: pointer;
}

@media (max-width:1100px) {
	
	.banner-text h1 { 
		font-size: 36px;
	}
	.banner-text h3 { 
		font-size: 20px;
	}
	
	.banner-text:after {
		bottom: -80px;
	}
	
}

@media (max-width:768px) {
	
	.banner-text h1 { 
		font-size: 26px;
		line-height: 26px;
	}
	.banner-text h3 { 
		font-size: 16px;
	}
	
	.banner-text:after {
		bottom: -50px;
		font-size: 40px;
	}
	
}

@media (max-width:480px) {
	
	.banner-text h1 { 
		font-size: 14px;
		line-height: 20px;
	}
	.banner-text h3 { 
		font-size: 12px;
	}
	
	.banner-text:after {
		bottom: -20px;
		font-size: 30px;
		display: none;
	}
	
}


/*************** 	
	OFFER-ITEMS
****************/

.offer {
	padding: 55px 0 15px 0;
	
}

.offer-item {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-style: italic;
}

.offer-image { 
	background: url(../img/sprite.png) no-repeat;
	height: 103px;
	width: 124px;
	margin: 0 auto;
	transition: .3s all;
}

.offer-image-1 { background-position: center 26px; }
.offer-image-2 { background-position: center -87px; }
.offer-image-3 { background-position: center -212px; }
.offer-image-4 { background-position: center -320px; }

.offer-item h5 {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	padding: 40px 0 0 0;
}

.offer-image:hover {
	transform: translateY(10px);
}


/************* 	
	SEPARATOR
**************/

h2.separator {
	background: url(../img/header-bg.png) no-repeat center center;
	text-align: center !important;
	font-size: 26px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	color: #e97425;
	padding: 60px 0;
	margin: 0;
	background-size: 100% auto;
}

h2.separator-2 { background: url(../img/separator-2.png) no-repeat center center; padding:0; margin: 65px 0 10px;}
h2.separator-3 { background: url(../img/separator-3.jpg) no-repeat center center; padding: 0; margin: 85px 0 10px;}

h1.zah2.separator {
	background: url(../img/header-bg.png) no-repeat center center;
	text-align: center !important;
	font-size: 26px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	color: #e97425;
	padding: 60px 0;
	margin: 0;
	background-size: 100% auto;
}

h1.zah2.separator-2 { background: url(../img/separator-2.png) no-repeat center center; padding:0; margin: 65px 0 10px;}
h1.zah2separator-3 { background: url(../img/separator-3.jpg) no-repeat center center; padding: 0; margin: 85px 0 10px;}

h2.separator, h2.separator-2, h2.separator-3 {
	background-size: 100% auto;
}
h1.zah2.separator, h1.zah2.separator-2, h1.zah2.separator-3 {
	background-size: 100% auto;
}

@media (max-width: 1280px) {
	
	h2.separator, h2.separator-2, h2.separator-3 {	
		background-size: auto;
	}
  h1.zah2.separator, h2.zah2.separator-2, h2.zah2.separator-3 {	
		background-size: auto;
	}
}

p.separator-subtitle {
	color: #0a0d3d;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.separator-full-margin {
	margin: 85px 0 !important;
	padding: 0 !important;
}

/************* 	
	OFFER
**************/

article.home-offer {
	background: url(../img/oferta-bg.jpg) no-repeat center center;
	background-size: 100% 470px;
	min-height: 470px;
	text-align: right;
}

@media (max-width: 991px) {
	
	article.home-offer {
		background-size: auto;
		background-position: left center;
	}
}

article.home-offer .row {
	position: relative;
	height: 470px;
}

article.home-offer h3, article.home-offer h2, article.home-offer p {
	text-align: left;
} 

article.home-offer h3 {
	font-size: 24px;
	font-weight: 700;
	color: #0a0d3d;
	line-height: 30px;
	margin-bottom: 35px;
}

article.home-offer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 35px;
}


/************* 	
	CAROUSEL
**************/

.carousel-container {
	padding: 80px 0 60px;
}

.slick-arrow {
	position: absolute;
	top: -41px;
	font-family: "fontAwesome";
	color: #22479e;
	font-size: 120px;
	background: none;
	border: none;
	z-index: 3;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


.slick-prev {
	left: -50px;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.slick-prev:before {
	content: "\f104";
}

.slick-prev:after {
	content: "\f104";
    font-size: 86px;
    color: #e97425;
    left: 19px;
    position: absolute;
    top: 26px;
}

.slick-next {
	right: -50px;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.slick-next:before {
	content: "\f105";
}

.slick-next:after {
	content: "\f105";
    font-size: 86px;
    color: #e97425;
    left: 5px;
    position: absolute;
    top: 26px;
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-prev:active, 
.slick-next:hover, 
.slick-next:focus, 
.slick-next:active {
	outline: none;
	opacity: 0.6;
}

@media (max-width:1200px) {
	
	.slick-prev {
		left: 0;
	}
	
	.slick-next { 
		right: 0;
	}
	
}

@media (max-width:991px) {
	
	.carousel-container {
		padding: 80px 15px 60px;
	}
	
}


/************* 	
	BUTTONS
**************/

.button-orange {
	background: #e97425;
	font-size: 16px;
	font-weight: 700;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	transition: .3s all;
	border: none;
}

.button-orange-2 {
	margin-right: 0;
	width: 150px;
}

.button-orange:hover, .button-orange-2:hover  {
	-webkit-box-shadow:inset 0px 0px 0px 25px #0a0d3d;
    -moz-box-shadow:inset 0px 0px 0px 25px #0a0d3d;
    box-shadow:inset 0px 0px 0px 25px #0a0d3d;
	color: #e97425;
}


/****************** 	
	CALL TO ACTION
*******************/

.call-to-action {
	background: #f6f6f6;
	height: 120px;
}

.call-to-action .col-md-8, .call-to-action .col-md-4 {
	height: 120px;
	position: relative;
}

@media (max-width: 480px) {
	
	.call-to-action .col-md-8 {
		height: 180px;
	}
	
}

.call-to-action-left {
	padding-left: 20px;
}

@media (max-width: 768px) {
	
	.call-to-action-left {
		padding-left: 0;
	}
	
}

.call-to-action-left h2, .rent-a-car h2 {
	font-size: 26px;
	font-weight: 800;
	font-style: italic;
	line-height: 24px;
	color: #0a0d3d;
	text-transform: uppercase;
}

.call-to-action-left h4, .rent-a-car h4 {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
	color: #22479e;
	text-transform: uppercase;
}

@media (max-width:991px) {
	
	.call-to-action {
		height: auto;
	}
	
}

.rent-a-car h4 {
	margin-bottom: 45px;
}

.call-to-action .col-md-4 {
	background: #22479e;
}

.call-to-action .col-md-4:after, .call-to-action .col-md-4:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.call-to-action .col-md-4:after {
	border-color: rgba(34, 71, 158, 0);
	border-right-color: #22479e;
	border-width: 20px;
	margin-top: -20px;
}

.call-to-action .col-md-4:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #;
	border-width: 26px;
	margin-top: -26px;
}


.call-to-action-right {
	right: 20px;
}

.call-to-action-right:before {
	content: "\f095";
	font-family: "fontAwesome";
	font-size: 48px;
	display: block;
	color: #fff;
	width: 73px;
	height: 73px;
	background: #e97425;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: -110px;
	top: -8px;
    text-align: center;
    line-height: 73px;
	transition: .3s all;
}

.call-to-action-right:hover:before {
	background: #fff;
	color: #e97425;
}

@media (max-width: 1200px) {
	
	.call-to-action-right:before {
		width: 60px;
		height: 60px;
		font-size: 28px;
		line-height: 60px;
		left: -68px;
	}
	
}

@media (max-width: 480px) {
	
	.call-to-action-right:before {
		left: -75px;
		top: 0px;
	}
	
}

.call-to-action-right h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	color: #e97425;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
}

.call-to-action-right h2 a {
	color: #fff;
	font-weight: 700;
}


/****************** 	
	RENT A CAR
*******************/

.rent-a-car {
	margin-top: 45px;
	position: relative;
}

.rent-a-car:before {
	content: "";
	background: #f6f6f6;
	height: 250px;
	width: 100%;
	display: block;
	position: absolute;
	top: 45px;
}

@media (max-width: 991px) {
	.rent-a-car img {
		max-width: 100%;
	}
}


/************** 	
	OFFER PAGE
***************/

.offer-page p {
	font-size: 16px;
	color: #0a0d3d;
	line-height: 26px;
}

.offer-page p span {
	color: #e97425;
}

.offer-page h3, .offer-page-h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #0a0d3d;
	margin: 50px 0 70px;
}

.offer-section {
	padding-bottom: 90px;
}

.offer-section:last-child {
	padding-bottom: 55px;
}

@media (max-width: 991px) {
	
	.offer-page h3, .offer-page-h3 {
		text-align: center;
		margin: 25px 0 45px;
	}
	
	.offer-section {
		padding-bottom: 45px;
	}
	
	.offer-section img {
		margin: 25px auto 0;
	}
	
}

.call-to-action-offer {
	padding-top: 50px;
}

.icon-1:after, .icon-2:after, .icon-3:after, .icon-4:after {
	content: " ";
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 92px;
	height: 92px;
	transition: .3s all;
}

.icon-1:after {
	background: url(../img/icon-1.png) #e97425 no-repeat center center;
	bottom: 15px;
	left: 36px;
}

.icon-2:after {
	background: url(../img/icon-2.png) #e97425 no-repeat center center;
	top: 15px;
	right: 36px;
}

@media (max-width: 991px) {
	
	.icon-2:after {
		display: none;
	}
	
}

.icon-3:after {
	background: url(../img/icon-3.png) #e97425 no-repeat center center;
	bottom: 15px;
	left: 36px;
}

.icon-4:after {
	background: url(../img/icon-4.png) #e97425 no-repeat center center;
	bottom: 15px;
	left: 36px;
}

.icon-1:hover:after, .icon-2:hover:after, .icon-3:hover:after, .icon-4:hover:after {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	z-index: 2;
	background-color: transparent;
}

.icon-1:before, .icon-2:before, .icon-3:before, .icon-4:before  {
	content: " ";
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 92px;
	height: 92px;
	transition: .3s all;
}

.icon-1:before {
	bottom: 15px;
	left: 36px;
}

.icon-2:before {
	top: 15px;
	right: 36px;
}

@media (max-width: 991px) {
	
	.icon-2:before {
		display: none;
	}
	
}

.icon-3:before {
	bottom: 15px;
	left: 36px;
}

.icon-4:before {
	bottom: 15px;
	left: 36px;
}

.icon-1:hover:before, .icon-2:hover:before, .icon-3:hover:before, .icon-4:hover:before {
	-webkit-box-shadow:inset 0px 0px 0px 65px #0a0d3d;
    -moz-box-shadow:inset 0px 0px 0px 65px #0a0d3d;
    box-shadow:inset 0px 0px 0px 65px #0a0d3d;
	z-index: 1;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}


/************** 	
	OFFER PAGE
***************/

ul.style-1 li {
	color: #0a0d3d;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding:0 0 20px 40px;
	position: relative;
}

ul.style-1 li:before {
	content: "\f00c";
	font-family: "fontAwesome";
	color: #e97425;
	position: absolute;
	left: 0;
}

ul.style-1 li:last-child {
	padding-bottom: 0;
}

.img-clock {
	display: block;
	margin: 65px auto 0;
}


/******************* 	
	RENT A CAR PAGE
********************/

.bg-small-car {
	background: url(../img/car-1.png) no-repeat;
	background-size: 510px 195px;
	background-position: right 20px;
}

@media (max-width: 1191px) {
	.bg-small-car {
		background: none;
	}
}

.section-one {
	padding-bottom: 130px;
}

@media (max-width: 768px) {

	.section-one { 
		padding-bottom: 65px;
	}
	
}

@media (max-width: 991px) {

	.cars-list ul { 
		padding-bottom: 20px;
	}
	
}


/******************* 	
	CONTACT PAGE
********************/

.contact-content h4 {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #0a0d3d;
	margin: 0 0 30px;
}

.contact-content label {
	font-size: 16px;
	font-weight: 400;
	color: #e97425;
}

.contact-content input {
	height: 40px;
	width: 100%;
	border: 1px solid #7390bd;
	color: #000;
	padding-left: 15px;
	-webkit-box-shadow: inset 0px 1px 10px 0px #ccc;
	box-shadow: inset 0px 1px 10px 0px #ccc;
} 

.contact-content textarea {
	width: 100%;
	height: 230px;
	border: 1px solid #7390bd;
	color: #000;
	padding-left: 15px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 1px 10px 0px #ccc;
	box-shadow: inset 0px 1px 10px 0px #ccc;
}

form div.left-column .col-md-12 label {
	padding-top: 25px;
}

form div.left-column .col-md-12:first-child label {
	padding-top: 0;
}

.captcha-img {
	width: 150px !important;
	margin-left: 15px;
}

#captcha {
	margin-top: -3px;
}

.reload a {
	color: #000;
}

.contact-page-left .contact-bottom div {
	margin-left: 0;	
}

.contact-page-left .contact-bottom div.phone {
	margin-bottom: 30px;
}

.contact-page-left .contact-bottom h4 {
	color: #22479e;
}

.contact-page-left .contact-bottom a {
	color: #e97425;
}

.form-submit {
	margin-right: 0 !important;
}


/*********** 	
	FOOTER
************/

footer {
	margin-top: 60px;
	padding: 35px 0 0;
	background-color: #22479e;
}

body#contact footer {
	margin-top: 0;
}

@media (max-width: 480px) {
	
	footer { 
		text-align: center;
	}
	
}

footer > .container {
	padding-bottom: 30px;
}

footer h6 {
	color: #e97425;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 12px;
}

footer ul {
	padding-left: 20px;
}

@media (max-width: 991px) {
	
	footer ul { 
		padding-left: 0;
	}
	
}

@media (max-width: 480px) {
	
	footer ul { 
		padding-bottom: 10px;
	}
	
}

footer ul li, .bottom-info p, .contact-bottom p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

footer li a {
	color: #fff;
}

footer li a:hover, footer li a:active, footer li a:focus {
	color: #e97425;
}

.footer-bottom{
	background-color: #0a0d3d;
}

.contact-bottom p {
	margin-bottom: 45px;
}

@media (max-width: 480px) {
	
	.contact-bottom p {
		margin-bottom: 10px;
	}
	
}

.contact-bottom div {
	display: inline-block;
	padding-left: 60px;
	margin-left: 28px;
	position: relative;
}

@media (max-width:1200px) {
	.contact-bottom div {
		display: block;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	
	.contact-bottom div {
		padding-left: 0;
	}
	
	.contact-bottom div.phone:before, .contact-bottom div.email:before {
		display: none;
	}
	
}

.contact-bottom div:first-of-type {
	margin-left: 0;
}

.contact-bottom div h4, .contact-bottom div a {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	line-height: 24px;
	color: #e97425;
	margin: 0;
}

.contact-bottom div h4 {
	text-transform: uppercase;
}

.contact-bottom div a {
	font-weight: 700;
	color: #fff;
}

.contact-bottom div.phone:before {
	content: "\f095";
	font-family: "fontAwesome";
	font-size: 24px;
	display: block;
	color: #fff;
	width: 44px;
	height: 44px;
	background: #e97425;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
    text-align: center;
    line-height: 44px;
	transition: .6s all;
}

.contact-bottom div.email:before {
	content: "\f0e0";
	font-family: "fontAwesome";
	font-size: 20px;
	display: block;
	color: #fff;
	width: 44px;
	height: 44px;
	background: #e97425;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
    text-align: center;
    line-height: 44px;
	transition: .6s all;
}

.contact-bottom div.email:hover:before, .contact-bottom div.phone:hover:before {
	background: #fff;
	color: #e97425;
}

@media (max-width: 480px) {
		
	.contact-bottom div.phone:before, .contact-bottom div.email:before {
		display: none;
	}
	
}

p.copyrights {
	font-size: 14px;
	padding: 20px 0;
	color: #7f92c4;
	font-weight: 300;
	margin: 0;
}

.copyrights span { 
	float: right;
}

.copyrights span a { 
	color: #fff; 
	font-weight: 700;
}

@media (max-width: 480px) {
	
	.copyrights { 
		text-align: center;
	}
	
	.copyrights span {
		float: none;
	}
	
	.copyrights span a {
		display: block;
	}	
	
}


/*********** 	
	SIDR
************/

.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-size:15px;background:#fff;color:#333;-webkit-box-shadow:inset -5px 0 11px 0px rgba(0,0,0,0.3);-moz-box-shadow:inset -5px 0 11px 0px rgba(0,0,0,0.3);box-shadow:inset -5px 0 11px 0px rgba(0,0,0,0.3)}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:15px 0 15px;padding:0;}.sidr ul li{display:block;margin:0;line-height:48px;}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#000; text-align: center; font-weight: 700; font-size: 20px; text-transform: uppercase;}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}

#sidr-menu-link {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 3;
}

#sidr-menu-link, #sidr-menu-link:before {
	content: "\f0c9";
	font-family: "fontAwesome";
	font-size: 35px;
    color: #0a0d3d;
    display: block;	
}

#sidr-menu li.sidr-class-logo-parent {
	display: none;
}

#sidr-menu .sidr-class-menu-tooltip h4 {
	display: none;
}

#sidr-menu li.sidr-class-menu-last p {
		display: none;
	}


@media (max-width: 480px) { 
	.col-xs-6 {
		width: 100%;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.error{
	font-size: 24px;
}

a.uslugi {
    color:#0a0d3d;
}

a.uslugi:hover {
    color:#e97425;
}
p.zaj{
text-transform: none;
font-size: 14px;
line-height: 1.75em;
margin-top: 15px;
font-style: normal;
text-align: justify;
color: #0a0d3d;
}

.nagh1 {
  font-size: 40px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	line-height: 54px;
	margin: 0;
}