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

/*Global css*/
* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
	line-height: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
	transition: all 1s ease 0s;
}
a:focus {
	outline: none;
}
a {
	outline: none;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h5 {
	font-family: 'MyriadProBold';
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 13px;
	padding-bottom: 36px;
	text-transform: uppercase;
}
p {
	font-family: 'MyriadProRegular';
	font-size: 20px;
	color: #515151;
	padding-bottom: 22px;
	line-height: 30px;
}
.btn {
	font-family: 'MyriadProBold';
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #fff;
	min-width: 252px;
	padding: 13px;
	letter-spacing: 3px;
}
.btn:hover, .btn:focus {
	background-color: #ffff;
	color: #b30000;
	border-color: #fff;
}
.blackColor {
	color: #191919;
}
.navbar {
	line-height: none;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: transparent;
	border: none;
	border-radius: 0;
	min-height: inherit;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.navbar.headerFix {
	background-color: #000;/*background-image: url(../img/header-repeat.png);
background-repeat: repeat;*/
}
.headerFix.navbar-default .navbar-nav > li > a {
	line-height: 60px;
}
.logo img {
	width: 373px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.headerFix .logo img {
	width: 175px;
}
.navbar-brand {
	display: none;
}
.navbar-right {
	float: none !important;
	margin-right: 0;
}
.navbar-nav {
	float: none;
	text-align: center;
}
.navbar-nav > li {
	display: inline-block;
	float: none;
}
.navbar-default .navbar-nav > li {
}
/*.navbar-default .navbar-nav > li:nth-child(4) {
padding-top:20px;
}*/
.navbar-default .navbar-nav > li > a {
	font-family: 'MyriadProRegular';
	font-size: 16px;
	color: #ffffff;
	padding: 0px 30px;
	line-height: 120px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #d10000;
}
.jumbotron {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: none;
	position: relative;
}
.bannerText {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 640px;
	bottom: 20px;
	text-align: center;
	margin: 0 auto;
}
.bannerText h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	padding: 0;
	letter-spacing: normal;
	text-transform: inherit;
}
.bannerText h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 33px;
}
.bannerText .btn {
	margin-bottom: 58px;
	background-color: #d10000;
	letter-spacing: 3px;
	border: none;
	margin-bottom: 58px;
}
.bannerText .btn:hover, .bannerText .btn:focus {
	background-color: #b30000;
	color: #fff;
}
.arrowDown {
	width: 32px;
	margin: 0 auto;
}
.bg-danger {
	background-color: #dddddd;
	position: relative;
}
.downArrow {
	position: absolute;
	top: -60px;
}
/*.welBg{
background-image:url(../img/welcome-bg.jpg);
background-position:left top;
background-repeat:no-repeat;
}*/
.bg-danger .container-fluid {
	padding: 0px;
}
.bg-danger .row {
	margin: 0;
}
.bg-danger figure {
	overflow: hidden;
}
.bg-danger figure img {
	max-width: inherit;
	width: 966px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.row.reset-col > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.welcomeText {
	background-color: #fff;
	border-radius: 20px;
	left: -48px;
	margin: 80px 0;
	min-height: 482px;
	padding: 34px 58px;
	position: relative;
}
.bg-info {
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 70px 0 120px;
	background-color: #850001;
}
.bg-info h4 {
	font-family: 'MyriadProSemibold';
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	padding-bottom: 12px;
	border-bottom: 1px solid #be4d4d;
}
.bg-info h5 {
	padding-left: 18px;
	padding-bottom: 16px;
	margin-top: 20px;
	background-image: url(../img/white-dot.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	font-family: 'MyriadProRegular';
	letter-spacing: normal;
	text-transform: inherit;
}
.bg-info address {
	color: #fff;
	font-family: "MyriadProRegular";
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 25px;
	margin: 0;
}
.bg-info address a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.bg-info address a:hover, .bg-info address a:focus {
	border-bottom-color: #fff;
}
.aboutDetails {
	padding: 40px 0;
}
.aboutDetails figure img {
	border-radius: 8px;
}
.list {
	margin-top: 15px;
	margin-bottom: 35px;
}
.list li {
	padding: 0 30px 0 20px;
	background-image: url(../img/white-dot.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	float: left;
	color: #fff;
	font-size: 16px;
	font-family: 'myriad_pro_lightregular';
	padding-bottom: 9px;
}
.bg-primary {
	background-color: #ececec;
}
.bg-primary .container-fluid {
	padding: 0px;
}
.bg-primary .row {
	margin: 0;
}
.serviceText {
	background-color: #fff;
	left: -40px;
	margin: 27px 0;
	min-height: 420px;
	padding: 7px 44px;
	position: relative;
}
.bg-primary h2 {
	font-size: 30px;
	color: #1b1b1b;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.bg-primary h2 a {
	color: #1b1b1b;
	text-decoration: none;
}
.serviceText:hover h2 a, .serviceText:focus h2 a {
	color: #d10000;
}
.bg-primary p {
	color: #5a5a5a;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 15px;
}
.bg-primary h4 {
	font-family: 'MyriadProSemibold';
	font-size: 18px;
	color: #0a0a0a;
	letter-spacing: 1px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 22px;
}
.bg-primary .list {
	margin-bottom: 0px;
}
.bg-primary .list li {
	font-size: 15px;
	color: #565656;
	padding: 0 28px 8px 20px;
	background-image: url(../img/black-dot.png);
	background-position: left 1px;
}
.bg-primary figure {
	overflow: hidden;
}
.bg-primary figure img {
	max-width: inherit;
	width: 483px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.bg-success {
	padding: 80px 0 120px;
	background-image: url(../img/butler-county-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #000;
}
.bg-success h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #1b1b1b;
	text-transform: uppercase;
}
.bg-success figure {
	overflow: hidden;
}
.bg-success figure img {
	max-width: inherit;
	width: 325px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.thum {
	padding-bottom: 30px;
	padding-top: 52px;
}
.thumText {
	background-color: #fff;
	padding: 20px;
	position: relative;
	left: -35px;
	min-height: 340px;
	margin: 13px 0;
}
.thumText .list {
	margin-bottom: 0px;
}
.thumText .list li {
	font-family: 'MyriadProRegular';
	color: #5a5a5a;
	font-size: 15px;
	background-image: url(../img/black-dot.png);
	background-position: left 3px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.bg-warning {
	background-image: url(../img/fiul-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e51f1d;
	padding-top: 70px;
}
.bg-warning h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	color: #ffffff;
	letter-spacing: 2px;
	padding-bottom: 24px;
}
.wrrod {
	padding-bottom: 46px;
}
.bg-warning .container-fluid {
	padding: 0;
}
.bg-warning .container-fluid .row {
	margin: 0;
}
.bg-warning .container-fluid figure {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.bg-warning .container-fluid .zoom img {
	transition: .9s;
	-webkit-transition: .9s;
	-moz-transition: .9s;
}
.bg-warning .container-fluid .zoom:hover img {
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-moz-transform: scale(1.25); /* Firefox */
	-ms-transform: scale(1.25); /* IE 9 */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}
.priceBox {
	position: absolute;
	top: 37%;
	left: 155px;
}
.priceBox h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: #111111;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.priceBox h6 {
	font-family: 'MyriadProSemibold';
	font-size: 18px;
	color: #2e2e2e;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.priceBox .icon {
	float: left;
	width: 100px;
}
.priceBox .iconText {
	padding-top: 8px;
	float: left;
}
.gallerySec {
	background-color: #8f0000;
	background-image: url("../img/gallery-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 95px 0 80px;
}
.gallerySec .container-fluid {
	padding: 0 170px;
}
.gallery {
	padding: 35px 0 0;
}
.gallery li {
	float: left;
	width: 33.333%;
	padding: 15px;
}
.gallery li a {
	border: 1px solid #fff;
	display: block;
	position: relative;
}
.hover {
	background-image: url(../img/hover.png);
	background-repeat: repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center; /* Align center inline elements */
	font: 0/0 a;
	opacity: 0;
	border: 9px solid #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.hover:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.hover .hoverText {
	vertical-align: middle;
	display: inline-block;
}
.hoverText h4 {
	font-family: 'MyriadProBold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.gallery li:hover .hover, .gallery li:focus .hover {
	opacity: 1;
}
.mapSec {
	background-color: #000;
}
.mapSec h5 {
	color: #808080;
	padding-bottom: 70px;
}
.mapSec h5 a {
	color: #808080;
	text-decoration: none;
}
.mapSec h5 a:hover, .mapSec h5 a:focus {
	color: #fff;
	text-decoration: none;
}
.mapHeading {
	padding: 60px;
	background-color: #d2d2d2;
}
.mapSec h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 400;
	color: #242424;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.mapBox {
	padding: 70px 0 38px;
}
.mapBox figure {
	margin-right: 20px;
}
.mapBox h2 {
	font-size: 24px;
	color: #fff;
	padding-bottom: 22px;
}
.mapBox h4 {
	font-family: 'MyriadProRegular';
	font-size: 14px;
	letter-spacing: 1px;
	color: #a3a3a3;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.mapBox address {
	font-family: 'MyriadProRegular';
	font-size: 14px;
	letter-spacing: 1px;
	color: #a3a3a3;
	margin: 0px;
	line-height: 20px;
}
.mapBox address a {
	color: #a3a3a3;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.mapBox address a:hover, .mapBox address a:focus {
	border-color: #fff;
}
.gap {
	padding-top: 25px;
	padding-bottom: 35px;
	display: block;
}
footer {
	border-top: 1px solid #333333;
	background-color: #000;
	padding: 62px 0 15px;
}
.socialIcon li {
	display: inline-block;
	padding: 0 19px;
	line-height: 41px;
}
.socialIcon li a {
	font-family: 'MyriadProBold';
	text-decoration: none;
	font-size: 13px;
	color: #727272;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}
.socialIcon li a:hover, .socialIcon li a:focus {
	color: #fff;
}
.socialIcon li img {
	margin-right: 13px;
}
.footerMiddle {
	padding: 50px 0 65px;
}
footer h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	padding-bottom: 60px;
}
footer h2 a {
	color: #fff;
	border-bottom: 4px solid transparent;
	text-decoration: none;
}
footer h2 a:hover, footer h2 a:focus {
	border-bottom-color: #fff;
	color: #fff;
	text-decoration: none;
}
.footerMenu li {
	display: inline-block;
}
.footerMenu li a {
	font-family: 'MyriadProBold';
	text-decoration: none;
	font-size: 13px;
	color: #727272;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 0 21px;
	line-height: 18px;
}
.footerMenu li a:hover, .footerMenu li a:focus {
	color: #fff;
}
.bottomFooter {
	background-color: #1b1b1b;
}
.bottomFooter .container-fluid {
	padding: 0px 90px;
}
.bottomFooter .footerLoog {
	display: block;
	padding: 15px 0;
}
.bottomFooter ul li {
	float: left;
	background-image: url(../img/stop.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.bottomFooter ul li:last-child {
	background-image: none;
}
.bottomFooter ul a {
	font-family: 'MyriadProRegular';
	text-decoration: none;
	font-size: 14px;
	color: #acacac;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 85px;
	display: block;
	display: inline-block;
	padding: 0 10px 0 5px;
}
.bottomFooter ul a:hover, .bottomFooter ul a:focus {
	color: #fff;
}
.bottomFooter p {
	font-family: 'MyriadProRegular';
	text-decoration: none;
	font-size: 14px;
	color: #acacac;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	line-height: 85px;
}
.bottomFooter p a {
	color: #acacac;
}
.bottomFooter p a:hover, .bottomFooter p a:focus {
	color: #fff;
}
.gotop {
	width: 67px;
	height: 90px;
	text-align: center;
}
.gotop {
	position: fixed;
	right: 15px;
	bottom: -100px;
	cursor: pointer;
	z-index: 999;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	opacity: 0;
}
.gotop-show {
	bottom: 110px;
	opacity: 1;
}
.poupMap .modal-dialog {
	margin: 60px auto;
	width: 80%;
}
.modal-content {
	padding: 25px;
}
.close {
	font-size: 35px;
	opacity: 0.8;
	position: absolute;
	right: 5px;
	top: -4px;
}
.fule {
	padding-bottom: 45px;
}
/*inner sec open*/
.innerBanner {
	overflow: hidden;
}
.innerBanner .innerWrap img {
	max-width: inherit;
	width: 1920px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.innerBanner .bannerText {
	bottom: 37px;
}
.well {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0px;
	min-height: inherit;
	padding: 0px;
}
.well h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #1c1c1c;
	letter-spacing: .5px;
	padding-bottom: 22px;
}
.well h2 a {
	color: #1c1c1c;
	text-decoration: none;
}
.well h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #1c1c1c;
	letter-spacing: 1px;
	padding-bottom: 35px;
}
.well p {
	font-size: 16px;
	color: #636363;
	font-family: 'MyriadProRegular';
	line-height: 26px;
	padding-bottom: 20px;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin: 25px 0 75px;
	padding: 0;
}
.breadcrumb > li {
	font-family: 'MyriadProRegular';
	font-size: 15px;
	color: #727272;
}
.breadcrumb > .active {
	color: #727272;
}
.breadcrumb > li + li::before {
	color: #727272;
}
.breadcrumb > li a {
	color: #030303;
}
.thumbnail {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	line-height: inherit;
	margin-bottom: 0px;
	padding: 0px;
}
.thumbnail .caption {
	padding: 18px 0;
}
.thumbnail p {
	color: #626262;
	font-family: "MyriadProRegular";
	font-size: 16px;
	line-height: normal;
	padding-bottom: 2px;
}
.thumbnail h6 {
	font-family: 'MyriadProRegular';
	font-size: 16px;
	color: #8d0000;
}
.thumbnail h6 strong {
	font-family: 'MyriadProSemibold';
	font-size: 20px;
}
.thumList li {
	font-family: 'MyriadProRegular';
	font-size: 16px;
	color: #636363;
	padding-bottom: 8px;
}
.threeChild {
	padding: 28px 0 45px;
	margin-top: 35px;
	border-top: 1px solid #cfcfcf;
}
.addressBox img {
	border: 1px solid #cfcfcf;
	margin-bottom: 22px;
}
.addressBox h6 {
	font-family: 'MyriadProRegular';
	font-size: 16px;
	color: #636363;
	line-height: 25px;
}
.addressBox h6 a {
	color: #636363;
	text-decoration: none;
}
.addressBox h6 a:hover, .addressBox h6 a:focus {
	color: #8d0000;
}
.text-danger {
	color: #8d0000;
}
.contactForm {
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 35px;
}
.contactForm label {
	font-family: 'MyriadProRegular';
	color: #161616;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.contactForm .form-group {
	margin-bottom: 10px;
}
.contactForm .form-control {
	background-color: transparent;
	border: 1px solid #9e9e9e;
	border-radius: 6px;
	box-shadow: none;
	color: #161616;
	font-size: 14px;
	height: auto;
	line-height: inherit;
	padding: 12px;
}
.contactForm .form-control:focus {
	border-color: #d10000;
}
.contactForm .btn {
	background-color: #d10000;
	font-size: 14px;
	min-width: 180px;
	padding: 12px;
	margin: 8px auto 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.contactForm .btn:hover, .contactForm .btn:focus {
	background-color: #c30404;
	color: #fff;
}
.details {
	padding-bottom: 50px;
}
.contactAddress {
	padding: 0 15px;
}
.details h4 {
	font-family: 'MyriadProSemibold';
	font-size: 18px;
	color: #161616;
	letter-spacing: .7px;
	padding-bottom: 10px;
}
.details address {
	font-family: 'MyriadProRegular';
	color: #161616;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
.details address a {
	color: #161616;
	text-decoration: none;
	padding-bottom: 8px;
	line-height: 20px;
	display:inline-block;
}
.details address a:hover, .details address a:focus {
	color: #d10000;
}
.contactNo {
	display: block;
	padding-top: 10px;
}
.details .fa {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #d10000;
	color: #d10000;
	border-radius: 50%;
	font-size: 12px;
}
.details .fa-fax {
	font-size: 10px;
	line-height: 19px;
}
.border {
	border-right: 1px solid #cccccc;
}
.crewThum {
	margin-bottom: 30px;
}
.crewThum figure {
	margin-bottom: 40px;
}
.crewThum h3 {
	padding-bottom: 12px;
}
.crewThum p {
	font-size: 16px;
	color: #636363;
	font-family: 'MyriadProRegular';
	line-height: 26px;
}
.groundServices {
	padding-bottom: 75px;
}
.fule {
	padding-bottom: 85px;
}
.fule h2 {
	padding-bottom: 10px;
}
.map {
	padding-bottom: 50px;
}
.news {
	padding-bottom: 55px;
	margin-bottom: 75px;
	border-bottom: 1px solid #cfcfcf;
}
.news:last-child {
	margin: 0;
	border: none;
}
.newsDetails {
	padding-bottom: 40px;
}
.newsDetails ul {
	padding-bottom: 10px;
}
.newsDetails ul li {
	color: #888888;
	font-family: "MyriadProRegular";
	font-size: 16px;
	padding-right: 25px;
	float: left;
}
.newsDetails p.topLine {
	padding-bottom: 30px;
	color: #848484;
}
.newsDetails p {
	color: #3a3a3a;
	font-family: "MyriadProRegular";
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 20px;
}
.newsDetails figure {
	margin-bottom: 30px;
}
.passengerAmenities {
	padding: 40px 0 20px;
}
.passengerAmenities h3 {
	padding-bottom: 10px;
}
.passengerList {
	padding-bottom: 60px;
}
.newsDetails p {
	font-size: 15px;
	line-height: 23px;
}
.siteMap {
	padding-bottom: 60px;
}
.siteMap li a {
	font-family: 'MyriadProSemibold';
	font-size: 20px;
	color: #242424;
	line-height: 30px;
}
.siteMap li a:hover, .siteMap li a:focus {
	color: #b60606;
}
/*inner sec close*/

.modal-body.request {
	padding: 15px 0 0px;
}
.modal-body .input-group {
	margin-bottom: 15px;
}
.modal-header {
	border-bottom: none;
	padding: 0 0 10px;
	text-align: center;
}
.modal-title {
	color: #d10000;
	font-family: "MyriadProSemibold";
	font-size: 24px;
	letter-spacing: 1px;
}
.request .form-control {
	border: 1px solid #a3a3a3;
	border-radius: 0px;
	box-shadow: none;
	color: #404040;
	font-size: 14px;
	padding: 12px;
	height: auto;
	line-height: normal;
	font-family: 'MyriadProRegular';
}
.request .form-control::-moz-placeholder {
color: #404040;
}
.request .form-control:-ms-input-placeholder {
color: #404040;
}
.request .form-control::-webkit-input-placeholder {
color: #404040;
}
.request .form-control:focus {
	box-shadow: none;
	border-color: #d10000;
}
.request .form-control.downDrop {
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../img/dropArrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.request .btn {
	background-color: #d10000;
	color: #fff;
	font-family: "MyriadProBold";
	font-size: 14px;
	height: 45px;
	letter-spacing: 1px;
	line-height: 45px;
	margin: 15px auto 0;
	padding: 0 10px;
	text-transform: uppercase;
	width: 200px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.request .btn:hover, .request .btn:focus {
	background-color: #970404;
}
.input-group.date .input-group-addon {
	background-color: transparent;
	border-radius: 0;
	cursor: pointer;
	border-color: #a3a3a3;
	color: #404040;
}
/*simplePopup css st*/
.simplePopup {
	display: none;
	position: absolute;
	left: 0px !important;
	right: 0px !important;
	margin: 0 auto;
	border: 5px solid #000;
	background: #fff;
	z-index: 9999;
	padding: 20px;
	width: 600px;
}
.simplePopupClose {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	float: right;
	font-family: arial;
	font-size: 17px;
	height: 30px;
	line-height: 29px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	width: 30px;
}
.simplePopupBackground {
	display: none;
	background: #000;
	position: fixed !important;
	height: 100%;
	width: 100%;
	top: 0 !important;
	bottom: 0;
	left: 0 !important;
	right: 0 !important;
	z-index: 999;
	opacity: 0.9 !important;
}
.simplePopup h4 {
	color: #d10000;
	font-family: "MyriadProSemibold";
	font-size: 24px;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

/*simplePopup css nd*/



@media (max-width: 1600px) {
.navbar-default .navbar-nav > li > a {
	padding: 0 20px;
}
.welcomeText {
	margin: 75px 0;
	min-height: 492px;
}
.serviceText {
	padding: 15px 30px;
	margin: 27px 0;
}
.bg-primary h2 {
	font-size: 25px;
	padding-bottom: 10px;
}
.bg-primary .list li {
	font-size: 14px;
	padding: 0 28px 6px 20px;
}
.bg-primary p {
	font-size: 14px;
	line-height: 20px;
}
.bottomFooter .container-fluid {
	padding: 0 30px;
}
/*inner sec open*/




/*inner sec close*/
}

@media (max-width: 1440px) {
.logo img {
	width: 300px;
}
.welcomeText {
	margin: 65px 0;
}
.bg-danger figure img {
	width: 1020px;
}
.bg-primary figure img {
	width: 502px;
}
.serviceText {
	min-height: 440px;
}
.gallerySec .container-fluid {
	padding: 0 100px;
}
.bottomFooter .container-fluid {
	padding: 0 15px;
}
.bottomFooter p {
	font-size: 13px;
	letter-spacing: 0.5px;
}
.bottomFooter ul a {
	font-size: 13px;
	letter-spacing: 0.5px;
}
}

@media (max-width: 1366px) {
h1 {
	font-size: 50px;
}
p {
	font-size: 18px;
	line-height: 26px;
}
.navbar-default .navbar-nav > li > a {
	padding: 0 12px;
	font-size: 14px;
}
.logo img {
	width: 250px;
}
.jumbotron {
	overflow: hidden;
}
.jumbotron .wrap img {
	max-width: inherit;
	width: 1420px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.welcomeText {
	margin: 49px 0;
	padding: 30px 40px;
}
.bg-info {
	padding: 70px 0 90px;
}
.bg-primary h2 {
	font-size: 18px;
	padding-bottom: 6px;
}
.bg-primary p {
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 10px;
}
.bg-primary .list li {
	padding: 0 20px 6px;
}
.serviceText {
	padding: 13px 30px;
	margin: 23px 0;
}
.bg-success {
	padding: 80px 0;
}
.gallerySec .container-fluid {
	padding: 0 15px;
}
.gallerySec {
	padding: 70px 0;
}
.bottomFooter p {
	font-size: 12px;
}
.bottomFooter ul a {
	font-size: 12px;
}
.bg-danger figure img {
	width: 889px;
}
.gotop {
	height: auto;
	width: 40px;
}
.gotop-show {
	bottom: 78px;
}
}

@media (max-width: 1200px) {
h1 {
	font-size: 40px;
	padding-bottom: 10px;
}
p {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 15px;
}
.headerFix .logo img {
	width: 175px;
}
.logo img {
	width: 175px;
}
.navbar-default .navbar-nav > li > a {
	padding: 0 7px;
	font-size: 14px;
	line-height: 60px;
}
.jumbotron .wrap img {
	width: 1250px;
}
.bg-danger figure img {
	width: 736px;
}
.welcomeText {
	min-height: 390px;
}
.bg-info {
	padding: 60px 0;
}
.list {
	margin-bottom: 15px;
	margin-top: 10px;
}
.list li {
	font-size: 15px;
	padding: 0 30px 7px 20px;
}
.bg-info h4 {
	font-size: 16px;
	padding-bottom: 10px;
}
.aboutDetails {
	padding: 30px 0;
}
.bg-primary {
	background-color: #fff;
}
.bg-primary figure img {
	width: 480px;
}
.serviceText {
	left: 0;
	margin: 0;
	min-height: inherit;
	padding: 34px 15px;
	position: inherit;
}
.bg-primary .list li {
	background-position: left 2px;
	background-size: 9px auto;
	padding: 0 15px 6px;
}
.bg-success {
	padding: 60px 0;
}
.thum {
	padding-top: 35px;
}
.bg-success h2 {
	font-size: 16px;
	letter-spacing: 1px;
}
.thumText .list li {
	padding-bottom: 4px;
}
.bg-warning {
	padding-top: 60px;
}
.bg-warning h3 {
	font-size: 30px;
	letter-spacing: 1px;
	padding-bottom: 12px;
}
.priceBox {
	left: 85px;
	top: 31%;
}
.priceBox h4 {
	font-size: 20px;
}
.priceBox h6 {
	font-size: 16px;
}
.priceBox .iconText {
	padding-top: 14px;
}
.gallerySec {
	padding: 60px 0;
}
.gallery {
	padding: 0px;
}
.mapHeading {
	padding: 30px 0;
}
.mapSec h2 {
	font-size: 30px;
}
.mapBox {
	padding: 50px 0 38px;
}
.mapSec h5 {
	padding-bottom: 40px;
}
footer {
	padding: 40px 0 15px;
}
footer h2 {
	font-size: 25px;
	letter-spacing: 2px;
	padding-bottom: 40px;
}
footer h2 a {
	border-bottom: 2px solid transparent;
}
.footerMiddle {
	padding: 40px 0;
}
.footerMenu li a {
	padding: 0 6px;
}
.bottomFooter {
	text-align: center;
}
.bottomFooter ul li {
	display: inline-block;
	float: none;
}
.bottomFooter ul a {
	font-size: 13px;
	line-height: 30px;
}
.bottomFooter p {
	font-size: 13px;
	line-height: 30px;
}
.bottomFooter .text-right {
	text-align: center;
}
.bottomFooter .footerLoog {
	margin: 0 auto;
	padding: 10px 0;
	width: 180px;
}
.bottomFooter {
	padding: 25px 0;
	text-align: center;
}
.gotop-show {
	bottom: 40px;
}
/*inner sec open*/
.breadcrumb {
	margin: 25px 0 55px;
}
.well h2 {
	font-size: 18px;
	padding-bottom: 20px;
}
.news {
	margin-bottom: 55px;
	padding-bottom: 40px;
}
/*inner sec close*/
}

@media (max-width: 991px) {
h1 {
	font-size: 35px;
}
h5 {
	font-size: 14px;
	letter-spacing: 6px;
	padding-bottom: 30px;
}
.navbar {
	background-image: url(../img/header-repeat.png);
	background-repeat: repeat;
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-nav {
	float: none !important;
	/*margin: 7.5px -15px;*/
	margin: 7.5px 50px 7.5px -15px
}
.navbar-nav > li {
	float: none;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.collapsing {
	overflow: hidden !important;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.navbar-nav {
	/*background-image:url(../img/header-repeat.png);
background-repeat:repeat;*/
	margin: 0 -15px;
	padding: 15px 0;
}
.navbar-default .navbar-nav > li:nth-child(4) {
	display: none;
}
.navbar-default .navbar-nav > li {
	width: 100%;
}
.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	line-height: 32px;
}
.headerFix.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	line-height: 32px;
}
.navbar-brand {
	display: block;
	height: auto;
	padding: 15px 15px 15px 30px;
	width: 240px;
}
.navbar-toggle {
	border-radius: 0;
	margin-top: 20px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.bannerText h1 {
	font-size: 45px;
}
.bannerText h2 {
	font-size: 20px;
	padding-bottom: 25px;
}
.welcomeText {
	min-height: 435px;
	margin: 27px 0;
	padding: 20px 30px;
}
.bg-info {
	padding: 50px 0;
}
.bg-primary figure {
	text-align: center;
	max-width: 747px;
	margin: 0 auto;
}
.bg-primary figure img {
	left: 0;
	max-width: 100%;
	position: inherit;
	transform: inherit;
	width: auto;
}
.serviceText {
	margin: -200px auto 0;
	max-width: 747px;
	padding: 34px 15px 50px;
	position: relative;
}
.thumText {
	background-color: #fff;
	left: 0;
	margin: 0;
	min-height: 371px;
	padding: 20px 15px;
	position: inherit;
}
.thumText .list li {
	font-size: 14px;
}
.hover {
	border: 5px solid #fff;
}
.bg-warning {
	padding-top: 40px;
}
.priceBox {
	left: 40px;
	top: 32%;
}
.priceBox .icon {
	padding-right: 24px;
	width: 70px;
}
.priceBox .iconText {
	padding-top: 2px;
}
.gallerySec {
	padding: 40px 0 50px;
}
.gallery li {
	padding: 10px;
}
.mapSec h2 {
	font-size: 25px;
}
.footerMenu li a {
	padding: 0 8px;
	line-height: 25px;
}
.bg-primary h4 {
	margin-bottom: 10px;
}
.hoverText img {
	width: 30px;
}
/*inner sec open*/
.innerBanner .innerWrap img {
	width: 1500px;
}
.breadcrumb {
	margin: 25px 0 55px;
}
.groundServices {
	padding-bottom: 40px;
}
.crewThum figure {
	margin-bottom: 24px;
}
.fule {
	padding-bottom: 45px;
}
.news h2 {
	font-size: 16px;
}
.news {
	margin-bottom: 45px;
	padding-bottom: 25px;
}
.news:last-child {
	padding-bottom: 35px;
}
/*inner sec close*/
}

@media (max-width: 767px) {
h1 {
	font-size: 27px;
	letter-spacing: 1px;
}
p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 14px;
}
.jumbotron .wrap img {
	width: 1000px;
}
.bannerText .btn {
	margin-bottom: 45px;
}
.bannerText h1 {
	font-size: 35px;
}
.navbar-brand {
	padding: 15px;
	width: 220px;
}
.navbar-toggle {
	margin-top: 19px;
}
.bg-danger figure img {
	left: 0;
	max-width: 100%;
	position: inherit;
	transform: inherit;
	width: auto;
}
.welcomeText {
	left: 0;
	margin: 0;
	min-height: auto;
	padding: 32px 15px 30px;
	text-align: center;
}
.aboutDetails figure img {
	border-radius: 0;
	margin-bottom: 30px;
}
.aboutDetails figure {
	text-align: center;
}
.bg-info address {
	font-size: 15px;
	line-height: 20px;
}
.bg-info h5 {
	padding-bottom: 10px;
}
.aboutDetails {
	padding: 20px 0 0;
}
.bg-info {
	padding: 45px 0 50px;
}
.bg-primary .list {
	margin-bottom: 0;
	margin-top: 0;
}
.bg-primary h4 {
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 10px;
}
/*.bg-success h1{
color:#191919;
}*/
.bg-primary figure {
	max-width: 600px;
}
.serviceText {
	margin: 0 auto;
	max-width: 600px;
	padding-top: 20px;
}
.bg-success {
	padding: 30px 0 0;
}
.bg-success h1 {
	padding-bottom: 0px;
}
.bg-success figure {
	max-width: 600px;
	margin: 0 auto;
}
.bg-success figure img {
	left: 0;
	max-width: 100%;
	position: relative;
	top: 0;
	transform: inherit;
	width: auto;
}
.thumText {
	margin: 0 auto;
	max-width: 600px;
	min-height: auto;
	padding: 20px 15px 40px;
}
.thum {
	padding-bottom: 0;
}
.wrrod {
	padding-bottom: 20px;
}
.gallery li {
	width: 50%;
}
.priceBox {
	left: 20%;
	top: 40%;
}
.mapBox {
	padding: 40px 0;
	text-align: center;
}
.mapBox .text-right {
	text-align: center;
}
.mapBox figure {
	margin-right: 0;
	margin-bottom: 20px;
}
.gap {
	padding-bottom: 28px;
	padding-top: 14px;
}
.socialIcon li img {
	width: 25px;
	margin-right: 8px;
	position: relative;
	top: -2px;
}
.socialIcon li {
	line-height: 30px;
	padding: 0 5px;
}
.socialIcon li a {
	font-size: 11px;
}
footer {
	padding: 35px 0 10px;
}
footer h2 {
	font-size: 15px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.footerMenu li a {
	line-height: 24px;
	padding: 0 6px;
	font-size: 11px;
}
.footerMiddle {
	padding: 24px 0 35px;
}
.gotop-show {
	bottom: 70px;
}
.modal-content {
	padding: 30px 15px;
}
/*inner sec open*/
.well h2 {
	font-size: 18px;
	padding-bottom: 12px;
}
.well h3 {
	font-size: 20px;
	padding-bottom: 20px;
}
.breadcrumb {
	margin: 25px 0 45px;
}
.innerBanner .bannerText {
	bottom: 18px;
}
.thumbnail {
	padding-bottom: 25px;
	text-align: center;
}
.thumList li {
	font-size: 15px;
	padding-bottom: 5px;
}
.thumList {
	margin-bottom: 20px;
}
.threeChild {
	margin-top: 0;
	padding: 26px 0 30px;
	text-align: center;
}
.addressBox {
	padding-bottom: 30px;
}
.addressBox img {
	margin-bottom: 10px;
}
.addressBox h6 {
	font-size: 15px;
	line-height: 22px;
}
.details {
	padding-bottom: 20px;
}
.details .text-right {
	text-align: left;
}
.contactAddress {
	padding: 0 15px 20px;
}
.groundServices {
	padding-bottom: 25px;
}
.crewThum h3 {
	padding-bottom: 10px;
}
.crewThum p {
	font-size: 15px;
	line-height: 22px;
}
.crewThum {
	margin-bottom: 15px;
}
.fule {
	padding-bottom: 15px;
}
.fule .thumbnail {
	padding-bottom: 20px;
}
.map {
	padding-bottom: 30px;
}
.news {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news:last-child {
	padding-bottom: 10px;
}
.news h2 {
	font-size: 16px;
}
.newsDetails figure {
	margin-bottom: 20px;
}
.well p {
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 14px;
}
.newsDetails p.topLine {
	padding-bottom: 20px;
}
.newsDetails {
	padding-bottom: 28px;
}
.newsDetails ul li {
	font-size: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
}
.passenger figure {
	margin-bottom: 15px;
}
.passengerAmenities {
	padding: 10px 0 20px;
}
.passengerList {
	text-align: center;
	padding-bottom: 40px;
}
.passengerList .thumList {
	margin-bottom: 0px;
}
.passengerList .text-right {
	text-align: center;
}
.modal-dialog {
	margin: 71px auto 0;
	width: auto;
}
.close {
	right: 15px;
}
.siteMap {
	padding-bottom: 40px;
}
.siteMap li a {
	font-size: 18px;
	line-height: 26px;
}
/*inner sec close*/

.simplePopup {
	width: 100%;
	padding: 15px;
}
}

@media (max-width: 480px) {
h1 {
	font-size: 24px;
}
h5 {
	font-size: 14px;
	letter-spacing: 2px;
	padding-bottom: 22px;
}
.btn {
	min-width: 100%;
	padding: 10px;
}
.jumbotron .wrap img {
	width: 850px;
}
.bannerText {
	padding: 0 15px;
}
.bannerText h1 {
	font-size: 26px;
}
.bannerText h2 {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-bottom: 25px;
}
.welcomeText {
	padding: 20px 15px 30px;
}
.bg-info {
	padding: 40px 0;
}
.serviceText {
	padding-bottom: 30px;
}
.bg-primary .list {
	margin-top: 0px;
}
.thumText .list li {
	font-size: 14px;
	padding-right: 20px;
}
.bg-warning h3 {
	font-size: 24px;
	padding-bottom: 10px;
}
.priceBox {
	left: 4%;
	top: 28%;
}
.priceBox .icon {
	padding-right: 20px;
	width: 62px;
}
.priceBox h4 {
	font-size: 16px;
}
.priceBox h6 {
	font-size: 13px;
}
.gallerySec {
	padding: 35px 0 40px;
}
.gallery li {
	padding: 7px 0;
	width: 100%;
}
.mapSec h2 {
	font-size: 18px;
}
.socialIcon li {
	padding: 0 5px 6px;
}
.bottomFooter ul a {
	line-height: 22px;
}
.bottomFooter p {
	line-height: 22px;
}
.bottomFooter .footerLoog {
	padding: 15px 0;
}
.gotop-show {
	bottom: 90px;
}
/*inner sec open*/
.contactForm .btn {
	min-width: 100%;
}
/*inner sec close*/
}
