﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #6b6565 !important;*/
    background-color: #fafafa;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.img-responsive {
    min-width: 100%;
}

.am-top-header {
    background-color: #4B86C5;
    border: 0;
    margin-bottom: 0;
    z-index: 1000;
}

    .am-top-header .navbar-collapse, .am-top-header .navbar {
        padding-right: 20px;
    }

        .am-top-header .navbar-collapse .navbar-nav > li > a, .am-top-header .navbar .navbar-nav > li > a {
            line-height: 50px;
            color: #fff;
            font-family: 'Raleway',sans-serif;
            font-size: 14px;
            padding: 0 18px;
            outline: none;
        }

            .am-top-header .navbar-collapse .navbar-nav > li > a.preview {
                font-size: 16px;
                padding: 8px 18px;
            }

.navbar-inverse .navbar-nav > li > a.btn-primary:hover, .navbar-inverse .navbar-nav > li > a.btn-primary:focus {
    background-color: #419b64;
}



.am-left-sidebar {
    background-color: #3e5d7f;
    width: 90px;
    height: 100%;
    left: 0;
    position: absolute;
}

    .am-left-sidebar .sidebar-elements {
        margin: 0;
        padding: 0;
    }

        .am-left-sidebar .sidebar-elements > li {
            border-bottom: 1px solid #474646;
            list-style: none;
        }

            .am-left-sidebar .sidebar-elements > li > a {
                display: block;
                padding: 10px;
                color: white;
                text-align: center;
                text-decoration: none;
                font-size: 12px;
            }

                .am-left-sidebar .sidebar-elements > li > a .icon {
                    display: block;
                    font-size: 33px;
                }

                .am-left-sidebar .sidebar-elements > li > a span {
                    display: block;
                    margin-top: 5px;
                }

            .am-left-sidebar .sidebar-elements > li > ul {
                display: none;
                position: fixed;
                left: 90px;
                top: 50px;
                height: 100%;
                z-index: 1031;
                padding: 0;
                table-layout: fixed;
                list-style: none;
                width: 280px;
            }

                .am-left-sidebar .sidebar-elements > li > ul.visible {
                    display: table;
                }

                .am-left-sidebar .sidebar-elements > li > ul.hide {
                    display: none;
                }

                .am-left-sidebar .sidebar-elements > li > ul > li.title {
                    color: #fff;
                    border-bottom: 1px solid #6d6b6b;
                    font-size: 26px;
                    font-weight: 300;
                    margin: 0 25px;
                    padding-bottom: 10px;
                    padding-top: 10px;
                }

                .am-left-sidebar .sidebar-elements > li > ul > .nav-items {
                    background-color: #f1efef;
                    height: calc(100% - 110px);
                }

                    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
                        padding-top: 15px;
                        padding-right: 17px;
                    }

                        .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul,
                        .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > ul {
                            padding: 0;
                            margin: 0;
                            list-style: none;
                        }

                            .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a.createpage {
                                border-top: 1px dashed #0a1221;
                                border-bottom: 1px dashed #0a1221;
                            }

    .am-left-sidebar ul > li > a {
        padding: 11px 25px;
        color: #616161;
        font-size: 13px;
        display: block;
        font-weight: 300;
        text-decoration: none;
        overflow: hidden;
    }

    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a i {
        margin-right: 5px;
    }

    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .label {
        border-radius: 2px;
        font-weight: 400;
        line-height: 10px;
        padding: 5px 10px;
    }

    .am-left-sidebar ul > li > a:hover {
        background-color: #7393ba;
        color: #fff;
    }

    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul li.active > a {
        color: #57b87d;
    }

    .am-left-sidebar .sidebar-elements > li:hover {
        background-color: #284d75;
    }

    .am-left-sidebar .sidebar-elements > li.active > a {
        border-left: 2px solid #49AD70;
        padding-left: 13px;
    }

    .am-left-sidebar .am-logo {
        display: none;
    }

    .am-left-sidebar:before {
        content: "";
        position: fixed;
        z-index: -1;
        width: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: inherit;
    }

.am-animate .am-left-sidebar:before {
    transition: all .35s ease;
}

.social {
    list-style: none;
    padding-left: 0;
}

    .social li {
        display: inline;
    }

.preview-thumbnail-container:hover {
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.3s;
}

#video {
    position: relative;
    background: transparent;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1;
}


