body {
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #2e3192;
}
.has_shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
.cstm_btn {
    display: block;
    padding: 20px;
    text-align: center;
    background: #2e3192;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 0;
    font-size: .8em;
    letter-spacing: 3px;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.cstm_btn:hover {
    color: #fff;
    background: #000;
}
.breadcrumbs .breadcrumb {
    padding: 0;
    background: transparent;
}
.menu_wrap + .breadcrumbs {
    margin-top: -30px;
    font-size: .9em;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.menu_wrap {
    background: #2e3192 !important;
}
body.home .menu_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .2) !important;
}
.navbar_main {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background: transparent !important;
    border-top: 1px rgba(255, 255, 255, .1) solid;
}
body.home .navbar_main {
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    margin-bottom: 0;
}
.navbar_main a {
    color: #fff !important;
    font-weight: 600 !important;
}
body.home .navbar_main a {
    color: #fff !important;
    font-weight: 600 !important;
}
.top_bar {
    background: rgba(0, 0, 0, .35);
    padding: 0 0 5px 0;
}
.top_bar ul {
    padding: 0;
    margin: 0;
}
.top_bar li {
    display: inline;
    font-size: 12px;
    list-style-type: none;
    line-height: 1.5;
    color: #fff;
    margin-right: 5px;
}
.top_bar li a {
    color: #fff;
}
.top_bar li i {
    font-size: 1.3em;
    vertical-align: middle;
}
.right_top_menu ul {
    display: table;
    float: right;
}
.right_top_menu span {
    padding-top: 5px;
    vertical-align: top;
    font-size: 12px;
    display: table;
    float: right;
    color: #fff;
    margin: 0 10px 0 4px;
}
.navbar_main .dropdown-item {
    padding: 5px;
    clear: none;
    max-width: none;
    min-width: unset;
    float: left;
    color: #000 !important;
    display: table;
    width: 33.33333333333%;
    text-align: center;
}
.dropdown_menu {
    width: 320px;
    padding: 0;
    border-radius: 0;
    position: relative;
    background: #ffffff;
}
.dropdown_menu:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}
.navbar_main .dropdown-item img {
    max-width: 100%;
}
.navbar_main .dropdown-item span {
    display: block;
    font-size: 14px;
    margin-top: -21px;
    color: #fff !important;
    font-weight: 400;
    background: rgba(0, 0, 0, .4) !important;
    z-index: 2;
    position: relative;
}

.dropdown_menu .desktop_version {
    display: inherit;
}
.dropdown_menu .mobile_version {
    display: none;
}

