* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

html, body {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #06181f;
  bottom: 0;
  height: 100%;
  width: 100%;
  top: 0;
}

span {
  font-size: 12px;
  color: #111;
}

li.logo {
  z-index: 1000;
}

li.logo a {
  padding: 0px;
}

li.logo img {
  width: 200px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

li.nav {

}

nav.smaller li.logo img {
  width: 120px;
}



#main{
  background-color: #77cfe4;
}

header{

}


#mobbtn {
display: none;
position:fixed;
right: 20px;
top: 15px;
z-index: 1000;
}
#mobnav {
  display: none;
  text-align: center;
  background: rgba(12, 21, 31, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 120px;
}
#mobnav li {
  display: block;
}
#mobnav a {
  padding: 10px 0px;
  font-size: 22px;
  color: #fff;
}


video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}



.banner {
  background: url(video/lines.png) repeat;
  background-attachment: fixed;
  width: 100%;
  height: 95%;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
}

.bannercontent {
  position: absolute;
  top: 40%;
  height: 40%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#waves {
  background: url(images/waves.png) repeat-x center center;
  width: 100%;
  height: 16px;
  position:absolute;
  bottom: 0;
}

img.bookit {
  width: 220px;
  transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

img.bookit:hover {
  width: 225px;
}



/* section content */

section{
  padding: 0px;
  height: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

article{
  width: 80%;
  max-width: 900px;
  padding: 100px 0px 80px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}

.container {
  width: 80%;
  max-width: 900px;
  padding: 40px 0px 80px;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}

article.left {
  display: inline-block;
  width: 40%;
  font-size: 0;
  vertical-align: top;
}

article.left p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

article.right {
  display: inline-block;
  width: 50%;
  font-size: 0;
  padding-left: 10%;
  vertical-align: top;
}


article iframe{
margin-bottom: 20px;
    width: 100%;
    max-width: 900px;
    height: 250px;
}

.third {
  display: inline-block;
  width: 32%;
  vertical-align: top;

}

.third img {
  width: 90%;
  max-width: 300px;
}

.third li {
  line-height: 1.5em;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 300;
}

.two-third {
  display: inline-block;
  width: 64%;
  vertical-align: top;
}

.attorney {
  padding: 80px 0px 60px;
  border-bottom: 1px solid #999;
}

#contact p {text-align: center;}

.testimonial {
  padding: 60px 0px 20px;
  border-bottom: 1px #2B51A1 solid;
}

.testleft {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.testleft img {
  width: 100%;
  max-width: 170px;
  padding-bottom: 10px;
}

.testright {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4%;
}



.left {
  display: inline-block;
  width: 40%;
  font-size: 0;
  vertical-align: top;
}


.right {
  display: inline-block;
  width: 55%;
  font-size: 0;
  padding-left: 5%;
  vertical-align: top;
}

.fleet {
  padding: 40px 0px;
}

.fleet h4 {
  text-align: left;
}


#reservation {
  background-color: rgba( 6, 24, 31, 0.9);
  color: #fff;
  text-align: center;
  padding: 80px 0px 60px;
  display: none;
}

#reservation .inner {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

img.close {
  position: absolute;
  top: 20px;
  right: 20px;
}





h1,h2,h3,h5,h6{

}

p{
  line-height: 1.8em;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}


a {
  color: #D03000;
  text-decoration: none;
}

a:hover {}


h1{
  text-align: center;
  width: 100%;
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

h2{
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: -10px;
}

h3{
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #06181f;
  padding: 15px 0px 10px;
  width: 100%;
  display: inline-block;
  line-height: 40px;
  border-radius: 10px;
}

h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 6px #17495D;
}

h5{
  font-size: 40px;
  margin-bottom: 40px;
  color: #06181f;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
}

h6{
  font-size: 40px;
  margin-bottom: 40px;
  color: #06181f;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
}


/* nav */

nav {
  position: fixed;
  top: 0px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  list-style-type: none;
  color: #fff;
  z-index: 100000;
  background-color: #77cfe4;
  border-bottom: #06181f solid 2px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

nav ul {
  margin: 0px;
  padding: 0px;
}

nav li {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0px 20px;
}
nav li img {
  padding: 0px 5px;
}

nav a{
  display: inline-block;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: normal;
  color: #06181f;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: 'Fjalla One', sans-serif;
}



nav li:first-child:before{
  content: none;
}

nav ul li ul li:before{
  content: none;
}

nav ul li ul li:first-child:before{
  content: none;
}

nav a:hover{
  background-color: ;
  opacity: 0.8;
}

nav ul ul{
  position: absolute;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  width: 0px;
  top: 26px;
  -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

nav ul li ul li a{
  padding: 10px 20px;
  width: 135px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #000;
}

nav ul li ul li a:hover{
  background-color: ;
}

nav li:hover ul {
  display:block;
  opacity: 1;
  visibility: visible;
  top: 36px;
}





/* footer */

footer{
  background-color: #06181f;
  color: #fff;
  width: 100%;
  text-align: center;
}

footer p {
  margin-bottom: 0px;
  padding: 40px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}

#topfooter {
  background: url(images/footerbg.jpg) no-repeat bottom center;
  background-attachment: fixed;
  background-size: 100%;
  -o-background-size: 100%;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  width: 100%;
  height: auto;

  display: block;
  position: relative;
  margin: 0 auto;
  padding: 80px 0px;
}

#topfooter a{
  color: #fff;
}

#topfooter p {
  display: inline;
  vertical-align: middle;
  font-size: 20px;
  text-align: left!important;
}

#topfooter img {
  display: inline;
  float: left;
  vertical-align: middle;
  width: 140px;
  margin-right: 40px;
}

