/*
Theme Name: Kalium - Child Theme
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator:  <a href="https://themeforest.net/user/laborator">Envato</a>, <a href="https://twitter.com/thelaborator">Twitter</a> or <a href="https://www.facebook.com/laboratorcreative">Facebook</a>.
Version: 2.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/
/* Here comes the good part */
html{
    font-size: 62.5%;
    /* A nice trick: all text becomes 10px.
    But How?
    100% = 16px for all browsers
    62.5% = 0.625
    16 * 0.625 = 10
    */
    line-height: 1.5; /* The magic number */
    font-family: "Raleway", sans-serif;
    background: #000;
}
body {
    background: #000;
	color: #fff;
}
::selection {
    background-color: #2b91cf;
}
a {
    color: #2f93ce;
}
.wrapper a:hover, footer.main-footer a:hover {
    text-decoration: none;
    color: #2b91cf;
}
.wrapper a:after, footer.main-footer a:after {
    display: none;
}
/*.logo-column {
    display: none;
}*/
.menu-column nav {
    float: none;
    margin: 0 auto;
    padding-left: 60px;
}
ul.menu>li>a>span {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 4px;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
ul.menu>li>a:hover>span {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.custom-side-header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #fff;
    width: 60px;
    z-index: 99;
}
.section-boxed {
    max-width: 1500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 30px;
}

a.toggle-menu-icon {
    margin: 0 auto;
    float: none;
    display: block;
    position: relative;
}
span.custom-burger-menu {
    width: 30px;
    display: block;
    float: none;
    padding: 9px 0;
    border-bottom: 2px solid #fff;
    -webkit-transition: border-color 0.3s ease 0.2s;
    -moz-transition: border-color 0.3s ease 0.2s;
    -o-transition: border-color 0.3s ease 0.2s;
    transition: border-color 0.3s ease 0.2s;
}
span.custom-burger-menu:before, span.custom-burger-menu:after {
    content: '';
    width: 30px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
span.custom-burger-menu:before {
    top: 0;
}
span.custom-burger-menu:after {
    bottom: 9px;
}
.menu-language-selector {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -16px;
}
.custom-side-header-inner-wrapper {
    position: relative;
    height: 100%;
}
.menu-toggle-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
}
.menu-information-icons {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -10px;
}
.menu-information-icons>a {
    display: block;
}
.menu-information-icons>a+a {
    margin-top: 25px;
}
a.toggle-menu-icon.menu_open .custom-burger-menu {
    border-color: transparent;
    -webkit-transition: border-color 0.4s ease;
    -moz-transition: border-color 0.4s ease;
    -o-transition: border-color 0.4s ease;
    transition: border-color 0.4s ease;
}
a.toggle-menu-icon.menu_open span.custom-burger-menu:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 35%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
a.toggle-menu-icon.menu_open span.custom-burger-menu:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 25%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.pop-over-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.pop-over-menu.popover-menu-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.pop-over-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    background: #000;
    height: 100%;
}
.pop-over-menu-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pop-over-menu-holder .menu-main_menu_side-container .menu li {
    list-style-type: none;
}
.pop-over-menu-holder .menu-main_menu_side-container .menu li a {
    color: #fff;
    font-size: 2rem;
    text-transform: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.pop-over-menu-holder .menu-main_menu_side-container .menu li a:hover {
    color: #c0b075;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.pop-over-menu-holder .menu-main_menu_side-container .menu li+li {
    margin-top: 25px;
}
.pop-over-menu-holder>.ribco-logo-icon {
    padding-left: 30px;
    position: relative;
    top: -100px;
}
div#main-wrapper {
    background: #000;
	color:#fff;
}
.vc-parent-row.row-stretch_row_content {
    padding: 0 60px!important;
}
.common-title h3 {
    text-align: center;
    font-size: 3.6rem;
    color: #c0b075;
    font-weight: 400;
    letter-spacing: 5px;
}
.slider-text>h1 {
    font-size: 3.4rem!important;
    text-align: center!important;
    font-weight: 400!important;
    letter-spacing: 7px!important;
    margin: 80px 0 65px 0!important;
    line-height: 1.6!important;
}
.slider-text>p {
    font-size: 1.2rem!important;
    text-align: center!important;
    color: #fff!important;
    letter-spacing: 5px!important;
}
.scroll-down>img {
    margin: 0 auto 25px auto!important;
}
.scroll-down>p {
    text-align: center!important;
    font-size: 1.2rem!important;
    color: #fff!important;
}
.scroll-down:hover {
    cursor: pointer!important;
}

