body{
    font-family: 'Cutive Mono';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-weight: 500;
}
.page-loader{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #fff;
    display: block;    
}
.page-loader .fa{
    font-size: 2.5rem;
}
.page-loader,
.page-loader.visible{
    transition: 0.6s;
    opacity: 1;
    visibility: visible;    
}
.page-loader.hidden{
     visibility: hidden; 
     opacity: 0; 
}
.page-loader .page-loader-flex {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #25211f;
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-loader div p{
    margin-top: 1.0rem;
    font-size: 16px;
    color: #25211f;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    text-transform: uppercase;
	font-family: "Roboto", "Open Sans", "Helvetica", sans-serif;
	font-weight: 700;
}
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    justify-content: center;
}
.cta-description {
    padding: 20px 30px;
    text-align: center;
}
.cta-section {
    padding: 50px 0;
}
.home-cta-title {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    color: #333;
}
.cta-description p {
    font-size: 22px;
    line-height: 24px;
    color: #666;
}
.cta-btn-section {
    padding-top: 20px;
}
.cta-btn-section a {
    padding: 7px 25px;
    font-size: 20px;
    line-height: 34px;
}
.video-frame {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: block;
} 
.video-frame:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video-part-section {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}
video#home-video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.videopage-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}
.video-content-center {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;margin: 0 auto;}
.video-inner-content .video-home-title { 
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    font-family: 'Cali 1',Helvetica,Arial,Lucida,sans-serif;
    font-size: 48px;
}
.video-inner-content {display: table-cell;vertical-align: middle;}
.video-inner-content img {margin: 0 auto;padding-bottom: 10px;} 
.ongrill-section{
        padding: 50px 0;
}
.logo_container {
    padding: 15px 0 0;
    text-align: center;
}
#logo_bar_header_logo{
    display: inline-block
}
span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.default-btn {
    position: relative;
    padding: .3em 1em;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    background-color: #e02b20;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    color: #fff !important;
}
.default-btn:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    text-transform: none;
    content: "\f054";
    font-family:'FontAwesome';
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.default-btn:hover {
    padding: .3em 2em .3em .7em;
    border: none;
    color: #fff;
    background-color: #e02b20;
}
.default-btn:hover:after {
    margin-left: 15px;
    opacity: 1;
}
.video-btn a {
    text-transform: uppercase;
    font-size: 31px;
        padding: .3em 1em;
}
.video-btn {
    padding-top: 25px;
}
.pd-0 {
    padding: 0 !important;
}
.instagram-section {
    padding: 54px 0;
}
.instagram-content-section a em {
    background-color: #ea2c59;
    color: #fff;
    width: 82px;
    height: 82px;
    display: flex;
    font-size: 44px;
    border-radius: 50%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.instagram-section {
    padding: 54px 0;
}
.custom-hr {
    width: 75px;
    background-color: red;
    height: 5px;
    border: 0px;
    margin: 0 auto;
}
.instagram-title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    margin-bottom: 41px;
}
.insta-description{
    padding: 54px 0;
}
.faq-section {
    padding: 54px 0;
}
.faq-title, .form-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}
.faq-title-section p, .form-title-section p {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    line-height: 24px;
}
.faq-title-section, .form-title-section {
    padding-bottom: 30px;
}
.faq-section .panel-title {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}
.faq-section .panel-group .panel {
    padding: 20px;
    margin-bottom: 25px;
}
.faq-section .panel-body {
    padding: 0;
    padding-top: 15px;
}
.faq-section .panel-body p, .faq-section .panel-body p span {
    font-size: 16px !important;
    line-height: 29px;
    color: #666;
    font-family: 'Cutive Mono' !IMPORTANT;
    background-color: transparent !IMPORTANT;
}
.faq-section .panel-heading > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f056";
    padding-right: 5px;
    color: #e02b20;
}
.faq-section .panel-heading > a.collapsed:before {
    float: right !important;
    content:"\f055";
    color: #e02b20;
}
.faq-section .panel.active {
    background-color: #f7f7f7;
}
.form-section {
    padding: 54px 0;
}
.form-inner-title {
    font-size: 26px;
    line-height: 26px;
    color: #333;
}
.home-form-section .form-control {
    border-radius: 0;
    height: 50px;
    background-color: #eee;
    border: none;
    box-shadow: none;
    margin-bottom: 35px;
}
.home-form-section .form-control.message {
    height: auto;
}
.home-form-btn button {
    padding: .3em 1em;
}
.footer-logo img {
    max-width: 250px;
    padding-bottom: 40px;
}
.footer-form .form-control {
    border-radius: 0;
    height: 46px;
    box-shadow: none;
}
.footer-form-btn button {
    padding: .3em 1em;
    display: block;
    width: 100%;
}
.footer-form {
    padding: 25px;
}
.footer-cta-title {
    color: #e02b20;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.footer-cta-content ul li a {
    text-transform: uppercase;
}
.footer-cta-content a, .footer-cta-content p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-cta-content ul li {
    list-style: none;
}
.footer-copy-section a, .footer-copy-section p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-copy-section {
    padding: 54px 0 27px;
}
footer{ padding:6.1em 0 0;}
a.ink {
    color: #e02b20;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}
#back_top {
    bottom: 35px;
    display: none;
    height: 40px;
    position: fixed;
    right: 12px;
    width: 40px;
    line-height: 40px;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #ea2c59;
    color: #ea2c59;
}
#back_top:before {
    content: "\f077";
    font-family: FontAwesome;
}
#back_top span {
    display: none;
}
* {
	margin: 0;
	padding: 0;
}
.inner-page-header-section {
    position: relative;
}
.inner-page-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    font-size: 36px;
}
.gallery-section {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px
}

