@charset "UTF-8";


body  {
	background-image: url(img/bkg_header_index2018.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-size:3000px 780px;
}
	
.tagline {
	width:100%;
	max-width:465px;
	height:auto;
	margin-top:30px;
	margin-bottom:100px;
	}
	
	.tagline-blank {
	display:none;
	}
	
	.template #mainContent {
	padding-bottom: 45px;
}

	.menu li ul{
		background:#FFFFFF;
		}
		
				.menu li ul a:hover, .menu li ul li:hover a{
			background-color:#d7d7d7;
			}


@media screen and (max-width: 1200px) {
	
body  {
	background-image: url(img/bkg_header_index2018_1200.jpg);
	background-size:3000px 693px;
}
	
	.tagline {
	max-width:405px;
	margin-top:10px;
	margin-bottom:85px;
	
	}
	
	}


@media screen and (max-width: 963px) {
	

body  {
	background-image: url(img/bkg_header_index2018_963.jpg);
	background-size:1222px 680px;
}
	
	.tagline {
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	padding-right:25px;
	padding-left:25px;
	margin-top:30px;
	margin-bottom:90px;
	
	}
	
	}
	
	@media screen and (max-width: 850px) {
	
	
	.tagline {
		margin-top:25px;
	max-width:357px;
	margin-bottom:120px;
	
	}
	
	}

@media screen and (max-width: 767px) {
	
	body  {
			background: #FFFFFF;
	background-image: url(img/bkg_header.gif);
	background-repeat:repeat-x;

}

.template #mainContent {
	background-image: url(img/bkg_header_index2018_mobile.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
}

.tagline {
	display:none;
	}
.tagline-blank {
	display:block;
	width:65%;
	height:auto;
	}
		
					body.show-menu.template #header {
				background-color:#FFFFFF;
	}

	
	}
		@media screen and (max-width: 480px) {

	
	.template #mainContent {
		margin-top:-3px;
}

	}
	

	
	
	
	