@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

html, body {
	height: 100%;
  	margin:0px;
	padding:0px;
	font-family: 'Droid Serif', serif;
	color:#666;
}
img {
	border:0px;
	max-width:100%;
}
.title {
	font-size:24px;
	font-weight:bold;
}
a {
	color:#455867;
	cursor:pointer;
}

.header_wrapper {
    background-color: #455867;
    background-image: url("../images/header_l2_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
body.home .header_wrapper, body.about .header_wrapper {
    background-image: url("../images/header_bg.jpg");
    background-position: center top;
    background-size: cover;
    height: 600px;
}
.header {
	margin:0 auto;
	position:relative;
}
body.home .header_wrapper .header, body.about .header_wrapper .header, .header_wrapper .header {
	max-width:930px;
}
.header_center {
	color:#FFF;
	text-align:center;
	position:relative;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.header_center a {
	color:#FFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.header_center .logo {
	background-color:#455867;
	padding-top:20px;
}
.header_center .phone {
	margin-top:10px;
}
body.home .header_wrapper .header_center .logo, body.about .header_wrapper .header_center .logo {
	background-color:transparent;
}
.header_center .nav_menu {
	padding:50px;
}
body.home .header_wrapper .header_center .nav_menu, body.about .header_wrapper .header_center .nav_menu {
	padding:0px;
}
.header_left {
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.header_left a {
	color:#FFF;
	text-decoration:none;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
}
.header_right {
	color:#A0926F;
	font-style:italic;
	position:absolute;
	top:0;
	right:0;
	margin-top:14px;
}
body.home .header_wrapper .header_right {
	display:block;
	color:#46596a;
}
body .header_right a {
	background-color:#A0926F;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px;
	margin-left:10px;
}
body.home .header_right a {
	background-color:#46596a;
	position:relative;
	z-index:3000000000;
}
.header_headline {
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
}

.content_wrapper {
}
.content {
	margin:0 auto;
	max-width:930px;
	padding:20px;
	line-height:170%;
	overflow:hidden
}

.requestbox {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	/*margin-top:-180px;
	position:absolute;*/
	top:0;
}
.requestbox h1 {
	margin-left:20px;
}
.requestbox h2, .requestbox .options_top {
	margin:20px;
	overflow:hidden;
}
.requestbox .buttons {
	background-color:#f3f3f3;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}
.requestbox .options_bottom {
}
/* all forms - start */
label {
	color:#455867;
	font-style:italic;
	font-size:12px;
}
.field, form .checkbox {
	float:left;
	max-width:100%;
}
.field.block {
	float:none;
	display:block;
}
.field input, .field textarea, .field select, .field .input {
	width:140px;
	background-color:#f3f3f3;
	color:#999;
	border:1px solid #d8d8d8;
	padding:12px;
	margin-top:6px;
	margin-right:6px;
	font-size:14px;
	font-style:italic;
	font-family: 'Droid Serif', serif;
}
.field.long input, .field.long select {
	width:326px;
}
#arrival_location, #arrival_date {
	margin-right:20px;
}
.field textarea {
	width:400px;
	max-width:90%;
}
form .checkbox {
	border:1px solid #313f4a;
	padding:12px;
	width:405px;
	margin-top:20px;
	max-width:90%;
}
form .checkbox.left {	
	margin-right:20px;
}
form .checkbox.full {	
	width:100%;
	max-width:93%;
}
form .checkbox label {	
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
}
form input.submit, a.submit {
	font-style:italic;
	color:#FFF;
	border:0px;
	background-color:#455867;
	float:left;
	padding:12px;
	font-size:14px;
	margin-top:22px;
	cursor:pointer;
	text-decoration:none;
}
form input.submit.login {
	margin-top:34px;
}
form .g-recaptcha {
    margin-top:20px;
}
form input.submit.contact {
	
}
form input.submit.quote_request {
	margin-top:0px;
	float:none;
}
a.submit.quote_request.new {
	float:none;
}
.whitequote {
	color:#fff;
	text-align:center;
	font-family: 'Droid Serif', serif;
	font-style:italic;
	size:11px;
}
/* all forms - end */

h1 {
	color:#dbdcde;
	font-size:80px;
	line-height:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0px;
	margin:0px;
	letter-spacing:6px;
}
h2 {
	color:#9e9070;
	font-style:italic;
	font-family: 'Droid Serif', serif;
	text-align:center;
}
h3 {
	color:#455868;
	font-style:italic;
	font-family: 'Droid Serif', serif;
}
h4 {
	color:#455868;
	font-family: 'Open Sans', serif;
	font-size:30px;
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:20px;
}

.aboutbox_wrapper {
	background-color:#455867;
}
.aboutbox {
	margin:0 auto;
	max-width:930px;
	position:relative;
	padding-top:30% /*300px;*/
	padding-bottom:120px;
}
.aboutbox_center {
	padding:40px;
	border:1px solid #6d7781;
	color:#FFF;
	line-height:170%;
}
body.about .aboutbox_center {
	color:#A0926F;
}
.aboutbox_bottom {
	text-align:center;
	clear:both;
	overflow:hidden;
	padding:60px;
}

.howitworks_wrapper {
	background-color:#ece8e7;
	background-image:url(../images/howitworks_bg.jpg);
	background-position:top center;
	background-size:cover;
	color:#A0926F;
}
.howitworks {
	margin:0 auto;
	max-width:930px;
	padding-top:100px;
	padding-left:40px;
	padding-right:40px;
	overflow:hidden;
}
.howitworks_left {
	border-top:1px solid #a0926f;
	border-bottom:1px solid #a0926f;
	padding:20px;
	float:left;
	width:45%;
	text-align:justify;
	line-height:170%;
}
.howitworks_right {
	border-top:1px solid #a0926f;
	border-bottom:1px solid #a0926f;
	padding:20px;
	float:left;
	width:45%;
	text-align:justify;
	line-height:170%;
}
.howitworks_bottom {
	text-align:center;
	clear:both;
	overflow:hidden;
	padding:60px;
}
.button  {
	color:#FFF;
	text-decoration:none;
	padding:10px;
	letter-spacing:4px;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	cursor:pointer;
	border:0px;
}
.button.tan {
	background-color:#a0926f;
}
.button.blue {
	background-color:#455867;
}
.button.small {
	font-family: "Open Sans",sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
}
body.apply .button.small.blue {
	margin-top:20px;
	float:right;
}
body.apply .button.tan {
	margin-top:40px;
	margin-bottom:40px;
}

.join_wrapper {
	overflow:hidden;
	background-image:url(../images/join_bg.jpg);
	background-position:top center;
	background-size:cover;
}
.join {
	margin:0 auto;
	max-width:930px;
	overflow:hidden;
}
.join_left {
	padding-top:100px;
	color:#FFF;
	float:left;
	width:45%;
	/*height:350px;*/
	line-height:170%;
}
.join_right {
	padding-top:100px;
	color:#FFF;
	float:right;
	width:45%;
	height:350px;
	line-height:170%;
	padding-left:50px;
}
.join a {
	margin-right:30px;
}

.footer_wrapper {
	height:90px;
	background-color:#2b3036;
}
.footer {
	margin:0 auto;
	max-width:930px;
	color:#a0926f;
	padding-left:20px;
	padding-right:20px;
}
.footer a {
	color:#a0926f;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer_left {
	float:left;
	width:50%;
	font-style:italic;
	letter-spacing:2px;
	padding-top:34px;
}
.footer_right {
	float:right;
	width:50%;
	letter-spacing:2px;
	margin-top:34px;
}
.footer_right a {
	padding-right:20px;
}

.wrapper {
    height: auto !important;
    margin: 0 auto -90px;
    min-height: 100%;
	background-image:url(../images/body_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.footer_wrapper, .push {
    clear: both;
    height: 90px;
}

.clear {
	clear:both;
	overflow:hidden;
}
.centered {
	text-align:center;
}

body.apply form, body.setup .content {
	width:700px;
	max-width:100%;
	margin:0 auto;
}
body.setup .content {
	width:1200px;
}
body.apply .field input, body.my_profile .field input, .field .input {
	width:280px;
}

.aircraft_box {
	margin-top:20px;
}
.aircraft_box.active {
	display:block;
}
.aircraft_box.inactive {
	display:none;
}
.aircraft_box .details {
	border:1px solid #dadada;
	background-color:#FFF;
	padding:20px;
}

.payment_methods input[type=checkbox] {
	display:none;
}
.payment_methods input + label  {
	display:inline-block;
	padding: 0 0 0 0px;
	cursor:pointer;
	margin-right:18px;
	margin-top:18px;
	border:1px solid #CCC;
}
.payment_methods input#payment_cash + label {
	background-image:url(../images/b_cash_off.png);
	height: 46px;
	width: 112px;
}
.payment_methods input#payment_cash:checked + label {
	background-image:url(../images/b_cash_on.png);
	height: 46px;
	width: 112px;
	border:1px solid #CCC;
}
.payment_methods input#payment_check + label {
	background-image:url(../images/b_check_off.png);
	height: 46px;
	width: 122px;
}
.payment_methods input#payment_check:checked + label {
	background-image:url(../images/b_check_on.png);
	height: 46px;
	width: 122px;
	border:1px solid #CCC;
}
.payment_methods input#payment_cashier_check + label {
	background-image:url(../images/b_cashier_check_off.png);
	height: 46px;
	width: 202px;
}
.payment_methods input#payment_cashier_check:checked + label {
	background-image:url(../images/b_cashier_check_on.png);
	height: 46px;
	width: 202px;
	border:1px solid #CCC;
}
.payment_methods input#payment_bank_transfer + label {
	background-image:url(../images/b_bank_transfer_off.png);
	height: 46px;
	width: 172px;
}
.payment_methods input#payment_bank_transfer:checked + label {
	background-image:url(../images/b_bank_transfer_on.png);
	height: 46px;
	width: 172px;
	border:1px solid #CCC;
}
.payment_methods input#payment_capital_one + label {
	background-image:url(../images/b_capital_one_off.png);
	height: 55px;
	width: 127px;
}
.payment_methods input#payment_capital_one:checked + label {
	background-image:url(../images/b_capital_one_on.png);
	height: 55px;
	width: 127px;
	border:1px solid #CCC;
}
.payment_methods input#payment_master_card + label {
	background-image:url(../images/b_master_card_off.png);
	height: 55px;
	width: 82px;
}
.payment_methods input#payment_master_card:checked + label {
	background-image:url(../images/b_master_card_on.png);
	height: 55px;
	width: 82px;
	border:1px solid #CCC;
}
.payment_methods input#payment_visa + label {
	background-image:url(../images/b_visa_off.png);
	height: 55px;
	width: 90px;
}
.payment_methods input#payment_visa:checked + label {
	background-image:url(../images/b_visa_on.png);
	height: 55px;
	width: 90px;
	border:1px solid #CCC;
}
.payment_methods input#payment_paypal + label {
	background-image:url(../images/b_paypal_off.png);
	height: 55px;
	width: 122px;
}
.payment_methods input#payment_paypal:checked + label {
	background-image:url(../images/b_paypal_on.png);
	height: 55px;
	width: 122px;
	border:1px solid #CCC;
}
.payment_methods input#payment_american_express + label {
	background-image:url(../images/b_american_express_off.png);
	height: 55px;
	width: 82px;
}
.payment_methods input#payment_american_express:checked + label {
	background-image:url(../images/b_american_express_on.png);
	height: 55px;
	width: 82px;
	border:1px solid #CCC;
}
span.small {
	color: #455867;
    font-size: 12px;
    font-style: italic;
}
th {
	text-align:left;
}
.border_bottom {
	border-bottom:1px solid #B9AA8B;
}
.border_bottom_heavy {
	border-bottom:2px solid #666;
}
.border_bottom_light {
	border-bottom:1px solid #CCC;
}
.ui-widget {
	margin:0 auto;
	margin-top:10px;
}

