@import url("../../parts/styles_resp/global.css");

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: .5em 0; }
body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    line-height: normal;
    margin: 0;
    padding: 0;
    background: #fff;

    line-height: 1.5;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

.desktoponly { display: none; }
.notifications {
    position: relative;
    background: #006853;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid white;
    display: none;
    text-align: center;
}
.notifications .notification {
    padding: 5px;
    text-align: center;
    font-family: "Libre Baskerville", Times, Serif;
}
.notifications a, .notifications a:hover {
    color: #fff;
    text-decoration: underline;
}
.notifications span { font-weight: normal; }
.notifications .fa-window-close {
    float: right;
    cursor: pointer;
    padding: 5px;
    font-size: 12pt;
}
.notifications { font-size: 10pt; }


.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contentBG, .editorContentMain {
    color: #333;
    background: white;
}

.inner .contentBG {
    margin-top: 0px;
}

.searchSocial {
    display: none;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    border-bottom: 1px solid #777;
    background: #eee;
    background: rgba(255, 255, 255, 0.9);
}
.topbar.scroll { overflow-y: scroll; }
.topbar>nav { margin-right: 10px; }
.topbar nav.table>ul { display: table; width: 100%; }

.topbar h1 { margin: 0; padding: 0; }
.topbar .title {
    display: inline-block;
    font-family: Oswald, Arial, Sans-Serif;
    width: 100%;
}
.topbar .title img {
    height: 50px;
    margin: 0;
    max-width: 85%;
}
nav.table>ul>li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.navIcon, .searchIcon { cursor: pointer; }
.navDrop, .searchDrop { display: none; padding: 5px 0 5px 5px; }
nav.top.block ul { border-radius: 0; padding: 0; }
nav.top.block li a {
    padding: 5px;
    font-size: 16pt;
    color: #333;
    text-align: center;
}
nav.top.block li  a > div { font-size: 10pt; display: block; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a {}
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}
nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}
nav.top li:last-child a {
    border-right: none;
}


/* mobile nav */
.navDrop nav.block.mobilemenu>ul {
    font-family: Oswald, Arial, Sans-Serif;
    display: block;
    border: 2px solid white;
    border-radius: 5px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {
    border-bottom: 2px solid white;
}
.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
}
.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}
.navDrop nav.block.mobilemenu a {
    color: white;
    display: block;
    font-size: 16pt;
    padding: 9px 10px;
}
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed white; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px 0 5px 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 2px 30px 2px 30px;
    color: white;
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 20pt;
    background: rgba(0, 0, 0, 0.05);
}
.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 10px);
    box-shadow: none;
    margin: 2px 0px 8px 10px;
}
.navDrop nav a:hover,
.navDrop nav a:focus,
.navDrop nav li.current>a,
.navDrop nav li.actual>a {
    background: transparent;
    text-decoration: underline;
}
.navDrop nav.block.mobilemenu .mobileSocial .socialTools { float: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
    display: inline-block;
    opacity: 1.0;
}


.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
}

.insideMainContent nav.box.subsections.desktoponly { display: block; }

/* search results */
h2.search { padding: 1ex; font-size: 130%; }
header.page { position: relative; }
header.page .banner { position: relative; margin: 0; }
.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }

/* mobile restrictions */
p[class^="Mso"], p.MsoNormal {
    text-indent: 0 !important;
    margin: 0 !important;
}
font[size=2] { font-size: 100%; }
.container.content div.left,
.container.content div.right,
.container.content div.cyclerSlide {
    float: none;
    margin: 10px;
}


.sidebarImageBox {
    /* float: left; margin: 0 15px 0 0;  */
    text-align: left;
}

