* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
}

body {
	position: relative;
	font-family: 'Playfair Display', serif;
}
img {
	max-width: 100%;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.goldheading {
	color: #DAA520;
	margin-top: -10px;
}
.header-logo{
float:left;
margin: 15px 0px;
}
.header-phone{
float:right;
}
.header-phone img{
margin-right:5px;
height:30px;
}
.header-phone a{
font-size: 18px;
line-height: 1.5em;
color: #ae731e;
font-weight: 700;
margin: 5px 15px 0 0;	
}

.overlay{
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-image .overlay{
	position: absolute;
	top: 13%;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.airport .overlay{
	position: absolute;
	top: 11%;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.weddings .overlay{
	position: absolute;
	top: 7%;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.down{
	z-index: 999;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.down .button{
	border: solid 1px #ffffff;
	color: #ffffff;
	text-transform: uppercase;
}


.ghost {
	font-family: 'Josefin Sans', sans-serif;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	background-color: transparent;
	color: #ce9645;
	padding: 16px 30px;
	text-transform: uppercase;
	border: 1px solid #ce9645;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
}
.ghost:hover {
	color: #171819;
	background-color: #ce9645;
	text-decoration: none;
}
.ghost.reverse {
	background-color: #ce9645;
	color: #171819;
}
.ghost.reverse:hover {
	background-color: transparent;
	color: #ce9645;
}

.st {
	padding: 5% 0;
}
.st.white {
	background-color: #fff;
}

.nopadding {
	padding: 0 !important;
}

header {
	font-family: 'Josefin Sans', sans-serif;
	padding: 30px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	width: 100%;
	background-color: #111624;
}

header ul.desktop {
	float: right;
	clear:right;
	list-style: none;
	padding: 0;
	margin: 0;
}
header ul.desktop li {
	display: inline;
}
header ul.desktop li a {
	color: #fff;
	display: inline-block;
	padding: 11px 12px;
}
header ul.desktop li a.highlighted {
	color: #b88742;
}
.mobile-button {
	float: right;
    padding: 6px 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0px 15px;
    display: none;
}
.mobile-button .bar {
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
}


@-webkit-keyframes fade {
    from {opacity: 0;}
    to {opacity: 1;}
}


@keyframes fade {
    from {opacity: 0;}
    to {opacity: 1;}
}

.home-header {
	
}
.home-header .slide {
	background-image: url(../images/home/header.jpg);
	background-size: cover;
	background-position: 50% 80%;
	padding: 20px 0 400px 0;
	width: 100%;
}
.home-header .slide.cycle-slide-active h1 {
	-webkit-animation-name: fade;
	        animation-name: fade;
	-webkit-animation-duration: 4s;
	        animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
}
.home-header .slide h1 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	max-width: 690px;
	font-style: italic;
}
.home-header .slide span {
	display: block;
	font-size:24px;
}
.home-header .slide .call-to-action a {
	margin-right: 15px;
}

.buckets {
	margin-bottom: 40px;
}
.bucket {
	margin-bottom: 60px;
}
.bucket h2 {
	font-size: 30px;
	line-height: 1em;
	margin: 0;
	color: #262930;
}
.bucket h2:after {
	content: "";
	display: block;
	height: 1px;
	width: 60px;
	background-color: #e6caa2;
	margin: 15px 0 15px 0;
}
.bucket .text {
	float: right;
	width: 75%;
}
.bucket img {
	width: 20%;
	float: left;
}

.choose {
	margin: 0px 0 60px 0;
}
.choose-title {
	text-align: center;
}
.choose-title h2 {
	font-size: 36px;
	line-height: 1.5em;
	color: #333;
	margin: 0 0 20px 0;
}
.choose h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	margin: 0 0 35px 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.075em;
	color: #262930;
	text-align: center;
}
.choose .choices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.choose .choice-holder {
	padding: 0 15px;
	width: 33%;
}
.choose .choice {
	width: 100%;
	text-align: center;
	padding: 60px 0 300px 0;
	color: #fff;
	background-color: #666;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.choice.blue {
	background-color: #161d2f;
	background-image: url(../images/home/eclass.jpg);
}
.choice.orange {
	background-color: #ce9645;
	background-image: url(../images/home/sclass.jpg);
}
.choice.grey {
	background-color: #cbccce;
	background-image: url(../images/home/vclass.jpg);
}
.choice.orange h3:after {
	background-color: #6c522e;
}
.choice.grey h3:after {
	background-color: #fff;
}

.choice.orange ul li,
.choice.grey ul li {
	color: #1c1c1c;
}
.choice h3 {
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	margin: 0;
}
.choice h3:after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #725a3a;
	margin: 15px auto;
	display: block;
}
.choice ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.choice ul li {
	font-size: 16px;
	line-height: 1.5em;
	padding: 2px 0;
	color: #b0b0b0;
}
.choose .people {
	color: #fff;
	float: left;
	margin-right: 40px;
}
.choose .people.dark {
	color: #333;
}
.choose .people img {
	float: left;
	margin-right: 10px;
}
.choose .people span {
	padding: 8px 0;
	float: left;
}


.wedding-packages {
	margin: 0px 0 60px 0;
}
.wedding-packages h2 {
	font-size: 40px;
	line-height: 1.5em;
	margin: 0 0 35px 0;
	font-weight: 600;
	color: #262930;
	text-align: center;
}
.wedding-packages .packages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.packages .package-holder {
	padding: 0 15px;
	width: 33%;
}
.packages .package {
	width: 100%;
	padding: 60px 30px 60px 30px;
	color: #fff;
	background-color: #666;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: 'Josefin Sans', sans-serif;
	min-height: 528px;
}
.package.blue, .prices.blue {
	background-color: #161d2f;
}
.package.orange, .prices.orange {
	background-color: #ce9645;
}
.package.grey, .prices.grey {
	background-color: #cbccce;
}
.package.orange h3:after {
	background-color: #6c522e;
}
.package.grey h3:after {
	background-color: #6c522e;
}
.wedding-packages .package.orange ul li,
.wedding-packages .package.grey ul li {
	color: #1c1c1c;
}
.wedding-packages .prices.orange p,
.wedding-packages .prices.grey p {
	color: #1c1c1c;
}
.package h3 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0;
	text-align: center;
	font-family: 'Playfair Display', serif;
}
.package h3:after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #725a3a;
	margin: 15px auto;
	display: block;
}
.package ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.package ul li {
	font-size: 16px;
	line-height: 1.5em;
	padding: 6px 0;
	font-weight: 700;
	color: #b0b0b0;
}
.wedding-packages .package p,
.wedding-packages .prices p {
	font-size: 18px;
	line-height: 1.5em;
	color: #b0b0b0;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.packages .prices h4 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0 0 20px 0;
	font-family: 'Playfair Display', serif;
}
.packages .prices {
	padding: 30px;
	margin-top: 15px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}


.wedding-form {
	font-size: 16px;
	background-color: #161d2f;
	color: #fff;
	padding: 5% 0;
	font-family: 'Josefin Sans', sans-serif;
}
.wedding-form h2 {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
    line-height: 1.5em;
    margin: 0 0 35px 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.wedding-form h3 {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #fff;
}
.wedding-form label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 16px;
}
.wedding-form input[type=text],
.wedding-form select,
.wedding-form textarea {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
	color: #333;
}
.wedding-form input[type=text],
.wedding-form select {
	height: 40px;
	padding: 0 10px;
}
.wedding-form textarea {
	height: 100px;
}


.text-box {
}
.text-box p {
	font-size: 16px;
	line-height: 27px;
	color: #808080;
}

.text-box p span {
	color: #080913;
}

.trusted-by {
	padding-bottom: 90px;
}

.trusted-by h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	line-height: 1.5em;
	letter-spacing: 0.075em;
	color: #262930;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

.features {
	padding: 5% 0;
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #f8f7f5;
}
.feature {
	text-align: center;
	margin-bottom: 50px;
}
.feature p {
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #333333;
	margin: 0;
}
.wedding-form .icons p {
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}
.feature img {
	margin: 0 auto 10px auto;
}

.header-image {
	background-size: cover;
	background-position: 50% 50%;
	padding: 14% 0 12% 0;
}
.corporate-page .header-image {
	background-size: cover;
	background-position: 50% 50%;
	padding: 5% 0 23% 0;
}

.header-image.airport {
	padding: 20% 0 6% 0;
}
.header-image h1 {
	font-size: 47px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
#corporate-page {
	min-height: 430px;
	background-size: cover;
	background-position: right;
	background-image: url(../images/headers/corporate-3.jpg)
}
#airports-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/airports-header.jpg)
}
#seaports-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/seaports.jpg)
}
#weddings-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/weddings.jpg)
}
#grandprix-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/grand-prix.jpg)
}
#ascot-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/royal-ascot.jpg)
}
#wimbledon-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/wimbledon.jpg)
}
#cheltenham-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/cheltenham.jpg)
}
#epsom-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/epsom.jpg)
}
#sixnations-page {
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/headers/twickenham2.jpg)
}
/*#corporate-page .flex-container {
	height: 430px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 94px 0;
}*/
#corporate-page .flex-container,
#sports-events-page .flex-container,
#airports-page .flex-container,
#seaports-page .flex-container,
#weddings-page .flex-container,
#grandprix-page .flex-container {
	height: 430px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#corporate-page .text-container {
	padding-top: 200px;
}
#sports-events-page .text-container {
	padding-top: 200px;
}
#grandprix-page .text-container {
	padding-top: 153px;
}
#ascot-page .text-container {
	padding-top: 153px;
}
#airports-page .text-container {
	padding-top: 200px;
}
#seaports-page .text-container {
	padding-top: 200px;
}
#weddings-page .text-container {
	padding-top: 200px;
}
#wimbledon-page .text-container {
	padding-top: 153px;
}
#cheltenham-page .text-container {
	padding-top: 153px;
}
#epsom-page .text-container {
	padding-top: 153px;
}
#sixnations-page .text-container {
	padding-top: 153px;
}
.ascot-page h2 {
	margin-top: -10px;
}
.wimbledon-page h2 {
	margin-top: -10px;
}
.cheltenham-page h2 {
	margin-top: -10px;
}
.header-container .flex-container .text-container h1 {
	font-size: 47px;
	color: white;
	font-family: 'Playfair Display', serif;
	margin: 0;

}
.header-container .flex-container .button-container {
	text-align: center;
}
.header-container .flex-container .button-container a {
	border: solid 1px #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 18px 110px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    display: inline-block;
}
.header-container .flex-container .button-container a:hover {
	text-decoration: none;
}
.st h1 {
	font-size: 47px;
	line-height: 60px;
	font-weight: 700;
	color: #111624;
	margin: 0 0 45px 0;
}
.st p {
	font-size: 16px;
	line-height: 1.5em;
	color: #808080;
	margin: 0 0 15px 0;
}

