#hamburger {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.5em;
    display: none;
    color: white;
    padding: 19px 10px;
}
#hamburger a {
    color: white;
}
#mobilePhone{ display: none; }

@media screen and (max-width: 1400px) {
    .wrapper{
        width: 980px;
    }
    nav ul li a{
        padding: 28px 10px;
    }

    .outter_wrapper{
        width: auto;
    }
    .bottom_row{
        width: 690px !important;
    }
    #content{
        width: auto;
        padding: 0 10px;
    }
    #suite_container{
        width: auto !important;
    }
    #view_content{
        width: auto !important;
    }
    #other_suites_container{
        width: auto !important;
    }
    #view_content #left{
        display: block;
        margin: 0 auto;
    }
    #view_content #right{
        display: block;
        margin: 20px auto 0;


    }
    #suit_text_container{
        padding-left: 0 !important;
        padding: 0 10px !important;
    }
    #suite_title{
        display: none;
    }
    #mobile_suite_title{
        display: block !important;
    }
    #gallery{
        width: auto !important;
    }
    #lightSlider .items_title{font-size:4.0em; line-height: 1em;}
    #page_title { font-size: 4.0em; letter-spacing: 1px; width: 70%; }

    #lightSlider .item_container{
        width: 70%;        
    }
}
@media screen and (max-width: 980px) {
    #hamburger{
        display: inline-block;        
        line-height: 1em;
    }
    #mobilePhone{
        display: block;
        text-align: center;
        background: black;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        margin: -1px;
    }
    #mobilePhone a{
        display: inline-block;
        color: white;
        font-size: 1.25em;
        text-decoration: none;
        padding: 10px;
    }
    div.wrapper{
        width: 768px;        
    }
    nav > ul{
        display: none;        
        /*        display: block;*/
        position: fixed;
        top: 0; left: 0;
        width: 100%;

        overflow-x: scroll;
        height: 100vh;
    }

    nav > ul li{
        display: block;
        background: black;
        border-bottom: 1px solid white;
        text-align: center;
    }
    nav > ul li a{
        padding: 25px 20px;
        border: 0;
    }
    nav > ul li.parents > a{
        display: none;
    }
    nav > ul li ul{
        visibility: visible !important;
        position: relative;
        padding: 0; width: 100%;
        border: 0;
    }

    #left{ width: 100%; border-bottom: 1px solid black; padding-bottom: 40px; margin-bottom: 30px; }
    #right{ width: 100%; }
    #suit_text_container { padding: 0 !important; }

    #gallery{
        text-align: center;        
    }    
    #galleryButton{max-width: 500px;}

    .contactWrapper{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    #footer .wrapper{ width: 768px; }
    #footer_menu .list { margin-right: 15px; }
    #footer_contact { font-size: 15pt; padding-left: 20px }
}
@media screen and (max-width: 768px) {
    div.wrapper{
        width: 100%;        
    }

    .lSSlideOuter .lSPager{
        position: absolute;
        bottom: 70px;
        left: 50%;    
        transform: translate(-50%, 0);
    }
    .lSSlideOuter .lSPager.lSpg > li a{
        width: 20px;
        height: 20px;
        background-color: white;
        box-shadow: 1px 1px 1px black;
    }
    .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
        background-color: #e6bb50;
    }

    .bookings #view_content{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .rate_info .dates{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .rate_info .dates .date-group, .form-group{
        float: none;
        padding: 10px 0;
        width: 100%;
    }
    .rate_info .dates .date-group:nth-of-type(even), .form-group:nth-of-type(even){
        float: none;
    }

    #locate_us{
        width: 100%;
        height: 440px;
        padding: 30px;
        box-sizing: border-box;
        background-size: cover;
    }

    .top_row{
        width: 440px;
        height: 440px;
        box-sizing: border-box;
    }
    .bottom_row {
        width: 440px !important;
    }

    #footer .wrapper{
        width: 100%;
    }

    #footer #footer_menu{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border: 0;
        text-align: center;        
    }

    #footer #footer_contact{
        padding: 10px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    #footer #contact_info{
        text-align: center;
        padding: 0;
    }

    #footer .conditions {
        margin-top: 20px;
        text-align: center;
    }

    #powered p{
        float: none !important;
    }

    .contact_form {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;        
    }
    .contact_info{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .contact_form .input{
        width: 100%;
    }
    .contact_form input[type="text"]{
        width: 100%;
        box-sizing: border-box;
    }
    .contact_form textarea{
        width: 100%;
        box-sizing: border-box;

    }

    #arrow_container{ display: none !important; }
    #lightSlider .item_container{width: 90%;}
    #lightSlider .items_title { font-size: 3.5em; letter-spacing: 1px; }
    #page_title { font-size: 3.5em; letter-spacing: 1px; width: 90%; }

    #lightSlider .items_content p {
        font-size: 0.85em; line-height: 1.125em;
        margin-top: 20px;
    }
}