.container.content div.sidebarImageBox img { max-width: 100%; }
.container.content div img { height: auto !important; max-width: 100% !important; }
.content div.noMobile { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv>img[style*=height\:168] { height: 168px !important; }

iframe { max-width: 100% !important; }
input { max-width: 100% !important; }

a { color: #334834; text-decoration: underline; }
a:hover { color: #000; }
a:focus { outline: 1px dashed #555; }
input:focus { background: #ffffcc; color: #000; }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; }
h1, h2 {
    font-family: "Libre Baskerville", Times, Serif;
    font-size: 22pt;
    font-weight: normal;
    line-height: 115%;
    color: #00614e;
    text-align: center;
    padding: 8px 0;
    margin: 0;
}
h2 { font-size: 22pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }
.field.inline > h4 { font-size: 12pt; padding-right: 5px; }
section>h2, article>h2, aside>h2 {
    font-size: 22pt;
    text-align: center;
}
.inner h1, .inner h2, .inner h3 { text-align: left; }

section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
    font-size: 14pt;
    text-align: left;
}
article, section, article main.body, section main.body {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.item.summaryDisplay, article.summaryDisplay {
    margin: 0;
    padding: 5px 0;
}
.item.summaryDisplay h2, article.summaryDisplay h2 {
    margin: 0;
    padding: 5px 0;
}
div.readmore { font-weight: bold; }

footer.main {
    position: relative;
    padding: 20px 60px 20px 60px;
    background: #333;
    color: white;
    text-align: center;
    display: block;
    min-height: 200px;
    border-top: 2px solid white;
}

footer .footerlogo {
    position: absolute;
    top: -80px;
    left: calc(50% - 90px);
    padding: 0;
}

footer.main h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline;
    font-size: 120%;
}

footer.main .text,
footer.main .text2,
footer.main .text3,
footer.main .text4,
footer.main .text5,
footer.main .text6,
footer.main .text7,
footer.main .text8 {
    font-family: Montserrat, Arial, Sans-Serif;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 2px 15px;
    display: block;
    white-space: pre-wrap;
}

footer.main .text {
    color: #fff;
    font-size: 16pt;
    margin-top: 180px;
}

footer.main .verticalLogo_text {
    text-align: center;
    margin: 0;
    padding: 4px 15px;
}

footer.main a,
footer.main a:hover {
    color: #fff;
    text-decoration: underline;
}


.footersecondary {
    background: #f1f0f1 url(images/footerbg.jpg) no-repeat bottom center;
    color: #611e12;
    padding: 10px 10px 110px 60px;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #3b3b3b;
}
.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}
.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 30px;
}
.footersecondary > nav.block > ul.count2 > li { width: 50%; }
.footersecondary > nav.block > ul.count3 > li { width: 33%; }
.footersecondary > nav.block > ul.count4 > li { width: 25%; }
.footersecondary > nav.block > ul.count5 > li { width: 20%; }
.footersecondary > nav.block a {
    color: #0f352d;
    font-family: "Cabin Condensed", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14pt;
    padding: 2px 0;
    text-decoration: underline;
}
.footersecondary > nav.block > ul > li > a {
    font-family: "Libre Baskerville", Times, Serif;
    font-size: 22pt;
    font-weight: normal;
    text-align: left;
    padding: 10px 0;
    text-decoration: none;
    color: #611e12;
}
.footersecondary > nav.block > ul > li li > a {
    padding-left: 10px;
    text-decoration: underline;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }





.topbar2 {
    display: none;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* position: relative; */
}

/* all block */
nav.block a {
    font-family: Montserrat, Arial, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    padding: 8px 16px;
}
nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

/* horizontal-block */
.navwrap {
    position: absolute;
    bottom: -50px; left: 0; right: 0;
    text-align: center;
}
nav.horizontal.block {
    display: inline-block;
    padding: 5px;
    text-align: center;
}

nav.horizontal.block>ul {
    white-space: nowrap;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: #3d393f;
    color: #fff;
    border: none;
    margin-right: 3px;
    font-weight: bold;
    border-radius: 5px;
    /* border: 2px solid #fff; */
}

nav.horizontal.block>ul>li:last-child>a {
    margin-right: 0;
}

nav.horizontal.block>ul>li.current>a,
nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {
    background: #7a3015;
    color: #fff;
    text-decoration: underline;
}

nav.horizontal.block li li>a {
    color: #fff;
    margin-bottom: 2px;
    border-radius: 5px;
}

nav.horizontal.block li li:last-child>a {
    margin-bottom: 0;
}

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    background: #7a3015;
    color: #fff;
    text-decoration: underline;
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.horizontal.menu>ul ul {
    background: #3d393f;
    text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px;
    /* border: 2px solid white; */
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: inherit;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted white; }

nav.subsections h2 {
    text-align: left;
}

nav.subsections ul {
    list-style-type: none;
}

nav.subsections a {
    font-family: Montserrat, Arial, Sans-Serif;
    text-decoration: underline;
	/* font-size: 110%; */
	/* line-height: 140%;     */
}

.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 8px 0; margin: 0; }
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    background: #f9f7e7;
    border: 1px solid #dedbc1;
    border-radius: 3px;
}
.box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    /* font-family: Oswald, Arial, Sans-Serif; */
}


