@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html, body {
	font-size: 16px;
	margin: 0;
}
body {
	font-family: "Open Sans", sans-serif;
}

/*Header Menu*/
header {
	background-color: #1a171d;
    position: relative;
    overflow: hidden;
}
#header-menu {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 1030;
    padding: 10px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.75);
}
.transBackground {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 1020;
	width: 100%;
}
.menu-container {
	max-width: 1070px;
	margin: 0 auto;
	position: relative;
	z-index: 1020;
}
.menu-container:after {
	display: block;
	clear: both;
	content: "";
}
#logo {
	float: left;
}
#logo h1 {
    color: #fff;
    margin: 0;
	padding: 0;
    text-align:center;
    text-transform: uppercase;
}
#logo img {
	border: 0;
	text-decoration: none;
}
#logo > a {
	display: block;
	line-height: 0;
}
#logo > a:after {
	content: "";
	display: block;
	clear: both;
}
#logo .logoLarge,
#logo .logoSmall {
	display: inline-block;
	background: url('../images/logo.svg') no-repeat;
}
#logo .logoLarge {
	float: left;
	width: 85px;
	height: 85px;
	background-size: 85px 85px;
}
#logo .tagLine {
	margin: 20px 0 0 10px;
	display: inline-block;
	background: url('../images/tagLine.svg') no-repeat;
	width: 150px;
	height: 40px;
}
#logo .logoSmall {
	display: none;
}
.menu {
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
    text-align: center;
}
.menu li {
    display: inline-block;
}
.menu li a {
	font-size: 0.675rem;
    color: #fff;
	display: block;
    padding: 10px;
	text-decoration: none;
	border: solid 1px transparent;
	text-transform: uppercase;
}
.menu li a:hover {
    border-color: #004ebc;
}
.menu li a.active {
    border-color: #004ebc;
    transition: all 0.50 linear 0s;
}
.menu li a.highlight {
	background-color: #004ebc;
	border-color: #004ebc;
	color: #ffffff;
}
#smSlider {
	display: none;
}
.btn-mob-nav {
	display: none;
}
.wrapper {
	min-height: 400px;
	background-color: #221e1f;
	color: #ffffff;
}
.wrapper.even {
	background-color: #e7e7e7;
	color: #333333;
}
.wrapper a {
	color: #ffffff;
}
.wrapper.even a {
	color: #333333;
}
.module {
	max-width: 1070px;
	margin: 0 auto;
	padding: 125px 25px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 300;
}
.module > h2 {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1.55rem;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
}
.module .topMargin {
	margin-top: 45px;
}
.module .section:after {
	clear: both;
	content: "";
	display: block;
}
#rates .wrapper, 
#fleet .wrapper, 
#services .wrapper, 
#contactus .wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#rates .wrapper {
	background-image: url('../images/backgroundRates.jpg');
	background-position: center;
}
#fleet .wrapper {
	background-image: url('../images/backgroundFleet.jpg');
}
#services .wrapper {
	background-image: url('../images/backgroundServices.jpg');
	background-position: bottom;
}
#rates .wrapper .module, 
#fleet .wrapper .module, 
#services .wrapper .module {
	min-height: 500px;
	color: #ffffff;
	position: relative;
	z-index: 100;
}
#rates .wrapper:after , 
#fleet .wrapper:after, 
#services .wrapper:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.65);
	display: block;
	content: "";
	z-index: 99;
}
#about .section .leftArea {
	float: left;
	width: 220px;
}
#about .section .rightArea {
	margin-left: 220px;
}
#about .descText {
	padding-top: 10px;
	font-size: 1.10rem;
	line-height: 1.5em;
	text-align: justify;
}
#about .secLeft {
	float: left;
	width: 70%;
}
#about .secRight {
	float: left;
	width: 30%;
	text-align: right;
	padding-top: 27px;
}
#about h2.testimonialHeading {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 1.25rem;
    font-weight: 400;
    border-bottom: solid 1px #c3c3c3;
    text-transform: uppercase;
}
.testiSlider {
	font-size: 1rem;
}
.lSAction .lSPrev,
.lSAction .lSNext {
    width: 32px;
    height: 32px;
    display: block;
    top: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
.lSAction .lSPrev {
	background-image: url(../images/arrowLeft.png);
	left: 0;
}
.lSAction .lSNext {
	background-image: url(../images/arrowRight.png);
	right: 0;
}
.btnTopMargin {
	margin-top: 50px;
}
.btnTopMargin.right {
	text-align: right;
}
.slide .elements {
    position: absolute;
	bottom: 20%;
	width: 75%;
	margin: 0 0 0 13%;
	background-color: rgba(0,0,0,0.65);
	font-family: "Open Sans", sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 42px;
	color: #f7f7f7;
	display: inline-block;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #000000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.slide .elements .content {
	position: relative;
	z-index: 1030;
}
.sliderBullets {
	position: absolute;
	bottom: 16px;
}
.sliderBullets div, 
.sliderBullets .av {
	position: absolute;
	width: 16px;
	height: 16px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
}
.sliderBullets div:hover {
	background-color: #999999;
}
.sliderBullets .av {
	background-color: #4b5bbc;
}
.sliderBullets .av:hover {
	background-color: #97a2e6;
}

.userDetail .userPic {
	width: 180px;
	height: 180px;
	border: solid 5px #ffffff;
	-webkit-border-radius: 180px;
	   -moz-border-radius: 180px;
			border-radius: 180px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px #999999;
	   -moz-box-shadow: 0 0 10px #999999;
			box-shadow: 0 0 10px #999999;
}
.userDetail .userPic > img {
	max-width: 100%;
	height: auto;
}
.userDetail .userName {
	width: 180px;
	margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
}
.userDetail .userName .smallText {
	font-size: 1rem;
}
.serviceSection ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.serviceSection ul li {
	display: inline-block;
	margin-right: 50px;
	text-align: center;
}
.serviceSection ul li:last-child {
	margin-right: 0;
}
.serviceSection .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	background-size: 52px 52px;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
}
.serviceSection .corporate {
	background-image: url('../images/iconCorporate.png');
}
.serviceSection .travel {
	background-image: url('../images/iconTravel.png');
}
.serviceSection .wedding {
	background-image: url('../images/iconWedding.png');
}
.serviceSection .event {
	background-image: url('../images/iconEvent.png');
}
.serviceSection .label {
	display: block;
	font-size: .725rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
#whereWeServiceModal .modal-body {
	padding-top: 0;
}
#bookNowModal .modal-body {
	padding: 0 15px;
}
#txtAdditionalInfo {
	min-height: 180px;
}
.mapSection > img {
	width: 100%;
	max-width: 100%;
}
.mapSection .imgMedium {
	display: none;
}
#map_wrapper {
	height: 450px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
