﻿/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/poppins-regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/poppins-bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts/merriweather.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    height: 60px;
    margin-bottom: 0;
}

.sub-shadow {
    -webkit-box-shadow: 0 4px 6px 1px #bbb;
    -moz-box-shadow: 0 4px 6px 1px #bbb;
    box-shadow: 0 4px 6px 1px #bbb;
}

.round22 {
    border: none !important;
    border-radius: 10px !important;
}

.softborder {
    border: 1px solid #ddd;
}

.pad1em {
    padding: 1em;
}

color-red {
    color: #ff0000;
}

size-bigger {
    font-size: 1.2em;
}

.shove-select {
    border: none !important;
    padding: 15px;
    border-bottom: 2px #ddd solid !important;
    border-radius: 0 !important;
}

.navbar-brand img {
    height: 36px;
}

.top20 {
    padding-top: 20px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table > tbody > tr:first-child > td {
    border: none;
}

.w30 {
    width: 30px !important;
}

.btn-round {
    border-radius: 10px;
}

.red {
    color: red;
}



.text-rsvp {
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 28px;
}


.btn-circle {
    width: 36px;
    height: 36px;
    min-width: 36px !important;
    border-radius: 99px;
    padding: 6px;
    padding-top: 4px;
    font-size: 18px;
}


.inner-addon {
    position: relative;
    color: #999999;
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.btn-default {
    color: #333333;
    background-color: #fff;
    border: 2px #333;
}

.btn-lg {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 2em;
    font-weight: bold;
}

.pad20 {
    padding-top: 20px;
}

.pad30 {
    padding: 30px;
}

.pad100 {
    padding: 100px;
}

.mart5 {
    margin-top: 5px;
}

.mart20 {
    margin-top: 20px;
}

.fullw {
    width: 100%;
}

.title-accordion {
    border-radius: 4px !important;
    line-height: 32px;
    margin-top: 4px;
}

input[type=text], input[type=password], select, .round {
    border-radius: 4px !important;
}

.lh30 {
    line-height: 30px;
}

.mbot160 {
    margin-bottom: 160px;
}

.mtop10 {
    margin-top: 10px;
}

.left-round {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.right-round {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.mart10 {
    margin-top: 10px;
}

.btn-wide {
    width: 280px;
}

.classic-link {
    text-decoration: underline;
    color: #333;
}

.noborder {
    border: none !important;
}

    .noborder:active, .noborder:focus {
        box-shadow: none !important;
        outline: none;
    }

.nobackground {
    background: none !important;
}

.color-white {
    color: white;
}

.max-all {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}

.btn-a {
    border: none;
    background: unset;
    color: #008cba;
}

.menu-icon {
    border: none;
    background: unset;
    margin-top: 10px;
}

    .menu-icon :hover, .menu-icon:focus {
        background: unset !important;
        border: none;
    }

.dropdown-toggle.btn-primary, .dropdown-toggle.btn-primary:hover, .dropdown-toggle.btn-primary:active, .dropdown-toggle.btn-primary:focus {
    background: unset !important;
    background-color: unset !important;
    background-image: unset !important;
    border-color: unset;
    outline: unset;
}

.dropdown-menu {
    background-color: #f5f5f5 !important;
}

.navbar-inverse .dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
    background-color: unset !important;
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
}

.dropdown-xs {
    position: absolute;
    top: 0;
    right: 10px;
}

div.navbar-header > .dropdown-xs > ul {
    position: absolute;
    top: 50px;
    left: -200px;
}


.top-front {
    z-index: 999 !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: unset !important;
}


.link {
    cursor: pointer;
}



.div-map {
    background-image: url('contact-map.png');
    background: url(contact-map.png) no-repeat center;
    background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    text-align: center;
}

.panel, input {
    border-radius: 4px;
}

.body-content {
    margin-top: 65;
    width: 100%;
    /*border: 5px solid purple;*/
}

.blockn {
    padding-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
}

.btn-orange {
    color: #ffffff;
    background-color: #E69740;
    border-color: #E69740;
    background-image: linear-gradient(to bottom, #f8b460, #e16a38);
}

    .btn-orange:hover {
        color: #f4f4f4;
        background-color: #E69740;
        border-color: #E69740;
        background-image: unset;
    }

.btn-primary {
    color: #ffffff;
    background-color: #008cba;
    border-color: #008cba;
}

.blockn > .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}



.pad0 {
    padding: 0;
}

.block1 {
    background-color: #f5f5f5;
}

    .block1 img {
        max-height: 100%;
    }

.block2 {
    background-color: #fff;
}

.block3 {
    background-color: #f5f5f5;
}

.block4 {
    background-color: #fff;
}

.block5 {
    background-color: #f5f5f5;
}

.block6 {
    background-color: #106D8D;
    background-image: linear-gradient(to bottom, #106D8D, #126784);
    text-align:center;
}

.block6 img {
    max-width: 240px;    
}

.block6 > .container > .col-xs-12 {
    padding-top: 20px;
    padding-bottom: 20px;
}


.block7 {
    background-color: #0F5972;
    background-image: linear-gradient(to bottom, #0F5972, #0d495d);
}

    .block7 > .container > .col-xs-12 {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #f5f5f5;
        font-family: 'Poppins', sans-serif;
        line-height: 25px;
    }

    .block7 a, .block7 a:hover, .block7 a:active, .block7 a:visited {
        color: #f5f5f5;
    }

.text-small {
    font-size: small;
}

.poppins {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.bgpurple {
    background-color: purple;
}

.bgyellow {
    background-color: yellow;
}

.bgorange {
    background-color: orange;
}

.bggreen {
    background-color: green;
}

.blockn h1 {
    font-family: Merriweather, sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #555;
}

.wh20 {
    height: 20px;
    width: 20px;
}

.blockn h2 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #555;
}

.blockn h3 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #555;
}



.footnote {
    color: #888;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-size: small;
}



.btn-wide {
    width: 300px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 10px;
}

.nopadsides {
    padding-left: 0;
    padding-right: 0;
}

.mtop10 {
    margin-top: 10px;
}

.mtop30 {
    margin-top: 30px;
}

.navbar-button {
    margin-right: 0;
    padding: unset;
}

.blockn > .container {
    margin-bottom: 0px;
}



.block1 > .container > .col-xs-12 {
    height: 500px;
}

.block3 > .container > .col-xs-12 {
    min-height: 250px;
}

.block3 h3 {
    padding: 0 !important;
    margin: 0 !important;
}



.numbers-card {
    margin-top: 20px;
    height: 140px;
    text-align: center;
    border-radius: 12px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding: 40px;
    color: #eee;
    font-family: 'Poppins', sans-serif;
}

    .numbers-card > h3 {
        font-size: 26px;
        font-family: 'Poppins', sans-serif;
        margin-top: 0;
        margin-bottom: 10px;
        color: #eee;
    }

.review-card {
    text-align: left;
    border-radius: 12px;
    background-color: #ff0000;
    padding: 20px;
    margin: 16px !important;
    color: #333;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 6px 1px #ddd;
    min-height: 380px;
}

    .review-card > h3 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .review-card i {
        color: #008cba;
        text-shadow: #999 1px 1px 1px;
        font-size: 14px;
    }

    .review-card .stars {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .review-card img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

.link-white {
    color: #eee;
}

    .link-white:active, .link-white:focus, .link-white:visited, .link-white:hover {
        color: #fff;
    }

.cookie-btn {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    background-color: #ffffff0f;
}


.cookie-div {
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    padding: 25px;
    border:1px solid #ccc;
    color: #eee;
    margin: 10px;
    right: 0;
    border-radius: 12px;
    background-color: #005e7e;
}


.item-card {
    border-radius: 12px;
    position: relative;
    min-height: 200px !important;
    color: #eee;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    margin: 8px;
}

    .item-card i {
        font-size: 18px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .item-card h3 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px;
        color: #eee;
    }




    .item-card hr {
        margin-top: 5px;
        margin-bottom: 10px;
    }

.colorb1 {
    color: #008cba !important;
}

.colorl1 {
    color: #E69740 !important;
}

.sidespad40 {
    padding-left: 40px;
    padding-right: 40px;
}




.bgb1 {
    background-color: #008cba;
}

.bgb2 {
    background-color: #0D7FA5;
}

.bgb3 {
    background-color: #106D8D;
}

.bgb4 {
    background-color: #0F5972;
}

.bg5 {
    background-color: #eee;
}

.btn {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}


.droplan .btn {
    background-color: unset !important;
    color: unset;
    border: 1px #ccc solid;
    border-radius: 4px;
}

.droplan li a, .droplan li a:hover, .droplan li a:visited, .droplan li a:active {
    background-color: #f5f5f5;
    color: #333 !important;
    outline: none !important;
    font-size: 16px;
}

btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: unset;
}


@media screen and (min-width: 767px) {
    .cookie-div {
        position: fixed;
        bottom: 0;
        left: unset;
        right: 0;
        max-width: 350px;
    }
}

@media screen and (max-width:1200px) and (min-width: 600px) {
    .item-card h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .block1 h3 {
        font-size: 20px;
    }
}


@media screen and (max-width :768px) {
    .block1 > .container > .col-xs-12 {
        height: 40vh;
    }


    .review-card {
        min-height: unset;
    }
}

@media (max-width: 360px) {
    * {
 /*       zoom: 0.96;*/
    }
}

@media (max-height: 420px ) {
    .block1 .image-art {
        display: none;
    }
}
