body {
	background: url(/images/clouds.jpg) no-repeat;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	font-family: lato, sans-serif;
	margin-bottom: 30px;
}
p {
	font-family: open sans;
}

.lead {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
}

.media-heading {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.media-left, .media > .pull-left {
    padding-right: 30px;
}


.menu.menu-active-linking > li a, .menu.menu-active-linking > li, .navbar-nav > li > a, .navbar-nav > li > a:hover:after, .navbar-nav > li > a:after, .form-wrapper input[type=submit], a, a:hover


 {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}




/*
  .container {
	  width: 1270px;
  }
  */








  .btn {
	  border-radius: 25px;
  }

  ul {
	  list-style: none;
	  padding: 0px;
  }

  .h1, .h2, .h3, h1, h2, h3 {
	  font-weight: 400;
	  color: #333;
  }

  .text-wrap {
	  white-space:normal;
  }

  img {
	  max-width: 100%;
  }

  .container {
	  background: #fff;
	  padding: 0px;
  }

.main-body > .container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


  /* header styles */

  .main-header {
	  margin-bottom: 0px;
  }



	.header-left.col-md-7 {
	    display: table !important;
	    height: 100px !important;
	}

.header-top .logo-top {
    display: table-cell !important;
    float: none !important;
	padding-top: 30px;
    height: 100%;
    margin-right: 40px !important;
	max-width:none; 
	width:300px; 
	vertical-align: baseline; 
}

.header-tagline {
	text-align: center !important;
}

.header-tagline.pull-left {
    display: table-cell;
    float: none !important;
    height: 100%;
    padding-left: 25px;
    vertical-align: middle;
	padding-top:14px;
}

.secondary-nav, .header-cta {
    display: table;
    float: left;
    height: 30%;
    width: 100%;
}

.header-cta a {
	color: #ce2200;
}

.header-right {
    height: 100px !important;
}

.secondary-nav nav {
    background: #ececec none repeat scroll 0 0;
    border-radius: 0 0 6px 6px;
    float: right;
    overflow: hidden !important;
}

.nav-secondary {
    margin: 0;
    padding-bottom: 0;
}

.header-tagline.pull-left > span {
    color: #444;
    font-size: 16px;
}






 .secondary-nav .list-inline > li {
	padding: 0px;
 }

.secondary-nav nav .nav-secondary li a {
    border-right: 1px solid #fff;
    color: #888;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 18px;
    text-transform: uppercase;
}

.header-cta {
    height: 100%;
	margin-top:10px;
	text-align:center;
}
.navbar {
	border: 0px;
}


@media only screen and (min-width : 768px) {

.navbar-nav > li > a {
    color: #222;
    font-size: 13px;
    font-weight: 700;
	-moz-font-weight: 500;
    margin: 0px 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-nav > li > a {
	position: relative;
	margin: 0px 0;
	padding-bottom: 20px;
}

.navbar-nav > li > a:hover {
	background: #fafafa;
	/*border-bottom: 3px solid red;
	padding-bottom: 17px;
	margin-bottom: -17px;*/
}
/*.dropdown-menu > li > a:hover {
	border-bottom: 3px solid red !important;
	padding-bottom: 13px;
	margin-bottom: 0px;
}*/
.dropdown-submenu > a:before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 5px;
    margin-right: -10px;

}


.navbar-nav > li.contact-us > a:hover:after {
	height: 0px;

}


.header-bottom #navbar > .nav li.contact-us a:hover:after {
		opacity: 0 !important;
}

.header-bottom #navbar > .nav li.contact-us a {
	border: 3px solid transparent !important;
	background: #ce2200 !important;
}

.header-bottom #navbar > .nav li.contact-us a:hover {
	border-color: #ce2200 !important;
	color: #ce2200 !important;
	background: #fff !important;
}


.navbar-nav > li > a:after {
	height: 3px;
	width: 100%;
	position: absolute;
	content: "";
	display: block;
	bottom: -3px;
	left: 0px;
	opacity: 0;
	background: red;
	top:57px;

}

.navbar-nav > li > a:hover:after,
.navbar-nav > li > a:active:after,
.navbar-nav > li > a:focus:after {
	opacity: 1;
	bottom:0px;
}
.dropdown-menu > li > a:hover:after,
.dropdown-menu > li > a:active:after,
.dropdown-menu > li > a:focus:after {
	opacity: 1;
}
.dropdown-submenu > a:hover:before,
.dropdown-submenu > a:active:before,
.dropdown-submenu > a:focus:before {
	opacity: 1;
}

.dropdown-menu > li > a:after {
	height: 3px;
    width: calc(100% + 56px);
    position: relative;
    content: "";
    display: block;
    left: -28px;
    opacity: 0;
    background: red;
    top: 16px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}



.header-bottom > .nav > li {
    display: table-cell !important;
    float: none;
    /*vertical-align: middle;*/
}



.header-bottom  #navbar  > .nav {
    display: table;
    width: 100%;
}
	
.header-bottom #navbar  > .nav > li {
    display: table-cell !important;
    float: none;
    /*vertical-align: middle;*/
}
	
	.header-bottom #navbar  > .nav > .contact-hidden {
    display: none !important;
}
	.contact-hidden {
		display: none !important;
	}
	


.header-bottom #navbar  > .nav li.contact-us a {
    background: #ce2200;
    border: medium none;
    border-radius: 25px;
    color: #fff;
}



    }



/* main */






.form-container.hp-form {
	padding:0px;
	margin:0px;
	box-shadow:none;
}

.hp-form .j-forms {
	margin-top:0px;
	padding:0px;
	box-shadow:none;
	background: none;
}

.hp-form .j-forms .content {
	padding-top: 0px;
	border: none;
}

.hp-form .j-forms .unit {
	margin-bottom: 10px;
	position: relative;
}

form.quote-form .icon-left,
form.quote-form .icon-right {
	height:16px;
	line-height:0px !important;
	top:6px;
	width:32px;
}


form.quote-form .icon-left ~ input, form.quote-form .icon-left ~ textarea {
	padding-left:44px!important;
}

.hasDatepicker {
	cursor:pointer;
}



/* Desktop only condensed quote form */
.hp-form .input textarea {
	height:28px;
	overflow:auto;
	min-height:28px;
	resize:vertical;
	padding:5px 10px!important;
}

.j-forms .input textarea:focus { height:100px; }

.hp-form .j-forms input[type=text], .hp-form .j-forms input[type=password], .hp-form .j-forms input[type=email], .hp-form .j-forms input[type=search], .hp-form .j-forms input[type=url], .hp-form .j-forms textarea, .hp-form .j-forms select {
	-moz-appearance: none;
	background: #fff none repeat scroll 0 0;
	border: 2px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.87);
	display: block;
	font-family: inherit;
	font-size: 12px;
	height: 28px;
	outline: medium none;
	padding: 2px 10px;
	transition: all 0.4s ease 0s;
	width: 100%;
}


.hp-form .j-forms .select i, .j-forms.instant-rate .select i {
	background: none;
	box-shadow: none;
	height: 19px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 4px;
	width: 14px;
}

.j-forms.instant-rate .select i {
	height:22px;
	right: 8px;
	top: 12px;

}

.j-forms .footer {
	background: #fff none repeat scroll 0 0;
	border-bottom: 6px solid #ce2200 !important;
	border-radius: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.21);
	display: block;
	padding: 10px 10px !important;
}

.j-forms .primary-btn,
.j-forms .secondary-btn {
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#fff;
	display:block;
	cursor:pointer;
	float:right;
	font:16px 'Open Sans',Helvetica,Arial,sans-serif;
	height:35px!important;
	margin:10px 0 10px 20px;
	outline:none;
	padding:0 25px;
	white-space:nowrap;
}

.form-header h3 {
    color: #ffffff;
    font-weight: 500;
	margin:10px 4px;
	padding:5px;
}

@media only screen and (max-width: 767px) {

	.hp-form .j-forms input[type=text], .hp-form .j-forms input[type=password], .hp-form .j-forms input[type=email], .hp-form .j-forms input[type=search], .hp-form .j-forms input[type=url], .hp-form .j-forms textarea, .hp-form .j-forms select {
		font-size: 13px;
		height: 34px;
		padding: 5px 15px;
	}
	.j-forms .input textarea {
		height:100px;
		overflow:auto;
		min-height:28px;
		resize:vertical;
	}

	.j-forms .input textarea:focus { height:150px; }

	.hp-form .j-forms .select i {
		height: 20px;
		right: 18px;
		top: 8px;
	}

	.j-forms .footer {
		padding: 10px 25px !important;
	}

	.j-forms .primary-btn,
	.j-forms .secondary-btn {
		height:35px!important;
	}

	.form-header h3 {

		margin:10px 4px;
	}

}
/* END OF CONDENSED CHANGES */






.hp-form .j-forms .select i::after, .hp-form .j-forms .select i::before, .j-forms.instant-rate .select i::after, .j-forms.instant-rate .select i::before {
border-left: 3px solid transparent;
border-right: 3px solid transparent;
content: "";
position: absolute;
right: 2px;
}


.hp-form .j-forms .icon-right {
display: none;
}

.hp-form .j-forms .select.success-view i {
background: none;
border: none;
box-shadow: none;
}

.hp-form .j-forms .footer {
padding: 0px;
background: none;
border: none;
}

.hp-form .j-forms {
padding-bottom: 0px;
border-bottom: none !important;
margin: 0px;
}

.hp-form .j-forms .footer {
border: none !important;
}




							 .page-sidebar form {
								 margin-top: 0px !important;
							 }

							 .page-sidebar .sidebar-quote-widget {
								box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
								background: #f9fafd;
								padding-top: 10px;
								margin: 0px -10px;
							 }



		.page-sidebar .j-forms {
		margin-top:0px;
		padding:0px;
		box-shadow:none;
		background: none;
		}

		.page-sidebar .j-forms .content {
			padding-top: 0px;
			border: none;
		}

		.page-sidebar .j-forms .unit {
			margin-bottom: 10px;
			position: relative;
		}

		.page-sidebar .j-forms input[type="text"], .page-sidebar .j-forms input[type="password"], .page-sidebar .j-forms input[type="email"], .page-sidebar .j-forms input[type="search"], .page-sidebar .j-forms input[type="url"], .page-sidebar .j-forms textarea, .page-sidebar .j-forms select {
			-moz-appearance: none;
			background: #fff none repeat scroll 0 0;
			border: 2px solid rgba(0, 0, 0, 0.12);
			border-radius: 3px !important;
			box-sizing: border-box;
			color: rgba(0, 0, 0, 0.87);
			display: block;
			font-family: inherit;
			font-size: 13px;
			height: 34px;
			outline: medium none;
			padding: 5px 15px;
			transition: all 0.4s ease 0s;
			width: 100%;
		}

		.page-sidebar .j-forms .select i::after, .page-sidebar .j-forms .select i::before {
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			content: "";
			position: absolute;
			right: 2px;
		}

		.page-sidebar .j-forms .select i::after, .j-forms .select i::before {
			border-left: 3px solid transparent;
			border-right: 3px solid transparent;
			content: "";
			position: absolute;
			right: 2px;
		}

		.page-sidebar .j-forms .select i {
			background: none;
			box-shadow: none;
			height: 20px;
			pointer-events: none;
			position: absolute;
			right: 14px;
			top: 8px;
			width: 14px;
		}

		.page-sidebar .j-forms .icon-right {
			display: none;
		}

		.page-sidebar .j-forms .select.success-view i {
			background: none;
			border: none;
			box-shadow: none;
		}

		.page-sidebar .j-forms .footer {
			padding: 0px;
			background: none;
			border: none;
		}

		.page-sidebar .j-forms {
			padding-bottom: 0px;
			border-bottom: none !important;
			margin: 0px;
		}

		.page-sidebar .j-forms .footer {
			border: none !important;
		}








