
/*-------------------------------------------------------------------------------------*/
/*	Styles that apply to HTML ELEMENTS
/*-------------------------------------------------------------------------------------*/


html {
    overflow-y: scroll;
}

body {
    position: relative;
    font: normal normal 13px  'Open Sans', Arial, san-serif;
    color: #f7f3ea;
    /*background: url(../images/background.jpg) repeat top left #fff;*/
    /*visibility: hidden;*/
}

p, section, pre, code, ul, ol, dl, dd, details, blockquote, address, table, fieldset, form, hgroup, header {
    margin: 20px 0;
}

    p:first-child, section:first-child, pre:first-child, code:first-child, ul:first-child, ol:first-child, dl:first-child, dd:first-child, details:first-child, blockquote:first-child, address:first-child, table:first-child, fieldset:first-child, form:first-child, hgroup:first-child {
        margin-top: 0;
    }

    p:last-child, section:last-child, pre:last-child, code:last-child, ul:last-child, ol:last-child, dl:last-child, dd:last-child, details:last-child, blockquote:last-child, address:last-child, table:last-child, fieldset:last-child, form:last-child, hgroup:last-child {
        margin-bottom: 0;
    }

ul, ol {
    padding-left: 20px;
}


a {
    text-decoration: none;
    color: #979A5F;
    -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
    -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
    -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
    -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
}

    a:hover {
        color: #CACD93;
    }


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.6em;
    font: normal normal 3em  'Open Sans Condensed Bold', Arial, sans-serif;
    color: #c7bca0;
    text-transform: uppercase;
}

h1 {
    font-size: 6.5em;
    text-transform: none;
}



::selection {
    color: #fff;
    background-color: #872100;
}

::-moz-selection {
    color: #fff;
    background-color: #872100;
}

::-webkit-selection {
    color: #fff;
    background-color: #872100;
}


/* this is the transparent black used for logo, sidebar, and more*/
.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* logo*/

#site-logo {
    position:relative;
    z-index: 1;
    width: 100%;
    
}

    #site-logo img {
        /*480x150*/
        width: 422px;
        height: 132px;
    }


.HeaderContactInfo{
    float: right; 
    padding-top: 26px; 
    padding-right: 10px;
    color: #CACD93; 
    font-size: 25px; 
    line-height: 1.1;
    text-align: right; 
}

.HeaderContactInfo  a:visited{
    color:#CACD93;
}

.HeaderContactInfo  a:link{
    color:#CACD93;
}

.breakOnBigScreens{
        display:'';
    }

    .breakOnSmallScreens{
        display:'none';
    }

/* ====================
    inputs - map page - there are also some 
    text styles near the bottom
    ====================*/
.map-input {
    font-size: 12pt;
    height: 30px;
    color: green;
        width:300px
}

.ImageIcon {
    height: 25px;
    width: 25px;
    border: white solid 3px;
}



/* ====================
    interior pages
====================*/
/*pics for words like stay, play etc*/
.InteriorPageTitel_pic {
    height: 75px;
}

/*text on stay, describing cabins*/
.InteriorPageContent {
    font-size: 18px;
    line-height: 1.4;
}

/*div surrounding + icon*/
.FAQ {
    font-size: .5em;
    color: #c7bca0;
    float: right;
    z-index: 20;
}

#divFAQ {
    display: none;
    position: relative;
    top:0px;
    right: -40%;
    left: auto;
}

/*defines pop up box */
.expandedContentDiv {
    position: absolute;
    left: 650px;
    top: 202px;
    display: none;
    width: 650px;
    height:650px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 50px;
    z-index: 200;
}


 

.expandedContentTitle {
    color: #CACD93;
    position: relative;
    font-size: 3em;
    padding-bottom: 25px;
    padding-top: 15px;
}

/*paragraph titles used on Stay(more)*/
.expandedContentHeader {
    font-family: 'Open Sans', Arial, san-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20.8px;
    color: #CACD93;
    margin-top: 20px;
}

/*defines P on more*/
.expandedContentNormal {
    font-family: 'Open Sans', Arial, san-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    color:white;
}

