@charset "UTF-8";
/*-------------------GENERAL CSS----------------------*/
.centered {
	margin: 0 auto;
	float: none;
}
img.centered { display: block }
.cent { text-align: center; }
.justify { text-align: justify } 
.no-pad {
	padding: 0;
}
a {text-decoration:none;}
a:hover {
	text-decoration:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.35s
}
h1 {
	padding-bottom: 4px;
	border-bottom: 1px solid #d31143;
}
h2, h3 {
	margin-top: 10px;
}
h4 {
	font-weight: bold;
}
body {
	font-size: 15px;
	font-family: 'Raleway', Helvetica, Arial, Sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #222;
}
#page-wrap { background: #222; }
.title-red { color: #d31143; }
.fa-star, .fa-star-half-empty, .fa-star-o { color: #ffcb08; }

/*-------------------BUTTONS---BUTTOFFS----------------------*/
.btn {
	font-family: 'Raleway', Helvetica, Arial, Sans-serif;
}
.btn-gold {
	color: #fff;
	background: #a38e5f;
	border-color: #967717;
	border-radius: 3px;
	text-shadow: none;
}
.btn-gold:hover, .btn-gold:focus {
	color: #D30D3E;
	background: #222;
	border-color: #111;
}
.btn-pink {
	color: #fff;
	background: #D30D30;
	border-color: #e91660;
}
.btn-pink:hover, .btn-pink:focus {
	color: #fff;
	background: #BB052C;
}
.btn-trans {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 3px;
}
.btn-trans:hover, .btn-trans:focus {
	background: #fff;
	color: #193148;
}
/*-------------------BODY STYLES----------------------*/
.content-pad {
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
}
.pad30 { padding: 30px; }
.pad15 { padding: 15px; } 
.pink-bor {
	border-bottom: 1px solid #d31143
}
hr.shr { 
	padding: 0; 
	border: none; 
	border-top: medium double #3c3c3c; 
	color: #d73c3c; 
	text-align: center; 
}
hr.shr:after { 
	content: "\e006"; 	
	font-family: 'Glyphicons Halflings';
	display: inline-block; 
	position: relative; 
	top: -0.7em;
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: #B0A07D; 
}
/*-------------------STYLE THE NAVBAR----------------------*/
.navbar {
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}
@media screen and (max-width: 767px) {
	.navbar { border-top: 10px solid #222; }
}
.navbar-nav li a {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-bottom: 5px solid transparent;
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
	border-color: #d31143;
}
.navbar-nav li.active a, .navbar-nav li.active a:hover, .navbar-nav li.active a:focus {
	color: #d31143 !important;
	background: inherit !important;
}
.navbar-nav .dropdown-menu li a {
	color: #777;
	padding: 10px 25px;
}
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li a:focus {
	color: #333333;
}
@media screen and (max-width: 1199px) {
	.navbar-nav li a { padding-left: 15px; padding-right: 15px; }
}
@media screen and (max-width: 991px) {
	.navbar-nav li a { text-align: center; }
	.navbar-nav li.open .dropdown-menu {
		border-top: 1px solid #E7E7E7;
		border-bottom: 1px solid #E7E7E7;
	}
}
.navbar-logo {
	display: block;
	float: left;
	position: relative;
	width: 115px;
	height: 50px;
}
.logo {
	position: absolute;
	top: 0;
	z-index: 99;
	display: block;
	width: 100px;
}
.social-band {
	padding: 5px 30px;
	font-size: 12px;
	background: #222;
	text-align: right;
}
.social-icon {
	color: #fff;
	border: 1px solid #656565;
	border-radius: 3px;
	padding: 3px 2px;
	margin: 0 2px;
	display: inline-block;	
	font-size: 12px;
}
.social-icon:hover, .social-icon:focus {
	color: #d31143;
	background: #ddd;
}
/*-------------------CAROUSEL----------------------*/
.carousel-wrapper {
	position: relative;
	background: #fff;
}
#slider-wrapper {
	max-width: 1800px;
	margin: 0 auto;
}
/*-------------------BOOKING AREA----------------------*/
.book-box {
	position: absolute;
	top: 35%;
	left: 10%;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
	z-index: 69;
	border: 1px solid #ddd;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.book-box {
		top: 35%; 
	}
}
@media screen and (max-width: 767px) {
	.book-box {
		position: relative;
		top: 0;
		left: 0;
		background: #f4f4f4;
	}
}
.book-box h3 {
	color: #333;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
	padding: 12px 25px;
}
.book-box-inner {
	padding: 15px 0;
}
@media screen and (max-width: 991px) {
	.book-box-inner { padding: 10px 15px; }
}
.book-box-inner .btn { display: block; width: 80%; margin: 0 auto;}
.book-box-inner hr { margin: 15px; }

.book-wrapper {
	background: rgba(255,255,255,.75);
	color: #fff;
	position: absolute;
	z-index: 5;
	padding: 15px 0;
	width: 100%;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3) inset;
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3) inset;
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3) inset;
}
.book-wrapper h2 {
	margin: 0;
	font-size: 32px;
}
.book-wrapper h5 {
	margin-bottom: 0;
}
#booking-buttons {
	padding-top: 10px;
}
/*#booking-buttons .btn {
	float: right;
}*/
#booking-inner .book-wrapper {
	position: relative;
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
	.book-wrapper {
		position: relative;
		background: #f4f4f4;
		border-bottom: 1px solid #eee;
	}
	#booking-buttons {
		text-align: center;
	}
	#booking-buttons .btn {
		float: none;
		margin-bottom: 8px;
	}
}
/*----------------------HOME PAGE SECTIONS----------------------*/
#main_info {
	position: relative;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
	padding: 50px 0;
}