.main-body .container-inner {
	padding: 30px 50px 0px;
}


.main-body section {

	padding: 40px 0px;

}


.no-padding {
	padding: 0px !important;
}

.form-container {
    background: #f6f7f9 none repeat scroll 0 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    padding: 20px 40px;
    position: relative;
	margin-top: -80px;
    z-index: 1000;
    border-bottom: 4px solid #ce2200;
	border-radius:3px;
}

.form-container > div {
    position: relative;
}


.form-header {
    padding-bottom: 0px;
	margin:-10px -10px;
	/* Permalink - http://colorzilla.com/gradient-editor/#ed7d7f+0,ff595c+40,ff070b+100 */
	/* background: #ed7d7f; /* Old browsers */
	/* background: -moz-linear-gradient(top, #ed7d7f 0%, #ff595c 40%, #ce2200  100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, #ed7d7f 0%,#ff595c 40%,#ce2200  100%); /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, #ed7d7f 0%,#ff595c 40%,#ce2200  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7d7f', endColorstr='#ff070b',GradientType=0 ); /* IE6-9 */
	background:#ce2200;
}
.compact-header {
	margin: -20px 0px 5px !important;

}

.form-header .sub {
    color: #888;
    font-size: 18px;
    font-weight: 300;
}

.form-wrapper input, .form-wrapper select {
    border: 1px solid #c6c6c6;
    border-radius: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 39px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0 10px;
    width: 100%;
}

.form-wrapper textarea {
	margin-bottom: 10px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

.submit-btn {
    border: medium none !important;
    font-size: 14px;
    height: auto !important;
    margin-left: 0;
    margin-top: 20px;
    padding: 13px !important;
    border-radius: 50px !important;
    overflow: hidden;
}


.form-group {
    margin-bottom: 15px;
}

.home-intro {
	padding: 0px 0px !important;
	padding-bottom: 40px !important;
}

.home-intro.fullw > .container-inner {
	padding-top:10px;
}

.home .home-intro {
	padding-bottom: 0px !important;
}

.home .home-main {
	padding-top: 0px;
}
.home .home-main .container-inner {
	padding-top: 0px;
}

.form-container {
	position: relative;
	overflow: hidden;
}

.form-container::before {
    background: rgba(0, 0, 0, 0) url("images/form-car.png") no-repeat scroll center bottom;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.form-container .form-group input, .form-container .form-group select {
    border-radius: 0;
    margin-bottom: 0;
    margin-top: -1px;
}

.form-container .form-group input:focus {
	border-color: red !important;
}

.form-wrapper input, .form-wrapper select {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0 10px;
    width: 100%;
}



.nav.nav-tabs li {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    float: none;
    margin-bottom: 0;
    width: 100%;
}

.hp-info {
	margin-bottom:-100%;
	left:50%;
	width:50%;
	bottom:65px;
}

.info-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
	z-index:2;
}

.text-sm {
    color: #777;
    display: block;
    margin-top: 20px;
    text-align: center;
}


.section-headline {
    display: block;
    margin-bottom: 10px;
}
.ins-headline {
	margin-bottom: -20px;
}

.section-headline h3 {
    margin-top: 15px;
}

.info-block {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.info-block .img-circle.img-sm {
    height: 140px;
    margin-right: 30px;
    overflow: hidden;
    width: 140px;
}

.info-block .img-circle.img-sm img {
    height: 100%;
}

.home-usp.section-sm {
    background: #f7f7f7 none repeat scroll 0 0;

padding: 30px 0;
}

#int-shipping p {
    color: #333;
    font-size: 17px;
    line-height: 28px;
}

#int-shipping h3 {
    line-height: 36px;
    margin-top: -3px;
}

#int-removals p {
    color: #333;
    font-size: 17px;
    line-height: 28px;
}

#int-removals h3 {
    line-height: 36px;
    margin-top: -3px;
}


.main-body section {

    padding: 40px 0;
}

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

.footer-cta, .footer-cta-home{
    background: #1f3d87 none repeat scroll 0 0;


    overflow: hidden;
    width: 100%;
}

.home-slider  {
	background: #222;
	z-index:10;
}

.bx-wrapper {
	padding: 0px;
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	padding: 0px;
	left: 0px;
	background: #222;
}

.bx-wrapper .bx-viewport img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: 0px 0px;
}

.bxslider {
    height: 423px;
	overflow:hidden;
}

.bxslider img {
	width: 100%;
}

.bxslider > li {
    height: 100%;
}

.slider-container {
    height: 100%;
}

#slider-prev {
	position: relative;
    top: -150px;
    left: -318px;
}

#slider-next {
	position: relative;
    top: -150px;
    right: -18px;
}

.caption-container {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.inn {
    display: table;
    height: 100%;
    width: 100%;
}

.slide-caption {
    display: table-cell;
    vertical-align: bottom;
}

.caption-box {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    margin: 20px;
    padding: 10px 20px;
    width: 50%;
}

.caption-box > h2 {
    color: #fff;
    margin: 5px 0px 5px 0px;
}

.caption-box > p {
    opacity: 0.7;
}

.info-box {
    background: rgba(255, 255, 255, 0.89) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
}


.learn-more {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff !important;
    font-weight: 600;
    left: 0;
	height: 50px;
	line-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
	bottom: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.info-box:hover .learn-more {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

	bottom: 0px;

}


.main-nav-scrolled .container {
	background: none !important;
}

.main-nav-scrolled #navbar {
  background: rgba(255,255,255,0.96);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;

}


.btn {
    background-color: #ce2200;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 0 0 inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    line-height: 145%;
    margin: 0 4px;
    overflow: hidden;
    padding: 10px 24px;
    position: relative;
    text-transform: uppercase;
    background: #ce2200;
}

.btn-lg {
  font-size:14px;
  padding:12px 32px;
}

.header-bottom .nav li.contact-us a {
    background: #ce2200 none repeat scroll 0 0;
    border: medium none;
    border-radius: 25px;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-cta > span {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	margin-top:15px;
}

.header-bottom .container {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}

.submit-btn {
    border: medium none !important;
    font-size: 14px;
    height: auto !important;
    margin-left: 0;
    margin-top: 20px;
    padding: 13px !important;
}

.highlight,a {
	color: #ce2200;
}

.caption-box a{
	color:#51AFFF;
}





	  .main-body section {
		  position: relative;

	  }

	  .outside {
		  position: absolute;
		  bottom: 10px;
		  right: 30px;
		  background: rgba(0,0,0,0.1);
		  z-index: 1000;
	  }

.form-wrapper input[type=submit] {
	border-radius: 25px !important;
	font-size: 13px;
	background: #ce2200;
}


.active .animation.animated-item-1 {
  -webkit-animation: fadeInRight 300ms linear 300ms both;
  -moz-animation: fadeInRight 300ms linear 300ms both;
  -o-animation: fadeInRight 300ms linear 300ms both;
  -ms-animation: fadeInRight 300ms linear 300ms both;
  animation: fadeInRight 300ms linear 300ms both;
}

.shipping-options {
	background: #f9f9f9;
	background: #f6f7f9;
	padding-top:5px!important;
	padding-bottom:25px!important;
	overflow:visible;
}
.shipping-options .nav-tabs {
	border-radius:2px;
}
#container-nav-tab,
#container-nav-tab a {
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}

#landrover-nav-tab,
#landrover-nav-tab a {
	border-bottom-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}


.nav-tabs {
	border-bottom: none !important;
	border: none !important;
}

.shipping-options .nav-tabs li a.active {
	background: #1f3d87;
	color: #fff !important;
}

.tab-content > .tab-pane {
    padding-left: 20px;
    width: 69%;
}

.nav.nav-tabs li {
	border-bottom: none !important;
}

.shipping-options .nav-tabs li a {
	background: #fff;
	border: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
	outline: none !important;
	color: #444;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	margin-right: 0px;
}

.shipping-options h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}

.nav.nav-tabs {
    margin-top: 20px;
}


.info-block .info-content {
	padding-top: 20px;
}

.info-block .info-content h4 {
	font-weight: 600;
}



.info-content p {
	color: #888;
	font-size: 15px;
	line-height: 23px;
}


.footer-cta, .footer-cta-home {
	background: #1f3d87;
	position: relative;
	padding:40px;
}

.footer-cta:before, .footer-cta-home:before {
	content: "";
	background: url("/images/logos.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	opacity: 0.1;
	background-position:0px 0px;
}


.widget-title {
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.footer {
    border-bottom: 2px solid #dd5e1c;
    padding: 60px 0 !important;
	background:white;
}

.widget ul li a {
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer li, .footer a {
    font-size: 14px;
    line-height: 24px;
}

.footer-main-cta img {
    margin-bottom: 20px;
}

.cta-list li {
    display: block;
    margin-bottom: 5px;
}

.copyright {
    color: #aaa;
    font-size: 13px;
    line-height: 21px !important;
}

#roro-shipping {
    background: rgba(0, 0, 0, 0) url(images/car_container.png) no-repeat scroll right bottom / 40% auto;
	padding-top:5px;
	padding-bottom:55px;
}

.container-img {
    bottom: -60px;
    position: absolute;
    right: -45px;
    width: 290px;
	height:auto;
}

.bike-img {
	bottom: -65px;
	right: -20px;
	width: 240px;
	height:auto;
}
.r-rak-img {
	bottom: -110px;
    position: absolute;
    right: 124px;
    width: auto;
    height: 100px;
}
.r-rak-img2 {
	bottom: -28px;
    position: absolute;
    right: -40px;
    width: auto;
    height: 179px;
	display:none;
}

.air-freight-img {
    bottom: -80px;
    position: absolute;
    right: 20px;
    width: 310px;
    height: auto;	
}

.air-freight-pane p {
	max-width: 450px;
}

.roro-vessel-img {
	bottom: -40px;
	right: -35px;
	width: 300px;
	height: auto;

}
.motorhome-img {
	bottom: -50px;
    width: 242px;
    height: auto;
    right: -13px;
}

.landrover-img {
	bottom:-115px;
	width:275px;
}
.tab-pane.r-rak-pane {
	width:95%;
}


.brands-img {
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
}

.brands-img img {
    height: 100%;
    width: 100%;
}


.main-body {
    margin-top: 10px;
}

.outside span {
    background: rgb(0 41 191 / 70%) none repeat scroll 0 0;
    color: #000 !important;
    display: inline-block;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    text-align: center;
    width: 50px;
}

.outside a {
    color: #fff !important;
    display: block;
    outline: none;
}

.outside {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: absolute;
    z-index: 1000;
}

.form-wrapper input[type=submit] {
	border: 3px solid transparent !important;
}

.form-wrapper input[type=submit]:hover {
	border-color: #ce2200 !important;
	background: #fff;
	color: #ce2200 !important;
}



/* single pages */


.page-sidebar .widget > h3 {
    background-color: #1f3d87;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    overflow: hidden;
    padding: 14px 19px;
    position: relative;
    text-transform: none;
}

.page-sidebar .widget ul li a {
    display: block;
    font-weight: 700;
    padding: 10px 0 10px 18px;
    position: relative;
    color: #444;
}

.page-sidebar .widget {
	position: relative;
}

.widget ul.menu li a::before {
    content: ">";
    display: block;
    font-family: FontAwesome;
    margin-left: -16px;
    position: absolute;
    transition: all 0.2s ease 0s;
}

.menu.menu-active-linking > li {
    padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);

}



.menu.menu-active-linking > li:last-child {
    border-bottom-width: 2px;

}

.menu.menu-active-linking > li a:hover {
	color: #1f3d87;
	text-decoration: none;
}


/* widget cta */

.widget-cta {
    background: #1f3d87 none repeat scroll 0 0 !important;
    border-radius: 0;
    /*box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);*/
		box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.14);
    color: #fff !important;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
}


