/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                DEFAULT VALUES:

                Font Family                 : Roboto Condensed
                
                Greenish Blue               : #2196f3       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                light Gray                  : #61666b       (Heading Second)
                Gray                        : #717171       (Paragraphs)
                Gray extra light            : #f5f5f5       (Content Background)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/

@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: 'Hind', sans-serif;
}  

h1, h2, h3, h4, h5 {
    /*font-family: 'Roboto', sans-serif;*/
    color:#41464b;
    text-transform: uppercase;
} 

a {
    font-family: 'Hind', sans-serif;
    color: #2196f3;
}

p {
    font-family: 'Hind', sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-family: 'Hind', sans-serif;
        color: #64707b;
        font-size: 16px;
        font-weight: 300;
    }    
}

/*///  СМЕНА ФЛАГОВ ЯЗЫКА  ///////////////*/

.hide_flag {
    display: none;
}



/*====================================================
                       CALENDAR NEWS BUTTON
======================================================*/

.calendar-news-no-data-text {
    margin-top: 30%;
    margin-left: 10%;
}



.ninth-button .calendar-news-btn {
    text-transform: uppercase;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.ninth-button .calendar-news-btn span {
    display: block;
    border-radius: 0;
    position: relative;
}

.ninth-button .calendar-news-btn:before,
.ninth-button .calendar-news-btn:after,
.ninth-button .calendar-news-btn span:before,
.ninth-button .calendar-news-btn span:after {
    content: "";
    background: #337cff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.15s ease-in-out 0s;
}

.ninth-button .calendar-news-btn:before,
.calendar-news-btn:after {
    width: 2px;
    height: 0;
}

.ninth-button .calendar-news-btn span:before,
.ninth-button .calendar-news-btn span:after {
    width: 0;
    height: 2px;
    transition-delay: 0.15s;
}

.ninth-button .calendar-news-btn:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

.ninth-button .calendar-news-btn span:before {
    right: 0;
    left: auto;
}

.ninth-button .calendar-news-btn span:after {
    top: auto;
    bottom: 0;
}

.ninth-button .calendar-news-btn:hover:before,
.ninth-button .calendar-news-btn:hover:after {
    height: 100%;
    transition-delay: 0.15s;
}

.ninth-button .calendar-news-btn:hover span:before,
.ninth-button .calendar-news-btn:hover span:after {
    width: 100%;
    transition-delay: 0s;
}





.calendar-news-btn {
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto 2em;
    max-width: 300px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    /*width: auto;*/
}


/*.tenth-button .calendar-news-btn.blue {*/
    /*border: 2px solid #3bb4e5;*/
/*}*/

/*.tenth-button .calendar-news-btn.blue:hover {*/
    /*color: #3bb4e5;*/
/*}*/

/*.tenth-button .calendar-news-btn.blue:before {*/
    /*background: #3bb4e5;*/
/*}*/



.ninth-button .calendar-news-btn.blue,
.ninth-button .calendar-news-btn.blue2:hover {
    color: #337cff;
}

.ninth-button .calendar-news-btncalendar-news-btn.blue:before,
.ninth-button .calendar-news-btn.blue:after,
.ninth-button .calendar-news-btn.blue span:before,
.ninth-button .calendar-news-btn.blue span:after {
    background: #337cff;
}





















/*====================================================
                       NAVIGATION
======================================================*/

    /*Top Navbar*/




    .top-menubar-nav {
        display: none;
    }

    header .topmenu {
        background: #f0f0f0;
        border-top: solid 1px #f0f0f0;
        border-bottom: solid 1px #f0f0f0;
    }


    /*Top Contacts*/

    header .topmenu ul {
        margin: 0;
    }

    header .topmenu .top-contacts {
        line-height: 25px;
    }

    header .topmenu .top-contacts li {
        color: #666;
        padding: 5px 0;
        font-size: 12px;
        margin-right: 15px;
        display: inline-block;
    }

    header .topmenu .top-contacts li a {
        color: #666;
    }

    header .topmenu .top-contacts i {
        color: #999;
        font-size: 13px;
        margin-right: 3px;
    }


    /*Top Data*/

    header .topmenu .top-data {
        text-align: right;
    }

    header .topmenu .top-data li {
        padding: 5px 11px;
        margin-left: -4px;
        display: inline-block;
        border-right: solid 1px #eee;
    }

    header .topmenu .top-data li:first-child {
        margin-left: 0;
        border-left: solid 1px #eee;
    }

    header .topmenu .top-data li a {
        font-size: 12px;
    }

    header .topmenu .top-data li a:hover {
        text-decoration: none;
    }

    .top-social {
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
        border-radius: 50%;
        background: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-facebook,
    .social-icon-f li i.top-social.fa-facebook {
        border: 2px solid #4267b2;
        color: #4267b2;
    }

    header .topmenu .top-data li i.top-social.fa-facebook:hover,
    .social-icon-f li i.top-social.fa-facebook:hover {
        background: #4267b2;
        color: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-twitter,
    .social-icon-f li i.top-social.fa-twitter {
        border: 2px solid #4AB3F4;
        color: #4AB3F4;
    }

    header .topmenu .top-data li i.top-social.fa-twitter:hover,
    .social-icon-f li i.top-social.fa-twitter:hover {
        background: #4AB3F4;
        color: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-google-plus,
    .social-icon-f li i.top-social.fa-google-plus {
        border: 2px solid #e24343;
        color: #e24343;
    }

    header .topmenu .top-data li i.top-social.fa-google-plus:hover,
    .social-icon-f li i.top-social.fa-google-plus:hover {
        background: #e24343;
        color: #fff;
    }

    header .topmenu .top-data li a.log-top {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color:#888;
    }

    header .topmenu .top-data li a.log-top:hover {
        color:#555;
    }


    /*Responsive Topbar*/

    @media (max-width: 991px) {
        header .topmenu ul {
            text-align: center !important;
        }

        header .topmenu .top-data li {
            top: 1px;
            padding: 6px 10px;
            margin-left: -5px;
            position: relative;
            border: solid 1px #eee;
        }
    }


    /*Navbar*/
    .affix {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0px 0.5px 4px #c3c2c2;
    }  

    .navbar {
        padding: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #fff;
    }

    .navbar-header {
        padding-left: 85px;
    }

    .justify-content-end {
        padding-right: 85px;
    }

    .navbar-nav {
        float: right;
        margin-left: auto;
        margin-right: auto;
    }



    .navbar-nav>li {
        /*height: 45px;*/
        line-height: 40px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;

    }

    .navbar-nav>li:hover,
    .navbar-nav>li:active {
        border-bottom: 2px solid #2196f3;
        background: #f0f0f0;
    }

    .navbar-nav>li>a {
        color: #5c5e5e !important;
        font-size: 13px;
        font-weight: 600;
        font-family: "hine", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        /*margin: 0 10px;*/

    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:active {
        color: #2196f3!important;
    }

    
    /*This is item search bar*/

    /*.navbar-nav li>.search {*/
        /*color: #aaa;*/
        /*cursor: pointer;*/
        /*font-size: 15px;*/
        /*z-index: 0;*/
        /*min-width: 30px;*/
        /*margin-top: 3px;*/
        /*padding: 28px 0;*/
        /*text-align: center;*/
        /*display: inline-block;*/
    /*}*/

    /*.navbar-nav li>.search:hover {*/
        /*color: #2196f3;*/
    /*}*/

    .navbar .search-open {
        right: 0;
        top: 40px;
        display: none;
        height: auto;
        /*padding: 4px;*/
        position: absolute;
        background: #fff;
        box-shadow: 0 0 3px #ddd;
        z-index: 1001;
    }

    /*.navbar .search-open input,*/
    /*.navbar .search-open span {*/
        /*height: 40px;*/
        /*border-color: #2196f3;*/
        /*line-height: 50px;*/
    /*}*/

    /*.navbar .search-open span {*/
        /*background: #2196f3;*/
        /*color: #fff;*/
    /*}*/

    .navbar-toggle {
        background-color: rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-toggle .navbar-toggler-icon {
        background-color: #fff!important;

    }

    .navbar-collapse {
        max-height: none !important;

    }

    .vesco-top-nav ul.navbar-nav>li>a.active {
        color: #2196f3!important;
    }
      
    @media (min-width: 992px){

        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
            left: -280px;
        }

        .dropdown-cust.mega-menu .dropdown-item {
            border-right: 1px solid #e0e0e0;
        }    

        .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 450px;
            padding: 0;
            border-top: 2px solid #2196f3;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #2196f3;
            border-radius: 0;
        }
    }





.extra-menu{
    display: none;
}



@media (min-width: 992px) and (max-width: 1600px) {

    .to-extra-menu{
        display: none;
    }

    .extra-menu{
        display: inline-block;
    }
}


    @media (min-width: 992px) and (max-width: 1200px) {
        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
            left: -300px;
        }    
    }

    .dropdown-cust {
        margin-top: 0px;
        min-width: 220px;
        padding: 0;

        /*border-top: 2px solid #2196f3;*/
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #2196f3;
        border-radius: 0;
    } 

    .dropdown-cust .dropdown-item {
        display: block;
        width: 100%;
        padding: 0px 1rem;
        margin: 0px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
        clear: both;
        font-weight: 400;
        color: #61666b;
        text-align: inherit;
        white-space: nowrap;
        text-transform: uppercase;
        background: 0 0;
        border-bottom: 1px solid #e0e0e0;
    } 

    .dropdown-cust .dropdown-item:hover,
    .dropdown-cust .dropdown-item.active {
        background: #f0f0f0;
    }

    .dropdown-cust.mega-menu .mega-menu-img img {
    }

    @media (max-width: 991px) {

        .top-lang{
            display: none;
        }
        .navbar .search-open {
            /*right: 45%;*/
            right: 40%;

            top: 40px;
            display: none;
            height: auto;
            /*padding: 4px;*/
            position: absolute;
            background: #fff;
            box-shadow: 0 0 3px #ddd;
            z-index: 1001;
        }

        .navbar>.container .navbar-nav {
            float: left;
            border-top: 1px solid #ddd;
            width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding-left: 12px;
            margin-left: -10px;

        }

        .navbar-toggle {
            margin-right: 0;
        }

        /*.navbar .search-open {*/
            /*width: 100%;*/
        /*}*/

        .navbar-nav>li {
            height: auto;
            line-height: 35px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }

        .navbar-nav>li.active,
        .navbar-nav>li:hover,
        .navbar-nav>li:active {
            border-bottom: 2px solid #ddd;
            background: #f0f0f0;
        }

        .navbar li>.search {
            display: none;
        }

        /*.navbar .search-open {*/
            /*right: 0;*/
            /*top: 0;*/
            /*display: block;*/
            /*height: auto;*/
            /*line-height: 50px;*/
            /*padding: 4px;*/
            /*position: relative;*/
            /*box-shadow: none;*/
            /*background: none;*/
            /*z-index: 1;*/
        /*}*/

        .dropdown-cust {
            margin-top: -2px;
            min-width: 220px;
            padding: 0;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #2196f3;
            border-radius: 0;
            z-index: 0;
            overflow: hidden;
        }
    }

    @media (max-width: 767px) {

        .affix {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
            box-shadow: 0px 0.5px 4px #c3c2c2;
        }  

        .top-menubar {
            display: none;
        }

        .container {
            max-width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container .navbar-toggler,
        .navbar>.container-fluid .navbar-brand {
            margin: 8px 10px;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding: 8px 0px;
        }

        .navbar-nav>li {
            line-height: 25px;
            padding: 0 20px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }


        .navbar-nav>li:last-child {
            padding: 0px;
        }
        .navbar-nav>li.dropdown .dropdown-menu {
            margin-bottom: 15px;
        }

        .top-menubar-nav {
            display: block;
        }
    }

    @media (min-width: 1600px) {
        .dropdown-cust .dropdown-item {
            font-size: 10px;
        }
    }

/*====================================================
                  BUTTON (Generic)
======================================================*/

    .btn-general {
        background-color: transparent;
        text-align: center;
        border-width: 1px;
        border-radius: 0px;
        font-size: 16px;
        padding: 10px 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .btn-white {
        border-color: #2196f3;
        background-color: #2196f3;
        color: #fff;
    }

    .btn-white:hover,
    .btn-white:focus {
        background-color: transparent;
        color: #2196f3;
        cursor: pointer;
    }

    .btn-green {
        border-color: #2196f3;
        color: #2196f3;
    }

    .btn-green:hover,
    .btn-green:focus {
        background-color: #2196f3;
        color: #fff;
        cursor: pointer;
    }



*,
*:before,
*:after {
    box-sizing: border-box;
}






.price-option {
    display: inline-block;
    min-width: 150px;
    /*width: 6.25em;*/
    vertical-align: middle;
    /*margin-right: 0.3125em;*/
    font-size: 16px;
    /*opacity: 1;*/
    /*transition: opacity .2s ease;*/
}

/*.price-option:last-child { margin-right: 0; }*/

/*.pricing:hover .price-option { opacity: 0.6; }*/
/*.pricing:hover .price-option:hover { opacity: 1; }*/

.price-option__detail {
    margin-top: -11%;
    /*padding: 2em 0;*/
    background: #007bff;
    opacity: 60%;
    text-align: center;
}

.price-option--low .price-option__detail  {
    border-radius: .30em .30em 0 0;

}
.price-option--mid .price-option__detail  { padding: 2.3em 0; border-radius: .25em .25em 0 0; }
.price-option--high .price-option__detail { border-radius: 0 .25em 0 0; }

.price-option__cost,
.price-option__type {
    display: block;
}

.price-option__cost {
    font-size: 1em;
    color: #ffffff;
}

.price-option__type {
    font-size: .3em;
    text-transform: uppercase;
    color: #ffffff;
}

.price-option__purchase {
    position: relative;
    display: block;
    padding: .6em;
    font-size: .875em;
    /*font-weight: bold;*/
    text-align: center;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.price-option__purchase:hover {
    color: rgb(255, 255, 255);
}
.price-option--low .price-option__purchase  { background: #007bff; border-radius: 0 0 .30em .30em; }
.price-option--low .price-option__purchase:hover  { background: rgb(0, 106, 206); border-radius: 0 0 .30em .30em; }


.price-option__purchase:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-style: solid;
}

.price-option--low .price-option__purchase:before  { border-color: transparent transparent #007bff; }



.price-option__detail span {
    opacity: 100%;
    color: #ffffff;

}






.hotelPrivilege:hover .price-option__detail {
    margin-top: -11%;
    /*padding: 2em 0;*/
    background: rgb(0, 149, 255);
    opacity: 100%;
    text-align: center;
}
.hotelPrivilege:hover .price-option__detail span {


    color: #ffffff;
    text-shadow: 3px 3px 10px #001242;


}

.hotelPrivilege:hover .price-option__purchase {
    position: relative;
    display: block;
    padding: .6em;
    font-size: .875em;
    /*font-weight: bold;*/
    text-align: center;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: #007bff;
}
.hotelPrivilege:hover .price-option__purchase:hover {
    color: #007bff;
}
.hotelPrivilege:hover .price-option--low .price-option__purchase  { background: #ffffff; border-radius: 0 0 .30em .30em; }
.hotelPrivilege:hover .price-option--low .price-option__purchase:hover  { background: rgb(255, 255, 255); border-radius: 0 0 .30em .30em; }


.hotelPrivilege:hover .price-option--low .price-option__purchase:before  { border-color: transparent transparent #ffffff; }




















/*====================================================
                       HOME
======================================================*/

.filter{

    display: inline-block;
    width: 100%;
    /*left: 0;*/
    /*right: 0;*/
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    height: 60px;
    background-color: #80baff;



}

.filter-item{
    vertical-align: middle;
    position: relative;
}


    .carousel-fade {
        height: 45vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/home-banner-bg.png);
    }

    .carousel-fade .carousel-inner .carousel-item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .carousel-fade {
        position: relative;
        height: 45vh;
    }





.hero_mini {
    /*opacity: 0;*/

    position: absolute;
    top: 50%;
    left: 50%;
    /*background: rgba(0, 0, 0, 0.7);*/
    /*border: 5px solid #fff;*/
    padding: 10px;
    z-index: 3;
    color: #c0c0c0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}


.hero_mini h1 {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    /*width: 1000px;*/
    margin: 0;
    padding: 0;
    opacity: 1;
    letter-spacing: 2px;
    width: 100%;
    /*margin-bottom: 30px;*/
    /*margin-top: 30px;*/

}


.head-mini-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 4em;
    max-height: 10em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    width: 80%;
}



.small_head{
    display: none;
}

    .hero {
        /*opacity: 0;*/
        position: absolute;
        top: 25%;
        left: 50%;
        /*background: rgba(0, 0, 0, 0.7);*/
        /*border: 5px solid #fff;*/
        padding: 40px;
        z-index: 3;
        color: #c0c0c0;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    .hero .top-logo-img{
        display: none;
    }

    .hero h1 {
        font-size: 2.5em;
        color: #fff;
        font-weight: 700;
        width: 1000px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        /*margin-bottom: 30px;*/
        margin-top: 30px;

    }

    .hero h1 span a {
        color: #2196f3;
        text-decoration: none;
    }
    .hero h2 {
        font-size: 1.5em;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .hero h3 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .hero button {
        margin: 10px 0;
    }

    .carousel-fade .carousel-inner .carousel-item  {
        opacity: 0;
        /*-webkit-transition: 2s all ease-in-out .1s;*/
        /*-moz-transition: 2s all ease-in-out .1s;*/
        /*-ms-transition: 2s all ease-in-out .1s;*/
        /*-o-transition: 2s all ease-in-out .1s;*/
        /*transition: 2s all ease-in-out .1s;*/
    }

    .carousel-fade .carousel-inner .carousel-item.active  {
        opacity: 1;
        /*-webkit-transition: 2s all ease-in-out .1s;*/
        /*-moz-transition: 2s all ease-in-out .1s;*/
        /*-ms-transition: 2s all ease-in-out .1s;*/
        /*-o-transition: 2s all ease-in-out .1s;*/
        /*transition: 2s all ease-in-out .1s;*/
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50%;
        /*z-index: 2;*/
        background-color: black;
        opacity: 0;

    }



    .overlay_opacity_animation {
        opacity: 0.5;

        transition-property: opacity;
        transition-duration: 1s;
    }


.overlay_mini {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height: 100%;*/
    /*z-index: 2;*/
    background-color: black;
    opacity: 0;

}
.overlay_mini_opacity_animation {
    opacity: 0.5;

    transition-property: opacity;
    transition-duration: 1s;
}


    .carousel-fade .carousel-inner .carousel-item {
        height: 90vh;
    }

    @media (max-width: 767px) {
        .big_head{
            display: none;
        }
        .small_head{
            display: block;
        }
        .logo-img{
            display: none;
        }
        .hero {
            position: absolute;
            /*top: 45%;*/
            /*padding: 20px 0px;*/
        }
        .hero-mini {
            position: absolute;
            /*top: 45%;*/
            /*padding: 20px 0px;*/
        }

        .hero .top-logo-img{
            display: none;

            /*width: 100px;*/
            /*height: 70px;*/
            /*display: inline-block;*/
        }
        .hero-mini .top-logo-img{
            display: none;

            /*width: 100px;*/
            /*height: 70px;*/
            /*display: inline-block;*/
        }
        .hero h1 {
            font-size: 2em;
            color: #fff;
            font-weight: 700;
            width: 600px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero-mini h1 {
            font-size: 1em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero h2 {

            font-size: 1.4em;
            color: #fff;
            font-weight: 700;
            /*width: 400px;*/
            /*margin: 0;*/
            padding: 0;

            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero-mini h2 {
            font-size: 0.7em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero p {
            font-size: 0.6em;
            color: #fff;
            font-weight: 700;
            /*width: 700px;*/
            margin-bottom: 10px;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero-mini p {
            font-size: 0.6em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero a {
            font-size: .9em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero-mini a {
            font-size: .9em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero h3 {
            font-size: 0.8em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .hero-mini h3 {
            font-size: 0.8em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 575px) {
        .big_head{
            display: none;
        }
        .small_head{
            display: block;
        }
        .logo-img{
            display: none;

        }

        .hero {
            position: absolute;
            /*top: 45%;*/
            /*padding: 20px 0px;*/
        }

        .hero-mini {
            position: absolute;
            /*top: 45%;*/
            /*padding: 20px 0px;*/
        }
        .hero h1 {
            font-size: 1.3em;
            color: #fff;
            font-weight: 700;
            width: 370px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero-mini h1 {
            font-size: 1em;
            color: #fff;
            font-weight: 700;
            width: 370px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero h3 {
            font-size: .6em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .hero h2 {
            font-size: 1.2em;
            color: #fff;
            letter-spacing: 2px;
            /*line-height: 25px;*/
            margin-bottom: 5px;
        }
        /*.hero a {*/
            /*font-size: .8em;*/
            /*color: #fff;*/
            /*!*letter-spacing: 2px;*!*/
            /*!*line-height: 25px;*!*/
            /*!*margin-bottom: 15px;*!*/
        /*}*/
        .hero p {
            font-size: .6em;
            color: #fff;
            margin-bottom: 15px;
            /*letter-spacing: 2px;*/
            /*line-height: 25px;*/
            /*margin-bottom: 15px;*/
        }
    }

    @media (max-width: 420px) {
        .big_head{
            display: none;
        }
        .small_head{
            display: block;
        }
        .logo-img{
            display: none;
        }
        .logo-img {
            /*margin-top: 10px;*/
            width: 70px;
            height: 70px;
        }
        .hero {
            position: absolute;
            /*top: 45%;*/
            /*padding: 5px 0;*/
            /*border: 3px solid #fff;*/
            /*width: 400px;*/

        }
        .hero h1 {

            font-size: 1em;
            color: #fff;
            font-weight: 700;
            /*width: 295px;*/
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero-mini {
            position: absolute;
            /*top: 45%;*/
            /*padding: 5px 0;*/
            /*border: 3px solid #fff;*/
        }
        .hero-mini h1 {
            font-size: .9em;
            color: #fff;
            font-weight: 700;
            /*width: 295px;*/
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 1px;
            /*margin-bottom: 30px;*/
            /*margin-top: 30px;*/
        }
        .hero h2 {
            font-size: .8em;
            color: #fff;
            letter-spacing: 1px;
            line-height: 15px;
            margin-bottom: 10px;
        }
        .hero p {
            font-size: .5em;
            color: #fff;
            letter-spacing: 1px;
            line-height: 15px;
            margin-bottom: 5px;
        }
    }

/*====================================================
               OTHER HOME PAGE
======================================================*/






































      .home-p {
        /*z-index: -1;*/
        padding: 60px 0;
        position: relative;
      }

      .home-p.breadcrumbs-lg {
        padding: 200px 0;
      } 

      .home-p.pages-head1 {
        background: url(../img/test.png) no-repeat;
        background-size: cover;
        background-position: center center;
      }

      .home-p.pages-head2 {
        background: url(../img/img/banner-2.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      } 

      .home-p.pages-head3 {
        background: url(../img/img/banner-3.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      }  

      .home-p.pages-head4 {
        background: url(../img/img/banner-4.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      }  

      .home-p:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        /*content: " ";*/
        position: absolute;
        /*background: rgba(0,0,0,0.2);*/
      }

      .home-p h1 {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;

      }

      .home-p p {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        margin-bottom: 0;
        text-transform: uppercase;
      }

      @media (max-width: 992px) {

          .social__container{
              display: none;
          }

        .home-p.breadcrumbs-lg {
          padding: 100px 0;
        }

      }

      @media (max-width: 768px) {
        .home-p,
        .home-p.breadcrumbs-lg {
          padding: 50px 0;
        }

        .home-p h1 {
          font-size: 14px;
          line-height: 16px;
        }

        .home-p p {
          font-size: 18px;
        }
      }

/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

    .title-bar {
        padding: 0 20px 0 10px;
    }

    .title-bar h1 {
        color: #000000;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 20px auto;
    }

    .title-bar .heading-border {
        width: 60px;
        height: 10px;
        background-color: #2196f3;
        margin: 0 auto 20px auto;
    }
    .heading-border-light-2 {
        width: 300px;
        height: 3px;
        background-color: #ffffff;
        margin: 0 auto 15px auto;


    }


.heading-border-light-2-j {
    width: 300px;
    height: 3px;
    background-color: #2196f3;
    margin: 0 auto 15px auto;


}

@media (max-width: 500px) {
    .heading-border-light-2-j {
        width: 100%;



    }
}

.heading-border-light-2-min {
    width: 100px;
    height: 3px;
    background-color: #2196f3;
    margin: 0 auto 15px auto;


}

    .heading-border-light {
        width: 30px;
        height: 5px;
        background-color: #2196f3;
        margin: 0 0 20px 0;
    }

    .title-bar p {
        color: #000000;
    }

    .title-bar p {
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 40px;
        margin: 0 auto;
        max-width: 700px;
    }

    .title-bar .title-but {
        margin: 0;
        background-color: transparent;
        text-align: center;
    }

    @media (max-width: 575px) {

        .title-bar {
            padding: 10px 0;
        }

        .title-bar h1 {
            color: #000000;
            font-size: 15px;
            text-align: center;
            font-weight: 700;
            margin: 20px auto 20px auto;
        }

        .title-bar p {
            text-align: center;
            font-size: 14px;
            line-height: 1.5;
            padding-bottom: 40px;
            margin: 0 auto;
            max-width: 700px;
        }




    }

    @media (min-width: 1600px) {
        .title-bar p {
            font-size: 16px;
        }
    }

/*====================================================
               COLOR (Generic)
======================================================*/

    .cl-white {
        color: #fff;
    }

    .cl-atlantis {
        color: #fff;
    }

    .bg-white {
        background: #fff;
    }

    .bg-atlantis {
        background: #2196f3;
    }

    .bg-starship {
        background: #cdd613;
    }

    .bg-matisse {
        background: #0b385d;
    }

    .bg-chathams {
        background: #0aa1b9;
    }

    .bg-gray {
        background: #f0f0f0;
    }

    .bg-light-gray {
        background: #f9f9f9;
    }



    .bg-gradiant {
        background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* opera 11.10+ */
    }

/*====================================================
                LOGIN OR REGISTER
======================================================*/

        #login-modal .modal-dialog {
            margin-top: 60px;
            width: 400px;
        }

        #login-modal label {
            color: #888;
            margin-bottom: 0;
        }

        #login-modal input[type=text],
        input[type=password] {
            margin-bottom: 15px;
            border-radius: 0;
        }

        .modal-backdrop.in {
            filter: alpha(opacity=10);
            opacity: .8;
        }

        .modal-content {
            /*background-color: #ececec;*/
            border: 3px solid #2196f3;
            border-radius: 0px;
            outline: 0;
        }

        .modal-header {
            min-height: 16.43px;
            padding: 15px 15px 15px 15px;
            border-bottom: 0px;
        }

        .modal-body {
            position: relative;
            padding: 25px 45px;
        }

        .modal-footer {
            padding: 15px 45px 15px 45px;
            text-align: left;
            width: 100%;
            border-top: 0px;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: center;
        }

        .modal-footer {
            display: -ms-flexbox;
            display: flex;
            padding: 15px;
            /*border-top: 1px solid #e9ecef;*/
        }

        .checkbox {
            margin-bottom: 0px;
        }


        .btn-link {
            padding: 5px 10px 0px 0px;
            color: #95a5a6;
        }

        .btn-link:hover,
        .btn-link:focus {
            color: #2c3e50;
            text-decoration: none;
        }

        @media (max-width: 575px) {
            #login-modal .modal-dialog {
                margin-top: 100px;
                width: 300px;
                margin: 100px auto;
            }
        }

/*====================================================
                        ABOUT
======================================================*/

    .about .about-content-box {
        padding: 80px 20px;
        text-align: center;
    }

    .about-content-box>i {
        color: #fff;
        height: 150px;
        line-height: 150px;
        font-size: 100px;
    }

    .about-content-box>h5 {
        color: #fff;
        text-transform: none;
        font-weight: normal;
        padding: 20px 0 10px 0;
    }

    .about-content-box>p {
        color: #fff;
    }

    @media (max-width: 767px) {
        .about .container-fluid {
            width: 60%
        }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
    }

    @media (max-width: 585px) {
        .about .container-fluid {
            width: 80%
        }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
    }


    @media (max-width: 420px) {
        .about .container-fluid {
            width: 100%
        }

        .about .container-fluid .col-md-4 {
            margin: 0;
        }
    }


/*====================================================
                       STORY
======================================================*/



    .story-descb-main-page {
        padding: 10px 10px 10px 10px;
        margin: 60px 0 10px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        border-bottom: 5px solid #f0f0f0;
        transition: all .5s ease-in-out;
    }

    .story-descb-main-page:hover {
        /*box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);*/
        border-bottom: 5px solid #2196f3;
        /*margin-top: 55px;*/
        cursor: pointer;
    }


    #story {
        padding-bottom: 50px;

    }

    .story-desc {
        padding: 0 40px 40px 10px;
    }

    .story-desc>h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .story-desc>p {
        font-size: 17px;
    }





    .story-descb {
        padding: 10px 10px 10px 10px;
        margin: 60px 0 10px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .story-descb:hover {
        box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
        border-bottom: 5px solid #2196f3;
        margin-top: 55px;
        cursor: pointer;
    }

    .story-descb>i {
        font-size: 45px;
        height: 60px;
        line-height: 60px;
        color: #999;
    }

    .story-descb h6 {
        font-size: 18px;
        color: #000000;
        padding: 25px 0 5px;
    }

    .story-descb p {
        color: #000000;
        font-size: 14px;
    }

    @media (max-width: 767px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 585px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 10%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 420px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (min-width: 1600px) {
        .story-desc>p {
            font-size: 16px;
        }

        .story-descb p {
            color: #867f7f;
            font-size: 16px;
        }
    }

/*====================================================
                       THOUGHT
======================================================*/

    .bg-parallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    .thought-bg {
        height: 400px;
        background-image: url(../img/thought-bg.jpg);
    }

    .title-bar-thought p {
        color: #fff;
        font-size: 17px;
        padding-top: 50px;
    }

    .title-bar-thought h6 {
        text-align: center;
        font-style: italic;
        color: #fff;
    }

    .overlay-thought {
        position: absolute;
        width: 100%;
        height: 400px;
        background: rgba(33, 150, 243, 0.53);
    }

    #thought .title-bar {
        padding: 50px 0;
    }


/*====================================================
                       OFFER
======================================================*/




/*.event-list-desc>p{*/
    /*margin-bottom: 0;*/

/*}*/

/*.event-list-desc{*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*line-height: 16px;*/
    /*height: 90px;*/
    /*-webkit-line-clamp: 5;*/
    /*-webkit-box-orient: vertical;*/
    /*text-decoration: none;*/
/*}*/



    #comp-offer {
        padding: 100px 0;
    }

    .desc-comp-offer h2,
    .desc-comp-offer>.heading-border-light {
        margin-left: 20px;
    }

    .desc-comp-offer-cont {
        margin-bottom: 10px;
        box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
        /*-webkit-transition: all .5s ease-in-out;*/
        /*transition: all .5s ease-in-out;*/
    }





    .desc-comp-offer-cont:hover {
        margin-bottom: 10px;
        border-bottom: 5px solid #2196f3;
        /*margin-top: -5px;*/
        cursor: pointer;
    }

    .desc-comp-offer .btn-green {
        margin: 15px;
    }

    .desc-comp-offer .btn-white {
        margin: 15px;
        padding: 10px 18px;
    }

    .thumbnail-blogs {
        position: relative;
        overflow: hidden;
        height: 200px;
    }

    .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(33, 150, 243, 0.72);
        width: 100%;
        height: 100%;
        padding: 2%;
        display: none;
        text-align: center;
        color: #fff !important;
        z-index: 2;
    }

    .caption i {
        margin: 30% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }

    .desc-comp-offer-cont h3 {
        padding: 10px 10px 0 10px;
        font-size: 20px;
        text-transform: none;
    }

    .desc-comp-offer-cont p {
        /*padding: 0 5px;*/
        font-size: 16px;
    }

    .desc-comp-offer-cont a {
        padding: 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 991px) {

        #comp-offer {
            margin-left: 10px
        }

        #comp-offer .col-md-3:first-child {
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            max-width: 90%!important;
        }

        #comp-offer .col-md-3 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%!important;
        }
    }

    @media (max-width: 767px) {
        .desc-comp-offer {
            margin-top: 20px;
        }
    }

    @media (max-width: 575px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%!important;
        }

        .desc-comp-offer {
            margin: 20px auto;
        }
    }

    @media (max-width: 420px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
        }
    }

    @media (min-width: 1600px) {
        .desc-comp-offer-cont p {
            padding: 0 10px;
            font-size: 16px;
        }
    }

/*====================================================
                      WHAT WE DO
======================================================*/

    .what-we-do {
        padding: 110px 0;
    }

    .what-we-do h3 {
        padding-top: 20px;
        color: #fff;
        font-weight: 700;
    }

    .what-we-do .heading-border-light {
        background-color: #fff;
    }

    .what-we-do p {
        color: #fff;
    }

    .what-we-desc {
        padding: 20px;
        color: #fff;
    }

    .what-we-desc i {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 95px;
        line-height: 45px;
    }

    .what-we-desc h6 {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .what-we-desc p {
        font-size: 14px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .what-we-desc i {
            float: left;
            font-size: 35px;
            margin-right: 20px;
            height: 125px;
            line-height: 45px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .what-we-do {
            padding: 110px 50px;
        }

        .what-we-do .col-md-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%!important;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%!important;
            margin: auto;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
            margin: auto;
        }
    }

    @media (min-width: 1600px) {
        .what-we-desc p {
            font-size: 15px;
        }
    }

/*====================================================
                   SERVICE-HOME
======================================================*/

    #service-h {
        padding: 120px 0 50px;
    }

    .service-h-desc {
        padding: 50px 10px 90px 60px;
    }

    .service-h-desc>h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .service-himg {
        background: #F0F0F0;
        height: 475px;
        margin-top: 30px;
        width: 70%;
    }

    .service-himg iframe {
        height: 370px;
        width: 130%;
        margin: 50px -60px 70px 65px;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }

    .service-h-tab {
        position: relative;
        margin: 20px 0;
    }

    .service-h-tab .nav-tabs>a {
        display: flex;
        border-radius: 0;
        width: 190px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
    }

    .service-h-tab .nav-tabs>a.active {
        color: #fff;
        border: 1px solid #2196f3;
        background: #2196f3;
    }

    .service-h-tab .tab-content .tab-pane {
        padding: 20px 20px 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .service-himg {
            background: #fff;
            height: 475px;
            margin: auto;
        }

        #service-h .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%!important;
        }

        .service-himg iframe {
            height: 370px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .service-himg iframe {
            height: 370px;
            width: 100%;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

    @media (max-width: 767px) {

        #service-h {
            padding: 30px 0 0px;
        }

        .service-himg {
            background: #fff;
            height: 315px;
            width: 100%;
        }
        .service-himg iframe {
            height: 270px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-tab .nav-tabs>a {
            border-radius: 0;
            width: 100%;
            text-align: center;
            height: 55px;
            line-height: 40px;
            border: 1px solid #ddd;
        }
    }

    @media (max-width: 420px) {
        .service-himg iframe {
            height: 200px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-desc {
            padding: 50px 10px 90px 10px;
        }
    }



/*====================================================
                       CLIENT
======================================================*/

    #client {
        padding-bottom: 100px;
        background: #f0f0f0;
    }

    .client-cont {
        width: 400px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
        border-bottom: 5px solid #2196F3;
    }

    .client-cont img {
        height: 90px;
        width: 90px;
        margin-right: 35px;
        border-radius: 50%;
        float: left;
    }

    .client-cont h5 {
        padding-top: 10px;
        height: 45px;
        line-height: 45px;
    }

    .client-cont h6 {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 25px;
    }

    .client-cont i {
        font-size: 20px;
        color: #666;
    }

    .client-cont p {
        width: 400px;
        padding: 5px 30px;
    }

    @media (max-width: 991px) {
    .client-cont {
        width: 330px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
    }
        .client-cont p {
            width: 320px;
            padding: 5px 30px;
        }
    }

    @media (max-width: 767px) {
        .client-cont {
            width: 100%;
            padding: 30px;
            background: #fff;
            margin: 0 auto;
            margin-top: 20px;
        }

        .client-cont p {
            width: 100%;
            padding: 5px 30px;
        }
    }

    @media (max-width: 420px) {
        h5 {
            color: #2196f3;
            font-size: 16px;
            text-transform: uppercase;
        }
    }


/*====================================================
                   CONTACT-HOME
======================================================*/

    .contact-h-bg {
        background-image: url(../img/contact-bg.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contact-h-cont {
        margin: 60px 0;
        padding: 50px;
        background: rgba(33, 150, 243, 0.65);
    }

    .contact-h-cont input.form-control,
    .contact-h-cont textarea.form-control {
        border-radius: 0px;
    }

    .contact-h-cont button {
        background: #fff;
        color: #2196f3;
        margin-top: 10px;
        text-align: center;
    }

    .contact-h-cont button:hover {
        background: #2196f3;
        color: #fff;
    }



/*====================================================
                    FOOTER
======================================================*/

    .footer-s1 .footer {
        padding: 70px 0;
        background: #252525;
    }

    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #ccc;
        font-size: 15px;
    }



    /*Heading Fotoer*/

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 2px;
    }

    .footer-s1 .heading-footer:after {
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #fff;
        position: absolute;
    }

    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        text-transform: none;
    }




    /*Link link*/

    .footer-s1 .footer .link-list {
        margin-bottom: 0;
    }

    .footer-s1 .footer .link-list li {
        padding: 3px 0px;
        border-bottom: solid 1px #333;
    }

    .footer-s1 .footer .link-list li:last-child {
        padding-top: 0;
        border-top: none;
    }

    .footer-s1 .footer .link-list li a {
        color: #ccc;
        font-size: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }

    .footer-s1 .footer .link-list a:hover {
        color: #fff;
    }

    .footer-s1 .footer .link-list li small {
        color: #555;
        display: block;
    }



    /*Thumb list*/

    .footer-s1 .footer .thumb-list>li {
        margin-bottom: 20px;
    }

    .footer-s1 .footer .thumb-list>li:before,
    .footer-s1 .footer .thumb-list>li:after {
        content: " ";
        display: table;
    }

    .footer-s1 .footer .thumb-list>li:after {
        clear: both;
    }

    .footer-s1 .footer .thumb-list>li img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 10px;
    }

    .footer-s1 .footer .thumb-list>li a {
        color: #777;
        display: block;
        padding-bottom: 8px;
    }

    .footer-s1 .footer .thumb-list>li a:hover {
        color: #bbb;
    }

    .footer-s1 .footer .thumb-list>li small {
        color: #555;
        font-size: 13px;
    }

    address.address-details-f,
    address.address-details-f a {
        color: #ddd;
        font-size: 15px;
    }

    .social-icon-f li {
        float: left;
        margin: 10px;
    }



    /*footer bottom*/

    #footer-bottom {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 30px 0;
    }

    #footer-copyrights p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #bbb;
        text-align: center;
    }

    #footer-copyrights p a:last-child {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }

    .btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
        padding: 3px 15px;
        border-radius: 0;
        display: none;
    }

    @media (min-width: 1600px) {
        address.address-details-f,
        address.address-details-f a {
            color: #ddd;
            font-size: 17px;
        }

    }

    @media (max-width: 767px) {
        .footer .container {
            width: 90%;
        }
        .footer-s1 .heading-footer h2 {
            color: #eee;
            font-size: 18px;
            margin-top: 50px;
            text-transform: none;
        }
        .footer-s1 .heading-footer {
            text-align: left;
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 2px;
        }
    }





#overlay {

    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}


.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;

    height: 50%;

    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    background: url(../img/image-3.jpg) no-repeat center/cover;


}

.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
/*.close:before {*/
    /*color: rgba(51, 124, 255, 0.9);*/
    /*content: "X";*/
    /*font-family:  Arial, Helvetica, sans-serif;*/
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*text-decoration: none;*/
    /*text-shadow: 0 -1px rgba(0, 0, 0, 0.9);*/
    /*-webkit-transition: all 0.5s;*/
    /*-moz-transition: all 0.5s;*/
    /*transition: all 0.5s;*/
/*}*/
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(51, 124, 255, 0.8);
}




/*----------------------------------------------------------------------------*/



*,
*::before,
*::after {
    box-sizing: border-box;
}




.icon--facebook::before {
    content: "\f09a";
}

.social__icon--facebook {
    background-color: #4b70ab;
}
.social__icon--facebook:hover {
    text-decoration: none;
    color: white;
    background-color: #405f91;
}


.icon--instagram::before {
    content: "\f16d";
}

.social__icon--instagram {
    background-color: #6291b2;
}
.social__icon--instagram:hover {
    text-decoration: none;
    color: white;
    background-color: #537b97;
}


.social__item {

    /*display: inline-block;*/
    margin-left: 0.1em;
}

.icon, [class^="icon--"] {
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social__icon, [class^="social__icon"] {
    font-size: 0.4em;
    color: white;
    text-decoration: none;
    border-radius: 100%;
    width: 2.2em;
    height: 2.2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social__container {
    /*padding: 1em;*/
    font-size: 1.5em;
}








.bn_discoverBtn2{

    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 50%;*/
    /*background: rgba(0, 0, 0, 0.7);*/
    /*border: 5px solid #fff;*/
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    /*-webkit-transform: translate3d(-50%, -50%, 0);*/
    /*-moz-transform: translate3d(-50%, -50%, 0);*/
    /*-ms-transform: translate3d(-50%, -50%, 0);*/
    /*-o-transform: translate3d(-50%, -50%, 0);*/
    /*transform: translate3d(-50%, -50%, 0);*/
    margin-right: 5px;
    margin-top: 15px;



    /*float:right;*/
    /*width:100%;*/

    /*margin-top: 15px;*/

}


.bn_discoverBtn2 a{


    text-decoration: none;
    padding:3px 15px;
    background-color: #337cff;
    color:#FFFFFF;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
}
.bn_discoverBtn2 a:hover{
    background-color: rgba(56, 125, 255, 0.63);
    color:#FFFFFF;
    /*box-shadow: black 5px 4px 5px;*/
}


.bn_discoverBtn2 .active a{
    background-color: rgba(56, 125, 255, 0.63);
    color:#FFFFFF;
}




.hotelPrivilege{

    margin:15px 0px;
    /*text-align:center;*/
    box-shadow:0px 6px 5px -5px #999 ;
    -webkit-box-shadow:0px 6px 20px -5px #999 ;
    -moz-box-shadow:0px 6px 20px -5px #999 ;
    padding:20px;
    border:solid 8px #F2F2F2;
}

.img-decor{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
}
.hotelPrivilege img{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
}

span.event-price {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    font-weight: 300;
    position: relative;

}
span.event-price b {
    position: absolute;
    font-size: 0.6rem;
    margin-top: 2px;
    margin-left: 2px;
    font-weight: 300;
}


span.event-price-calendar {
    font-size: 1.3rem;
    /*text-transform: uppercase;*/
    /*margin-top: 5px;*/
    display: block;
    /*font-weight: 300;*/
    position: relative;

}
span.event-price-calendar b {
    position: absolute;
    font-size: 0.6rem;
    margin-top: 2px;
    margin-left: 2px;
    /*font-weight: 300;*/
}


/*.hotelPrivilege:hover span.event-price{*/
/*    color:#FFF;*/
/*}*/
/*.hotelPrivilege:hover span.event-price b{*/
/*    color:#FFF;*/
/*}*/

.hotelPrivilege span.price b {
    position: absolute;
    font-size: 1rem;
    margin-left: 2px;
    font-weight: 600;
}


.hotelPrivilege .discoverBtn{
    /*float:right;*/
    width:100%;
    text-align:center;
    margin-top: 15px;

}


.event-list-desc{


    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    height: 80px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-decoration: none;
}


.hotelPrivilege ul{
    color: #2c60ff;
    margin: 5px

}

 .hotelPrivilege:hover ul{
     color: #FFFFFF;
     margin: 5px

 }


.hotelPrivilege .event-list-desc p{

    margin-bottom: 0;
    color: #000000;
    /*font-size:16px;*/
    padding:0px;
    /*float:left;*/
    /*margin:10px 0px;*/
    width:100%;
    /*height:58px;*/
    /*display:-webkit-box;*/
    max-width:100%;
    /*line-height:1.4;*/
    /*-webkit-line-clamp:3;*/
    /*-webkit-box-orient:vertical;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
}

.hotelPrivilege:hover .event-list-desc p{
    color:#FFF;
}
.hotelPrivilege:hover .event-list-desc a{
    color:#FFF;
}

.hotelPrivilege .event-list-desc a{
    color:black;

}
.hotelPrivilege .event-list-desc a:hover{
    color:#FFFFFF;
}

.hotelPrivilege .discoverBtn a{

    padding:5px 10px;
    background-color: #337cff;
    color:#FFFFFF;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
}
.hotelPrivilege:hover .discoverBtn a{
    background-color:#FFFFFF;
    color:#337cff;
}

/*.hotelPrivilege :hover .event-list-desc p{*/
    /*color:#FFF;*/
/*}*/
.hotelPrivilege:hover{
    background-color:#337cff !important;
    border:solid 8px #337cff;
}
.hotelPrivilege:hover .ttl{
    color:#fff
}

.event-list-title{
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    line-height: 20px;
    width: 100%;
    height: 40px;
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.hotelPrivilege .ttl{
    /*font-weight: 600;*/
    /*padding:20px 0;*/

    margin-bottom: 10px;

    padding-top:0px;
    text-align:center;
    display:block;
    font-size:15px;
}
.hotelServicesItem.img-thumbnail{
    display:block !important;
}



/*BANNER*/
.bn{

}

.bn_overlay{


    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height: 100%;*/
    /*z-index: 2;*/
    background-color: black;
    opacity: 0;

    transition-property: opacity;
    transition-duration: .5s;

}
.bn_text h1{
    opacity: 0;
    transition: .5s;
}


.bn:hover .bn_overlay{
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: .5s;
}
.bn:hover .bn_text h1{
    opacity: 1;

}



.bn_text {
    /*opacity: 0;*/

    position: absolute;
    top: 40%;
    left: 50%;
    /*background: rgba(0, 0, 0, 0.7);*/
    /*border: 5px solid #fff;*/
    /*padding: 40px;*/
    z-index: 3;
    color: #c0c0c0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);



    font-size: 20px;

    overflow: hidden;
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    line-height: 30px;
    width: 100%;
    height: 120px;
    font-weight: bold;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-decoration: none;



}




.bn a{

    text-decoration: none;
    padding:5px 10px;
    background-color: #337cff;
    color:#FFFFFF;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
}
.bn a:hover{
    background-color:#FFFFFF;
    color:#337cff;
}



.bn .bn_discoverBtn{

    position: absolute;
    bottom: 5px;
    left: 50%;
    /*background: rgba(0, 0, 0, 0.7);*/
    /*border: 5px solid #fff;*/
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);




    /*float:right;*/
    width:100%;

    /*margin-top: 15px;*/

}


/*.banner_text:hover .banner_overlay{*/
    /*opacity: 0.5;*/

/*}*/
/*.banner_overlay:hover .banner_text{*/
    /*opacity: 0.5;*/
/*}*/












.left_btn_reg {
    display: none;
}

.right_btn_back_to {
    display: none;

}



/*/// ОБМЕН МЕСТАМИ КНОПОК НАЗАД И РЕГИСТРАЦИИ ДЛЯ МОБ ВЕРСИИ В ДЕТАЛЬНОМ ПРОСМОТРЕ МАТЕРИАЛА   ///////////////*/
@media (max-width: 765px) {

    .left_btn_back_to {
        display: none;
    }


    .right_btn_reg {
        display: none;

    }


    .left_btn_reg {
        display: block;
    }

    .right_btn_back_to {
        display: block;

    }

}