.my_quote {
	margin-bottom:20px;
}
.my_quote_header {
	background-color:#455867;
	color:#FFF;
	padding:20px;
	font-size:20px;
}
.my_quote_dates, .my_quote_passengers, .my_quote_type {
	font-size:14px;
}
.my_quote_cancel, .my_quote_pay {
	font-size:14px;
	float:right;
	/*display:none;*/
}
.my_quote_header:hover .my_quote_cancel, .my_quote_pay {
	display:block;
}
.my_quote_cancel a, .my_quote_pay a {
	background-color:#a0926f;
	padding:10px;
	color:#FFF;
	text-decoration:none;
}
.my_quote_body {
	border:1px solid #455867;
	color:#455867;
	padding:20px;
	font-size:20px;
	background-color:#FFF;
	overflow:hidden;
}

.quote_bid {
	display: inline-table;
    margin-right: 6px;
    width: 32%;
}
body.quotes .quote_bid, body.bid .quote_bid, .quote_bid.accepted {
	display: block;
    margin-right: 0px;
    width: 100%;
}
.quote_bid_header {
	background-color:#A0926F;
	color:#FFF;
	padding:20px;
	font-size:24px;
	overflow:hidden;
	border-left:1px solid #455867;
}
.quote_bid_header_price {
	float:left;
	width:100%;
}
.quote_bid_header_accept {
	float:right;
	margin-top:20px;
}
.quote_bid_header_accept.edit {
	margin-top:10px;
}

