html { min-heihgt: 101%; }

#topscroll {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 45px;
	right: 45px;
	background-color: #F2F2F2;
	cursor: pointer;

	background-image: url('../images/arrow_up.png');
	background-position: 50% 50%;
	background-size: 48px;
	display: none;
}


.ugp4 	{ margin-top: 4px; }
.ugp8 	{ margin-top: 8px; }
.ugp12 	{ margin-top: 12px; }
.ugp16 	{ margin-top: 16px; }
.ugp24 	{ margin-top: 24px; }
.ugp32 	{ margin-top: 32px; }
.ugp40 	{ margin-top: 40px; }
.ugp48 	{ margin-top: 48px; }
.ugp56 	{ margin-top: 56px; }
.ugp64 	{ margin-top: 64px; }
.ugp80 	{ margin-top: 80px; }
.ugp128 { margin-top: 128px; }

.bgp0	{ margin-bottom: 0px; }
.bgp12	{ margin-bottom: 12px; }
.bgp20	{ margin-bottom: 20px; }
.bgp40	{ margin-bottom: 40px; }
.bgp64	{ margin-bottom: 64px; }
.bgp80	{ margin-bottom: 80px; }

.mNoTop270 { margin-top: 270px; }

.bgBrand 		{ background-color: #4A8203; }
.bgBlack 		{ background-color: #212121; }
.bgWhite 		{ background-color: #FFFFFF; }

.bgYellow 		{ background-color: #FFD800; }
.bgOrange 		{ background-color: #79BBC4; }
.bgGreyYellow 	{ background-color: #B2D2B6; }
.bgRed			{ background-color: #DD9458; }
.bgRose			{ background-color: #DD9458; }
.bgGrey 		{ background-color: #AFD6DC; }
.bgLila 		{ background-color: #6A4892; }
.bgGreen		{ background-color: #9FC7A3; }

.bgLightGrey 	{ background-color: #F5F5F5; }
.bgDarkGrey 	{ background-color: #757575; }

.lightGrey 		{ color: #999999; }
span.highlight { color: #EAC600; }

div.twoCols {
	column-count: 2;
	column-gap: 40px;
}

img {
	display: block;
	max-width: 100%;
	margin-bottom: 12px;
}


input {
	padding: 10px 20px;
}


img.searchGlass {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 20px;
	margin-top: 4px;
	cursor: pointer;
}

.topSquare, .simpleSite {
	padding: 0px;
	background-size: 150px;
	background-image: url('../images/greySquare.png');
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: -80px;
}

.simpleSite {
	background-image: url('../images/yellowSquare.png');
}

.fields-container { display: none; }


.btnMenuOpener {
	border: none;
	background-color: #FFFFFF;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 45px;
}

.btnGhost {
	border: 1px solid #212121;
	color: #212121;
	background-color: transparent;
	border-radius: 0px;
	padding: 10px 30px;
}


.modal-content,
.modal-header,
.modal-footer {
	border-bottom: none;
	border-top: none;
	border: none;
	border-radius: 0px;
	background-color: #94C9D0;
	text-align: center;
	justify-content: space-around;
}

.modal-footer { padding-bottom: 60px; }


/* HEADER & NAVIGATION IM HEAD
========================================= */

#esbzMobileLogo,
#mobileHead { display: none; }

#esbzLogo { z-index: 200; margin-left: 60px; }

#metaNavBar {
	display: block;
	height: 90px;
	width: 100%;
	background-color: #FFFFFF;
}

#metaNav {
	width: 75%;
	display: inline;
	float: left;
	margin-left: 60px;
	margin-top: 2px;
}

#menuBar {
	display: block;
	width: 100%;
}

#pageHeader {
	display: block;
	min-height: 460px;
	width: 100%;
	margin-top: -1px;
}

div#subMenu {
	display: inline;
	float: left;
	width: 460px;
}
div#leadImage {
	display: inline;
	float: left;
	width: 960px;
	width: calc(100% - 580px);
	height:460px;
	overflow: hidden;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img#leadingArticleImage { display: none; !important }



div#startSlideShow {
	height: 560px;
	width: 100%;
	overflow: hidden;
	display: block;
	background-color: #CFCFCF;
	z-index: 1;
}
div.startSliderImage { height: 560px; width: 100%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }


img#blogLink { position: relative; margin-top: -450px; display: block; float: right; margin-right: 120px; z-index: 400; }

div#startMenu { margin-top: -90px;}
#startMenuMobile { display: none; }



/* MENU
========================================= */
.menuOpener {
	margin-right: 20px;
	cursor: pointer;
}

#sideMenu {
	display: block;
	position: fixed;
	top: 0px;
	right: -640px;

	height: 100%;
	width: 640px;

	overflow: scroll;
	background-color: #FFFFFF;
	box-shadow: 0px -2px 3px 2px #212121;

   transition: right 0.5s;
   z-index: 1000;
}

#sideMenu.open {
	right: 0px;
}

#siteMenuBar {
	padding: 12px;
	background-color: #94C9D0;
}

.menuCloser {
	margin-right: 10px;
	cursor: pointer;
}


.imageRow1 { display: inline; float: left; margin-right: 10px; width: calc(33% - 10px);}
.imageRow2 { display: inline; float: left; width: calc(66% - 10px);}

.imageGrid {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;

	width: 100%;
	display: block;
}

.imageGrid01 { height: 200px; }
.imageGrid02 { height: 250px; margin-top: 10px; }
.imageGrid03 { height: 200px; display: inline; float: left; margin-right: 10px; width: calc(66% - 10px); }
.imageGrid04 { height: 200px; display: inline; float: left; width: calc(34%); }

.imageGrid05 { height: 250px; margin-top: 10px; display: block;}

.startSliderNav {
	width: 100%;
	height: 30px;
	margin-top: 56px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 50% 50%;
	background-image: url('../images/chevronLeft.png');
}

.startSliderNext {
	background-image: url('../images/chevronRight.png');
}


.leadSlider { display: block; width: 100%; height: 460px; }
.sliderImage {
	display: block;
	width: 100%;
	height: 460px;
	background-color: #EFEFEF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.contentSlider { display: block; position: relative; width: 100%; height: 460px; margin-bottom: 45px; z-index: 200;}
.contentSliderImage {
	display: block;
	width: 100%;
	height: 460px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 200;
}
.contentCarousel { height: 180px; }
.contentCarousel .contentSliderImage { height: 180px; margin-right: 5px;  }
.contentCarousel .contentSliderImage:first-slide { margin-right: 0px; }

.contentDots { margin: 0px; padding: 0px; top: 420px; left: 0px; width: 100%; text-align: center; z-index: 1000; position: absolute; list-style: none;}
.carouselDots { margin: 0px; padding: 0px; top: 140px; left: 0px; width: 100%; text-align: center; z-index: 1000; position: absolute; list-style: none;}
.contentDots li, .carouselDots li{ display: inline-block; margin: 5px;  width: 20px; height: 20px; cursor: pointer;
			background-size: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('../images/bullet_white.png');
}
.contentDots li button, .carouselDots li button { display: none; }
.contentDots li.slick-active, .carouselDots li.slick-active { width: 20px; height: 20px; background-size: 20px; background-image: url('../images/big_bullet_white.png');} 

.category-desc {
	border-bottom: 1px solid #999999;
	margin-bottom: 80px;
}

.category-desc img { display: none; }

.vcardImage {
	width: 100%;
	height: 200px;

	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;

	background-color: #D8D8D8;
}


#map {
	width: 100%;
	height: 420px;
	background-color: #EFEFEF;
	display: block;
	margin-bottom: 40px;
}

#breacCrumb {
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
	margin-top: 120px;
}

#footer {
	display: block;
	margin-top: 4px;
	width: 100%;
	padding: 30px 0px;
	background-color: #CAE4E7;
	bottom: 0px;
}

.footerLogo { display: none; }


/*
#########################################
BREACKPOINTS !!!!!

=========================================
=========================================
========================================= */
@media (max-width: 1279px) {
	div#menuBar ul li a { font-size: 18px; padding: 11px 20px;}

}

@media (max-width: 1180px) {
	div#metaNav {display: none; }
}

@media (max-width: 992px) {
	div#menuBar ul li {display: none; }
	div#metaNav ul li {margin-right: 5px;}


	div#subMenu { display: none; }
	div#leadImage { width: 100%; }
}
@media (max-width: 720px) {

	.imageRow1 { display: inline; float: left; margin-left: 10px; margin-right: 10px; width: calc(33% - 10px);}
	.imageRow2 { display: inline; float: left; width: calc(66% - 10px);}

	div#menuBar {display: none; }
	div#metaNavBar {display: none; }

	div#page 			{ margin-left: 20px; margin-right: 20px;}
	div#startMenu 		{ display: none; }
	div#startHead 		{ display: none; }
	#startMenuMobile 	{ display: block; }
	#breacCrumb 		{ display: none; }
	div#footer 			{ padding-bottom: 45px;}

	#mobileHead {
		display: block;
		width: 100%;
		height: 148px;
		background-color: #94C9D0;
	}

	#esbzMobileLogo {
		position: relative;
		display: block;
		margin: 0px auto;
		margin-top: -60px;
		margin-bottom: 60px;
		width: 100%;
	}

	#page.topSquare {
		margin-left: -20px;
		padding-left: 40px;
		padding-right: 20px;
		width: calc(100% + 20px);
	}



	.footerLogo {
	width: 45px; display: inline; float: left; margin-left: 20px; margin-right: 20px; margin-top: 6px;
	}



	#sideMenu {
		right: -320px;
		width: 320px;

		overflow: scroll;
	}


	.imageGrid01 	{ width: 100%; height: 460px; display: block; }
	.imageRow1 		{ margin-left: 0px; width: 100%; height: 460px; display: block; }

	.contentSlider 		{ height: 220px; margin-bottom: 45px; z-index: 200; }
	.contentSliderImage { height: 220px; }
	.contentDots { top: 180px; }
	.mNoTop270 { margin-top: 24px;}

}

@media (max-width: 576px) {

#topscroll {
	bottom: 25px;
	right: 25px;
}

div.twoCols {
	column-count: 1;
	column-gap: 0px;
}
}
