@charset "UTF-8";
/*
Theme Name: Dreamboats
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Light0.eot');
    src: url('fonts/AvenirLTStd-Light0.eot?#iefix') format('embedded-opentype'),
         url('fonts/AvenirLTStd-Light0.woff2') format('woff2'),
         url('fonts/AvenirLTStd-Light0.woff') format('woff'),
         url('fonts/AvenirLTStd-Light0.ttf')  format('truetype'),
         url('fonts/AvenirLTStd-Light0.svg#Avenir LT Std') format('svg');
    font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("fonts/PlayfairDisplay-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/PlayfairDisplay-Regular.otf") format("opentype"), /* Open Type Font */
    url("fonts/PlayfairDisplay-Regular.svg") format("svg"), /* Legacy iOS */
    url("fonts/PlayfairDisplay-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/PlayfairDisplay-Regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/PlayfairDisplay-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplaySC-Regular";
  src: url("fonts/PlayfairDisplaySC-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/PlayfairDisplaySC-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/PlayfairDisplaySC-Regular.otf") format("opentype"), /* Open Type Font */
    url("fonts/PlayfairDisplaySC-Regular.svg") format("svg"), /* Legacy iOS */
    url("fonts/PlayfairDisplaySC-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/PlayfairDisplaySC-Regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/PlayfairDisplaySC-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/Roboto-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Roboto-Bold.otf") format("opentype"), /* Open Type Font */
    url("fonts/Roboto-Bold.svg") format("svg"), /* Legacy iOS */
    url("fonts/Roboto-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Roboto-Bold.woff") format("woff"), /* Modern Browsers */
    url("fonts/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Roboto-Regular.otf") format("opentype"), /* Open Type Font */
    url("fonts/Roboto-Regular.svg") format("svg"), /* Legacy iOS */
    url("fonts/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Roboto-Medium.otf") format("opentype"), /* Open Type Font */
    url("fonts/Roboto-Medium.svg") format("svg"), /* Legacy iOS */
    url("fonts/Roboto-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Roboto-Medium.woff") format("woff"), /* Modern Browsers */
    url("fonts/Roboto-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("fonts/Roboto-Italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Roboto-Italic.otf") format("opentype"), /* Open Type Font */
    url("fonts/Roboto-Italic.svg") format("svg"), /* Legacy iOS */
    url("fonts/Roboto-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Roboto-Italic.woff") format("woff"), /* Modern Browsers */
    url("fonts/Roboto-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Roboto-Regular";
}
textarea,input[type="date"]{font-family: "Roboto-Regular";} 
input[type="submit"], input[type="button"], button {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
h1, h2, h3, h4, h5, h6, strong {font-family: "PlayfairDisplaySC-Regular";margin: 0; padding: 0;  font-weight: normal;  }

input[type="text"],input[type="email"],input[type="number"],textarea{-webkit-appearance: none; -moz-appearance: none; appearance: none;font-family: "Roboto-Regular";}
table{ border-collapse: collapse;    }
ul,  p { padding: 0; margin:0;  }
ul li { padding: 0; margin: 0; list-style: none; }
* { box-sizing: border-box;}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
a, a:hover { text-decoration:none;}
*:focus { outline:none;}

input[type="number"]::-webkit-inner-spin-button {  -webkit-appearance: none;  -moz-appearance: none;  appearance: none; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }  

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } 

.container { width:1200px; margin:auto; }

.container:after{ content: ""; display: table; clear: both; }

.header_section { 
 -webkit-transition:  all .25s ease;  
 transition: all .25s ease; width: 100%; padding:13px 0 13px 0; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.60);
    /*background:#013447;*/
    z-index: 999;
 }
body.home .header_section{background:rgba(0,0,0,0.60);}
body.home .header_section.f-nav{    background: #032835;}
.owl-carousel .owl-item img{ height: auto; }

.header_section .logo { float: left; margin: 14px 0 12px;  -webkit-transition: all .25s ease;
    transition: all .25s ease;}
.header_section.f-nav .logo {
    margin: 13px 0 9px;
}

.header_section .top_menu { float: left;  -webkit-transition:  all .35s ease;  transition: all .35s ease;  }

.header_section .top_menu ul li { float: left; margin-left: 44px; position: relative; }

.header_section .top_menu ul li:first-child { margin-left: 0; }
.header_section .top_menu ul li:first-child .sub-menu{       left: -25px; width: 273px}
.top_menu ul li:first-child .sub-menu:before{
    right: auto;
    left: 49px;
}

.header_section .top_menu ul li>a {
      color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.61px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-transform: uppercase;
    padding-bottom: 33px; position: relative;
}

.header_section .top_menu ul li a{ position: relative; }
.header_section .top_menu ul#menu-main-menu>li>a:hover:before,
.header_section .top_menu ul#menu-main-menu>li.current-menu-item>a:before
{  
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 16px;
    left: 0;
     box-shadow: 0px 3px 0px #9f8c4c;
}

.header_section .top_menu ul li.li_login a {
    border-radius: 25px;
    background-color: #e51419;
    padding: 13px 50px;
}


.main-menu-more-toggle, .hidden-links { display: none; }

.top_right { float: right; margin-left: 52px;  -webkit-transition:  all .25s ease;  transition: all .25s ease;  }

.logo img { width: 227px; -webkit-transition:  all .25s ease;  transition: all .25s ease;  }

.clear { clear: both; }

.page_full { padding-top: 106px; background: #fff; }
 
.navclsbtn { display: none; }

.top_right a { font-size: 30px; position: relative; text-transform: uppercase; color: #0f2a72; font-family: "Montserrat-Bold"; padding-left: 70px; display: block; 
                word-spacing: -1px; letter-spacing: -1px; -webkit-transition:  all .25s ease;  transition: all .25s ease;  }

.top_right a:after{ content: ""; position: absolute; width: 49px; height: 49px; background: url(images/sprites.png); left: 0; top: 0; bottom: 0; margin: auto; }

.wpb_button, .wpb_content_element { margin-bottom: 0 !important; }
 
.header_section.f-nav { background: #032835;    padding: 3px 0; box-shadow: 0px 0px 25px -5px rgba(54, 54, 54, 0.29); }
.f-nav .head_right{    margin-top: 0;}

.f-nav .logo img{width:180px;}
.f-nav .top_menu ul li.li_login a{    padding: 10px 50px;}
.f-nav .tp_bar3{ padding-top:9px; }
.f-nav .tp_bar2 {
    margin-top: 7px;
}
.f-nav .top_menu ul li a{ }
.f-nav .top_menu ul#menu-main-menu>li>a:hover:before,
.f-nav .top_menu ul#menu-main-menu>li.current-menu-item>a:before{
        bottom:25px;
}
.f-nav .topbtns a{    padding: 9px 0;}
.f-nav .top_menu .sub-menu{    top: 40px;}
.head_right { float: right;   }
.top_social {
    float: left;
    margin-left: 40px;
}
.top_social li a {
    font-size: 0;
    display: block;
}
.top_social li {
    display: inline-block;
         vertical-align: top;
    margin-right: 17px; position: relative;
} 
.top_social li:last-child{ margin-right: 0; } 
.top_social li a:after{ content: ""; position: absolute; top: 0; left: 0; background:url(images/sprites.png); }
.top_social li.fb a:after{
   width: 10px;
    height: 19px;
    background-position: -15px 0;
}
.top_social li.fb a{ width: 8px;
    height: 13px;
}

.top_social li.inst a:after{
    width: 18px;
    height: 18px;
        background-position: -25px 0;
}
.top_social li.thumblr a:after{
      width: 30px;
    height: 18px;
    background-position: -44px 0;
}
.top_social li.favrts a{width:21px;
    height: 19px;}
.top_social li.favrts a:after{
  width:21px;
    height: 19px;
     background-position: -75px 0;
}
.top_social li.gorev a {
    width: 50px;
    height: 20px;
    background: url(images/grev_icon.png);
    background-size: contain;
}
.top_social li.thumblr a{
   width: 29px;
    height: 17px;
}
.top_social li.inst a{ 
    width: 12px;
    height: 13px;
}

.top_social li.gplus a:after{
    width: 13px;
    height: 13px;
       background-position: -23px 0px;
}
.top_social li.gplus a{ 
    width: 13px;
    height: 13px;
}

.top_social li.yelpy a:after{
    width: 11px;
    height: 14px;
    background-position: -37px 0px;
}
.top_social li.yelpy a{
    width: 11px;
    height: 14px;
}

.top_social li.tradv a:after{
    width: 14px;
    height: 10px;
   background-position: -49px 0px;
}
.top_social li.tradv a{ 
    width: 14px;
    height: 10px;
}
.page_container h3 {
    font-size: 32px;
    color: #013447;
    letter-spacing: 2px;
    padding: 15px 0 20px;
    text-transform: uppercase;
}
.page_container h4 {
    font-size: 26px;
    color: #013447;
    letter-spacing: 1px;
    padding: 15px 0 20px;
    text-transform: uppercase;
}
.page_container p {
    color: #013447;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.page_container ul {
    padding: 0 30px;
    margin: 0 0 30px;
}
.page_container ul li {
    list-style: disc;
    color: #013447;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}
 
.tp_bar2 .widget {
    float: right;
}

.topbtns {
    display: inline-block;
}

.top_call {
    display: inline-block; margin-left: 14px; 
}
.topbtns a:first-child{background: #fff; color: #013447;}
.topbtns a:first-child:hover{background: #9f8c4c; color: #fff;}
.topbtns a {
    display: inline-block;
    background: #9f8c4c;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    padding: 11px 0;
    letter-spacing: 0.70px;
        border-radius: 4px;
} 
.topbtns a:hover{background: #fff;color:#013447;} 
.top_call a {
    color: #ffffff;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    letter-spacing: 0.70px;
}
.top_call a:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(images/sprites.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tp_bar3 {
    clear: both;
    padding-top: 24px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.tp_bar2 {
    margin-top: 10px;
     -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.top_social li.favrts {
    margin-left: 6px;
}
.top_social li.thumblr {
    margin-left: 7px;
}


.sub-menu > li.mobile-parent-nav-menu-item {  display: none;}
.top_menu .sub-menu{ display:none;  position: absolute;
      top: 50px;
    left: -105px;
    background: #ffffff;
    width: 261px; 
    box-shadow: 0px 5px 20px -4px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow:0px 5px 20px -4px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0px 5px 20px -4px rgba(0, 0, 0, 0.41);
    min-width: 175px;
        margin-top: 0; }
.top_menu .sub-menu:before{
   content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    right: 0;
    margin: auto;
    left: 0;
    pointer-events: none;
}        
.top_menu ul>li.menu-item-has-children>a{ position: relative; }   
/*.top_menu ul>li.menu-item-has-children>a:before{
     position: absolute;
    content: "";
    right: 0px;
    top: 8px;
    width: 13px;
    height: 8px;
    background-image: url(images/sprites.png);
    background-position: -101px -42px;
} */  
.top_menu .submenu-expand{ display: none; }
.top_menu .menu li:hover>.sub-menu{ display: block; }
.top_menu li .sub-menu li a {
    padding: 18px 20px;
    display: block;
    color: #013447;
    border-bottom:1px solid #d4d4d4;
    font-size: 16px;  
}
.top_menu li .sub-menu li a:hover{ background:#9f8b4c ; color: #fff; }
.top_menu li .sub-menu li {
    margin: 0;
    width: 100%;
}
.top_menu li .sub-menu li:last-chid a{border:0;}

.banner_sec {
    padding-top: 210px;
    padding-bottom: 150px;
}
.banner_search .vc_column-inner>.wpb_wrapper {
    width: 486px;
}
.banner_search h1 {
    font-size: 36px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: #fff;
   line-height: 1.2;
   text-shadow: 1px 1px 4px rgba(0, 15, 44, 0.6);
}
.banner_search h1 strong {
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    font-family: 'Avenir LT Std';
    display: inline-block;
    margin-top: 25px;
}
.banner_search h3 {
    font-size: 18px;
    color: #ffffff;
    text-transform: none;
    font-family: "PlayfairDisplay-Regular";
    margin-bottom: 24px;
    margin-top: 20px;
    letter-spacing: 0.792px;
}
.banner_search li input[type="text"] {
    width: 100%;
    border: 0;
    padding: 16px 20px;
    font-size: 16px;
    color: #9f8c4c;
    border-radius: 4px;
}
.banner_search li input[type="submit"] {
    width: 100%;
    border: 0;
    color: #ffffff;
    background: #9f8c4c;
    font-size: 16px;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    border-radius: 4px;
    padding: 14.5px 0;
    cursor: pointer;
}
.banner_search li:not(:last-child) {
    margin-bottom: 18px;
}
.banner_search li input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #9f8c4c;
}
.banner_search li input[type="text"]::-moz-placeholder { /* Firefox 19+ */
      color: #9f8c4c;
}
.banner_search li input[type="text"]:-ms-input-placeholder { /* IE 10+ */
      color: #9f8c4c;
}
.banner_search li input[type="text"]:-moz-placeholder { /* Firefox 18- */
      color: #9f8c4c;
}
.fea_drmbts_sec{ padding-top: 120px !important; }
.fea_drmbts_sec h2 {
    font-size: 36px;
    color: #013447;
    letter-spacing: 2.95px;
    margin-bottom: 39px;
        text-transform: uppercase;
}
.fboats_slider .owl-item {
    padding: 0 19.5px;
}
.fboats_slider {
    margin: 0 -19.5px; position: relative;
}
.fboats_slider:before {
    content: "";
    position: absolute;
    width: 252px;
    height: 252px;
    background: url(images/sprites.png);
    background-position: -246px 0px;
    top: -30%;
    left: -12%;
}
.fboats_slider.wfboats_slider:before {
    display: none;
}
.fboats_cont {
    padding: 38px 30px 44px 30px;
    margin: 0 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    /*margin-top: -21px;*/
    z-index: 99;
    position: relative;
    border-top: 5px solid #013447;
    background-color: #fff;
}
.boats_grid:hover .fboats_cont{border-top: 5px solid #9f8c4c;}
.boats_grid:hover .viewbt a{    background: #9f8c4c;}
.fboatsleft {
    width: 70%;
    float: left;
}

.owl-carousel .owl-item .evenst_icon img {
    width: 55px;
    margin: auto;
    image-rendering: -webkit-optimize-contrast;
}
.evenst_icon {
    margin-bottom: 5px; position: relative;
}
.hmevenst_sec .boats_grid:hover .fboats_cont h3,
.hmevenst_sec .boats_grid:hover .fboats_cont h3 a {
    color: #9f8c4c;
}
.evenst_icon img.ev_hover {
    position: absolute;
    top: 0;
    right: 0;
       left:0px;
    margin: auto;
    opacity: 0;
}

.fboatsright {
    float: right;
    width: 30%;
}
.fboats_thumslider {
    margin-bottom: -29px; 
}
.fboats_cont h3 {
    color: #2e5366;
    font-family: "Roboto-Medium";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 18px;
        padding: 0;
    letter-spacing: normal;
}
.fboats_cont h3 a {
    color: #2e5366;
}
.fboats_cont h3 a:hover {
    color: #9f8c4c;
}
.fbt_guest {
    font-size: 14px;
    color: #3a3a3a;
    padding-left: 29px;
    position: relative;
    padding-top: 4px;
}
.fbt_guest:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 20px;
    background: url(images/sprites.png);
       background-position: -158px 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fboatsright {
    font-size: 24px;
    color: #9f8c4c;
        line-height: 27px;
}

.fboatsright strong {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #3a3a3a;
    display: block;
}

.fboatsright span {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #3a3a3a;
}
.viewbt {
    clear: both;
    padding-top: 30px;
}
.viewbt a, .vab_btn a {
    display: block;
    background: #013447;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase; 
    text-align: center;
    padding:16px 0;
    letter-spacing: normal;
    border-radius: 4px;
}

.vab_btn {
    text-align: center !important;
    width: 100%;
}
.fea_drmbts_sec {
    padding-bottom: 50px;
}

.fboats_slider>.owl-carousel>.owl-stage-outer {
    padding-bottom: 80px !important;
}

.vab_btn a:hover {
    background: #9f8c4c !important;
}

.vab_btn a {
    display: block;
    background: #013447 !important;
    font-size: 16px !important;
    font-family: "Roboto-Medium";
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 30px !important;
    letter-spacing: normal;
    border-radius: 4px !important;
}

.fboats_slider>.owl-carousel>.owl-stage-outer {
    padding-bottom: 118px;
}
.fboats_slider .owl-nav button,.image_carosel .owl-nav button{
      position: absolute;
    top: 240px; 
    margin: auto !important;
    width: 60px;
    height: 60px;
    background: #9f8c4c !important;
    border-radius: 50%;
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 25px 30px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 25px 30px 0px rgba(0, 0, 0, 0.15);
}
.fboats_slider .owl-nav button.owl-prev {
    left: -64px;
}
.fboats_slider .owl-nav button.owl-next {
    right: -64px;
}
.fboats_slider .owl-nav button span,.image_carosel .owl-nav button span{    display: block; font-size: 0; position: relative; }
.fboats_slider .owl-nav button span:before,.image_carosel .owl-nav button span:before{
      content: "";
    position: absolute;
    width:16px;
    height:29px;
    background: url(images/sprites.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;

}
/*.fboats_slider .owl-nav button.owl-prev:hover span:before {
    background-position: -584px -761px !important;
}
.fboats_slider .owl-nav button.owl-next:hover span:before {
    background-position:-600px -761px !important;
}*/
.fboats_slider .owl-nav button.owl-prev span:before,.image_carosel .owl-nav button.owl-prev span:before{background-position: -696px -794px;
    right: auto;
    left: 20px;
}
.fboats_slider .owl-nav button.owl-next span:before, .image_carosel .owl-nav button.owl-next span:before{ background-position: -716px -794px;
left: auto;
    right: 20px;
}


.fboats_slider .fboats_thumimages button.owl-prev {
    left: 0;
}
.fboats_slider .fboats_thumimages button.owl-next {
    right:  0;
}
.fboats_slider .fboats_thumimages .owl-nav button {
    top: 40%;
        width: 40px;
    height: 40px;
    /*background: #181c1b !important;*/
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0%;
}
.fboats_slider .fboats_thumimages .owl-nav button span:before{
        width: 19px;
    height: 29px;
}
.fboats_slider .fboats_thumimages .owl-nav button.owl-next span:before{    background-position:-714px -763px;}
.fboats_slider .fboats_thumimages .owl-nav button.owl-prev span:before{    background-position:-696px -763px;}

.fboats_slider .fboats_thumimages .owl-item{padding: 0;}
.luxury_yacht {
    padding-top: 134px !important;
    padding-bottom: 194px;
}
.luxury_yacht h2 {
    font-size: 36px;
    line-height: 60px;
    color: #ffffff;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.luxury_yacht p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.luxury_yacht .vc_btn3-container {
    margin-top: 29px; margin-bottom: 0;
}

.luxury_yacht .vc_btn3-container a.vc_general {
    display: inline-block;
    background: #9f8c4c;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding:14.5px 34px;
    letter-spacing: normal;
    border-radius: 4px;
    border: 0;
}
.f_menu li a:hover{color: #9f8c4c;}
.luxury_yacht .vc_btn3-container a.vc_general:hover,.getform ul li input.wpcf7-submit:hover,
.banner_search li input[type="submit"]:hover{background: #fff; color: #013447;}
.hm_gallery .vc_btn3-container a.vc_general:hover{    background: #013447; color: #fff;}
.luxury_yacht .vc_column-inner>.wpb_wrapper {
    width: 564px;
    float: right;
    margin-right: -35px;
}
.hmevenst_sec{ padding-top:83px !important;  }
.hmevenst_sec .fboats_slider:before{

    width: 150px;
    height: 305px;
    left: auto;
    right: -148px;
    background-position: -165px -281px;
    top: -177px;
}
.hmevenst_sec h2 {
    font-size: 36px;
    color: #013447;
    letter-spacing: 2.95px;
    margin-bottom: 17px;
        text-transform: uppercase;
}
/*.hmevenst_sec .wpb_text_column:nth-child(2) p {
    color: #3a3a3a;
    font-size: 16px; text-transform: uppercase;
}*/
.hmevenst_sec .fboats_slider {
    margin-top: 52px;
}
.hmevenst_sec .fboats_cont h3 {
    text-align: center; position: relative; /*   padding-top: 49px;*/
}
.hmevenst_sec .fboats_cont {
    text-align: center; min-height: 295px;   padding:20px 30px 30px 30px;
}
.hmevenst_sec .fboats_cont p {
    font-size: 16px;
    line-height: 26px;
    color: #3a3a3a;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.boats_grid:hover img.ev_hover {
    opacity: 1;
}
.boats_grid:hover img.ev_non_hover {
    opacity: 0;
}
.hmevenst_sec .fboats_cont h3:before{
         content: "";
    position: absolute;
    width: 55px;
    height: 34px;
    background: url(images/event_icon1.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    display: none;
}
.hmevenst_sec .viewbt{padding-top:22px;}
.hmevenst_sec .fboats_slider .owl-item:nth-child(2) .fboats_cont h3:before{
      width: 35px;
    height: 40px;
    background: url(images/event_icon3.png);
}
.hmevenst_sec .fboats_slider .owl-item:nth-child(3) .fboats_cont h3:before{
     width: 39px;
    height: 38px;
    background: url(images/event_icon2.png);
}
.hmevenst_sec .fboats_slider .owl-stage-outer{    padding-bottom: 90px;}
.hm_gallery .vc_row {
    width: 1353px;
    margin: auto !important; 
}
.hm_gallery h2{
  font-size: 36px;
    color: #013447;
    letter-spacing: 2.95px;
        margin-bottom: 41px;
    text-transform: uppercase;
}
.hm_gallery {
    padding-top: 71px !important;    padding-bottom: 78px;
}
.hm_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item{
    position:inherit !important;
    left: auto!important;
    top: auto !important;
        margin: 0 0.7% 20px;
        width: 23.5%;
}
.hm_gallery .wpb_image_grid .wpb_image_grid_ul{ margin: 0 -10px; }
.hm_gallery .vc_btn3-container a.vc_general {
    display: inline-block;
    background: #9f8c4c;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding:14.5px 94px;
    letter-spacing: normal;
    border-radius: 4px;
    border: 0;
}
.hm_gallery .vc_btn3-container {
  margin-top:34px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.client_sec h2 {
       font-size: 36px;
    color: #013447;
    letter-spacing: 2.95px; 
    text-transform: uppercase;
    padding-top:57px;
    text-align: center !important;
        margin-bottom: 29px;
}
.client_sec p {
       font-size: 18px;
    color: #2b2b2b; 
    line-height: 36px; 
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.glg_riews .ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
    font-size: 18px;
    color: #2b2b2b;
    line-height: 36px;
    font-family: 'Avenir LT Std' !important;
    font-weight: 300;
}
body .glg_riews .ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
    height: 250px !important;
}
.glg_riews .ti-widget.ti-goog .ti-review-item>.ti-inner {
    padding: 0 !important;
}
.glg_riews .ti-review-item.source-Google.ti-image-layout-thumbnail {
    padding: 0 !important;
}
.glg_riews .ti-widget.ti-goog .ti-widget-container .ti-name {
    color: #9f8c4c;
    font-family: "Roboto-Bold" !important;
    font-weight: normal;
    font-size: 18px;
    margin-top: 28px;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next, .glg_riews .ti-widget.ti-goog .ti-controls .ti-prev {
    width: 43px;
    height: 43px;
    background: #fff !important;
    border-radius: 50%;
    -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next:before, .glg_riews .ti-widget.ti-goog .ti-controls .ti-prev:before{
    display:none;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next:after, .glg_riews .ti-widget.ti-goog .ti-controls .ti-prev:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 16px;
    background: url(images/sprites.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: none;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next:after{
    background-position: -148px -0px;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next:hover:after {
    background-position: -148px -17px;
}
.glg_riews .ti-widget.ti-goog .ti-review-item>.ti-inner {
    padding-top: 66px !important;
}
.glg_riews .ti-widget.ti-goog .ti-review-item>.ti-inner:before {
    content: "";
    background: url(images/sprites.png);
    width: 35px;
    height: 29px;
    top: 0;
    background-position: -646px -762px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next[style="display: none;"], .glg_riews .ti-widget.ti-goog .ti-controls .ti-prev[style="display: none;"] {
    display: block !important;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-prev:after{
    background-position: -138px -0px;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-prev:hover:after{
    background-position: -138px -17px;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next:hover, .glg_riews .ti-widget.ti-goog .ti-controls .ti-prev:hover{
        transform: none;
}
.glg_riews .ti-widget.ti-goog .ti-reviews-container{
    display: flex;
    flex-direction: column;
}
.glg_riews .ti-widget.ti-goog .ti-controls, .glg_riews .ti-widget.ti-goog .ti-review-header {
    position: inherit !important;
}
.glg_riews .ti-widget.ti-goog .ti-controls-line {
    display: none !important;
}
.glg_riews .ti-widget.ti-goog .ti-controls .ti-next, .glg_riews .ti-widget.ti-goog .ti-controls .ti-prev {
    position: relative !important;
}
.glg_riews .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 !important;
}
.glg_riews .ti-widget.ti-goog .ti-controls {
    padding-top: 60px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px !important;
}
.glg_riews .ti-widget.ti-goog .ti-controls{
    order: 1;
}
.glg_riews .ti-widget.ti-goog .ti-review-header {
    order: 1;
}
.glg_riews .ti-widget.ti-goog .ti-review-item>.ti-inner {
    display: flex;
    flex-direction: column;
}
.glg_riews span.ti-stars,.glg_riews .ti-review-header img.ti-platform-icon {
    display: none !important;
}
.client_sec li.isotope-item {
  position: inherit !important;
    left: auto !important;
    top: auto !important;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 !important;
    padding: 24px 0 !important;
}
.client_sec .vc_column-inner>.wpb_wrapper {
    width: 487px;
}
.client_sec li.isotope-item img {
    display: block;
    margin: auto;
}
.client_sec li.isotope-item:nth-child(3n){ border-right: 0; }
.client_sec li.isotope-item:nth-child(7),
.client_sec li.isotope-item:nth-child(8),
.client_sec li.isotope-item:nth-child(9){ border-bottom: 0; }
.client_sec ul {
    margin-bottom: 135px !important;
}
.client_left:before{
      width: 153px;
    height: 306px;
    left: -217px;
    background-position: 0px -98px !important;
    top: -67px;
    background: url(images/sprites.png);
    content: "";
    position: absolute;
}
.client_sec{ overflow: visible !important;padding-bottom: 105px; }
.getin_sec{ padding-top: 83px !important;padding-bottom: 72px; }

.getin_sec h2 {
    text-align: center !important;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 2.95px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.getin_sec p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.getform .vc_column-inner>.wpb_wrapper {
    margin-left: 44px;
        width: 483px;
}
.getform ul {
    margin-top: 36px;
    width: 100%;
}
.getform ul .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 16px 20px;
    font-size: 15px;
    color: #222222;
    font-family: "Roboto-Regular";
    border-radius:3px;
}
.getform ul li{ margin-bottom: 10px; }
.getform ul li textarea.wpcf7-form-control {
    height: 110px;resize: vertical;
}
.getform ul li input.wpcf7-submit {
    background: #013447;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 14.5px 0;
    letter-spacing: normal;
    border-radius: 4px;
    border: 0;
    display: block;
    cursor: pointer;
}

.getform ul .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
}
.getform ul .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
}
.getform ul .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #222222;
}
.getform ul .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #222222;
}

.select_opt {
    position: relative;
}
.select_opt:after{
   content: "";
    position: absolute;
    right: 30px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #726e6e;
    top: 21px;
    pointer-events: none;
}
.getform ul li:last-child{ margin-bottom: 0;padding-top: 7px; position: relative; }
.getform span.ajax-loader {
    top: 25px;
}
.getform ul .des_date .wpcf7-form-control {
    height: 50px;
}
.des_date input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div.wpcf7-response-output {
    margin: 1em 0em 0em;
    background: #9f8c4c;
    border: 0 !important;
    text-align: center;
    padding: 8px 0;
    color: #fff;
}
.site-footer .widget-column {
    display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f_menu {
    width: 39.2%;
}
.f_logo{ width:41.6%; }
.f_contact {
    /*width: 19.2%;*/
    width:39.6%;
    float: left;
        padding-top: 3px;

}
footer.site-footer {
    padding-top: 40px;
    background-color: #f7f7f7;
    padding-bottom: 30px;
}
.f_menu li a {
    color: #2b2b2b;
    font-size: 14px;
    letter-spacing: 0.61px;
    text-transform: uppercase;
}
.f_menu li{ margin-bottom: 26px; }
.f_contact a {
    color: #000000;
    font-size: 16px;
    padding-left: 23px;
    position: relative; 
    margin-bottom:12px;
    display: block;
}
.f_contact a.f_call:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(images/sprites.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.f_contact a.f_email:before {
       content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    background: url(images/sprites.png);
    background-position: 0 -14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.f_contact br{ display: none; }
.f_logo img {
    margin-top: 3px;
    width: 272px;
}
.copyrights .f_social {
    margin-left: 45.5%;
    float: left;
    width: 10%;
}
.f_social li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/sprites.png);
}

.f_social li a {
    font-size: 0;
    display: block;
}
.f_social li.fb a{
    width: 10px; height: 19px
}
.f_social li.fb a:after{
    width: 10px;
    height: 19px;
    background-position: -15px -20px;
}
.f_social li.inst a{ width: 18px;
    height: 18px;}
.f_social li.inst a:after{
       width: 18px;
    height: 18px;
    background-position: -26px -20px;
}
.f_social li.thumblr a{
      width: 30px;
    height: 18px;
}
.f_social li.thumblr a:after{
    width: 30px;
    height: 18px;
    background-position: -45px -20px;
}
.f_social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    position: relative;
}
.f_social h2 {
    font-size: 15px;
    font-family: "Roboto-Regular";
    color: #2b2b2b;
    margin-bottom: 25px;
    padding-left: 12px;
}
.f_menu li:last-child{ margin-bottom: 0; }
.f_social li:last-child{ margin-right: 0; }
.copyrights {
    padding-top: 4px; padding-bottom: 20px; background-color: #99864b;
}
.f_copyrights {
    float: none;
    margin-top: 16px;
    text-align: center;
}
.f_copyrights p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.f_copyrights p a{ color: #fff;}

.bt_like {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
        z-index: 99;
}
.boats_grid {
    position: relative;
}
.bt_like.active {
    background: #032835;
}
.bt_like a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: url(images/sprites.png);
    width: 21px;
    height: 19px;
    background-position: -97px 0;
    margin: auto;
}
.bt_like.active a:before {
    background-position: -75px 0;
}
.bt_like a {
    display: block;
    width: 100%;
    height: 100%;
}
.fboats_slider .fboats_thumimages .owl-nav button.owl-prev:hover span:before{    background-position:-696px -793px !important;}
.fboats_slider .fboats_thumimages .owl-nav button.owl-next:hover span:before{    background-position: -714px -793px !important;}
.inpage_top {
    padding-top:0px;
}
.top_boat_banner {
    background: url(images/catemar_banner.jpg);
    padding:273px 0 147.5px;
    background-size: cover;
    position: relative;
    background-position: center;
}
.top_boat_banner h1 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 3.31px;
    text-transform: uppercase;
        position: relative;
}
.batslist_sec {
    max-width: 1743px;
    margin: auto;
    width: 98%;
    padding-top: 69px;
        padding-bottom: 69px;
}
.batslist_sec.has_border {
        border-bottom: 1px solid #d5d5d5;
}
.bots_filter {
    width: 28.687%;
    float: left;
    /*margin-right: 57px;*/
}
.bots_lists {
    float: right;
    width: 68%;
}
.batslist_row:after {
    clear: both;
    content: "";
    display: table;
}
.bots_head {
    margin-bottom: 37px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}
.bots_head h2 {
    color: #013447;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2.18px;
    margin-bottom: 6px;
}
.bots_head p {
    color: #5a5a5a;
    font-size: 16px;
    letter-spacing: 0.8px;
}
/*.bots_grid_row{ margin: 0 -15px; }*/
.bots_grid_row .boats_grid {
    width:31.65%;
    float: left;
    margin:0 2.5% 0 0;    padding-bottom: 41px;
}
.bots_grid_row .boats_grid:nth-child(3n) {
    margin-right: 0;
}
.bots_grid_row .boats_grid:nth-child(3n+1) {
    clear: left;
}
.bots_grid_row:after{ content: ""; display: table; clear: both; }
.batslist_sec .fboats_slider {
    margin: 0;
}
.batslist_sec .fboats_slider:before{ content: none !important; }

.bots_search{
        -webkit-box-shadow: 0px 13px 39px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 13px 39px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 13px 39px 0px rgba(0, 0, 0, 0.10);
        padding: 41px 25px;
}
.frm_grp {
    margin-bottom: 20px;
}
.frm_grp input.frm_contl {
    width: 100%;
    height: 50px;
    border: 2px solid #013447;
    border-radius: 3px;
    padding: 5px 15px 5px 45px;
    font-size: 16px;
    color: #3a3a3a;
    font-family: "Roboto-Medium"; 
}
.fld_price{
    width: 100%;
    height: 50px;
    border: 2px solid #013447;
    border-radius: 3px;
    padding: 0px 15px 0px 45px;
    font-size: 16px;
    color: #3a3a3a;
    font-family: "Roboto-Medium";line-height:43px;
}

.frm_grp input[type="radio"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.frm_grp label.input_radio {
   position: relative;
    cursor: pointer;
    color: #013447;
    font-size: 15px;
    font-family: "Roboto-Medium";
    width: 100%;
    background: #fff;
    border: 2px solid #013447;
   display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    text-align: center;
    -webkit-align-items: center;
  align-items: center;
   
    -webkit-justify-content: center;
  justify-content: center;
    height: 50px;
    border-radius: 3px;
    padding: 0 5px;
    word-break: break-word;
        line-height: 18px;
}

.ship_type h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #3a3a3a;
    font-family: "Roboto-Medium";
}

.frm_grp label.inputship {
    position: relative;
    cursor: pointer;
    color: #3a3a3a;
    font-size: 16px;
    font-family: "Roboto-Medium";
    width: 100%;
    background: #fff;
    border: 2px solid #013447;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 60px;
    border-radius: 3px; 
    word-break: break-word;
    line-height: 18px;
        padding-bottom: 8px;
        height: 90px;
}


.frm_grp label.inputship:before {
    content: '';
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
     left: 0;
    right: 0;
    margin: auto;
    background: url(images/sprites.png); 
}

.frm_grp label.ship1:before {
    width: 30px;
    height: 50px;
    background-position: -372px -443px;
    top: 11px;
   
}
.frm_grp label.ship2:before {
    width: 75px;
    height: 18px;
    background-position: -402px -443px;
    top: 23px;
}
.frm_grp label.ship3:before {
   width: 120px;
    height: 28px;
    background-position: -403px -462px;
    top: 22px;
}
.frm_grp label.ship4:before {
    width: 128px;
    height: 24px;
    background-position: -373px -493px;
    top: 26px;
}

/*.frm_grp input:checked + label.inputship:after {
     content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 3px;
    height: 7px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
} */
.frm_grp label.ship4{padding-top: 57px;}
.frm_grp label.ship2{padding-top: 44px;}
.frm_grp label.ship3{
        padding-top:55px;
}
.frm_grp label.ship4 {
    padding-top: 57px;
}
.ship_name,.ship_guest,.fld_price{position: relative;}
.ship_name:before{
       content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(images/sprites.png);
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
    background-position: -372px -405px;
}
.ship_guest:before{
   content: "";
    position: absolute;
    width: 21px;
    height: 17px;
    background: url(images/sprites.png);
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
    background-position: -389px -405px;
}
.fld_price:before{
       content: "";
    position: absolute;
    width: 19px;
    height: 10px;
    background: url(images/sprites.png);
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    background-position: -411px -405px;
}
.frm-active:before{background-position: -410px -423px;}
 
 .frm-active {
    border: 2px solid #9f8c4c; color: #9f8c4c;
}

.frm_grp input.frm_contl::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3a3a3a;
}
.frm_grp input.frm_contl::-moz-placeholder { /* Firefox 19+ */
  color: #3a3a3a;
}
.frm_grp input.frm_contl:-ms-input-placeholder { /* IE 10+ */
  color: #3a3a3a;
}
.frm_grp input.frm_contl:-moz-placeholder { /* Firefox 18- */
  color: #3a3a3a;
}


.ship_name input.frm_contl::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b9b9b9;
}
.ship_name input.frm_contl::-moz-placeholder { /* Firefox 19+ */
  color: #b9b9b9;
}
.ship_name input.frm_contl:-ms-input-placeholder { /* IE 10+ */
  color: #b9b9b9;
}
.ship_name input.frm_contl:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
}
 
.pricernge li {
    width: 23%;
    float: left;
    margin-right: 2.6%;
    margin-bottom: 11px;
}
.pricernge li:nth-child(4n) {
    margin-right: 0;
}
ul.pricernge {
    margin-top: 19px;
    overflow: hidden;
}
.pricernge input:checked + label {
    background: #9f8c4c;
    border: 2px solid #9f8c4c;
    color: #fff;
}
.ship_type li:nth-child(2n) {
    margin-right: 0;
}
.ship_type li {
    width:48.5%;
    float: left;
    margin-right:3%;
    margin-bottom: 20px;
}
.ship_type ul {
    overflow: hidden;
}
 
.pricernge li:nth-child(5),
.pricernge li:nth-child(6),
.pricernge li:nth-child(7),
.pricernge li:nth-child(8){ margin-bottom: 0; }

.ship_type input:checked + label {
     
    border: 2px solid #9f8c4c;
    
}
.ship_type input:checked + label.ship1:before {
    background-position: -540px -443px;
}
.ship_type input:checked + label.ship2:before {
    background-position: -570px -444px;
}
.ship_type input:checked + label.ship3:before {
    background-position: -571px -462px;
}
.ship_type input:checked + label.ship4:before {
    background-position:-543px -493px;
}
.bots_search .frm_grp:last-child {
    margin: 0;
}
.bots_search .frm_grp .frm_btn {
    display: block;
    background: #013447;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 14.5px 0;
    letter-spacing: 0.70px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}


.fq_block {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffff;
    margin-bottom: 21px;
   
}
.fq_block > a{
  display: block;
    padding:20px 60px 20px 34px;
    text-decoration: none; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 18px;
    color: #013447;
    background: #f2f2f2;
        font-family: "Roboto-Medium";
        position: relative;
        cursor: pointer;
}
.fq_block > a:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(images/sprites.png); 
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -371px -522px;
}
.fq_block > a.active:after{
    background-position: -402px -522px;
}
.fq_block > a i{
  float: right;
  margin-top: 2px;
}
.fq_block > a.active{
  background-color:#013447;
  color: #fff;
}
 .fq_content {
    display: none;
     -webkit-box-shadow: 2px 9px 45px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow:    2px 9px 45px 0px rgba(0, 0, 0, 0.09);
box-shadow:         2px 9px 45px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    padding: 21px 35px;
}
.bat_faqs h2 {
       text-align: center;
    font-size: 36px;
    color: #013447;
    letter-spacing: 2.48px;
    margin-bottom: 53px;
    text-transform: uppercase;
}
.fq_content p {
    line-height: 29px;
    font-size: 16px;
    color: #013447;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.bat_faqs {
    margin: 0 auto 60px;
    max-width: 950px;
        padding-top: 64px;
}
.fq_block:last-child{ margin-bottom: 0; }
.ships_info_sec {
    clear: both;
    margin-top: 108px;
   /* background: url(images/catamarans_ng.jpg);
    padding-top: 132px;
    padding-bottom: 129px;
    background-position: center;
    background-size: cover;*/
    background: #f2f2f2;
    padding: 0;
}
.shipin_left {
    width: 45.6%;
}
.ships_info_sec h2 {
    text-align: left;
    font-size: 36px;
    color: #013447;
    letter-spacing: 2.48px;
    margin-bottom:28px;
    text-transform: uppercase;
}
.ships_info_sec p {
    line-height: 30px;
    color: #013447;
    font-size: 17px;
    margin-bottom: 16px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.ships_info_sec p:last-child{ margin-bottom: 0; }
.ships_info_sec .container{ position: relative; }
.ships_info_sec .container:before {
    width: 153px;
    height: 306px;
    left: -208px;
    background-position: 0px -95px !important;
   /* top: -164px;*/
   top: -32px;
    background: url(images/sprites.png);
    content: "";
    position: absolute;
}
.filterclsbtn,.filter_mobile{ display: none;}
 
.singlebt_banner {
    
    background: url(images/sinbot_banner.jpg);
    background-size: cover;
    background-position: center;
        padding-bottom: 71px;
}

.singlebt_banner .bnr_title {
    width: 600px;padding-top: 501px;
}
.singlebt_banner .container {
    position: relative;
}
.bt_favicon {
    position: absolute;
    top: 26.5%;
    right: 0;
}
.singlebt_banner .bnr_title h1 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 1.78px;
    border-bottom: 1px solid rgb(222 222 222 / 0.27);
    padding-bottom: 27px;
}
.singlebt_banner .bnr_title ul {
    margin-top: 42px;
}
.singlebt_banner li {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin-right: 96px;  position: relative;
}
.singlebt_banner li.bt_type{ padding-left: 36px; }
.singlebt_banner li.bt_gust{ padding-left: 43px; }
.singlebt_banner li.bt_type:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 48px;
    background: url(images/sprites.png);
    background-position: -398px -653px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.singlebt_banner li.bt_gust:before{
   content: "";
    position: absolute;
    width: 33px;
    height: 41px;
    background: url(images/sprites.png);
    background-position: -429px -653px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.bt_favicon a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.61px;
    text-transform: uppercase;
    position: relative;
    padding-top: 67px;
    display: inline-block;
}
.bt_favicon a:before {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    background: #e3edef;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
}
.bt_favicon.active a:before {
    background:#013447;
}
.bt_favicon.active a:after {
    background-position: -658px -681px;
}
.bt_favicon a:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 28px;
    background: url(images/sprites.png);
    top: 16px;
    right: 0;
    left: 0;
    margin: auto;
    background-position: -658px -648px;
}
.sbotfull_sec {
    clear: both;
    margin-top: 55px;
        padding-bottom: 64px;
}
.sbotfull_sec .clear {
    clear: both;
}
.sinbot_left {
    width: 64.167%;
    float: left;
}
.sinbot_right {
    float: right;
    width: 30.75%;
}
.single_botship_dec {
    margin-top: 40px;
}
.single_botship_dec h2 {
    text-transform: uppercase;
    color: #013447;
    margin-bottom: 29px;
    font-size: 30px;
    letter-spacing: 2.46px;
}
.single_botship_dec p {
    color: #013447;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.single_botship_dec p:last-child{ margin-bottom: 0; }

.bigthumb_outer button {
    background: #fff !important;
    width: 66px;
    height: 66px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.bigthumb_outer button.owl-prev{ left: -35px; }
.bigthumb_outer button.owl-next{ right: -35px; }
.bigthumb_outer button span{
        font-size: 0;
    position: relative;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}
 
.bigthumb_outer button.owl-prev span {
    background: url(images/sprites.png);
    background-position: -692px -648px;
}
.bigthumb_outer button.owl-next span {
    background: url(images/sprites.png);
    background-position: -716px -648px;
}
.bigthumb_outer button.owl-next:hover span{ background-position:-716px -668px;}
.bigthumb_outer button.owl-prev:hover span{background-position: -692px -668px;}
.thumb_outer {
    margin: 4px -2.5px 0;
}
.thumb_outer .owl-item {
    padding: 0 2.5px;
}
.sinbts_features {
    margin-top: 50px;
}

.sinbotsacr_block {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffff; 
    border-bottom: 1px solid #e7e7e7;
   
}
.sinbotsacr_block > a{
  display: block;
    padding:26px 43px 27px 15px;
    text-decoration: none; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 18px;
    color: #013447; 
        font-family: "Roboto-Medium";
        position: relative;
        cursor: pointer;
}
.sinbotsacr_block > a:after{
    content: "";
    position: absolute;
    
          width: 0;
      height: 0;
         border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #013447;

    right: 33px;
    top: 0;
    bottom: 0;
    margin: auto; 
}
.sinbotsacr_block > a.active:after{
     width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #9f8c4c;
      border-top: 0;
}
.sinbotsacr_block > a i{
  float: right;
  margin-top: 2px;
}
.sinbotsacr_block > a.active{
  
  color: #9f8c4c;
}
 .sinbotsacr_content {
    display: none;
     
    padding:0px 15px 15px;
}
 
.sinbotsacr_content p {
    line-height: 29px;
    font-size: 16px;
    color: #013447;
}
.sinbotsacr_content p a {
    color: #013447;
}
.sinbotsacr_content p a:hover {
    color: #9f8c4c;
}
.sinbotsacr_block:last-child{ border-bottom: 0; }
.sinbotsacr_block:first-child{ border-top: 1px solid #e7e7e7; }

.amenties_list li {
    /*width: 33%;
    float: left;
    color: #3a3a3a;
    font-size: 16px;
    padding:8px 0 8px 33px;
    position: relative;
        margin-bottom: 30px;*/
            width: auto;
    float: none;
    color: #3a3a3a;
    font-size: 16px;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 30px;
}
ul.amenties_list {
    overflow: hidden;
}
.amenties_list li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #9f8c4c;
    border-radius: 50%;
    top: 5px;
    left: 0;
}

.amenties_list li.bbq:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 26px;
    background: url(images/sprites.png);
    background-position: -480px -648px;
    top: 0;
    left: 0;
    
}
.amenties_list li.byoalcohol:before {
        content: "";
    position: absolute;
    width: 10px;
    height: 31px;
    background: url(images/sprites.png);
    background-position: -505px -648px;
    top: 0;
   left: 11px;
    
}
.amenties_list li.byofod:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 32px;
    background: url(images/sprites.png);
    background-position: -516px -648px;
    top: 0;
       left: 6px;
    
}
.amenties_list li.swimladder:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 31px;
    background: url(images/sprites.png);
    background-position: -531px -648px;
    
    left: 0;
    bottom: 0; 
}

.amenties_list li.icechest:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 22px;
    background: url(images/sprites.png);
    background-position: -561px -648px;
    
    left: 0;
    bottom: 0; 
}

.amenties_list li.toilet:before {
    content: "";
    position: absolute;
    width: 30px;
    height:30px;
    background: url(images/sprites.png);
    background-position:-593px -648px;
    
    left: 0;
    bottom: 0; 
}
.amenties_list li.bbq{ padding-left: 40px; }
.amenties_list li.byoalcohol{ padding-left: 40px; }
.amenties_list li.byofod{ padding-left:39px; }
.amenties_list li.swimladder{ padding-left:39px;padding-bottom: 3px; }
.amenties_list li.icechest{padding-left:42px;padding-bottom: 0px;}
.amenties_list li.toilet{padding-left:39px;padding-bottom: 2px;}

.sinbot_enqform {
    background: #f2f2f2;
    padding: 35px 30px 40px;
}
.sinbot_enqform ul .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 16px 20px;
    font-size: 15px;
    color: #3a3a3a;
    font-family: "Roboto-Regular";
    border-radius: 3px;
}
.sinbot_enqform ul li {
    margin-bottom: 28px;
}
.sinbot_enqform ul li input.wpcf7-submit {
    background: #9f8c4c;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding:19.5px 0;
    letter-spacing: normal;
    border-radius: 4px;
    border: 0;
    display: block;
    cursor: pointer;
    letter-spacing: 0.70px;
}
.select_opt {
    position: relative;
}
.sinbot_enqform ul .des_date .wpcf7-form-control {
    height: 50px;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sinbot_enqform .date-921:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #726e6e;
    top: 0;
    pointer-events: none;
}
.sinbot_enqform ul label {
    display: block;
    font-size: 18px;
    color: #2e5366;
    font-family: "Roboto-Medium";
    margin-bottom: 13px;
}
.sinbot_enqform h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #013447;
    letter-spacing: 2.46px;
    margin-bottom: 17px;
}
.sinbot_enqform p {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #013447;
    margin-bottom: 30px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.sinbot_enqform ul li:last-child{ margin-bottom: 0; }
.sinbot_enqform .wpcf7-date::-webkit-inner-spin-button,
.sinbot_enqform .wpcf7-date::-webkit-calendar-picker-indicator {
        opacity: 0;
    
}

.review_sec {
    background: #f2f2f2;
    padding-top: 73px;
}
.revi_title {
    text-align: center;
    margin-bottom: 78px;
}
.revi_title h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #013447;
    letter-spacing: 2.92px;
    margin-bottom: 32px;
}
.revi_title p {
    font-size: 17px;
    color: #013447;
    line-height: 30px;
    max-width: 1130px;
    margin: auto;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.rev_srch_row {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 18px;
    overflow: hidden;
    padding-bottom: 42px;
}
.rev_left {
    width: 25%;
    float: left;
}
.rev_right {
    float: right;
    width: 75%;
}
.rev_left h2 {
    font-size: 36px;
    color: #2e5366;
    text-transform: uppercase;
    font-family: "Roboto-Bold";
    letter-spacing: 1.58px;
    margin-top: 3px;
    margin-bottom: 7px;
}
.rev_cunt {
      font-size: 24px;
    color: #2c2c2c;
    font-family: "Roboto-Bold";
    position: relative;
    display: inline-block;
    padding-right: 155px;
    clear: both;
}
/*.rev_cunt:after {
    content: "";
    position: absolute;
    width: 137px;
    height: 24px;
    background: url(images/sprites.png);
    background-position: -483px -684px;
    right: 0;
    top: 0;
}*/
.rev_right h3 {
    text-transform: capitalize;
    font-size: 18px;
    color: #2e5366;
    font-family: "Roboto-Bold";
    margin-bottom: 10px;
}
.rev_serch_row {
    max-width: 625px;
    clear: both;
}
.srchinput {
    width: 61.28%;
    position: relative;
    float: left;
}
.srchselect {
    float: right;
    width: 36%;
    margin-left: 15px;
    position: relative;
}
.srchinput input[type="text"] {
    width: 100%;
    border: 0;
    padding: 16px 15px 16px 43px;
    font-size: 16px;
    color: #222222;
    border-radius: 3px;
}

.srchselect select {
    width: 100%;
    border: 0;
    padding:16px 15px;
    font-size: 16px;
    color: #222222;
        border-radius: 3px;
}
.srchinput:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(images/sprites.png);
    background-position: -627px -688px;
    top: 0;
    left: 16px;
    bottom: 0;
    margin: auto;
}
.srchselect:after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #726e6e;
    top: 0;
    pointer-events: none;
}

.rv_area>h2 {
    font-size: 18px;
    color: #2e5366;
    font-family: "Roboto-Bold";
    margin-bottom: 41px;
}
.rev_list {
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 40px;
    margin-bottom: 20px;
    padding-top: 30px;
}
.rev_userright {
    float: right;
    width: 94.5%;
}
.rev_meta span.date {
    font-size: 16px;
    color: #959595;
    float: right;
}
.rev_user {
    width: 50px;
    float: left;position: relative;
}
.rev_user:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(images/sprites.png);
    background-position: -625px -648px;
    right: 0;
    bottom: 0;
}
.rev_userright h3 {
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #636363;
}
.rev_userright h3 span {
    color: #032835;
}
.rating_block {
    font-size: 0;
    background: url(images/sprites.png);
    width: 91px;
    height: 16px;
    background-position: -486px -710px;
    margin-top: 5px;
    margin-bottom: 17px;
}
.rev_userright h4 {
    font-size: 18px;
    color: #013447;
    font-family: "Roboto-Medium";
    margin-bottom: 5px;
}
a.reply {
    margin-top: 5px;
    display: inline-block;
}
.rev_userright p {
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    margin-bottom: 15px;
}
a.reply, .comment-reply a, .reply a {
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
    color: #959595;
    padding-left: 24px;
    position: relative;
}
a.reply:before, .comment-reply a:before, .reply a:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(images/sprites.png);
    background-position: -641px -648px;
    left: 0;
    top: 2px;

}
.rev_list:first-child{ padding-top: 0; }
.rev_meta {
    margin-top: 2px;
}
.rev_list:last-child{ border-bottom: 0; }

.subreview_form {
    margin-bottom: 64px;
}
.subreview_form h2 {
    font-size: 36px;
    color: #013447;
    letter-spacing: 2.92px;
    text-transform: uppercase;
        margin-bottom: 22px;
}
.subreview_form p {
    font-size: 16px;
    color: #222222;
}
.wrt_rating {
    margin: 29px 0;
}
.wrt_rating h5 {
    font-size: 18px;
    color: #013447;
    font-family: "Roboto-Medium";
    margin-bottom: 15px;
}
.wrt_rating label {
    font-size: 16px;
    color: #222222;
    vertical-align: middle;
}
.subreview_form .comment-form-author, .subreview_form .comment-form-email {
    width: 49%;
    float: left;
}
.subreview_form .comment-form-email {
    float: right;
}
.rev_col_hlf {
    width: 50%;
    float: left;
    padding: 0 7px;
}
.subreview_form input[type="text"], .subreview_form input[type="email"] {
    width: 100%;
    border: 0;
    padding: 16px 20px;
    font-size: 16px;
    color: #222222;
    border-radius: 3px;
    font-family: "Roboto-Regular";
}
 
.subreview_form textarea {
    width: 100%;
    font-family: "Roboto-Regular";
    background: #fff;
    border: 0;
    font-size: 16px;
    color: #222222;
    padding: 21px 19px;
    height: 131px;
    border-radius: 3px;
}
.rev_col{padding: 0 7px;}

.re_row {
    margin: 0 -7px;
    padding-bottom: 19px;
    overflow: hidden;
}
.subreview_form input[type="submit"] {
    background: #9f8c4c;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    width: 308px;
    text-align: center;
    padding: 19.5px 30px;
    border-radius: 4px;
    border: 0;
    display: block;
    cursor: pointer;
    letter-spacing: 0.70px;
    margin-top: 7px;
}

.bigthumb_outer img {
    /*height: 510px !important;*/
    image-rendering: -webkit-optimize-contrast;
}
.thumb_outer img {
    height: 130px !important;
    image-rendering: -webkit-optimize-contrast;
}

.sinbot_enqform ul .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3a3a3a;
}
.sinbot_enqform ul .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #3a3a3a;
}
.sinbot_enqform ul .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #3a3a3a;
}
.sinbot_enqform ul .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #3a3a3a;
}


.srchinput input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
}
.srchinput input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
}
.srchinput input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #222222;
}
.srchinput input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #222222;
}


