body {
    margin: 0;
    background: #FFF;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 100%;
}
#mobile_menu{
    display:none;
}
.wrapper{
    width: 1400px;
    margin: 0 auto;
}
.outter_wrapper{
    width: 1400px;
    margin: 0 auto;
}
#contact_info a{
    color: #e6bb5c;
}
header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 99999999;

    height: 83px;
    background: black;
    border-bottom: 1px solid white;
}
header h1 {
    margin: 0;
    font-family: 'Brawler', serif;
    font-size: 2.375em;
    font-weight: normal;
    text-transform: uppercase;
    color: #e6bb5c;
    display: inline-block;
    padding: 19px 10px;
}
header h1 a{
    text-decoration: none;
    color: inherit;
}
nav {
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125em;
}
nav ul {
    margin: 0; padding: 0;
    list-style-type: none;
}
nav ul li {
    display: inline-block;
    position: relative;
}
nav ul li ul{
    position: absolute;   
    left:0; top: 100%; 
    z-index:99999999;

    background: rgba(0, 0, 0, 0.75);
    padding: 20px;

    visibility: hidden;
    width: 250px;
    border-top: 1px solid white;
    /*border-left: 1px solid white;
    border-right: 1px solid white;*/
}
nav ul li:last-child ul, nav ul li ul.rightside{
    left: auto; right: 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 28px 20px;
}
nav ul ul li {
    width: 100%;
}
nav ul ul a {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid white;
}
nav ul ul li:last-child a{
    border: 0;
}
#scroller{
    position: absolute;
    bottom:0; right: 50%;
    transform: translate(50%, 0);    
    z-index: 99;
        min-width: 210px;
    text-align: center;
}
#scroller a{
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.75);
    padding: 7px 20px;
}

/*#banner{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
#banner img{
    position: absolute;
    margin: auto;
    top: -999px;
    left:-999px;
    right: -999px;
    bottom: -999px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}*/

.back_gradient{
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
}
#page_title{
    position: absolute;
    top:50%;
    right:50%;
    max-width: 900px;
    transform: translate(50%, -50%);
    text-align: center;
    z-index: 2;
    font-family: 'Brawler', serif;
    font-size: 65pt;
    text-shadow: 2px 2px #000;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 10px;
    /*background: rgba(0,0,0,0.5);  */
    padding: 20px; box-sizing: border-box;
}
#content{
    padding: 10px;
    width: 980px;
    margin: 0 auto;
    min-height: 200px;
}
#locate_us{
    height: 725px;
    width: 532px;
    margin: 0 auto 20px;
    background-size: cover;
    overflow:hidden;
    background-position: center center;

}



#footer{
    background-color: #000;
    padding: 50px 0;
    color: #FFF;
}
#footer .wrapper{
    width: 980px;    
}
#footer_menu{
    border-right: 1px solid #e6bb5c;
    display:inline-block;
    vertical-align: middle;
    display: inline-block;
}
#footer_menu .list{
    display:inline-block;
    list-style:none;
    margin-right: 70px;
    width: 150px;
    vertical-align: top;
}
#footer_menu .list li{
    border-bottom: 1px solid #e6bb5c;
    padding: 15px 0;
}
#footer_menu .list li:last-child
{
    border-bottom: none;
}
#footer_menu .list li a{
    text-decoration:none;
    font-size: 13.16pt;
    font-weight: 300;
    color: #FFF;
}
#footer_menu .list li a:hover{
    color: #e6bb5c;
}
#footer_contact{
    vertical-align: middle;
    padding-left: 50px;
    font-size: 16.16pt;
    font-weight: 300;
    display: inline-block;
}
#social_icons span{
    display:inline-block;
    vertical-align: middle;
    margin-left: 15px;

}
#contact_info{
    text-align:right;
    margin-top: 20px;
}