.expandedContentLarge {
    font-family: 'Open Sans', Arial, san-serif;
    color: #CACD93;
    font-size: 24pt;
    line-height: 1.4;
}


.expandedContentMinus_PNG {
    position: absolute;
    height: 40px;
    padding-left: 120px;
    top: +23px;
    left:440px;
}

/* we always want this in the same place*/
.expandedContentPlus_PNG {
    height: 40px;
    position: absolute;
    right: 30px;
    top: 35px;
}


 

/*-------------------------------------------------------------------------------------*/
/*	WebCopy
/*-------------------------------------------------------------------------------------*/

.webCopyGridOddRow {
    background-color: lightgray;
    color: black;
    font-weight: bold;
}

.webCopyGridEvenRow {
    background-color: white;
    color: black;
    font-weight: bold;
}

.webCobyGridCell {
    padding: 3px 6px;
}

/*-------------------------------------------------------------------------------------*/
/*	MAIN NAV.
/*-------------------------------------------------------------------------------------*/
 
#divMenuBar {
    position:relative;
    width: 100%;
    padding: 5px 0px;
    background-color: #CACD93;
    color: #4f4a4a;
    font-size: 30px;
     
}

#menuRightHalf{
    display:inline;    
}

#ReserveNowButton{
    font-size:25px;
    float:right;
     margin:2px;
     margin-right:10px;
     margin-bottom:5px;
    padding:3px;
    border:solid 1px black;
    background-color: #872100; 
    color: white; 
    text-align:center;
    vertical-align:middle;
}

#main-nav {
}

    #main-nav ul {
        padding: 0;
    }

/* ----- root items ----- */


#main-nav > ul > li {
    position: relative;
    float: left;
    overflow: visible !important; /* fix for sub sub items bug */
    letter-spacing: 1px;
    text-transform: uppercase;
}

    #main-nav > ul > li > a {
        display: block;
        position: relative;
        padding: 0 20px;
        font: normal normal 17px 'Oswald', Arial, sans-serif;
        text-decoration: none;
        color: black;
    }

    #main-nav > ul > li:hover > a {
        color: #111;
        background: #979a5F;
        color: white;
    }

    /* current root item */

    #main-nav > ul > li.current > a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #872100;
    }

    #main-nav > ul > li.current:hover > a:before {
        background: #fff;
    }


/*-------------------------------------------------------------------------------------*/
/*	FOOTER
	/*-------------------------------------------------------------------------------------*/

/*2016 08 22 germ
    
    #footer {
    display: block;
    width: 100%;
    height: 30px;
    font: normal normal 10px/16px 'Open Sans Semibold', Arial, sans-serif;
    text-transform: uppercase;
    color: #999;
    border-top: 1px solid #111;
}*/

/*-------------------------------------------------------------------------------------*/
/*	COPYRIGHT
		/*-------------------------------------------------------------------------------------*/

#copyright {
    float: left;
    margin: 7px 0 0 30px;
}

    #copyright p {
        margin: 0;
    }




/* @end */

/*-------------------------------------------------------------------------------------*/
/*	PAGE
/*-------------------------------------------------------------------------------------*/
 
#page {
    /*  2015 10 24 gregm  this is the right side thing, it really needs to be fixed. 
        having it be relative and having a class make it fixed causes probelms as teh 
        browser is resized. 
    */
    position: relative;
     
    left:65%;
    height:710px;
    z-index: 1;
    padding: 0px 17px 17px 17px;
    width: 33%;
    overflow-y: auto;
    overflow-x: auto;
    /*display: block;*/ /*we want to do this in css, not js, so mobile works better*/
    /*background: #fff;*/
}



    #page,
    #page * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color:white;
    }

        /* ----- PAGE LAYOUTS ----- */
         

        
      .PageContent{
        color:white;
        font-size:25px;
        line-height:1.1;
      }

      .slideShow{
            font-size:20px;
            padding-left:10px;
      }

      .vcrButton{
          position:relative;
          top:+9px;
      }

/*-------------------------------------------------------------------------------------*/
/*	BACKGROUND
    w2016 10 14 gregm  - this is now a div that containes everything else. 

/*-------------------------------------------------------------------------------------*/