.st table p {
	font-size: 16px;
	line-height: 1.5em;
	color: #808080;
	margin: 5px 0 5px 0;
}

.st li {
	font-size: 16px;
	line-height: 1.5em;
	color: #808080;
	margin: 0 0 0 0;
}
.st p span {
	color: #161d2f;
}

.st img {
	margin-bottom: 30px;
}
.st label {
	display: block;
	margin: 0 0 5px 0;
}
.st form {

}
.st form input[type=email],
.st form input[type=text] {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 0 0 20px 0;
	font-family: 'Josefin Sans', sans-serif;
}
.st form select {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	font-family: 'Josefin Sans', sans-serif;
}
.fast-quote h2 {
	margin: 10px 0 20px 0;
}
.fast-quote .error{
color:#ff0000;
font-size: 16px;
line-height: normal;
font-weight:bold;
margin: 0 0 30px 0;
}
.thankyou {
	padding: 12% 0;
	font-size: 40px;
	line-height: 1.5em;
	text-align: center;
}
.fast-quote-link {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.fast-quote-link a.ghost {
	padding: 22px 114px;
}

.booking-banner {
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	padding: 100px 50px;
	background-image: url(../images/booking-banner.jpg);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #161d2f;
}
.booking-banner h3 {
	font-size: 36px;
	line-height: 1em;
	color: #fff;
	font-weight: 700;
	margin: 0 0 18px 0;
	font-family: 'Playfair Display', serif;
}
.booking-banner > * {
	display: block;
	margin-bottom: 15px;
}
.booking-banner .phone {
	font-size: 18px;
	line-height: 1.5em;
	color: #ae731e;
	font-weight: 700;
}
.booking-banner img {
	margin-left: auto;
	margin-right: auto;
}

.booking-horizontal {
	font-family: 'Josefin Sans', sans-serif;
	padding: 80px 0;
	background-color: #161d2f;
	background-image: url(../images/booking-horizontal.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom left;
	text-align: center;
}

.camp {
	border: solid 1px #000000;
	padding: 10px 0;
	/*background-color: #000000;*/
}

.booking-horizontal h3 {
	display: inline;
	font-size: 36px;
	line-height: 1em;
	color: #fff;
	font-weight: 700;
	margin: 0 40px 18px 0;
	font-family: 'Playfair Display', serif;
}
.booking-horizontal .phone {
	font-size: 18px;
	line-height: 1.5em;
	color: #ae731e;
	font-weight: 700;
	margin: 0 40px 0 0;
}
.booking-horizontal .ghost.reverse {
	margin-right: 15px;
}

.contact-page {
	background-color: #f2efed;
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../images/feature-bgs/corporate.jpg);
}
.contact-page h1 {
	font-size: 47px;
	line-height: 1.5em;
	color: #96703c;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.contact-page p {
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	margin: 0 0 5px 0;
}
.contact-page p a {
	color: #0f1420;
}
.contact-page .form {
	margin: 60px 0 0 0;
}
.contact-page .right {
	padding: 5vw;
}
.contact-page h2 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 700;
	color: #96703c;
	margin: 0 0 25px 0;
}
.contact-page form {
	font-size: 16px;
}
.contact-page form input[type=text],
.contact-page form textarea {
	width: 100%;
	/*background: 0;*/
	padding:8px;
	margin: 0 0 25px 0;
}
.contact-page form input[type=text] {
	height: 40px;
	border: 1px solid #cdcbca;
}
.contact-page form label {
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	margin: 0 0 10px 0;
}
.contact-page form textarea {
	border: 1px solid #cbcbca;
	height: 145px;
}

