/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color0), 1);
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.le_jqueryui_target * {
    
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

p {
    display: block;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}

blockquote, q {
	quotes:none;
}

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

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); }
    
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: rgba(var(--color1), 1); }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font1);  }
h3 { font-size: var(--size3); line-height: var(--size2); padding-bottom: var(--px); letter-spacing: 1px !important;  }
h4 { font-size: var(--size4); line-height: var(--size3); padding-bottom: var(--px); font-family: var(--font2); }
h5 { font-size: var(--size5); line-height: var(--size4); padding-bottom: var(--px); }
h6 { font-size: var(--size6); line-height: var(--size5); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 2px !important;  }

a {
    color: rgba(var(--color5), 1);
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    color: rgba(var(--color2), 1);
    text-decoration: underline;
}

.Content {
    padding: 5%;
    line-height: var(--size4);
}

.Content h2 {
    line-height: var(--size2);
    font-weight: 400;
}

.Content p, .Content ul { padding-bottom: var(--px); }


.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}

.Half {
    display: flex;
    flex-wrap: nowrap;
}

/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START Top Area Styles  ----------  */
.Top {
    background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/wooden_bkgd.png);
    background-size: cover;
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    padding: 0
    font-weight: 400;
    position: relative;
}

.Top p {
    font-size: calc(var(--size3) - 0.7vw);
}

.Top h1, .Top h2, .Top h3, .Top h4 {
    color: rgba(var(--color1), 1);
    padding: 0 !important;
}

.TopOne {
    padding: 0.5vw 5vw;
}

.TopTwo {
    background: rgba(var(--color1), 0.3);
    padding: 0 5vw;
}

.TopLink a {
    display: block;
    width: 150px;
    background: rgba(var(--color2), 1);
    padding: 0.5vw 1.5vw;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(var(--color3), 1);
    color: rgba(var(--color0), 1);
    text-decoration: none;
    font-weight: 400;
    text-align: center;
}

.TopLink a:hover {
    background-color: rgba(var(--color4), 1);
}

.Logo {
    position: absolute;
    top: 1vw;
    left: 40%;
    right: 40%;
    width: 20%;
    z-index: 200 !important;
}

.Logo img {
    max-width: 160px !important;

}


/*  ----------  END Top Area Styles  ----------  */


.Feature {
    position: relative;
    max-height: 550px;
    overflow: hidden;
}

.FeatureText {
    margin: 0 auto;
    font-size: calc(var(--size1) + 1vw);
    line-height: calc(var(--size1) + 2vw);
    color: rgba(var(--color0), 1);
    font-weight: 400;
    text-align: center;
    max-width: 850px;
}

.FeatureText h1 {
    color: rgba(var(--color0), 1);
    font-size: calc(var(--size1) + 1.5vw);
    line-height: calc(var(--size1) + 1.5vw);
    font-family: var(--font2);
    font-weight: 400;
    margin-bottom: 1.5vw;
}

.FeatureText h2, .FeatureText h3, .FeatureText h4, .FeatureText p, .FeatureText li {
    color: rgba(var(--color0), 1);
}

.BlueBkgd {
    background: rgba(var(--color2), 1);
    color: rgba(var(--color0), 1);
}

.BlueBkgd h2 {
    color: rgba(var(--color0), 1);
    font-family: var(--font2);
    font-size: calc(var(--size2) + 0.65vw);
}

.BlueBkgd p, .BlueBkgd ul { padding-bottom: var(--px); font-size: calc(var(--bod) - 0.2vw) !important; }

.BlueBkgd a:hover {
    background: rgba(var(--color2), 1) !important;
}

.BlueContent {
    background: rgba(var(--color4), 1);
    padding: 2vw 2vw 0vw 2vw;
    margin-bottom: 1vw;
}

/*  ----------  START Main Menu Styles  ----------  */
.Menu {
    width: 100%;
}

.Menu ul.le_menu_level_0 {
    margin: 0px;
    padding: 0px;
}

.Menu li {
    list-style-type: none;   
    margin: 0;
    padding: 0;
}

.Menu li.le_menuitem_level_0 {
    display: inline-block;
}

