﻿body {
    font-size: 15px;
    color: #495068;
    text-transform: none;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    background: #ffffff;
}

p, td, label {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

a, a:hover, a:focus {
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    color: #495068;
}

a {
    color: #495068;
    font-size: 15px;
}

body.theme-black {
    color: #fff;
}

    body.theme-black a, body.theme-black a:hover, body.theme-black a:focus {
        color: #fff;
    }

h1, h2, h3, h4, h5 {
    color: #495068;
}

body.theme-black h1, body.theme-black h2, body.theme-black h3, body.theme-black h4, body.theme-black h5 {
    color: #fff;
}

#is-rte-tool *, #divSnippetList *, .is-rte-pop * {
    color: #222 !important;
}

.btn.btn-builder {
    color: #222;
}

.edit-actions {
    position: fixed;
    z-index: 10000;
    bottom: 60px;
    left: 20px;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .container-logo {
        padding-bottom: 100px;
    }

    .menu-logo-2 {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display:none;
    }


    .navbar {
        margin-bottom: 0px;
        border: none;
        background: none;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-default .navbar-nav > li {
        margin-right: 25px;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            position: relative;
            display: block;
            color: #495068;
            font-weight: 800;
            position: relative;
            font-size: 20px;
            padding-left: 0px;
            padding-right: 0px;
        }

    .theme-white .navbar-default .navbar-nav > li > a, .theme-white .navbar-default .navbar-nav > li > a:hover, .theme-white .navbar-default .navbar-nav > li > a:focus {
        color: #495068;
    }

    .theme-black .navbar-default .navbar-nav > li > a, .theme-black .navbar-default .navbar-nav > li > a:hover, .theme-black .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a.active::after, .navbar-default .navbar-nav > li > a.active:hover::after, .navbar-default .navbar-nav > li > a.active:focus::after {
        position: absolute;
        bottom: 7px;
        left: 0px;
        width: 100%;
        content: '';
        display: block;
        height: 3px;
        background: #495068;
    }

    .theme-black .navbar-default .navbar-nav > li > a.active::after, .theme-black .navbar-default .navbar-nav > li > a.active:hover::after, .theme-black .navbar-default .navbar-nav > li > a.active:focus::after {
        background: #fff;
    }




    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-radius: 0 !important;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    /*.navbar .navbar-collapse {
        text-align: center;
    }*/

    .dropdown-menu > li > a {
        border-bottom: 1px solid #ccc;
        padding: 10px 20px;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: #ffffff;
        color: #b02b24;
    }
}


   
.page-title h1 {
    position: relative !important;
    margin: 0px;
    padding: 0px;
    color: #495068;
    font-weight: 800;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}

    .page-title h1::after {
        position: absolute;
        bottom: -7px;
        left: 0px;
        width: 100%;
        content: '';
        display: block;
        height: 3px;
        background: #495068;
    }

.theme-black .page-title h1 {
    color: #fff;
}

    .theme-black .page-title h1::after {
        background: #fff;
    }

@media(min-width:768px) {
    /*.minimal*/ 
   
    .navbar-default .navbar-brand {
        
         position: absolute;
        top: -22px;
        right: -15px;
        display: inline-block !important;
    }
    .no-logo-footer .navbar-default .navbar-brand {
        
        display: none !important;
    }
   .minimal .navbar-default .navbar-brand {
        position: absolute;
        top: -2px;
        right: -15px;
        display: inline-block !important;
    }
       .navbar-default .navbar-brand img {
            width: 80px !important;
        }

    .minimal .navbar-default .navbar-nav > li {
        margin-right: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.mobile-cross {
    display: none !important;
}
@media(min-width:768px) {
    .vertical-menu {
        display:none;
    }
}
@media(max-width:767px) {
    .navbar {
        margin-bottom: 0px;
        border: none;
        background: none;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }


    .vertical-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        min-height: 100%;
        height: 100%;
        background: #495068;
        border: none;
        left: -100%;
        z-index: 2001;
        display: block;
        overflow: hidden;
        width: 0px;
    }

        .vertical-menu.in {
            left: 0px;
            width: 100%;
            display: block;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .vertical-menu {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .vertical-menu.in .mobile-cross {
           padding-bottom: 50px;
    padding-top: 25px;
    padding-left: 20px;
    display: block !important;
            
        }


    .cross {
        width: 32px;
        height: 32px;
        display: block !important;
        position: relative;
    }

        .cross:before, .cross:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 33px;
            width: 4px;
            background-color: #fff;
        }

        .cross:before {
            transform: rotate(45deg);
        }

        .cross:after {
            transform: rotate(-45deg);
        }


    .vertical-menu ul {
        padding: 0px;
        margin: 0px;
    }

        .vertical-menu ul li {
            padding: 0px;
            list-style: none;
            margin: 0px;
        }

        .vertical-menu ul > li > a, .vertical-menu ul > li > a:hover, .vertical-menu ul > li > a:focus {
            position: relative;
            display: block;
            color: #495068;
            font-weight: 600;
            position: relative;
            font-size: 24px;
            padding-left: 20px;
            padding-right: 20px;
        }

            .vertical-menu ul > li > a, .vertical-menu ul > li > a:hover, .vertical-menu ul > li > a:focus {
                color: #fff;
                text-decoration: none;
                font-size: 24px;
                padding-top: 15px;
                padding-bottom: 15px;
            }

                .vertical-menu ul > li > a.active, .vertical-menu ul > li > a.active:hover, .vertical-menu ul > li > a.active:focus {
                    text-decoration: none;
                }

    .vertical-menu .follow-us {
        position: absolute;
        bottom: 50px;
        left: 20px;
        color: #fff !important;
    }

        .vertical-menu .follow-us div {
            color: #fff !important;
        }




    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        position: relative;
        display: block;
        color: #495068;
        font-weight: 500;
        position: relative;
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            text-decoration: none;
            font-size: 24px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a.active:hover, .navbar-default .navbar-nav > li > a.active:focus {
                text-decoration: none;
            }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #495068;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #495068;
        font-size: 16px;
        font-weight: 600;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background: none;
            color: #495068;
            text-decoration: underline;
        }

    body.theme-black .navbar-default .navbar-nav > li > a, body.theme-black .navbar-default .navbar-nav > li > a:hover, body.theme-black .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
    }

    body.theme-black .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    body.theme-black .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        body.theme-black .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, body.theme-black .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
        }



    .navbar-collapse {
        max-height: initial;
    }
}