@media screen and (max-width: 440px) {
    header{
        height: 77px;
    }
    header h1{
        font-size: 2em;
    }
    #hamburger{ font-size: 2em; }


    .top_row{
        width: 320px;
        height: 320px;
        box-sizing: border-box;
    }
    .bottom_row {
        width: 320px !important;
    }

    #lightSlider .items_title { font-size: 2em; }
    #page_title { font-size: 2em; }
    #lightSlider .items_content p {
        font-size: 0.65em; line-height: 1.125em;
        margin-top: 20px;
    }
    .suites{
        width: 300px;
        height: 300px;
        box-sizing: border-box;        
    }
    .suite_image{
        width: 100%;        
        height: 100%;
    }
    .back_shadow{ width: 100%; height: 100%; }

    .suite_name{
        position: absolute;
        z-index: 3;
        top: initial;
        left: 0;
        width: 100%;
        text-transform: uppercase;
        color: #e6bb5c;
        font-size: 16pt;
        font-family: 'Brawler', serif;
        background-color: rgba(0,0,0,0.7);
        padding: 15px 10px;
        box-sizing: border-box;
        bottom: 0;        
        height: auto; margin: 0;
    }
    .suite_name br{ display: none; }

    .suite_image img{ width: 100%; height: auto; }


}

@media screen and (max-width: 375px) {
    header{
        height: 67px;
    }
    header h1{
        font-size: 1.5em;
    }

    #hamburger{
        font-size: 1.5em;
    }
}

