@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;
}

body.home, body.inner
{
	height: 100%;
	background: #edede0;
}

.allContainer
{
	padding: 0;
	margin: 0;
	zoom: 1;
}

.desktoponly { display: none; }

.notifications {
	position: relative;
    background: #231f20;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    display: none;
    text-align: center;
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid white;
}
.notifications .notification { padding: 5px; text-align: center; }
.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: 9pt; }

.mainbox { position: relative; display: block; }

.widthContainer
{
	position: relative;
	min-width: 250px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.contentBG, .editorContentMain
{
	color: #222;
	background: #fff;
}

.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: #283039;
	background: rgba(40,48,57,0.95);
}
.topbar.scroll { overflow-y: scroll; }
.topbar > nav { margin-right: 10px; }
.topbar nav.table > ul
{
	display: table;
	width: 100%;
}
.title { 
	display: inline-block; 
	text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.topbar .title img { height: 40px; margin: 5px 0; max-width: 85%; }
nav.table > ul > li
{
	display: table-cell;
	text-align: center;
}
.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 5px 5px 5px;
	font-size: 20pt;
	color: #ccc;
}
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: "Yanone Kaffeesatz", Arial, Helvetica, 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; }
.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 li span.plus
{
	padding: 7px 30px 5px 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; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a.facebook:hover { background: #3D5B99; box-shadow: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a.twitter:hover { color: #00ACEE; box-shadow: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a.blogger:hover { color: #FF9334; box-shadow: none; }


.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;
}

/* 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; }
.container.content div.sidebarImageBox img { 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: none; }
:focus { outline:none; }
::-moz-focus-inner { border:0; }

input:focus { /* background: #ffffcc; color: #000; */}

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; }
h1, h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	line-height: 115%;
	color: #334834;
	text-align: left;
	margin-bottom: 1px;
	padding: 10px 0;
	margin: 0;
}
h1, h2 { font-size: 24pt; text-align: center; }

article, section, 
article main.body, 
section main.body { padding: 5px 0; margin: 0;}

section h2, article h2 { font-size: 24pt; text-align: center; }
section h3, article h3 { font-size: 18pt; text-align: left; }
.item.summaryDisplay, article.summaryDisplay { margin: 0; padding: 5px 0; }
.item.summaryDisplay h2, article.summaryDisplay h2 { margin: 0; padding: 5px 0; }

h4 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}
div.readmore { font-weight: bold; }


