$colorGray : #4a4a4a;
$colorBlue: #8cb2b8;
$bgBlue :  #8cb2b8;
$bg-white: #fff;
$lightGray: #9b897f;
$colorOrange: #f26924;
$menuColor: #6c6c6c;
$marketot : "ff-market-web";
$basefont: 20px;
$colorGreen:#8ba336;
$font: 20px/24px 'Alegreya Sans', sans-serif;

body{
    @media screen and (max-width: 992px) {
        font: 16px/20px 'Alegreya Sans', sans-serif;
    }
    font:$font;
}
#header{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    background-color: $bg-white;
    position:relative;
    z-index: 113;
    .header-top{
        &:after{
            display: block;
            content: " ";
            clear: both;
        }
        height:90px;
        position:relative;
        box-shadow: 0 0.063em 0.188em rgba(0, 0, 0, 0.16);
        @media screen and (max-width: 767px) {
            height: 60px;
            position: fixed;
            width: 100%;
            background: #fff;
        }
        .mobileLogo {
            padding: 14px 0 14px 15px;
        }
        .header-left{
            float: left;
            padding-left: 30px;
            width:40%;
            @media screen and (max-width: 992px) {
                padding-left: 15px;
            }
            img{
                float: left;
                margin: 0 20px 0 0;
            }
            .text{
                overflow: hidden;
                max-width: 300px;
                color: #9b9b9b;
                font-family:$marketot;
                font-size: $basefont -2px;
                @media screen and (max-width: 992px) {
                    font-size: 16px;
                }
                font-weight: 400;
                line-height: 21px;
                padding-top: 28px;
                a{
                    color:$lightGray;
                }
            }
        }
        .header-right{
            float: right;
            width:40%;
            .menu-opner{
                float: right;
                width: 90px;
                height: 90px;
                background-color: #8cb2b8;
                line-height: 90px;
                text-align: center;
                color: #fff;
                font-size: $basefont + 10px;
                cursor: pointer;
                @media screen and (max-width: 767px) {
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    font-size: $basefont;
                }
            }
            .weather-info{
                float: right;
                width: 155px;
                height: 90px;
                padding: 30px 0;
                box-sizing: border-box;
                border-left:1px solid #eee;
                text-align:center;
                margin:0 0 0 30px;
                div{
                    padding-left: 45px;
                    color:$colorBlue;
                    background:url("../images/weather-icon.png") no-repeat;
                    display:inline-block;
                    font-size: $basefont - 4px;
                    font-weight: 500;
                    line-height: 19px;
                    span{
                        display: block;
                        color: $lightGray;
                        font-size: $basefont - 1px;
                        font-weight: 700;
                        line-height: 23px;
                        opacity: 0.5;
                    }
                }
            }
            .zoover-info{
                float: right;
                padding: 25px 0;
                font-size: $basefont + 13px;
                font-weight: 700;
                letter-spacing: -0.9px;
                line-height: 40px;
                color: $colorOrange;
            }
        }
        .logo-holder{
            left: 50%;
            top: 0;
            position: absolute;
            margin: 0 0 0 -115px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            width: 230px;
            height: 150px;
            background: #fff;
            a{
                display: block;
                width: 160px;
                margin: 20px auto 0;
                img{
                    margin: 0 auto;
                }
            }
        }
        .logo-drop{
            @extend .logo-holder;
            height: 90px;
            display: none;
            @media screen and (max-width: 992px) {
                display: block;
                box-shadow: none;
            }
            a{
                display: block;
                width: 132px;
                margin: 8px auto 0;
                img{
                    margin: 0 auto;
                }
            }
        }
        position: relative;
        .overlay-mob {
            display: none;
            background: rgba(0,0,0,0.6);
            position: fixed;
            top: 60px;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 112;
        }
        .mega-dropdown{
            position: absolute;
            top: 90px;
            left: 0;
            right: 0;
            height: 400px;
            background: #fff;
            box-shadow: 0 0 7px rgba(0,0,0,0.16) inset;
            z-index: 1;
            display: none;
            padding:50px;
            @media screen and (max-width: 992px) {
                padding:30px 20px 15px;
            }
            @media screen and (max-width: 767px) {
                top: 60px;
                left: auto;
                right: 0;
                width: 250px; 
                background-color: #8cb2b8;
                padding: 20px 20px 100px;
                position: fixed;
                height: 100%;
                z-index: 999;
            }
            h2{
                color: $lightGray;
                font: 700 $font;
                margin: 0 0 30px;
                @media screen and (max-width: 992px) {
                    font-size: 16px;
                    margin-bottom: 10px;
                }
                @media screen and (max-width: 767px) {
                    cursor: pointer;
                    font-size: 18px;
                    color: #fff;
                    margin-bottom: 15px;
                }
            }
            h2.drop-inn-menu {
                position: relative;
                &:after {
                    position: absolute;
                    right: 0;
                    content: "\f107";
                    font-family: FontAwesome;
                    font-size: 16px;
                    color: #fff;
                }
            }
            h2.drop-inn-menu.active {
                &:after {
                    position: absolute;
                    right: 0;
                    content: "\f106";
                    font-family: FontAwesome;
                    font-size: 16px;
                    color: #fff;
                }
            }
            ul{
                margin: 0 0 0 -20px;
                padding: 0;
                list-style: none;
                @media screen and (max-width: 767px) {
                    display: none;
                }
                li{
                    margin-bottom: 5px;
                    a{
                        font-size: $basefont - 2px;
                        font-weight: 500;
                        line-height: 21px;
                        color: $lightGray;
                        padding:5px 50px 5px 20px;
                        display:inline-block;
                        position:relative;
                        white-space: nowrap;
                        @media screen and (max-width: 992px) {                                                                    
                            font-size: 16px;
                            display:block;
                            &:hover {
                                color: #9b897f;
                                text-decoration: none;
                            }
                        }
                        &:hover{
                            background: url("../images/menu-hover.png") no-repeat;
                            color: #fff;
                            background-size: 100% 31px;
                            &:after{
                                content: "\f105";
                                position: absolute;
                                top: 7px;
                                height: 18px;
                                right: 12px;
                                width: 18px;
                                line-height: 18px;
                                text-align: center;
                                background: $bg-white;
                                border-radius: 100%;
                                font-family: FontAwesome;
                                color: $bgBlue;
                                font-size: $basefont - 7px;
                                @media screen and (max-width: 767px) {
                                    display: none;
                                }
                            }
                            @media screen and (max-width: 767px) {
                                background: url("../images/menu-hover-mob.svg") no-repeat;
                                color: #9b897f;
                            }
                        }
                        @media screen and (max-width: 767px) {
                            font-size: 16px;
                            color: #fff;
                        }

                    }
                }
            }
            .mob-menu-contact {
                padding-top: 20px;
                .phone-panel {
                    background-color: #9b897f;
                    border-radius: 44px;
                    box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
                    text-align: center;
                    color: #fff;
                    display: block;
                    font-size: 23px;
                    height: 40px;
                    line-height: 40px;
                    margin: 0 auto 10px;
                    text-align: center;
                    width: 220px;
                }
                a.mail-link {
                    text-align: center;
                    display: block;
                    color: white;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 16px;
                }
            }
        }
    }
    .header-bottom{
        background-color: rgba(140, 178, 184,0.1);
        height: 60px;
        padding:12px;
        .menu{
            ul{
                margin: 0;
                padding: 0;
                list-style: none;
                text-align: center;
                position: relative;
                left: -12px;
                li{
                    font-size: $basefont;
                    @media screen and (max-width: 992px) {
                        font-size: 16px;
                    }
                    font-weight: 500;
                    line-height: 37px;
                    margin: 0 12px 0 0;
                    display:inline-block;
                    a{
                        color: $menuColor;
                        background-color: rgba(141, 178, 184,0.1);
                        display: block;
                        padding: 0 20px;
                        border-radius: 30px;
                        &:hover{
                            text-decoration: none;
                            background: $colorBlue;
                            color: #fff;
                        }
                    }
                    a.active{
                        background: $colorBlue;
                        color: #fff;
                    }

                }
                li.sep{
                    width: 240px;
                    @media screen and (max-width: 1020px) {
                        width: 214px;
                    }
                }
            }
        }
    }
}
/*** Banner***/
.banner{
    position:relative;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
    }
    img{
        width: 100%;
        margin: -8px 0 0;
        height: auto;
        @media screen and (max-width: 767px) {
            height: 250px;
        }
    }
    .banner-holder{
        position: absolute;
        left: 80px;
        right: 80px;
        bottom: 0;
        padding-bottom: 80px;
        @media screen and (max-width: 1024px) {
            left: 0;
            right: 0;
            padding-bottom: 20px;
        }
        @media screen and (max-width: 767px) { 
/*            top: 0;
            bottom: auto;*/
        }
        h1{
            font-size: $basefont + 40px;
            font-weight: 700;
            line-height: 62px;
            color: #fff;
            text-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
            @media screen and (max-width: 1199px) {
                font-size: $basefont + 20px;
                line-height: 45px;
            }
            @media screen and (max-width: 992px) {
                font-size: 40px;
                line-height: normal;
            }
            @media screen and (max-width: 767px) {
                font-size: 23px;
                line-height: 19px;
            }
            span{
                display: block;
            }
        }
        .banner-cap{
            overflow: hidden;
            .price-box{
                float: left;
                background: $colorGreen;
                width: 84px;
                height: 84px;
                box-shadow: 0 5px 7px rgba(0, 0, 0, 0.29);
                color: #fff;
                border-radius: 100%;
                box-sizing: border-box;
                padding: 10px;
                margin:0 15px 0 0;
                @media screen and (max-width: 767px) {
                    width: 64px;
                    height: 64px;
                    padding: 5px;
                    text-align: center;
                }
                span{
                    font-family:$marketot;
                    font-size: $basefont - 4px;
                    font-weight: 400;
                    line-height: 24px;
                    color: #fff;
                    display: block;
                    transform: rotate(-15deg);
                    @media screen and (max-width: 767px) {
                        font-size: 12px;
                        position: relative;
                        left: -5px;
                    }
                }
                strong{
                    font-weight: 500;
                    line-height: 40px;
                    font-size: $basefont + 22px;
                    font-weight: 500;
                    line-height: 40px;
                    position: relative;
                    top: -7px;
                    @media screen and (max-width: 767px) {
                        font-size: 24px;
                        line-height: 30px;
                    }
                    em{
                        font-size: $basefont + 7px;
                    }
                }
            }
            .caption-text{
                font-size:$basefont;
                font-weight: 400;
                line-height: 27px;
                color: #fff;
                @media screen and (max-width: 767px) {
                    display: none;
                }
            }
        }
        .caption-right{
            background: url("../images/bg-w1.png") no-repeat -10px 0;
            max-width: 315px;
            margin: 130px auto 0;
            color: #fff;
            font-family:$marketot;
            font-size: $basefont + 4px;
            padding: 20px 20px 20px 30px;
            font-weight: 400;
            @media screen and (max-width: 992px) {
                font-size: 18px;
            }
            @media screen and (max-width: 767px) {
                margin-top: 10px;
            }
            a{
                color: #fff;

            }
        }
    }
}
/**** Reservation panel ****/
.reservation-panel{
    background-image: linear-gradient(180deg, #f4f8f8 0%, white 100%);
    min-height:500px;
    padding:26px 0 0;
    &:after{
        display: block;
        content: " ";
        clear: both;
    }
    h2{
        font-size: $basefont + 13px;
        color: $colorBlue;
        margin: 0 0 5px;
        line-height: 35px;
        text-align: center;
        @media screen and (max-width: 767px) {
            font-size: 16px;
            line-height: 20px;
        }
    }
    .search-filters{
        padding: 0 0 80px;
        text-align:center;
        @media screen and (max-width: 992px) {
            padding: 0 0 40px;
        }
        & form > div {
            margin: 0 5px 10px 5px;
        }
        .date-holder{
            width: 266px;
            padding:8px 40px 8px 10px;
            position:relative;
            background-color: white;
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 8px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
            display:inline-block;
            vertical-align:top;
            @media screen and (max-width: 992px) {
                width: 208px;
            }
            @media screen and (max-width: 767px) {
                padding:8px 40px 8px 10px;
                float: none;
                margin: 0 auto 10px;
                width: 266px;
                display: block;
            }
            &:after{
                content: "\f073";
                position: absolute;
                right: 10px;
                width: 20px;
                top: 10px;
                font-size: $basefont;
                color: $colorBlue;
                font-family: FontAwesome;
            }
            input{
                height: 30px;
                border: 0;
                outline: none;
                width: 100%;
                color: #6c6c6c;
                font-size: $basefont;
                @media screen and (max-width: 992px) {                                                           
                    font-size: 16px;
                }
                @media screen and (max-width: 767px) {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 19px;
                }
            }
        }
        .select-box{
            width: 185px;
            display:inline-block;
            vertical-align:top;
            @media screen and (max-width: 992px) {
                width: 150px;
            }
            @media screen and (max-width: 767px) {
                width: 185px;
                margin: 0 auto 10px;
                float: none;
                display: block;
            }
            .select-area {
                @media screen and (max-width: 767px) {
                    float: none;
                    display: block;
                }
            }
            .select-area span {
                @media screen and (max-width: 992px) {
                    font-size: 16px;
                    position: relative;
                    top: -2px;
                }
            }
            @media screen and (max-width: 767px) {
                width: 266px;
            }
            .select-area {
                @media screen and (max-width: 767px) {
                    height: 40px;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 40px;
                }
            }
        }
        .btn-filters{
            display:inline-block;
            width: 260px;
            @media screen and (max-width: 1199px) {
                width: 250px;
            }
            @media screen and (max-width: 992px) {
                width: 160px;
            }
            @media screen and (max-width: 767px) {
                width: 220px;
            }
            input{
                border: 0;
                height: 50px;
                background-color: #8cb2b8;
                border-radius: 44px;
                box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
                color: #fff;
                font-size: $basefont;
                font-weight: 500;
                width: 100%;
                @media screen and (max-width: 992px) {
                    font-size: 16px;
                }
                @media screen and (max-width: 767px) {
                    font-size: $basefont;
                }
            }
        }
    }
    .white-box{
        min-height: 250px;
        background-color: white;
        border: 1px solid rgba(140, 178, 184, 0.3);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
        margin-bottom: 60px;
        text-align:center;
        padding: 30px;
        @media screen and (max-width: 767px) {
            margin-bottom: 15px;
        }
        @media screen and (max-width: 1024px) {
            padding: 15px;
        }
        img {
            max-height: 39px;
        }
        h3{
            color: $lightGray;
            margin:10px 0;
            font-size: $basefont + 6px;
            @media screen and (max-width: 992px) {
                font-size: 20px;
            }
        }
        p{
            color: $colorGray;
            margin: 0 0 20px;
        }
        .box-link{
            text-shadow: 0 1px 2px transparent;
            color: white;
            font-family: $marketot;
            font-size: $basefont;
            font-weight: 400;
            line-height: 36px;
            display: inlin-block;
            padding: 10px 40px;
            background: url(../images/bg-link.png) no-repeat;
            background-size: 100% 38px;
            @media screen and (max-width: 992px) {
                padding: 10px 20px;
                font-size: 16px;
            }
            i{
                margin: 0 0 0 10px;
            }
            &:hover{
                background: url(../images/bg-link-h.png) no-repeat;
                text-decoration: none;
                background-size: 100% 38px;
            }
        }
    }
}
/*** slider panel ***/
.slider-panel{
    background: url("../images/bg-slider.png") no-repeat;
    padding: 0 0 0px 50px;
    @media screen and (max-width: 1024px) {
        padding: 0 0 0px 15px;
        overflow: hidden;
    }
    @media screen and (max-width: 992px) {
        background-size: cover;
        -webkit-background-size: cover;
    }
    @media screen and (max-width: 767px) {
        padding: 0;
    }
    .left-block{
        float: left;
        width: 24%;
        height: auto;
        padding:60px 0 25px;
        @media screen and (max-width: 1300px) {
            padding:50px 0 0;
        }
        @media screen and (max-width: 1199px) {
            width: 30%;
            height: auto;
        }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
            padding: 22px 0 0;
            height: auto;
            width: 35%;
        }
        @media screen and (max-width: 767px) {
            width: 100%;
            text-align: center;
            padding: 40px 15px 0;
            height: auto;
            float: none;
        }
        h2{
            color: #fff;
            font-size: $basefont + 16px;
            font-weight: 700;
            line-height: 38px;
            margin:0 0 20px;
            @media screen and (max-width: 1300px) {
                margin-bottom: 15px;
            }
            @media screen and (max-width: 992px) {
                font-size: 32px;
                margin-bottom: 15px;
            }
            span{
                display: block;
            }
        }
        p{
            color: #fff;
            margin: 0 0 20px;
            @media screen and (max-width: 1300px) {
                margin-bottom: 15px;
            }
            @media screen and (max-width: 992px) {
                margin-bottom: 10px;
            }
        }
        .left-link{
            color: #fff;
            background: url("../images/bg-fill.png") no-repeat;
            font-family: $marketot;
            padding:10px 40px 10px 20px;
            display: inline-block;
            background-size: 100% 45px;
            i{
                margin: 0 0 0 10px;
            }
            &:hover{
                text-decoration: none;
            }
        }
    }
    .right-panel{
        padding: 30px 0 0 68px;
        overflow: hidden;
        position:relative;
        @media screen and (max-width: 992px) {
            padding: 30px 0 0 10px;
        }
        @media screen and (max-width: 767px) {
            padding: 40px 0 0;
        }
        .slick-slide {
            img{
                width: 100%;
                max-height: 302px;
                padding-bottom: 0;
            }
            @media screen and (max-width: 992px) {
                padding-bottom: 0;
            }
        }

        .slick-dots{
            display: none !important;
        }
        .features-list{
            padding: 0px 0 0px 123px;
            @media screen and (max-width: 1199px) {
                padding: 0px 0 0px 60px;
            }
            @media screen and (max-width: 1110px) {
                padding-left: 45px;
            }
            @media screen and (max-width: 1024px) {
                padding-left: 30px;
            }
            @media screen and (max-width: 992px) {
                padding-left: 25px;
            }
            @media screen and (max-width: 767px) {
                padding-left: 0px;
            }
            .features-list-holder{
                background: #fff;
                padding: 60px 0 40px;
                @media screen and (max-width: 1115px) {
                    padding: 80px 0 60px;
                }
                @media screen and (max-width: 992px) {
                    padding: 50px 0 30px;
                }
                ul{
                    margin-top: 0;
                    li{
                        margin: 0 0 18px;
                        color:$colorBlue;
                        min-height: 31px;
                        @media screen and (max-width: 992px) {
                            height: 30px;
                        }
                        @media screen and (max-width: 767px) {
                            height: 50px;
                            float: left;
                            width: 50%;
                        }
                        img{
                            max-width: 30px;
                            margin: 0 20px 0 0;
                            @media screen and (max-width: 1024px) {
                                margin: 0 15px 0 0;
                            }
                            @media screen and (max-width: 767px) {
                                float: left;
                            }
                        }
                    }
                    list-style: none;
                    margin: 0px 0 0;
                    padding: 0 0 0 30px;
                    @media screen and (max-width: 1024px) {
                        padding: 0 0 0 10px;
                    }
                    @media screen and (max-width: 992px) {
                        margin: 0;
/*                        padding: 40px 0 30px;*/
                    }
                }
            }
        }
        &:after{
            content: " ";
            position: absolute;
            height: 60px;
            width: 76%;
            background: #8cb2b8;
            top: -30px;
            left: 68px;
            @media screen and (max-width: 992px) {
                display: none;
            }
        }
    }
}
/**** main-column-block ****/
.main-column-block{
    overflow: hidden;
    padding: 74px 0 400px;
    background: url("../images/bg-footer.jpg") no-repeat center bottom;
    min-height: 1350px;
    background-size: 100% auto;
    position:relative;
    @media screen and (max-width: 1024px) {
        background-size: auto 100%;
    }
    @media screen and (max-width: 767px) {
        min-height: 800px;
    }
    &:before{
        height: 132px;
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        background: url("../images/bg-main-rp.jpg") repeat-x;
        right: 0;
    }
    .main-box{
        border: 1px solid rgba(140, 178, 184, 0.3);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
        min-height: 280px;
        background: #fff;
        text-align: center;
        position: relative;
        margin:0 0 30px;
        max-height: 280px;
        overflow: hidden;
        @media screen and (max-width: 480px) {
            max-height: none;
        }
        >img{
            height: 24px;
            width: 24px;
        }
        .main-col-left{
            float: left;
            width: 50%;
            padding: 20px;
            box-sizing: border-box;
            @media screen and (max-width: 1199px) {
                width: 45%;
            }
            @media screen and (max-width: 1024px) {
                padding: 20px 10px 10px;
                width: 40%;
            }
            @media screen and (max-width: 480px) {
                width: 100%;
            }
        }
        .main-col-right{
            float: right;
            width: 50%;
            box-sizing: border-box;
            position:relative;
            @media screen and (max-width: 1199px) {
                width: 55%;
            }
            @media screen and (max-width: 1024px) {
                width: 60%;
            }
            @media screen and (max-width: 480px) {
                width: 100%;
            }
            img{
                width: 100%;
                height: 100%;
                @media screen and (max-width: 1199px) {
                    height: 280px;
                }
                @media screen and (max-width: 1024px) {
                    height: 100%;
                }
            }
            .box-link {
                text-shadow: 0 1px 2px transparent;
                color: white;
                font-family: "ff-market-web";
                font-size: $basefont - 4px;
                font-weight: 400;
                line-height: 20px;
                display: inlin-block;
                padding: 10px 40px;
                background: url(../images/bg-link.png) no-repeat;
                background-size: 100% 38px;
                position: absolute;
                bottom: 20px;
                left: 20px;
                right: 20px;
                i{
                    margin: 0 0 0 10px;
                }
            }
        }
        h2{
            font-size: $basefont + 2px;
            color: $lightGray;
            line-height: 26px;
            margin: 5px 0 10px;
        }
        p{
            font-size: $basefont - 6px;
            line-height: 20px;
            color: $colorGray;
        }
        .price-box {
            display: block;
            background: #8ba336;
            width: 84px;
            height: 84px;
            box-shadow: 0 5px 7px rgba(0,0,0,0.29);
            color: #fff;
            border-radius: 100%;
            box-sizing: border-box;
            padding: 10px 5px;
            margin:20px auto;
            span {
                font-family: $marketot;
                font-size: $basefont - 4px;
                font-weight: 400;
                line-height: 24px;
                color: #fff;
                display: block;
                transform: rotate(-10deg);
                position: relative;
                left: -5px;
                top: 6px;
            }
            strong {
                font-weight: 500;
                line-height: 40px;
                font-size: $basefont + 7px;
                font-weight: 500;
                line-height: 40px;
                position: relative;
                top: -7px;
                em {
                    font-size:$basefont;
                }
            }
        }
    }
    .main-box.join-maon-box{
        .price-box {
            position: absolute;
            background: #8ba336;
            width: 84px;
            height: 84px;
            box-shadow: 0 5px 7px rgba(0,0,0,0.29);
            color: #fff;
            border-radius: 100%;
            box-sizing: border-box;
            padding: 10px 5px;
            left: 50%;
            top: 50%;
            margin: -42px 0 0 -42px;
            z-index:111;
            @media screen and (max-width: 1199px) {
                margin: -42px 0 0 -62px;
            }
            @media screen and (max-width: 1024px) {
                left: 75%;
                transform: translateX(-25%);
            }
            @media screen and (max-width: 480px) {
                left: 50%;
                top: 75%;
                transform: none;
            }
            span {
                font-family: $marketot;
                font-size: $basefont - 4px;
                font-weight: 400;
                line-height: 24px;
                color: #fff;
                display: block;
                transform: rotate(-10deg);
                position: relative;
                left: -5px;
                top: 6px;
            }
            strong {
                font-weight: 500;
                line-height: 40px;
                font-size: $basefont + 7px;
                font-weight: 500;
                line-height: 40px;
                position: relative;
                top: -7px;
                em {
                    font-size:$basefont;
                }
            }
        }
    }
    .slick-slide {
        @media screen and (max-width: 767px) {
            background: none;
        }
    }
    .main-box.singlebox{
        padding: 20px;
        @media screen and (max-width: 1199px) {
            padding: 20px 0;
        }
        @media screen and (max-width: 1024px) {
            padding: 25px 5px 5px;
        }
        @media screen and (max-width: 767px) {
            margin: 8px;
        }
        @media screen and (max-width: 340px) {
            margin: 2px;
            padding: 25px 2px 5px;
        }
        img {
            @media screen and (max-width: 767px) {
                display: inline;
            }
        }
        .box-link {
            text-shadow: 0 1px 2px transparent;
            color: white;
            font-family: "ff-market-web";
            font-size: $basefont - 4px;
            font-weight: 400;
            line-height: 20px;
            display: inlin-block;
            padding: 10px 40px;
            background: url(../images/bg-link.png) no-repeat;
            background-size: 100% 38px;
            i{
                margin: 0 0 0 10px;
            }
        }
    }
    .heading-main{
        font-size: $basefont + 16px;
        color: $colorBlue;
        text-align: center;
    }
    .phone-panel{
        width: 240px;
        height: 50px;
        background-color: #9b897f;
        border-radius: 44px;
        box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
        display: block;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        line-height: 50px;
        font-size: $basefont + 9px;
    }
}
/**** footer ****/
#footer{
    padding: 104px 0 50px;
    background: url("../images/bg-f1.png") no-repeat;
    background-size: 100% 104px;
    position:relative;
    @media screen and (max-width: 767px) {
        padding: 0 0 50px 0;
    }
    .footer-top{
        background: #fff;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
        max-width: 975px;
        margin: -230px auto 70px;
        padding: 40px 40px 50px;
        color: $colorGray;
        line-height:32px;
        @media screen and (max-width: 767px) {
            margin: -340px auto 50px auto;
            padding: 15px;
            width: 90%;
        }
        h3{
            font-size: $basefont + 4px;
            color: $colorBlue;
            margin: 0 0 10px;
        }
        ul{
            margin:0;
            padding:0;
            list-style:none;
            li{
                font-size: $basefont - 2px;
                color: $colorGray;
                a{
                    color: $colorGray;
                }
            }
        }
    }
    section {
        text-align: center;
        font-size: $basefont - 2px;
        color: $colorGray;
        line-height: 32px;
        img{
            margin: 0 20px;
            position: relative;
            top: -5px;
            @media screen and (max-width: 767px) {
                margin: auto;
                display: inline-block;
            }
        }
    }
}
.banner-holder.banner-holder01{
    bottom:45px;
    .box-link1 {
        text-shadow: 0 1px 2px transparent;
        color: white;
        font-family: "ff-market-web";
        font-size: $basefont;
        font-weight: 400;
        line-height: 36px;
        display: inlin-block;
        padding: 10px 40px;
        background: url(../images/bg-link.png) no-repeat;
        background-size: 100% 38px;
        i{
            margin: 0 0 0 10px;
        }
    }}
