
/*
	
font-family: "lato", Helvetica, Arial, sans-serif;
font-weight: 400/600/800;
	
BLAUW: #202d4b	
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	background: #fff;
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #777;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

/* header */

.header {
	float: left;
	width: 100%;
	background: #141a23;
}

/* facebook */

.header img.facebook {
	float: right;
	width: 30px;
	margin-top: 13px;	
}

/* nav */

nav {
	float: left;
	width: calc(100% - 30px);
} 

nav a {
	display: inline-block;
	color: #eee;
	line-height: 1em;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 18px 20px;
	margin-right: 1px;
}

nav a:hover {
	color: #fff;
	background: #1d2840;
}

nav a.selected {
	color: #fff;
	background: #202d4b;
}

/* logo */

.logo {
	float: left;
	width: 100%;
	background: #202d4b url('/_graphics/bg_logo.png') bottom center no-repeat;
}

.logo img {
	float: left;
	width: 30%;
	margin: 45px 0;
}

.logo span {
	float: right;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	margin-top: 75px;
	margin-right: 50px;
}

/* content */

.content {
	float: left;
	width: 100%;
	background: #fff url('/_graphics/bg.png') bottom center no-repeat;
	/* padding-bottom: 20px; */
}

.content a {
	color: #202d4b;
}

.content a:hover {
	color: #141a23;
}

.content a.anchor {
	float: left;
	width: 100%;
	height: 10px;
	opacity: 0;
}

.content a.button {
	display: inline-block;
	color: #202d4b;
	border: 2px solid #202d4b;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 2px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.content a.button:hover {
	color: #fff;
	background: #202d4b;
}

.content img.left {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
}

.content h1 {
	color: #141a23;
	font-size: 34px;
	font-weight: 800;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

.content h2 {
	color: #202d4b;
	font-size: 26px;
	font-weight: 800;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

.content h2.center {
	text-align: center;
}

.content h2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.content p {
	line-height: 1.4em;
	margin-bottom: 22px;
}

.content p.small {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 22px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 22px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 22px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 26px;
	margin-bottom: 8px;
	background: url('/_graphics/icon_check.png') top left no-repeat;
	background-size: 16px auto;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.content table.contact td.data {
	float: left;
	width: 48%;
}

.content table.contact td.map {
	float: right;
	width: 48%;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* text */

.text {
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
}

/* blocks */

.block {
	float: left;
	width: 100%;
	background: #f0f0f0;
	margin-bottom: 20px;
}

.block .home_left {
	float: left;
	width: 40%;
	padding: 60px 5% 30px 5%;
}

.block .home_right {
	float: right;
	width: 40%;
	padding: 60px 5% 30px 5%;
	/* background: #e0e0e0; */
}

.block .wide {
	float: left;
	width: 100%;
	padding: 40px 0 10px 0;
}

.form {
	float: left;
	width: 50%;
}

.calendar {
	float: right;
	width: 43%;
}

/* home blocks */

.home_blocks {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.home_block {
	float: left;
	width: 28%;
	margin: 0 2.6%;
	border-top: 10px solid #8094B0;
	cursor: pointer;
}

.home_block:hover {
	border-top: 10px solid #141a23;
}

.home_block img {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.home_block strong.title {
	float: left;
	width: 100%;
	color: #202d4b;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.home_block strong.title b {
	font-weight: 800;
}

.home_block div.inner {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
}

.home_block h2 {
	font-size: 20px;
	color: #ed2f89;
	margin-bottom: 20px;
}

.home_block p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

.home_block:hover a.button {
	color: #fff;
	background: #202d4b;
}

/* spotlight */

.spotlight {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	color: #202d4b;
	background: #F4D35E; 
	text-decoration: none;
	transition: all 0.3s;
	text-align: center;
	font-size: 18px;
}

.spotlight p {
	margin-bottom: 0;
}

.spotlight strong {
	font-size: 23px;
}

.spotlight:hover {
	background: #DEC056;
}

/* jobs */

div.job {
	float: left;
	width: 48%;
	margin-bottom: 25px;
}

div.job.right {
	float: right;
}

/* cars */

.car_images {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.car_images img {
	float: left;
	width: 10.5%;
	margin: 0 2.1% 20px 0;
}

.car_images img.first {
	float: left;
	width: 35%;
	margin: 0 2% 15px 0;
}

/* calendar */

.clndr {
	float: left;
	width: 100%;
}

.clndr-controls {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	color: #202d4b;
	font-weight: 600;
}

.clndr-controls .month {
	float: left;
	width: 33%;
	text-align: center;
}

.clndr-controls .clndr-previous-button, 
.clndr-controls .clndr-next-button {
	float: left;
	width: 33%;
	cursor: pointer;
	opacity: 0.4;
}

.clndr-controls .clndr-previous-button:hover, 
.clndr-controls .clndr-next-button:hover {
	opacity: 1;
}

.clndr-controls .clndr-next-button {
	text-align: right;	
	width: 34%;
}

.clndr-grid {
	float: left;
	width: 100%;
}

.days-of-the-week {
	float: left;
	width: 100%;
}

.header-day {
	float: left;
    width: 14.2857%;
    padding: 10px 0;
    text-align: center;
   	color: #fff;
	background: #202d4b;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.clndr-grid .days .empty {
    float: left;
    width: 14.2857%;
    padding: 10px 0;
    text-align: center;
    background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.clndr-grid .days .day {
    float: left;
    width: 14.2857%;
    padding: 10px 0;
    text-align: center;
    color: #ccc;
    background: #f0f0f0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.clndr-grid .days .day.event {
	color: #fff;
    background: #31a02b;
}

/* sitemap */

ul#sitemap {
	font-size: 17px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 16px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 15px;
}

/* form */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
}

.form span.label {
	margin-bottom: 2px;
}

.form span.label.error {
	color: #b00;
}

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin-top: -5px;
	margin-bottom: 15px;
}

.form span.hint a {
	color: #777;
}

.form span.hint a:hover {
	color: #555;
}

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.form span.checkbox.error {
	color: #b00;
}

.form span.checkbox.error a {
	color: #b00;
}

.form span.label b, 
.form span.checkbox b {
	color: #999;
	font-weight: normal;
	font-size: 80%;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #b00;
	font-weight: bold;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #b00;
}

/* form fields */

.form input.text {
	float: left;
	width: 95%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 7px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #202d4b;
	font-size: 16px;
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.form input.text.error {
	border: 1px solid #d00;
}

.form textarea {
	float: left;
	width: 95%;
	height: 100px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #202d4b;
	font-size: 16px;
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.form select {
	float: left;
	width: 50%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	color: #202d4b;
	font-size: 16px;
	font-family: "lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	color: #202d4b;
	font-size: 28px;
	font-weight: 800;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #2db200;
	margin-bottom: 20px;
}

div.feedback.error {
	background: #b00;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	cursor: pointer;
	overflow: visible;
	outline: none;
	display: inline-block;
	color: #202d4b;
	background: #fff;
	border: 2px solid #202d4b;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 2px;
	margin-right: 8px;
	margin-bottom: 10px;
}

button:hover {
	color: #fff;
	background: #202d4b;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: #999;
	border-top: 1px solid #ddd;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #141a23;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-top: 5px;
	margin-left: 8px;
}