.vegas-timer {
    bottom: 0;
    background: none;
    height: 2px;
}

    .vegas-timer .vegas-timer-progress {
        background: #b02b24;
    }

.vegas-slider-wrapper {
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

    .vegas-slider-wrapper:hover .vegas-slider-prev, .vegas-slider-wrapper:hover .vegas-slider-next {
        opacity: 1;
    }

.vegas-slider-prev {
    position: absolute;
    left: 5%;
    z-index: 12;
    font-size: 2.5em;
    top: 40%;
    display: inline-block;
    color: #ffffff;
    opacity: 1;
    display: inline-block;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    line-height: 35px;
    text-align: center;
    opacity: 0.5;
}



.vegas-slider-next {
    position: absolute;
    right: 5%;
    z-index: 12;
    font-size: 2.5em;
    top: 40%;
    display: inline-block;
    color: #ffffff;
    opacity: 1;
    display: inline-block;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    line-height: 35px;
    text-align: center;
    opacity: 0.5;
}

    .vegas-slider-prev:hover, .vegas-slider-next:hover {
        opacity: 1;
    }

.vegas-slider-item {
    position: absolute;
    text-align: center;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: initial;
    z-index: 10;
    top: 50%;
    display: inline-block;
    color: #ffffff;
}

.vegas-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    min-height: 100px;
    background: url(skn/divider.png) 100% 100% no-repeat;
    background-size: cover;
}

.vegas-caption .vegas-caption-line-1 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-2 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-3 {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-family: 'Manrope Condensed', serif;
    font-style: italic;
    margin-bottom: 30px;
}

.vegas-caption a.btn.btn-primary, .vegas-caption a.btn.btn-primary:hover, .vegas-caption a.btn.btn-primary:focus {
    border-color: #b02b24;
    background: #b02b24;
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}

.vegas-caption a.btn.btn-info, .vegas-caption a.btn.btn-info:hover, .vegas-caption a.btn.btn-info:focus {
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        /*position: absolute;
        top: 50%;*/
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
        box-shadow: none;
    }

#searchform .search-container {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}



@media (max-width:768px) {

    #search input[type="search"] {
        font-size: 25px;
        font-weight: 300;
        margin-top: -21px;
    }
}

#search .validation-error {
    font-weight: normal;
    color: #ffffff !important;
    text-align: center;
    display: block;
}

#search .btn {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;*/
    background-color: #CCA776;
    border-color: #CCA776;
    border-radius: 0px;
    margin-top: 20px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #CCA776;
    border-color: #CCA776;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.col-logo-2 {
    text-align: right;
}

    .col-logo-1 img, .col-logo-2 img {
        display: inline-block;
    }


.btn-primary, a.btn-primary {
    color: #ffffff;
    background-color: #495068;
    border-color: #495068;
    border-radius: 0px;
    padding: 6px 12px;
    font-weight: 400;
}

    .btn-primary:hover, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {
        color: #ffffff;
        background-color: #222;
        border-color: #222;
        border-radius: 0px;
        padding: 6px 12px;
        font-weight: 400;
    }

.grid, .grid-gall {
    margin-left: -15px;
    margin-right: -15px;
}

.grid-sizer, .grid-item, .grid-gall-item {
    width: 33.33%;
    padding: 15px;
}

.article-title {
    margin-bottom: 20px;
}

.article-tile .article-title a, .article-tile .article-title a:hover, .article-tile .article-title a:focus {
    font-size: 20px;
    font-weight: 800;
    display: block;
    text-decoration:none;
}

