html,
body { 
  background: url(../img/body-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #222;
  position: relative;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }

.mobile-menu-icon {
	display: none;
}

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

a {
	-webkit-transition: all 0.1s ease;                  
    -moz-transition: all 0.1s ease;                 
    -o-transition: all 0.1s ease;   
    -ms-transition: all 0.1s ease;          
    transition: all 0.1s ease;
}

.main-wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	position:relative;
}

.site-content {
	position: relative;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
}

.right-side {
	width: 75%;
	float: right;	
	position: relative;
	display:inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inner-right-side {
	padding: 45px 30px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.main-menu-wrapper {
	min-height: 800px;
	height: 100%;
	width: 25%;
	float: left;
	background: url(../img/menu-bg.jpg) center center;
	position:relative;
}

.inner-menu {
	min-height: 800px;
	height: 100%;
	width: 90%;
	padding: 50px 20px;
	margin: 0 auto;
	border-left: 1px dashed rgba(255, 255, 255, .2);
	border-right: 1px dashed rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}

.logo {
	text-indent: -999999px;
	background:url(../img/logo.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 60px;
	display: block;
	margin: 0 auto 30px;
}

.inner-menu ul {
	margin: 0;
	padding: 0;
}

.inner-menu li {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type:none;
}

.inner-menu li a {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.inner-menu a.last {
	border-bottom: 0;
}

.inner-menu a:hover {
	color: #c96161;
}

.inner-menu a.active {
	color: #c96161;
	font-weight:700;
}

.last-menu-item a.booking-btn {
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	color: #c96161;
	padding: 10px;
	font-weight: 700; 
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.last-menu-item a.booking-btn.booking-btn:hover {
	background-color: rgba(255, 255, 255, .9);
}

.last-menu-item a.booking-btn.booking-btn span {
	display: block;
	font-weight: 300;
	text-transform: none;
}

.footer-wrapper {
	position:absolute;
	bottom: 30px;
	font-size: 12px;
	color: #929191;
	text-align: center;
}

.footer-wrapper p {
	margin-top: 0;
	margin-bottom: 0;
}

.top-bar-wrapper {
	color: #c96161;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c96161;
	overflow: hidden;
}

.top-bar-wrapper a {
	color: #c96161;
	text-decoration: none;
}

.top-bar-wrapper i,
.five-star span i {
	margin-right: 10px;
}

.social-media-icons {
	float: left;
	font-size: 22px;
}

.phone-number {
	float: right;
}

.owl-nav {
	display: none;	
}

.slider-wrapper {
	margin: 30px 0;
}

.five-star {
	margin-bottom: 30px;
	font-size: 30px;
	text-align:center;
	font-weight: 400;
	font-family: 'Noto Serif', serif;
}

.five-star span {
	display: block;
	margin-bottom: 10px;
	color: #c96161;
	font-size: 25px;
}

.square-list {
	margin: 0 0 0 20px;
	padding: 0;
}

.square-list li {
	margin: 0 0 10px 0;
	color:#c96161;
	list-style:square;
}

.square-list li span {
	color:#222;
}

.main-btns {
	margin-top:50px;
}

.main-btns a {
	margin-right:83px;
	display: inline-block;
}

.main-btns a.last {
	margin-right:0;
}

.page-title {
	margin: 30px 0;
	font-size: 25px;
	font-weight: 700;
}

.thank-you .page-title {
	color: #008C06;
}

.sub-title {
	margin: 15px 0 30px;
	font-size: 19px;
	font-weight: 600;
}

.fleet-wrapper {
	margin-top: 50px;
}

.car {
	width: 380px;
	float:right;
	position:relative;
}

.car img {
	width: 100%;
	height: auto;
}

.car-info {
	float:left;
	position:relative;
}

.car-main-info {
	float: left;
	display: inline-block;	
	margin-right: 50px;
}

.car-main-info span {
	display: block;	
	font-weight: 600;
	text-align:center;
}

.car-main-info span.car-info-icons {
	font-size: 35px;
	color: #c96161;
	text-align: center;
	display: block;
	max-width: 177px
}

.car-main-info.full-width span.car-info-icons {
	max-width: 250px;
}


.car-disclaimer {
	font-size: 14px;
	font-style:italic;
	position:relative;
	top: -20px;
}

hr {
	border: 0;
	border-top: 1px solid #D9D9D9;
	width: 100%;
	margin: 60px auto 80px;	
}

.contact-form-wrapper {
	float: right;
	width: 55%;
	position: relative;
}

.contact-info {
	width: 40%;
	float: left;
	position: relative;
}

.contact-info a {
	text-decoration: none;
	color: inherit;
}

.contact-info a:hover {
	color: rgba(201, 97, 97, 1);
}

.contact-info i {
	margin-right: 5px;
}

.contact-info .phone-number {
	float: none;
	margin-top:15px;
}

.form-field {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100px;
	position:relative;
}

.form-field-3-container {
	height: auto;	
}

.form-field-2 {
	width: 47%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100px;
	float: left;
	position:relative;
}

.form-field-3 {
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100px;
	float: left;
	margin-right: 25px;
	position:relative;
}

.form-field-3.last {
	margin-right: 0;
}

.form-field-2.last {
	float: right;
}

.form-field-inner {
	overflow: hidden;
}

.form-field-textare {
	height: 220px;
}

.form-field-submit {
	height: auto;
}

form input,
form textarea,
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 10px;
	border: 0;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom: 1px solid #CCC;
	background: #f3f3f3;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
  
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.select-field:after {
	content: "\f0d7";
    font-family: FontAwesome;
    right: 25px;
    position: absolute;
    top: 40px;
	z-index:10;
}

form textarea {
	height: 150px;
}

form input:focus,
form textarea:focus {
	outline: none;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

form input.submit {
	padding: 15px;
	background: rgba(201, 97, 97, 1);
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

form input.submit:hover {
	background: rgba(201, 97, 97, .9);
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-text-fill-color: #222 !important;
	-webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom: 1px solid #CCC;
}

label {
	margin-bottom: 5px;
	display: block;
}

label span {
	color: rgba(201, 97, 97, 1);
}

form input.error,
form textarea.error {
	border: 1px solid rgba(201, 97, 97, 1);
}

label.error {
	font-size: 12px;
	color: rgba(201, 97, 97, 1);
}

.required-text {
	margin-top: 10px;
	font-size: 12px;
}

.required-text span {
	color: rgba(201, 97, 97, 1);
}

.main-section-footer {
	display: none;
}

.nla-logo {
	width: 100px;
	height: auto;
	display:block;
	margin:0 auto 10px;
}

.nla-logo img {
	width: 100%;
	height: auto;	
}

.book-info {
	max-width: 500px;
}

@media only screen and (max-width: 1024px) {
	.main-wrapper {
		width: 768px;
	}
	
	.main-menu-wrapper {
    	width: 30%;
	}
	
	.inner-menu {
    	padding: 50px 15px 50px;
	}
	
	.right-side {
   		width: 70%;
	}
	
	.page-title {
    	font-size: 20px;
	}
	
	.sub-title {
    	font-size: 15px;
		margin: 15px 0 15px;
	}
	
	.contact-info {
   		width: 100%;
    	float: none;
    	text-align: center;
		margin-bottom: 30px;
	}
	
	.contact-form-wrapper {
    	float: none;
    	width: 100%;
	}
	
	.five-star {
    	font-size: 25px;
	}
	
	.car-info {
    	float: none;
    	margin-bottom: 30px;
    	height: auto;
    	overflow: hidden;
	}
	
	.car-disclaimer {
    	top: 5px;
	}
	
	.car {
    	float: none;
	}
	
	hr {
		margin: 25px auto 25px;
	}
	
	.main-btns a {
		display: inline-block;
    	width: 147px;
		margin-right: 13px;
	}
	
	.main-btns img {
		width: 100%;
	}
	
	.form-field-3 {
    	margin-right: 23px;
	}
}


@media only screen and (max-width: 767px) {
	html,
	body { 
	  background: #fff; 
	}
	
	.main-wrapper {
		width: 100%;
		max-width: 600px;
	}
	
	.mobile-menu-icon {
		display: inline-block;
		color: #fff;
		float: right;
		font-size: 25px;
		position: relative;
		top: -7px; 
	}
	
	.main-menu-wrapper {
		width: 100%;
		float: none;
		min-height: initial;
	}
	
	.inner-menu ul {
		display: none;
	}
	
	.inner-menu {
    	padding: 30px 15px 30px;
		height: auto !important;
		min-height: initial;
	}
	
	.logo {
		width: 175px;
		height: 30px;
		margin: 0;
		display: inline-block;
	}
	
	.footer-wrapper {
		display: none;
	}
	
	.inner-menu ul {
		margin-top: 30px;
	}
	
	.inner-right-side {
    	padding: 16px 20px 50px;
		text-align: center;
	}
	
	.right-side {
    	width: 100%;
    	float: none;
	}
	
	.main-btns a {
    	width: 107px;
	}
	
	.car-main-info {
		margin-right: 0;
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.car {
    	width: 270px;
    	margin: 0 auto;
		float: none;
	}
	
	.car-disclaimer {
		top: 10px;
		text-align: center;
	}
	
	.car-main-info span.car-info-icons,
	.car-main-info.full-width span.car-info-icons {
    	max-width: 100%;
	}
	
	.car-info .sub-title {
		font-size: 18px;
		text-align: center;
		margin: 15px 0 35px;
	}
	
	label {
    	text-align: left;
	}
	
	.required-text {
    	text-align: left;
	}
	
	.square-list li {
    	text-align: left;
	}
	
	.main-section-footer {
		display: block;
    	width: 100%;
		position: relative;
	}
	
	.form-field-3 {
    	width: 100%;
		float: none;
	}
	
	.booking-btn {
		display: none;
	}
	
	.last-menu-item a.booking-btn {
		margin-top: 50px;
	}
}