.gallery-section .gallery-image {
	transition: transform .5s, filter 1.5s ease-in-out
}

.gallery-section:hover .gallery-image {
	transform: scale(1.1)
}

.image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(255, 255, 255, .5)
}

.gallery-section:hover .image-overlay {
	opacity: 1
}

.image-overlay .fa {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 36px
}

.gallery-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 75%
}

.gallery-image img {
	display: none
}

.our-mission-section p {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    padding-bottom: 30px;
    padding-top: 30px;
}
.our-mission-title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.guest-section ul li {
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
.guest-section {
    padding: 0 5%;
}

.guest-bg{
    padding: 60px 0;
}
.do-about-us-details p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.box-border-section {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    border: 1px solid #bebebe;
    position: relative;
}
 
.box-border-title {
    background-color: #000;
    padding: 15px 0;
}

.box-border-header {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.box-border-title p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
span.price {
    color: #e02b20;
    font-size: 82px;
    line-height: 80px;
}
span.doller {
    display: block;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    left: -25%;
    right: 0;
}
.box-price-section {
    padding: 20px 0;
    border-bottom: 1px solid #bebebe;
}
span.hour {
    font-size: 16px;
    line-height: 20px;
    margin-left: -3%;
}
.people-list li span {
    position: relative;
}
.people-list ul li {
    list-style: none;
    padding-bottom: 15px
}
.people-list li span:before {
    border-style: solid;
    border-width: 3px;
    content: "";
    left: -14px;
    position: absolute;
    top: 5px;
    border-radius: 3px;
    border-color: #e02b20;
}
.people-list ul li {
    list-style: none;
    padding-bottom: 15px;
}

.box-people-section {
    padding: 30px 0 0;
}

.box-people-section .video-btn {
    padding-bottom: 30px;
}
.boat-title-header {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}

.boat-title {
    padding-bottom: 30px;
}

.our-boat-section-bottom {
    padding: 30px 0 60px;
}

.guest-title {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}

.guest-title-section {
    padding-bottom: 30px;
}
.guest-section P {
    font-size: 18px;
    line-height: 24px;
    color: #666;
}
.inner-page-header-section p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
}
.contact-form-title-section p {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 0 20px;
}

.contact-form-title-section p a { color: #333; }


.contact-form-title-section p + p {
    padding-top: 0;
}
.contact-form-title {
    font-size: 23px;
    text-transform: uppercase;
    line-height: 23px;
}
.contact-address-list ul li {
    text-align: left;
    display: flex;
    align-items: center;
}
.contact-address-list ul li a {
    color: #666;
}

.contact-address-list ul li em.fa-mobile {
    font-size: 42px;
}

.contact-address-list ul li em.fa-envelope-o {
    font-size: 24px;
}

.contact-address-list ul li em.fa-mobile + a {
    font-size: 24px;
    line-height: 27px;
    color: #e02b20;
    font-weight: 700;
}

.contact-address-list ul li em.fa-envelope-o + a {
    font-size: 18px;
    line-height: 24px;
}
.contact-address-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-address-list ul li em {
    padding-right: 10px;
}
.terms-page p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.footer-form .infusion-form label.error, .home-form-section .infusion-form label.error {
    text-align: left;
    display: block;
    width: 100%;
    top: 5px;
    position: relative;
    color: #e02b20;
    font-weight: 500;
    top: auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    font-size: 16px;
}


/********************************************/
/********************************************/
/********************************************/
/**************** MEDIA QUERY ***************/
/********************************************/
/********************************************/
/********************************************/
@media (min-width:992px){
    .navbar.logo_bar_navbar {
        border-radius: 4px;
    }
    .logo_bar_navbar .container > .navbar-header, 
    .logo_bar_navbar .container-fluid > .navbar-header, 
    .logo_bar_navbar .container > .navbar-collapse, 
    .logo_bar_navbar .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
     .logo_bar_navbar .navbar-header {
        float: left;
    }
    .logo_bar_navbar .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .logo_bar_navbar .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .logo_bar_navbar .navbar-toggle {
        display: none !important;
    }
}
@media (max-width: 991px) {
   .logo_bar_navbar .navbar-header {
      float: none;
  }
   .logo_bar_navbar .navbar-left,.navbar-right {
      float: none !important;
  }
   .logo_bar_navbar  .navbar-toggle {
      display: block;
  }
   .logo_bar_navbar .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
   .logo_bar_navbar.navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
   .logo_bar_navbar .navbar-collapse.collapse {
      display: none!important;
  }
   .logo_bar_navbar .navbar-nav {
      float: none!important;
      text-align: left;
  }
   .logo_bar_navbar .navbar-nav>li {
      float: none;
      display: block;
  }
   .logo_bar_navbar .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
   .logo_bar_navbar .collapse.in{
      display:block !important;
  }
    .logo_bar_navbar .container{
        width: 100%;
    } 
}

@media (max-width: 991px){
     #logo_bar_header_logo {
        max-width: 200px;
        float: left;
        padding: 20px 15px;
    }    
}
@media (max-width:767px){
 
    .video-inner-content img {
        max-width: 200px;
    }
    .video-inner-content .video-home-title{
        font-size: 42px;
    }
    .home-cta-title {
    font-size: 36px;
    line-height: 36px;
}
    .cta-description p {
    font-size: 18px;
}
    .instagram-title {
    font-size: 22px;
}
    .logo_container{
        padding: 0;
    }

.faq-title, .form-title {
    font-size: 24px;
}
    .faq-section .panel-group .panel {
    padding: 15px;
    margin-bottom: 20px;
    }.faq-section .panel-title{
        font-size: 14px;
    }

    span.logo_helper {
    display: none;
}
    .logo_bar_navbar_toggle{
        top: 15px;
    }
}

.terms-page p a {
    color: #333;
    font-weight: 600;
}

a:focus, button:focus, input:focus, a:focus .panel-title, textarea:focus{
    outline: 1px solid !important;
}


.logo_bar_navbar_nav li:hover > ul, .logo_bar_navbar_nav li:focus > ul, .logo_bar_navbar_nav li:focus-within > ul, .logo_bar_navbar_nav li > ul:hover, .logo_bar_navbar_nav li > ul:focus {
    display: block;
}
.thank-you-content {
    padding: 100px 0;
}

.thank-you-content h2 {
    padding-bottom: 20px;
}
.thank-you-content p {
    font-size: 20px;
    font-weight: 600;
}

.thank-you-content p span {
    color: #e02b20;
}
  .slider-nav div { margin: 0px 5px; }
  .slider-nav div img { visibility: hidden; padding: inherit; }
  .prdt-img { padding-bottom: inherit; margin-bottom: 10px; }
  .prdt-img img { visibility: hidden; }
  .product-price-sec p {
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    padding: 5px 0;
 }
.hero-text-7 h1 {
    font-family: 'Roboto';
    color: #111;
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
}  
.hero-content-wrap .hero-text-7 p{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto';
    color: #000;
    font-weight: normal;
}
.single-arival-product .product-content h6 a, .single-product-item .product-content h6 a {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 23px !important;
    font-weight: 500;
    color: #000 !important;
}
.single-product-item .product-content .prodect-price span {
    color: #666;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Roboto';
    font-weight: normal;
}