.circle-wedding,
.circle-corporate,
.circle-park,
.circle-airport{
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 50%;
	width: 175px;
	height: 175px;
}

.circle-wedding{
	background: url(/images/site/limoso-wedding.jpg);
	background-size: contain;
}

.circle-corporate{
	background: url(/images/site/limoso-corporate.jpg);
	background-size: contain;
}

.circle-airport{
	background: url(/images/site/limoso-airport.jpg);
	background-size: contain;
}

.circle-park{
	background: url(/images/site/Sea-World-Gold-Coast.jpg);
	background-size: contain;
}

@media screen and (max-width: 767px) {
	#main_info { padding-top: 20px }
}
#services_select {
	padding: 30px 15px;
	background: #eaeaea;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
#testimonials {
	color: #fff;
	background: #2D2A2A;
	background-image: url('/images/site/footer_lodyas.png');
	background-attachment: fixed;
	padding-bottom: 15px;
	font-family: 'Poiret One', cursive;
	text-shadow: 1px 1px rgba(0,0,0,.4);
}
#testimonials .bor-bot { border-bottom: 1px solid #837979; }
#testimonials .bor-top { border-top: 1px solid #837979; }
#testimonials .bor-left { border-left: 1px solid #837979; } 
#testimonials .bor-right { border-right: 1px solid #837979; } 

@media screen and (max-width: 767px) {
	#testimonials .bor-left, #testimonials .bor-right {
		border-right: none;
		border-left: none;
	}
}
blockquote {
	margin: 15px 15px 25px 15px;
	padding: 10px 25px;
	border-left: 5px solid #967717;
}
.quote { 
	padding: 25px;
	font-size: 18px;
	background: rgba(255,255,255,.1);
	border-radius: 4px;
	position: relative;
	margin: 0 20px;
}
.author { 
	font-size: 14px;
	text-align: center;
	color: #999;
}
#our_guarantee {
	text-align: center;
	font-size: 17px;
	color: #fff;
	/*font-family: 'Poiret One', cursive;
	text-shadow: 1px 1px rgba(0,0,0,.4);*/
	background: #B0A07D;
}
/*---------------------------PORTFOLIO------------------------*/
.showcase-item{
	background: #fefefe;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;  
} 
.showcase-item img{
    width: 100%;
    height: auto;
} 
.showcase-item-link {
    display: block;
    position: relative;
}
a.showcase-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}
.showcase-item-link span.showcase-item-hover {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0);
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
 .showcase-item-link span.showcase-item-hover {
	background: #a20f35 url('/images/site/portfolio-hover.png') no-repeat center 120%;
	background: rgba(162,15,53,0.8) url('/images/site/portfolio-hover.png') no-repeat center 120%;
}
.showcase-item-link span.showcase-item-hover:hover{ 
	background-position: center center;
}
.showcase-item-title {
	color: #555;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.showcase-item-title h3 {
	color: #333;
	font-size: 18px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 3px;
}
.showcase-item-title > div:first-child {
	text-align: center;
}
.showcase-item-title > div:last-child {
	border-left: 3px solid #ccc;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.showcase-item-title { height: 135px; } 
	.showcase-item-title > div:last-child { border-left: 0; padding-top: 5px;} 
}
.showcase-item-title .glyphicon {
	color: #d31143;
	font-size: 40px;
}
@media screen and (max-width: 991px) { 
	.showcase-item-title .glyphicon { font-size: 32px; } 
	.showcase-item-title h3 { font-size: 16px; }
} 
/*-------------------HOME VEHICLE SELECT----------------------*/
.vehicle-box {
	color: #fff;
	background: #222;
	padding: 15px;
	margin: 10px;
	border-radius: 3px;
	text-align: center;
	min-height: 370px;
}
.vehicle-box img {
	border: 1px solid #555;
	border-radius: 3px;
}
.icon-group {
	background: #d31143;
	border-radius: 3px;
	overflow: hidden;
}
.icon-group > div {
	text-align: center;
	padding: 3px;
	display: inline-block;
	width: 50%;
	float: left;
}
.icon-group > div:first-child {
	border-right: 1px solid #fff;
}
/*----------------------FLEET PAGE----------------------*/
#carousel-generic {
	max-width: 400px;
}
#vehicle-popout ul {
	color: #808285;
	font-size: 13px;
	padding-left: 15px;
}
.color-choice {
	padding: 3px;
}
.colorb {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.colorb.black { background: #000; }
.colorb.silver { background: #ccc; }
.colorb.white { border: 1px solid #aaa; }
.colorb.navy { background: #121e69; }
/*----------------------FOOTSIES----------------------*/
footer {
	padding: 30px 0;
	color: #fff;
	background: #D30D30;
	font-size: 12px;
}
footer h4 {
	background: #BB052C;
	padding: 8px;
	border-radius: 3px;
}
.no-style {
	padding-left: 10px;
	list-style-type: none;
}
.no-style a { color: #fff; }
.no-style a:hover { color: #fff; text-decoration: underline; }


/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.h-line {
	margin: 0 auto;
	height: 2px;
	width: 95%;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #a19062;
}

.interior-img {
	padding: 15px 0px;
}

.park {
	padding-left: 15px;
	padding-right: 15px;
}