@media (max-width: 767px) {
    .am-left-sidebar {
        width: 85%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

        .am-left-sidebar .sidebar-elements > li > a {
            text-align: left;
            position: relative;
        }

            .am-left-sidebar .sidebar-elements > li > a .icon {
                display: inline-block;
                font-size: 25px;
                margin-right: 10px;
                vertical-align: middle;
            }

            .am-left-sidebar .sidebar-elements > li > a span {
                display: inline-block;
            }


        .am-left-sidebar .sidebar-elements > li > ul {
            position: relative;
            height: auto;
            width: 100%;
            left: 0;
        }

            .am-left-sidebar .sidebar-elements > li > ul > li.title {
                display: none;
            }

            .am-left-sidebar .sidebar-elements > li > ul > li.nav-items {
                display: block;
                height: auto;
            }

                .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller {
                    height: auto;
                    overflow: visible;
                }

                    .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller > .content {
                        padding-top: 0;
                        overflow: visible;
                        position: relative;
                    }

        .am-left-sidebar .sidebar-elements > li:hover {
            background-color: inherit;
        }

            .am-left-sidebar .sidebar-elements > li:hover > ul {
                display: none;
            }

        .am-left-sidebar .sidebar-elements li.open > ul {
            display: block;
        }

        .am-left-sidebar .am-logo {
            height: 70px;
            border-bottom: 1px solid #353434;
            display: block;
        }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .am-left-sidebar .am-logo {
         height:50px;

    }
}

.am-animate .am-left-sidebar {
    transition: all .35s ease;
}

.am-fixed-sidebar .am-left-sidebar {
    margin-top: 55px;
    padding-bottom: 80px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
}

@media (max-width: 767px) {
    .am-fixed-sidebar .am-left-sidebar {
        margin-top: 0;
    }
}

.am-fixed-sidebar .am-left-sidebar:before {
    top: 50px;
}

.am-fixed-sidebar .am-left-sidebar .nano-pane {
    width: 8px;
}

    .am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
        background-color: rgb(64, 140, 222);
    }

.carousel-inner > .next, .carousel-inner > .prev {
    top: 50% !important;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0-50%);
}

.am-top-header .navbar-header .navbar-brand {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 25px;
}

.navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.sub-menu {
    display: block;
    margin: 5px 0;
    background-color: #5e7ea5;
    border: solid 1px #5e7ea5;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
    border-top-right-radius: 10px;
    border-left-width: 10px;
}
    .highlight {
    background-color: #5e7ea5;
}

    .am-content {
        position: relative;
        left: 0;
        margin-left: 100px;
        min-height: 100%;
    }

@media (max-width: 767px) {
    .am-content {
        margin-left: 5px;
    }
}
    .main-content {
        padding-left: 15px;
        padding-right: 25px;
        padding-top: 5px;
    }

    .am-wrapper {
        min-height: 100%;
        overflow-x: visible;
        padding-top: 50px;
        overflow-y: visible;
    }

    .btn-primary {
        border-color: #419b64;
        color: #fff;
        background-color: #49AD70;
        border-color: #49AD70;
    }

 /* Modals*/


.modal .modal-content, .md-modal .modal-content, .modal .md-content, .md-modal .md-content {
    background: #FFF;
    border: 0;
}

    .modal .modal-content .modal-header, .md-modal .modal-content .modal-header, .modal .md-content .modal-header, .md-modal .md-content .modal-header {
        padding: 0 1em 0 0;
    }

        .modal .modal-content .modal-header h1, .md-modal .modal-content .modal-header h1, .modal .md-content .modal-header h1, .md-modal .md-content .modal-header h1, .modal .modal-content .modal-header h2, .md-modal .modal-content .modal-header h2, .modal .md-content .modal-header h2, .md-modal .md-content .modal-header h2, .modal .modal-content .modal-header h3, .md-modal .modal-content .modal-header h3, .modal .md-content .modal-header h3, .md-modal .md-content .modal-header h3, .modal .modal-content .modal-header h4, .md-modal .modal-content .modal-header h4, .modal .md-content .modal-header h4, .md-modal .md-content .modal-header h4, .modal .modal-content .modal-header h5, .md-modal .modal-content .modal-header h5, .modal .md-content .modal-header h5, .md-modal .md-content .modal-header h5, .modal .modal-content .modal-header h6, .md-modal .modal-content .modal-header h6, .modal .md-content .modal-header h6, .md-modal .md-content .modal-header h6 {
            display: inline-block;
            padding: 1em;
        }

        .modal .modal-content .modal-header .close, .md-modal .modal-content .modal-header .close, .modal .md-content .modal-header .close, .md-modal .md-content .modal-header .close {
            color: #686868;
            float: right;
            font-size: 2em;
            line-height: 53px;
            opacity: 1;
            vertical-align: top;
        }