.widget.widget-cta::before {
    background: rgba(0, 0, 0, 0) url("images/car_container.png") no-repeat scroll right bottom;
    border-radius: 6px;
    bottom: 0px;
    content: "";
    height: 100%;
    opacity: 0.15;
    position: absolute;
    right: 0;
    width: 100%;
	z-index: 10;
}

.widget-intro {
    padding-bottom: 40px;
    padding-top: 30px;
}

.widget-intro a {
	color:#ffffff;
	font-weight:800;
}

.widget-intro a:hover{
	color:#ffffff;
}

.cta-links {
    background: #1f3d87 none repeat scroll 0 0 !important;
    margin: 20px -20px -25px;
    position: relative;
    z-index: 10;
}

.cta-call {
    background: #fcfcfc none repeat scroll 0 0 !important;
    margin: 0px;
    position: relative;
    z-index: 10;
	padding:2px;
}

.cta-call li.telephone a{
    background: #fcfcfc none repeat scroll 0 0 !important;
    margin: 0px;
    position: relative;
    z-index: 10;
	padding:2px!important;
}

.cta-call a {
	padding: 3px;
}

.widget-intro.call {
    padding-top: 0px;
    padding-bottom: 20px;
}

.widget-intro {
    padding-bottom: 40px;
    padding-top: 30px;
	z-index: 10;
	position:relative;
}

.widget-intro h3 {
    color: #fff;
    font-weight: 600;
}

.widget-intro .sub {
    opacity: 0.8;
}

.home-featured-header {
	min-height: 200px;
	background: #222;
}

.home-featured-header {
    background: rgba(0, 0, 0, 0) url("/images/roro-banner.jpg") no-repeat 0px 0px / cover;
}

.land-rover-home-featured-header {
	background: url(images/makes/land-rover-banner.jpg) center no-repeat;
    background-size: cover;
}
.mercedes-home-featured-header {
	background: url(images/makes/mercedes-banner.jpg) right no-repeat;
}
.bmw-home-featured-header {
	background: url(images/makes/bmw-banner.jpg) right no-repeat;
}

.home-featured-header.cyprus {
	background: url('/images/destinations/cyprus-flag.jpg') center 0px;
}

/* inner content */

.section-headline h2 {
    font-weight: 400;
    margin-bottom: 0;
}

.section-headline h3 {
    margin-top: 10px;
}

.page-sidebar {
    padding-right: 30px;
}

.banner-text {
	margin-top: -96px;
}

.menu.menu-active-linking {
    background: #fcfcfc none repeat scroll 0 0;
    margin-top: -5px;
}

.menu.menu-active-linking > li:hover {
	padding-left: 40px;
}

.page-sidebar .widget > h3 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d4c93+0,1f3d87+100&amp;0.75+0,1+100 */
background: -moz-linear-gradient(top,  rgba(45,76,147,0.5) 0%, rgba(31,61,135,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,76,147,0.5)), color-stop(100%,rgba(31,61,135,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(45,76,147,0.5) 0%,rgba(31,61,135,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(45,76,147,0.5) 0%,rgba(31,61,135,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(45,76,147,0.5) 0%,rgba(31,61,135,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(45,76,147,0.5) 0%,rgba(31,61,135,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2d4c93', endColorstr='#1f3d87',GradientType=0 ); /* IE6-9 */

}


.footer-cta h3, .footer-cta span, .footer-cta-home h3, .footer-cta-home span {
    color: #fff !important;
}




.dropdown-menu {
  border-radius: 0 !important;
    margin-top: 0;
    padding: 0;
z-index:9999;
border: none;
}

.dropdown-menu.large {
	width:330px;
}

.dropdown-menu.large > li > a {
    clear: none;
    float:left;
    width:50%;
}

.dropdown-menu.large > li > a.last {
    width:100%;
    clear:both;
    text-align:center;
}



.dropdown-menu > li > a {
    border-bottom: 1px solid #eee;
    clear: both;
    color: #333;
    display: block;
    font-weight: 700 !important;
    line-height: 1.42857;
    padding: 15px 28px;
    white-space: nowrap;
    z-index:9999;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}

/* Updated Nav styles */

	.dropdown-submenu { position: relative; }
	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu.pull-left { float: none; }
	.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
	}
	.dropdown.open > a:after {
		opacity: 1;
	}
	.dropdown-submenu.open > a:after {
		opacity: 1;
	}
	/*.dropdown > a { border-color:red; }*/
	/*.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { border-color: red; }*/


.content-img.pull-left,
.content-img.pull-right {
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-img.pull-left {

    margin-right: 20px;

}

.content-img.pull-right {
	margin-left: 20px;
}

.content-img.full {
	width:100%;
}


/* price tables */





	/* COMMON PRICING STYLES */
		.panel.price,
		.panel.price>.panel-heading{
			border-radius:0px;
			 -moz-transition: all .3s ease;
			-o-transition:  all .3s ease;
			-webkit-transition:  all .3s ease;
		}

		.panel.price:hover{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2);
		}
		.panel.price:hover>.panel-heading{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
		}


		.panel.price>.panel-heading{

		}

		.price .list-group-item{
			border-bottom-:1px solid rgba(250,250,250, .5);
		}

.panel.price, .panel.price > .panel-heading {
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
		.panel.price .list-group-item:first-child {
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}

		.price .panel-footer {
			color: #fff;
			border-bottom:0px;
			background-color:  rgba(0,0,0, .1);
			box-shadow: 0px 3px 0px rgba(0,0,0, .3);
		}


		.panel.price .btn{
			box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
			border:0px;
		}

	/* green panel */


		.price.panel-green>.panel-heading {
			color: #fff;
			background-color: #57AC57;
			border-color: #71DF71;

		}


		.price.panel-green>.panel-body {
			color: #fff;
			background-color: #65C965;
		}


		.price.panel-green>.panel-body .lead{

		}

		.price.panel-green .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;

		}

		/* blue panel */


		.price.panel-blue>.panel-heading {
			color: #fff;
			background-color: #608BB4;
			border-color: #78AEE1;

		}


		.price.panel-blue>.panel-body {
			color: #fff;
			background-color: #73A3D4;
		}


		.price.panel-blue>.panel-body .lead{

		}

		.price.panel-blue .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;

		}

		/* red price */


		.price.panel-red>.panel-heading {
			color: #fff;
			background-color: #D04E50;
			border-color: #FF6062;

		}


		.price.panel-red>.panel-body {
			color: #fff;
			background-color: #EF5A5C;
		}




		.price.panel-red>.panel-body .lead{

		}

		.price.panel-red .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;

		}

		/* grey price */


		.price.panel-grey>.panel-heading {
			color: #fff;
			background-color: #6D6D6D;
			border-color: #B7B7B7;

		}


		.price.panel-grey>.panel-body {
			color: #fff;
			background-color: #808080;
		}



		.price.panel-grey>.panel-body .lead{

		}

		.price.panel-grey .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			color: #777;
			font-weight: 400;

		}

		/* white price */


.panel.price {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel.price .btn {
	border: 3px solid transparent !important;
	box-shadow: none !important;
}

.panel.price .btn:hover {
	border-color: #ce2200 !important;
	background: #fff !important;
	color: #ce2200;
}

.price.panel-grey > .panel-heading {
    background-color: #6d6d6d;


    color: #fff;
}

.panel.price > .panel-heading {

    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600;
    text-shadow: none;
}

.panel-heading.text-center > h3 {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}




.panel-heading .lead {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 15px !important;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top: 17px;
}


p.lead strong {
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 38px;
    font-weight: 500;
    margin-top: 20px;
    padding-bottom: 10px;
}

.panel.price .list-group-item:first-child {
    border-top: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 11px;
}

.price.panel-grey .list-group-item {
    background-color: rgba(50, 50, 50, 0.01);
    color: #333;
    font-weight: 300;
    min-height: 46px;
    color: #777;

}

.price .panel-footer {
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
}

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 15px 25px;
}

.panel-wrapper {
    position: relative;
    top: -90px;
}




/* j forms */



.j-forms {
    background: #f6f7f9 none repeat scroll 0 0;
    border-radius: 0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 60px;
    margin-top: -132px;
    position: relative;
    z-index: 1000;
}

.step-fields {
    overflow: hidden;
    padding-bottom: 0;
}

.step-fields .span4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.j-forms .passed-step .steps {
    background: #e5e5e5 none repeat scroll 0 0;
    border: 1px solid #e8eaf6;
    opacity: 0.5;
}


.j-forms .steps {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 3px;
    margin-bottom: 0;
    padding: 15px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.j-forms .steps span {
    color: #1f3d87;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}

form.booking-form .steps p {
    color: #1f3d87;
    line-height: 20px;
	margin-top:10px;
}


.step-fields .span4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.j-forms .active-step .steps {
    background-color: #1f3d87 !important;
    border: 1px solid #303f9f;
    border-radius: 0;
}

.step-fields .span4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.j-forms .steps {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 3px;
    margin-bottom: 0;
    padding: 15px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.j-forms .steps span {
    color: #1f3d87;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}

.j-forms .content {
    padding: 25px 10px 0;
}

.j-row > p {
    clear: both;
    display: block;
    font-size: 15px;
    line-height: 23px;
}

.active-step .steps > span, .active-step p {
    color: #fff !important;
}

.j-forms input[type=text], .j-forms input[type=password], .j-forms input[type=email], .j-forms input[type=search], .j-forms input[type=url], .j-forms textarea, .j-forms select {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-family: inherit;
    font-size: 16px;
    height: 38px;
    outline: medium none;
    padding: 10px 15px;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.j-forms .icon-left, .j-forms .icon-right {
    color: rgba(0, 0, 0, 0.54);
    font-size: 17px;
    height: 27px;
    line-height: 25px !important;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 38px;
    z-index: 2;
}


.blurb {
    font-size: 16px;
    line-height: 27px;
}




/* notice */


.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}





#ui-datepicker-div .ui-datepicker {
padding:0 0 10px;

}

#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
    border: medium none !important;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 30px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 13px;
    width: 29px;
}




#ui-datepicker-div .ui-datepicker-prev {
    border-right: 1px solid;
    left: 10px;
}

#ui-datepicker-div .ui-datepicker-next {
    border-left: 1px solid;
    right: 10px;
}

#ui-datepicker-div .ui-datepicker-title {
    font-size: 14px;
}