.article-tile-description {
    line-height: 16px;
    font-size: 18px;
    display: block;
}

.navbar-header {
    text-align: right;
}


.footer-col-2 {
    text-align: center;
}

.footer-col-3 {
    text-align: right;
}


@media(min-width:601px) AND (max-width:990px) {
    .grid-sizer, .grid-item, .grid-gall-item {
        width: 50%;
        padding: 15px;
    }

    .article-tile .article-title a, .article-tile .article-title a:hover, .article-tile .article-title a:focus {
        font-size: 18px;
    }
}

@media(max-width:600px) {
    .grid-sizer, .grid-item, .grid-gall-item {
        width: 100%;
        padding: 15px;
    }

    .article-tile .article-title a, .article-tile .article-title a:hover, .article-tile .article-title a:focus {
        font-size: 18px;
        line-height: 22px;
        display: block;
        margin-bottom: 5px;
    }

    .article-tile-description {
        line-height: 15px;
        font-size: 15px;
        display: block;
    }
}

@media(max-width:768px) {
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border: none;
        float: left !important;
        position: relative;
        bottom: -5px;
        left: -10px;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #495068;
            width: 40px;
            height: 4px;
            display: block;
            margin-top: 8px;
            margin-bottom: 8px;
        }

    body.theme-black .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-header {
        margin-bottom: 10px;
    }

    .navbar-default .navbar-brand {
        float: none;
        position: relative;
        top: -5px;
        right: -15px;
    }
}

.follow-us {
    font-size: 18px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.fancybox-overlay {
    background: rgba(255,255,255,0.5) !important;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px !important;
}

.fancybox-close {
    top: 18px;
    right: 18px;
    z-index: 10000;
}

.fancybox-title {
   color:#495068;
}

.col-pallas-left p {
    margin-bottom: 2rem;
}

.col-pallas2-left p {
    font-size: 18px;
}

.col-pallas2-right p {
    float: left;
    width: 33.3%;
}

@media (min-width:550px) AND (max-width:768px) {
    .col-pallas2-right p {
        float: left;
        width: 50%;
    }
}

@media(max-width:550px) {
    .col-pallas2-right p {
        float: none;
        width: 100%;
    }
}

@media(min-width:1170px) {
    .col-pallas-left {
        padding-right: 200px;
    }
}


@media(max-width:768px) {
    .sticky-wrapper {
        height: initial !important;
    }

    .row-pallas {
        display: flex;
        flex-flow: column;
    }

    .col-pallas-left {
        order: 2 !important;
    }
}

@media(max-width:990px){
    .col-pallas-left {
        order: 2 !important;
    }
    .col-pallas-right {
        order: 1 !important;
    }
}

@media(min-width:768px) {

    .col-pallas-left p {
        margin-bottom: 2rem;
    }
}


.map-box {
    position: relative;
    float: right;
}

    .map-box div {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px;
        line-height: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Manrope', sans-serif;
        width: 100%;
        display: block;
    }

@media(max-width:768px) {
    .map-box {
        float: none;
        display: inline-block;
    }
    .map-box {
        margin-top: 100px;
    }
}


.gdprcookie-buttons button {
    color: #495068;
    border: solid .05em #495068;
    border-radius:0px;
}
.gdprcookie-buttons button:first-child {
    border: solid .05rem #495068; border-radius:0px;
    background: #495068;
}

@media (max-width: 768px){
    .gdprcookie p {
        font-size: 0.8em !important;
       
    }
    .gdprcookie h1, .gdprcookie h2 {
        font-size: 1.0em !important;
        margin-bottom: 0rem;
       
    }
    .gdprcookie-buttons button {
        cursor: pointer;
        padding: 8px 12px;
        font-size: 12px;
        line-height: 1.11;
    }
    .gdprcookie-buttons button:first-child {
         cursor: pointer;
        padding: 8px 12px;
        font-size: 12px;
        line-height: 1.11;
    }
   
}

@media (max-width: 767px){

.gdprcookie {
border-top: 0px solid #333;
}
.cross {

    margin-left: 15px!important;
}}


@media (max-width: 767px){


.gdprcookie-buttons {
    text-align: left;
    padding-left: 22px;
}

.gdprcookie p {
     padding-left: 22px;
}


.gdprcookie-buttons button {
    display: inline;
    width: auto;
}
.vertical-menu ul li {
  
    margin: 15px!important;
}}


.gdprcookie {
    border-top: 0px solid #333; 

}

.gdprcookie-buttons {
    text-align: left;
    padding-left: 7px;
}

.gdprcookie p {
 
    padding-left: 14px;
}


@media (max-width: 767px){
.gdprcookie-buttons {
   
    padding-left: 14.5px;
}

}


@media (max-width: 870px){
.map{
width:300px;
height:250px;
}
}
@media only screen and (min-width: 880px) and (max-width: 1100px) {

.map{
width:500px;
height:350px;
}


}