/* > Hide Offers until they are live */



.proofme {
    display: none !important;
}

.proofme-box {
        height: 350px !important;
}

.proofme-orangebox {
    height: 350px !important;

}

@media (max-width: 750px) { 
    .proofme-box {
        height: auto !important;
    }
}

     /*.slick-slide img {
         width: 100% !important;
         min-height: 500px;
     }
*/

/*-----------------------------------------------------------------------------------*/


/* > Commons
/*-----------------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    color: #1596b0;
    text-shadow: none;
}

::-moz-selection {
    color: #1596b0;
    text-shadow: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,
button,
input,
select,
textarea {
    font-size: 16px;
    line-height: 1.4;
}

body {
    position: relative;
    min-height: 100%;
    top: 0px;
    margin: 0;
    padding: 0;
    font-family: 'Bree Serif', serif;
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-size: 100% auto;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

a.more-link {}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.1em;
    margin: 0 0 0.1em;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

address {
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: normal;
}

cite,
dfn,
em,
i {}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    margin-bottom: 24px;
    padding: 0.75em 1.25em;
}

blockquote cite,
blockquote small {
    display: block;
    margin-top: 0.35em;
    font-size: 0.85em;
    text-align: right;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

del {}

hr {
    height: 1px;
    border-bottom: 1px dotted #dc7614;
    border-top: 0px;
    margin-top: 17px;
    margin-bottom: 17px;
}


/*-----------------------------------------------------------------------------------*/


/* CUSTOM STYLES
/*-----------------------------------------------------------------------------------*/


/*.menu {
    background: #4D9A9C;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}*/

.menu {
    background: #fff;
    height: 50px;
    width: 100%;
    display: inline-block;
    border-top: 15px solid #4D9A9C;
}

.menumenu {
    width: 90%;
    margin: 0 auto;
}

.menuitem {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    float: right;
    line-height: 35px;
}

.menuitem a {
    color: #6c6b6b;
}

.hourlogo {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15%;
}

.sliderlocationname {
    position: absolute;
    left: 10px;
    bottom: -30px;
    color: white;
    font-size: 22px;
    background-image: url('../img/orange_box.png');
    background-size: 100% 100%;
    padding: 45px 30px 45px 30px;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    width: 30%;
}

.slidertextbox {
    width: 30%;
    position: absolute;
    right: 10px;
    bottom: 90px;
    border-radius: 10px;
    color: #5c5c5c;
    padding: 20px;
    font-size: 20px;
    background: white;
    margin-right: 15%;
    text-align: center;
}

.slidertextbox .locationpromotitle {
    font-size: 20px;
}

.slidertextbox .locationofferhighlightt {
    font-size: 20px;
}



.hourlogo img {
    width: 100%
}

.featuredcontainer {
    padding-top: 35px;
    display: inline-block;
}

.clientlogo {
    display: inline-block;
}

.title {
    color: #1596b0;
    font-size: 30px;
    text-align: center;
    position: relative;
    height: 30px;
    display: inline-block;
}

.title img {
    width: 32px;
    vertical-align: middle;
    margin: 0 10px;
}


/*.title:before {
    width: 32px;
    content: " ";
    background-image: url(../img/arrow_down.png);
    position: absolute;
    left: -16px;
    top: -6px;
    height:32px;
}*/

.introtext {
    color: #5c5c5c;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0 80px;
}

.highlight {
    color: #1596b0;
    font-weight: bold;
    font-size: 26px;
}

.countercontainer {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding-bottom: 15px;
}

.countertitle {
    color: #dc7614;
    font-family: 'Bree Serif', serif;
    font-weight: bold;
    font-size: 30px;
}

.clock {
    display: inline-block;
    margin-top: 25px;
}

.onethird {
    width: 32.52%;
    border: 1px solid #dddddd;
    display: inline-block;
    vertical-align: top;
    height: 700px;
    position: relative;
}

.onethird:nth-child(2) {
    margin-right: 1%;
    margin-left: 1%;
}

.onethird img {
    width: 100%;
    /*padding-bottom: 20px;*/
}

.locations {
    margin-bottom: 15px;
}