.social-lynx {
	width: 141px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	float: none;
}

.social-lynx li {
    display: inline-block;
}

.social-lynx li a {
    background: red none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}

.social-lynx li.youtube a {
    background: #e42124 none repeat scroll 0 0;
}

.social-lynx li.facebook a {
    background: rgb(59, 89, 152) none repeat scroll 0 0;
}

.social-lynx li.instagram a {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background: -o-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}

.social-lynx li.twitter a {
	background: rgb(29, 161, 242) none repeat scroll 0 0;
}



/* form custom */

.pointer {
	cursor:pointer;
}

.text {
	cursor:text
}

.quote-form div.ie-hide {
    position:relative;
    display:inline-block;
    z-index:0
}

.quote-form div.ie-hide:before {
    display:block;
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    height:1.3em;
    width:2em;
    margin:2px;
    background:hite;
    z-index:5;
}


.quote-form select::-ms-expand {
    display: none;
}

.quote-form input,
.quote-form select,
 {
	border: 1px solid rgba(0, 0, 0, 0.22);
}

.quote-form .primary-btn {
	background: #ce2200 !important;
	width: 100%;
	border-radius: 3px !important;
	margin-top: 0px !important;
	margin-bottom: 5px;
}

.quote-form .footer {
	padding-top: 5px !important;
	margin-top: 0px !important;
}

.ui-datepicker {
	width: 288px !important;
}



.form-container .ui-datepicker-calendar {
    display: none;
    }


.unit label.field-title {
	 margin:0px 0px 3px 2px;
	 color:#1f3d87;
	 font-weight:bold;
	 font-size:10px;
 }

label.error {
    color: #b71c1c !important;
    font-size: 12px;
}

 input.error, select.error, textarea.error {
	 background: #ffebee !important;
 }



.hp-form.form-container {
    background: #f6f7f9 none repeat scroll 0 0;
   /* border-bottom: 4px solid #ce2200; */
   /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
    padding: 0px 10px 5px 10px;
    position: relative;
    z-index: 1000;
}


/* Footer - Twitter Widget
====================================*/



#twitter .twitter-text{
	border-left:2px #6c93d6;
	margin-left:5px;
}

#twitter a {color: #2665d0}
#twitter b a, #twitter b a:hover {color: #6c93d6}
#twitter li {line-height: 20px; margin: 2px 0 12px 0;}
#twitter li:last-child {padding: 0; margin: 0;}
#twitter a:hover {color: #6c93d6;}

.chocolat-parent img {
	width: 100%;
}

/* Gallery Styles */
.gallery-social {
	float:right;
	margin:-3px -10px 0px 0px
}

.img-caption {
    background: none;
    color: #454545;
    display: block;
    font-size: 12px;
    margin-top: 0;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
		height:auto;
		position: relative;
		text-shadow: 0px 0px 10px white;
	border-bottom: 1px solid red;
}

.img-caption a {
	text-shadow:none;
	font-weight: 600;
}

.gallery-item {
	margin-bottom: 30px;
    /*box-shadow: 5px 5px 22px 2px rgba(0, 0, 0, 0.2);*/
		box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.14);
	border-radius:2px;
	overflow: hidden;
	    max-width: 640px;
}
.gallery-item img {
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}
.gallery-item span {
	border-bottom-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}
.gallery-img__container {
	max-height: 184px;
}

.gallery-img__container img {
	margin:0 auto 0 auto;
	width:100%;
}


#panel-archive {
	box-shadow: 5px 5px 22px 2px rgba(0, 0, 0, 0.2);
	max-height: 40px;
}

.chocolat-parent {
	margin-left: -15px;
	margin-right: -15px;
}

.image-container {
	height:220px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-container a {
	height:100%;
	width:100%;
}
.tagline {
	margin-top:40px;
}

.fb-width ~ iframe {
	width: 300px !important;
}
.fb-width ~ span {
	width: 300px !important;
}
.fb-width ~ fb_edge_comment_widget iframe {
	width: 300px !important;
}
.gallery-img {
	height:400px;
}
.gallery-item ~ img-caption {
	padding-bottom:none;
}
.gallery-img2 {
	height:auto !important;
	overflow:hidden;
}
.gallery-item2 ~ img-caption {
	padding-bottom:none;
}

/*Interstate quote form styles*/
.field-title {
	margin: 0px 0px 3px 2px;
    color: #1f3d87;
    font-weight: bold;
    font-size: 10px;
}
.main-form .primary-btn {
	background: #ce2200 !important;
    width: 100%;
    border-radius: 25px !important;
    margin-top: 10px !important;
	    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    cursor: pointer;
    float: right;
    font: 16px 'Open Sans',Helvetica,Arial,sans-serif;
    height: 35px!important;
    margin: 10px 0 10px 20px;
    outline: none;
    padding: 0 25px;
  	white-space: nowrap;
}
.main-form .primary-btn > a {
	color:#fff;
}
.main-form p {
	margin:0px;
}
#more-info {
	background:white;
	padding:5px;
	margin-bottom:25px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #e3e3e3;
}
.well {
	border-radius:0px;
}
.at4-share-title {
	text-align:center;
	color:white;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/";
}
.breadcrumb {
	border-radius:0px;
	background-color:#fff;
	border-bottom: 1px solid #eee;
	padding-left:5px;
	float:left;
	margin-bottom:0px;
	padding-top:0px;
}

.breadcrumb li span {
	color: #999999;
}

.breadcrumb li a span {
	color: #ce2200 !important;
}
.box-shadow {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	padding:15px;
	margin-bottom:20px;
	overflow:hidden;
	border: 1px solid #e3e3e3;
}
.title-prev {
	margin-top:5px;
}

.load-hidden {
	max-height:0px !important;
	transition:ease-in 1s;
	-webkit-transition: ease-in 1s; /* Safari */
	overflow:hidden;
}
.load-more {
	max-height:5000px !important;
	transition: ease-in 1s;
	-webkit-transition: ease-in 1s; /* Safari */
	overflow:hidden;
	padding:10px;
	margin:-10px;
	overflow:hidden;
}
.hide-btn {
	visibility:hidden !important;
	opacity:0;
	transition:visibility 1s, opacity 0.5s linear;
}
.btn-container {
	text-align:center;
}
.addthis_blog {
	float:right;
	/*margin-top:-58px;*/
}
.published-on {
	margin-top:20px;
}
.published-on > .glyphicon {
	margin-right:2px;
	position:relative;
	top: 2px;
}
.at-icon-wrapper {
	border-radius: 50%;
}
.share-text {
	position:relative;
	top:28px;
	right:-130px;
	font-style:italic;
	color:#272727;
	width:75px;
}
.share-arrow {
	position:relative;
	top:17px;
	right:-191px;
	color:#807E7E;
}
.right-arrow {
	display:none;
}
.addthis-guides {
	float:right !important;
	margin-top: -91px;
}
.at-label {
	display:none;
}
.at4-recommended-container {
	text-align:center !important;
}
.at4-logo-container {
	display:none !important;
}
.at-recommended-label {
	text-align:center !important;
}
.addthis_relatedposts_inline {
	margin-left:22px;
}
.at-share-btn {
	border-radius:50% !important;
}
.gsc-input-box {
	height:27px !important;
}
.gsc-search-button {
	height:27px !important;
	margin-top:9px !important;
	border-radius: 3px !important;
}
.gsc-input {
	height:22px!important;
	padding-top:2px!important;
}
.gsib_a {
	padding-top:2px!important;
}
.gsc-control-cse {
	margin-left:0px;
	padding:5px !important;
}
.gsc-search-button::before {
	/*content:url(images/search_box_icon.png);*/
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: auto !important;
	height: auto !important;
	border-color: #474747;
	background-color: #474747;
	background-image: none;
	filter: none;
}
.sidebar-top-margin {
	margin-top:26px;
}
.blog-page-header {
	margin-bottom:10px !important;
	margin-top:-5px !important;
	text-align:center !important;
	font-size:31px;
}
.blog-info {
	border-left:1px solid #e3e3e3;
	font-size:16px !important;
	padding-right:95px;
	margin-left:20px;
}
#blog-form .form-container {
	box-shadow: 5px 5px 17px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 17px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 17px 2px rgba(0, 0, 0, 0.2);
}
#blog-title {
	font-size:40px;
	text-align: left;
}
.blog-main-text p {
	text-align: left;
}
.blog-sidebar {
	margin-left: 0px;
}

.blog-list {
	margin-left: 20px;
	list-style:disc;
}
.blog-list li {
	margin-left: 20px;
	font-size:14px;
	font-family: open sans;
}

.fb-widget_blog {
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
    margin-top: 20px;
}

.gsc-adBlock {
	display:none !important;
}
#___gcse_0 {
	margin-right: 0px;
    margin-left: 2px;
    margin-bottom: -5px;
    padding: 5px;
}
.grow { transition: all .2s ease-in-out; }

.grow:hover { transform: scale(1.1); }

#categories {
	border:1px solid #e3e3e3;

	margin-top:20px;
}

#tags {
	border:1px solid #e3e3e3;

}

#quote-widget {
	vertical-align:middle;
	position:fixed;
	color: rgb(255, 255, 255);
    background-color: rgb(206, 34, 0);
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	flex-wrap: no-wrap;
	align-items:center;
	align-content:stretch;
	box-shadow: 0 2px 2px rgba(0,0,0,.2)!important;

	-webkit-animation: gscw-fadeInUp 400ms;
	animation: gscw-fadeInUp 400ms;
	border-radius:2px;
	position:fixed;
	bottom:-65px;
	right:22px;
	z-index:10000;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.blog-widget {
	color: rgb(255, 255, 255) !important;
	padding:10px;
	font-weight:bold;
	margin-right:-21px;
	padding-top:8px;
    font-size: 18px;
}
.blog-widget:focus, blog-widget:hover {
	color: rgb(255, 255, 255) !important;
	text-decoration:underline !important;
}


