@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600&display=swap");
applet, object, iframe, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, eal, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, img, header, container {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

body {
  background: #f4f3ee;
  color: #4f4e4e;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Teko', sans-serif;
}

.navbar {
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bbb;
  -moz-transition: all, ease, 0.25s;
  -o-transition: all, ease, 0.25s;
  -webkit-transition: all, ease, 0.25s;
  transition: all, ease, 0.25s;
}
.navbar:hover {
  background: white;
}
.navbar.scrolled {
  background: white;
}

.navbar-brand {
  padding: 0;
  padding-left: 10px;
}
.navbar-brand img {
  max-width: 140px;
}

.navbar .navbar-nav > li > a {
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 12px;
  color: #555 !important;
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
}
.navbar .navbar-nav > li > a.nav-link {
  padding: 20px 10px;
}
.navbar .navbar-nav > li > a:hover {
  background: #f3f3f3;
  color: #D42E2C !important;
}

.dropdown-menu {
  top: 96%;
}
.dropdown-menu .dropdown-item:hover {
  background: #f3f3f3;
  color: #D42E2C;
}

.site-navbar .toggle-button a {
  color: #333;
}

ul.liststyle {
  list-style: none;
}

.fa-check {
  font-weight: 900 !important;
  margin-right: 4px;
}

i.fa-solid.fa-chevron-right.right {
  position: relative;
  right: 15px;
}

.heading .fa-solid, .heading .fas {
  font-weight: 900;
  color: #D42E2C;
  font-size: 39px;
}

span.text {
  position: relative;
  right: 5px;
}

p.pnumb {
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 12px;
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  color: #D42E2C;
  font-size: 20px;
  position: relative;
  top: 5px;
}
p.pnumb a {
  color: #D42E2C;
}

.hero {
  background: url(../img/golow_hero.jpg) no-repeat 0 0;
  background-position: center center;
  background-size: cover;
  min-height: 750px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.hero h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.1em;
  padding: 0px 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #222;
  font-size: 65px;
  text-align: center;
  padding-top: 5px;
}

p {
  margin-bottom: 10px;
}

h1.heading {
  font-size: 60px;
}

h2.heading {
  font-size: 45px;
}

.about {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.container-full.skiffs {
  background: #fefdfc;
  background: linear-gradient(0deg, #fefdfc 0%, #f4f3ee 100%);
}

.skiffs .model {
  border: 1px solid #ccc;
}
.skiffs .model a {
  text-decoration: none !important;
}
.skiffs .model a h2 {
  color: #4f4e4e;
}
.skiffs .model a img {
  -moz-transition: all, ease-in, 0.2s;
  -o-transition: all, ease-in, 0.2s;
  -webkit-transition: all, ease-in, 0.2s;
  transition: all, ease-in, 0.2s;
}
.skiffs .model a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

footer {
  background: url(../img/hero_fish_bg.jpg) no-repeat 0 0;
  background-position: center center;
  background-size: cover;
  min-height: 450px;
  border-top: 1px solid #000;
  color: #999;
}
footer .container-fluid {
  background: rgba(0, 0, 0, 0.78);
  min-height: 450px;
  height: 100%;
  width: 100%;
}
footer .container-fluid label {
  color: #ccc;
}
footer .container-fluid .form-control {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
  border-radius: 3px;
  color: #aaa;
}
footer .container-fluid input.form-control {
  height: 50px;
}
footer .container-fluid .btn {
  background: none;
  border: 1px solid #D42E2C;
  margin: 20px auto;
  display: block;
  -moz-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  width: 100%;
}
footer .container-fluid .btn:hover {
  background: #D42E2C;
}
footer .footer_btm {
  color: #666;
  margin-top: 30px;
  padding: 10px 20px;
  border-top: 1px solid #222;
  background: rgba(0, 0, 0, 0.5);
}
footer .footer_btm p.copy {
  margin-top: 5px;
}
footer .footer_btm .social_link {
  color: #666;
  margin-left: 8px;
  font-size: 24px;
}

.model .heading {
  border-bottom: 1px solid #cdc9ae;
}

.model_dets {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  min-height: 430px;
}

.model_dets  h4{
  background: #D42E2C;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.model_dets p {
  margin-bottom: 8px;
}
.model_dets p span {
  font-weight: 700;
}
.model_dets ul li {
  margin-bottom: 10px;
}

.flex-direction-nav a:before {
  font-size: 30px !important;
  padding-top: 0 !important;
}

form input.form-control.error {
  border: 1px solid #f27070;
}

form label span {
  color: #f27070;
  font-weight: 700;
  display: none;
}

form textarea.form-control {
  background: #f7f7f7;
  border: 1px solid #c9c9c9;
}

form textarea.form-control.error {
  border: 1px solid #f27070;
}

@media handheld, only screen and (max-width: 767px) {
  .navbar {
    padding: 8px;
  }

  .hero {
    min-height: 550px;
  }
}
@media handheld, only screen and (max-width: 575px) {
  .skiffs .model {
    margin: 0 15px 10px;
  }

  .about {
    margin-top: 15px;
  }

  .hero {
    min-height: 580px;
  }
  .hero h1 {
    font-size: 53px;
  }

  h1.heading {
    font-size: 48px;
  }
}