span.espa-logo {
    background-image: url(http://ribcomarine.com/wp-content/uploads/2020/02/bannerallETPA.jpg);
    padding: 28px 230px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-right: -500px!important;
    margin-top: 0px!important;
}
.menu-column nav {
    margin-left: 15px;
}

/* ========== boat ribco carousel =========== */
.boat-carousel-wrapper {
    padding: 20px;
    position: relative;
}
.boat-carousel-wrapper-border {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 180px;
    z-index: -1;
    border-left: 1px solid #c0b075;
    border-right: 1px solid #c0b075;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: max-height 0.4s ease 0.1s;
    -moz-transition: max-height 0.4s ease 0.1s;
    -o-transition: max-height 0.4s ease 0.1s;
    transition: max-height 0.4s ease 0.1s;
}
.boat-carousel-inner-wrapper {
    position: relative;
    z-index: 1;
}
.boat-carousel-wrapper-border:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #c0b075;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: right;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.boat-carousel-wrapper-border:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c0b075;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: left;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.rsy .boat-carousel-wrapper-border:after , .rsy .boat-carousel-wrapper-border:before {width:50%;}
.line hr {
    border-color: #c0b075;
    width: 50%;
    border-width: 2px;
    margin-bottom: 80px;
    margin-top: 30px;
}
.boat-carousel-wrapper:hover .boat-carousel-wrapper-border:before, .boat-carousel-wrapper:hover .boat-carousel-wrapper-border:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease 0.1s;
    -moz-transition: 0.4s ease 0.1s;
    -o-transition: 0.4s ease 0.1s;
    transition: 0.4s ease 0.1s;
    width:100%;
}
.boat-carousel-wrapper:hover .boat-carousel-wrapper-border {
    max-height: 500px;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
}
.boat-carousel-inner-wrapper, .boat-carousel-inner-wrapper>a {
    position: relative;
    display: block;
}
p.ribco-boat-carousel-title {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
p.ribco-boat-carousel-title.ribco-boat-carousel-title-white {
    margin-top: 15px;
}
.boat-carousel-inner-wrapper p.ribco-boat-carousel-title {
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
    font-size: 2rem;
    color: #c3b06c;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
p.ribco-boat-carousel-title:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0 auto 5px auto;
}
.boat-carousel-inner-wrapper p.ribco-boat-carousel-title:before {
    background: #c0b075;
}
.ribco-boats-custom-navigation {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.boat-carousel-inner-wrapper>a:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.boat-carousel-wrapper:hover .boat-carousel-inner-wrapper p.ribco-boat-carousel-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.boat-carousel-wrapper:hover + p.ribco-boat-carousel-title {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.ribco-boats-custom-navigation ul {
    padding-left: 0;
}
.ribco-boats-custom-navigation ul li {
    display: inline-block;
    float: left;
}
.ribco-boats-custom-navigation ul li + li {
    margin-left: 30px;
}
a.ribco-boats-all img, a.ribco-boats-all span {
    display: inline-block;
    float: left;
    margin-top: 0;
}
a.ribco-boats-all img {
    margin-top: 5px;
    margin-left: 7px;
    position: relative;
    left: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a.ribco-boats-all:hover img {
    left: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a.ribco-boats-all {
    font-size: 1.8rem;
    color: #c0b075!important;
    margin-left: 35px;
    display: block;
}
a.ribco-boats-prev, a.ribco-boats-next {
    padding-top: 5px;
    display: block;
}
/* ========== ribco news gird =========== */
.news-item-inner-wrapper>div {
    display: inline-block;
    float: left;
    width: 50%;
}
.news-item-inner-wrapper {
    display: inline-block;
    width: 100%;
}
.news-item-wrapper {
    padding: 50px 0;
    margin: 0 0 0 35px;
    background-color: #191a24;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.news-item-wrapper:hover {
    background: #37394e;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.news-item-info {
    padding: 0 25px 0 0;
    text-align: center;
}
.news-item.col-sm-6 {
    margin-bottom: 90px;
}
.news-item-image img {
    margin-left: -30px;
}
p.news-item-date {
    font-size: 1.8rem;
    color: #c0b075;
    letter-spacing: 1px;
    font-style: italic;
}
p.news-item-title {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}
.news-item-wrapper:hover p.news-item-title {
    color: #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
p.news-item-excerpt {
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
}
.news-item-wrapper:hover p.news-item-excerpt {
    color: #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
p.news-item-date:after {
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    margin: 10px auto 0 auto;
    background: #c0b075;
}
/* ========== about ribco =========== */
.ribco_initial_ine {
    width: 100%;
    height: 1px;
    display: block;
    background: #736d60;
    margin-left: 100px;
    max-width: 565px;
}
.ribco-home-about {
    margin-top: -100px;
}
.ribco_initials {
    position: relative;
    z-index: 1;
}
.hosted-rows-full .vc-parent-row.row-default {
    display: inline-block!important;
    width: 100%!important;
    padding: 0!important;
}
.ribco-home-about .common-title h3 {
    text-align: left;
}
.ribco-home-about-information {
    padding-left: 10px;
    padding-top: 50px;
}
.ribco-home-about-information p {
    color: #fff;
    font-size: 1.6rem;
}
.common-link-more a {
    font-size: 1.8rem;
    color: #c0b075!important;
}
.common-link-more a img {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    left: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.common-link-more a:hover img {
    left: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.ribco-boats-section, .about-ribco-section, .news-section {
     margin-top: 100px;
}
.news-section .common-title h3, .ribco-boats-section .common-title h3 {
    margin-bottom: 50px;
}
.common-title.common-title-small h3 {
    font-size: 2.4rem;
    margin-top: 100px;
    margin-bottom: 30px;
}
/* ========== inner pages =========== */
.custom_container {
    padding: 0 60px;
}
.custom-small-container {
    max-width: 900px;
    margin: 0 auto;
}
.wpcf7-form label {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    color: #b7a870;
}
input.wpcf7-form-control, span.wpcf7-form-control-wrap, textarea.wpcf7-form-control {
    width: 100%;
    display: block;
    max-width: 100%;
    margin-top: 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #676767;
    color: #fff;
}
textarea.wpcf7-form-control {
    max-height: 80px;
}
.custom-small-container>.row {
    margin-bottom: 35px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    font-size: 1.8rem;
    padding: 10px 0;
    display: block;
    border-radius: 0px;
    border: 1px solid #676767;
    color: #b7a870;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #676767;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.common-title.common-title-top {
    margin: 100px 0 80px 0;
}
form.wpcf7-form {
    margin-bottom: 120px;
}
.ribco-about-second-section {
    padding-top: 10px;
}
.ribco-about-third-section {
    padding-top: 100px;
}
/* ========== news single page =========== */
.custom-post-featured-image {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.custom-post-featured-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.custom-post-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 80px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.custom-post-content {
    max-width: 1280px;
    margin: 100px auto 120px auto;
}
.custom-post-content p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.6;
}
.custom-post-content h3, .custom-post-content h2, .custom-post-content h1 {
    color: #fff;
}
.custom-post-title.custom-post-date>p {
    font-size: 1.8rem;
    color: #c0b075;
    letter-spacing: 1px;
    font-style: italic;
}
.custom-post-title.custom-post-date>p:after{
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    margin: 10px auto 0 auto;
    background: #c0b075;
}
.share_links {
    border-top: 1px solid #676767;
    margin-top: 50px;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}
.share-links-inner-wrapper {
    float: right;
}
.share-links-inner-wrapper p, .share-links-inner-wrapper ul {
    display: inline-block;
    padding-left: 0;
}
.share-links-inner-wrapper ul li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.share-links-inner-wrapper ul li a {
    font-size: 1.8rem;
    color: #c0b075;
    position: relative;
    top: 15px;
}
/* ========== ribco boat template =========== */
.boats-page-template .vc_row.wpb_row.vc_row-fluid {
    width: 100%!important;
    left: 0!important;
    margin: 0;
}
.boat-template-description p {
    font-size: 1.8rem;
    color: #fff;
    max-width: 695px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 60px;
}
.boat-description-text-1 {
    padding-top: 100px;
}
.boat-description-text-2 {
    padding-top: 200px;
}
.boat-description-row-2 {
    margin-top: -150px!important;
}
.boat-description-img-left-offset {
    margin-left: -65px;
}
.boat-description-img-right-offset {
    margin-right: -65px;
}
a.laborator-btn.btn.brochure_button {
    margin: 0 auto 50px auto;
    display: block;
    max-width: 250px;
    text-align: center;
    background: none;
    color: #c0b174;
    font-size: 1.8rem;
    position: relative;
    padding: 0;
}
a.laborator-btn.btn.brochure_button:before {
    content: '';
    width: 24px;
    height: 31px;
    background-image: url(/ribco/wp-content/uploads/2018/01/pdf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
a.laborator-btn.btn.brochure_button:after {
    content: '';
    width: 12px;
    height: 7px;
    background-image: url(/ribco/wp-content/uploads/2018/01/chevron_down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block!important;
    margin-left: 10px;
    position: relative;
    top: -2px;
    background-color: transparent!important;
}
.boat-tech-specs-analysis h4 {
    font-size: 1.8rem;
    color: #c0b075;
    text-transform: uppercase;
    font-weight: 500;
}
.boat-tech-specs-analysis h4 + ul {
    margin-top: 27px;
}
.boat-tech-specs-analysis ul {
    padding-left: 0;
}
.boat-tech-specs-analysis ul li {
    list-style-type: none;
    font-size: 1.4rem;
    color: #fff;
    font-style: italic;
    margin: 10px 0;
}
.top-page-image {
    height: 500px!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    position: relative;
}
.top-page-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.top-page-image h1 {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 9;
    letter-spacing: 4px;
    padding: 0 60px;
}
.full-width-rows-paddings {
    width: 100%!important;
    left: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.partners-logo-box>.vc_column-inner>.wpb_wrapper {
    border: 1px solid #171717;
    height: 200px;
    position: relative;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.partners-logo-box:hover>.vc_column-inner>.wpb_wrapper {
    border-color: #444;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.partners-logo-box .wpb_single_image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 0.3s ease 0.1s;
    -moz-transition: 0.3s ease 0.1s;
    -o-transition: 0.3s ease 0.1s;
    transition: 0.3s ease 0.1s;
}
.partners-logo-box:hover .wpb_single_image {
    top: 35%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.partners-logo-box .visit-partners-website {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.partners-logo-box:hover .visit-partners-website {
    top: 60%;
    opacity: 1;
    -webkit-transition: 0.3s ease 0.1s;
    -moz-transition: 0.3s ease 0.1s;
    -o-transition: 0.3s ease 0.1s;
    transition: 0.3s ease 0.1s;
}
.visit-partners-website a {
    color: #676767;
    text-decoration: underline;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.visit-partners-website a:hover {
    color: #fff;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.partners-row {
    margin-bottom: 50px;
}
.used-boat-featured-image {
    display: inline-block;
    float: left;
    width: 40%;
    padding-right: 15px;
}
.used-boat-title-excerpt {
    display: inline-block;
    width: 60%;
    float: left;
    padding-top: 30px;
}
p.used-boat-title {
    font-size: 2rem;
    color: #c0b075;
}
p.used-boat-title:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #c0b075;
    display: block;
    margin: 10px 0 10px 0;
}
.used-boat-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
a.used-boats-seemore img {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: -1px;
    left: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a.used-boats-seemore:hover img {
    left: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a.used-boats-seemore {
    display: block;
    color: #c0b075!important;
}
.ribco-boat-category a {
    color: #b7a870!important;
    font-size: 3rem;
    text-align: center;
    display: block;
    font-weight: 400;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.ribco-boat-category:hover a {
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.ribco-boat-category img {
    margin: 10px auto 25px auto;
}
a.all-models-page>* {
    display: inline-block;
}
a.all-models-page {
    text-align: center;
    display: block;
    margin: 50px 0 100px 0;
}
a.all-models-page>span {
    color: #b7a870;
    font-size: 2rem;
}
a.all-models-page>img {
    margin-left: 5px;
    position: relative;
    top: -2px;
    left: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a.all-models-page:hover>img {
    left: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
ul.boat-template-nav {
    padding: 0;
    display: none;
}
ul.boat-template-nav li {
    list-style: none;
    position: relative;
}
ul.boat-template-nav li a {
    position: relative;
}
ul.boat-template-nav li a img.boat-template-nav-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
ul.boat-template-nav li a:hover img.boat-template-nav-hover {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
body.portfolio-template-boat-template.portfolio-category-ribco-boats ul.boat-template-nav {
    display: block;
    margin-top: 30px;
    background: rgba(0,0,0,0.4);
    padding: 20px 10px;
    position: relative;
    left: -7px;
}
ul.boat-template-nav li+li {
    margin-top: 10px;
}
body.portfolio-template-boat-template.portfolio-category-ribco-boats .menu-toggle-button {
    top: 30%;
}
span.custom-tooltip {
    position: absolute;
    top: 0;
    left: 25px;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    color: #fff;
    font-size: 1rem;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
ul.boat-template-nav li a:hover + span.custom-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
/* ========== footer =========== */
footer#footer {
    padding: 0 60px;
    background: black;
}
.footer-wrapper {
    background: #191a24;
}
.footer-credits {
    text-align: center;
}
.footer-credits p {
    font-size: 1.2rem;
    color: #fff;
background-color:#000;
    padding: 22px;
    margin-bottom: 0;
}
.boxed-footer {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 65px 30px 50px 30px;
}
.social-networks.rounded li a {
    background: transparent!important;
    width: 100%;
    height: 100%;
}
.social-networks.rounded li + li {
    margin-left: 30px;
}
.social-networks.rounded li a em {
    color: #c0b075;
    font-size: 2.2rem;
}
.social-on-footer-wrapper {
    float: right;
    padding-top: 10px;
}
footer.main-footer a.footer-about-us, footer.main-footer a.footer-contact-us {
    display: block;
    font-size: 1.8rem;
    color: #c0b075;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a.footer-about-us {
    text-align: center;
}
footer.main-footer a.footer-about-us:hover, footer.main-footer a.footer-contact-us:hover {
    color: #c0b075;
    opacity: 0.8;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a.footer-contact-us>i {
    margin-left: 5px;
}
.logo-on-footer {
    position: relative;
}
.logo-on-footer:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #736d60;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.logo-on-footer>img {
    margin: 0 auto;
    background: #191a24;
    position: relative;
    padding: 0 20px;
}
.logo-on-footer {
    position: relative;
    margin: 70px 0 40px 0;
}
.custom-footer-menu .menu, .custom-footer-policies .menu {
    display: table;
    margin: 0 auto;
    padding-left: 0;
}
.custom-footer-menu .menu li, .custom-footer-policies .menu li {
    display: inline-block;
    float: left;
}
.custom-footer-menu .menu li + li , .custom-footer-policies .menu li + li {
    margin-left: 60px;
}
.custom-footer-menu .menu li a, .custom-footer-policies .menu li a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 5px;
}
.custom-footer-policies {
    margin-top: 30px;
}
.section-contacts {
    display: inline-block;
    float: left;
    width: 20%;
}
.section-contact-country-code p {
    text-align: center;
    color: #676767;
    font-size: 3.5rem;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.section-contact-country-info p {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.section-contact-country-name p {
    text-align: center;
    font-size: 1.8rem;
    color: #b7a870;
}
.section-contact-country-name {
    position: relative;
    top: -35px;
    -webkit-transition: 0.3s ease 0.3s;
    -moz-transition: 0.3s ease 0.3s;
    -o-transition: 0.3s ease 0.3s;
    transition: 0.3s ease 0.3s;
}
.section-contact-country-info:before {
    content: '';
    width: 1px;
    height: 45px;
    background: #c0b075;
    display: block;
    margin: 0 auto 20px auto;
}
.section-contact-country-info:after {
    content: '';
    width: 1px;
    height: 45px;
    background: #c0b075;
    display: block;
    margin: 0px auto 30px auto;
}
.section-contact-country-info {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.section-contacts:hover .section-contact-country-info {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.page-id-96 .section-contacts .section-contact-country-info {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.section-contacts:hover .section-contact-country-code p {
    color: #c0b075;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.section-contacts:hover .section-contact-country-name {
    top: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.page-id-96 .section-contacts .section-contact-country-code p {
    color: #c0b075;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.page-id-96 .section-contacts .section-contact-country-name {
    top: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer-newsletter {
    width: 100%;
    position: relative;
    max-width: 900px;
    margin: 30px auto 70px auto;
    display: block;
    padding: 0 30px;
}
.footer-newsletter input.mailpoet_text {
    width: 100%!important;
    display: block!important;
    max-width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #2a2b39;
    font-size: 4rem;
    color: #c0b075;
    padding: 10px 0 20px 0;
}
.footer-newsletter input.mailpoet_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2b2c3a;
}
.footer-newsletter input.mailpoet_text::-moz-placeholder { /* Firefox 19+ */
    color: #2b2c3a;
}
.footer-newsletter input.mailpoet_text:-ms-input-placeholder { /* IE 10+ */
    color: #2b2c3a;
}
.footer-newsletter input.mailpoet_text:-moz-placeholder { /* Firefox 18- */
    color: #2b2c3a;
}
.footer-newsletter input.mailpoet_submit {
    position: absolute;
    top: 25px;
    right: 32px;
    background-image: url(/ribco/wp-content/uploads/2018/01/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 18px;
    background-color: transparent;
    border: 0;
    outline: none;
    background-position: center;
    width: 30px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.footer-newsletter input.mailpoet_submit:hover {
    right: 28px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
#map {
    height: 100%;
}
.fullscreen-map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 60px;
    background: rgba(0,0,0,0.9);
    text-align: right;
    opacity: 0;
    visibility: hidden;
	display: none;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.fullscreen-map.visible-map {
	display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
a.toggle-map.close-map-button {
    position: absolute;
    top:15px;
    right: 15px;
}
a.toggle-map.close-map-button>span {
    margin-right: 5px;
}
a.toggle-map.close-map-button>* {
    display: inline-block;
    color: #c0b075;
    font-size: 1.4rem;
}
.news-item.col-md-6 {
    margin-bottom: 15px;
}
.menu-main_menu_side-container>ul.menu>li {
    position: relative;
}
.menu-main_menu_side-container>ul.menu>li>.sub-menu {
    position: absolute;
    right: -500px;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease 0.1s;
    -moz-transition: 0.3s ease 0.1s;
    -o-transition: 0.3s ease 0.1s;
    transition: 0.3s ease 0.1s;
    padding-left: 380px;
}
.menu-main_menu_side-container>ul.menu>li:hover>.sub-menu, .menu-main_menu_side-container>ul.menu>li>.sub-menu:hover {
    opacity: 1;
    -webkit-transition: 0.3s ease 0.1s;
    -moz-transition: 0.3s ease 0.1s;
    -o-transition: 0.3s ease 0.1s;
    transition: 0.3s ease 0.1s;
}
.menu-main_menu_side-container>ul.menu>li>.sub-menu:before {
    content: '';
    width: 150px;
    height: 1px;
    display: block;
    position: absolute;
    top: 12px;
    left: 200px;
    background: linear-gradient(#fff,#fff);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.menu-main_menu_side-container>ul.menu>li:hover>.sub-menu:before, .menu-main_menu_side-container>ul.menu>li>.sub-menu:hover:before {
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.portfolio-template-boat-template div#boat-wantit, li.boat-wantit {
    display: none;
}
.technical-specs-left-col {
    margin-top: 160px;
}
.technical-specs-left-col ul, .technical-specs-left-col h4 {
    text-align: center;
}
.quoted-text-bold p {
    font-size: 2.6rem;
    text-align: center;
    color: #c0b174;
    font-family: 'Georgia';
    font-weight: 100;
}
.quoted-text-bold:before {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #bfb274;
    margin: 10px auto 30px auto;
}
.quoted-text-bold:after {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    background: #bfb274;
    margin: 30px auto 10px auto;
}
.testimonials-container {
    max-width: 1010px;
    margin: 30px auto!important;
    display: block;
}
.testimonial-image img {
    border-radius: 50%;
}
.testimonial-text-title p {
    font-size: 2rem;
    font-weight: 600;
}
.testimonial-text-title p:after {
    content: '';
    width: 60px;
    display: block;
    height: 1px;
    background: #c0b174;
    margin: 4px 0 0 0;
}
.testimonial-text-title {
    margin-bottom: 25px;
}
a.toggle-language-selector>img, a.partners-icon>img {
    display: none;
}
body:not(.page-id-96) div#boat-wantit {
    display: none;
}
.owl-dots {
    display: table;
    margin: 0 auto;
}
.owl-dots .owl-dot {
    display: inline-block;
    float: left;
}
.owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}
.owl-dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #766d50;
    background: #000;
    display: inline-block;
}
.owl-dot.active span {
    background: #766d50; 
}
@media(max-width: 1600px){
    .technical-specs-left-col {
       margin-top: 30px;
    }
    .boat-description-row-2 {
       margin-top: -30px!important;
       margin-bottom: 50px!important;
    }
}
@media(max-width: 1440px){
    .ribco-boat-video {
        max-width: 900px;
        margin: 0 auto!important;
        display: block;
    }
    .boat-description-row-2 {
        margin-top: -30px!important;
        margin-bottom: 50px!important;
    }
    .technical-specs-left-col {
        margin-top: 60px;
    }
}
@media(max-width: 1280px) {
    .boat-template-description p {
        max-width: 535px;
    }
    .boat-description-row-2 {
        margin-top: 0px!important;
        margin-bottom: 50px!important;
    }
    .technical-specs-left-col {
       margin-top: 30px;
    }
    .ribco-about-second-section, .ribco-about-third-section {
       padding-top: 0px;
    }
}
@media(max-width: 991px) {
    .news-grid .news-item.col-md-6 {
        margin-bottom: 10px;
    }
    .section-contact-country-name p {
        font-size: 1.4rem;
    }
    .custom-footer-menu .menu li + li, .custom-footer-policies .menu li + li {
        margin-left: 30px;
    }
    .custom-footer-menu .menu li a , .custom-footer-policies .menu li a {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    .ribco-about-second-section {
        padding-top: 0px;
    }
    .ribco-about-third-section {
        padding-top: 0;
    }
    .custom-small-container {
        max-width: 700px;
        padding: 0 10px;
    }
    .section-contacts {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 20px 0px;
    }
    .slider-logo>img {
        margin: 0 auto!important;
    }
    .slider-text>h1 {
        font-size: 3rem!important;
        text-align: center!important;
        font-weight: 400!important;
        letter-spacing: 7px!important;
        margin: 40px 0 35px 0!important;
        line-height: 1.4!important;
    }
    a.menu-bar.menu-skin-main.menu-bar-hidden-desktop {
        display: none;
    }
    .ribco-home-about-information {
        padding-left: 0px;
        padding-top: 30px;
    }
	.fullscreen-map.visible-map, .fullscreen-map {
		display: none;
	}
	.ribco-home-about {
		margin-top: 0;
	}
}
@media(max-width: 768px) {
    .slider-text>h1 {
        font-size: 1.6rem!important;
        text-align: center!important;
        font-weight: 400!important;
        letter-spacing: 2px!important;
        margin: 30px 0 35px 0!important;
        line-height: 1.4!important;
    }
    a.menu-bar.menu-skin-main.menu-bar-hidden-desktop {
        display: block;
    }
    .custom-side-header {
        display: none;
    }
    .vc-parent-row.row-stretch_row_content {
        padding: 0 15px!important;
    }
    .scroll-down, .slider-text>p {
        display: none!important;
    }
    .news-section .common-title h3, .ribco-boats-section .common-title h3 {
        margin-bottom: 25px;
    }
    .common-title h3 {
        text-align: center;
        font-size: 2rem;
        color: #c0b075;
        font-weight: 400;
        letter-spacing: 3px;
    }
    .ribco-boats-section, .about-ribco-section, .news-section {
        margin-top: 30px;
    }
    .ribco-home-about-information {
        padding-left: 0;
        padding-top: 10px;
    }
    a.footer-contact-us {
        text-align: center;
    }
    a.footer-about-us {
        margin: 15px 0;
    }
    .social-on-footer-wrapper {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .logo-on-footer {
        display: none;
    }
    footer#footer {
        padding: 0 15px;
    }
    .custom-footer-menu {
        display: none;
    }
    .boxed-footer {
        padding: 30px 15px 0px 15px;
    }
    .footer-newsletter input.mailpoet_text {
        font-size: 2rem;
        padding: 10px 0 10px 0;
    }
    .footer-newsletter input.mailpoet_submit {
        position: absolute;
        top: 13px;
    }
    .news-item-inner-wrapper>div {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .news-item-image img {
        margin-left: 0px;
    }
    .news-item-wrapper {
        padding: 15px 15px;
        margin: 0 0 0 0px;
    }
    .news-item-info {
        padding: 0;
        margin-top: 10px;
    }
    .menu-bar .ham, .menu-bar .ham:after, .menu-bar .ham:before {
        background: #fff;
    }
    .slider-logo>img {
        margin: 0 auto!important;
        min-width: 250px!important;
        height: auto!important;
    }
    form.search-form {
        display: none!important;
    }
    .mobile-menu-wrapper.mobile-menu-slide .mobile-menu-container {
        background: #000;
    }
    .mobile-menu-container .menu li a {
        color: #fff!important;
    }
    .custom_container {
        padding: 0 15px;
    }
    .top-page-image {
        height: 300px;
    }
    .used-boat-featured-image {
        width: 100%;
        padding: 0;
    }
    .used-boat-title-excerpt {
        width: 100%;
    }
    .top-page-image h1 {
        padding: 0 15px;
        font-size: 3rem;
    }
    .ribco-boat-category {
        margin-bottom: 65px;
    }
    .ribco-boat-category a {
        font-size: 2rem;
    }
    .boat-template-description p {
        padding: 0;
    }
    .boat-description-text-1 {
        padding-top: 0;
        margin-bottom: 0;
    }
    .boat-description-img-left-offset, .boat-description-img-right-offset {
        margin-left: 0;
        margin-right: 0;
    }
}


.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
	font-size: 4em !important;
}

.wpb_content_element {
	text-align: justify;
}

.main-header.menu-type-standard-menu .standard-menu-container ul {
	font-weight: 700;
}

p {color: #fff;}

.wpb_wrapper .icon-box-container .icon-box-content h3 {color: #fff;}

.spider_popup_wrap {background-color: rgb(0,0,0) !important;}

.bwg_ctrl_btn {color: #fff!important;}

.bwg_popup_image.bwg_popup_watermark { max-width: 100% !important; max-height: 100% !important;}
.spider_popup_close_fullscreen {color: #000000;font-size: 30px!important;right: 7px;}

#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {background-color: transparent !important;}

#spider_popup_left-ico, #spider_popup_right-ico {background-color: #2a2a2a!important;color: #ffffff;opacity: 0.90!important; filter: Alpha(opacity=60);}


.boat-carousel-inner-wrapper:hover {cursor: pointer;}

p.ribco-boat-carousel-title {color: #fff!important;}

.video-js .vjs-control-text {
    background-color: black;
    color: white;
}
#boat-wantit .section-contacts {width: calc(100%/3);}
@media(max-width: 768px) {#boat-wantit .section-contacts {width: 100%;}}