.widget-close-btn,
.widget-close-btn i {
	transition: bottom 0.5s ease-out;
	cursor:pointer;
}
#widget-close {
    z-index: 1000000;
    color: white;
    position: relative;
    top: -28px;
    right: 0px;
    background-color: rgb(206, 34, 0);
    border-radius: 1px;
    height: 28px;
    width: 25px;
    padding-left: 5px;
    transition: bottom 0.5s ease-out;
    cursor: pointer;
    margin-left: -4px;
}
.widget-icon {
	position:relative;
	top:0px;
	left:-1px;
}
.blog-header {
	text-align:left;
	padding-bottom:8px;
	border-bottom:0px;
	color:#ce2200;
	font-weight:300;
}
.fa-close-btn {
	position:relative;
	top: 2px;

}
.column-left {
	padding-left:0px;
}
.column-right {
	padding-right:0px;
}
.blog-main {
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.1);
    box-shadow: inset 0 0 30px rgba(0,0,0,.1);
}
.blog-head-shadow {
	-webkit-box-shadow:  0px 8px 10px -1px rgba(0, 0, 0, 0.14);
	-moz-box-shadow:  0px 8px 10px -1px rgba(0, 0, 0, 0.14);
	box-shadow:  0px 8px 10px -1px rgba(0, 0, 0, 0.14);


}
.content-box {
	border-radius: 3px;
}

.close2 {
	max-height:24px;
	transition:ease 1s;
	-webkit-transition: ease 1s; /* Safari */
}
.open2 {
	max-height:300px !important;
	transition: ease 1s;
	-webkit-transition: ease 1s; /* Safari */
}
.gsc-input {
	background:none !important;
}
.mb-sidebar {
	padding-top:5px;
}
#instaWidget iframe {
    min-height:400px !important;
    margin: 12px !important;
    padding: 0px !important;
}
#blog-form {
	margin-top: 20px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
	position:static;

}
.form-container {
	margin-left:0px !important;
	margin-right:0px !important;
}
.desktopOnly {
	display:none;
}
.blog-head {
	padding:30px 5px 5px 5px;
}
.blog-head-banner {
	max-height:155px;
}

.video-container {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,.1);
	box-shadow: 0 1px 1px 0 rgba(180,180,180,.1);
	margin:0px auto 0px auto;
	max-width:652px;
	padding:5px;
	float:right;
}

.vjs-default-skin .vjs-big-play-button {
	margin-left: -@big-play-width/2;
	margin-top: -@big-play-height/2;
	left: 50%;
	top: 50%;
}
.video-js {
	height:238px !important;
	width:425px !important;

}
#my-video_html5_api {
	height:auto;
}

.widget-container .widget > h3 {
	background-color: #1f3d87;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    overflow: hidden;
    padding: 14px 19px;
    position: relative;
    text-transform: none;

	width: 540px;
    text-align: right;
    margin-right: -35px;
    float: right;
    border-radius: 2px 0px 0px 2px;
    margin-top: 30px;
    margin-bottom: -25px;

}

.widget-container .widget > h3 {
    background: -moz-linear-gradient(top, rgba(45,76,147,0.75) 0%, rgba(31,61,135,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,76,147,0.75)), color-stop(100%,rgba(31,61,135,1)));
    background: -webkit-linear-gradient(top, rgba(45,76,147,0.75) 0%,rgba(31,61,135,1) 100%);
    background: -o-linear-gradient(top, rgba(45,76,147,0.75) 0%,rgba(31,61,135,1) 100%);
    background: -ms-linear-gradient(top, rgba(45,76,147,0.75) 0%,rgba(31,61,135,1) 100%);
    background: linear-gradient(to bottom, rgba(45,76,147,0.75) 0%,rgba(31,61,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2d4c93', endColorstr='#1f3d87',GradientType=0 );
}

.r-rak-tag {
	font-size:	24px !important;
	color:#505050 !important;
}

#about-us a:focus {
	color:#fff;
}
#about-us a:hover {
	color:#fff;
}
.r-img {
	display:inline-block;
}
.r-img-2 {
	display:none;
}

.mob-home-show {
	display:none;
}
.mob-home-hide {
	display:block;
}
.mob-home-show2 {
	display:none;
}
.mob-home-hide2 {
	display:block;
}

.widget.blog-cta-widget::before {
	bottom:	0px !important;
}

.blog-head::before {
	background: url(../images/blog/roro-cropped.jpg) 0px -5px no-repeat !important;
    /* bottom: 0px; */
    content: "";
    height: 265px;
    opacity: 0.15;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 10;
    top: 0px;
    /* margin-left: 20px; */
	pointer-events: none;
}
.stories-head {
	    padding: 30px 5px 5px 5px;
			overflow: hidden;
}
.stories-head:before {
	background: url(https://www.autoshippers.co.uk/images/blog/ac-buckland/britannia-motors.jpg) no-repeat center;
	background-size: cover;
	background-position-y: 85%;
  /* bottom: 0px; */
  content: "";
  height: 265px;
  opacity: 0.2;
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 10;
  top: 0px;
  /* margin-left: 20px; */
	pointer-events: none;
}

.blog-home-intro {
	overflow:hidden;
}
.default-shadow {
	box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
}




		/*===============================
		Blog Snippet Styles (New Card UI)
		===============================*/

			/*============
			Generic Styles
			============*/
				.card-row {
				  max-width: 900px;
				  margin: 50px auto 0;
				}

				.card {
				  float: left;
				  padding: 0 1.7rem;
				  width: 50%;
				  margin-bottom:35px;
				}
				.card .menu-content {
				  margin: 0;
				  padding: 0;
				  list-style-type: none;
				}
				.card .menu-content::before, .card .menu-content::after {
				  content: '';
				  display: table;
				}
				.card .menu-content::after {
				  clear: both;
				}
				.card .menu-content li {
				  display: inline-block;
				}
				.card .menu-content a {
				  color: #fff;

				}
				.card .menu-content a:hover {
				  text-decoration:none !important;

				}
				.card .menu-content a:focus {
				  text-decoration:none !important;


				}
				.card .menu-content span {
				  position: absolute;
				  left: 50%;
				  font-size: 10px;
				  font-weight: 700;
				  font-family: 'Lato';
				  transform: translate(-50%, 0);
					-webkit-transform: translate(-50%, 0);
				}
				.card .card-wrapper {
				  background-color: #fff;
				  min-height: 540px;
				  position: relative;
				  overflow: hidden;
				  /*box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);*/
				 /* box-shadow: 7px 7px 22px 3px rgba(0, 0, 0, 0.2);
				  -webkit-box-shadow: 7px 7px 22px 3px rgba(0, 0, 0, 0.2);
					-moz-box-shadow: 7px 7px 22px 3px rgba(0, 0, 0, 0.2);*/
					box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.14);
					-webkit-box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.14);
					-moz-box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.14);
				}
				.card .card-wrapper:hover .data {
				  transform: translateY(0);
					-webkit-transform: translateY(0);
				}

				.card .data {
				  position: absolute;
				  bottom: 0;
				  width: 100%;
				  transition: transform 0.3s;
					-webkit-transition: transform 0.3s;
				}
				.card .data .content {
				  padding: 1em;
				  position: relative;
				  z-index: 1;
				  border: solid 2px white;
				  left: -1px;
					width: 101%;
					    min-height: 220px;
				}
				.card .author {
				  font-size: 12px;
				}
				.card .title {
				  margin-top: 10px;
				  margin-bottom:20px;
				  font-size:28px;
				  text-align:left;
				}
				.card .text {
				  height: auto;
				  margin: 0;
				}
				.card input[type='checkbox'] {
				  display: none;
				}
				.card input[type='checkbox']:checked + .menu-content {
				  transform: translateY(-60px);
					-webkit-transform: translateY(-60px);
				}


				/*.card-wrapper:hover .menu-content span {
				  transform: translate(-50%, -10px);
				  opacity: 1;
				}*/
				.card-header {
				  color: #fff;
				  padding: 1em;
				}
				.card-header::before, .example-2 .header::after {
				  content: '';
				  display: table;
				}
				.card-header::after {
				  clear: both;
				}
				.card-header .date {
				  float: left;
				  font-size: 12px;
				}


			/*=================
			Snippet - Checklist
			=================*/
				.snippet-checklist .text {
				  height:auto;
				}
				.snippet-checklist .card-wrapper {
				  background: url(/images/blog/checklist-cropped.jpg) center/cover no-repeat;
				}
				.snippet-checklist .date {
				  position: absolute;
				  top: 0;
				  left: 0;
				  background-color: rgba(16, 20, 126, 0.5);
				  color: #fff;
				  padding: 0.8em;
				}
				.snippet-checklist .date span {
				  display: block;
				  text-align: center;
				}
				.snippet-checklist .date .day {
				  font-weight: 700;
				  font-size: 24px;
				  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
				}
				.snippet-checklist .date .month {
				  text-transform: uppercase;
				}
				.snippet-checklist .date .month,
				.snippet-checklist .date .year {
				  font-size: 12px;
				}
				.snippet-checklist .content {
				  background-color: #fff;
				  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
				}
				.snippet-checklist .title a {
				  color: gray;
				}
				.snippet-checklist .title a:hover {
				  text-decoration:none !important;
				  color:#ce2200;
				  transition:ease 0.3s;
				}
				.snippet-checklist .title a:focus {
					text-decoration:none !important;
				}
				.snippet-checklist .menu-button {
				  position: absolute;
				  z-index: 999;
				  top: 16px;
				  right: 16px;
				  width: 25px;
				  text-align: center;
				  cursor: pointer;
				}
				.snippet-checklist .menu-button span {
				  width: 5px;
				  height: 5px;
				  background-color: gray;
				  color: gray;
				  position: relative;
				  display: inline-block;
				  border-radius: 50%;
				}
				.snippet-checklist .menu-button span::after,
				.snippet-checklist .menu-button span::before {
				  content: '';
				  display: block;
				  width: 5px;
				  height: 5px;
				  background-color: currentColor;
				  position: absolute;
				  border-radius: 50%;
				}
				.snippet-checklist .menu-button span::before {
				  left: -10px;
				}
				.snippet-checklist .menu-button span::after {
				  right: -10px;
				}
				.snippet-checklist .menu-content {
				  text-align: center;
				  position: absolute;
				  top: 0;
				  left: 0;
				  width: 100%;
				  z-index: -1;
				  transition: transform 0.3s;
				  transform: translateY(0);
				}
				.snippet-checklist .menu-content li {
				  width: 33.333333%;
				  float: left;
				  background-color: rgba(16, 20, 126, 0.5);
				  height: 60px;
				  position: relative;
				}
				.snippet-checklist .menu-content a {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-50%, -50%);
				  font-size: 24px;
				}
				.snippet-checklist .menu-content a:hover {
					transition:ease 0.3s;
					top: 25px;
				}
				.snippet-checklist .menu-content a:focus {
					transition:ease 0.3s;
					transform: scale(1.2);
					top: 17px;
					left: 50px;
				}

				.snippet-checklist .menu-content span {
				  top: -10px;
				}


			/*=============================
			Snippet - Best place for expats
			=============================*/
				.snippet-ranked .card-wrapper {
				  background: url(/images/blog/ranked.jpg) center/cover no-repeat;
				  background-position-y: -50px;
				}
				.snippet-ranked .date {
				  position: absolute;
				  top: 0;
				  left: 0;
				  background-color: rgba(16, 20, 126, 0.5);
				  color: #fff;
				  padding: 0.8em;
				}
				.snippet-ranked .date span {
				  display: block;
				  text-align: center;
				}
				.snippet-ranked .date .day {
				  font-weight: 700;
				  font-size: 24px;
				  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
				}
				.snippet-ranked .date .month {
				  text-transform: uppercase;
				}
				.snippet-ranked .date .month,
				.snippet-ranked .date .year {
				  font-size: 12px;
				}
				.snippet-ranked .content {
				  background-color: #fff;
				  /*box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);*/
					box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.2);
					-webkit-box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.2);
					-moz-box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.2);
				}
				.snippet-ranked .title a {
				  color: gray;
				}
				.snippet-ranked .title a:hover {
				  text-decoration:none !important;
				  color:#ce2200;
				  transition:ease 0.3s;
				}
				.snippet-ranked .title a:focus {
					text-decoration:none !important;
				}
				.snippet-ranked .menu-button {
				  position: absolute;
				  z-index: 999;
				  top: 16px;
				  right: 16px;
				  width: 25px;
				  text-align: center;
				  cursor: pointer;
				}
				.snippet-ranked .menu-button span {
				  width: 5px;
				  height: 5px;
				  background-color: gray;
				  color: gray;
				  position: relative;
				  display: inline-block;
				  border-radius: 50%;
				}
				.snippet-ranked .menu-button span::after,
				.snippet-ranked .menu-button span::before {
				  content: '';
				  display: block;
				  width: 5px;
				  height: 5px;
				  background-color: currentColor;
				  position: absolute;
				  border-radius: 50%;
				}
				.snippet-ranked .menu-button span::before {
				  left: -10px;
				}
				.snippet-ranked .menu-button span::after {
				  right: -10px;
				}
				.snippet-ranked .menu-content {
				  text-align: center;
				  position: absolute;
				  top: 0;
				  left: 0;
				  width: 100%;
				  z-index: -1;
				  transition: transform 0.3s;
				  transform: translateY(0);
				}
				.snippet-ranked .menu-content li {
				  width: 33.333333%;
				  float: left;
				  background-color: rgba(16, 20, 126, 0.5);
				  height: 60px;
				  position: relative;
				}
				.snippet-ranked .menu-content a {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-50%, -50%);
				  font-size: 24px;
				}
				.snippet-ranked .menu-content span {
				  top: -10px;
				}
			/*==================
			END - Snippet Styles
			==================*/