.info_content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}
footer {
	background-color: #000000;
}
footer .module {
	padding: 25px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5em;
	font-weight: 300;
	display: flex;
	justify-content: center;
}
footer .secLeft {
	width: 60%;
	align-self: center;
}
footer .secRight {
	width: 40%;
	align-self: center;
}
.socialLinks {
	margin: 0;
	padding: 0;
	list-style: none;
}
.socialLinks li {
	display: inline-block;
	margin-right: 10px;
}
.socialLinks li a {
	width: 30px;
	height: 30px;
	padding: 6px;
	display: block;
	background-color: #a7b1d9;
	border-radius: 20px;
	text-align: center;
}
.socialLinks li a:hover {
	background-color: #ffffff;
}
.socialLinks li .fa {
	color: #1a171d;
	font-size: 1.25rem;
}
.roundTrip {
	display: none;
}
.show {
	display: block;
}
.moduleBtn {
	background-color: #004ebc;
	border: solid 1px #004ebc;
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: 8px 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.moduleBtn:hover {
	background-color: #004ebc;
	border-color: #004ebc;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignJustify {
	text-align: justify;
}
.boldText {
	font-weight: 500;
}
.bolderText {
	font-weight: 600;
}
.boldestText {
	font-weight: 700;
}
.linkUnderline {
	text-decoration: underline;
}
.linkNoUnderline, .linkNoUnderline:hover {
	text-decoration: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearfix {
	clear: both;
	display: block;
}
.mT10{
	margin-top: 10px;
}
.mT15{
	margin-top: 15px;
}
.mT20{
	margin-top: 20px;
}
.mR5{
	margin-right: 5px;
}
.mL5{
	margin-left: 5px;
}
.mR10{
	margin-right: 10px;
}
.posRelative {
	position: relative;
}

.modal {
	font-family: "Open Sans", sans-serif;
	font-size: 0.875rem;
}
.modal .modal-title {
	font-size: 1.5rem;
	text-transform: uppercase;
}
.modal label {
	font-weight: normal;
}
.modal .modal-content {
	background-color: #e7e7e7;
}
.modal .modal-content, 
.modal .btn,
.modal .form-control {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.successMsg {
	padding: 10px;
	margin-bottom: 15px;
	border: solid 1px #a5ce94;
}
.overlay {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 99999;
}
.overlay .loading {
    width: 220px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -110px;
}
.btn-primary, .btn-primary:focus, .btn-primary:active {
	background-color: #004ebc;
	border-color: #004ebc;
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
	.menu li a {
		padding: 10px 5px;
		font-size: 0.625rem;
	}
	#about .secLeft, 
	#about .secRight {
		float: none;
		width: 100%;
	}
	#about .secRight {
		text-align: left;
		padding-top: 25px;
	}
}

@media all and (min-width: 767px) and (max-width: 992px) {
	.mapSection .img {
		display: none;
	}
	.mapSection .imgMedium {
		display: block;
	}
	#about .secLeft, 
	#about .secRight {
		float: none;
		width: 100%;
	}
	#about .secRight {
		text-align: left;
		padding-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	#lgSlider {
		display: none;
	}
	#smSlider {
		display: block;
	}
	#header-menu {
		padding: 10px;
	}
	#logo {
		float: none;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 1040;
	}
	#logo > a {
		line-height: 1;
		text-decoration: none;
	}
	#logo .logoLarge,
	#logo .tagLine {
		display: none;
	}
	#logo .logoSmall {
		background-size: 100% 100%;
		display: block;
		width: 60px;
		height: 60px;
	}
	#logo .logoSmall h2 {
		margin: 0;
		padding: 0;
		font-size: 1rem;
		color: #ffffff;
		font-family: "Open Sans", sans-serif;
		text-transform: uppercase;
		line-height: 1.5;
		font-weight: 400;
	}
	#logo .logoSmall span {
		font-size: 0.65rem;
		color: #ffffff;
		font-family: "Open Sans", sans-serif;
		line-height: 1;
	}
	#logo .logoLarge {
		display: none;
	}
	.menu-container {
		position: static;
		max-width: 100%;
	}
	.btn-mob-nav {
		display: inline-block;
		float: left;
		color: #ffffff;
		width: 26px;
		height: 26px;
		text-align: center;
		position: relative;
		z-index: 1020;
		border: solid 1px #ffffff;
		-webkit-border-radius: 30px;
		   -moz-border-radius: 30px;
				border-radius: 30px;
	}
	.btn-mob-nav:hover,
	.btn-mob-nav:focus {
		color: #ffffff;
	}
	.btn-mob-nav .fa {
		font-size: .875rem;
	}
	.menu {
		background-color: rgba(0,0,0,0.75);
		overflow-y: auto;
		display: none;
		float: none;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.menu.show {
		position: absolute;
		top: 46px;
		left: 0;
		right: 0;
		width: 100%;
		display: block;
	}
	.menu li {
		display: block;
	}
	.menu li a {
		border-bottom: solid 1px transparent;
		margin: 0 10px;
		font-size: 0.75rem;
		text-align: left;
	}
	.menu li a:hover, .menu li a.highlight:hover {
		border-color: transparent;
		background-color: #004ebc;
	}
	.menu li a.active {
		border-color: transparent;
		background-color: #ffffff;
		transition: all 0.50 linear 0s;
	}
	.slide .elements {
		width: 100%;
		left: 0;
		bottom: 0;
		margin: 0;
		font-size: 16px;
		line-height: normal;
		padding: 10px;
	}
	.wrapper {
		min-height: auto;
	}
	.module .topMargin {
		margin-top: 20px;
	}
	#services .wrapper {
		background-color: #000000;
		background-image: url('../images/backgroundServices_small.jpg');
		background-position: top;
		background-size: 800px 350px;
	}
	#rates .wrapper .module, 
	#about .wrapper .module, 	
	#fleet .wrapper .module, 
	#services .wrapper .module, 
	#contactus .wrapper .module {
		min-height: auto;
		font-size: 1rem;
		padding: 75px 20px;
		text-align: left;
		word-wrap: break-word;
	}
	#about .section .leftArea {
		float: none;
		width: 100%;
		text-align: center;
	}
	#about .section .rightArea {
		margin: 20px 0 0 0;
	}
	#about .descText {
		font-size: 1rem;
	}
	#about .secLeft {
		min-height: 100px;
	}	
	#about .secLeft, 
	#about .secRight {
		float: none;
		width: 100%;
	}
	#about .secRight {
		text-align: center;
	}
	.module > h2 {
		font-weight: 400;
	}
	.btnTopMargin {
		margin-top: 45px;
	}
	.btnTopMargin.right {
		text-align: left;
	}
	#about .btnTopMargin {
		text-align: center;
	}
	.userDetail .userPic,
	.userDetail .userName {
		margin: 0 auto;
	}
	.userDetail .userName {
		margin-top: 10px;
	}
	.serviceSection ul {
		padding-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.serviceSection ul li {
		width: auto;
		min-width: 130px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.mapSection .imgMedium {
		display: block;
	}
	.mapSection .img {
		display: none;
	}
	footer .module {
		padding: 20px;
		text-align: left;
	}
	footer .secLeft {
		line-height: normal;
	}
}