﻿@charset "utf-8";

/* CSS Document 
Author: lukeybytes - Luke Johns © 2015
Version: 5
*/

/* ========== STANDARD ==================== */

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}

* {
  padding: 0;
  margin: 0;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

body {
  color: #555555;
  font: 400 14px/21px 'Open Sans', sans-serif;
  overflow-x: hidden;
  position: relative;
}

.shadow {
  box-shadow: 0px 0px 5px #000;
}

.container {
  margin: 0 auto;
  width: 90%;
}

.slideshow {
  display: none;
}

.header {
  background: rgba(0,102,153,0.6);
  color: #ffffff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.header img {
  display: block;
  margin: 0 auto 15px;
}

.header .right img {
  margin: 15px auto;
}

.navigation {
  background: #006699;
}

#navigationTitle {
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.navigation ul {
  display: none;
  list-style: none;
  padding: 0 0 20px;
  text-align: center;
}

.navigation a {
  color: #ffffff;
  text-decoration: none;
}

.boxes {
  font-size: 0;
  margin: 30px 0 15px !important;
  text-align: center;
}

.boxes li {
  display: inline-block;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}

.boxes a {
  display: block;
  width: 100%;
}

.boxes .title {
  background: #ec1d25;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 100%;
}

.boxes img {
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
}

.content {
  margin: 20px 0 30px;
}

.content a {
  color: #006699 !important;
}

.content ul {
  margin: 0 0 15px 30px;
}

h1 {
  color: #006699;
  font: 700 24px/32px 'Open Sans', sans-serif;
  margin: 0 0 15px;
}

h2 {
  color: #ec1d25;
  font: 700 20px/28px 'Open Sans', sans-serif;
  margin: 0 0 15px;
}

h3 {
  color: #006699;
  font: 700 18px/26px 'Open Sans', sans-serif;
  margin: 0 0 15px;
}

p {
  margin: 0 0 15px;
}

table {
  border-collapse: collapse;
  padding: 0;
}

.contact-image {
  display: none;
}

.map {
  margin: 0 0 15px;
  width: 100%;
}

.map iframe {
  width: 100%;
}

.accessories-right,
.rates-right {
  display: none;
}

.align-right {
  display: block;
  margin: 0 auto 15px;
  max-width: 400px;
  width: 100%;
}

.footer {
  background: #006699;
  padding: 20px 0 30px;
  width: 100%;
}

.footer #navigationTitle {
  display: none !important;
}

.footer a {
  color: #FFF;
}

.footer div:nth-child(2) {
  width: 320px;
}

.footer h2 {
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
}

.footer a:hover {
  opacity: 0.8;
}

.footer input[type="text"], .footer textarea {
  background: 0 none;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font: 400 14px/21px 'Open Sans', sans-serif;
  float: left;
  height: 25px;
  margin: 0 10px 10px 0;
  padding: 2px 1%;
  width: 98%;
}

.footer textarea {
  height: 115px;
}

.footer form img {
  width: 210px !important;
}

.footer button {
  background: #4682b4;
  border: 0 none;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 10px 15px;
}

.footer button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.footer .right h2 {
  text-align: left;
  padding: 0 0 11px;
  margin: 0 10px;
}

.footer .right ul {
  height: 180px;
  margin: 0 0 0 20px;
  text-align: right;
  width: 240px;
}

.footer .right li {
  text-align: left;
  padding: 5px 0;
  margin: 0;
  font-size: 13px;
  float: left;
  width: 120px;
  margin: 0 10px;
  color: #Fff;
}

.footer .right li:nth-child(2n) {
  width: 80px;
}

.footer .right .copyright {
  font-size: 12px;
  margin: 0 0 15px;
  text-align: center;
}

table.pictures {
  border: 1px solid #CCC;
  margin: 10px 0 20px;
  padding: 0px 0px 10px;
}

.pictures td {
  padding: 10px 0px 0px 10px;
}

.pictures td#last {
  padding: 10px 10px 0px 10px;
}

.pictures td img {
  border: none;
  width: 136px;
}

table.pictures2 {
  border: 1px solid #CCC;
  margin: 10px 0 20px;
  padding: 0px 0px 10px;
}

.pictures2 td {
  padding: 10px 0px 0px 10px;
}

.pictures2 td#last {
  padding: 10px 10px 0px 10px;
}

.pictures2 td img {
  border: none;
  width: 136px;
}

#stuff, #request-booking {
  display: none;
}

.webform .item {
  margin: 4px 0 10px;
  width: 100%;
}

.webform .col1 {
  float: left;
  margin: 4px 4% 10px 0;
  width: 48%;
}

.webform .col2 {
  float: left;
  width: 48%;
}

.webform input[type="text"],
.webform select,
.webform textarea {
  box-sizing: content-box;
  border: 1px solid #666666;
  display: block;
  font: 400 14px/16px 'Open Sans', sans-serif;
  height: 16px;
  padding: 4px 1%;
  width: 97%;
}