ul, li{
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#debug {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}

/**
* Form Coloring
*/
/*label{width: 150px;} */
label, input, textarea, select{
    padding: 2px;
    display: block;
    float: left;
}
textarea, input, select {
    background: white;
    border: 1px solid black;
}

.input-error{
    border: 1px solid red;
}

/**
* Submit buttons Bounding box, if it's enabled.
*/
.submit_btn{ margin-right: 25px; margin-top: 10px; }
/**
* Submit button's styling/
*/
input.submit{
    border: 1px solid black;
    background: grey;
    width: 58px;
}

/**
* Basic float CSS so it is not needed in 100 different places.
*/

.clear{ clear: both; }

/**
* This is for the designed by Danima Technologies.
*/
.designed{ width:980px; margin: 5px auto; text-align: right; font-size: 8pt; } /* Surrounding Box */
.designed a{ color: blue; text-decoration: none; } /* Link Color */



/* Notices and Errors */
._error_box {
    display: block;
    clear: both;
    background-color: #c73e14;
    padding: 0.4em;
    margin: 0 0 0.3em 0;
    font-family: Courier, monospace;
    font-size: 10pt;
    text-align: left;
    color: #FFF;
    border: 1px dashed #000;
}
._error_box pre, ._error_box span {
    font-family: Courier, monospace;
    font-size: 10pt;
    text-align: left;
    color: #FFF;
}
._error_box ._error_title{
    font-weight: bold;
}

#message { clear: both; margin-bottom: 0.5em; }

#message .success {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    background: #E2F1D0 url(/images/icons/check.png) no-repeat left;
    background-position: 10px 7px;
    color: #061A5B;
    border: 1px solid #ccc;
}
#message .success .text {
    padding-left: 3em;
    font-weight: bold;
}

#message .error {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    background: #FFD9D9 url(/images/icons/warning_16.png) no-repeat left;
    background-position: 10px 7px;
    color: #800;
    border: 1px solid #ccc;
}
#message .error .text {
    padding-left: 3em;
    font-weight: bold;
}

#message .info {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    background: #F0F1FF url(/images/icons/information.png) no-repeat left;
    background-position: 10px 7px;
    color: #060C6A;
    border: 1px solid #ccc;
}
#message .info .text {
    padding-left: 3em;
    font-weight: bold;
}






/**
* custom form!!!
*/
#custom_form_box{
    padding: 5px;
}
#custom_form_box .title{
    background: #56524E;
    padding: 5px 10px;
    font-weight: bold;

    border: 1px solid black;
}
#custom_form_box .form{
    background: #9D9995;
    padding: 5px;
    border: 1px solid black;
    border-top: 0px;
}






/****
* RESERVATIONS
*/
.stay_bar{
    background: #000000;
    font-weight: 300;
    font-size: 1.05em;
}
.stay_bar .wrapper{
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
}
.stay_bar .wrapper span{
    padding: 0 10px;
}

.rate_info{
    background: #ebebeb;
}
.rate_info .wrapper{
    background: #ebebeb;
    padding: 30px 0;
}
.rate_info h2, .bookings #view_content h2{
    margin: 0;
    font-family: 'Brawler', serif;
    text-align: center;
    font-size: 2.25em;
    padding: 20px 0;
    text-transform: uppercase
}
.bookings #view_content { margin: 0 auto; }
.bookings #view_content .wrapper { margin: 0 auto; padding-bottom: 40px; }
.rate_info .totals {
    text-align: center;
    padding: 35px 0 0;
}
.rate_info .dates {
    width: 520px;
    margin: auto;
}
.rate_info .dates .date-group, .form-group{ float: left; margin: 3px 0; }
.rate_info .dates .date-full{ text-align: center; }
.rate_info .dates .date-group:nth-of-type(even), .form-group:nth-of-type(even){ float: right; }
.rate_info .dates .date-group:nth-of-type(odd), .form-group:nth-of-type(odd){ clear: both; }

.form-group{ width: 45%; }
.form-group label {
    float: none;
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 0 5px;
}
.form-group input, .form-group select{
    width: 100%;
    background: #ebebeb;
    font-weight: 300;
    font-size: 1em;
    padding: 3px 7px;
    border: 1px solid #ebebeb;
    display: inline-block;
    box-sizing: border-box;
}
.btn-default{
    padding: 7px 5px;
    font-family: 'Brawler', serif;
    text-transform: uppercase;
    font-size: 1.35em;
    width: 260px;
    float: none;
    margin: 30px auto;
    cursor: pointer;

    background: #e6bb5c;
    border: 1px solid #e6bb5c;
    color: white;
}

.types{
    margin-bottom: 20px;
}
.types .title {
    text-align: center;
}
.types .title a{
    font-family: 'Brawler', serif;
    display: block;
    background: black;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.5em;

    padding: 20px 10px;
}

.types#week .title a{
    background: #e6bb5c;
    color: black;
}
.types .content{
    display: none;
}