.re_row input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
}
.re_row input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
}
.re_row input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #222222;
}
.re_row input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #222222;
}

.review_rate textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
}
.review_rate textarea::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
}
.review_rate textarea:-ms-input-placeholder { /* IE 10+ */
  color: #222222;
}
.review_rate textarea:-moz-placeholder { /* Firefox 18- */
  color: #222222;
}
.corpo_info h2 {
    font-size: 36px;
    color: #013447;
    margin-bottom: 27px;
    text-transform: uppercase;
    letter-spacing: 2.18px;
}
.corpo_info p {
    font-size: 16px;
    line-height: 30px;
    color: #013447;
}
.corpo_info {
    margin-bottom: 45px;
}
/*.corpo_ships .bots_head {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 39px;
}*/
.corpo_ships .fboats_cont p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
        min-height: 48px;
    color: #3a3a3a;
}
.corpomrta {
    margin-top: 15px;
}

.corpomrta li {
    width: 50%;
    float: left; 
    color: #9f8c4c;
    font-size: 24px;
    line-height: 26px;
    position: relative;
}
.corpomrta li:after{
    content: "";
    position: absolute;
    width:1px ;
    height:44px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: #dcdcdc;
}
.corpomrta label {
    display: block;
    font-size: 14px;
    color: #3a3a3a;
}
.corpomrta {
    margin-top: 27px;
    overflow: hidden;
}
.corpomrta li:last-child:after {
    content: none;
}
.cor_price {
    float: right;
}
.corpo_ships .fboats_cont h3{margin-bottom: 8px;}

 
.ship_pagention ul {
    overflow: hidden;
}
.ship_pagention ul li a {
    border: 1px solid #dddddd;
    display: block;
    padding: 11px 15px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}