input[name="subject"] {
  display: none !important;
}

.webform select {
  padding: 0 1%;
  height: 26px;
}

.webform textarea {
  height: 100px;
}

#request-booking input[type="submit"] {
  padding: 10px;
  background: #069;
  color: #FFF;
  border: 0 none;
  border-radius: 5px;
}

#request-booking input[type="submit"]:hover {
  cursor: pointer;
}

#hire-selection {
  text-align: center;
  margin: 0 0 15px;
  padding: 0
}

#hire-selection li {
  display: inline-block;
  margin: 0 1%;
  padding: 0;
  list-style: none;
  width: 200px;
}

#hire-selection li img {
  height: 150px;
  width: 100%;
  display: block;
}

#hire-selection li img:hover {
  opacity: 0.8;
}

.special {
  color: #FFF;
  font-size: 18px;
}

.special h3 {
  font-size: 24px;
  color: #F00;
}

.special h3 a {
  color: #FF0 !important;
}

.gallery {
  font-size: 0;
  text-align: center;
}

.gallery a {
  display: inline-block;
  width: 98%;
  padding: 1%;
}

.gallery img {
  width: 100%;
}

.what-you-get {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 0 0 15px;
  width: 100%;
}

.what-you-get td {
  background: #eeeeee;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 5px;
}

.what-you-get tr:nth-child(2n) td {
  background: #dddddd;
}

.what-you-get tr:first-child td {
  background: #006699;
  color: #ffffff;
}

.what-you-get tr td:nth-child(2),
.what-you-get tr td:nth-child(3) {
  text-align: center;
}

label.error {
color: #f00;
}

@media only screen and (min-width: 600px) {
  
  .left {
    float: left;
  }
  
  .right {
    float: right;
  }
  
  .header {
    background: rgba(0,102,153,0.6);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    padding: 20px 0;
    width: 100%;
  }
  
  .header .right img {
    box-shadow: 0px 0px 5px #ffffff;
    margin: 7px 20px 0 0;
  }
  
  .header img {
    float: left;
    margin: 0 15px 0 0;
  }
  
  .boxes li {
    margin: 0 1%;
    width: 31%;
  }

  .align-right {
    float: right;
    margin: 0 0 10px 30px;
    max-width: auto;
    width: 300px;
  }
  
  .footer .left {
    width: 200px;
  }
  
  .footer .right {
    text-align: right;
    width: 240px;
  }
  
  .gallery a {
    width: 48%;
  }
  
}

@media only screen and (min-width: 740px) {
  
  .left {
    float: left;
  }
  
  .right {
    float: right;
  }
  
  .slideshow {
    display: block;
  }
  
  .header {
    background: rgba(0,102,153,0.6);
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: 500;
    width: 100%;
  }
  
  .container {
    width: 680px;
  }
  
  .slideshow {
    margin: 0 -2000px;
  }
  
  #slider {
    background: url(/scripts/loading.gif) no-repeat 50% 50%;
    height: 550px;
    margin: 0 auto;
    position: relative;
    width: 2000px;
  }
  
  .navigation {
    height: 50px;
  }
  
  #navigationTitle {
    display: none;
  }
  
  .navigation ul {
    display: block;
    font-size: 0;
    height: 50px;
    text-align: center;
    width: 100%;
  }
  
  .navigation li {
   *display: inline;
    display: inline-block;
    height: 50px;
    list-style: none;
    text-align: center;
    zoom: 1;
  }
  
  .navigation a {
    border-left: 1px solid #003366;
    border-right: 1px solid #0099cc;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 50px;
    padding: 0 12px;
    text-decoration: none;
  }
  
  .navigation a:hover, .navigation li.selected a {
    color: #33ccff;
  }
  
  .navigation li:first-child a {
    border-left: 0 none;
  }
  
  .navigation li:last-child a {
    border-right: 0 none;
  }
  
  .map {
    float: right;
    width: 300px;
  }
  
  .accessories-right, {
    display: block;
    float: right;
    margin: 0 0 0 30px;
    width: 150px;
  }
  
  .accessories-right img {
    width: 150px;
  }
  
  .rates-right {
    display: block;
    float: right;
    margin: 30px 0 0 30px;
    width: 200px;
  }
  
  .rates-right img {
    width: 200px;
  }
  
  .footer .left {
    width: 400px;
  }
  
}

@media only screen and (min-width: 1000px) {
  
  .container {
    width: 960px;
  }
  
  .header {
    font-size: 24px;
  }
  
  .navigation a {
    font-size: 14px;
    padding: 0 23px;
  }
  
  .contact-image {
    display: block;
  }

  .align-right {
    width: 400px;
  }
  
  .map {
    margin: 0 20px 0 0;
    width: 350px;
  }
  
  .footer .left {
    width: 600px;
  }
  
  .footer textarea {
    height: 60px;
  }
  
  .gallery a {
    width: 23%;
  }
  
}