.quote_bid_header_accept a, .quote_bid_header_accept input {
	background-color:#455867;
	padding:10px;
	color:#FFF;
	text-decoration:none;
	font-style:normal;
	border:0px;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
}
.quote_bid_body {
	font-size:14px;
	line-height:170%;
	padding:10px;
	border-left:1px solid #455867;
	margin-bottom:20px;
	overflow:hidden;
}
.quote_bid_body.left {
	float:left;
}
.quote_bid_body.right {
	float:right;
	border-left:0px;
}

.good {
	color:#393;
}
.bad {
	color:#F00;
}

.report_table_bids th, .report_table_bids td {
	font-size:12px;
	line-height:16px;
	background:#FEF3D5;
}

.pagination {
	margin-top:20px;
	text-align:center;
}
.pagination a {
	padding:5px;
	margin:5px;
	border:1px solid #A0926F;
	text-decoration:none;
}
.pagination a.active, .pagination a:hover {
	background:#A0926F;
	color:#FFF;
}

.agreement_box {
	 margin-top:20px; 
	 margin-bottom:20px; 
	 height:200px; 
	 overflow:auto; 
	 padding:20px; 
	 border:1px solid #D8D8D8;
}
.setup_quote_view {
	overflow:auto;
}

@media (max-width: 1200px) {
	.header_headline {
		width:90%;
	}
	.header_right {
		margin-right:20px;
	}
}

