@charset "UTF-8";
/* CSS Document */




html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="submit"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	font-weight: 400;
	color:#666;
}
a {
	outline: none;
	text-decoration: none;
	color: #5b5551;
}
.c {
	clear: both;
}
img {
	border: 0;
}
input, textarea {
	outline: none;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 0;
}
 button::-moz-focus-inner {
 border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.header {
	background: #ffffff;
}
.logo {
	width: 25.5%;
	float: left;
	transition: all 0.3s ease-in-out 0s;
}
.header-right {
	width: 73%;
	float: right;
	transition: all 0.3s ease-in-out 0s;
}
.header-links {
	text-align: right;
	font-size: 15px;
	color: #333333;
	padding-top: 24px;
	line-height: 18px;
	padding-bottom: 32px;
	transition: all 0.3s ease-in-out 0s;
}
.header-links a {
	color: #333333;
	margin: 0 10px;
}
.header-links a.active {
	color: #bd191a;
}

.customer-support {
	display: inline;
	margin-right: 12px;
	font-weight: 700;
}
.customer-support span {
	color: #cb181e;
}
.customer-support span a {
	color: #cb181e;
}
.nav {
	text-align: right;
	position: relative;
	z-index:1230;
	transition: all 0.3s ease-in-out 0s;
}
.nav-m {
	display: none;
}
nav {
}
nav > ul {
	float: right;
}
nav > ul > li {
	background: url(../img/nav-line.png) no-repeat right 5px;
	float: left;
	padding: 0 19px;
	position: relative;
}
nav > ul > li:last-child {
	background: none;
}
nav > ul > li > a {
	display: inline-block;
	font-size: 15px;
	color: #333333;
	line-height: 15px;
	padding-bottom: 25px;
}
nav > ul > li > a img {
	vertical-align: middle;
}
nav > ul > li > a.active {
	color: #bd191a;
	background: url(../img/nav-active.png) repeat-x center bottom;
	font-weight: 700;
}
nav > ul > li.active > a {
	color: #bd191a;
	background: url(../img/nav-active.png) repeat-x center bottom;
}
nav ul li ul {
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
	width: 250px;
	background: #fff;
	z-index: 1234;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}
nav ul li ul:before {
	content: "";
	background: url(../img/sub-nav-arrow.png);
	width: 17px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: -9px;
	z-index: 1234;
}
nav ul li ul li {
	line-height: 20px;
	font-size: 15px;
	color: #333333;
	text-align: left;
}
nav ul li ul li a {
	padding: 10px 20px;
	color: #333;
	display: block;
}
nav ul li ul li a:hover {
	background: #f4f4f4;
}
.nav-m span {
	width: 100%;
	height: 18px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}
.nav-m > div {
	background: rgba(255, 255, 255, 1);
	position: absolute !important;
	width: 100%;
	top: 38px;
	z-index: 123;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}
.nav-m > div:before {
	content: "";
	background: url(../img/sub-nav-arrow.png) center top no-repeat;
	width: 100%;
	height: 9px;
	position: absolute;
	right: 0;
	top: -9px;
	z-index: 1234;
}
.nav-m ul li {
	position: relative;
}
.nav-m ul li a {
	padding: 10px 20px;
	line-height: 20px;
	display: block;
	border-bottom: #f4f4f4 solid 1px;
	font-size: 15px;
	color: #333333;
}
.nav-m ul li ul {
	margin: 0;
}
.nav-m ul li ul li a {
	background: rgba(0, 0, 0, 0.1);
	border-bottom: #f4f4f4 solid 1px;
}
.nav-m ul li a:hover {
	background: #f4f4f4;
}
p.sub-nav-m {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	height: 40px;
	width: 60px;
	background: url(../img/dropdown-arrow.png) center center no-repeat;
	display: block !important;
	z-index: 1234
}
.banner {
	padding: 55px 0 45px 0;
	background-color: #313232;
	background-image: -webkit-linear-gradient(top, #303131, #4c4e4e 50%, #313232);
	background-image: -moz-linear-gradient(top, #303131, #4c4e4e 50%, #313232);
	background-image: -o-linear-gradient(top, #303131, #4c4e4e 50%, #313232);
	background-image: linear-gradient(to bottom, #303131, #4c4e4e 50%, #313232);
}
.banner-book-form {
	border: #bebebe solid 1px;
	border-radius: 3px;
	position: relative;
	width: calc(100% - 2px);
	height: 100%;
	background: #ffffff;
	min-height: 600px;
}
.banner-book-form1 {
	border: #bebebe solid 1px;
	border-radius: 3px;
	position: absolute;
	top: -4px;
	right: 1px;
	z-index: 12;
	width: calc(100% - 2px);
	height: 100%;
	background: #ffffff;
	min-height: 600px;
}
.banner-book-form2 {
	border: #bebebe solid 1px;
	border-radius: 3px;
	position: absolute;
	top: -4px;
	right: 1px;
	z-index: 13;
	width: calc(100% - 2px);
	height: 100%;
	background: #ffffff;
	min-height: 530px;
}
.banner-book-form3 {
	border: #bebebe solid 1px;
	border-radius: 3px;
	position: absolute;
	top: -4px;
	right: 1px;
	z-index: 14;
	width: calc(100% - 2px);
	height: 100%;
	min-height: 530px;
	background: #ffffff;
}
.banner-left {
	width: 39.7%;
	float: left;
}
.banner-right {
	width: 58%;
	float: right;
	text-align: center;
	padding-top: 0px;
}
.banner-right h1 {
	font-size: 34px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 15px;
	margin-top:15px;
	text-align: center;
	display: block;
}
.banner-right .knoe-more a {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	padding:12px 25px;
}
.services-index {
	background: url(../img/service-bg.png) #f7f7f7;
	padding: 40px 0;
}
h2 {
	font-size: 28px;
	color: #181c1d;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
}
h2 span {
	width: 50px;
	height: 2px;
	background: #181c1d;
	display: block;
	margin: 10px auto 0 auto;
}
.service-tab-detail {
}
.service-tab-detail > div {
	display: none;
}
.services-tab-nav {
	width: 32.7%;
	float: left;
	/*height: 500px;
	overflow-y: scroll;*/
}
.services-tab-nav ul li {
	margin-bottom: 15px;
	font-size: 16px;
	color: #444444;
	line-height: 22px;
}
.services-tab-nav ul li h4 {
	font-size: 18px;
	font-weight: 600;
	color: #181c1d;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.services-tab-nav ul li.ui-tabs-active h4, .services-tab-nav ul li:hover h4 {
	color: #c7181d;
	transition: all 0.3s ease-in-out 0s;
}
.services-tab-nav ul li p {
	margin: 0;
	padding: 0;
}
.service-tab-detail {
	width: 64.2%;
	float: right;
	font-size: 14px;
	line-height: 22px;
	color: #181c1d;
}
.service-tab-detail h4 {
	color: #181c1d;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	margin: 15px 0 10px 0;
}
.knoe-more {
	display: inline-block;
	margin-top: 15px;
}
.knoe-more a {
	background: #c7181d;
	display: block;
	border: #880502 solid 1px;
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	padding: 10px;
	line-height: 20px;
}
.luxury-cars-index {
	padding: 40px 0;
}
.luxury-cars-index .services-tab-nav {
	height: inherit;
	overflow: visible;
}
.luxury-cars-index .services-tab-nav ul {
	max-width: 255px;
	
}
.luxury-cars-index .services-tab-nav ul li {
	margin: 0 0 1px 0;
}
.luxury-cars-index .services-tab-nav ul li a {
	background: #eeeeee;
	display: block;
	padding: 20px 10px;
	transition: all 0.3s ease-in-out 0s;
}
.luxury-cars-index .services-tab-nav ul li a:hover {
	background: #1f1f1f;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}
.luxury-cars-index .services-tab-nav ul li.ui-tabs-active a {
	background: #1f1f1f;
	color: #FFF;
	position: relative;
}
.luxury-cars-index .services-tab-nav ul li.ui-tabs-active a:after {
	content: " ";
	background: url(../img/laxury-tab-active.png) no-repeat;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -10px;
}
.luxury-cars-index .service-tab-detail {
	text-align: center;
}
.luxury-cars-index .service-tab-detail img {
	margin: 20px 0;
}
.cars-tab-nav-scroll{
	display: inline-block;
    height: 400px;
    overflow: hidden;
    padding-right: 20px;
}
.memberships {
	background: url(../img/service-bg.png) #f7f7f7;
	padding: 40px 0;
}
.memberships ul li {
	width: calc(25% - 18px);
	margin-right: 9px;
	margin-left: 9px;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.memberships ul li {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #ffffff;
	min-height: 600px;
	padding: 30px 0;
	text-align: center;
}
.memberships ul li h4 {
	font-size: 30px;
	color: #cb181e;
	font-weight: 700;
	margin-bottom: 30px;
}
.memberships ul li span {
	background: #151515;
	padding: 10px;
	display: block;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 26px;
}
.memberships ul li:hover span {
	background: #c3191c;
	transition: all 0.3s ease-in-out 0s;
}
.memberships ul li:hover .purchase a {
	border: #cb181e solid 2px;
	color: #cb181e;
	transition: all 0.3s ease-in-out 0s;
}
.m-plan1 {
	height: 60px;
	overflow: hidden;
	padding: 15px 10px;
}
.m-plan2 {
	height: 80px;
	overflow: hidden;
	padding: 15px 10px;
}
.m-plan3 {
	height: 100px;
	overflow: hidden;
	padding: 15px 10px;
}
.m-plan4 {
	height: 60px;
	overflow: hidden;
	padding: 15px 10px;
}
.m-plan5 {
	height: 60px;
	overflow: hidden;
	padding: 15px 10px;
}
.purchase {
	margin-top: 10px;
}
.purchase a {
	border: #181c1d solid 2px;
	background: #FFF;
	border-radius: 3px;
	margin: 0 15px;
	padding: 15px 0;
	display: block;
	color: #181c1d;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
.blog-whatson {
	padding: 40px 0 0 0;
}
.blog-index {
	width: 49%;
	float: left;
}
.blog-index img {
	width: 100%;
}
.whatson {
	width: 49%;
	float: right;
}
.whatson img {
	width: 100%;
}
.blog-index-text {
	background: #f0f0f0;
	padding: 5px 10px 10px 10px;
	min-height:93px;
}
.blog-index h4 {
	font-size: 20px;
	color: #181c1d;
	line-height: 24px;
	font-weight: 600;
	margin-top:5px;
}

.blog-index h4 a{
	color: #181c1d;
	transition: all 0.3s ease-in-out 0s;
}

.blog-index h4 a:hover{
	color: #b02c42;
	transition: all 0.3s ease-in-out 0s;
}

.blog-index span {
	font-size: 12px;
	color: #666666;
	font-weight: 600;
	padding-top:5px;
	display:block;
}
.testimonials-index {
	background: url(../img/testimonials.jpg) no-repeat center center;
	min-height: 464px;
	background-size: cover;
	padding: 40px 0;
}
.testimonials-index h2 {
	color: #fff;
}
.testimonials-index h2 span {
	background: #FFF;
}
.testimonials-index-quote-icon {
	background: url(../img/testimonial-quote.png) no-repeat center top;
	height: 29px;
	margin-bottom: 35px;
}
.testimonials-index-detail {
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	text-align: center;
}
.testimonials-index-detail > div {
	display: none;
	transition: all 0.3s ease-in-out 0s;
}
.testimonials-index-tab-nav {
	margin-top: 30px;
}
.testimonials-index-tab-nav ul {
	display: table;
	margin: 0 auto;
}
.testimonials-index-tab-nav ul li {
	float: left;
	margin: 0 20px;
	text-align: center;
}
.testimonials-index-tab-nav ul li a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}
.testimonials-index-tab-nav ul li a span {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.testimonials-photo {
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.testimonials-photo img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.testimonials-index-tab-nav ul li.ui-tabs-active a {
	color: #b6b7b5;
}
.testimonials-index-tab-nav ul li.ui-tabs-active .testimonials-photo img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.footer {
	border-top: #c8181e solid 10px;
	background: url(../img/service-bg.png) center top #222222;
	padding: 40px 0 20px 0;
}
.footer ul li {
	width: calc(20% - 10px);
	margin: 0 5px;
	float: left;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
}
.footer ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.footer ul li p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.footer ul li h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 15px;
}
.footer ul li:nth-child(1) a {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	color: #FFF;
}
.footer ul li:nth-child(2) a {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	color: #FFF;
}
.subscribe-newsletter {
	border: #fdfdfd solid 1px;
	border-radius: 2px;
	height: 42px;
	padding-left: 10px;
}
.subscribe-newsletter input {
	width: calc(100% - 65px);
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	height: 42px;
	font-size: 16px;
	color: #eeeeee;
}
input.subscribe-newsletter-btn {
	width: 65px;
	float: right;
	background: #fcfcfc;
	font-size: 16px;
	color: #222222;
	font-weight: 600;
	height: 42px;
	cursor: pointer;
}
.footer-social {
	margin-top: 0px;
	margin-bottom: 20px;
}
.footer-social a {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
}

.facebook-footer, .twitter-footer, .googleplus-footer{
	width: 30px;
	float: left;
	margin-right: 10px;
}

.facebook-footer a {
	background: url(../img/facebook.png) no-repeat left top;
}
.twitter-footer a {
	background: url(../img/twitter.png) no-repeat left top;
}
.googleplus-footer a {
	background: url(../img/google-plus.png) no-repeat left top;
}
.copyright-card {
	border-top: #919191 solid 1px;
	padding: 25px 0 0 0;
	margin-top: 30px;
}
.copyright {
	font-size: 14px;
	color: #FFF;
	font-weight: 600;
	line-height: 25px;
	width: 64%;
	float: left;
}
.copyright a{
	color: #FFF;
}
.card {
	width: 34%;
	float: right;
	text-align: right;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}
.card img {
	vertical-align: middle;
	margin-left: 10px;
}
.banner-book-form h3 {
	color: #cb181e;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: #e4e4e4 solid 1px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
}
.banner-book-form-field {
	padding: 20px;
}
.banner-book-form-field p {
	margin: 0 0 20px 0;
}
.banner-book-form-field label {
	display: block;
	font-size: 13px;
	color: #333333;
	padding-bottom: 5px;
}
.banner-book-form-field input {
	height: 40px;
	color: #999999;
	font-size: 16px;
	border: #e2e2e2 solid 1px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	width: calc(100% - 20px);
	border-radius: 3px;
	padding: 0 10px;
}

.banner-book-form-field input[type="checkbox"] {
	height: 40px;
	color: #999999;
	font-size: 16px;
	border: #e2e2e2 solid 1px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	width: auto;
	border-radius: 3px;
	padding: 0;
	height: auto;
}

.banner-book-form-field select {
	height: 40px;
	color: #999999;
	font-size: 16px;
	border: #e2e2e2 solid 1px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	border-radius: 3px;
	padding: 5px 10px;
}
input.continue-booking {
	border: #090909;
	background: #181818;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1);
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	width: 100%;
	padding: 0;
	cursor: pointer;
	height: 40px;
}
.banner-form-radio {
	margin-bottom: 15px;
}
.banner-form-radio label {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
}
.banner-form-radio label input {
	width: 15px !important;
	height: 15px !important;
	float: left;
	margin-right: 5px;
}
/*-------------*/

.inner-title {
	background: #303130;
	padding: 20px 0;
}
.inner-title h1 {
	font-size: 28px;
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	float: left;
	line-height: 30px;
}
.breadcumb {
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	float: right;
	padding-top: 7px;
}
.breadcumb span {
	display: inline-block;
	padding: 0 10px;
}
.breadcumb a {
	color: #FFF;
}
.services {
	padding: 40px 0;
}
.services ul li {
	width: 48.1%;
	float: left;
	background: #f7f7f7;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.services ul li img {
	border-bottom: #c7181d solid 2px;
	width: 100%;
}
.services ul li:nth-child(odd) {
	clear: left;
}
.services ul li:nth-child(even) {
	float: right;
}
.services ul li h2 {
	text-align: left;
	margin: 15px 20px;
	color: #333333;
}
.services ul li h2 span {
	margin-left: 0;
	background: #333333;
}
.service-disc {
	min-height: 90px;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
}
.services ul li .knoe-more {
	margin-left: 20px;
}
.services ul li .knoe-more a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	line-height: 16px;
	padding: 10px 25px;
}
.service-knowmore a {
	background: #2f2f2f;
	border: #000 solid 1px;
}
.services-detail {
}
.services-detail ul li {
	float: none !important;
	width: 100%;
	margin-bottom: 0;
}
.services-detail ul li .service-disc {
	min-height: inherit;
}
.gallery-service {
	position: relative;
}
.gallery-service ul {
	width: 100%;
}
.gallery-service li {
	padding-right: 1px;
	white-space: normal;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.gallery-service li h2 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
}

.gallery-service li h2 a {
	color:#333;
	transition: all 0.3s ease-in-out 0s;
}
	
.gallery-service li h2 a:hover{
	color:#b02c42;
	transition: all 0.3s ease-in-out 0s;
}
	


.gallery-service li h5{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align:left;
	color: #000000;
	font-weight:600;
}

.gallery-service li .event-date-time{
	text-align:left;
	font-size:16px;
}

.gallery-service li .event-date-time div{
	margin-bottom:0;
	}

.gallery-service li h2 span {
	background: #333;
	margin-top: 5px;
}
.gallery-service li > div {
	padding: 0 10px;
}
.gallery-slider-prev {
	position: absolute;
	left: 20px;
	top: calc(50% + 30px);
	background: url(../img/gallery-arrow.png);
	width: 30px;
	height: 30px;
	z-index: 123;
	cursor: pointer;
}
.gallery-slider-next {
	position: absolute;
	right: 20px;
	top: calc(50% + 30px);
	background: url(../img/gallery-arrow.png);
	width: 30px;
	height: 30px;
	z-index: 123;
	cursor: pointer;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.packages {
	padding: 40px 0;
}
.packages h4 {
	font-size: 20px;
	color: #666666;
	font-weight: 700;
	margin-bottom: 10px;
}
.packages .memberships {
	background: #FFF;
	padding-bottom: 0;
}
.car-slider-wrap {
	position: relative;
}
.car-slider {
	position: relative;
	overflow: hidden;
}
.car-slider-prev {
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/car-prev.png) no-repeat;
	width: 25px;
	height: 85px;
	margin-top: -43px;
	cursor: pointer;
	z-index: 123;
}
.car-slider-next {
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../img/car-next.png) no-repeat;
	width: 25px;
	height: 85px;
	margin-top: -43px;
	cursor: pointer;
	z-index: 123;
}
.laxury-car-slide .gallery-slider-prev {
	top: calc(40% + 0px);
	left: 30px;
}
.laxury-car-slide .gallery-slider-next {
	top: calc(40% + 0px);
	right: 30px;
}
.laxury-car-list {
	padding: 40px 0;
}
.laxury-car-list ul li {
	background: #f7f7f7;
}
.laxury-car-list-l {
	width: calc(35.7% - 40px);
	float: left;
	padding: 20px 20px 10px 20px;
	position: relative;
}
.laxury-car-list-r {
	width: 64.3%;
	float: right;
}
.laxury-car-list ul li h2 {
	text-align: left;
	color: #333;
	margin-bottom: 30px;
}
.laxury-car-list ul li h2 span {
	margin-left: 0;
	background: #333;
}
.laxury-car-list-disc {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 132px;
	overflow-y: hidden;
}
.laxury-car-list ul li:nth-child(even) .laxury-car-list-l {
	float: right;
}
.laxury-car-list ul li:nth-child(even) .laxury-car-list-r {
	float: left;
}
.laxury-car-list ul li:nth-child(odd) .laxury-car-list-l:after {
	content: "";
	background: url(../img/luxury-car-list-arrpw.png) no-repeat right center;
	height: 100%;
	width: 12px;
	position: absolute;
	right: -12px;
	z-index: 123;
	top: 0;
}
.laxury-car-list ul li:nth-child(even) .laxury-car-list-l:after {
	content: "";
	background: url(../img/luxury-car-list-arrpw.png) no-repeat right center;
	height: 100%;
	width: 12px;
	position: absolute;
	left: -12px;
	z-index: 123;
	top: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.laxury-car-list ul li .knoe-more a {
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	line-height: 16px;
	padding: 10px 20px;
	margin-right: 20px;
}
.blog {
	padding: 40px 0;
}
.blog-l {
	width: 64.2%;
	float: left;
}
.blog-r {
	width: 32.3%;
	float: right;
}
.blog-list {
}
.blog-list ul li {
	font-size: 16px;
	color: #555555;
	line-height: 22px;
	background: #f7f7f7;
	margin-bottom: 40px;
}
.blog-list ul li h3 {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.blog-list ul li h3 a {
	color: #333333;
}
.blog-list-img {
	border-bottom: #bc1518 solid 2px;
}
.blog-list-img img {
	width: 100%;
}
.blog-info {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}
.blog-disc {
	padding: 20px;
}
.blog-list ul li .knoe-more a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	margin-right: 20px;
	padding: 8px 20px;
}
.pagination {
	text-align: center;
	display: table;
	margin: 0 auto;
}
.pagination ul {
	display: table;
	margin: 0 auto;
}
.pagination li {
	float: left;
	margin: 0 3px;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	line-height: 25px;
}
.pagination li a {
	display: block;
	padding: 0 5px;
	transition: all 0.3s ease-in-out 0s;
	border: #fff solid 1px;
	
}
.pagination li a.active, .pagination li.active span, .pagination li a:hover {
	color: #FFF;
	border: #8a0603 solid 1px;
	background: #bf191b;
	border-radius: 2px;
	transition: all 0.3s ease-in-out 0s;
	display: block;
	padding: 0 5px;
	transition: all 0.3s ease-in-out 0s;
	border: #fff solid 1px;
	
}
.blog-recent-tab-detail > div {
	display: none;
}
.blog-recent-tab {
}
.blog-recent-tab-nav {
	padding-bottom: 15px;
	border-bottom: #555555 solid 1px;
	margin-bottom: 25px;
}
.blog-recent-tab-nav ul li {
	width: calc(50% - 1px);
	float: left;
}
.blog-recent-tab-nav ul li a {
	font-size: 24px;
	color: #666666;
	font-weight: 600;
	line-height: 25px;
}
.blog-recent-tab-nav ul li:nth-child(odd) {
	width: calc(50% - 1px);
	border-right: #333333 solid 1px;
}
.blog-recent-tab-nav ul li:nth-child(even) {
	width: calc(50% - 1px);
	border-left: #333333 solid 1px;
	text-align: right;
}
.blog-recent-tab-nav ul li.ui-tabs-active a {
	color: #333;
}
.blog-recent-tab-detail {
}
.blog-recent-tab-detail .blog-list ul li {
	margin-bottom: 20px;
}
.blog-recent-tab-detail .blog-list ul li h3 {
	font-size: 18px;
}
.blog-recent-tab-detail .blog-disc {
	padding: 10px;
}
.blog-recent-tab-detail .blog-disc .blog-info {
	margin-bottom: 0;
}
#categoriesblog {
}
#categoriesblog ul li {
	margin-bottom: 10px;
}
#categoriesblog ul li a {
	font-size: 18px;
	color: #666666;
	font-weight: 700;
	line-height: 18px;
	transition: all 0.3s ease-in-out 0s;
}
#categoriesblog ul li a:hover, #categoriesblog ul li a.active {
	color: #bc1518;
	transition: all 0.3s ease-in-out 0s;
}
.blog-disc p em {
	border-left: #000 solid 2px;
	padding-left: 20px;
	display: block;
}
.contact {
	padding: 40px 0;
}
.contact-l {
	width: calc(33.9% - 40px);
	padding: 20px;
	float: left;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.contact-l a {
	color: #333
}
.contact-r {
	width: calc(63.2% - 40px);
	padding: 20px;
	float: right;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.contact h3 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contacr-text {
	margin-bottom: 20px;
}
.contact-address {
	padding-left: 45px;
	background: url(../img/location-icon.png) no-repeat left 5px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
}
.get-location {
	margin-top: 20px;
}
.get-location a {
	border: #333333 solid 1px;
	border-radius: 3px;
	display: inline-block;
	padding: 0 20px;
	line-height: 30px;
}
.get-location a img {
	margin-right: 10px;
	vertical-align: middle;
}
.contact-phone {
	padding-left: 45px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
	background: url(../img/phone-inco.png) no-repeat left 5px;
	margin-top: 20px;
	line-height: 30px;
}
.contact-mail {
	padding-left: 45px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
	background: url(../img/email-icon.png) no-repeat left 8px;
	margin-top: 20px;
	line-height: 30px;
	padding-bottom: 5px;
}
.contactform-name {
	width: 48.5%;
	float: left;
	margin-bottom: 20px;
}
.contactform-phone {
	width: 48.5%;
	float: right;
	margin-bottom: 20px;
}
.contact-r input {
	width: calc(100% - 20px);
	border: #e4e5e4 solid 1px;
	background: #fafafa;
	height: 34px;
	padding: 0 10px;
	border-radius: 3px;
	color: #999999;
    font-size: 14px;
}
.contact-message {
	margin-bottom: 20px;
}
.contact-r textarea {
	width: calc(100% - 20px);
	border: #e4e5e4 solid 1px;
	background: #fafafa;
	height: 100px;
	padding: 10px;
	border-radius: 3px;
	color: #999999;
    font-size: 14px;
}
.captcha-img {
	width: 49.5%;
	float: left;
}
.captcha-code {
	width: 49.5%;
	float: right;
}
input.contact-submit {
	-webkit-border-radius: 4px 3px 3px 4px/4px 4px 3px 3px;
	-moz-border-radius: 4px 3px 3px 4px/4px 4px 3px 3px;
	border-radius: 4px 3px 3px 4px/4px 4px 3px 3px;
	background-color: #cd181f;
	border: solid 1px #f00;
	background-image: -webkit-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -moz-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -o-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -ms-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: linear-gradient(to top, #af1a16, #cd181f);
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	border: 0;
	padding: 0;
	width: 100%;
	cursor: pointer;
}
.contact-map {
	margin-top: 40px;
	position: relative;
}
.map-overly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 123;
}
.online-booking {
	margin: 40px 0 0 0;
}
.online-booking > .wrap {
	background: #f9f9f9;
	padding: 0;
}
.booking-form-nav {
}
.booking-form-nav ul li {
	float: left;
	width: calc(25% - 5px);
	text-align: center;
	margin-right: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ededed;
	-webkit-box-shadow: 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px rgba(0,0,0,.2);
	box-shadow: 0 1px rgba(0,0,0,.2);
	border: solid 1px #aaa;
	background-image: -webkit-linear-gradient(bottom, #e4e4e4, #ededed);
	background-image: -moz-linear-gradient(bottom, #e4e4e4, #ededed);
	background-image: -o-linear-gradient(bottom, #e4e4e4, #ededed);
	background-image: -ms-linear-gradient(bottom, #e4e4e4, #ededed);
	background-image: linear-gradient(to top, #e4e4e4, #ededed);
	line-height: 30px;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 600;
}
.booking-form-nav ul li:last-child {
	width: calc(25% - 2px);
	margin-right: 0;
}
.booking-form-nav-line {
	background-color: #cd181f;
	border: solid 1px #f00;
	background-image: -webkit-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -moz-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -o-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -ms-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: linear-gradient(to top, #af1a16, #cd181f);
	height: 4px;
	margin-top: -1px;
	z-index: 12;
	position: relative;
}
.booking-form-nav ul li.active {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #cd181f;
	border: solid 1px #f00;
	background-image: -webkit-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -moz-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -o-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -ms-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: linear-gradient(to top, #af1a16, #cd181f);
	color: #fdfaf1;
	transition: all 0.3s ease-in-out 0s;
}
.booking-form1 {
	padding: 25px;
}
.hire-car-form {
	padding-bottom: 25px;
}
.hire-car-form h3 {
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	background: url(../img/form-title-line.jpg) repeat-x left 80%;
	margin-bottom: 25px;
}
.hire-car-form h3 span {
	background: #f9f9f9;
	display: inline-block;
	padding-right: 10px;
	line-height: 16px;
}
.hire-car-form label {
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 15px;
	display: block;
}
.form-left {
	width: 48.8%;
	float: left;
}
.form-right {
	width: 48.8%;
	float: right;
}
.add-stops {
	text-align: right;
	margin-top: 15px;
	display: block;
}
.add-stops a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-decoration: underline;
}
.hire-car-form input {
	background: #FFF;
	border: #bbbbbb solid 1px;
	border-radius: 3px;
	height: 43px;
	font-size: 16px;
	color: #999999;
	width: calc(100% - 20px);
	padding: 0 10px;
}
.hire-car-form select {
	background: #FFF;
	border: #bbbbbb solid 1px;
	border-radius: 3px;
	height: 43px;
	font-size: 16px;
	color: #999999;
	width: 100%;
	padding: 5px;
}
car-timing {
	margin-bottom: 20px;
}
.car-timing label {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	text-transform: none;
}
.car-timing label input {
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
}
.return-journey-from-to {
	margin-top: 25px;
}
.see-price {
}
input.see-price-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #cd181f;
	border: solid 1px #f00;
	background-image: -webkit-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -moz-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -o-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -ms-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: linear-gradient(to top, #af1a16, #cd181f);
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
	height: 45px;
	padding: 0 25px;
}
.booking-form2 {
	padding: 25px;
}
.available-cars-map {
	margin-bottom: 25px;
}
.available-cars-disc {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: #e0e0e0 solid 1px;
}
.available-cars-list {
}
.available-cars-list ul li {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	padding:15px 0;
	border-bottom: #e0e0e0 solid 1px;
}

.available-cars-list ul li:last-child{
	border-bottom:0;
	padding-bottom:0;
	}

.available-cars-list ul li h4 {
	margin-top: 40px;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.available-cars-img {
	float: left;
	width: 23.4%;
	margin-right: 2%;
}
.available-cars-vehicle-type {
	float: left;
	width: 17.4%;
	margin-right: 2%;
}
.available-cars-est {
	float: left;
	width: 17.4%;
	margin-right: 2%;
}
.available-cars-price {
	float: left;
	width: 17%;
	margin-right: 2%;
}
.book-now-btn {
	float: left;
	width: 16.6%;
	padding-top: 40px;
}
.book-now-btn a {
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #cd181f;
	border: solid 1px #f00;
	background-image: -webkit-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -moz-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -o-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -ms-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: linear-gradient(to top, #af1a16, #cd181f);
	padding:10px 20px;
	height:25px;
	line-height:25px;
}
.book-now-btn input.btn {
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #cd181f;
	border: solid 1px #f00;
	background-image: -webkit-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -moz-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -o-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -ms-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: linear-gradient(to top, #af1a16, #cd181f);
	padding:10px 20px;
	cursor: pointer;
}
.online-booking-form-back{
	margin-top:15px;
	border-top:#dddddd solid 1px;
	padding-top:10px;
	}

.online-booking-form-back a{
	display:inline-block;
	font-size:18px;
	color:#000000;
	font-weight:600;
}

.online-booking-form-back a img{
	vertical-align:middle;
	margin-right:5px;
}

.booking-form3{
	padding:25px;
	font-size:16px;
	color:#333333;
	line-height:22px;
	}
	
.booking-form3 h3{
	font-size:24px;
	color:#000;
	font-weight:600;
	margin-bottom:15px;
}

.booking-form3 h5{
	font-size:20px;
	color:#000000;
	font-weight:600;
	margin-bottom:20px;
	}
	
.booking-form3 h5 span{
	color:#ca181e;
}

.booking-form3-from{
	margin-bottom:5px;
}

.booking-form3-to{
	margin-bottom:15px;
}

.edit-directions{
	margin-bottom:15px;
}

.edit-directions a{
	color:#cb181e;
	font-size:16px;
}

.booking-form3-l{
	width:23.1%;
	float:left;
	text-align:right;
}

.booking-form3-r{
	width:75%;
	float:right;
}

.form-row{
	margin-bottom:20px;
	color:#999999;
}

.booking-form3-l label{
	font-size:16px;
	line-height:22px;
	color:#333333;
	padding-top:10px;
	display:block;
}

.booking-form3-l strong{
	font-weight:600;
	color:#333333;
	font-size:16px;
}

.booking-form3-r input{
	height:25px;
	padding:10px;
	width:calc(100% - 20px);
	background:#FFF;
	border:#bbbbbb solid 1px;
	border-radius:3px;
	max-width:500px;
	font-size: 15px;
}

.booking-form3-r textarea{
	height:100px;
	padding:10px;
	width:calc(100% - 20px);
	background:#FFF;
	border:#bbbbbb solid 1px;
	border-radius:3px;
	max-width:500px;
}

.booking-form3-r label{
	font-size:16px;
	line-height:22px;
	color:#333333;
	padding-top:5px;
	display:block;
	}

.booking-form3-r input[type="radio"]{
	width:15px !important;
	height:15px !important;
	padding:0 !important;
	margin-right:5px !important;
	}
	
.booking-form3-r label{
	font-size:16px;
	line-height:22px;
	color:#333333;
	display:inline-block;
	margin-right:10px;
}

.payment-type label{
	display:block !important;
	
}

.all-required{
	font-size:16px;
	color:#cb181e;
	font-weight:600;
}

.see-price {
}
input.see-price-btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #cd181f;
	border: solid 1px #f00;
	background-image: -webkit-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -moz-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -o-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: -ms-linear-gradient(bottom, #af1a16, #cd181f);
	background-image: linear-gradient(to top, #af1a16, #cd181f);
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
	height: 45px;
	padding: 0 25px;
	width:auto;
}

.booking-form4{
	padding:25px;
}

.booking-form4 h3{
	font-size:24px;
	color:#000;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:#ddd solid 1px;
	margin-bottom:25px;
}

.booking-form4 .booking-form3-l label{
	padding-top:0;
	color:#000
}

.booking-form4 input{
	max-width:150px;
	}

.booking-form4 .form-row{
	color:#333;
}

.booking-form4 .form-row a{
	color:#ca181e;
}

.tc-accept{	
}

.tc-accept input{
	width:15px;
	height:15px;
	margin-right:5px;
	float:left;	
}

.whatson-page{
	background:#444;
}

.whatson-page .wrap{
	background:#444;
	}

.whatson-page{
	min-height:680px;
	}

.fc-calendar-container{
	/*min-height:600px;*/
	}
	
.custom-calendar-full{
	min-height:630px;
}

.whatson .custom-header{
	background:#e1e1e1 !important;
	font-weight:600;
}
	
.whatson .fc-calendar .fc-head{
	color:#333 !important;
	font-weight:600;
	overflow: hidden;
}

.whatson .custom-header h2{
	font-weight:600;
	margin-bottom:0px !important;
}

.whatson .fc-calendar .fc-row > div.fc-today{
	background:#bd191a;
	}
	
.whatson .fc-calendar .fc-row > div.fc-today:after{
	color:#fff !important;
	}
	
.custom-header h3{
	text-align:left !important;
	padding-right:20px !important;
}

.whatson .custom-header h3{
	padding-right:0 !important;
	text-align:center !important;
}

.whatson .custom-year{
	color:#000 !important;
	font-size:12px !important;
	}
	
.whatson #calendar{
	padding:10px 30px 30px 30px;
}

.whatson .container > header, .main{
	max-width:inherit !important;
	}
	
.event-popup{
	display:none;
	padding:10px 0;
	position:relative;
}

.event-popup h3{
	font-size:24px;
	color:#333333;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:#ddd solid 1px;
	margin-bottom:20px;
	text-transform:uppercase;
	padding:0 20px 10px 20px;
	text-align:center;
}

.event-popup ul li{
	padding:10px 20px;
	}

.event-popup-img{
	width:27.3%;
	float:left;
}

.event-popup-img img{
	width:100%;
	}

.event-popup-disc{
	width:68.9%;
	float:right;
}

.event-popup-disc h5{
	font-size:16px;
	font-weight:700;
	color:#333333;
	line-height:22px;
	margin-bottom:15px;
}

.event-popup-disc h5 a{
	color:#333333;
	transition: all 0.3s ease-in-out 0s;
}

.event-popup-disc h5 a:hover{
	color:#cc1720;
	transition: all 0.3s ease-in-out 0s;
}

.event-date-time{
	font-size:16px;
	color:#666;
	}
	
.event-date-time div{
	margin-bottom:5px;
}

.close-btn{
	background:url(../img/fancybox-close.png) no-repeat;
	width:25px;
	height:25px;
	position:absolute;
	right:15px;
	top:15px;
	z-index:123;
	cursor:pointer;
	}
	
body.whats_on .fancybox-close{
	display:none !important;
}

.fancybox-wrap{
	z-index:12347 !important;
}

.fancybox-overlay{
	z-index: 12346 !important;
}

.event-detail{
	padding:40px 0;
}

p{
	margin:15px 0;
}

.service-disc .event-date-time{
	margin-bottom:20px;
	}

.event-date-time strong{
	font-weight:600;
}

.about{
	padding:40px 0 0 0;
	font-size:14px;
	color:#666666;
	line-height:22px;
}

.about h2{
	margin-top:25px;
	text-align:left;
	margin-bottom:20px;
}

.about h2 span{
	margin-left:0;
	}

.about-l{
	width:48%;
	float:left;
}

.about-r{
	width:48%;
	float:right;
}

.blog-index h2 span{
	padding:0;
}

.privacy-policy{
	padding:20px 0;
	font-size:14px;
	color:#666666;
	line-height:22px;
}

.privacy-policy h4{
	margin-top:30px;
	margin-bottom:10px;
	font-size:16px;
	color:#666666;
	font-weight:600;
}

.privacy-policy ul li{
	background:url(../img/pp-bullet.png) no-repeat left 4px;
	padding-left:30px;
	margin-bottom:10px;
}

.faq-page{
	padding:40px 0;
}


.faq-wrap{
	}

.faq-wrap h1{
	margin:0 0 20px 0;
	float:none;
	display:block;
	font-size:24px;
}

.faq{
	margin-bottom:30px;
	width:100%;
}


.faq-left{
	width:calc(50% - 2px);
	float:left;
	border-right:#bbbbbb solid 1px;
	}
	
	
.faq-right{
	float:right;
	width:50%;
	}
	
.faq ul{
	margin:0px;
	padding:0 0 110px 0;
}

.faq ul li{
	list-style:none;
	margin-bottom:13px;
	position:relative;
	font-size:16px;
	color:#666;
	line-height:22px;
	}
	
.faq ul li a{
	font-size:20px;
	color:#555555;
	padding-left:15px;
	padding-right: 15px;
	display:block;
	line-height:22px;
	}

.faq ul li a:hover{
	color:#000;
}

.faq ul li.active a{
	color:#000;
}

.faq ul li .faq-ans{
	position:absolute;
	left:100%;
	top:0;
	width:calc(100% - 55px);
	display:none;
	padding-left:35px;
	margin-left:20px;
	}
	
.faq ul li .faq-ans strong{
	display:block;
	padding-bottom:10px;
	}
	
.faq ul li.active .faq-ans{
	display:block;
	}
	
.faq ul li .faq-ans-arrow{
	background:url(../img/faq-ans-arrow.jpg) no-repeat;
	width:29px;
	height:29px;
	position:absolute;
	right:-15px;
	top:0px;
	display:none;
}

.faq ul li.active .faq-ans-arrow{
	display:block;
}

.faq ul li a{
	padding-left:35px;
	}

.faq ul li a:after{
	content:"Q.";
	font-size:20px;
	color:#cb181e;
	font-weight:600;
	position:absolute;
	left:0;
	top:0;
	}

.faq-ans:before{
	content:"A.";
	font-size:20px;
	color:#cb181e;
	font-weight:600;
	position:absolute;
	left:0;
	top:0;
}

.footer ul li, .contact-mail{
	word-break:break-all;
	}
	
.car-slider{
	border-bottom:2px solid #c7181d
	}
	
.car-slider img{
	border-bottom:0 !important;
}

::-webkit-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}

.header-wrap{
	position:relative;
	z-index:12345;
}

.header-wrap-fixed{
	height:119px;
	transition: all 0.3s ease-in-out 0s;
}

.header-wrap-fixed .header{
	position:fixed;
	width:100%;
	height:119px;
	transition: all 0.3s ease-in-out 0s;
}

.fixed{
	height:90px;
	transition: all 0.3s ease-in-out 0s;
}

.fixed .header{
	height:75px;
	transition: all 0.3s ease-in-out 0s;
	}
	
.fixed .header-links{
	transition: all 0.3s ease-in-out 0s;
	opacity:0;
	visibility:hidden;
	padding:0;
	height:10px;
	top:-100px;
}

.fixed .nav{
	padding-top:20px;
	transition: all 0.3s ease-in-out 0s;
}

.fixed .logo{
	width:17%;
	transition: all 0.3s ease-in-out 0s;
}

.contacterror{
	color: #FF0000;
}
.timeerror{
	color: #FF0000;
	font-size: 13px; 
	left:0;
}
#error_msg{
	color: #FF0000;
	font-size: 13px; 
	left:0;
}
.form-left .timeerror{
	color: #FF0000;
	font-size: 13px; 
	left:0;
	margin-top: 12px;
}
.suberror{
	color: #FF0000;
}
#stops{
	padding-top: 20px;
}

span.remove_stop
{
	display: block;
	text-align: right;
	font-size: 13px;
	padding-top: 5px;
}
.from_err,.to_err
{
	color: #FF0000;
	text-transform: lowercase;
	font-size: 15px;
}
label.errors
{	
	color: #FF0000;
	text-transform: lowercase;
	font-size: 15px; 
	position: absolute;
	right: 20px;
}
span.help-inline{
	color: #FF0000;
	font-size: 13px; 
	position: absolute;
	left:0;
	bottom:	-18px;	
}
#ui-datepicker-div
{
	background: #FFF;
	padding: 0px;
	border: 1px solid #ccc;
	z-index: 12346 !important;		
}
.ui-datepicker-calendar{
	background-color: #F6F6F6;
	width:320px;
	padding:0 10px 10px 10px;	
}
.ui-datepicker-header.ui-widget-header{
	background-color: #E1E1E1;
	position: relative;
	padding: 10px 0px;
	border-radius: 0px;
	background-image: none;
	border: 0px;
	border-top: 5px solid #BD191A
}
.ui-datepicker-header.ui-widget-header .ui-datepicker-prev{
	position: absolute;
	left: 10px;
	top: 10px;
	height: 15px;
	font-size: 12px;
	cursor: pointer;
}
.ui-datepicker-header.ui-widget-header .ui-datepicker-next{
	position: absolute;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 15px;
	font-size: 12px;
	cursor: pointer;
}
.ui-datepicker-title{
	width:100%;
	margin:0 !important;
	text-align: center;
	background-image: none;
	font-size: 12px; 
	font-weight: bold;
}
.ui-datepicker-calendar thead tr th{
	background-color:#F6F6F6;
	padding:0;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}
.ui-datepicker-calendar thead tr th span{
padding: 0px;
}
.ui-datepicker-calendar tbody tr td{
	background-color:#fff;
	border: 1px solid #d1d1d1;
	text-align: center;
}
 .ui-datepicker-calendar tr td.ui-datepicker-unselectable.ui-state-disabled {
 	background-color:#f6f6f6
 }
.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month{
	background-color: #F6F6F6
}
.ui-datepicker-calendar tbody tr td a{
	padding: 5px;
	display: block;
	font-size: 12px;
}
.ui-datepicker-calendar tbody tr td span{
	padding: 5px;
	display: block;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a.ui-state-default{
	background-color: #BD191A;
	color: #fff;
 }
 .ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-highlight{
	background-color: #BD191A;
	color: #fff;
 }
 .ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-active{
	background-color: #3b3b3b;
	color: #fff;
 }
.ui-datepicker-week-end{
	background-image: none !important;
	background-color: none !important	
}
.ui-timepicker-div{
	font-size: 14px;
}
.ui-datepicker-buttonpane{
	position: relative;
	overflow: hidden;
	padding: 0px;
}
.ui-datepicker-calendar .ui-datepicker-buttonpane .ui-datepicker-current{
	background-color: red;
	border: 0px;
}
.ui-datepicker-calendar .ui-datepicker-buttonpane .ui-datepicker-close{
	background-color: red;
	border: 0px;
}
.ui-timepicker-div dl{
	text-align: left;
}
.ui-timepicker-div dl dd{
	margin: 0 10px 10px 65px
}
.ui-timepicker-div dl dd{
	margin: 0 10px 10px 65px
}
.ui-timepicker-div dl dt{
	height: 25px;
	margin-left: 5px;
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd .ui-widget .ui-widget{
	font-size:1em;
}
.ui-timepicker-div dl dd .ui-widget-content{
	background-color: #F6F6F6;
	border: 1px solid #d1d1d1;
	height: 10px;
	position: relative;;
}
.ui-timepicker-div dl dd .ui-slider-horizontal .ui-slider-handle{
	margin-left: -0.6em;
    top: -0.3em;
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
    background-color: #BD191A
}
.ui-datepicker-buttonpane .ui-priority-secondary{
	padding: 5px 15px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	cursor: pointer;
	float: left;
}
.ui-datepicker-buttonpane .ui-priority-primary{
	padding: 5px 15px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	float: right;
}
.ui_tpicker_second_label{display: none;}
.ui_tpicker_second{display: none;}
@media(min-width: 250px) and (max-width: 479px){
/*#ui-datepicker-div{
	left: 0px !important;
}*/
.ui-datepicker-calendar{
	background-color: #F6F6F6;
	width:260px;
	max-width: inherit;
	padding:0px;
	}
}



.booking-form3-r select{
	height:45px;
	padding:5px;
	width:45%;
	margin-right:5%;
	background:#FFF;
	border:#bbbbbb solid 1px;
	border-radius:3px;
	max-width:240px;
	margin-bottom:10px;
}
.cycle-slide{
	vertical-align: top;
}

.booking-form4 .booking-form3 input{
	max-width: 500px;
}

.booking-form4 .booking-form3 .booking-form3-l label{
	padding-top: 10px;
}

.booking-form-r-select .control-group{
	float: left;
    margin-right: 2%;
    width: 34%;
}
.booking-form-r-select .control-group select{
	width: 100%;
	margin-right: 0%;
}
.flash-success{
	background: green;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin: 10px auto;
	font-size: 16px;
	line-height: 20px;
	max-width: 1080px;

}
.flash-error{
	background: #ca181e;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin: 10px auto;
	font-size: 16px;
	line-height: 20px;
	max-width: 1080px;
}
.fancybox-title-float-wrap .child {
	
	display: block;
	background: #FFF !important;
	color: #F00 !important;
	text-shadow: 0 0px 0px #222 !important;
	white-space: normal !important;
	/*margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;*/
}
.controls{
	position: relative;

}

#apply{
	font-size: 12px;
	padding:5px 10px;
	margin-top: 10px;
	background-color: #cd181f;
    background-image: linear-gradient(to top, #af1a16, #cd181f);
    border-radius:3px;
    border: 0;
    color: #FFF;
}
#map-canvas{
	width: 100%;
	height: 400px;
}
#map-canvas img{
	max-width: inherit !important;
}
#directions_panel{
margin:0 !important;
}

.banner-book-form-field .control-group{
	margin-bottom: 20px;
}

.page-not-found{
	padding:40px 0;	
	text-align:center;
	background:#fdfdfd;
}

.page-not-found h3{
	font-size:80px;
	color:#cb181e;
	font-weight:700;
	margin-bottom:40px;
}

.page-not-found h5{
	font-size:20px;
	color:#333333;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
}

.page-not-found h6{
	font-size:20px;
	color:#333333;
	font-weight:700;
	text-transform:uppercase;
}

.page-not-found h6 a{
	text-decoration:underline;
	color:#cb181e;
}

.thanks-sms h6{
	text-transform:none;
	line-height:32px;
}

/*-----------------16-3-15------------------*/

.customer-support{
	background:url(../img/header-phone-icon.png) no-repeat 0 4px;
	padding-left:30px;
	line-height:30px;
	display:inline-block !important;
	font-weight: 700;
    margin-right: 12px;
}

.header-mail{
	background:url(../img/header-mail-icon.png) no-repeat 0 7px;
	padding-left:30px;
	line-height:30px;
	display:inline-block;
	font-weight: 700;
    margin-right: 12px;
	margin-left:10px;
}

.header-mail a{
	color:#333333;
	margin-left:0;
}

a.online-booking-header{
	background:#FFF;
	border:#c9181e solid 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;	
	color:#cb181e;
	font-weight: 700;
	line-height:31px;
	padding:0 10px;
	transition: all 0.3s ease-in-out 0s;
	display:inline-block;
	text-transform:uppercase;
}

.online-booking-header:hover{
	color:#FFF;
	border:#c9181e solid 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;	
	background:#cb181e;
	transition: all 0.3s ease-in-out 0s;
}

.header-links{
	padding-bottom:15px;
}

.header-clear{
	display:none;	
}
.suberror {
    color: #FF0000;
}
nav > ul > li{
	background:none;
	padding:0 10px;
}

::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 7px;
}

::-webkit-scrollbar-thumb {
   border-radius: 4px;
   background-color: rgba(0,0,0,.5);
   -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.banner-right{
	max-height: 559x;
	overflow: hidden;

}

.banner-slider-pager{
	margin-top: 30px;
	text-align: center;
}

.banner-slider-pager span{
	border-radius: 100%;
	background: #c3c4c4;
	border: solid 1px #fff;
	width: 18px;
	height: 18px;
	font-size: 0;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.banner-slider-pager span.cycle-pager-active{
	background: #80292b;
}

.banner-slider .cycle-slide, .banner-slider .cycle-slide img{
	width: 100%;
}


.services-tab-nav-scroll{
	height: 500px;
	overflow-y: scroll;
}

.nicescroll-rails{
	opacity: 1 !important;
}

.as-directed-tooltip{
	position: relative;
}

.as-directed-tooltip-img{
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 123;
	cursor: pointer;
}

.as-directed-tooltip-disc{
	display: none;
	position: absolute;
	right: 20px;
	width: calc(75% - 60px);
	z-index: 1234;
	font-size: 12px;
	color: #555;
	top: -20px;
	padding:10px;
	background: #ccc;
	border-radius:3px;
	border: #999 solid 1px;
}

.as-directed-tooltip-disc.active{
	display: block;
}

.as-directed-tooltip-disc:after{
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -12px;
	background:url(../img/dropdown-arrow.png) no-repeat;
	width: 10px;
	height: 10px;
	z-index: 123;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.booking-form1 .as-directed-tooltip-img{
	top: 20px;
}

.booking-form1 .as-directed-tooltip-disc{
	top: 0;
}

.desk nav > ul > li:nth-child(4) > ul{
	width: 550px;
	right: -250px
}

.desk nav > ul > li:nth-child(4) > ul:before{
	right: 50%;
}

.desk nav > ul > li:nth-child(4) > ul li{
	width: 50%;
	float: left;
}


.footer ul li:nth-child(1){
	width: calc(20% - 10px);
}

.footer ul li:nth-child(2){
	width: calc(20% - 10px);
}

.footer ul li:nth-child(3){
	width: calc(30% - 10px);
}

.footer ul li:nth-child(4){
	width: calc(30% - 10px);
}