#eKomiWidget_default {
	text-align: center;
    margin-top: -72px;
    margin-bottom: 0px;
}


/* Service Info Cards */
.card-transition { transition: .3s cubic-bezier(.3, 0, 0, 1.3) }
.cta-container {
    margin-top: 355px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.info-cta {
    -moz-border-radius: 2px;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    background-clip: padding-box;
    border: 2px solid rgba(40, 68, 138, 1);
    border-radius: 2px;
    color: rgba(104, 111, 194, 1);;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 38px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 2rem;
    text-decoration: none;
    transition: 0.2s ease-out;
}
.info-cta:hover {
    background-color: rgba(40, 68, 138, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.info-cta:hover {
    background-color: rgba(40, 68, 138, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-decoration:none;
}
.info-card {
	background-color: #fff;
	bottom: 0;
	box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
	left: 0;
	margin: auto;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
	width: auto;
	margin-bottom:25px;
	margin-top:25px;
	transition:ease 200ms;
}
.info:hover {
	width: auto;
	transition:ease 200ms;
}
.info-card h2 {
	color: rgba(104, 111, 194, 1);
	font-size: 24px;
	font-weight: 400;
	margin-top: 152px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.info-card h2 a {
	text-decoration:none;
	color: rgba(104, 111, 194, 1);
}
.info-card:hover .cta-container {
	display: inline;
}
.info-card:hover .card-circle {
	border-radius: 0;
	margin-top: -200px;
}
.info-card:hover h2 {
	color: #fff;
	margin-top: 90px;
	padding: 5px;
	transition: ease 200ms;
}
.info-card:hover h2 a {
	text-decoration:none;
	color: #fff;
}
.info:focus h2 a {
	text-decoration:none;
	color: #fff;
}
.info-card:hover h2 small { color: #fff }
.info-card:hover p { margin-top: 210px }
.info-card .card-circle {
	border-radius: 50%;
	height: 400px;
	margin-left: -75px;
	margin-top: -253px;
	position: absolute;
	width: 370px;
}
.info-card p {
	color: rgba(0,0,0,.6);
	font-size: 100%;
	font-weight: normal;
	margin-top: 210px;
	position: absolute;
	text-align: center;
	z-index: 9999;
	padding-left:10px;
	padding-right:10px;
}

/* RoRo Card Styles */
	.roro-card { height: 342px; }
	.roro-card:hover { height: 385px; }
	.roro-card:hover .cta-container { margin-top: 336px; }
	.roro-card .card-circle {
		background: url('/images/roro6.jpg') no-repeat center bottom;
		background-position-y: 185px;
	}
	.roro-card:hover .card-circle { background-position-y: 132px; }
	.roro-card:hover h2 { background: rgba(40, 68, 138, 0.8); }

/* Container Card Styles */
	.container-card { height: 320px; }
	.container-card:hover { height: 360px; }
	.container-card:hover .cta-container { margin-top: 313px; }
	.container-card .card-circle {
		background: url('/images/container6.jpg') no-repeat center bottom;
		background-position-y: 153px;
	}
	.container-card:hover .card-circle { background-position-y: 100px; }
	.container-card:hover h2 { background: rgba(40, 68, 138, 0.65); }

/* R-Rak Card Styles */
	.r-rak-card { height: 340px; }
	.r-rak-card:hover { height: 382px; }
	.r-rak-card:hover .cta-container { margin-top: 335px; }
	.r-rak-card .card-circle {
		background: url('/images/r-rak-showcase-small.jpg') no-repeat center bottom;
		background-position-y: 233px;
		background-position-x: 12px;
		background-size: 90%;
	}
	.r-rak-card:hover .card-circle {
		background-position-y: 180px;
		background-position-x: 12px;
	}
	.r-rak-card:hover h2 { background: rgba(40, 68, 138, 0.65); }

/* Cyprus Card Styles */
	.cyprus-card { height: 380px; }
	.cyprus-card:hover { height: 410px; }
	.cyprus-card .cta-container { margin-top: 385px; }
	.cyprus-card:hover .cta-container { margin-top: 360px; }
	.cyprus-card .card-circle {
		background: url('/images/roro6.jpg') no-repeat center bottom;
		background-position-y: 185px;
	}
	.cyprus-card:hover .card-circle { background-position-y: 152px; }
	.cyprus-card:hover h2 { background: rgba(40, 68, 138, 0.8); }






.nz-r-rak {
	width:70%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.find-my-car {
	background-color:rgba(40, 68, 138, 1) !important;
}
.find-my-car:hover {
	background-color:#3f51b5 !important;
}
.expat-icons-container {
	padding-left:12px;
}
.expat-icons-container .row {
	margin-bottom:20px;
}
.expat-icons-container .col-md-4 {
	/*text-align:center;*/
	display:inline-block;
	margin-bottom:20px;
}
.expat-icons {
	width:50px;
	padding-right:5px;
	display:inline;
}
.expat-desc {
	display:inline;
	position:absolute;
	top:4px;
}
.r-rak-social {
	text-align:right;
	margin-bottom: -60px;
	float:none;
}
.body-padding {
	padding:25px 50px 0px
}


/*'Return to top' Styles*/
#return-to-top {
	position: fixed;
	bottom: 22px;
	right: 22px;
	/*left: 20px;*/
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 2px;/*35px;*/
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 11px;
    top: 9px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
.makes-recent-side {
	text-align:center;
	margin-bottom:15px;

}
.makes-recent-bottom {
	text-align:center;
	height:auto;
	margin-bottom:15px;

}
#scroll-anchor {
	position:absolute;
	top:-25px;
}
.br-responsive-991 {
	display:none !important;
}
.inline-fb-widget {
	width:450px;
	float:right;
	margin-left:20px;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:15px;
	box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 22px 2px rgba(0,0,0,0.2);
}

.car-tracker .j-forms {
	margin-top: 0px;
    padding: 0px;
    box-shadow: none;
    background: none;
}

.inline-form {
	margin-right:30px;
	float:left;
	margin-top:8px;
}

.inline-form .sidebar-quote-widget {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    background: #f9fafd;
    padding-top: 10px;
    margin: 0px -10px;
}
.inline-form .j-forms {
	margin-top:0px;
	padding:0px;
	box-shadow:none;
	background: none;
}

.inline-form .j-forms .content {
	padding-top: 0px;
	border: none;
}

.inline-form .j-forms .unit {
	margin-bottom: 10px;
	position: relative;
}

.inline-form .j-forms input[type="text"],
.inline-form .j-forms input[type="password"],
.inline-form .j-forms input[type="email"],
.inline-form .j-forms input[type="search"],
.inline-form .j-forms input[type="url"],
.inline-form .j-forms textarea,
.inline-form .j-forms select {
	-moz-appearance: none;
	background: #fff none repeat scroll 0 0;
	border: 2px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.87);
	display: block;
	font-family: inherit;
	font-size: 13px;
	height: 34px;
	outline: medium none;
	padding: 5px 15px;
	transition: all 0.4s ease 0s;
	width: 100%;
}

.inline-form .j-forms .select i::after,
.inline-form .j-forms .select i::before {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
	position: absolute;
	right: 2px;
}

.inline-form .j-forms .select i::after,
.j-forms .select i::before {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
	position: absolute;
	right: 2px;
}

.inline-form .j-forms .select i {
	background: none;
	box-shadow: none;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 8px;
	width: 14px;
}

.inline-form .j-forms .icon-right {
	display: none;
}

.inline-form .j-forms .select.success-view i {
	background: none;
	border: none;
	box-shadow: none;
}

.inline-form .j-forms .footer {
	padding: 0px;
	background: none;
	border: none;
}

.inline-form .j-forms {
	padding-bottom: 0px;
	border-bottom: none !important;
	margin: 0px;
}

.inline-form .j-forms .footer {
	border: none !important;
}

.fixed-margin {
	margin-top:80px;
}
.hidden {
	display:none;
}
.br-475 {
	display:none;;
}
.mobile-only {
	display:none;
}
.noScroll {
	overflow:hidden !important;
}
/* Firefox Font-weight fix */
@-moz-document url-prefix() {
  .navbar-nav > li > a {
    font-weight: 500 !important;
  }
  .dropdown-menu > li > a {
	 font-weight: 500 !important;
  }
}


/* Classic car gallery banner */
.cc-gallery {
	margin-top: 20px;
}
.home-featured-header.classic-cars {
	background: url(/images/classics.jpg) no-repeat top / cover;
	background-position-y: 33%;
	min-height: 225px;
}
.section-headline.fullw {
	position:relative;

}

.section-headline.fullw h1 {
	width: 95%;
	font-size: 42px;
	font-weight: 400;
	margin: 0px auto;
}

.section-headline.fullw h2 {
	width:70%;
	font-weight:300;
	margin:5px auto 10px;
}


.section-headline.fullw h1,
.section-headline.fullw h2 {
	color:white;
	text-align:center;
}
.home-featured-header_blue-tint:before {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: rgba(31, 61, 135, 0.65);
}

.home-featured-header_blue-tint_light:before {
  background-color: rgba(31, 61, 135, 0.33);
}

.classic-cars.home-featured-header_blue-tint:before {
	background-color: rgba(31, 61, 135, 0.60);	
}

.page-sidebar.form-offset {
	padding:1px;
}

.page-sidebar.form-offset > .form-collapse {
	margin-top: 15px;
}

.page-sidebar.form-offset > .form-collapse > .sidebar-quote-widget {
	padding-top:0px;
	margin-left:-10px;
	margin-right:0px;
	margin-bottom:10px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.2);
	border-radius: 3px !important;
}

.fullw.lead {
	margin-bottom:15px;
}

.classic-cars #scroll-anchor {
	top:-30px !important;
}

/*.cc-gallery-item.cc-left {
	padding-left: 0px
}
.cc-gallery-item.cc-right {
	padding-right: 0px;
}*/

@media (min-width:992px) and (max-width: 1199px) {
	.page-sidebar.form-offset > .form-collapse > .sidebar-quote-widget {
		max-width: 265px;
    margin-left: -40px;
		margin-right: 15px;
	}
}
@media (min-width:992px) {
	.page-sidebar.form-offset {
		float:left;
		position: relative;
		margin-top: -45px;
	}
}

@media (max-width:1199px) {
	.cc-gallery {
		width: 100%;
		margin: 15px auto 0px;
	}
}

@media (max-width:991px) {
	.page-sidebar.form-offset > .form-collapse {
		margin-top: 0px;
	}
	.top-txt.fullw {
		margin-bottom: 20px;
	}
	.fullw > .form-collapse {
		display: inline-block;
		width: 100%;
	}
	.classic-cars #scroll-anchor {
		top:100px !important;
	}
	.cc-gallery-header {
		text-align: center;
	}
	.content-container.fullw {
		padding-top:25px !important;
	}
}


@media (max-width:550px) {

	.ll-img-container > figcaption{
		font-size: 17px !important;
	}
	.ll-img-desc {
		font-size: 14px !important;
	}
	.ll-img-container figcaption {
		height:155px !important;
	}
	.cc-gallery-item.cc-left {
		padding:0px 0px 0px 5px;
	}
	.cc-gallery-item.cc-right {
		padding:0px 5px 0px 0px;
	}
	.ll-container {
		margin-bottom: 0px !important;
	}
	.lr-gallery-item {
		padding-left: 5px;
		padding-right: 5px;
	}
}



@media (max-width:460px) {

	.section-headline.fullw h1 {
		font-size: 35px;
	}
	.section-headline.fullw hr {
		display: none;
	}
}

@media (max-width:410px) {

	.cc-gallery-item {
		width:100%;
	}
	.cc-gallery-item.cc-left {
		padding:0px 15px;
	}
	.cc-gallery-item.cc-right {
		padding:0px 15px;
	}
	.ll-img-container figcaption {
    height: 200px !important;
	}
}



.page-sidebar.form-offset > .form-collapse > .sidebar-quote-widget > .compact-header {
	margin-top: 0px !important;
	box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.2);
	border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.top-txt.fullw {
	float:right;
	padding:0px;
}

.content-container.fullw {
	padding-top:5px;
}

/*
========== Classic car lazy load gallery ==========
*/

.ll-container {
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-bottom: 15px;
}
.ll-dummy {
	padding-top: 0px; /* forces 1:1 aspect ratio */
	text-align:center;
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
}
.dummy-loaded {
	position:relative;
	top:0px;
	left:0px;
}
.ll-img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	text-align:center; /* Align center inline elements */

	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition: all 0.35s ease;
	border-radius: 3px;
}

.ll-img-container p {
	text-align:center !important;
}

.dummy-loaded .ll-img-container:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: rgba(31, 61, 135, 0.75);

	transition: all 0.35s ease;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	/*-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	transition-delay: 0.35s;*/
}
.ll-img-container:hover figcaption,
.ll-img-container:active figcaption {
	transform: translateY(0px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.ll-img-container figcaption > span,
.ll-img-container figcaption > span {
	opacity:0;
	transition: all 0.35s ease;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.ll-img-container:hover figcaption > span,
.ll-img-container:active figcaption > span {
	opacity: 1;
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	transition-delay: 0.35s;

}

.ll-container:hover .ll-img-container:before,
.ll-img-container:hover:before,
.ll-img-container:active:before {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.ll-img-container img {
	vertical-align: middle;
	display: inline-block;
	border-radius: 3px;
}

.ll-img-container > figcaption {
	position: absolute;
	padding: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	color:white;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 400;

	display: table;
	align-items: center;
	height: 184px;
	width:100%;
	transform: translateY(-184px);
	transition: all 0.35s ease;
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	transition-delay: 0.35s;

	text-align:center !important;

}

.ll-img-container > figcaption > h3 {
	margin:5px;
	color:white;
}
.ll-img-container > figcaption > span {
	height: auto;
	vertical-align: middle;
	display: table-cell;
}
.ll-img-container > figcaption > span > p {
	display: inline-block;
	margin-bottom:5px;
}

.ll-img-container > figcaption hr {
	width:60%;
	margin:0 auto;
}
.ll-img-desc {
	margin:5px;
	color:white;
	font-size: 16px;
	font-weight: 300;
}
.ll-img-desc strong {
	font-weight:400;
}


.top-section {
	background: url(images/car_container.png) no-repeat scroll right bottom / 40% auto;
}

.home-intro-container {
	padding-top:15px !important;
}
.home-associations {
	padding-top:25px !important;
	padding-bottom:50px !important;
}


#trust-usp {
	/*background: #f7f7f7 url(images/car_container.png) no-repeat scroll right bottom / 40% auto;*/
	background: #f7f7f7;

	padding:0px 0px 60px;
}

.trust-usp {
	max-width: 760px;
	float:right;
}

.info-block.trust-usp {
	border-top:none;
}

.trust-usp-img-container {
	border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  /* border: 3px solid #ce2200; */
  margin-right: auto;
  display: block;
  margin-left: auto;
  /* z-index: 10; */
  width: 160px;
  height: 160px;
  background-color: #ce2200;
}

.trust-usp-img {
	position: absolute;
	top: 0px;
	height: 145px;
	width: 145px;
	left: 7.5px;
	right: 0;
	top: 7.5px;
	z-index: 11;
}

/*.trust-usp-img:before {
	content: '';
	display: block;
	height:100%;
	width:100%;
	position: absolute;
	background-color: rgba(255,255,255,0.6);
}*/


.trust-usp > .info-content {
		margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #ce2200;
    border-radius: 2px;
    background-color: rgba(247, 247, 247, 0.8);
    padding: 0px;
		box-shadow: 0px 12px 35px 0px rgba(0, 0, 0, 0.4);
}

.trust-usp > .info-content span {
	color: #000000;
  font-weight: 400;
}

.trust-usp > .info-content p {
	font-size:17px;
	font-weight:300;
	color:#000000;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
	line-height:28px;
}

.trust-usp > .info-content > h4 {
	margin: 0px 0px 6px 117px;
	font-weight:400;
	font-size:24px;
  z-index: 11;
}

.trust-usp > .info-content > .info-content-header {
	background-color: #ce2200;
  color: #fff;
  height: 78px;
  overflow: hidden;

  position: relative;
	width:100%;
  margin: auto;
  z-index: 10;
	margin-top:-3px;
}

.trust-usp > .info-content > .info-content-header::after {
  background: rgba(0, 0, 0, 0) url(images/aston-martin-transparent.png) no-repeat scroll 60% 40%;
  content: "";
  height: 78px;
  position: relative;
  background-size: 140%;
  display: block;
}

.info-content.no-css-shape h4 {
	margin:15px auto 10px;
}

.about-us_container {
	max-width: 1140px;
	margin:auto;
	text-align:justify;
	font-weight: 400;
	padding-right:20px;
	padding-top:5px;
}

.about-us_container > h3 {
	margin-top:0px;
	font-size:42px;
	margin-bottom:15px;
}

.about-us_container > p.lead strong {
	color: inherit;
	display: inline;
	font-size: inherit;
	font-weight: 500;
	margin-top: 0px;
	padding-bottom: 0px;
}


.home-about {
	padding-bottom:0px;
	padding-top:0px;
	/*background: url(../images/container-back.jpg) left 22% / cover no-repeat;
  background-size: 1280px;*/
	background: #f7f7f7;
}

.home-about:before {
	content: '';
	display: block;
	height:100%;
	width:100%;
	top: 0;
	position: absolute;
	background-color: rgba(255,255,255,0.6);
}

.home-about > .container-inner {
	padding-bottom:0px;
	padding-top:40px;
}

.home-r-rak-head {
	background: url(../images/headline-bg.png) 0 50% repeat-x;
	display: block;
	margin: 10px 25px 10px 242px;
}

.home-r-rak-head > h3 {
	display: inline;
	margin-left: -242px;
	font-weight:400;
	font-size:28px;
}
#home-r-rak {
	padding-top:15px;
}
#home-r-rak .r-img {
	float: right;
	margin-top: 10px;
	max-height: 200px;
	width: auto;
	height: auto;
	min-height: 150px;
	padding-left:0px;
	padding-right:0px;
}

@media (min-width:1200px) {
	.home-destinations {
		padding:40px 0px !important;
	}
}

#quote-anchor {
	position: relative;
	top: -50px;
	visibility: hidden;
}