.Menu li.le_menuitem_level_0 a {
    display: block;
    font-size: calc(var(--size3) - 0.4vw);
    line-height: calc(var(--size3) - 0.4vw);
    font-weight: 400;
    color: rgba(var(--color1), 1);
    text-decoration: none;
    padding: 1.35vw;
    margin: 0 0.25vw;
}

.Menu li.le_menuitem_level_0 a:hover {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color4), 1);
}
/*  ----------  END Main Menu Styles  ----------  */


/*  ----------  START Dropdown Menu Styles  ----------  */
.Menu ul.le_menu_level_1 {
    position: absolute;
    z-index: 200;
	display: none;
	padding: 0;
	text-align: left;
	min-width: 180px;
	margin-top: 0;
}

.Menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}

.Menu li.le_menuitem_level_1 a {
	display: block;
	font-size: var(--size6);
    line-height: var(--size5);
	color: rgba(var(--color0), 1);
	padding: 0.75vw;
	text-decoration: none;
	background: rgba(var(--color1), 1);
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    font-weight: 400;
}

.Menu li.le_menuitem_level_1:first-child a {
    border-top-style: none;
}

.Menu li.le_menuitem_level_1:last-child a  {
    border-bottom-style: none;
}

.Menu li.le_menuitem_level_1 a:hover {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color2), 1);
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
}
/*  ----------  END Dropdown Menu Styles  ----------  */

.Testimonial {
    max-width: 850px;
    margin: 0 auto;
}

.Testimonial p, .Testimonial li {
    font-size: calc(var(--size1) + 0.5vw) !important;
    line-height: calc(var(--size1) + 1vw) !important;
    color: rgba(var(--color0), 1);
    font-family: var(--font2);
}

/*  ----------  START Small Menu Styles  ----------  */
.SmallMenu {
    display: none;
}

.Mobile {
    display: none;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(var(--color3), 1);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
}

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav li.le_menuitem_level_0 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(var(--size3) + 0.6vw);
    line-height: var(--size2);
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(var(--size5) + 0.2vw);
    line-height: var(--size5);
    color: rgba(var(--color2), 1);
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a:hover {
    color: rgba(var(--color0), 1);
}

.SmallNav a:hover {
    background: rgba(var(--color2), 1);
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallNavStyle {
    padding-top: 2%;
}
/*  ----------  END Small Menu Styles  ----------  */

/*  ----------  START Search Styles  ----------  */
.SearchBar {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}

#search_form_value {
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(var(--color0), 1);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent;
    color: rgba(var(--color0), 1);
    font-size: var(--size3);
    margin: 6px 0 0 0;
    padding: 1px;
}

#search_form_button {
    border: 1px solid transparent;
    color: rgba(var(--color0), 1);
    font-size: 3vw;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 6px 0 0 0;
    padding: 0.5vw 1vw;
    margin-top: 0 !important;
    text-transform: uppercase;
    text-align: right;
    display: inline !important;
}

.SearchBtnStyle {
    cursor:pointer;
}

.SearchNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(var(--color1), 1);
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 0px;
}

.SearchNav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
}

.SearchNav a:hover {
    color: rgba(var(--color3), 1);
}

.SearchNav .closebtn {
    position: absolute;
    right: 6%;    
    font-size: 36px;
    margin-top: calc(80px + 2%);  
    color: rgba(var(--color0), 1);
}
/*  ----------  END Search Styles  ----------  */


.Third {
    width: 33.33%;
}

.TwoThird {
    width: 66.67%;
}

.Footer {
    background: rgba(var(--color1), 1);
    text-align: center;
}

.Footer .Single {
    margin: 0 !important;
}

.Footer p, .Footer li, .Footer h1, .Footer h2, .Footer h3, .Footer h4 {
    color: rgba(var(--color0), 1);    
}

.Footer p, .Footer a {
    font-size: var(--size5) !important;
    line-height: var(--size3);
}

.Footer a {
    color: rgba(var(--color3), 1);
    font-weight: 400;
}

.Footer a:hover {
    text-decoration: none;
}

.Footer ul {
    margin: 0;
    padding: 0;
}

.Footer ul li {
    display: inline-block;
}

.Footer ul li a {
    color: rgba(var(--color0), 1);
    text-decoration: none;
    padding: 0 2vw;
    font-size: var(--size5);
}

