﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*=====================
	@Font-Face
=======================*/

@font-face {
  font-family: "montserratlight";
  src: url("/fonts/montserrat-light-webfont.eot");
  src: url("/fonts/montserrat-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    /* url("/fonts/montserrat-light-webfont.woff2") format("woff2"), */
      url("/fonts/montserrat-light-webfont.woff") format("woff"),
    url("/fonts/montserrat-light-webfont.ttf") format("truetype"),
    url("/fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "montserratregular";
  src: url("/fonts/montserrat-regular-webfont.eot");
  src: url("/fonts/montserrat-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    /* url("/fonts/montserrat-regular-webfont.woff2") format("woff2"), */
      url("/fonts/montserrat-regular-webfont.woff") format("woff"),
    url("/fonts/montserrat-regular-webfont.ttf") format("truetype"),
    url("/fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "montserratbold";
  src: url("/fonts/montserrat-bold-webfont.eot");
  src: url("/fonts/montserrat-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    /* url("/fonts/montserrat-bold-webfont.woff2") format("woff2"), */
      url("/fonts/montserrat-bold-webfont.woff") format("woff"),
    url("/fonts/montserrat-bold-webfont.ttf") format("truetype"),
    url("/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-style: normal;
  font-weight: normal;
}

@import url("https://fonts.googleapis.com/css?family=Spectral:300,400,500");
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*=====================
	base styles
=======================*/

html,
body {
  font-family: "montserratlight";
  font-size: 14px;
  -web-text-size-adjust: none;
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
  /*reset*/
}

/* clear floats */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.clear {
  clear: both;
}

/*image replacement*/

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  height: 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

/*=====================
	typography
=======================*/

h1 {
  font-family: "Spectral", serif;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

h2 {
  font-family: "montserratbold";
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}

h3 {
  font-family: "montserratregular";
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

h4 {
  font-family: "montserratregular";
  color: #fff;
  font-size: 16px;
  margin: 8% 0 0;
	 text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

h5 {
  font-family: "montserratbold";
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
	 text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.inventory h1,
.inventory h4,
.inventory h5 {
  color: #888 !important;
}

h6 {
  font-family: "montserratlight";
  color: #fff;
  font-size: 12px;
  font-weight: 300;
	 text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

h6 a {
  color: #fff;
  font-family: "montserratlight";
  font-weight: 300;
}

h6 a:hover {
  font-family: "montserratbold";
}

h7 {
  font-family: "montserratregular";
  color: #767676;
  font-size: 11px;
}

h7 a {
  color: #767676;
  font-family: "montserratbold";
}

h7 a:hover {
  font-family: "montserratbold";
  color: #999999;
}

h8 {
  font-family: "montserratlight";
  color: #ccc;
  font-size: 15px;
  font-weight: 300;
}

h9 {
  font-family: "montserratbold";
  color: #a7061d;
  font-size: 19px;
  text-transform: uppercase;
}

p {
  font-family: "montserratregular";
  font-size: 17px;
  line-height: 28px;
  color: #fff;
	 text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.inventory p {
  color: #505050 !important;
}

p a {
  color: #a7061d;
	 text-shadow: 0 0 0px rgba(0,0,0,0.0);
}


p a:hover {
  color: #ccc;
}

.quote {
  font-style: italic;
  font-family: "montserratregular";
  font-size: 19px;
  line-height: 28px;
  color: #fff;
}

/*=====================
	link styles
=======================*/

a {
  font-family: "montserratbold";
  color: #a7061d;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

#border-divider {
  width: 20%;
  border-top: 4px solid #a7061d;
  margin: 2% 0 0;
}

/*=====================
	header styles
=======================*/

header {
  margin: 0 auto;
  width: 100%;
  background: url("../siteart/top_bg.jpg");
}

.logo {
  padding: 1% 0;
  margin: 0;
  float: left;
}

.logo img {
  max-width: 160px;
}

.header-right {
  float: right;
  text-align: right;
  padding: 2% 0 0;
  max-width: 220px;
}

#location {
  font-size: 22px;
  text-transform: uppercase;
}

#contact {
  font-size: 25px;
}

#contact a {
  color: #000;
}

#contact a:hover {
  color: #ccc;
}

/*=====================
	content styles
=======================*/

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.giant {
  width: 100%;
}

.giant img {
  width: 100%;
}

.content {
	background-color: #666;
  background-image: url(../siteart/gray-shadow.jpg);
  padding: 4% 0;
  width: 100%;
  border-bottom: solid #000 5px;
  background-size: cover;
}

.content2 {
  background: #757575;
  padding: 4% 0;
  width: 100%;
  border-bottom: solid #000 5px;
}

.content3 {
  background: #fff;
  padding: 4% 0;
  width: 100%;
}

.content2 > * > a {color: black !important;}
.content2 > * > * > a {color: black !important;}
.content2 > * > * > a:hover {color: #ccc !important;}
.content2 > * > * > h9 {color: black !important;}

.break {
  height: 210px;
}

.texture {
  background-image: url(../siteart/texture.jpg);
  background-repeat: repeat;
  padding: 6% 0;
  width: 100%;
  height: 360px;
}

h4 a {
  padding: 10px 50px;
  background: #a7061d;
  border: 1px solid #a7061d;
  color: #fff;
  border-radius: 6px;
  margin: 2% 0 0;
}

h4 a:hover {
  background: #fff;
  border: 1px solid #a7061d;
  color: #a7061d;
}

.red {
  padding: 3% 0;
  text-align: center;
  background: #a7061d;
  margin: 0 auto;
}

.red a {
  font-size: 25px;
  color: #000;
  text-align: center;
}

.hosted-content .red,
.hosted-content .redtext,
.hosted-content .field-validation-error {
  color: #f00;
  background: #fff !important;
}

.rental-aircraft {
  width: 100%;
}

section.rental-aircraft {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rental-card {
  width: 30%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.36);
  padding-bottom: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.rental-card img {
  width: 100%;
}

.rental-card-title {
  background: #efefef;
  margin-top: -5px;
  padding: 10px 30px 10px 30px;
}

.line-height {
  line-height: 21px !important;
  margin: 6px 0 !important;
}

.rental-card-copy h3 {
  color: #000;
  font-size: 20px;
}

.rental-card-body div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.rental-card-copy .rental-card-body {
  padding: 50px 30px 20px 30px;
  flex-direction: column;
  display: flex;
}

.rental-card-copy .rental-card-body li {
  font-family: "montserratregular";
  font-size: 13px;
  line-height: 28px;
  color: #505050;
}

.rental-button {
  padding: 10px 18px;
  background: #a7061d;
  border: 1px solid #a7061d;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  text-align: center;
}

.rental-page-container {
  display: flex;
}

.rental-page-container h3 {
  margin-bottom: 25px;
}

.rental-page-container a {
  color: #fff;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.rental-page-container a:hover {
  opacity: 0.6;
}

.col-1-2 {
  width: 50%;
}

.col-4-12 {
  width: 34%;
}

.col-8-12 {
  width: 66%;
}

.col-1 {
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.rental-page-container .col-4-12 a {
  display: block;
}

.flex {
  display: flex;
}

.margin-left-md {
  margin-left: 10%;
}

.col-1-2 ul li:nth-child(even) {
  background: #a6a3a3;
}

.col-1-2 li {
  line-height: 30px;
  color: #fff;
}

.mobilecontainer {
  height: 120px;
}

.body-note {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}

/*=====================
	zoom wrap styles
=======================*/

.zoom-container {
  float: left;
  width: 16.66%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #fff;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-family: "montserratregular";
  line-height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.zoom-container a {
  color: #bbbbbb;
}

.zoom-container img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.zoom-container .zoom-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.82);
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.zoom-container .zoom-caption h3 {
  display: block;
  text-align: center;
  font-family: "montserratbold";
  font-size: 20px;
  font-style: normal;
  margin: 14% 0 0;
  text-transform: uppercase;
  color: #fff;
}

.zoom-container:hover .zoom-caption {
  background: none;
}

/*=====================
	slideshow styles
=======================*/

.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.cycle-slideshow img {
  width: 100%;
}

/*=====================
 scrolling inventory
=======================*/

.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
	layout styles
=======================*/

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.column1 {
  width: 65%;
  float: left;
  padding-right: 50px;
  box-sizing: border-box;
}

.column1 p {
  color: #000;
}

.column2 {
  width: 50%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}

.column3 {
  width: 33.33333%;
  float: left;
  padding-right: 68px;
  box-sizing: border-box;
}

.column3b {
  width: 33.33333%;
  float: left;
  padding-right: 68px;
  box-sizing: border-box;
}

.column3a {
  width: 33.33333%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}

.column3a img {
  border: 1px solid #000;
  margin: 2% 0 0;
  max-width: 300px;
  width: 100%;
}

.pdf {
  color: #000000;
  text-decoration: underline;
  font-family: "montserratregular";
}

.column4 {
  width: 25%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
  color: #d3d3d3;
}

.column5 {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.column6 {
  width: 16.66666%;
  float: left;
  padding-right: 25px;
  box-sizing: border-box;
}

/*=====================
	main form
=======================*/

#form {
  background: #fff;
  max-width: 1100px;
  margin: 5% auto;
  color: #333333;
}

#form input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 30px;
  box-sizing: border-box;
  font-family: "montserratlight";
}

#form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 90px;
  box-sizing: border-box;
  font-family: "montserratlight";
}

#form select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0 15px;
  height: 30px;
  box-sizing: border-box;
}

#form input[type="checkbox"] {
  margin: 5px 10px 0 0;
  width: 13px;
  height: 13px;
  display: inline;
}

#form input[type="radio"] {
  margin: 5px 10px 0 0;
  width: 15px;
  height: 15px;
  display: inline;
}

#form input.send-button,
#form input.send-button:focus {
  text-align: center;
  text-transform: uppercase;
  width: 207px;
  font-size: 14px;
  color: #fff;
  font-family: "montserratregular";
  background: #646d6d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 6px;
  height: 50px;
}

#form input.send-button:hover {
  background: #158d12;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/*CAPCHA*/

.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: left !important;
  line-height: normal !important;
}

.CaptchaAnswerPanel input {
  width: 200px !important;
}

.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: #859090;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/*=====================
	top footer styles
=======================*/

footer {
  margin: 0 0 0 0;
}

#border-footer {
  width: 200px;
  border-top: 6px solid #a7061d;
  padding-bottom: 16px;
}

.bottom {
  width: 100%;
  background: #535353;
}

.footer {
  width: 100%;
  padding: 45px 0 70px;
  font-family: "montserratlight";
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 0 0;
}

.bottom-footer {
  background: #fff;
  padding: 50px 0 20px 0;
}

/*-------------------*/

.divfooter {
  float: left;
  line-height: 14px;
  width: 60%;
}

.clear {
  clear: both;
}

#listing-title {
  color: green !important;
}

/*=====================
  responsive styles
=======================*/

@media screen and (max-width: 1175px) {
  .wrapper {
    width: 94%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 1100px) {
  .column3 {
    width: 100%;
    float: left;
    padding-right: 0;
    margin: 3% auto;
  }
  .column3a {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .column1 {
    width: 100%;
    margin: 0 0 7%;
  }
  h4 {
    font-size: 16px;
    margin: 0.5% 0 0;
  }
  .texture {
    background-image: url(../siteart/texture.jpg);
    background-repeat: repeat;
    padding: 7% 0;
    width: 100%;
    height: 615px;
  }
  .column3b {
    width: 33.33333%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1000px) {
  .margin-left-md {
    margin-left: 5% !important;
  }
}

@media screen and (max-width: 911px) {
  .column3 {
    margin: 0 0 11% 0;
  }
  h1 {
    font-size: 25px;
  }
  p {
    font-size: 15px;
  }
  .column3b {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .col-1 {
    flex-direction: column;
  }
  .margin-left-md {
    margin-left: 0 !important;
  }
  .col-1 .col-1-2 {
    width: 100%;
  }
  .col-1-2 h3:last-of-type {
    margin-top: 50px;
  }
  .rentals .wrapper {
    padding: 50px 0;
  }
  .rental-card {
    width: 47%;
  }
}

@media screen and (max-width: 700px) {
  .logo {
    width: 100%;
  }
  .header-right {
    float: none;
    text-align: left;
    padding: 4% 0 2%;
    max-width: 515px;
    width: 100%;
  }
  .column4 {
    width: 33%;
    float: left;
  }
  .rental-page-container {
    flex-direction: column;
  }
  .col-1 {
    margin-top: 0;
  }
  .col-4-12,
  .col-8-12 {
    width: 100%;
  }
  .col-8-12 {
    order: 1;
  }
  .col-4-12 {
    order: 2;
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .rental-card {
    width: 100%;
    margin-right: 0;
  }
  .rental-card-copy .rental-card-body {
    padding: 20px;
  }
  .rental-card-title {
    padding: 10px 20px;
  }
  .rental-button {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 534px) {
  .column4 {
    width: 100%;
    float: left;
    padding-right: 0;
    margin-bottom: 5%;
  }
  .col-1-2 ul li:nth-child(even) {
    background: transparent;
  }
}

@media screen and (max-width: 500px) {
  .texture {
    background-image: url(../siteart/texture.jpg);
    background-repeat: repeat;
    padding: 7% 0;
    width: 100%;
    height: 700px;
  }
  .column3 {
    margin: 7% 0 11%;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 13px;
    margin: 1% 0 0;
  }
}

@media screen and (max-width: 420px) {
  .logo img {
    max-width: 270px;
    width: 100%;
  }
  .header-right {
    float: none;
    text-align: left;
    padding: 4% 0 5%;
    max-width: 396px;
    width: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 325px) {
  h1 {
    font-size: 19px;
  }
  h9 {
    font-size: 16px;
  }
}