@media (max-width: 970px) {
	.quote_bid {
		display:block;
		margin-right:0px;
		width:100%;
	}
}

@media (max-width: 500px) {
	.header_wrapper {
		background-image:none;
	}
	.header_center .nav_menu {
    	line-height: 170%;
    	padding: 30px;
	}
	.header_center a {
		display:block;
	}
	.header_right .already {
		display:none;
	}
	h1 {
		font-size:40px;
	}
	.footer_left, .footer_right {
		float:none;
		width:100%;
		text-align:center;
	}
	.wrapper {
    	margin: 0 auto -150px;
	}
	.footer_wrapper, .push {
   		height: 150px;
	}
	.join_wrapper {
		background-image:none;
	}
	.join_left, .join_right {
		width:100%;
		float:none;
		background-position:top center;
		background-size:cover;
		padding-left:0px;
		padding-right:0px;
	}
	.join_left {
		background-image:url(../images/join_left_bg.jpg);
	}
	.join_right {
		background-image:url(../images/join_right_bg.jpg);
	}
	.join .text {
		margin-left:30px;
		margin-right:20px;
	}
	.howitworks_left, .howitworks_right {
		width:100%;
		float:none;
		padding-left:0px;
		padding-right:0px;
	}
	.howitworks_left {
		border-bottom:0px;
	}
	.howitworks_right br {
		display:none;
	}
	.field, form .checkbox {
		width:100%;
	}
	.field input, .field textarea {
		width:90%;
		max-width:90%;
	}
	.payment_methods .field {
		width:auto;
	}
	.setup_quote_view table tr td {
		font-size:12px;
		line-height:16px;
	}
}