.prevMonth{
    float: left;
    width: 22%;
}
.myTime{
    float: left; width: 56%;
    text-align: center;
    font-size: 1.25em;
    padding: 3px 0;
}
.nextMonth{
    float: right;
    width: 22%;
}
.prevMonth a, .nextMonth a{
    display: block;
    text-align: center;
    background:#000000;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.25em;
    padding: 5px 0;
}

.calendar{
    padding: 20px 0 5px;
}
.calendarBody{
    clear: both;
    padding-top: 5px;
    font-weight: 300;

}
.calendarBody table{ border-collapse: collapse }
.calendarBody th{
    background: #e6bb5c;
    text-transform: uppercase;
    border: 1px solid black;
    width: 13%;
}
.calendarBody td{
    border: 1px solid black;
    background: #cccccc;
    font-size: 1.35em;
}
.calendarBody td a {
    padding: 25px 0;
    display: block;
    background: #ffffff;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.calendarBody td a.active{
    background: black;
    color: white;
}
.types input{
    display: block;
    text-align: center;
    background:#000000;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.35em;
    padding: 5px 25px;
    float: right;
    cursor: pointer;
}

.los{
    width: 355px;
    margin: auto;
    padding: 20px 0 10px;
    font-size: 1.1em;
    font-weight: 300;
}
.los select{
    font-size: 1em;
    font-weight: 300;
    width: 185px;

    background: #e1e1e1;
    border: 1px solid #e1e1e1;

    padding: 5px 10px;
    box-sizing: border-box;
}
.los  label{
    width: 130px;
    padding: 7px 20px;
}

.legend{
    float: left;
}
.legend div{
    float: left;
    vertical-align: middle;
    padding: 10px;
}
.legend div span{
    background: #cccccc;
    border: 1px solid black;
    width: 15px; height: 15px;
    display: inline-block;
}
.legend div span.available{
    background: #ffffff;
}

#footer .conditions{
    margin-top: 50px;
    text-align:right;
}
#footer .conditions a{
    text-decoration: none;
    color:#e6bb5c;
    font-size: 0.7em;
    display: inline-block;
    margin: 5px;  
}
#carousel{
    background-color: black;
    position: relative;
    overflow:hidden;
    width: 100%;
    height: 100vh;
}

#lightSlider {
    height: 100% !important;
    width: 100%;
    box-sizing: border-box;

}

#lightSlider li{
    height: 100%;
    width: 100%;
    position: relative;

}
#lightSlider li:after{
    content:'';
    display:inline-block;
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
}
#lightSlider .image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
#lightSlider .item_container{
    width: 980px;
    margin: 0 auto;
    text-align: center;
    /*height:100%;*/

/*    background: rgba(0,0,0,0.5);*/
    padding: 20px;
    box-sizing: border-box;

    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    ms-transform: translate(-50%,-50%);
    moz-transform: translate(-50%,-50%);
    position: absolute;
    z-index: 5;
}
#lightSlider a {
    text-decoration: none;
}
#lightSlider .items_title{
    font-family: 'Brawler', serif;
    font-size: 65pt;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
    letter-spacing: 12px;
    color: #FFF;
}
#lightSlider .items_content{
    font-size: 37.69pt;
    text-shadow: 2px 2px #000;
    line-height: 1.125em;
    color: #FFF;
}
#lightSlider .items_content p{
    margin: 0;
}
#lightSlider .items_more_info a{
    font-size: 21.46pt;
    text-shadow: 2px 2px #000;
    text-decoration:none;
    color: #FFF;
    padding: 12px 50px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: 30px;
    display:inline-block;
}

#arrow_container{
    opacity:0;
    /*margin: -70px auto 0;*/
    display:block;
    z-index: 6;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    /*width: 150px;*/
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
#carousel:hover #arrow_container{
    opacity:1;
}
#arrow_left{
    position: absolute;

    top:50%;
    left:20px;
    transform: translate(0, -50%);
    display:inline-block;
    cursor:pointer;
    background-image:url('/images/layout/arrows.png');
    background-size:cover;
    background-position: center left;
    height: 100px;
    width: 100px;
}
#arrow_right{
    position: absolute;

    top:50%;
    right:20px;
    transform: translate(0, -50%);
    cursor:pointer;
    background-image:url('/images/layout/arrows.png');
    background-size:cover;
    background-position: center right;
    height: 100px;
    width: 100px;
}


