@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:100);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	color: #000000;
	background: #dbdddf;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #090DC5;
}
.home .hashAncor {
  height: 42px !important;
  margin-top: -42px !important;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
}
h2 .thin {
  display: block;
  font-weight: 100;
}
@media (max-width: 767px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
h3 {
  font: italic 400 23px/35px "Lato", sans-serif;
  color: #ffffff;
}
.heading1 {
  margin-bottom: 63px;
}
.heading1.heading1__inset1 h2 .thin {
  display: inline-block;
}
/* ======= Buttons ======= */
.btn-default {
	font: 700 20px/20px "Lato", sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 63px 24px;
	display: inline-block;
	background: #16202e;
}
.btn-default:hover {
  color: #ffffff;
  background: #2E16A7;
}
.btn-default.btn-default__inset1 {
  background: #a23232;
}
.btn-default.btn-default__inset1:hover {
  background: #16202e;
}
/* ======= Wrappers ======= */
.button-wrapper {
  text-align: center;
}
.relative-wrapper {
  position: relative;
}
.wrapper1 {
  padding: 78px 0 91px;
}
.wrapper1 .heading1 h2 {
  color: #16202e;
}
.wrapper2 {
  padding: 90px 0 68px;
}
.wrapper2 .heading1 {
  margin-bottom: 55px;
}
.wrapper2 .heading1 h2 {
  color: #16202e;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#header.common {
  background: #1b232f;
}
#header.common .wrapper {
  position: relative;
}
#header h1 {
  left: 0;
  top: 7px;
  position: absolute;
  display: inline-block;
}
@media (max-width: 979px) {
  #header h1 {
    display: none;
  }
}
#header h1 a {
  display: block;
}
#header h1 a span {
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
#header h1 a span.first {
  font: 100 50px/50px "Lato", sans-serif;
  letter-spacing: -0.06em;
  margin-bottom: -3px;
}
#header h1 a span.second {
  font: 700 50px/50px "Lato", sans-serif;
  letter-spacing: -0.04em;
}
/* ======= Main menu variables ======= */
nav {
  display: inline-block;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li > a {
	text-transform: uppercase;
	font: 700 20px/20px "Lato", sans-serif;
	display: block;
	text-align: center;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding: 51px 18px 45px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu > li > a:hover {
  background: #2E16A7;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #ffffff;
}
.sf-menu > li.active-menu-item > a {
  background: #a23232;
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #a23232;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px 700 20px/20px "Lato", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 116px;
}
@media (max-width: 767px) {
  #content.common {
    padding-top: 0;
  }
}
/* ======= Banner 1 CALL 239-738-5259  CAPTAIN JOHN  -   was Welcome ======= */
.banner1 {
	padding: 90px 0 100px;
	background: #a23232;
	color: #ffffff;
	text-align: justify;
}
.banner1 .heading1 {
  margin-bottom: 23px;
}
.banner1 p {
  font-size: 23px;
  line-height: 35px;
  font-style: italic;
}
.banner1 .btn-default {
  margin-top: 31px;
}
/* ======= Banner 2 ABOUT CAPTAIN JOHN  -  was About our company ======= */
.banner2 {
  padding: 92px 0 100px;
  background-image: url(../images/page1_img1.png);
}
.banner2 .heading1 {
  margin-bottom: 47px;
}
/* ======= Box 1 ABOUT CAPTAIN JOHN    -  was About our company ======= */
.box1 {
	padding: 0 20px;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 63px;
}
.box1 h3 {
  margin-bottom: 17px;
}
/* ======= Box 2 CHARTERS    -   was our services ======= */
.box2 {
	padding: 0 8px;
	text-align: center;
}
.box2 img {
  border-radius: 300px;
  width: 100%;
}
.box2 h3 {
  margin-top: 28px;
  color: #a23232;
}
.box2 h3 a:hover {
  color: #16202e;
}
.box2 p {
  margin-top: 7px;
}
.box2.box2__inset1 .gallery_link,
.box2.box2__inset1 .gallery_image {
  border-radius: 300px;
}
.box2.box2__inset1 h3 {
  padding: 0 30px;
  color: #ffffff;
}
.box2.box2__inset1 h3 a:hover {
  color: #a23232;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 70px;
  }
}
/* ======= Banner 3 Our boats ======= */
.banner3 {
  background-image: url(../images/page1_img5.png);
  padding: 91px 0 102px;
}
.banner3 .heading1 {
  margin-bottom: 74px;
}
/* ======= Box 3 Privacy Policy ======= */
.box3 {
  text-align: center;
  margin-bottom: 25px;
}
.box3 h3 {
  color: #a23232;
  margin-bottom: 7px;
}
.box3 h3 a:hover {
  color: #16202e;
}
.box3 .simple-link {
  margin-top: 24px;
}
/* ======= Google Map  ======= */
.google-map_main {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.google-map_main iframe {
  width: 100%;
  height: 489px;
}
.google-map_main .info {
  width: 100%;
  height: 100%;
  background: url(../images/background1.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.google-map_main .info .location {
  margin-bottom: 15px;
  font: 400 15px/29px "Lato", sans-serif;
}
.google-map_main .info .location span {
  display: block;
}
.google-map_main .info .phone {
  font: 700 75px/75px "Lato", sans-serif;
}
@media (max-width: 767px) {
  .google-map_main .info .phone {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .google-map_main .info .phone {
    font-size: 40px;
    line-height: 40px;
  }
}
.google-map_main .info .phone span {
  display: block;
}
.google-map_main .info .socials1 {
  margin-top: 18px;
}
.google-map_main .info .block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -112px;
}
/* ======= Simple link ======= */
.simple-link {
  color: #a23232;
  display: inline-block;
}
.simple-link:hover {
  color: #16202e;
}
/* ======= Social buttons 1  this is Facebook, YP & YouTube  where's the font-awesome directory ??? ======= */
.socials1 li {
  border-radius: 200px;
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 14px;
}
.socials1 li a {
  display: block;
  border-radius: 200px;
}
.socials1 li a i {
  color: #ffffff;
  background: #16202e;
  text-align: center;
  font-size: 44px;
  display: block;
  width: 86px;
  height: 86px;
  line-height: 90px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #ffffff;
  background: #a23232;
}
/* ======= Photo Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  background: #a23232;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery_image a .gallery_icon i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -17px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #16202e;
  padding: 23px 0;
  text-align: center;
  font: 400 13px/24px "Lato", sans-serif;
  color: #ffffff;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #16202e;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #792424;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