.modal-content {
    position: relative;
    outline: 0;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


.modal-body .nav-tabs {
    background-color: white;
    border-bottom-width: 0;
}
    .modal-body .nav-tabs > li.active a, .modal-body .nav-tabs > li.active a:hover, .modal-body .nav-tabs > li.active a:focus {
        background-color: #737373;
        color: white;
    }
.modal-body .tab-content {
    background: #f5f5f5;
    padding: 0px;
    border: solid 4px #737373;
}

.nav-tabs > li > a {
    background-color: rgb(184 190 196 / 32%);
    border: 1px solid #615a5a24;
    margin-bottom: 1px;
}
    .nav-tabs > li > a:hover {
        /* border-color: #eeeeee #eeeeee #dddddd; */
        border: solid 1px silver;
        
    }
    /* Buttons */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #e2e2e2;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555;
}

.btn-primary {
    border-color: #419b64;
    color: #fff;
    background-color: #49AD70;
    border-color: #49AD70;
}
.btn-secondary {
    color: #fff;
    background-color: #49AD70;
    border-color: #49AD70;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3a8959;
    border-color: #2f7049;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3a8959;
    border-color: #2f7049;
}
.btn-danger {
    color: #fff;
    background-color: #EF6262;
    border-color: #EF6262;
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-left:30px;
    }
    .navbar-toggle {
        margin-right:0;
    }
    .nav {
        margin:0;
    }
    .navbar-nav li{
        width:100%;
        
    }
    .navbar-nav li a {
        float:left !important;
    }

    .open-left-sidebar .am-wrapper {
        overflow: hidden;
    }

    .open-left-sidebar { /*.am-content, .open-left-sidebar .am-top-header {*/
        transform: translate3d(0, 0,0);
    }

    .open-left-sidebar .am-left-sidebar {
        transform: translate3d(0%,0,0);
    }
    .am-left-sidebar .sidebar-elements > li > ul {
        top: 0px;
        height: 100%;
        width: 100%;
        margin-top:0;
    }
    .preview-thumbnail-container {
        width: 320px !important;
    }
}

.am-animate {
    transition: all .35s ease;
}
 .icon-bar span {
    display: block;
    width: 25px;
    height: 1px;
    margin-top: 6px;
    background-color: #fff;
}
 .mobile-None{
     display:none;
 }
.am-top-header .navbar-header .am-toggle-left-sidebar {
    /* border-radius: 0; */
    position: absolute;
    left: 10px;
    top: 12px;
    margin: 0;
    font-size: 0;
    text-align: center;
    /* padding: 0 18px; */
    /* border-width: 0; */
    line-height: 70px;
    background: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: white;
    padding: 4px;
    margin-top: 12px;
}
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
     
    }

.property_top {
     text-align: center;
     min-height:30px;
}
.property_top--left {
    text-align: left;
}
.property_top--right {
    text-align: right;
}
.property_top--image h1{
    color: #fff;
    text-shadow: 0 0 1px #000;
}

    .property_section h2 {
        padding-bottom: 0.2em;
    }

.property_pricing_top, .property_booking_top {
    padding-bottom: 1em;
}
.property_pricing_widget, .property_booking_widget {
    padding-bottom: 1em;
}
#property_body, #property_sidebar {
    margin-top: 20px;
}
#prop_facilities ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap
}

    #prop_facilities ul li {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        text-align: left;
        line-height: 1.2em;
        min-width:50%;
        columns:2;
        padding:8px;
    }

        #prop_facilities ul li span {
            padding: 0.8em 0.5em;
            display: block
        }

        #prop_facilities ul li svg {
            height: 25px;
            width: 25px;
            margin-right: 12px;
            float: left;
        }
.property_section  h2 {
    margin-top:1em !important;
}

.col-sm-8 #prop_facilities ul li, .col-sm-12 #prop_facilities ul li {
    flex-basis: 33%;
}

.col-sm-6 #prop_facilities ul li {
    flex-basis: 50%;
}

.grey {
    color:silver;
}


ol[role="tablist"] {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ol[role="tablist"] li {
        display: table-cell;
        width: 20%;
    }

        ol[role="tablist"] li a {
            display: block;
            padding: .5em;
            background: #eee;
            border: 1px solid #ddd;
            text-align: center;
            color: #000;
            text-decoration: none;
        }

        ol[role="tablist"] li:not(:first-child) a {
            border-left: none;
        }

        ol[role="tablist"] li a:hover,
        ol[role="tablist"] .is-active a {
            border-bottom-color: transparent;
            background: #fff;
        }

div[role="tabpanel"] {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-body {
    border-top: 0 !important;
}
.pretend-footer a {
    color: inherit !important;
    text-decoration: underline;
}

.propgallery div{
    margin-bottom: 10px;
}

.vdivide, .vdivide2 {
    height: 100%;
    width: 4px;
    position: absolute !important;
    left: calc(50% - 2px);
    top: 0;
    z-index: 40;
}
    .vdivide:hover, .vdivide2:hover {
        background-color: #7caee3;
        cursor: col-resize;
    }
.spacer {
    background: repeating-linear-gradient( 135deg, #78787820, #78787820 4px, #78787800 4px, #78787800 10px);
}