.main-column-block.main-column-block01{
    padding-top: 0;
    overflow:visible;
    min-height: 1728px;
    &:before{
        height: 100%;
        background: url("../images/slice.jpg") repeat-x;
        content: " ";
        background-size: 3px 766px;
    }
    background: url(../images/bg-inner1.jpg) no-repeat center bottom;
    background-size: 100% auto;
    @media screen and (max-width: 1024px) {
        background-size: auto auto;
    }

}
.inner-page-block{
    margin: 0 auto;
    max-width: 950px;
    background: #fff;
    position: relative;
    padding:70px 0 0;
    .cust-breadcrumbs{
        position: absolute;
        z-index: 11;
        left: -100px;
        top: -25px;
        background-color: #afc9ce;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
        line-height: 50px;
        list-style:none;
        margin:0;
        padding:0;
        @media screen and (max-width: 1024px) {
            left: 0;
        }
        li{
            color: #fff;
            float: left;
            font-size: $basefont + 2px;
            margin:0 20px 0 0;
            position:relative;
            @media screen and (max-width: 640px) {
                font-size: 16px;
            }
            a{
                color: #fff;
                padding: 0 5px;
                display: block;
            }
            &:first-child{
                a{
                    background: $colorBlue;
                    padding: 0 20px;
                }

            }
            &:last-child:before{
                content: "\f105";
                position: absolute;
                left: -12px;
                top: 0;
                color: #fff;
                font-family: FontAwesome;
                font-size: 14px;
            }
        }
    }
    .two-cols{
        position: relative;
        margin: 0 -100px 0;
        @media screen and (max-width: 1024px) {
            margin: 0;
        }
        &:after{
            display: block;
            content: " ";
            clear: both;
        }
        .left-aside{
            float: left;
            width: 265px;
            box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
            background: #fff;
            padding:20px 0;
            margin:0 30px 0 0;
            @media screen and (max-width: 480px) {
                margin: 0;
                width: 100%;
                float: none;
            }
            ul{
                margin: 0;
                padding: 0;
                list-style: none;
                li{
                    a{
                        display: block;
                        padding: 5px 30px;
                        line-height: 30px;
                        color: $colorBlue;
                        font-size: $basefont;
                        &:hover{
                            background: url("../images/bg-link-h.png") no-repeat 6px 0;
                            background-size: 89% 42px;
                            color: #fff;
                            text-decoration: none;
                        }
                    }
                    a.active{
                        background: url("../images/bg-link-h.png") no-repeat 6px 0;
                        background-size: 89% 42px;
                        color: #fff;
                        text-decoration: none;
                    }
                }
            }
        }
        .gallery-holder{
            overflow: hidden;
            @media screen and (max-width: 480px) {
                overflow: visible;
            }
            .gal-img-holder{
                overflow: hidden;
                position: relative;
                margin:0 0 30px;
                img{
                    width: 100%;
                    height: auto;
                }
                p{
                    position: absolute;
                    left: 0;
                    bottom: -9px;
                    right: 0;
                    color: #fff;
                    font-family: $marketot;
                    padding: 20px;
                    background: url("../images/bg-para.png") no-repeat;
                }
                .gal-overlay{
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(155,137,127,0.8);
                    display: none;
                    img{
                        width: 70px;
                        height: 70px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        margin: -35px 0 0 -35px;
                    }
                }
                &:hover{
                    p{
                        display: none;

                    }
                    .gal-overlay{
                        display: block;
                    }
                }
            }


        }
    }
    h2{
        color: $colorBlue;
        font-size: $basefont + 16px;
        margin: 0 0 30px;
        @media screen and (max-width: 640px) {
            font-size: $basefont;
        }
    }

}
h2.text-align-left{
    padding-left: 214px;
    @media screen and (max-width: 1024px) {
        padding: 0 0 0 15px;
    }
}
.contact-main-holder{
    overflow: hidden;
    @media screen and (max-width: 480px) {
        overflow: visible;
    }
    .contact-info-panel.content-info-panel {
        p {
            color: #6e6e6e;
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            font-style: normal;
            &:first-child {
                font-style: normal;
            }
        }
    }
    .contact-right-panel{
        float: right;
        width: 260px;
        margin:0 0 0 30px;
        @media screen and (max-width: 992px) {
            margin: 0;
            float: none;
            width: 100%;
        }
        .contact-address{
            background: #fff;
            border: 1px solid rgba(140, 178, 184, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
            padding: 20px;
            address{
                font-size: $basefont - 2px;
                color: #6e6e6e;
            }
        }
        .contact-map{
            border: 1px solid rgba(140, 178, 184, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
            border-top: 0;
            margin-bottom: 20px;
            img {
                @media screen and (max-width: 480px) {
                    width: 100%;
                }
            }
        }
        a{
            margin: 0 10px 0 5px;
        }
    }
    .contact-info-panel{
        overflow: hidden;
        padding:20px;
        @media screen and (max-width: 992px) {
            padding: 0 15px 0;
            width: 100%;
        }
        p{
            color: #6e6e6e;
            &:first-child{
                font-style: italic;
            }
            margin:0 0 30px;
        }
        .form-control{
            border: 2px solid rgba(255, 255, 255, 0.8);
            border-radius: 8px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
            height: 50px;
            color: #6c6c6c;
            font-size: $basefont;
        }
        .has-success {
            .form-control-feedback{
                color: #8ba336;
            }
        }
        .form-control-feedback{
            top: 6px;
            right: 0;
            z-index: 2;
            display: block;
            width: 64px;
            height: 38px;
        }
        .glyphicon-ok:before {
            content: "\e013";
            font-size: 15px;
        }
        .glyphicon-remove:before {
            content: "\e014";
            font-size: 15px;
        }
        textarea.form-control{
            margin: 10px 0;
            height: 240px;
            resize: none;
        }
        .form-group{
            &:after{
                display: block;
                content: " ";
                clear: both;
            }
            .chk-label{
                color: #6c6c6c;
                font-size: $basefont - 4px;
                font-weight: 500;
                position: relative;
                top: -2px;
                opacity: 0.5;
                @media screen and (max-width: 767px) {
                    font-size: $basefont - 5px;
                }
            }
            .btn-submit{
                height: 50px;
                background-color: $bgBlue;
                border-radius: 44px;
                box-shadow: 0 2px 4px rgba(140, 178, 184, 0.3);
                color: #fff;
                font-size: $basefont;
                margin: 0 auto;
                display: block;
                width: 230px;
                border: 0;
                &:hover{
                    background-color: #76a0a7;
                }
            }
        }
    }
}
.inner-page-block.inner-page-block01{
    margin-bottom: 60px;
}
.side-gallery-image {
    .gal-img-holder{
        overflow: hidden;
        position: relative;
        margin:0 0 30px;
        img{
            width: 100%;
            height: auto;
        }
        p{
            position: absolute;
            left: 0;
            bottom: -9px;
            right: 0;
            color: #fff;
            font-family: $marketot;
            padding: 20px;
            background: url("../images/bg-para.png") no-repeat;
        }
        .gal-overlay{
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(155,137,127,0.8);
            display: none;
            img{
                width: 70px;
                height: 70px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -35px 0 0 -35px;
            }
        }
        &:hover{
            p{
                display: none;

            }
            .gal-overlay{
                display: block;
            }
        }
    }
}
.projects-bxs {
    .projects-heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 38px;
        color: #6e6e6e;
        margin-bottom: 10px;
        span {
            color: #8cb2b8;
        }
    }
    .white-box{
        min-height: 50px;
        background-color: white;
        border: 1px solid rgba(140, 178, 184, 0.3);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
        margin-bottom: 60px;
        text-align:center;
        padding: 20px;
        @media screen and (max-width: 767px) {
            margin-bottom: 15px;
        }
        @media screen and (max-width: 1024px) {
            padding: 10px;
        }
        img {
            max-height: 22px;
        }
        h3{
            color: $lightGray;
            margin:10px 0;
            font-size: $basefont + 2px;
            @media screen and (max-width: 992px) {
                font-size: 16px;
            }
        }
        p{
            color: $colorGray;
            margin: 0 0 20px;
            font-size: 14px;
        }
        .prj-price {
            color: #8ba336;
            font-size: 30px;
            font-weight: 500;
            line-height: 20px;
        }
    }
}
.bottom-num-info {
    padding: 100px 0;
    @media screen and (max-width: 992px) {
        padding: 50px 0;
    }
}
.reservation-panel.reservation-panel-in {
    min-height: 10px;  
    background-image: none;
}