.Footer ul li a:hover {
    text-decoration: underline;
    color: rgba(var(--color3), 1);
}

.Footer h4, .Footer h5 {
    padding: 1vw 5vw 0;
}

.FootText {
    padding: 5vw;
}

.Book a {
    color: rgba(var(--color3), 1) !important;
    text-transform: uppercase;
}


/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 10px;
            --color0: 255, 255, 255; /* white */
            --color1: 92, 84, 81; /* font color */
            --color2: 5, 91, 138; /* medium blue */
            --color3: 165, 229, 255; /* light blue */
            --color4: 3, 64, 96; /* dark blue */
        
        --bod: calc(var(--px) + 0.5vw); 
        --size1: calc(var(--bod) * 2); 
        --size2: calc(var(--bod) * 1.5);
        --size3: calc(var(--bod) * 1.17); 
        --size4: calc(var(--bod) * 1);
        --size5: calc(var(--bod) * .83); 
        --size6: calc(var(--bod) * .67);
            
        --font1: 'Libre Baskerville', serif;
        --font2: 'Yellowtail', cursive;
    }   
/*  ----------  END Font Style Calculator  ----------  */    


/*  ----------  START Btn Class Styles  ----------  */
[class*="Btn"] a {
    display: block;
    margin: var(--size6) auto var(--size4);
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    padding: var(--size4);
    background: rgba(var(--color3), 1);
    border: 2px solid transparent;
    transition: all .4s linear;
    color: rgba(var(--color1), 1);
    font-size:  var(--size4);
    font-weight: 400;
    letter-spacing: 2px;
    line-height: var(--size4);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

[class*="Btn"] a:hover {
    background: rgba(var(--color4), 1);
    color: rgba(var(--color0), 1) !important;
    text-decoration: none;
}

.LongBtn a {
    max-width: 100% !important;
}
/*  ----------  END Btn Class Styles  ----------  */


/*  ----------  START Responsive Styles  ----------  */
@media only screen and (max-width: 900px) {
    .Top {
        padding: 0;
    }
    
    .Top .Single {
        flex: 1 1 48% !important;
    }

    .FeatLogo {
        max-width: 250px;
    }

    .Menu {
        display: none;
    }
    
    .Logo {
        top: 35px;
        left: 20%;
        right: 20%;
        width: 60%;
        z-index: 50 !important;
    }
    
    .FeatureText {
        padding-top: 50px;
    }
    
    .FeatureText h1 {
        margin-top: 4vw;
    }
    
    .SmallMenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(var(--color3), 1);
        padding: 4%;
        max-width: 90px;
        text-align: center;
        z-index: 20;
    }
    
    .SmallNav [class*="Btn"] a {
        max-width: 100%;
        padding: 0 !important;
    }
    
    .Mobile {
        display: inherit;
        width: 100%;
        border-bottom-color: rgba(var(--color3), 1);
        border-bottom-style: solid;
        border-bottom-width: 20px;
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
    
    .SmallNav li.le_menuitem_level_1 a {
        font-size: var(--size4);
        line-height: var(--size4);
        color: rgba(var(--color0), 1);
    }
    
    .Footer {
        padding-bottom: 15%;
    }

    .Single, .Double, .Triple, .Quad, .Half {
        flex: 1 1 100% !important;
    }
    
    .Row, .Feature, .Half {
        flex-wrap: wrap;
    }
    
    .Half {
        width: 100%;
    }
    
    .Right {
        text-align: left;
    }
    
    .Frame {
        min-height: 9800px !important;
    }
}
/*  ----------  END Responsive Styles  ----------  */

@media only screen and (min-width: 901px) {
    .Frame {
        min-height: 5600px;
    }

}

@media only screen and (min-width: 1151px) {
    .Frame {
        min-height: 4400px;
    }
}

/*  ----------  START Form Classes  ----------  */
.form-group, .sr-only {
    margin-top: 1vw;
    margin-bottom: 1vw !important;
}

.seFormButton {
    background-color: rgba(var(--color3), 1);
    color: rgba(var(--color0), 1);
    text-transform: uppercase;
    padding: 2.5% 10%;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
}

.seFormButton:hover {
    background-color: rgba(var(--color4), 1);
    color: rgba(var(--color0), 1);
}
/*  ----------  END Form Classes  ----------  */


/*  ----------  START Div Sizing Elements  ----------  */
    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
    
    .Single img {
        
    }
    
    .Half {
        flex: 1 1 0;
    }
/*  ----------  END Div Sizing Elements  ----------  */


/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper, .le-logged-in .aurora-page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */

.Content .modal *, .Content .modal *:before, .Content .modal *:after, .Content .le_jqueryui_target *, .Content .le_jqueryui_target *:before, .Content .le_jqueryui_target *:after {
        font-family: var(--font1) !important;
        font-size: var(--bod) !important; 
        line-height: var(--size2) !important; 
}

textarea.form-control {
    height: auto;
    min-height: 250px;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_availability #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/IMG_3977.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_book-now #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/IMG_1595.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-1-the-cabin #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-1/cottages-1b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-10-the-bear-cave #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-10/cabin-10-living-area.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-11-the-boat-house #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-11/Cabin-11-table-IMG_1842-1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-12-mikes-cabin #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-12/fullsizeoutput_2fdb-e1533238708820.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-14-the-grand-lodge #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-14/AlyUDh8QxmvnqsVaG6FLQ.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-2-the-pine-cove #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-2/cabin-2-dining-area.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-3-the-birds-nest #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-3/2-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-4-grandmas-attic #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-4/IMG_3977.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-5-the-moose-camp #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-5/Cabin-5-kitchen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-6-the-country-corner #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-6/cabin-6-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-7-leonas-cabin #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-7/Seven-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-8-timber-lodge #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-8/cabin-8-kitchen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_cottage-9-the-fish-hook #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/cabins/cabin-9/cabin-9-living-area.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_dining #le_feat {
    background-image: linear-gradient(rgba(2, 2, 2, 0.15), rgba(2, 2, 2, 0.15)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/inner_dining.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_fishing #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/FishingPage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_golf #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/inner_golf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_home #le_feat {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_home #le_testimonials {
    background-image: linear-gradient(rgba(153, 136, 136, 0.3), rgba(153, 136, 136, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/IMG_3977.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 10vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_lake-cottages #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/Grounds-2018-panoramic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_privacy-policy #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/Cabin-14-exterior-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_rates #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/Grounds-2018-panoramic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_resort #le_feat {
    background-image: linear-gradient(rgba(2, 2, 2, 0.15), rgba(2, 2, 2, 0.15)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/Resort.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 10vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_resort-activities #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/Thingstodo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_terms-conditions #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/IMG_1595.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 16vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_villa-1 #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/villas/villas-1-2/pool-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_villa-3-4-5 #le_feat {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/villas/villas-1-2/triplex-villa-bedroom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}
.aurora_villas #le_feat {
    background-image: linear-gradient(rgba(2, 2, 2, 0.3), rgba(2, 2, 2, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hollysresort2022/holly-s-resort/Villa-page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 14vh;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-left: 5vw;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_availability #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-now #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-1-the-cabin #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-10-the-bear-cave #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-11-the-boat-house #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-12-mikes-cabin #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-14-the-grand-lodge #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-2-the-pine-cove #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-3-the-birds-nest #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-4-grandmas-attic #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-5-the-moose-camp #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-6-the-country-corner #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-7-leonas-cabin #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-8-timber-lodge #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cottage-9-the-fish-hook #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dining #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fishing #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_golf #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_testimonials {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lake-cottages #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rates #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_resort #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_resort-activities #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-conditions #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_villa-1 #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_villa-3-4-5 #le_feat {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_villas #le_feat {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_availability #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-now #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-1-the-cabin #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-10-the-bear-cave #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-11-the-boat-house #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-12-mikes-cabin #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-14-the-grand-lodge #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-2-the-pine-cove #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-3-the-birds-nest #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-4-grandmas-attic #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-5-the-moose-camp #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-6-the-country-corner #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-7-leonas-cabin #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-8-timber-lodge #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cottage-9-the-fish-hook #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dining #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fishing #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_golf #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_testimonials {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lake-cottages #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rates #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_resort #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_resort-activities #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-conditions #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_villa-1 #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_villa-3-4-5 #le_feat {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_villas #le_feat {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