.find-out-more {
	margin-top:-25px;
}

.header-line {
	background: url(../images/headline-bg.png) 0 50% repeat-x;
	display: block;
	margin-left: 530px;
	margin-right: 25px;
	margin-top:10px
}

.header-line h1,
.header-line h2,
.header-line h3 {
	display: inline;
	margin-left: -530px;
}


/*========== Expanding images (e.g. ac buckland story page) ==========*/

.img-zoom {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
	transition: all 0.2s ease;
	cursor:zoom-in;
	position:relative;
}

.img-zoom-x2 {
	transform: translateY(-55%);
	cursor: zoom-out;
	z-index: 10001;
	padding: 0px;
	position: absolute;
	/* top: 0px; */
	width: 100% !important;
	height: auto;
	left: 0px;
}
#img-zoom-background {
	display: block;
	position:fixed;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
	transition: 400ms ease-in-out;
	background-color: rgba(0, 0, 0, 0.0);
	pointer-events: none;
}

.img-zoom-background-active {
	background-color: rgba(0, 0, 0, 0.5) !important;
	transition: 400ms ease-in-out;
	z-index: 10000;
	pointer-events: auto !important;
}

/* ===== Stories Styles ===== */
.home-featured-header.stories-home {
	/*background: url(https://www.autoshippers.co.uk/images/blog/ac-buckland/britannia-motors.jpg) no-repeat center;
	background-size: cover;
	background-position-y: 85%;*/
	min-height: 300px;
	max-height: 400px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background: white;
}
/*.home-featured-header.stories-home::before {
	background: url(https://www.autoshippers.co.uk/images/blog/ac-buckland/britannia-motors.jpg) no-repeat center;
	background-size: cover;
	background-position-y: 85%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}*/

.stories-home > .section-headline {
	min-height: 220px;
	max-height: 320px;
	height: auto;
}
.stories-container .card {
	padding: 0;
}



