﻿

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.ttc');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #f57d64;
}

    a:focus {
        outline: none;
    }

.div-img-logo-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8%;
}

.img-logo-top {
    width: 100%;
}

.menu-logo {
    padding-left: 10%;
}

.menu-logo-div {
    padding-top: 5px;
    width: 185px;
}

#header {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: #000;
    /*height:18.2%;*/
    height: 98px;
    left: 0;
    line-height: 2em;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.menuIcon {
    color: white;
    float: right;
    padding-right: 10px;
    padding-top: 30px;
    font-size: 17px !important;
    display: none;
    cursor: pointer;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: #3c1e44;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway';
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #3c1e44;
    }

.menuFixed {
    position: fixed;
    z-index: 1100;
    width: 100%;
    top: 0;
}

#menu {
    padding: 10.5% 2em;
    z-index: 300;
    background: #3c1e44;
    width: 325px;
    right: -325px;
    float: right;
    position: fixed;
    min-height: 815px;
    top: 0px;
    z-index: 10001;
}

    #menu ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

        #menu ul > li:first-child {
            border-top: 0 !important;
            margin-top: 0 !important;
            padding-top: 0 !important;
        }

        #menu ul > li {
            border-top: solid px rgba(0, 0, 0, 0.125);
            margin: 1em 0 0 0;
            padding: 0.5em 0 0 0;
        }

            #menu ul > li > a {
                border: 0;
                color: white;
                display: block;
                font-weight: 500;
                font-size: 15px;
                outline: 0;
                text-decoration: none;
                text-transform: uppercase;
            }

    #menu .close {
        /*background-image: url("../images/close.png");*/
        background-position: 4.85em 0em;
        background-repeat: no-repeat;
        border: 0;
        cursor: pointer;
        display: block;
        height: 1.5em;
        position: absolute;
        right: 0;
        /*top: 0;*/
        top: 20px;
        vertical-align: middle;
        /*width: 7em;*/
        width: 3em;
        opacity: 1;
        text-shadow: none;
        font-size: 20px !important;
    }

.scroll-down {
    background: rgba(0,0,0,0);
    position: absolute;
    height: 80px;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.vert-middle {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
}

    .vert-middle h1 {
        color: #f57d64;
        font-size: 60px;
        font-family: didot;
        text-align: left;
    }

    .vert-middle p {
        color: #421c4b;
        font-size: 16px;
        font-family: 'Raleway';
        text-align: left;
    }

.div-bordered-right {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 2px solid #f37c64;
    z-index: 1;
}

.div-bordered-left {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 2px solid #f37c64;
    z-index: 1;
}

.div-relative {
    position: relative;
}

.div-bottom-image {
    position: absolute;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 0;
}

.div-bottom-text {
    position: absolute;
    top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
}

    .div-bottom-text p {
        font-size: 16px;
        line-height: 2;
        font-family: 'Raleway';
        text-align: center;
    }

.room-para {
    color: #75557c;
    font-size: 15px;
    text-align: justify;
    font-family: 'Raleway';
}

.room-para-feautre {
    color: #fdfffe;
    text-align: center;
    font-size: 15px;
    font-family: 'Raleway';
}

.rooms-im-text-bottom {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    color: #faf2b1;
    text-align: center;
    font-size: 19px;
    font-family: 'Raleway';
    text-align: right;
    padding-right: 20px;
}

.rooms-im-text-bottom-hover {
    background-color: black;
    opacity: 0.5;
    font-size: 24px;
}

.secGallery img {
    margin-bottom: 10px;
    padding-right: 10px;
}

.footer-para {
    color: #ffffff;
    padding: 10px;
    line-height: 1.7;
    font-family: 'Raleway';
    text-align: center;
}

.secGallery img:hover {
    -webkit-transform: scale(1.09,1.09);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.09,1.09);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #header {
        height: 68px;
    }

    .img-logo-top {
        width: 50%;
    }

    .menu-logo {
        max-width: 100px;
        width: 100px;
    }

    .menu-logo-div {
        padding-top: 10px;
        width: 50%;
    }

    .menuIcon {
        display: block;
        padding-top: 25px;
    }

    .navbar.navbar-default {
        display: none;
    }

    .vert-middle {
        display: block;
    }

    .div-bottom-image {
        top: 2%;
    }

        .div-bottom-image img {
            width: 25%;
        }

    .div-bottom-text {
        top: 20%;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -50px !important;
    }

    .text-home {
        padding-bottom: 15px;
    }

    .div-bottom-text p {
        font-size: 13px;
    }

    .secGallery img {
        padding-right: 0px;
    }
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -50px !important;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
   
}

.active-menu {
    color: #f57d64 !important;
}