/* calendar */
.calMonth table {
    background: #333;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}
.calMonth .calMonthName, .calMonth .calYear { color: #333; }
.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}
.calDayHeading th {
    background: #fff;
    color: #555;
}
.calDay.calGrayDay {
    background: #eee;
    color: #333;
}
.calDay {
    background: #fff;
    color: #333;
    font-weight: bold;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; }
.calDay .calDayNum {
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    padding: 4px 4px 2px 3px;
    text-align: center;
    min-width: 20px;
}
.calMonth td, .calMonth th { border: none; }
.calToday { background-color: #fff; filter: none; }
.calToday .calDayNum {
    background: #333;
    color: #fff;
}
.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}


.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
}
.slider_owl, .singlepic {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}

.slider_owl .owl-nav,
.slider_owl .owl-dots {
    display: none;
}

.slider_owl div.owl-item,
.slider_owl div.item {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin: 0; padding: 0;
}
.slider_owl div.item { height: 300px; }
.slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
    text-align: center;
    font-size: 14pt;
}
.slider_owl .description a { color: #fff; text-decoration: underline; }
.slider_owl .description a:hover { color: #ddd; }
.slider_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider_arrowwrap .controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
.slider_arrowwrap span.arrowleft,
.slider_arrowwrap span.arrowright,
.slider_arrowwrap span.arrowpause,
.slider_arrowwrap span.arrowplay {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    z-index: 5;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #fff;
}

.slider_arrowwrap span.arrowleft:hover, .slider_arrowwrap span.arrowright:hover,
.slider_arrowwrap span.arrowpause:hover, .slider_arrowwrap span.arrowplay:hover,
.slider_arrowwrap span.arrowleft:focus, .slider_arrowwrap span.arrowright:focus,
.slider_arrowwrap span.arrowpause:focus, .slider_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 1px solid #fff; }
.slider_arrowwrap span.arrowplay { display: none; }



.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
}
.filmstripbar_owl {
    /* padding: 5px 50px; */
    padding: 5px;
    background: #333;
    overflow: hidden;
    white-space: nowrap;
    border-top: 2px solid white;
}
.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; }
.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
    line-height: 70px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    padding: 5px;
}
.filmstrip_owl div.item a:focus { outline: 1px dashed #fff; }
.filmstrip_owl div.item a img {
    height: 70px;
    display: inline-block;
    vertical-align: middle;
}
.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: inline-block;
    vertical-align: middle;
    font-family: Oswald, Arial, Sans-Serif;
    font-size: 14pt;
    line-height: 110%;
    color: #fff;
    margin-left: 15px;
}
.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.filmstrip_arrowwrap .controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright,
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    z-index: 5;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #fff;
}
.filmstrip_arrowwrap span.arrowleft:hover, .filmstrip_arrowwrap span.arrowright:hover,
.filmstrip_arrowwrap span.arrowpause:hover, .filmstrip_arrowwrap span.arrowplay:hover,
.filmstrip_arrowwrap span.arrowleft:focus, .filmstrip_arrowwrap span.arrowright:focus,
.filmstrip_arrowwrap span.arrowpause:focus, .filmstrip_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 1px solid #fff; }
.filmstrip_arrowwrap span.arrowplay { display: none; }