footer.main
{
	position: relative;
	padding: 5px;
	background: #231f20;
	color: #fff;
	text-align: center;
	display: block;
	min-height: 200px;
}
footer .footerlogo {
	float: left;
	padding: 5px 25px 60px 5px;
}

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
{
	font-family: "Times New Roman", Times, serif;
	vertical-align: top;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	display: block;
	white-space: pre-wrap;
	font-size: 13pt;
	font-weight: normal;
	line-height: 115%;
}
footer.main .text { color: #fff; font-size: 15pt; margin-top: 5px; font-weight: normal;}

footer.main a, footer.main a:hover { color: #eee; text-decoration: underline; }

nav li a {}
nav > ul > li > a {	font-weight: normal; }
nav li.current > a, nav li.open > a, nav li:hover > a {}

/* all block */
nav.block a, nav.topLevelBlock > ul > li > a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	padding: 5px 15px;
}
nav.block > ul > li > a {}
nav.block li.current > a, nav.block li.open > a, nav.block li:hover > a {}

/* horizontal-block */
.bannerbar { display: none; }
.topbar2
{
	display: none; 
	z-index: 10000;
	position: relative;
	top: 0px;	left: 0; right: 0; 
	height: 206px;
	background: #283039;
}
.dnavbar { 
	background: #8a8268; 
	padding: 10px; 
	text-align: center; 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

nav.horizontal.block 
{ 
}
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
{
	color: #fff;
	border: none;
	margin-right: 3px;
	font-weight: normal;
	background-color: transparent;
	border-radius: 2px;
	/* text-transform: uppercase; */
	/* border-left: 1px solid #666; */
}
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 
{
	color: #fff;
	background: #564e35;
}
nav.horizontal.block li li > a { 
	color: #fff; 
	margin-bottom: 2px; 
}
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
{
	color: #fff;
	background: #564e35;
}
nav.horizontal.block > ul > li.open > a
{
	position: relative;
	z-index: 1002;
}

nav.horizontal.menu > ul ul
{
	background: #8a8268;
	text-align: left;
	border-radius: 5px;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
	width: 240px;
	padding: 3px;
}
nav.block.menu > ul .triangle { margin-top: 7px; }


nav.subsections h2 { text-align: left; }
nav.subsections ul { list-style-type: none; }
nav.subsections a { 
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/* calendar */
.calMonth table
{
	border: none;
	background-color: #1b2b26;
	border-spacing: 1px;
	border-collapse: separate;
	font-size: 90%;
}
.calMonthHeading
{
	background-color: #1b2b26;
	border: none;
	font-size: 90%;
}
.calDayHeading th
{
	background: #1f322c;
	color: #ddd;
}
.calDay
{
	color: #333;
	background: #e9ebea;
}
.calMonth td, .calMonth th { border: none; }
.calGrayDay
{
	background: #aab0ae;
	color: #333;
}
.calToday { background-color: #ffffdd; filter: none; }
.eventTip
{
	color: black;
    border-color: #525200;
	background-color: #ffff88;
	border-radius: 3px;
}



.slider_owl { min-height: 250px; overflow: hidden; position: relative; }
.slider_owl .owl-nav { display: none; }
.slider_owl div.owl-item,
.slider_owl div.item { position: relative; display: inline-block; height: 300px; width: 100%; }
.slider_owl .description { 
	box-sizing: border-box;
	position: absolute; 
	bottom: 0; left: 0; right: 0;
	padding: 10px;
	background: #555;
	background: rgba(0,0,0,0.3);
	color: #eee;
	text-align: center;
}
.slider_owl .description a { color: #fff; text-decoration: underline; }
.slider_owl .description a:hover { color: #ccc; } 

.filmstripbar_owl {
	top: -14px;
	position: relative;
	padding: 5px 20px; 
	background: #283039;
	overflow: hidden;
	border-top: 1px solid white;
}
.filmstripbar_owl .widthContainer { overflow: hidden; }
.filmstrip_owl .owl-nav { display: none; }
.filmstrip_owl div.owl-item, 
.filmstrip_owl div.item, 
.filmstrip_owl div.item a { 
	display: inline-block; 
	text-align: center; 
	text-decoration: none;
	color: #a2997d; 
	font-size: 14px;
	line-height: 80px;
	vertical-align: middle;
}
.filmstrip_owl div.item a img { height: 80px; display: inline-block; vertical-align: middle; margin: 0 auto; }
.filmstrip_owl div.item a div { 
	display: block; 
	vertical-align: middle;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	max-width: 100px;
	line-height: 110%;
	text-transform: uppercase;
}

.filmstrip_arrowwrap { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.filmstrip_arrowwrap i.arrowleft, 
.filmstrip_arrowwrap i.arrowright  
{ 
	cursor: pointer; 
	font-size: 64px; 
	color: #a2997d;
	position: absolute;
	top: calc(50% - 32px);
	width: 30px;
	vertical-align: middle;
	z-index: 5;
}
.filmstrip_arrowwrap .arrowleft { left: 5px; }
.filmstrip_arrowwrap .arrowright { right: 5px; }


.carousel_owl {
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid white; 
}
.carousel_owl .owl-nav { display: none; }
.carousel_owl div.owl-item { display: inline-block; vertical-align: top; }
.carousel_owl div.item { display: block; position: relative; vertical-align: top; }
.carousel_owl div.item > a, 
.carousel_owl div.item img { display: block; vertical-align: top; width: 100%; height: 250px; }

.carousel_owl div.item div { 
	padding: 10px;
}

.carousel_arrowwrap { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.carousel_arrowwrap i.arrowleft, 
.carousel_arrowwrap i.arrowright  
{ 
	cursor: pointer; 
	font-size: 64px; 
	color: #000;
	position: absolute;
	top: calc(50% - 32px);
	width: 30px;
	vertical-align: middle;
	z-index: 5;
}
.carousel_arrowwrap .arrowleft { left: 5px; }
.carousel_arrowwrap .arrowright { right: 5px; }




/* responsive */
@media (min-width: 100px)
{
	.content { width: 100%; }
	.mainContent { width: 100%; }
	.mainContent, .leftContent, .rightContent { padding: 20px; }
	.calendarTable .medium { display: none; }
	.allContainer { padding: 0; }
	.inner .content { min-height: 200px; }
}
@media (min-width:500px)
{
	.slider_owl div.item { height: 400px;}
} 
@media (min-width:900px)
{
	.desktoponly { display: block; }
	.home .mainContent.hasLeft.hasRight { width: 34%; }
	.home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
	.home .leftContent, .home .rightContent	{ width: 33%; }

	.home .insideMainContent { padding: 15px; }

	.inner .mainContent, 
	.inner .leftContent, 
	.inner .rightContent { padding: 10px 5px; margin: 0; }

	.mainContent .insideMainContent, 
	.leftContent .insideLeftContent, 
	.rightContent .insideRightContent { 
		background: #d1d9e1; 
		padding: 15px; 
		border: 1px solid #ccc; 
		box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	}
	.leftContent .insideLeftContent, 
	.rightContent .insideRightContent { 
		padding: 0 15px;
	}
	.inner .mainContent .insideMainContent { 
		background: transparent; 
		border: none;
		box-shadow: none;
	}

	.contentBG { padding-top: 10px; padding-bottom: 10px; }
	.inner .contentBG { 
	}
	.innerimage { height: 0px; }

	div.banner { height: 225px;	}
	.inner div.banner { margin-bottom: 50px; }

	.content {  }
	.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; }

	.topbar2 a.title { 
		display: inline-block; 
		text-decoration: none; 
		color: #000; 
		background-size: 100% 100%;
		position: absolute;
		width: 800px;
		top: 30px;
		left: 10px;
	}
	.topbar2 a.title img { 
		max-width: 100%;
	}

	.searchSocial { bottom: auto; top: 20px; }
	.searchSocial .socialTools a { display: inline-block; }
	.searchSocial .search.bar { margin-bottom: 0; }
	.searchSocial .search.bar .fieldAndButton{ padding: 0px; border-radius: 4px; width: 180px; }
	.searchSocial .search.bar .searchField { font-size: 10pt; padding: 3px; width: 85%; }
	.searchSocial .search.bar .searchMag { }

	.searchSocial .weather { float: right; margin-right: 15px; color: #fff; font-size: 12pt; margin-top: 3px; }
	.searchSocial .weather a, .searchSocial .weather a:hover { color: #fff; text-decoration: underline;}

	.topbar, .spacer, .navDrop, .searchDrop { display: none; }
	.topbar2, .spacer2, .searchSocial, .bannerbar { display: block; }

	.inner .mainContent { 
		margin-left: 10px;
		margin-right: 10px;
		min-height: 300px; 
	}

	.container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
		height: 100% !important;
		width: auto !important;
	}
	nav.horizontal.block > ul > li > a { padding: 8px 15px; }

	.filmstripbar_owl { padding: 15px 50px 10px 50px; }
	.filmstrip_owl div.item a div { max-width: 200px; }
	.filmstrip_arrowwrap { display: block; }
	.slider_owl div.item { height: 500px; }
	.carousel_owl div.item > a, 
	.carousel_owl div.item img { height: 400px; }
	.notifications { font-size: 12pt; }

	footer.main { padding: 20px; }

}
@media (min-width:1200px)
{
	nav.horizontal.block > ul > li > a { padding: 10px 20px; }

	.slider_owl div.item { height: 600px; }

	.topbar2 a.title { 
		width: 966px;
		left: 10px;
	}
}