.contact-page .thankyou{
	text-align: left;
}

.contact-header header {
	background: -webkit-linear-gradient(#141b2c, #0f1420); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#141b2c, #0f1420); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#141b2c, #0f1420); /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#141b2c), to(#0f1420));
    background: linear-gradient(#141b2c, #0f1420); /* Standard syntax */
}

.map-holder {
	width: 100%;
	padding-bottom: 110%;
	position: relative;
}
#map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


.car-spotlight {
	background-color: #161d2f;
	color: #fff;
	padding:80px 0;
}
.car-spotlight h3:after{
	content: "";
	height: 1px;
	width: 60px;
	background-color: #725a3a;
	margin: 15px auto 15px auto;
	display: block; 
}
.car-spotlight h3{
text-align:center;
font-size:30px;
color:#FFFFFF;
margin:0;
}
.car-spotlight .car-img{
margin-top:30px;
margin-bottom:30px;
}
.car-spotlight .subtitle{
text-align:center;
color:#b0b0b0;
}
.car-spotlight .left {
	padding: 5vw 0;
}
.car-spotlight h2 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 700;
	color: #fff;
	margin: 0;
	text-align:center;	
}
.car-spotlight h2:after {
	content: "";
	height: 1px;
	width: 60px;
	background-color: #725a3a;
	margin: 25px auto 50px auto;
	display: block;
}
.car-spotlight p {
	font-size: 16px;
	line-height: 1.5em;
	color: #b0b0b0;
	margin: 0 0 30px 0;
}
.event.promoted-event {
	background-color: #111624;
	color: white;
}
.event.promoted-event .text {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.event.promoted-event p,
.event.promoted-event p i,
.event.promoted-event h2 {
	color: white;
}
.events {
	margin-top: 40px;
}
.event {
	margin: 0 0 60px 0;
}
.event img {
	margin: 0 0 15px 0;
	width: 100%;
}
.event h2 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 700;
	color: #262930;
}
.event h2:after {
	content: "";
	height: 1px;
	width: 60px;
	background-color: #e6caa2;
	margin: 14px 0 12px 0;
	display: block;
}
.event p {
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	margin: 0 0 15px 0;
}
.event p i {
	color: #262930;
}
.darkblue-bg {
	background-color: #161d2f;
	padding: 5px 80px;
}
.grandprix img {
	margin-left: auto;
	margin-right: auto;
}
.grandprix-car-bg {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #8c8981;
}
@media (min-width: 1771px) {
	.grandprix-car-bg {
		background-image: url(../images/events/mercedes-v-class-grand-prix-decal-square.jpg);
	}
}
@media (max-width: 1771px) and (min-width: 1200px){
	.grandprix-car-bg {
		background-image: url(../images/events/mercedes-v-class-grand-prix-decal-tablet.jpg);
	}
}
@media (max-width: 1200px) {
	.grandprix-carpic {
		background-image: url(../images/events/mercedes-v-class-grand-prix-decal.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	.grandprix-carpic {
		height: 800px;
	}
}

@media (max-width: 991px) and (min-width: 740px) {
	.grandprix-carpic {
		height: 600px;
	}
}
@media (max-width: 739px) and (min-width: 520px) {
	.grandprix-carpic {
		height: 400px;
	}
}
@media (max-width: 519px) and (min-width: 480px) {
	.grandprix-carpic {
		height: 300px;
	}
}
@media (max-width: 479px) {
	.grandprix-carpic {
		height: 200px;
	}
}

.car-strip-container {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.car-strip-container .car {
	padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 250px;
    width:33%;
}
.grandprix-form {
	font-size: 16px;
	background-color: #161d2f;
	color: #fff;
	padding: 20px 0;
	font-family: 'Josefin Sans', sans-serif;
}
.grandprix-form h2 {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
    line-height: 1.5em;
    margin: 0 0 35px 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.grandprix-form h3 {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #fff;
}
.grandprix-form label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 16px;
}
.grandprix-form input[type=text],
.grandprix-form select,
.grandprix-form textarea {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
	color: #333;
}
.grandprix-form input[type=text],
.grandprix-form select {
	height: 30px;
	padding: 0 10px;
}
.grandprix-form textarea {
	height: 70px;
}

.testimonial {
	margin-bottom: 55px;
}
.testimonial p {
	margin: 0;
}
.testimonial .p1 {
	font-size: 48px;
	line-height: 1em;
	color: #111624;
}
.testimonial .p2 {
	font-size: 16px;
	line-height: 1.5em;
	font-style: italic;
	color: #333;
	letter-spacing: 0.01em;
	margin-bottom: 25px;
}
.testimonial .p3 {
	font-size: 16px;
	line-height: 1.5em;
	color: #111624;
}
.testimonial .p4 {
	font-size: 16px;
	line-height: 1.5em;
	font-style: italic;
	color: #111624;
}
.testimonials-bg {
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
}




footer {
	background-color: #0d111b;
	font-family: 'Josefin Sans', sans-serif;
	padding: 40px 0;
}
footer .footer-nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 22px 0;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}
footer .footer-nav ul li:last-child {
	margin-right:0;
}
footer .footer-nav ul li {
	display: inline;
	color: #666666;
	display: inline-block;
	margin-right:15px;
}
footer .footer-nav ul li a {
	color: #666666;
	display: inline-block;
	/*padding: 20px 8px;*/
}
footer .footer-nav ul li a:hover {
	text-decoration: none;
	color: #666;
}
footer .logos img{
	float:right;	
}
footer .logos .wifi{
	width:60px;
}
footer .logos .facebook{
	margin-left:25px;
	width:200px; 
}
footer .footer-logo img{
	float:right;	
}
footer .major-cards .card-logos li:last-child{
	margin-right:0;
}
footer .major-cards .card-logos li{
	display:inline;
	margin-right:15px;
}
footer .major-cards p{
margin:0 0 5px 0;	
}
footer .major-cards .card-logos{
	display:block;
	margin:0 auto;
	padding:0;
}
footer .major-cards{
	text-align:center;
	color: #666666;
	font-size: 13px;
    line-height: 18px;
	font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
footer .footer-top{
	margin-bottom:15px;
}




@media (max-width: 1200px) {
	header ul.desktop li a {
		/*padding: 11px 12px;*/
		padding: 11px 5px;
	}
	
	.header-phone a{
		margin: 5px 5px 0 0;	
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	header ul.desktop {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	header .header-phone {
		margin-top: 15px;
		height:60px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}
@media (min-width: 991px) {
	header .desktop .submenu-parent {
		position: relative;
	}
	header .desktop .submenu-parent .submenu {
		position: absolute;
		top: 5px;
		left: -9000px;
		width: 250px;
		padding: 10px 15px;
		background-color: white;
		z-index:1000;
	}
	header .desktop .submenu-parent .submenu a {
		color: #111624;
	}
	header .desktop .submenu-parent:hover .submenu {
		top: 24px;
		left: -8px;
	}
}

@media (max-width: 992px) {
	header .desktop .submenu-parent .submenu {
		display: none;
	}
	header .mobile-button {
		margin-top:24px;
	}
	.darkblue-bg {
		padding: 20px 20px;
	}
	footer .footer-logo img{
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	footer .logos img{
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	footer .logos .facebook{
		margin-left:auto!important;
		margin-top:30px;
		margin-bottom:30px;
	}
	footer .footer-nav ul{
		text-align:center;
	}
	
	.car-spotlight p{
		text-align:center;
	}
	.car-spotlight .car-col{
		margin-bottom:50px;
	}
	
	header {
		/*position: relative;
		background: -webkit-linear-gradient(#141b2c, #0f1420);
	    background: -o-linear-gradient(#141b2c, #0f1420);
	    background: -moz-linear-gradient(#141b2c, #0f1420);
	    background: linear-gradient(#141b2c, #0f1420);*/
	}
	.map-holder {
		width: 100%;
		padding-bottom: 60%;
		position: relative;
	}
	.home-header h1 {
		font-size: 30px;
		line-height: 1.2em;
	}
	.mobile-button {
		display: inline-block;
	}
	header img {
		padding: 2px 0;
	}
	header ul.desktop li {
		display: block;
	}
	header ul.desktop li a {
		display: block;
	}
	header ul.desktop {
		float: none;
		margin-top: 80px;
		padding: 20px;
		display: none;
		background: -webkit-linear-gradient(#141b2c, #0f1420);
	    background: -o-linear-gradient(#141b2c, #0f1420);
	    background: -moz-linear-gradient(#141b2c, #0f1420);
	    background: -webkit-gradient(linear, left top, left bottom, from(#141b2c), to(#0f1420));
	    background: linear-gradient(#141b2c, #0f1420);
	}
	.col-md-6 > img {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.car-spotlight .car-img {
		width: 100%;
	}
	.choose .choice-holder {
		width: 50%;
		margin-bottom: 10px;
	}
	.home-header .call-to-action a {
		margin: 10px 0;
	}
	.header-image {
		padding: 120px 0 80px 0;
	}
	.features {
		background-image: none !important;
		background-color: #f2efed !important;
	}
	.packages .package-holder {
		width: 50%;
		margin-top: 30px;
	}
	.packages .prices {
		margin-bottom: 40px;
	}
}
@media (min-width: 1024px) {
	.fast-quote-link {
		top: -35px;
	}
}
@media (max-width: 768px) {
	.choose .choice-holder {
		width: 100%;
	}
	.packages .package-holder {
		width: 100%;
	}
	
	footer .footer-nav ul{
		float:none;
	}
	footer .footer-nav ul li{
		display:block;
		float:none;
		margin:0 0 15px 0;
	}
	#corporate-page .text-container {
		padding-top: 47px;
	}
}

@media (max-width: 425px) {
	header .header-logo {
		width: 65%;
		margin: 0;
	}
	header .mobile-button {
		margin-top: 10px;
	}
	#corporate-page .text-container {
	padding-top: 47px;
	}
	#airports-page .text-container {
	padding-top: 75px;
	}
	#seaports-page .text-container {
	padding-top: 165px;
	}
	#weddings-page .text-container {
	padding-top: 165px;
	}
}

@media (max-width: 350px) {
	header .mobile-button {
		margin-top: 0-0;
	}
}