/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0px !important;
    overflow-x: hidden !important;
}
body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div,
input,
textarea,
button,
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
strong,
b,
.strong,
.bold {
    font-weight: 700;
}
button, input{
    outline:none !important;
}
a {
    text-decoration:none;
    color: inherit;
}
.clear{
    clear: both;
}
img, video {
    max-width: 100%;
    display:block;
}
.bg {
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow:hidden;
}

.block {
    position: relative;
    overflow:hidden;
}

.item {
    position: relative;
}

.overlay {
    position:absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.no-space {padding: 0px !important;}
.no-space-top {padding-top: 0px !important; margin-top: 0px !important;}
.no-space-bottom {padding-bottom: 0px !important; margin-bottom: 0px !important;}
.item {display:block;float: left;}
.columns {
    display:table;
    table-layout:fixed;
    width: 100%;
}
.column {
    display:table-cell;
    vertical-align:top;
}

.visual {
    position:absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

.visual.visual-featured {
    width: auto;
    left: 0px;
    right: 0px;
}

/** COMMON **/
body,html {
    font-family: 'DIN', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #828383;
}

.container-1 {
    padding: 60px 0px;
    position:relative;
}

.wrapper-1 {
    max-width: 1426px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    position:relative;
}

.wrapper-2 {
    max-width: 1336px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    position:relative;
}

.wrapper-3 {
    max-width: 1240px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    position:relative;
}


.box-1 {
    padding: 50px 50px;
}


.component-1 {
    margin: 0px 0px 10px 0px;
}


/** COLORS **/
/** Color: blue **/
.clr-blue { color: #B2C4D6 !important}
.bg-blue { background-color: #B2C4D6 !important}
/** Color: blue-2 **/
.clr-blue-2 { color: #7F8FA4 !important}
.bg-blue-2 { background-color: #7F8FA4 !important}
/** Color: brown **/
.clr-brown { color: #C2AB80 !important}
.bg-brown { background-color: #C2AB80 !important}
/** Color: grey **/
.clr-grey { color: #5B5B5B !important}
.bg-grey { background-color: #5B5B5B !important}
/** Color: grey-2 **/
.clr-grey-2 { color: #354052 !important}
.bg-grey-2 { background-color: #354052 !important}
/** Color: grey-3 **/
.clr-grey-3 { color: #3A3D43 !important}
.bg-grey-3 { background-color: #3A3D43 !important}
/** Color: grey-4 **/
.clr-grey-4 { color: #828383 !important}
.bg-grey-4 { background-color: #828383 !important}
/** Color: light **/
.clr-light { color: #FFF !important}
.bg-light { background-color: #FFF !important}
/** Color: light-2 **/
.clr-light-2 { color: #F0E8E1 !important}
.bg-light-2 { background-color: #F0E8E1 !important}
/** Color: orange **/
.clr-orange { color: #CA8A2A !important}
.bg-orange { background-color: #CA8A2A !important}

.columns {
    display:table;
    table-layout:fixed;
    width: 100%;
}
.column {
    display:table-cell;
    vertical-align:top;
}

.visual {
    position:absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 0px;
    left: 0px;
}

.mb-100 {margin-bottom: 100px;}
.mb-95 {margin-bottom:95px;}
.mb-90 {margin-bottom: 90px;}
.mb-85 {margin-bottom:85px;}
.mb-80 {margin-bottom: 80px;}
.mb-75 {margin-bottom:75px;}
.mb-70 {margin-bottom: 70px;}
.mb-65 {margin-bottom:65px;}
.mb-60 {margin-bottom: 60px;}
.mb-55 {margin-bottom:55px;}
.mb-50 {margin-bottom: 50px;}
.mb-45 {margin-bottom:45px;}
.mb-40 {margin-bottom: 40px;}
.mb-35 {margin-bottom:35px;}
.mb-30 {margin-bottom: 30px;}
.mb-25 {margin-bottom:25px;}
.mb-20 {margin-bottom: 20px;}
.mb-15 {margin-bottom:15px;}
.mb-10 {margin-bottom: 10px;}
.mb-5 {margin-bottom:5px;}


.plyr__progress--played, .plyr__volume--display,
.plyr__progress--played,
.plyr__volume--display {color: #CA8A2A;}

.plyr__play-large,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover  {background: #CA8A2A;}
.plyr input[type=range]::-ms-fill-lower {background: #CA8A2A;}
.plyr input[type=range]:active::-webkit-slider-thumb {background: #CA8A2A;}
.plyr input[type=range]:active::-moz-range-thumb  {background: #CA8A2A;}
.plyr input[type=range]:active::-ms-thumb {background: #CA8A2A;}

/** TRANSITIONS **/
.btn i,
.icon-block-right a,
.reviews-stars a,
.footer-bottom-nav a {
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}

.footer-nav a {
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

.header-nav-item .nav-link span:after,
.header-nav-sub a span:after {
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    -ms-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
}

.header-nav-in,
.mobile-toggle .line {
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -ms-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;

}
.header-nav-item .nav-link,
.header-nav-item a {
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -ms-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
header .logo {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}


/** COMPONENTS **/
.text-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43em;
}

.text-1.non-important {
    font-weight: 300;
}

.text-1.important {
    font-weight: 300;
}
.text-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.43em;
}

.text-2.non-important {
    font-weight: 300;
}

.text-2.medium {
    font-weight: 500;
}
.text-2.important {
    font-weight: 700;
}

.text-3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.43em;
}

.text-4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.43em;
}
.text-5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.43em;
}
.text-5.important {
    font-weight: 700;
}
.title-1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.43em;
}
.title-2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.43em;
}
.title-2.non-important {
    font-weight: 300;
}
.title-2.important {
    font-weight: 700;
}
.title-2.very-important {
    font-weight: 900;
}
.title-3 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.43em;
}
.title-4 {
    font-size: 66px;
    font-weight: 700;
    line-height: 1.43em;
}
.arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #F3F3F3;
    color: #B47733;
    cursor: pointer;
    background-color: #FFF;
}

.arrow i {
    position: relative;
    top: 12px;
}
.icon-block {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.icon-block:last-child {
    margin-bottom: 0;
}

.icon-block-left,
.icon-block-right {
    display: table-cell;
    vertical-align: middle;
}

.icon-block-left {
    width: 26px;
    padding-right: 15px;
}

.icon-block-left i {
    font-size: 26px;
    color: #CA8A2A;
    top: 2px;
}

.icon-block-right {
    font-size: 15px;
    color: #3A3D43;
    line-height: 21px;
}
.icon-block-right a:hover {
    color: #CA8A2A;
}
.icon-block small {
    display: block;
    font-size: 12px;
    color: #3A3D43;
}
.btn.btn-play {
    height: 83px;
    width: 83px;
    border-radius: 50%;
    background-color: #CA8A2A;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.btn-play i {
    font-size: 41px;
    color: #FFF;
    position: relative;
    top: 19px;
}

.btn-play:hover i {
    color: #CA8A2A;
}
.usps {
    background-color: #F0E8E1;
}

.usps .usp {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
}

.usp-icon {
    display: inline-block;
    vertical-align: middle;
    color: #CA8A2A;
    margin-right: 6px;
}

.usp-icon i {
    position: relative;
    top: 4px;
}
.usps-alt .usp {
    display: block;
    margin-bottom: 10px;
}

.usps-alt .usp:last-child {
    margin-bottom: 0;
}

.usps-alt .usp-icon i {
    top: 2px;
}
.btn {
    padding: 15px 28px 13px;
    background-color: #CA8A2A;
    color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #CA8A2A;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.btn:hover, .btn:focus, .btn:active {
    color: #CA8A2A;
    background: #fff;
}
.btn-small {
    padding: 9px 15px 6px;
    line-height: 1.5em;
}
.btn-light {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,244,247,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,244,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,244,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f4f7',GradientType=0 );

    border-color: #DFE3E9;
    color: #354052;
}
.btn-light:hover {
    background: transparent;
    border-color: #CA8A2A;
}
.btn-social {
    background-color: transparent;
    height: auto;
    width: auto;
    border: none;
    padding: 0  !important;
    color: #CA8A2A;
    margin-right: 20px;
}
footer .btn-social:hover {
    background: transparent !important;
}
.btn-social:last-child {
    margin-right: 0;
}

.btn-social:before {
    display: none;
}
.btns-social-alt {
    display: table;
    width: 100%;
}

.btns-social-alt-left,
.btns-social-alt-right {
    display: table-cell;
    vertical-align: middle;
}

.btns-social-alt-left {
    width: 130px;
    position: relative;
    top: 2px;
}

.btn-social-alt {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 1px solid #B2C4D6;
    text-align: center;
    padding: 0 !important;
    color: #CA8A2A;
    margin-right: 10px;
}

.btn-social-alt:last-child {
    margin-right: 0;
}

.btn-social-alt i {
    position: relative;
    font-size: 13px;
    top: 4px;
}
.btn-icon i {
    margin-right: 13px;
    position: relative;
    top: 3px;
}
.btn-icon-alt i {
    margin-right: 13px;
    position: relative;
    top: 3px;
}
.input-row {
    position: relative;
    background: transparent;
    border: 1px solid #333;
    overflow:hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #eee;
}

.input-row.error {
    background: #D9B4B0 !important;
    border-color: #D0021B !important;
}

.input-row.focus {
    border-color: #000;
    background: #000;
}
.input-row label,
.input-row input,
.input-row textarea,
.input-row select {
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #999999;
    line-height: 1.2em;
}

.input-row input,
.input-row textarea {
    background: transparent;
    border: 0px;
    outline: none;
    padding: 23px 20px 9px;
    width: 100%;
}

.input-row label {
    position: absolute;
    left: 20px;
    top: 18px;
}

.input-row.focus label {
    top: 8px;
    font-size: 10px;
    color: #fff;
}
.input-row textarea {
    height: 150px;
    max-height: 150px !important;
    max-width: 100%;
    padding-top: 23px;
}




/** LOOPS **/
.loop-arrangements {
    margin: 0px -10px;
}

.loop-logos {
    margin: 0px 0px;
}
.item-arrangements {
    padding: 10px;
    width: 100%;
}
.item-arrangements {
    display: inline-block;
    width: 25%;
    float: left;
}
.item-logo {
    display: table;
    width: 14.28%;
    float: left;
    padding: 10px 0px;
}
.item-logo .item-in {
    display: table-cell;
    vertical-align:middle;
    text-align: center;
}
.item-logo img {
    display: inline-block;
    max-width: 75%;
    vertical-align: middle;
    max-height: 150px;
    width: auto !important;
}
.item-arrangements img {
    margin-bottom: 10px;
}

.item-arrangements .text-4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #D4D4D4;
}
.loop-boats {
    margin: 0px -10px;
}
.item-boats {
    padding: 10px;
    width: 100%;
}
.item-boats {
    display: inline-block;
    float: left;
    width: 33.333%;
    padding: 15px;
}

.item-boats img {
    margin-bottom: 20px;
	max-height: 235px;
}

.item-boats .btn {
    width: 100%;
    text-align: center;
}
.loop-featured-slides {
    margin: 0px 0px;
}
.item-featured-slides {
    padding: 0px;
    width: 100%;
}

.loop-reviews {
    margin: 0px -10px;
}
.item-reviews {
    padding: 10px;
    width: 100%;
}

.loop-page-links {
    margin: 0px -10px;
}
.item-page-links {
    padding: 10px;
    width: 100%;
}

.loop-page-links-alt {
    margin: 0px -10px;
}
.item-page-links-alt {
    padding: 10px;
    width: 100%;
}

.loop-services {
    margin: 0px -10px;
}
.item-services {
    padding: 10px;
    width: 100%;
}

.loop-subscriptions {
    margin: 0px -10px;
}
.item-subscriptions {
    padding: 10px;
    width: 100%;
}



/** PARTS **/


/** SECTIONS **/
/** SECTION: TOP **/
header {
    background: #fff;
    position:relative;
    z-index: 10;
}
/** HEADER TOP **/
.header-top {
    background: #F0E8E1;
}
/** HEADER NAV **/
.header-nav-in {
    width: 100%;
    position:relative;
    left: 0px;
    background: transparent;
}
header.scrolled .header-nav-in {
    position:fixed;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    top: 0px;
}
.header-nav .column {
    vertical-align:middle;
}
.header-nav .column-1,
.header-nav .column-3 {
    width: 175px;
}
.header-nav .column-1 a {
    display:block;
    width: 100%;
}
.header-nav .column-1 a img {
    height: 70%;
    z-index: 1;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
header .usps .usp {
    font-size: 12px;
    line-height: 26px;
    padding-top: 3px;
    padding-right: 10px;
}
header .usps .usp:first-child {
    padding-left: 0px;
}
header .usp-icon i {
    font-size: 10px;
    top: 1px;
    color: #F7981C;
}

header .usp-icon {
    margin-right: 5px;
}
header .reviews-stars,
footer .reviews-stars {
    text-align: right;
    font-size: 14px;
    color: #3A3D43;
}
footer .reviews-stars {
    text-align: left;
    font-size: 16px;
}
header .reviews-stars a,
footer .reviews-stars a {
    text-decoration: underline;
}
header .reviews-stars a:hover,
footer .reviews-stars a:hover,
.footer-bottom-nav a:hover {
    color: #CA8A2A;
}

header .reviews-stars img,
footer .reviews-stars img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 7px;
}

.header-top .column {
    vertical-align: middle;
}
.header-nav .column-2 {
    text-align:center;
}
.header-nav .column-3 {
    text-align: right;
}
.header-nav .column-3 .btn {
    line-height: 1.5em !important;
}
.header-nav,
.header-nav .columns {
    height: 90px;
    line-height: 90px;
}
.header-nav-item {
    display: inline-block;
}
.header-nav-sub {
    position:absolute;
    display:none;
}
.header-nav-sub {
    position: absolute;
    top: 100%;
    background: #C2AB80;
    left: -300%;
    right: -300%;
    padding-left: 300%;
    padding-right: 300%;
    height: 60px;
    line-height: 60px;
}

.header-nav .columns {
    position: relative;
}

.header-nav-item .nav-link,
.header-nav-item a{
    display: block;
    padding: 0px 20px;
    text-transform:uppercase;
    font-size: 15px;
    color: #354052;
    position:relative;
}
.header-nav-item > .nav-link span {
    line-height: 1em;
    position:relative;
}
.header-nav-item > .nav-link span:after{
    content: "";
    position:absolute;
    bottom: -10px;
    width: 0%;
    height: 2px;
    background: #C2AB80;
    left: 50%;
    -moz-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.header-nav-item .nav-link:hover span:after,
.header-nav-item .nav-link.active span:after,
.header-nav-item:hover > .nav-link span:after{
    width: 70%;
}
.header-nav-sub a {
    display: inline-block !important;
    vertical-align:top;
    color: #fff !important;
}

.header-nav-sub a span {
    line-height: 20px;
    position:relative;
}
.header-nav-sub a span:after {
    content: "";
    position:absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    background: #fff;
    width: 0px;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.header-nav-sub a:hover span:after,
.header-nav-sub a.active span:after {
    width: 100%;
}


/** COLOR CHANGE **/
header.scrolled .header-nav-in .header-nav-item a,
header.scrolled .header-nav-in .header-nav-item .nav-link{
    color: #354052 !important;
}
header.scrolled .header-nav-in .header-nav-sub a{
    color: #fff !important;
}
.nav-link {
    cursor:pointer;
}

.mobile-toggle {
    width: 25%;
    position: absolute;
    right: 0px;
    line-height: 70px;
    height: 70px;
    text-align:right;
    cursor:pointer;
    display:none;
    padding-right: 15px;
    top: 0px;
}
.mobile-toggle .line {
    width: 25px;
    height: 1px;
    background: #C2AB80;
    position: absolute;
    top: 20px;
    right: 15px;
}
.mobile-toggle .line.line-bottom {
    top: auto;
    bottom: 22px;
}
.mobile-toggle span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #C2AB80;
    letter-spacing: 0;
}
.mobile-toggle span.open {display:none;}
body.nav-menu-open .mobile-toggle span.closed {display:none;}
body.nav-menu-open .mobile-toggle span.open {display:block;}

header.has-featured .mobile-toggle .line {
    background: #fff;
}
header.has-featured  .mobile-toggle span {
    color: #fff;
}
header.scrolled .mobile-toggle .line {
    background: #C2AB80 !important;
}
header.scrolled  .mobile-toggle span {
    color: #C2AB80 !important;
}
header .logo {opacity: 1;}
header .logo-light {opacity: 0;}
header.has-featured .logo-light {opacity: 1;}
header.has-featured.scrolled .logo-light {opacity: 0;}
header .logo-dark {opacity: 1;}
header.has-featured .logo-dark {opacity: 0;}
header.has-featured.scrolled .logo-dark {opacity: 1;}

.header-featured {
    position: relative;
    margin-top: -90px;
}

.header-nav {
    position: relative;
    z-index: 10000;
}

.header-featured-content {
    padding-top: 200px;
    height: 60vh;
}

.header-featured-content {
    display: table;
    width: 100%;
}

.header-featured-content-in {
    display: table-cell;
    vertical-align: bottom;
}
.header-featured-content-in {
    padding-bottom: 50px;
}
.header-featured-content-in-content-in {
    max-width: 974px;
}

.header-featured-content-in-content-in .title-4 {
    text-transform:uppercase;
    line-height: 1.1em !important;
}
.header-featured-content-in-content-in .text-5 {
    text-transform:uppercase;
}
.header-featured-buttons .btn {
    margin-right: 17px;
    margin-top: 5px;
}

header.has-featured .header-nav-in .header-nav-item a,
header.has-featured .header-nav-in .header-nav-item .nav-link {
    color: #fff;
}

.nav-link i {display:none;}


.header-breadcrumbs {
    display: block;
    padding: 20px 0px;
}
.header-nav-in-columns {
    border-bottom: 1px solid #C5C3C3;
}
header.scrolled .header-nav-in-columns {
    border-color: transparent;
}
.breadcrumbs-in span,
.breadcrumbs-in a {display: inline-block;vertical-align: middle;}

.breadcrumbs-in span i {
    position: relative;
    top: 1px;
    font-size: 10px;
    margin: 0px 9px 0px 7px;
}

header.has-featured .header-breadcrumbs {
    color: #fff;
    position: absolute;
    top: 140px;
    width: 100%;
}



/** SECTION: BLOCKS **/

.loop-boats {
    margin: 0 -15px;
}

.boats-single-in .column.right {
    padding-left: 32px;
}
.boats-single-in .column.right .column-in {
    max-width: 650px;
}
.boats-single-in .component.with-border {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 15px;
}

.boat-specs {
    margin-bottom: 8px;
}

.boats-single-in .title-2 {
    padding-bottom: 3px;
    border-bottom: 1px solid #D4D4D4;
}

.boats-single-in .component img {
	width: 100%;
	max-height: 250px;
	object-fit: cover;
}

.boat-spec-item {
    display: table;
    width: 100%;
    margin-bottom: 2px;
}

.boat-spec-item:last-child {
    margin-top: 5px;
}

.boat-spec-item-left,
.boat-spec-item-right {
    display: table-cell;
    vertical-align: top;
}

.boat-spec-item-left {
    width: 150px;
}

.boat-cta {
    padding: 17px 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    text-align: center;
}
.contact-in .column-1 {
    padding-right: 60px;
}

.contact-in .column-2 {
    padding-left: 60px;
}

.contact-buttons .component {
    display: inline-block;
}

.contact-data .component {
    margin-bottom: 4px;
}

.input-row {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
}

.input-row input {
    background-color: transparent;
    padding: 12px 15px 8px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DIN', sans-serif;
    color: #354052;
}

.input-row.focus {
    background: transparent;
    border-color: #D4D4D4;
}

.form-row {
    margin: 0px -10px;
    margin-bottom: 15px !important;
}

.form-row .form-column {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
}
.form-row .btn {
    margin-left: 10px;
}

.form-row.half {
    margin: 0 -10px;
}

.form-row.half .form-column {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.contact-buttons .component {
    margin-right: 12px;
}

.contact-buttons .component:last-child {
    margin-right: 0;
}
.content-title {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 30px;
}

.content-groups .column .text-4,
.content-groups .column .text-2 {
    padding-right: 150px;
}
.content-groups .column .usps-alt .text-2 {
    padding-right: 0px !important;
    margin-bottom: 10px !important;
}
.content-groups .column .text-2 {
    margin-bottom: 30px;
}
.block-featured-half-variant-1 .column-1 {
    position: relative;
    width: 55%;
}

.block-featured-half-variant-1 .column-2 .column-in {
    position: relative;
    left: -60px;
    padding: 50px 0;
    text-align: right;
}

.block-featured-half-variant-1 .column-2 .title-4 {
    line-height: 1.1em;
}

.block-featured-half-variant-2 .column-2 {
    position: relative;
}

.block-featured-half-variant-2 .column-2 .visual {
    width: auto;
    right: 0;
    left: -160px;
}

.block-featured-half-variant-2 .column-1 {
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

.block-featured-half-variant-2 .column-1 .title-4 {
    line-height: 1.1em;
}
.block-featured-half-variant-3 .column-1 {
    position: relative;
    width: 55%;
}

.block-featured-half-variant-3 .column-2 {
    padding: 80px 0 80px 30px;
}
.video-popup {
    cursor:pointer;
}
.video-popup .btn-play {

    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



.featured-slider-top {
    position: relative;
    top: 23px;
    z-index: 2;
}

.featured-slider-top .component {
    display: inline-block;
    vertical-align: bottom;
}


.featured-slider-top .arrow {
    margin: 0px 4px;
}

.featured-slider-top .title-3 {
    line-height: normal;
    padding-left: 100px;
}

.featured-slider-arrows {
    float: right;
}

.item-featured-slides,
.es-slider-items {
    width: 100% !important;
}

.item.item-featured-slides {
    float: none;
}
.map {
    height: 500px;
}

.item-reviews {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 225px;
}
.block-page-links-variant-1 .title-2,
.block-page-links-variant-2 .title-2,
.block-services-selected .title-2,
.block-subscriptions-selected .title-2 {
    text-transform:uppercase;
}


.item-page-links,
.item-services {
    width: 33.333%;
    float: left;
}

.page-link-top,
.service-top {
    position: relative;
}

.page-link-top .component,
.service-top .component {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.page-link-bottom,
.service-bottom {
    padding: 15px;
}

.block-page-links-variant-1 .item-page-links {
    padding: 15px;
}

.block-page-links-variant-1 .loop-page-links {
    margin: 0 -15px;
}
.block-page-links-variant-2 .item-page-links-alt {
    width: 25%;
    float: left;
}

.block-page-links-variant-2 .title-2 {
    text-align: center;
}

.item-subscriptions {
    width: 33.333%;
    float: left;
}

.subscription-title {
    padding: 10px 0 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D4D4D4;
}

/** SECTION: BOTTOM **/
.footer-top {
    background-color: #F4F4F4;
    padding: 50px 0 20px;
}

.footer-top .column-1 img {
    margin-bottom: 20px;
    max-height: 78px;
}

.footer-nav {
    line-height: normal;
}

.footer-nav a {
    display: block;
    position: relative;
    padding: 6px 0;
}

.footer-nav a:hover {
    color: #CA8A2A;
}

.footer-top .text-3 {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 6px;
}

.footer-top .column-4 .text-3 {
    border: none;
    padding-bottom: 0;
}

.footer-top .column {
    padding-right: 80px;
}

.footer-top .column:last-child {
    padding-right: 0;
}

.footer-logos a {
    display: inline-block;
    margin-right: 10px;
}

.footer-logos img {
    height: 30px;
}

.footer-logos a:last-child {
    margin-right: 0;
}

.footer-middle {
    background-color: #F4F4F4;
    padding-bottom: 20px;
}

.footer-bottom {
    padding: 12px 0;
    background-color: #F0E8E1;
}

.footer-bottom .column {
    vertical-align: middle;
}

.footer-bottom-nav {
    text-align: right;
}

.footer-bottom-nav a {
    position: relative;
    padding: 0 20px;
}

.footer-bottom-nav a:after {
    position: absolute;
    content: '';
    background-color: #3A3D43;
    height: 14px;
    width: 1px;
    right: 0;
    top: 0;
}

.footer-bottom-nav a:last-child:after {
    display: none;
}

.featured-half-top .title-2 {
    text-transform: uppercase;
}


.loop-featured-slides img {
    width: 100%;
}

.icon-block-right a {
    font-weight: 700;
}
.header-top .colums {
    table-layout:auto;
}

.validation_error {
    color: #a41111;
    margin-bottom: 0.75em;
}

.gfield_description.validation_message {
    color: #a41111;
    margin-top: 7px;
}

.item img {
    width: 100%;
}
.line-in {
    height: 1px;
    background: #D4C6B7;
    display:block;
    width: 100%;
}
.popup-essential-close i {
    top: 7px !important;
    position: relative;
}
.item-featured-slides {
    position:relative;
}
.page-link-top,
.service-top {
    height: 225px;
    position:relative;
}
.block-boats-single .wrapper {
    max-width: 100% !important;
}
.block-boats-single .sticky-image-in {
    position:fixed;
    left: 0px;
    width: 45%;
    top: 0px;
}
.block-boats-single .column.left {
    width: 45%;
}
.block-boats-single .sticky-image.fixed .sticky-image-in{
    position:fixed;
}
.block-boats-single .sticky-image .sticky-image-in img {
    float: right;
}
.block-boats-single .sticky-image.fixed.bottom .sticky-image-in{
    position:absolute !important;
    top: auto !important;
    bottom: 0px !important;
}


.block-featured-half-variant-1 .visual.visual-featured:after,
.block-featured-half-variant-2 .visual.visual-featured:after {
    content: "";
    height: 100%;
    width: 300px;
    position: absolute;
    top: 0px;
}
.block-featured-half-variant-1 .visual.visual-featured:after {
    right: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=1 ); /* IE6-9 */
}

.block-featured-half-variant-2 .visual.visual-featured:after {
    left: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


.row {
    display: table-row;
    table-layout: fixed;
}

.row .column {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    max-width: 125px;
    text-align: center;
    min-width: 75px !important;
}

.table-out {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px -10px;
}

.table {
    display: table;
    color: #828383;
    font-size: 0.9em;
}

.row.row-head {
    font-weight: 500;
}

.row:nth-child(even) {
    background: #faf7f4;
}

.row .column:first-child {
    text-align: left;
    opacity: 0.8;
}
.content-group .table-out {
    max-width: 90%;
}

select {
    display: block;
    width: 100%;
    height: 40px;
}
.form-row {
    float: left;
    width: 100%;
    display: block;
}
.block.block-boats-single .component:last-child {
    margin-bottom: 0px !important;
}
.boat-specs,
.boat-share {
    margin-bottom: 20px;
}
footer {
    position:relative;
}

.d-none > .component {
	display: none!important;
}