.carousel_wrap1 {
    font-size: 0;
    line-height: normal;
    background: #006853;
    padding-left: 50px;
    border-top: 2px solid white;
}
.carouselbar_owl {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}

.carousel_owl .owl-nav, .carousel_owl .owl-dots {
    display: none;
}

.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    /* background: #006853; */
    padding: 35px 35px 10px 35px;
}
/* .carousel_owl div.owl-item:nth-child(even) { background: #003366; } */

.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
}

.carousel_owl div.item>a,
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 99%;
    text-align: center;
}

.carousel_owl div.item .title {
    color: #fff;
    font-size: 20pt;
    padding: 25px 0 5px 0;
    font-family: "Cabin Condensed", Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    text-align: center;
}

.carousel_owl div.item div {
    padding: 10px;
    color: white;
    display: block;
    height: auto;
    font-size: 12pt;
    text-align: left;
}

.carousel_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel_arrowwrap .controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}
.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    z-index: 5;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #fff;
}
.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 1px solid #fff; }
.carousel_arrowwrap span.arrowplay { display: none; }




/* Slab */
nav.slab.horizontal.block > ul { position: relative; }
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    background-color: #3d393f;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    margin-top: 1px;
    min-width: 100%;
    width: 100%;
    max-width: 1080px;
    position: absolute;
    left: 0px;
    right: 0px;
    white-space: normal;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    /* border: 2px solid #ccc; */
}
nav.slab.horizontal.block > ul > li > ul ul {
    position: static;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
    display: inline-block;
    width: 50%;
    /* border-right: 1px solid rgba(0, 0, 0, 0.3); */
    height: 100%;
    vertical-align: top;
}
nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}
nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 5px 5px 3px 5px;
    box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin-left: 10px;
    box-shadow: none;
    font-weight: bold;
}

/* child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul a {
    color: #fff;
    font-size: 16px;
}

nav.slab.horizontal > ul > li > ul > li:hover,
nav.slab.horizontal > ul > li > ul > li:focus {
    /* the blocks around the category containing the children
    /* background-color: rgba(255, 255, 255, 0.3); */
}


/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li.onecol > ul > li > ul > li > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a {
    /* font-size: 130%; */
    color: #fff;
    /* text-decoration: underline; */
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 3px;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    color: #fff;
    background-color: #7a3015;
    border-radius: 5px;
}