#background {
    position:relative;
    height: 900px; 
    background: no-repeat center center ; 
    background-position: center center; 
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover;
    padding-top:20px;
}

    


/* ----- FORM ----- */

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=password],
textarea {
    vertical-align: middle;
    outline: none;
    /*2015 10 24 gregm prevents txtbox from being wide enough
        max-width: 100%;   */
    padding: 4px;
   border: none;
    color: #fff;
    background: #333;
    -moz-transition: background 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    -o-transition: background 0.15s ease-out;
    -ms-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    
}


/* @group Buttons */

/*-------------------------------------------------------------------------------------*/
/*	BUTTONS
/*-------------------------------------------------------------------------------------*/

a.button,
button,
input[type=button],
input[type=submit],
input[type=reset] {
    border:solid 1px white;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    padding: 0.8em;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    outline: none;
     
    color: #fff;
    background: #111;
    -moz-transition: background 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    -o-transition: background 0.15s ease-out;
    -ms-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
}

    a.button:hover,
    button:hover,
    input[type=button]:hover,
    input[type=submit]:hover,
    input[type=reset]:hover {
        background-color: #979A5F;
    }

    a.button.secondary,
    button.secondary,
    input[type=button].secondary,
    input[type=submit].secondary,
    input[type=reset].secondary {
        color: #666;
        background: #e9e9e9;
    }

        a.button.secondary:hover,
        button.secondary:hover,
        input[type=button].secondary:hover,
        input[type=submit].secondary:hover,
        input[type=reset].secondary:hover {
            color: #666;
            background: #e0e0e0;
        }

    a.button.color,
    button.color,
    input[type=button].color,
    input[type=submit].color,
    input[type=reset].color {
        color: #fff;
        background: #979A5F;
    }

        a.button.color:hover,
        button.color:hover,
        input[type=button].color:hover,
        input[type=submit].color:hover,
        input[type=reset].color:hover {
            color: #fff;
            background: #CACD93;
        }

    a.button:active,
    button:active,
    input[type=button]:active,
    input[type=submit]:active,
    input[type=reset]:active {
        -moz-box-shadow: inset 0 2px 10px rgba(0,0,0,0.25);
        -webkit-box-shadow: inset 0 2px 10px rgba(0,0,0,0.25);
        box-shadow: inset 0 2px 10px rgba(0,0,0,0.25);
    }

    a.button.small,
    button.small,
    input[type=button].small,
    input[type=submit].small,
    input[type=reset].small {
        font-size: 0.8em;
        font-family: 'Open Sans SemiBold', Arial, sans-serif;
        text-transform: none;
    }

    a.button.large,
    button.large,
    input[type=button].large,
    input[type=submit].large,
    input[type=reset].large {
        font-size: 1.5em;
        font-family: 'Open Sans Condensed Bold', Arial, sans-serif;
        text-transform: uppercase;
    }

    a.button.huge,
    button.huge,
    input[type=button].huge,
    input[type=submit].huge,
    input[type=reset].huge {
        font-size: 2em;
        font-family: 'Open Sans Condensed Bold', Arial, sans-serif;
        text-transform: uppercase;
    }

    a.button.disabled,
    button[disabled],
    input[type=button][disabled],
    input[type=submit][disabled],
    input[type=reset][disabled] {
        opacity: 0.5;
        cursor: default;
        color: #fff;
        background: #ccc;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* @end */
 
     #homePagePlus{
        position:absolute;
        left:95%;  
        bottom:10%;
        z-index:100;
        /*float:left;*/
        /*border:solid 1px yellow;*/
    }


#homePageTextOuter {
     
    position: relative;
    top: 100px;
    color: #CACD93;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    font-size: 25pt;
    /*margin: 0 auto;*/
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    line-height: 1.1;
    text-align: left;
    overflow:auto;
}

#cphMoreInformation_homePageText{
    /*border:solid 1px orange;*/
    width:95%;
    float:left;
}

 

#theFold{
    
    height:20px;
    width:100%;
    background-color: #CACD93;
    
}


#FreshContentWrapper{
    position:inherit;
     /*height:250px;*/
    /*padding-top:20px;*/
        background-color: white;
}
#FreshContent{
    margin:0 auto;
    /*width:1070px;*/
    width:100%;
    margin:0 auto;
     
}