header {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(../../images/top-banner_2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
header .overlay_text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 3;
}
header .overlay_text h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 6em;
    margin-bottom: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
header .overlay_text h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 3em;
}
header .overlay_text h3 {
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
.cstm_btn_rotator {
    border: 1px #fff solid;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none !important;
    display: table;
    margin: 30px auto 0;
    font-size: 1.2em;
}
.cstm_btn_rotator:hover {
    background: #fff;
    color: rgba(24, 90, 231, 1) !important;
}

.home_intro,
.home_boats_intro,
.blog_intro {
    text-align: center;
    background: transparent;
    padding-top: 100px;
}
.home_intro p,
.home_boats_intro p,
.blog_intro p {
    max-width: 800px;
    display: table;
    margin: 30px auto auto;
}
.anchor {
    width: 160px;
    margin-bottom: 0;
}
.square_logo {
    width: 160px;
    margin-bottom: 40px;
}

.home_yachts_wrap {
    padding: 0;
}
.home_yachts_wrap > div > div {
    padding: 15px;
    cursor: pointer;
}
.home_yachts_overlay {
    background: rgba(0, 0, 0, .3);
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: flex;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}
.home_yachts_wrap > div > div:hover .home_yachts_overlay {
    background: rgba(24, 90, 231, 1);
}
.home_yachts_overlay h3 {
    margin: auto;
    color: #fff;
    font-size: 2.3em;
    font-weight: 500;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
}
.home_yachts_overlay p {
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    padding: 30px 30px 30px;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    display: none;
}
.home_yachts_overlay p .cstm_btn_home {
    border: 1px #fff solid;
    padding: 2px 15px 5px 15px;
    color: #fff;
    text-decoration: none;
    display: table;
    margin: 20px auto 0;
    font-size: .9em;
}
.home_yachts_overlay p .cstm_btn_home:hover {
    background: #fff;
    color: rgba(24, 90, 231, 1);
}
.home_yachts_wrap > div > div:hover .home_yachts_overlay h3 {
    display: none;
}
.home_yachts_wrap > div > div:hover .home_yachts_overlay p {
    display: table;
}

.boats_wrap {
    padding: 0px 40px 120px 40px;
    background: whitesmoke;
    margin-top: 80px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
.boats_wrap .boat_text {
    text-align: center;
    padding: 30px 20px 20px;
    background: #fff;
    min-height: 250px;
    margin: auto;
}
.boats_wrap .boat_text h5 {
    font-size: 1.7em;
    margin-bottom: 20px;
}
.home_single_boat,
.home_single_blog {
    cursor: pointer;
}
.cstm_btn_boats {
    border: 1px #000 solid;
    padding: 5px 15px 5px 15px;
    color: #000;
    text-decoration: none;
    display: table;
    margin: 20px auto 0;
    font-size: .9em;
}

.cstm_btn_boats:hover {
    background: #000;
    color: #fff;
}



.vinko_wrap {
    padding-top: 120px;
    padding-bottom: 120px;
}
.vinko_image {
    z-index: 100;
    display: flex;
}
.vinko_image div {
    margin: auto -200px auto auto;
}
.vinko_image img {
    /* transform: translate3d(0px, -40px, 0px);
    border: 1px rgba(0, 0, 0, .05) solid; */
}
.vinko_blockquote {
    background: rgba(24, 90, 231, 1);
    display: flex;
}
.vinko_blockquote p {
    color: #fff;
    font-size: 3.5em;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    line-height: 1.2;
    margin: auto;
    font-weight: 200;
    padding: 60px 30px 30px 200px;
}
.vinko_text {
    display: flex;
}
.vinko_text > div {
    margin: auto;
}
.vinko_text h4 {
    font-size: 3.2em;
    font-weight: 300;
}
.vinko_text p small {
    color: #999;
}
.vinko_text p {
    font-size: 1.1em;
}

.card {
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.blog_wrap {
    padding: 0px 40px 120px 40px;
    background: whitesmoke;
    margin-top: 80px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}
.blog_wrap .blog_text {
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, .7);
    min-height: 20px;
    margin: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: .5em;
    letter-spacing: 2px;
}
.blog_wrap .blog_text h5 {
    font-size: 1.7em;
    margin-bottom: 0;
}
.blog_wrap p.small {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2e3192;
    font-size: .7em;
}
.testimonials_home_wrap {
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) ), url(../../images/testimonial-bckgrnd-3.jpg);
    background-repeat: no-repeat;
    background-position:  center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


footer {
    background: whitesmoke;
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 14px;
}
.footer_menu > div {
    display: flex;
}
.footer_menu li {
    list-style-type: none;
    display: inline-block;
    margin: auto;
}
.footer_menu li a {
    padding: 10px 5px;
}

/* BOAT LIST PAGE */

.boats_intro {
    text-align: left;
    background: transparent;
    padding: 0;
}
.boats_intro p {
    margin: 30px 0 0;
}
.boat_list_single {
    position: relative;
}
.whole_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

/* SINGLE BOAT PAGE */

.single_boat_intro {
    background: transparent;
    padding: 10px 10px 0 10px !important;
}
.single_boat_description {
    color: #777;
    padding: 0;
    font-size: 1.1em;
}
.table_boat_details td {
    border-top: none;
    border-bottom: 1px #eee solid;
    padding: 5px;
}
.table_boat_details tr td:last-child {
    text-align: right;
}
.table_boat_details tr td {
    color: #777;
}
.title_separator {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 18px;
    color: #ed1c24;
}
.boat_gallery {
    padding-left: 13px;
    padding-right: 13px;
}
.single_image_boat_gallery {
    padding: 0;
    border: 2px #fff solid;
}

/* DEFAULT PAGE */
.default_page_img_bckgrnd {
    padding-top: 140px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -40px;
}
.default_page_img_bckgrnd h1 {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 4em;
    font-weight: 100;
    letter-spacing: 2px;
}
.default_page_img_bckgrnd .breadcrumbs ol.breadcrumb {
    color: #fff;
    text-align: center;
    display: table;
    margin: auto;
}
.default_page_img_bckgrnd .breadcrumbs ol.breadcrumb .breadcrumb-item {
    display: inline;
    color: #ccc;
}
.default_page_img_bckgrnd .breadcrumbs ol.breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
.default_page_img_bckgrnd .breadcrumbs ol.breadcrumb .breadcrumb-item::before {
    color: #ccc;
    content: "●";
}
.default_page_img_bckgrnd .breadcrumbs ol.breadcrumb .breadcrumb-item:first-child::before {
    content: "";
}
.default_page_intro {
    background: transparent;
    padding: 10px 10px 0 10px !important;
}
.default_page_text {
    color: #777;
    padding: 0;
    font-size: 1.1em;
    /* text-align: justify; */
  }
  .default_page_text strong {
    color: #000;
    font-weight: 600;
}
.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
.default_page_text .subtitle {
    font-size: 1.8em;
    color: #000;
    font-weight: 200;
}
.intro {
    font-weight: 200;
    font-size: 1.3em;
    line-height: 1.4;
    color: #555;
    /* text-align: justify; */
}

/* BLOG */

.single_post {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
}
.single_post img {
    border-radius: 0;
}
.single_post .card-body {
    /* background: whitesmoke; */
    min-height: 150px;
    border: 1px #eee solid;
    border-top: none;
}
.single_post .card-body .card-text {
    font-size: .9em;
    line-height: 1.3;
}
.single_post .card-body .card-title {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #2e3192;
}
.blog_page_intro {
    text-align: left;
    background: transparent;
    padding: 0 15px 40px 15px;
}

/* ROUTES */

.route_locations_list li {
     padding-left: 0;
}
.route_locations_list li:first-child {
    border-top: none;
}

/* LOCATIONS */

.single_location {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
}
.single_location img {
    border-radius: 0;
}
.single_location .card-body {
    min-height: 60px;
    border: 1px #eee solid;
    border-top: none;
}
.single_location .card-body .card-text {
    font-size: .9em;
    line-height: 1.3;
}
.single_location .card-body .card-title {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #2e3192;
}
.single_location .card-body .small {
    margin-bottom: 0;
    color: #999;
}
.route_details li {
    padding-left: 0;
    padding-right: 0;
}
.route_details li:first-child {
    border-top: none;
}
.route_details span.text-right {
    display: table;
    float: right;
}
.route_description h3:first-child {
    margin-top: 0 !important;
}
form .contact_form .form-group input {
    border-radius: 0;
    line-height: 45px !important;
    height: 45px;
}
form .contact_form .form-group select {
    border-radius: 0;
    line-height: 30px;
    height: 45px;
}
form .contact_form .form-group textarea {
    border-radius: 0;
    height: 150px;
}
form .contact_form .btn.btn-primary{
    border-radius: 0;
}

/* RESPONSIVE */

/*
    Na 991px se ukljucuje mobile menu
    Na 760px se prebacuje na 100%
*/

@media only screen and (max-width: 991px) {
    /* * {
        border: 1px red solid !important;
    } */
    .top_bar {
        display: none;
    }
    .navbar-brand img {
        max-width: 200px !important;
        margin-top: -10px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border: none;
        background: rgba(255,255,255,.8);
        border-radius: 3px;
        width: 50px;
        height: 40px;
        padding: 0;
    }
    header .overlay_text {
        top: 26%;
    }
    .vinko_image div {
        margin: auto;
    }
    .vinko_blockquote,
    .home_yachts_wrap > div > div,
    .vinko_text {
        /* padding: 0; */
        box-sizing: border-box;
    }
    .vinko_blockquote p {
        padding: 20px;
        text-align: center;
    }
    .home_single_boat, .home_single_blog {
        margin-bottom: 30px;
    }
    .vinko_wrap > .row,
    .home_yachts_wrap > .row {
        margin: 0;
    }
    .boats_intro {
        padding: 20px;
        text-align: center;
    }
    .boat_list_single {
        text-align: center;
    }
    .single_image_boat_gallery {
        width: 20%;
    }
    footer .footer_menu.text-right {
        text-align: center !important;
        padding: 0 !important;
    }
    footer p {
        text-align: center !important;
    }
    .mob_display {
        display: inherit !important;
    }
    .dropdown_menu {
        background: transparent;
        border: none;
    }
    .navbar_main .dropdown-item {
        padding: .5rem 1rem;
        clear: both;
        max-width: none;
        min-width: unset;
        float: left;
        color: #fff !important;
        display: inherit;
        width: 100%;
        text-align: left;
        background: transparent;
    }
    .dropdown-toggle::after,
    .dropdown_menu:after,
    .dropdown_menu .desktop_version {
        display: none;
    }
    body.home .menu_wrap {
        background: #2e3192 !important;
    }
    .navbar_main {
        border-color: #fff !important;
    }
    .dropdown_menu .mobile_version {
        display: inherit;
    }
}

@media only screen and (max-width: 850px) {
    header {
        height: auto;
    }
    header .overlay_text {
        position: relative;
        padding: 100px 30px;
    }
    header .overlay_text h1 {
        font-size: 4em;
    }
}
@media only screen and (max-width: 450px) {
    header .overlay_text {
        padding: auto 30px;
    }
    header .overlay_text h1 {
        font-size: 3em;
    }
}
@media only screen and (max-width: 350px) {
    header .overlay_text h1,
    header .overlay_text h2 {
        font-size: 2em;
    }
}