#topfooter .inner {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}



@media screen and (max-width: 950px) {

  .left {
    display: inline-block;
    width: 100%;
    font-size: 0;
    vertical-align: top;
    padding-bottom: 30px;
  }


  .right {
    display: inline-block;
    width: 100%;
    font-size: 0;
    padding-left: 0;
    vertical-align: top;
  }

  #topfooter {
    background: url(images/footerbg.jpg) no-repeat bottom center;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
  }

  #topfooter img {
    display: block;
    float: none;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 40px;
  }

  img.close {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 20px;
  }
  .third {width: 100%; padding: 20px 0px;}
  .two-third {width: 100%;}

  #mobbtn {display: block;}
  nav li.nav {display: none;}
  li.logo img {
    max-width: 100px;
    padding: 10px 0px;
  }
  #orange {display: none;}
  nav {text-align: left;

    top: 0;
  }
  nav.smaller img {
    width: auto;
  }

}


@media screen and (max-width: 600px) {

  .banner {
    background: url(images/bg.jpg) no-repeat center center;
    background-size: 200%;
    background-attachment: fixed;
    width: 100%;
    height: 95%;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
  }

  video {display: none;}

  img.bookit {
    width: 160px;
  }

  img.bookit:hover {
    width: 165px;
  }


  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 22px; margin-top: 10px;
  }
  h3 {
    font-size: 20px;
  }

  .bannercontent {
    top: 25%;
    height: 25%;
  }

  .banner {
    background-attachment:scroll;
    background-size: 300%;
    height: 90%;
  }

  .testleft, .testright {
    width: 100%;
  }

  .testright {
    padding: 0px;
  }
  article {
    width: 90%;
    padding-top: 100px!important;
    padding-bottom: 20px;
  }

  article .inner {
      padding: 30px!important;
  }

  article.left {
    width: 100%;
    padding-top: 40px!important;
  }
  article.right {
    width: 100%;
    padding-left: 0px;
    padding-top: 40px!important;
  }


}

@media screen and (max-width: 480px) {

}