/*
@media screen and (max-width: 1000px) {
#menu_options ul li{
min-width: 60px;
}
#menu_options ul li a{
font-size: 14pt;
}
.wrapper{
width: auto;
padding: 10px;
}
#lightSlider .item_container{
width: auto;
}
#lightSlider .items_title{font-size:2.0em;}
#lightSlider .items_content{font-size:1.5em;margin-top:0;}
#lightSlider .items_more_info a{font-size: 1.2em;}
#lightSlider .item_container{bottom:18%;}
}
@media screen and (max-width: 930px) {
#arrow_container{
display:none;
}
#footer_menu .list{
margin-right: 30px;
}
#lightSlider .item_container{
width:500px;
}
#lightSlider .items_title{
font-size: 30pt;
}
#lightSlider .items_content{
font-size: 15pt;
margin-top: -7px;
}
#lightSlider .items_more_info a{
font-size: 14pt;
}
#page_title{
font-size: 50pt;
top: 60%;
}
.contact_form{
width: auto !important;
}
#view_content #right{
width: auto !important;
}

}
@media screen and (max-width: 795px) {
#footer_menu{
display:block;
border-right:0;
text-align: center;
}
#footer #footer_contact{
float:none;
display:block;
width: 100%;
text-align: center;
margin-top: 60px;
}
#contact_info{
text-align: center;
}
.top_row{
height: 320px;
width: 320px;
}
.bottom_row{
width: 320px !important;
}
.cta_text_container .cta_title{
font-size: 25pt;
}
.cta_text_container .cta_text{
font-size: 16pt;
}
#website_title{
font-size: 35pt;
}
#footer .conditions{
text-align:center;
}
#footer #powered p{
float:none !important;
text-align: center;
}
}
@media screen and (max-width: 660px) {
.cta{
height: 100% !important;
}
#mobile_menu{
display:block;
margin-top: -50px !important;
}
#menu_options{
display:none;
}
#mobile_menu ul{
background-color: rgba(0,0,0,0.8);
box-sizing:border-box;
width: 100%;
position: relative;
z-index: 200;
list-style: none;
display:none;
}
#mobile_menu ul li{
border-bottom: 1px solid #FFF;
width: 100%;

}
#mobile_menu ul li:last-child{
border-bottom: none;
}
#mobile_menu ul li a{
display: block;
width: 100%;
height: 100%;
text-decoration: none;
font-size: 16pt;
color: #FFF;
padding: 10px 5px;
}
#lightSlider .item_container{

}
#page_title{
font-size: 30pt;
}
#lightSlider .items_more_info a{margin-top:0;}
}
@media screen and (max-width: 610px) {
#locate_us{
width: 300px;
height: 350px;
}
#mobile_menu{
margin-top: -30px !important;
}
#mobile_image{
width: 25px !important;
padding-top: 5px;
}
#website_title{
font-size: 15pt;
}
#lightSlider .items_title{
font-size: 20pt;
}
#lightSlider .items_content{
font-size: 12pt;
margin-top: -4px;
}
#lightSlider .items_more_info a{
font-size: 10pt;
}
#menu_container{
padding: 0;
}
#footer_menu .list:last-child li:last-child{
border-bottom: none;
}
#page_title{
font-size: 25pt;
}
#suite_container .suite{
height: 250px !important;
}
#suite_container .suite_text{
width: auto !important;
right:0;
left:0;
top:0 !important;

}
#suite_container .suite_text .suite_title{
width: auto !important;
font-size: 20pt !important;
margin: 90px auto 0 !important;
display:none;
}
#suite_container .suite_text .mobile_suite_title{
width: auto !important;
font-size: 20pt !important;
margin: 90px auto 0 !important;
}
#suite_container .suite_text .suite_more_info{
font-size: 15pt !important;
}
.back_shadow{
background-color: rgba(0,0,0,0.1) !important;
}
#left{
width: auto !important;
overflow:hidden;
height: 300px !important;

}
.contact_info{
width: auto !important;
}


.form-group, .rate_info .dates .date-group{
float: none;
width: 100%;
padding: 10px;
box-sizing: border-box;
}
.rate_info .dates .date-group{ text-align: center; margin: 0; padding: 0; }
#lightSlider .item_container{
width:300px;
box-sizing:border-box;
bottom:20%;
}
#lightSlider .items_title{letter-spacing:0; font-size: 1.5em;}
}

#phone{ display: none; }
@media screen and (max-width: 450px) {
#subscribe label{font-size:0.7em;}
.suite_image{
width: 300px !important;
height: 300px !important;
}
.back_shadow{
width: 300px !important;
height: 300px !important;
}
.suite_name{
top: 70px !important;
padding: 25px 0 0 !important;
font-size: 25pt !important;
}
#mobile_image{
width: 25px !important;
padding-top: 0;
}

#website_title {
font-size: 20pt;
padding-left: 35px;
}

#menu_container div.wrapper{
position: relative;
}

#phone{ 
display: block; 
position: relative;
top: 0; left: 0;
border-top: 1px solid #999999;
width: 100%;
text-align: center;
font-size: 1.7em;
font-family: "Laurentian-Std-Regular"
}
#phone a{ color: white; text-decoration: none; }
#mobile_menu{
margin-top: -69px !important;
}
}
@media screen and (max-width: 395px) {
#footer_menu .list li{
border-bottom: 1px solid #e6bb5c !important;
}
#footer_menu .list:last-child li:last-child{
border-bottom: none !important;
}
#page_title{
font-size: 18pt;
}
.contact_form input[type="text"]{
width: 95% !important;
}

#other_title{
font-size: 25pt !important;
text-align: center;
width: auto !important;
}
.suite_image{
width: 300px !important;
height: 300px !important;
}
.contact_form .input{width:100%!important;}
#disclaimer p{font-size: 0.6em !important;}
.los{width:auto;}
.prevMonth a, .nextMonth a{font-size:1.0em;}
}
@media screen and (max-width: 300px) {
#locate_us{width: 250px;height:300px;}
}
*/