.FreshContentDiv{
    float:left;
    height:430px;
    /*width:350px;*/
    width:33%;
    margin-left:0px;
    /*border:solid 2px green;*/
    color:black;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
}


#BlogContainer{
    /*border:solid 1px yellow;*/
    overflow:hidden;
     
}

#BlogTitle{
    font-size:25px;
    line-height:1.1;
    color:black;
    font-weight:bold;
    padding:5px 0px 0px 5px;
}

#BlogTease{
    overflow: hidden; 
     
    /*height: 70%;*/ 
    width: 92%;
    font-size:1.4vw;
    padding:5px;
    line-height:1.1;
    color: black; 
    /*border:solid 1px blue;*/
}
#BlogMoreButton{
    position:relative;
   height:25px;
   
   left:-20px;
}

.FreshContentImg{
    width:100%;
    height:100%;
 }

.FreshContentImgCopy{
    position:relative;
    top: 50px;
    left: 50px;
    font-size:35px;
    background-color:#872100;
    color:white;
    }


.FreshContentImgCopySmall{
     position: relative; 
    top: 250px;
    font-size:1.4vw;
    line-height:1.3;
    width:90%;
    margin:0 auto;
    background-color: #872100; 
     color:white;
     text-decoration:underline;
     padding:4px;
    }

#TestimonialOuter {
    display: none; 
    position: absolute; 
    top: 30%; 
    left: 7%; 
    height: 50%; 
    width: 55%; 
    padding: 7px; 
    color: white; /*border: solid 1px green; */
    font: 5.5vh/1.1 'Arizonia', Helvetica, sans-serif;
    line-height: 1.2; 
    font-style: italic; 
    overflow:hidden;
}

.Directions{
    color:white;
    font-size: 25px; 
    line-height: 1.1;
}
 
.DirectionButtons{
    font-size: x-large;
}

#bridgeOutMobile{
    /*display:none; done in JS*/
}

#bridgeOutTitle {
    color: white; 
    font-weight: bold; 
    font-size: 25px;
}
#bridgeOut{
    position: relative; 
    top: -300px; 
    left: 6%; 
    width: 55%; 
    height: auto; 
    padding: 15px; 
    background-color: #872100; 
    font-size: 20px; 
    line-height: 1.1; 
    overflow: auto;
    color:white;
}


#mapContent{
    position: relative; 
    top:0px;
    /*left:650px;*/
    right:-40%;
    left:auto;
    width:600px;
    display: none; 
    z-index: 2;
}

#mapDiv{
    /*this is very important. remove
        position:absolute and the map
        takes over the whole div
    */
    position:absolute;
    width: 250px;
    height: 250px;
    overflow:hidden;
    color:white;
    display:block;
    /*border:solid 1px orange;*/
}

 #routeDiv {
     /*display:block;*/
     position:absolute;
     top:588px;

 }
#routeDiv > ol  {
    font-size:14px;
  
}
 

.BlogColumnHeader{
    text-decoration:underline;
    font-weight:bold;
}       
.BlogContainer{
    display:table-row;
    overflow:auto;
    /*border:solid 5px yellow;*/
    /*background-color:yellowgreen;*/
    
     
     
}
.BlogDate{
     float:left;
     font-size:20px;
     width:100px;
    /*border:solid 1px red;*/
    margin:4px 5px 4px 0px;
     
}

.BlogTitle{
    float:left;
    width:200px; 
    font-size:20px;
    margin-left:10px;
    /*border:solid 1px orange;*/
    margin:4px 0px;
     
}

#cphMoreInformation_BlogContentTitle{
    width:550px;
    /*border:solid 1px orange;*/
}

#acfFooter{
    position:relative;
    clear:both;
    height:100px;
    width:100%;
    background-color: #CACD93!important;
    color:black;
    font-size:14px;
    border-top:solid 4px #872100;
}

#weather{
    position:absolute;
    top:30px;
    left:450px;
    z-index:100;
    text-align:center;
    font-size:15pt;
    font-weight:bold;
    /*border:solid 1px orange;*/
}