/**** BOOKING *****/
#left{
    display:inline-block;
    vertical-align: top;
    width: 48%;
    padding: 1%;
    position: relative;
    box-sizing: border-box;
}
#right{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 1%;
    box-sizing: border-box;
}
#suit_text_container{
    position: relative;
    
}
#suite_title{
    font-family: 'Brawler', serif;
    font-size: 33.59pt;
    color: #e6bb5c;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
#mobile_suite_title{
    font-family: 'Brawler', serif;
    font-size: 33.59pt;
    color: #a69977;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;

}
#suite_availability{
    padding: 10px 0;
    display: inline-block;

    font-family: 'Brawler', serif;
    font-size: 15pt;
    text-transform: uppercase;

}
#suite_availability a{
    color: #FFF;
    padding: 10px;
    background-color: #a69977;
    border: 1px solid #000;
    text-decoration: none;
    letter-spacing: 0px;

}


#other_suites_container{
    width: 1400px;
    margin: 0 auto 120px;
    border-top: 1px solid #bfbfbf;
}
#other_title{
    font-size: 33.59pt;
    color: #e6bb5c;
    text-transform: uppercase;
    border-bottom: 1px solid #e6bb5c;
    display:block;
    width: 350px;
    margin: 40px auto 20px;
    font-family: 'Brawler', serif;
    text-align: center;
}

#other_suites{
    text-align: center;
}
.suites{
    position: relative;
    display:inline-block;
    margin: 10px;
}
.suite_image{
    position: relative;
    width: 410px;
    height: 410px;
    overflow:hidden;
    z-index: 1;
}
.suite_image img{
    position: absolute;
    top: -999px;
    left:-999px;
    bottom:-999px;
    right:-999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}
.suite_name{
    position: absolute;
    z-index: 3;
    top: 150px;
    left:50%;
    width: 300px;
    height: 100px;
    text-transform: uppercase;
    color:  #e6bb5c;
    font-size: 23pt;
    font-family: 'Brawler', serif;
    /*background-color: rgba(0,0,0,0.7);*/
    text-shadow: 2px 2px #000;
    padding: 25px 10px 0;
    margin-left: -150px;
}
.back_shadow{
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    height: 410px;
    width: 410px;
    background-color: rgba(0,0,0,0.3);
}
.suites:hover .back_shadow{
    background-color: rgba(0,0,0,0.5);
}

#galleryButton{
    font-family: 'Brawler', serif;
    background: #e6bb5c;
    color: black;
    display: block;
    width: 80%;
    padding: 7px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    display:none;
}

#map-canvas{
    width: 100%; height: 100%;
}


/** CONTACT **/
.contact_form{
    display: inline-block;
    vertical-align: top;
    width: 480px;
    margin: 20px auto;
    box-sizing:border-box;
}
.contact_info{
    display: inline-block;
    vertical-align: top;
    width: 500px;
    box-sizing:border-box;
    padding: 10px;
}
.contact_form .input{
    position: relative;
    display:inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 5px;
    box-sizing:border-box;
    min-width: 190px;   
}
.contact_form #textarea{
    width: 100%;
    display:block;
}
.contact_form #subscribe{
    width: 100%;
    margin: 20px 0;
}
#subscribe label{
    top:-6px;
    left: 20px;
}
.contact_form label{
    float:none !important;
    font-family: 'titilliumregular';
    position: absolute;
    top:10px;
    left:10px;
    z-index: 2;
}
.contact_form input[type="text"]{    
    width: 90%;
    border: 1px solid rgb(239,239,239);
    background-color: rgb(245,245,245);
    padding: 8px;
    margin: 10px 0;
    z-index:1;
    position:relative;
        
}
.contact_form textarea{    
    margin: 10px 0;
    height: 80px;
    resize:none;
    width: 95%;
    border: 1px solid rgb(239,239,239);
    background-color: rgb(245,245,245);
    padding:8px;
    padding:8px;
    position:relative;
    z-index: 1;
}
.contact_form input[type='submit']{    
    margin-top: 10px;
    background-color: #e6bb5c;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'brawlerregular';
    font-size: 13pt;
    padding: 5px 10px;
    border: none;
    
    margin-top: 26px;
}
.contact_form .input input:valid, textarea:valid{    
    z-index:3;
}
#captcha a{
    text-decoration: none;
    color: black;
}
.contactWrapper{
    width: 980px;
    margin: auto;    
}