.ship_pagention li {
    display: inline-block;
    margin-right: 5px;vertical-align: middle;
}
.ship_pagention ul li.pg_active a{ background: #013447; border:1px solid #013447; color: #fff; } 
li.pg_next a,
li.pg_prev a {
    font-size: 0 !important;
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block !important;
    vertical-align: top;
}
li.pg_prev a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 13px;
    background: url(images/sprites.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-position: -177px 0px;
}
li.pg_next a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 13px;
    background: url(images/sprites.png); 
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-position:-186px 0px;
}
.corpo_sec {
    border: 0;
}
.ship_pagention {
        margin-left: 24px;
    margin-top: 26px;
}
.corpo_cont_sec {
    background: url(images/corprate_bg.jpg);
    margin-top: 13px;
    background-position: center;
    background-size: cover;
}

.contct_banner {
    padding-top:282px !important;
        padding-bottom: 108px;
}
.contct_banner h1 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 3.31px;
    text-transform: uppercase;
       margin-bottom: 16px;
       line-height: 69px;

}
.contct_banner p {
    color: #fff;
    font-size: 16px;
}
.con_left h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #013447;
    letter-spacing: 2.18px;
    margin-bottom: 22px;
}
.con_left p {
    font-size: 16px;
    color: #013447;
    padding-bottom: 42px;
    line-height: 30px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.cinfo label,.cadd label {
   font-size: 16px;
    color: #2e5366;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    display: block;
    padding-bottom: 14px;
    padding-top: 6px;
}
.cinfo br {
    display: none;
}
.cinfo {
    padding-left: 65px;
    display: inline-block;
    position: relative;
}
.cinfo a {
    color: #3a3a3a;
    font-size: 16px;
    letter-spacing: 0.48px;
}
.cadd {
    padding-left: 65px; position: relative;    margin-top: 53px;
}
.contactinfo {
    padding-top: 83px !important;    padding-bottom: 69px;
}

.cinfo:before,.cadd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: -6px 11px 39px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow:    -6px 11px 39px 0px rgba(0, 0, 0, 0.09);
box-shadow:         -6px 11px 39px 0px rgba(0, 0, 0, 0.09); 
}
.cemail:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    background: url(images/sprites.png);
    left: 15px;
    top: 17px;
    background-position: -161px -39px;
}
.cphn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/sprites.png);
    left: 13px;
    top: 15px;
    background-position: -182px -39px;
}
.cadd:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 21px;
    background: url(images/sprites.png);
   left: 14px;
    top: 14px;
    background-position: -204px -39px;
}
.cinfo.cphn {
    margin-left: 38px;
}
.cadd table {
    max-width: 350px;
    width: 100%;
}
.cadd table td {
    font-size: 16px;
    padding: 6px 0;
    color: #3a3a3a;
    letter-spacing: 0.48px;
}