.stories-content {
	font-size: 16px;
}
.stories-content p {
	line-height: 28px;
	margin-bottom: 10px;
	text-align: justify;
}
.stories-content > .lead {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 35px;
	color: #565656;
	text-align: left;
}
.stories-content > .published-on {
	color: #a2a2a2;
	font-size: 14px;
}
#stories-title {
	font-size: 40px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 0px;
  /*border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;*/
	width: auto;
	margin: auto;
	display: inline-block;
	padding: 7px 15px 7px 61px;
	margin-left: -50px;
	box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.65);
	font-weight: 400;
}
.stories-container-padding {
  padding: 20px 100px 0px !important;
}
.stories-bc {
	padding: 3px 15px 0px 15px;
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid rgba(238, 238, 238, 0);
	border-radius: 0px;
	/*border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;*/
	box-shadow: 5px 5px 12px -3px rgba(0, 0, 0, 0.65);
	margin-top:0px !important;
}
.stories-bc li span {
	color: #484848;
}
.stories-bc>li+li:before {
	color: #484848;
}
.stories-img-container {
	margin: 20px auto 15px auto;
	padding-left: 15px;
  padding-right: 15px;
}
.stories-img-p-right {
	padding-right: 0px;
	float:none;
	width:80%;
}
.stories-img-container.dt-left {
	float: none;
	margin: 10px auto 0px auto;
}
.stories-img-container.dt-right {
	float: none;
	margin: 10px auto 0px auto;
}
.stories-img-p-left {
	padding-left: 0px;
	float: none;
	width:80%;
}
.quoted {
  color: #8a8a8a;
  font-style: italic;
  font-size: 16px;
	display: table;
}
.quoted-small {
  padding-left:25px;
  padding-right:10px;
  display: table;
  margin-left: -10px;
}
.quoted-small::before {
  content: '';
  display: block;
  position: relative;
  background-image: url(https://www.autoshippers.co.uk/images/quoted.svg);
  width: 40px;
  height: 40px;
  margin-bottom: -20px;
  margin-top: -20px;
  top: 12px;
  left: -35px;
  opacity: 0.2;
  pointer-events: none;
}
.quoted-small::after {
  float: right;
  content: '';
  display: block;
  position: relative;
  background-image: url(https://www.autoshippers.co.uk/images/quoted-end.svg);
  width: 40px;
  height: 40px;
  margin-bottom: -20px;
  margin-top: -20px;
  top: 12px;
  right: -30px;
  opacity: 0.2;
  pointer-events: none;
}
.quoted.start {
  padding-left: 25px;
  margin-left: -10px;
}
.quoted.end {
  padding-right: 25px;
}
.quoted.start::before {
  content: '';
  display: block;
  position: relative;
  background-image: url(https://www.autoshippers.co.uk/images/quoted.svg);
  width: 40px;
  height: 40px;
  margin-bottom: -20px;
  margin-top: -20px;
  top: 12px;
  left: -35px;
  opacity: 0.2;
  pointer-events: none;
}
.quoted.end::after {
  float: right;
  content: '';
  display: block;
  position: relative;
  background-image: url(https://www.autoshippers.co.uk/images/quoted-end.svg);
  width: 40px;
  height: 40px;
  margin-bottom: -20px;
  margin-top: -20px;
  top: 12px;
  right: -35px;
  opacity: 0.2;
  pointer-events: none;
}
.fb-position {
  width: 100%;
  float: none;
  display: inline-block;
  padding-right: 0px;
}
.fb-position > .fb-post {
	text-align:center;
}
.citation {
	font-size: 80%;
    position: relative;
    top: -1px;
}
.open-quote {
	cursor: pointer;
	color: #ce2200;
}
.open-quote:hover {
	text-decoration: underline;
}
.box-shadow-1 {
	box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.14);
}
.category {
	display: none;	
}
.stories {
	display: none;	
	color: white;
}
.stories:hover {
	color: white;	
}
#stories {
	margin-top: 20px;	
}
#stories ul {
	/*list-style: inside square;*/
	list-style: none;
  	padding: 0;
  	margin: 0;
}
#stories li {
	padding-left: 1em; 
  	text-indent: -.7em;
	padding-bottom: 5px;
}
#stories li:before {
	content: "-";
	color: 	#868686;
	font-weight: 800;
}

#stories li a {
	margin-left: 5px;	
}

#stories li span {
	font-size: 12px;
    color: #868686;	
}
.responsive-video {
	/* center */
	display: block;
	margin: 10px auto 15px;
	width: 100%;
	height: auto;
}

.responsive-video.float-right {
	float:right;
	margin-left: 15px;
}

.responsive-video.float-left {
	float:left;
	margin-right: 15px;
}

.classic-vid {
	min-width: 230px;
	max-width: 480px;
	min-height: 270px;	
}

.classic-vid_desktop {
	display: block;	
}

.classic-vid_mobile {
	display: none;	
}

/*===== Videos Page =====*/
.videos-outer {
	display: flex;
	flex-wrap: wrap;	
}
.videos-outer .col-lg-4 {
	overflow: hidden;
	padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    box-shadow: 0px 25px 8px -20px #00000026;
}
.videos-outer h3 {
	margin-top: 0px;
	padding: 10px 15px 0px;
	text-align:left;
	font-size: 18px;
	height: 100%;
    background: #fbfbfb;
	margin-left: 15px;
    margin-right: 15px;
}
.videos-outer h3 a {
	font-size: 16px;	
}
.youtube-container { 
	display: block; 
	margin: 20px auto 0px; 
	width: calc(100% - 30px);
    max-width: 600px;
    /* opacity: 0; */
    margin-left: 15px;
    margin-right: 15px;
}
.youtube-player { 
	padding-bottom: 56.25%; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	cursor: pointer; 
	display: block; 
}
img.youtube-thumb { 
	bottom: 0; 
	display: block; 
	left: 0; 
	margin: auto; 
	max-width: 101%; 
	width: 101%; 
	position: absolute; 
	right: 0; 
	top: 0; 
	height: auto 
}
div.play-button { 
	height: 72px; 
	width: 72px; 
	left: 50%; 
	top: 50%; 
	margin-left: -36px; 
	margin-top: -36px; 
	position: absolute; 
	background: url("/gallery/videos/play-button.svg") no-repeat;
	transition: all ease-in-out 250ms;
}
#youtube-iframe { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: -1px;
}
.video-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #00000075;
	top: 0px;
	left: 0px;
	transition:all ease 250ms;
	
	opacity:0;
	pointer-events: none;
	z-index: 0;
}
.click-overlay {
	position: absolute;
	top: 5%;
	left: 2.5%;
	width: 95%;
	height: 75%;
	cursor: pointer;
	pointer-events: none;
	z-index: 0;
	margin: auto;
}
.video-page-quote {    
	height: 40px;
	width: 240px;
	background-color: #ce2200;
	border-radius: 2px;
	margin: 20px auto 0px;
	display: block;
	border-bottom: 2px solid white;
}
.video-page-quote a {
	color: white;
	text-align: center;
	display: block;
	font-size: 20px;
	position: relative;
	top: calc(50% - 12px);
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none !important;
}
.video-page-quote a span {
	font-size: 34px;
	position: relative;
	display: inline-block;
	margin-top: -5px;
	top: 4px;
}
@keyframes videoFadein {
  0% {
	opacity: 0; 
  }

  1% {
	opacity: 0;
  }
  
  100% {
	opacity: 1;  
  }
}

@keyframes videoFadeout {
  0% {
	opacity: 0; 
  }

  1% {
	opacity: 0;
  }
  
  100% {
	opacity: 1;  
  }
}

.image-zoom {
	width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
    transition: all 0.2s ease;
    cursor: zoom-in;
    position: relative;
    left: 0;	
}

.image-zoom_active {
	transform:scale(1.5);
	cursor:zoom-out;
	z-index:10001;
	padding:0px;
	left: 17%;
	top: 1170px;
}

@media only screen and (max-width: 991px) {
	.image-zoom_active {
		transform: scale(1.3);
		left: 0%;
		top: 0px;
	}	
}
@media only screen and (max-width: 768px) {
	.image-zoom {
		cursor: zoom-in;
		cursor:auto;
		z-index: auto;	
	}
	.image-zoom_active {
		transform: scale(1);
		left: 0%;
		cursor:auto;
		z-index: auto;
	}	
}

/*Quick Info Box on country pages*/		
	.quick-info {							
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		background-color: aliceblue;
		background-clip: border-box;
		border: 1px solid #2b468b;
		border-radius: .25rem;
		float:right;
		padding: 0 0;
		margin: 5px;
	}
	.card-body {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;

		min-height: 1px;
		font-size: 14px;
	}
	.card-head {
		padding: 0px;
		background-color: #2b468b;
		margin-bottom: 0px;
		color: white;
		font-weight: 600;
	}
	.card-contents {
		padding: 5px 10px;
		display: inline-block;
		margin: 5px 0px;
		width: 100%;
	}
	.card-quote {
		width: 100%;
		margin: 5px auto;
		text-align: center;
		background-color: #ce2200;
		display: inline-block;
		cursor: pointer;
		animation-duration: 0s;
	}
	.card-quote a {
		color: white;
		font-size: 16px;
		display: block;
		cursor: pointer;
		padding: 5px;
	}
	.card-quote a:hover {
		text-decoration: none;
	}
	.card-title {
		margin: 0px;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 18px;
		font-weight: 600;
	}
	.text-muted {
		color: #6c757d!important;
	}
	.mb-2, .my-2 {
		margin-bottom: .5rem!important;
	}
	.card-text {
		margin-top: 4px;
		margin-bottom: 0;
		font-size: 15px;
		line-height: 18px;
	}	
	.card-link {

		display: inline-block;
	}
	.card-link+.card-link {
		margin-left: 1.25rem;
	}	
	.card-body .left {
		width:50%;
		display: inline-block;
		float: left;
	}
	.card-body .left.full {
		width: 100%;
	}
	.card-body .right {
		width:50%;
		display: inline-block;
		float: right;
		text-align: right;
	}
	.card-body .middle {
		float: none;
		text-align: center;
	}
/*End Quick Info Box*/		
.default-list {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.img-responsive.float-left {
	margin-left: 0;
	margin-right:20px;
}
.img-responsive.float-right {
	margin-right: 0;
	margin-left: 20px;
}
.slider_form {
	margin-top: -130px;
}
.slider_form .book_btn {
	margin-left: 0px;
}

.cta-btm-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background-color: #ce2200;
	opacity: 1;
	padding: 5px;
}
.cta-btm-bar a {
	font-size: 18px;
}
.cta-btm-bar .col-xs-6 {
	padding: 0px;
}
.cta-btm-bar .cta-button {
	border-radius: 0px;
	margin: 0px;
	width: 100%;
}
.transition-on {
	-webkit-transition: all 0.5s ease-out !important;
	-moz-transition: all 0.5s ease-out !important;
	transition: all 0.5s ease-out !important;
}
.transition-off {
	transition: none !important;
}
.btmBar_hide {
	top: auto !important;
	bottom: -60px !important;
	opacity: 0 !important;
}