.socialTools a.facebook  { background: #3b5998; }
.socialTools a.twitter   { background: #1da1f2; }
.socialTools a.youtube   { background: #ff0000; }
.socialTools a.instagram { background: linear-gradient(-20deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  }
.socialTools a.linkedin  { background: #007bb5; }
.socialTools a.nextdoor  { background: #00b246; }
.socialTools a.pinterest { background: #cb2028; }
nav.block .mobileSocial .socialTools { padding: 5px 10px; }
nav.block .mobileSocial .socialTools a { border-radius: 5px; padding: 5px; }



/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; padding-bottom: 80px; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 20px; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; }
}

@media (min-width:500px) {
    .filmstrip_owl div.item a { line-height: 80px; }
    .filmstrip_owl div.item a img { height: 80px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }

    .slider_owl div.item, .singlepic { height: 500px; }
}

@media (min-width:900px) {
    .content { padding-left: 50px; border-bottom: 3px solid #d1cbcf; padding-bottom: 0; }
    .leftContent { padding: 20px 0 20px 20px; }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    /* .home .insideMainContent { padding: 15px; } */
    .home .mainContent .insideMainContent,
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent,
    .inner .rightContent .insideRightContent {
        /* border: 1px solid #eee;
        border-radius: 3px; */
    }
    .inner .mainContent { min-height: 300px; }
    #innerimage { height: 500px; background: url(images/InteriorBanner1.jpg) no-repeat bottom center; }
    #innerimage.random2 { background: url(images/InteriorBanner2.jpg) no-repeat bottom center; }
    #innerimage.random3 { background: url(images/InteriorBanner3.jpg) no-repeat bottom center; }
    #innerimage.random4 { background: url(images/InteriorBanner4.jpg) no-repeat bottom center; }
    #innerimage.random5 { background: url(images/InteriorBanner5.jpg) no-repeat bottom center; }

    div.banner {
        height: 70px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0.0) 100%);
    }
    .inner div.banner {
        /* margin-bottom: 50px; */
    }
    .topbar2 div.titlewrap {
        padding: 0px;
        max-width: 100%;
        display: block;
        text-align: center;
        position: absolute;
        top: 150px;
        left: 10px;
        right: 10px;
    }
    .topbar2 div.titlewrap a.title { font-size: 36px; padding: 3px 10px;}
    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        bottom: auto;
        top: 15px;
        right: 15px;
        left: 15px;

        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
    }
    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        padding: 0px;
        width: 180px;
        line-height: normal;
    }
    .searchSocial .search.bar .searchField {
        font-size: 10pt;
        padding: 3px;
        width: 85%;
    }
    .searchSocial .search.bar .searchMag {}
    .searchSocial .weather {
        float: left;
        margin-right: 15px;
        color: white;
        font-size: 12pt;
        margin-top: 3px;
    }
    .searchSocial .weather a,
    .searchSocial .weather a:hover {
        color: white;
        text-decoration: underline;
    }
    .searchSocial .weather a:focus { outline: 1px dashed white; }


    /* social fixed */
    .socialFixed {
        position: fixed;
        left: 0;
        top: 250px;
        z-index: 99999;
    }
    .socialFixed .socialTools {
        float: none;
        opacity: 0.7;
        transition: opacity 0.5s;
    }
    .socialFixed .socialTools:hover,
    .socialFixed .socialTools:focus { opacity: 1.0; }
    .socialFixed .socialTools a {
        width: 50px;
        text-align: right;
        font-size: 20pt;
        display: block;
        padding: 10px;
        margin-bottom: 4px;
        color: white;
        opacity: 1;
        border-radius: 0 10px 10px 0;
        transition: width .5s;
        box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
    }
    .socialFixed .socialTools a:hover,
    .socialFixed .socialTools a:focus { width: 60px; }




    .container.content div.left,
    .container.content div.cyclerSlide {
        float: left;
        margin: 10px 25px 15px 0;
        clear: left;
    }
    .container.content div.right {
        float: right;
        margin: 10px 0 15px 25px;
        clear: right;
    }

    .box.promotion.B_LIST.HA_Boxes .responsivebox {  }
    .box.promotion.B_LIST.HA_Boxes .responsivebox,
    .box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
        width: calc(49% - 25px);
        margin: 7px;
    }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .searchSocial, .bannerbar { display: block; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }
    .filmstripbar_owl { padding: 5px 50px; }
    .filmstrip_owl div.item a { line-height: 90px; }
    .filmstrip_owl div.item a img { height: 90px; }
    .filmstrip_owl div.item a div { padding: 10px 0; }
    .filmstrip_arrowwrap { display: block; }
    .carousel_owl div.item>a, .carousel_owl div.item img {}
    .desktoponly { display: block; }
    .notifications { font-size: 12pt; }
    .slider_owl div.item, .singlepic { height: 800px; }
}

@media (min-width:1200px) {
    .slider_owl div.item, .singlepic { height: 900px; }
}
@media (min-width:1600px) {
    .box.promotion.B_LIST.HA_Boxes.count3 .responsivebox,
    .box.promotion.B_LIST.HA_Boxes_Top.count3 .responsivebox,
    .box.promotion.B_LIST.HA_Boxes.count6 .responsivebox,
    .box.promotion.B_LIST.HA_Boxes_Top.count6 .responsivebox,
    .box.promotion.B_LIST.HA_Boxes.count9 .responsivebox,
    .box.promotion.B_LIST.HA_Boxes_Top.count9 .responsivebox {
        width: calc(33% - 15px);
    }

    .slider_owl div.item, .singlepic { height: 1025px; }
}