.con_right .vc_column-inner>.wpb_wrapper {
    background: #f2f2f2;
    margin-top: 0;
    padding: 45px 30px;
}
.con_right h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #013447;
    letter-spacing: 2.95px;
    margin-bottom: 17px;
}
.con_right  p {
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    color: #013447;
    padding-bottom: 34px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.con_right  ul label {
    display: block;
    font-size: 18px;
    color: #2e5366;
    font-family: "Roboto-Medium";
    margin-bottom: 13px;
}
.con_right  ul .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 16px 20px;
    font-size: 15px;
    color: #222;
    font-family: "Roboto-Regular";
    border-radius: 3px;
}
.con_right  .your-date:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #726e6e;
    top: 0;
    pointer-events: none;
}
.con_right  ul li input.wpcf7-submit {
    background: #013447;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 14.5px 0;
    letter-spacing: normal;
    border-radius: 4px;
    border: 0;
    display: block;
    cursor: pointer;
    letter-spacing: 0.70px;
}
.con_right ul li {
    margin-bottom: 10px;
}
.con_right ul li:last-child {
    margin: 0;
}
.con_right ul input[type="date"] {
    height: 50px;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.con_right .wpcf7-date::-webkit-inner-spin-button,
.con_right .wpcf7-date::-webkit-calendar-picker-indicator {
        opacity: 0;
    
}
.con_right ul li textarea.wpcf7-form-control {
    height: 80px;
}


.con_right ul .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
.con_right ul .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
.con_right ul .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
.con_right ul .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #222;
}