.locationcontainer {
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.locationtitle {
    text-transform: uppercase;
    font-size: 22px;
    padding: 5px 5px;
}

.locationlocation {
    font-size: 14px;
    font-weight: 700;
    padding: 0 3px;
    text-transform: uppercase;
    color: #1596b0;
    letter-spacing: 4px;
}

.locationhr {
    width: 85%;
}

.orangehr {
    width: 85%;
    border-bottom: 1px dotted #FFFDD9;
}

.blackhr {
    width: 85%;
    border-bottom: 1px dotted white;
}

.orangeoffer {
    color: #fae9b2;
}

.goexplore {
    margin-top: 5px;
    padding: 0 10px;
   
    margin-bottom: 20px
}

.goexplore img {
    max-width: 275px;
}

.orangehighlight {
    font-size: 18px;
    color: #ffffff;
}

.offerdetails {
    color: #fae9b2;
    width: 80%;
    margin: 0 auto;
}

.offerdetailstitle {
    color: white;
    font-size: 30px;
}

.locationoffer {
    padding: 0 45px;
}

.locationofferhighlight, .locationofferhighlightt {
    color: #1596b0;
    font-weight: bold;
    font-size: 16px;
}

.locationpromotitle {
    color: #dc7614;
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
}

.locationfineprint {
    font-size: 13px;
    padding: 0 35px;
}

.booknow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.booknow a {
    width: 150px;
    padding: 5px 20px;
    color: #838282;
    border: 1px solid #838282;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.overlay-content .booknow a {
    color: white;
    border: 1px solid white;
}

.booknoworange {
    margin-top: 20px;
    margin-bottom: 20px;
}

.booknowlinkorange {
    width: 150px;
    padding: 10px 20px;
    color: #E47B00;
    background: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.getmoreinfo {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.getmoreinfolink {
    /*width: 150px;*/
    color: #dc7614;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.orangebox {
    background: #E47B00;
    padding: 15px;
    box-shadow: inset 0 0 0 1px #fff;
    border: 10px solid #E47B00;
    width: 66.2% !important;
    margin-right: 0 !important;
}

.orangebox form {
    color: white;
    line-height: 2em;
}

.orangebox input {
    text-align: center;
}

.orangecorallogo {
  /*  float: right;*/
    margin-top: 30px;
   /* text-align: right;*/

}

.orangecorallogo img {
    width: 60%;
    padding-top: 5px;
    max-width: 240px;

}

footer {
    background: #4D9A9C;
    height: 100px;
    width: 100%;
    display: inline-block;
    color: white;
    font-size: 12px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

footer img {
    width: 60%;
}

footer div {
    width: 19%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px dotted #fff;
    height: 60px;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
}

footer div:last-child {
    border-right: 0px dotted #fff;
}

.address {
    text-align: left;
}


/* > OVerlays*/

.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    cursor: pointer;
    z-index: 1000;
    /* high z-index */
    background: #606060;
    /* fallback */
}

.close {
    content: "X";
    position: absolute;
    top: 10px;
    color: white;
    right: 10px
}

.overlay-content {
    display: none;
    color: white;
    background: #606060;
    /* fallback */
    padding: 1%;
    width: 100%;
    position: absolute;
    top: 15%;
    height: 100%;
    /* left: 50%; */
    /* margin: 0 0 0 -20%; */
    cursor: default;
    z-index: 10001;
}

.overlay-content .locationlocation {
    color: white !important;
    padding-top: 10px;
}

.overlay-content p {
    font-size: 14px;
}

.close-btn {
    cursor: pointer;
    border: 1px solid #333;
    position: absolute;
    top: 0;
    right: 0;
    background: #DDDDDD;
    color: black;
}

.close-btn:hover {
    color: white;
    background: #606060;
}




/*-----------------------------------------------------------------------------------*/


/* Repeatable
/*-----------------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after {
    clear: both;
}

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

ul.unstyled,
ol.unstyled,
.unstyled > li,
.unstyled > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideshow {
    width: 100% !important;
    position: relative;
    display: inline-block;
}

/*.orangebox input {
        width: 100%;
    }*/


/*-----------------------------------------------------------------------------------*/


/* > MOBILE
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1850px) {
  .onethird {
        width: 32.10%;
    }

}

@media (max-width: 1500px) {
    .locationtitle {
        font-size: 18px;
    }
    .introtext {
        padding: 0 10px;
    }


    .locationofferhighlight, .locationofferhighlightt {
        font-size: 15px;
    }
    .onethird {
           height: 700px;
    }
    .locationfineprint {
        font-size: 13px;
    }
    .locationoffer {
        padding: 0 15px;
        font-size: 15px;
    }
    .onethird {
        width: 32.45%;
    }
    .locationfineprint {
        padding: 0 10px;
    }
    .sliderlocationname {
        font-size: 20px;
    }
    .hourlogo {
        padding-right: 0;
    }
    .slidertextbox {
        width: 30%;
        position: absolute;
        right: 10px;
        bottom: 56px;
        border-radius: 10px;
        color: #5c5c5c;
        padding: 20px;
        font-size: 18px;
        background: white;
        margin-right: 0px;
        text-align: center;
    }

}

@media (max-width: 1250px) {
  .onethird {
        width: 32.10%;
        height: 750px;
    }

}

@media (max-width: 960px) {
  .onethird {
        width: 32.10%;
        height: 900px;
    }

}

@media screen and (max-width: 750px) {
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        width: 100% !important;
    }

    .notsohigh {
        width: 90% !important;
    }

    .orangecorallogo {
        display: none;
    }


    .container {
        width: 100%;
    }
    .introtext {
        width: 100%;
    }
    .title img {
        display: none;
    }
    .countercontainer {
        width: 100%;
    }
    .onethird {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }
    .onethird:nth-child(2) {
        margin-right: 0%;
        margin-left: 0%;
    }
    .locationtitle {
        font-size: 19px;
        margin-top: 10px;
    }
    .locationlocation {
        font-size: 20px
    }
    .locationoffer {
        font-size: 20px;
    }
    .locationofferhighlight, .locationofferhighlightt {
        font-size: 21px;
    }
    .locationpromotitle {
        font-size: 20px;
    }
    .locationfineprint {
        font-size: 16px;
    }
    .booknow {
        font-size: 40px;
        position: relative;
        padding-top: 20px;
        bottom: 0;
    }
    .getmoreinfolink {
        font-size: 22px;
    }
    .orangeoffer {
        font-size: 22px;
    }
    .offerdetails {
        font-size: 22px;
    }
    .booknowlinkorange {
        font-size: 30px;
    }
    .overlay-content p {
        font-size: 14px;
    }
    footer div {
        width: 100%;
        height: auto;
    }
    footer {
        height: 335px;
    }
    .address {
        font-size: 22px;
        text-align: center;
    }
    .copyright {
        font-size: 18px;
    }
    .ourlogo {
        border-top: 1px dotted white;
        padding-top: 20px;
    }
    .getmoreinfo {
        position: relative;
        padding-top: 20px;
        bottom: 0;
    }
    .flip-clock-wrapper {
        width: 100% !important;
        padding-left: 10%;
        padding-bottom: 15px;
    }
    .clientlogo {
        width: 100%;
    }
    .clientlogo img {
        width: 100%;
    }
    .title {
        padding: 0 5px;
    }
    .sliderimage {
        width: 100%
    }
    .menu {
        width: 100%;
        display: inline-block;
    }
    .slick-slider {
        margin-top: 2px !important;
        margin-bottom: 0px !important;
    }



    ul {
        margin-left: 0 !important;
    }
    .slick-dots li button:before {
        font-size: 9px !important;
    }
    .slidertextbox {
        display: none;
    }
    .menuitem {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .slick-dots {
        display: none !important;
    }
    .menumenu {
        width: 100%;
    }
    .hourlogo {
        bottom: 10px;
        top: auto;
    }
    .sliderlocationname {
        display: none;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 16px !important;
    }
    .flip {
        padding: 15px !important;
    }
    .flip-clock-divider .flip-clock-label {
        right: -47px;
    }
    .flip-clock-divider.minutes .flip-clock-label {
        right: -55px !important;
        ;
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -55px !important;
        ;
    }

    .footerlogo img {
		display: none;
    }

    .ourlogo img{
    	max-width: 188px;
    }
}


@media (min-width: 1200px) {

	
.notsohigh {
	height: 575px !important;
} 
}
