@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 55px;
	background-color: #FFFFFF;
}

body,td,th {
	color: #333;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}

.font_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #F00;
}
.font_title2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #F00;
}
.font_subtitle_white {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #FFF;
}
.font_subtitle_white2 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #FFF;
}
.font_15 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
}

.font_12 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #000000;
	-webkit-box-shadow: 0px 10px 14px -7px #000000;
	box-shadow: 0px 10px 14px -7px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}
.img-shadow {
	position: absolute;
    top: 0;
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translateX(-50%);
	z-index: 15;
}
.shadow_wrap {
	position: relative;
}
#main {
	margin-top: 0px;
	margin-bottom: 0px;
}
#head {
	background: #fff;
    font-family: 'Vollkorn', serif;
    color: #069;
    font-weight: 400;
}

#foot {
	padding-bottom: 30px;
	padding-top: 30px;
}
.brand-break {
	background-color:	#B00D1F;
	height: 10px;
	width: 100%;
	clear: both;
}
#head.row.no-gutter {
	position: relative;
	z-index: 10;
}
#head-logo {
	width: 100%;
	background: #fff;
	height: 122px;
	position: absolute;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(85,85,85,.5);
	-moz-box-shadow: 0px 6px 5px 0px rgba(85,85,85,.5);
	box-shadow: 0px 6px 5px 0px rgba(85,85,85,.5);
}
#foot_bar {
	background: #51a38d; /* Old browsers */
	background: -moz-linear-gradient(top,  #51a38d 0%, #62d5b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #51a38d 0%,#62d5b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #51a38d 0%,#62d5b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a38d', endColorstr='#62d5b6',GradientType=0 ); /* IE6-9 */
	height: 50px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}
#foot_wrap {
	width: 100%;
	background: #328AE8;
}
#head-logo .img-responsive {
	position: absolute;
    top: 0;
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translateX(-50%);
}
#head-phone {
	position: absolute;
	left: 10px;
	top: 4px;
}
#head-hotline {
	position: absolute;
	right: 10px;
	top: 4px;
}
#ttModal {
	font-size: 2.5em;
}
#ttModal .modal-content {
	background: rgba(0, 102, 153, 0.9);
}
#ttModal .modal-content a:link,
#ttModal .modal-content a:visited,
#ttModal .modal-content a:active {
	color: #ffffff;
	font-weight: bold;
}
@media (min-width: 1px) {
	#head-logo .img-responsive {
		height: 80px;
	}
	#head-logo {
		height: 25px;
	}
	#head-left .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	#head-right {
		text-align: center;
		padding-top: 10px;
	}
	#foot-left {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		padding-top: 10px;
		padding-left: 15px;
	}
	#foot-left > .img-responsive {
	    margin-right: auto;
		margin-left: auto;
	}
	#foot-right {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	#foot-text {
		text-align: center;
	}
	#map-canvas {
		height: 200px;
	}
	img.header-image {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#head-logo .img-responsive {
		height: 100px;
	}
	#head-logo {
		height: 33px;
		font-size: 15px;
	}
	#head-phone {
		top: 7px;
	}
	#head-hotline {
		top: 7px;
	}
	#head-left .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	#head-right {
		margin-top: auto;
		margin-bottom: auto;
		text-align: right;
	}
	#foot-left > .img-responsive {
	    margin-right: 0;
		margin-left: 0;
	}
	#foot-right {
		text-align: right;
		margin-top: 20px;
		padding-right: 20px;
	}
	#foot-text {
		padding-right: 20px;
		padding-top: 40px;
		text-align: left;
	}
	#map-canvas {
		height: 300px;
	}
}
@media (min-width: 1024px) {
	#head-logo .img-responsive {
		height: 200px;
	}
	#head-logo {
		height: 65px;
		font-size: 35px;
		text-shadow: 1px 2px 4px #525252;
	}
	#head-phone {
		left: 15px;
		top: 7px;
	}
	#head-hotline {
		right: 15px;
		top: 7px;
	}
	#head-left {
		padding-left: 20px;
		padding-top: 10px;
	}
	#head-left .img-responsive {
		margin-left: 0;
		margin-right: 0;
	}
	#head-right {
		padding-right: 20px;
		text-align: right;
		padding-top: 55px;
	}
	#foot-right {
		margin-top: 20px;
		padding-right: 20px;
	}
	#map-canvas {
		height: 500px;
	}
}
@media (min-width: 1200px) {
	#head-left {
		padding-left: 20px;
		padding-top: 10px;
	}
	#head-left .img-responsive {
		margin-left: 0;
		margin-right: 0;
	}
	#head-right {
		padding-right: 20px;
		text-align: right;
		padding-top: 55px;
	}
	#foot-right {
		margin-top: 20px;
		padding-right: 20px;
	}
	#map-canvas {
		height: 500px;
	}
}