.cmap .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

.cmap .wpb_map_wraper {
    padding-top: 33%;
}
.cmap .wpb_gmaps_widget .wpb_map_wraper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
span.ajax-loader {
    position: absolute;
    top: 15px;
    right: 15px;
}
.con_right ul li:last-child{ position: relative; }

.enqire_page {
    background: #f2f2f2;
    padding-top:172px;
    padding-bottom: 55px;
}
.enqire_page .vc_column-inner>.wpb_wrapper {
    background: #fff;
    max-width: 562px;
    margin: auto;
    padding: 47px 31px 53px;
    -webkit-box-shadow: 0px 2px 90px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 2px 90px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 2px 90px 0px rgba(0, 0, 0, 0.1);
}
.enqire_page h1 {
    font-size: 30px;
    color: #013447;
    text-transform: uppercase;
    letter-spacing: 2.46px;
        margin-bottom: 41px;
}
.enqire_page input.wpcf7-form-control:not(.wpcf7-submit),
.enqire_page select.wpcf7-form-control {
        border: 2px solid #edf1f2;
    width: 100%;
    border-radius: 3px;
    padding: 15.5px 15px;
    font-size: 14px;
    color: #3a3a3a;
    height: 50px;
}
.enqire_page label {
    display: block;
    font-size: 16px;
    color: #2e5366;
    font-family: "Roboto-Medium";
    margin-bottom: 8px;
}
.enqire_page .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #3a3a3a;
}
.enqire_page .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
      color: #3a3a3a;
}
.enqire_page .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
      color: #3a3a3a;
}
.enqire_page .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
      color: #3a3a3a;
}
.enfrm_row br {
    display: none;
}
.enfrm_col_half {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.enfrm_row {
    margin: 0 -10px;
    overflow: hidden;
}
.enfrm_col {
    padding: 0 10px;
}

.enquire_haader{    padding: 10px 0 10px 0; background: #013447;}
.enfrm_col,.enfrm_col_half{ margin-bottom: 17px; }

.enfrm_row p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 18px;
    padding-bottom: 15px;
}
.enqire_page textarea {
    border: 2px solid #edf1f2;
    width: 100%;
    border-radius: 3px;
    padding: 15.5px 15px;
    font-size: 14px;
    color: #3a3a3a;
    height: 100px;
}
.enqire_page .select_opt:after{    right: 19px;}
span.wpcf7-not-valid-tip{ padding-top: 10px; font-size: 14px; }
.getform span.wpcf7-not-valid-tip{ color: #fff; }
.getform div.wpcf7-response-output{ background: #013447; }

.enqire_page .wpcf7-form-control-wrap label {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 18px;
    padding-bottom: 0;
    font-family: "Roboto-Regular";
        margin: 0;
}


.enqire_page input[type="checkbox"] + .wpcf7-list-item-label{
    background:transparent;
    display: inline-block;
    margin:0!important;
    padding-left:22px!important;
    line-height:20px!important;
    position:relative;
    vertical-align: top;
    font-size:14px;
    width:auto;
    cursor:pointer;
}
.enqire_page input[type="checkbox"] + .wpcf7-list-item-label:before{
         content: '';
    -webkit-appearance: none;
    background-color: #dedede;
    border: 1px solid #a6a6a6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 15px 10px -12px rgb(255 255 255);
    padding: 6px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 3px;
    left: 0;
    margin-top: 0;
    top: 3px;
}
.enqire_page input[type="checkbox"] + .wpcf7-list-item-label:after{
   content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 3px;
    height: 7px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.enqire_page input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
    opacity:1;
}
.enfrm_col input[type="checkbox"] {
    display: none;
}
.enfrm_col span.wpcf7-list-item {
    margin: 0;
}
.enqire_page input[type="submit"] {
       background: #9f8c4c;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 19.5px 0;
    letter-spacing: 0.70px;
    border-radius: 4px;
    border: 0;
    display: block;
    cursor: pointer;
    margin: auto;
    width: 308px;
}
.enqire_page input[type="submit"]:hover,
.sinbot_enqform ul li input.wpcf7-submit:hover{ background: #013447;  }
.bots_search .frm_grp .frm_btn:hover,
.con_right ul li input.wpcf7-submit:hover{ background: #9f8c4c;}
.enfrm_row:last-child .enfrm_col {
    margin: 0; position: relative;
}
.enfrm_row span.ajax-loader {
    position: absolute;
    top: 20px;
    right: 24%;
}
.enqire_page li {
    margin-bottom: 15px;
}
.enqire_page li:last-child{
    margin-bottom:0px;
}
.enq_copy {
    text-align: center;
    margin-top: 55px;
}
.enq_copy p {
    font-size: 16px;
    color: #000000;
}
.eventsships_info{margin-top: 0px;}

.events_grid .corpomrta li.guet{ position: relative; }
.events_grid .corpomrta li.guet:before{

   content: "";
    position: absolute;
    width: 22px;
    height: 28px;
    background: url(images/sprites.png);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-position: -197px 0;
}
.events_grid .corpomrta li.guet {
    position: relative;
    padding-left: 30px;
}
.events_grid .corpomrta li span {
    font-size: 14px;
    color: #3a3a3a;
}
.events_grid .fboats_cont h3{ line-height: 30px; }
.events_grid .fboats_cont{    padding: 31px 30px 37px 30px;}


.rate_table {
    width: 230px;
}


.rating {
  display: -webkit-box;
  display: flex;
 
  -webkit-box-pack: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; 
  position: relative;
}

.rating-0 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}


.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin-top: auto;
  background-image:url(images/no_star.png);
  background-repeat: no-repeat;
  background-position: center; 
  -webkit-transition: .3s;
  transition: .3s;
      margin-right: 3px;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image:url(images/stars.png);
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image:url(images/stars.png);
}

.not-found {
    height: 300px;
    display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
  justify-content: center; 
    background: #f8f8f8;
    margin-top: 4%;
	margin-bottom: 4%;
}
.not-found h2.page-title {
    color: #013447;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1.18px;
    margin-bottom: 6px;
    text-align: center;
}
.pagination {
    margin-left: 20px;
    clear: both;
}
.pagination h2 {
    display: none;
}
.pagination .page-numbers {
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.pagination span.page-numbers, .pagination .page-numbers:hover {
    background: #013447;
    border: 1px solid #013447;
    color: #fff;
}
.pagination .page-numbers svg {
    fill:#000000;
    margin-top: 9px;
}
.pagination .page-numbers:hover svg {
    fill:#fff;
}

.comment-form p label, .comment-notes, .screen-reader-text.says, .tval {
    display: none;
}
.comment-form p {
    margin-bottom: 19px;
}
.subreview_form .comment-form-author {
    clear: left;
}
.wppcr_rating {
    border: 0;
    padding: 0;
}
.wppcr_rating legend {
    font-size: 18px;
    color: #013447;
    font-family: "Roboto-Medium";
    margin-bottom: 15px;
    padding: 0;
}
.wppcr_rating:not(:checked) > label {
    text-shadow: none !important;
    padding: 0 !important;
    font-size: 34px !important;
}
.wppcr_rating > input:checked + label:hover, .wppcr_rating > input:checked + label:hover ~ label, .wppcr_rating > input:checked ~ label:hover, .wppcr_rating > input:checked ~ label:hover ~ label, .wppcr_rating > label:hover ~ input:checked ~ label {
    color: #9f8c4c !important;
}
.wppcr_rating {
    margin: 0 0 15px;
}
ol.comment-list {
    padding: 0;
    margin-bottom: 50px;
}
ol.comment-list li {
    list-style: none;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 40px;
    margin-bottom: 20px;
    padding-top: 7px;
}
ol.comment-list li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment-body {
    overflow: hidden;
}
ol.comment-list li img {
    border-radius: 100%;
    width: 50px;
    height: auto;
    margin-right: 15px;
}
.comment-metadata {
    position: absolute;
    top: 22px;
    right: 0;
}
.comment-awaiting-moderation, .comment-content, .comment-reply, .reply, ol.children {
    width: calc(100% - 65px);
    float: right;
}
ol.children {
    margin-top: 20px;
}
.comment-form-flex {
    width: 100%;
    float: left;
}

.comment-author b {
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #013447;
    font-weight: normal;
}
.comment-body p {
    font-size: 17px;
    color: #222222;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.cmstr-out {
    margin-bottom: 15px;
}
span.wpcr_author_stars, span.wpcr_author_stars span {
    background-image: url(images/stars-1.png) !important;
}

.comment-form-flex .screen-reader-text, .comment-reply-title {
    font-size: 30px;
    color: #013447;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: "PlayfairDisplaySC-Regular";
    display: block;
}
.comment-reply-title a {
    color: #013447;
}
.comments-area {
    overflow: hidden;
}
.comment-list + .comment-form-flex h2.comments-title, .comment-respond + .comment-reply, .comments-title-wrap .comments-title, .discussion-avatar-list, .discussion-meta-info svg {
    display: none !important;
}
.discussion-meta-info svg, .discussion-meta-info span {
    display: inline-block;
    vertical-align: middle;
}

.comments-title-wrap {
    margin-bottom: 40px;
}

.comment-metadata a {
    font-size: 16px;
    color: #959595;
}

.discussion-meta-info span {
    font-size: 18px;
    color: #2e5366;
    font-family: "Roboto-Bold";
}

.rev_cunt .rating {
    display: inline-block;
}
.rev_cunt .rating {
    display: inline-block;
    position: absolute;
    width: 137px;
    height: 24px;
    background: url(images/sprites.png);
    background-position: -483px -734px;
    right: 0;
    top: 0;
}
.rev_cunt .rating span {
    height: 24px;
    background: url(images/sprites.png);
    background-position: -483px -684px;
    display: inline-block;
}


.loading_boats {
    color: #013447;
    font-size: 22px;
    letter-spacing: 0.8px;
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.loading_boats span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.loading_boats span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.loading_boats span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}
.pagination ul { padding: 0; margin: 0; }
.pagination ul li {
    padding: 0;
    margin: 0 8px 0 0;
    float: left;
}
.pagination ul li a {
    font-size: 14px;
    color: #000000;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 38px;
    float: left;
}
.pagination ul li.active a {
    background-color: #013447;
    border-color: #013447;
    color: white;
}
.pagination ul li svg {
    fill: #000000;
    margin-top: 9px;
}

.page_container {
    padding: 40px 0;
}
.page_container.apage_container {
    padding-bottom: 0;
    padding-top: 0;
}
.page_container h2 {
    font-size: 36px;
    color: #013447;
    letter-spacing: 3px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.testmoni_item {
    text-align: center;
}

.testmoni_item h3 {
    color: #9f8c4c;
    font-family: "Roboto-Bold";
    font-weight: normal;
    font-size: 18px;
    margin-top: 28px;
}
.testimonials_slider {
    position: relative;
    padding-top: 66px;
}
.testimonials_slider:before {
    content: "";
    background: url(images/sprites.png);
    width: 35px;
    height: 29px;
    top: 0;
    background-position:-646px -762px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonials_slider .owl-nav button { 
    margin: 0 8px;
    width: 43px;
    height: 43px;
    background: #fff !important;
    border-radius: 50%;
    -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
}
.testimonials_slider .owl-nav button span:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 16px;
    background: url(images/sprites.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.testimonials_slider .owl-nav button span {
    display: block;
    font-size: 0;
    position: relative;
}
.testimonials_slider .owl-nav button.owl-next span:before {
    background-position: -148px -0px; 
}
.testimonials_slider .owl-nav button.owl-prev span:before {
    background-position: -138px -0px; 
}
.testimonials_slider .owl-nav {
    text-align: center;
    margin-top: 36px;
}
.testimonials_slider .owl-nav button.owl-next:hover span:before{ background-position: -148px -17px; }
.testimonials_slider .owl-nav button.owl-prev:hover span:before{background-position: -138px -17px; }

.ships_info_sec:before {
    width: 50%;
    content: "";
    background: #f2f2f2;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.eventsships_info:before{ content: none; }
.ships_info_sec{ position: relative; }

.all_events_row .boats_grid {
    width: 31.5%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 45px;
    text-align: center;
}
.all_events_row .boats_grid:nth-child(3n) {
    margin-right: 0;
}
.all_events_row .boats_grid:nth-child(3n+1) {
    clear: both;
}
.all_events_row .evenst_icon img {
    width: 55px;
    margin: auto;
    image-rendering: -webkit-optimize-contrast;
}
.all_events_row .fboats_cont {
    text-align: center;
   
    padding: 20px 30px 30px 30px;
}
.eve_sht_des {
    min-height: 72px;
}

 .top_boat_banner:before {
    content: "";
    position: absolute;
    background:rgba(0,0,0,0.39);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.all_events_row .fboats_cont p {
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;    margin: 0;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}

.sinbts_features td {
    border: 1px solid #ddd;
    padding: 10px;
    line-height: normal;
    font-size: 16px;
    color: #013447;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.sinbts_features td ul li {
    list-style: disc;
    list-style-position: inside;
}
.sinbotsacr_content table {
    margin: 23px 0;
}
.sinbts_features tr:nth-child(odd) {
    background: #f9f9f9;
}

.eventsships_info {
    background: #f2f2f2; 
        padding: 0;
}
.even_ship_right {
    width: 50%;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.even_ship_left {
    width: 50%;
    float: left;
}
.even_ship_inner{ max-width: 547px;
    min-height: 712px;
    display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   /* -webkit-align-items: center;
  align-items: center;*/
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
   -webkit-justify-content: center;
  justify-content: center;
}
.even_ship_right img {
    width: 100%; height: 100% !important; object-fit: cover;    image-rendering: -webkit-optimize-contrast;
}
.even_ship_right * {
    height: 100%;
}

.event_cont_slider .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    width: 60px;
    height: 60px;
    background: #9f8c4c !important;
    border-radius: 50%;
    -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
}
.event_cont_slider .owl-nav button span {
    display: block;
    font-size: 0;
    position: relative;
}
.event_cont_slider .owl-nav button span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 29px;
    background: url(images/sprites.png);
    background-position: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.event_cont_slider .owl-nav button.owl-prev span:before {
    background-position: -696px -794px;
    right: auto;
    left: 20px;
}
.event_cont_slider .owl-nav button.owl-next span:before {
    background-position: -716px -794px;
    left: auto;
    right: 20px;
}
.event_cont_slider .owl-nav button.owl-prev {
    left:15px;
}
.event_cont_slider .owl-nav button.owl-next  {
    right:15px;
}

.corpoships_info h2 {
    font-size: 30px;
    letter-spacing: 1px;
}
.sinbot_enqform ul textarea {
    height: 115px;
}

/*.eve_cnt {
    margin-bottom: 30px;
}*/

.two_col_txt .col1 {
    padding-right: 20px;
}
.two_col_txt .col2 {
    padding-left: 20px;
}

.events_banner {
    background-attachment: fixed;
    background-position: 50% 50%;
    margin-bottom: 40px;
    background-size: cover;
}
.corporate_banner {
    margin: 0 !important;
    background-image: url(images/corporate-banner.jpg);
}
.events_banner:after {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: rgba(46,83,102,0.4);
    z-index: 1;
    visibility: visible !important;
}
.events_banner h1 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 3.31px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.eve_page_container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.events_banner .next_section {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 9;
    text-align: center;
    width: 100%;
}
.events_banner .next_section a {
    width: 64px;
    height: 64px;
    background-image: url(images/sprites.png);
    background-position: -514px -905px;
    display: inline-block;
}


.hm_abt_sec {padding-top: 78px;}
.hm_abt_sec h4 {
    font-size: 30px; 
    line-height: 48px;
   color: #013447;
    letter-spacing: 0.9px;
   text-transform: uppercase;
   font-style: italic;
}
.hm_abt_sec h4 strong{ font-weight: 300; text-transform:none ; font-style: italic; /*color: #252525;*/}
.hm_abt_sec p {
       color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin: 0 0 15px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.video_grid  .wpb_content_element{
    position: relative;    width: 683px;
}
.video_grid img {
    border: 10px solid #fff;
}
.video_grid {
          margin-left: -104px;
    margin-top: 66px;
    margin-bottom: 25px;
}


.hair_method h4 {
    font-weight: 400;
    line-height: 40px;
}
.hair_method {
    padding-bottom: 50px;
}
.page_container .hair_method li {
    width: 47%;
    float: left;
    color: #000000;
    letter-spacing: 0.18px;
    line-height: 26px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 37px;
    list-style: none;
    font-family: 'Avenir LT Std';
    font-weight: 300;
    font-size: 17px;
}
 
.page_container .hair_method li:before{
   content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(images/sprites.png);
    left: 0;
    top: 5px;
    background-position: -686px -910px;
}
.hair_method ul {
    overflow: hidden;
}
.page_container .hair_method li:nth-child(2n){ float: right; }
.page_container .hair_method li:nth-child(2n+1) {
    clear: left;
}
.hair_method p {
    margin: 61px 0 0px 0;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.hair_method h2 {
    font-size: 29px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.exe_about{ padding-top:50px !important; padding-bottom:60px; }
.exe_about h2 {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.signature_row { margin-bottom: 15px; }
.exe_about p {
    color: #616060;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin: 0 0 15px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.exe_about strong {
    color: #616060;
}
.superior_row {
    margin-top: 71px;
    margin-bottom: 15px;
}
.fl_right {
    order: 2;float: right !important;
}
.signature_row p {
    padding-right: 28px;
}
.superior_row  p {
    padding-left: 10px;
}


.blue_section p, .blue_section p strong {
    color: #fff;
}
.exe_about strong {
    font-family: "Roboto-Medium";
    font-weight: normal;
}
.abt_hairrange .wpb_content_element {
    margin-bottom: 35px !important;
}

.faq_section {
    padding-top: 50px !important;
    padding-bottom: 30px;
}
.faq_section h4 {
    color: #013447;
    font-size: 20px;
    position: relative;
    margin: 0 0 6px;
    padding: 15px 35px 15px 30px;
    cursor: pointer;
    font-family: "Roboto-Bold";
    background-color: #032835;
    text-transform: inherit;
    line-height: 30px !important;
    letter-spacing: 0;
}
.faq_section .vc_tta-panel {
    margin-bottom: 20px;
}
.faq_section h4 a {
    position: relative;
    color: #fff !important;
    padding: 0 !important
}
.faq_section h4:after {
    width: 19px;
    height: 10px;
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;
    background-position: -731px -921px;
    background-image: url(images/sprites.png);
}
.faq_section .vc_active h4:after {
    background-position: -750px -921px;
}
.faq_section p {
    color: #616060;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin: 0;
    font-family: 'Avenir LT Std';
    font-weight: 300;
}
.faq_section p a {
    font-weight: 700;
    color: #9f8c4c;
    text-transform: uppercase;
}
.wpb-js-composer .hm_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .hm_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .hm_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .hm_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .hm_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
    border: 0; background: none;
}
.wpb-js-composer .hm_faqs .vc_tta.vc_general .vc_tta-panel-title{  position: relative; padding:0; font-family: "Roboto-Medium"; text-transform: inherit;}
.wpb-js-composer .hm_faqs .vc_tta.vc_general .vc_tta-panel-title:before{
   content: "?";
    position: absolute;
    left: -50px;
    top: 29px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
    width: 33px;
    height: 33px;
    background-color: #032835;
    text-align: center;
    border-radius: 100%;
    line-height: 35px;   
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title:before{ background-color: #99864b; color: #fff;}

.wpb-js-composer .hm_faqs .vc_tta.vc_general .vc_tta-panel-title>a{ padding: 0; }
.wpb-js-composer .hm_faqs .vc_tta.vc_general .vc_tta-panel-body{ padding: 0 0 30px;}
.hm_faqs .vc_tta-panel-body p {
    margin: 0 0 20px;
    color: #656464;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.16px;
    font-family: 'Avenir LT Std';
}
.hm_faqs .vc_tta-panel {
       width: 46%;
    float: left;
    padding-left: 51px;
    border-bottom: 1px solid #99864b;
    margin: 0 20px; padding-right: 25px;
}
.wpb-js-composer .hm_faqs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
       color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    padding: 25px 0;
}
.hm_faqs .vc_tta-panel:nth-child(2n+1) {
    clear: both;
}
.hm_faqs .vc_tta-container {
    margin-left: -20px;
    margin-right: -20px;
}
.hm_faqs {
    padding-bottom: 70px;
    padding-top: 60px !important;
}

.event_banner {
    margin-bottom: 50px;
}


.fboats_thumimages img {
	width: auto !important;
	margin: auto;
}

.cs_section .wpb_text_column .wpb_wrapper {
    background-color: #fff;
    -webkit-box-shadow: 6px 46px 30px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow:    6px 46px 30px 0px rgba(0, 0, 0, 0.31);
    box-shadow:         6px 46px 30px 0px rgba(0, 0, 0, 0.31);
    text-align: center;
    border-top: 8px solid #9f8c4c;
    padding: 50px 0;
}
.cs_section h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 60px;
    color: #013447;
    letter-spacing: 3.6px;
    padding: 0;
}
.cs_section {
    padding-bottom: 0 !important
}
.cs_section img {
    width: 300px;
}
.ccev_cont {
    margin-bottom: 60px;
}

.whychoose_sec h2 {
    color: #fff;
    margin-bottom: 25px;
}

.whychoose_sec li {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin: 0 0 15px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
    position: relative;
    padding-left: 25px;
}
.whychoose_sec li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #9f8c4c;
    border-radius: 50%;
    top:11px;
    left: 0;
}
.whychoose_sec li  strong{
     color: #fff;
}
.whychoose_sec .superior_row {
    margin: 0;
}
.whychoose_sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.fpartbt_sec h2.vc_custom_heading {
    padding-bottom: 40px;
}
.fpartbt_sec .vc_inner .vc_column-inner>.wpb_wrapper {
    background: #fff;
    padding: 38px 30px 44px 30px;
    margin: 0 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    margin-top: -21px;
    z-index: 99;
    position: relative;
    border-top: 5px solid #013447;
    background-color: #fff;
    text-align: center;
        margin-bottom: 45px;
    min-height: 300px;
}
.fpartbt_sec .vc_inner h3.vc_custom_heading {
    color: #2e5366;
    font-family: "Roboto-Medium";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 18px;
    padding: 0;
    letter-spacing: normal;
}
.fpartbt_sec .vc_inner .fbt_guest {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px !important;
}
.fpartbt_sec .vc_inner p:not(.fpartbt_sec .vc_inner .fbt_guest p) {
    font-size: 16px;
    line-height: 26px;
    color: #3a3a3a;
    font-family: 'Avenir LT Std';
    font-weight: 300;
    margin-bottom: 25px;
}
.fpartbt_sec .vc_inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: #013447;
    font-size: 16px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0px 16px;
    letter-spacing: normal;
    border-radius: 4px;
    width: 100%;
    line-height: normal;
    border: 0;
}
.fpartbt_sec .vc_inner .vc_btn3-container
 {
    margin: 0;
}

.fpartbt_sec{ 
    padding-bottom: 60px;
}

.fpartbt_sec .vc_inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    background: #9f8c4c;
}

.poplar_sec h2.vc_custom_heading {
    text-align: left !important;
}
 
.poplar_sec ul li {
    color:#2b2b2b;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin: 0 0 15px;
    font-family: 'Avenir LT Std';
    font-weight: 300;
    position: relative;
    padding-left: 25px;
}
.poplar_sec li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #9f8c4c;
    border-radius: 50%;
    top:11px;
    left: 0;
}
.poplar_sec ul {
    margin-bottom: 0 !important;
}
.cta_new {
    padding-top: 90px !important;
    padding-bottom: 70px;
}

.cta_new h2.vc_custom_heading {
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 3px;
    padding: 0 0 27px;
    text-transform: uppercase;
}
.cta_new p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin: 0 auto;
    font-family: 'Avenir LT Std';
    text-align: center;
    padding-bottom:58px;
    max-width: 85%;
}
.cta_new .vc_btn3-container a.vc_general {
    background: #013447;
    font-size: 18px;
    font-family: "Roboto-Medium";
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 36px 17px;
    letter-spacing: normal;
    border-radius: 4px;
    border: 0;
    display: inline;
    cursor: pointer;
}
.cta_new .vc_btn3-container a.vc_general:hover{
    background: #fff; color: #000;
}
.hm_faqs2 h2.vc_custom_heading {
    font-size: 36px;
    color: #013447;
    letter-spacing: 3px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.hm_faqs2 {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.hm_faqs2 .vc_tta-panel {
    width: 100%;
}

.bps_sec{ padding-top:273px !important; }

.fpartbt_sec .vc_col-sm-4 {
    padding-right: 0;
    padding-left: 0;
}
.wpb-js-composer .hm_faqs2 .vc_tta.vc_general .vc_tta-panel-title:before{
        top: 23px;
}

.mobinav {
    display: none;
}
.eventshm-grid .fboats_thumslider, .eventshm-grid .viewbt,
.new-events-row .fboats_thumslider, .new-events-row .viewbt {
    display: none;
}
.eventshm-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.eventshm-grid .item {
    width: 25%;
    margin-bottom: 25px;
}
.eventshm-grid .fboats_cont {
    margin: 0 12.5px;
    min-height: 245px;
    padding: 20px 30px 20px 30px;
}
.eventshm-grid {
    padding-bottom: 60px;
}
.all_events_row.new-events-row {
    display: flex
;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    flex-wrap: wrap;
    height: 100%;
}
.all_events_row.new-events-row .boats_grid {
    float: none;
    clear: both;
    width: 25%;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
}
.all_events_row.new-events-row .fboats_cont {
    margin: 0;
}
.all_events_row.new-events-row .fboats_cont {
    width: 100%;
}
.all_events_row.new-events-row .boats_grid {
    padding: 12px;
}
.all_events_row.new-events-row {
    padding-bottom: 40px;
}
.header_section .wp-menu-img-before img {
    float: right;
}
.header_section .top_menu ul.sub-menu li>a {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header_section .wp-menu-img-before img {
    float: right;
    width: 35px;
    height: 35px;
    order: 2;
    margin-left: 10px;
    margin-right: 0;
    object-fit: contain;
}
.hm_gallery .image_carosel .wpb_image_grid .wpb_image_grid_ul .isotope-item{
    width: 100%;
}
.hm_gallery .image_carosel .wpb_image_grid .wpb_image_grid_ul {
    height: auto !important;
}
.image_carosel .owl-nav {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
.image_carosel .owl-nav button.owl-prev {
    left: -85px;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.image_carosel .owl-nav button.owl-next {
    right: -85px;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.hm_gallery .image_carosel .wpb_image_grid .wpb_image_grid_ul{
        margin: 0 !important;
}
.sinbotsacr_content.addon_text .amenties_list li:before {
    display: none;
}
.sinbotsacr_content.addon_text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
}
.sinbotsacr_content.addon_text ul li {
    padding: 0;
    margin: 0;
    font-family: "Roboto-Medium";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #2E5366;
    width: 33.33%;
    text-align: center;
}
ul.menu_btns_list {
    display: flex
;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}
ul.menu_btns_list {
    margin-top: 40px;
    max-width: 85%;
}
.sinbotsacr_content.addon_text ul li a {
    color: #2E5366;
    line-height: 1.2;
}
.add_icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.sinbotsacr_content.addon_text ul li a:hover {
    color: #9f8c4c;
}
.hm_gallery{
    position: relative;
}
.hm_gallery:after {   
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background: #f2f2f2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.insta_feed:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background: #f2f2f2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.insta_feed {
    position: relative;
}
.menu_btns_list li.vab_btn {
    width: 50%;
}
ul.menu_btns_list .vab_btn a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.boat-button{
      width: 100%;
}
.boat-button a{
        width: 100%;
    border: 0;
    font-size: 16px;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    border-radius: 4px;
    padding: 14.5px 0;
    cursor: pointer;
    margin-top: 10px;
}
.boat-button a:hover{
    color: #ffffff!important;
    border-color: #9f8c4c!important;
    background-color: #9f8c4c!important;
    background-image: none!important;
}
.fea_drmbts_sec.home-sec2 {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.home-sec2 .wpb_text_column p{
    font-size: 18px;
    color: #2b2b2b;
    line-height: 36px;
    font-family: 'Avenir LT Std' !important;
    font-weight: 300;
    text-align: center;
}
.home-sec2 .wpb_single_image{
        background: #fff;
    padding: 23px;
}
.home-sec2 .wpb_single_image img{
    height: 150px;
    width: auto;
}
.drmbts_sec_text{
    margin-bottom: 35px!important;
}
.drmbts_sec_text p{
    font-size: 18px;
    color: #2b2b2b;
    line-height: 36px;
    font-family: 'Avenir LT Std' !important;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}
.feature-clients{
    margin-top: 45px;
}
.feature-clients li img{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 115px!important;

}
.feature-clients .wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.feature-clients .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    list-style: none;
    margin: 0 1px 1px 0;
    max-width: max-content;
    float: none;
    position: inherit !important;
    width: auto !important;
    left: 0px !important;
    top: 0 !important;
}
.home .client_sec{
    display: none;
}
.hmevenst_sec .event-desc p{
    font-size: 18px;
    color: #2b2b2b;
    line-height: 36px;
    font-family: 'Avenir LT Std' !important;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
    text-transform: none!important;
}
.cal-buttons .wpb_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
