/* override h1 from main */
h1{
	font:bold 30px "Open Sans", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin:0 0 10px 0;
	line-height: 30px;
}

h2{
	font:bold 22px "Open Sans", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin:0 0 10px 0;
}



/* image is TOP aligned and moves further up into negative on scroll so it looks a bit 3 dimensional */
#bg{	
	background:#043956 url(../slides/image_xaa.jpg) no-repeat center 0px; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:400px;
	margin-top:50px;
}

/* image is TOP aligned and moves further up into negative on scroll so it looks a bit 3 dimensional */
#bg2{	
	background:#043956 url(../slides/image_xyy.png) no-repeat center 0px; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:450px;
	margin-top:0;
}

/* text inside the bg image */
#bg_text{
	width:40%;
	float: left;
	font-size: 30px;
	font-weight: bold;
	padding:50px 0 0 30px;
	color: #FFF;
}
#bg_text_small{
	font-size: 14px;
	font-weight: normal;
}

/* text inside the bg image */
#bg_form{
	margin: 50px 30px 0 0;
	float: right;
	background: #060D14;
	width:320px;
	height:480px;
	padding:10px 60px 30px 60px;
	border-radius: 7px;
	text-align: center;
}

/* used in the corporate form tag */
#corporate-form{
	margin: 0 auto;
}

/* log and register forms */
#form_title_corporate{
	margin:15px 0 0 0;
	height:22px;
	background: url(../img/form_icon_register.png) no-repeat center left;
	background-size: 22px 22px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
}
#form_subtitle_corporate{
	margin:0 0 12px 0;
	color:#FFF;
	font-size: 13px;
}

.article{
	margin:0 0 30px 0;
	padding:0;
}

#column_left{
	background: url(../img/booking_col_left.png) no-repeat center bottom;
	background-size: 1100px 500px;
	text-align: center;
	width:50%;
	float:left;
	height:500px;
}
#column_right{
	background: url(../img/booking_col_right.jpg) no-repeat center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	width:50%;
	float:right;
	height:500px;
	text-align: center;
}
.column_content{
	padding: 40px 30px 40px 30px;
}

#phone{
	display: inline-block;
	background: #777777 url(../img/ico_phone.png) no-repeat 40px center;
	background-size: 24px 24px;
	height:70px;
	line-height:70px;
	width:220px;
	color:#FFF;
	padding-left: 37px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 4px;
}

#datepicker{
	height: 42px;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0 3% 0 3%;
	vertical-align: middle;
	background: #fff;
	border: 0px solid #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #888;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.input_width{
	width:300px !important;
}
.material-icons{
	margin-right:10px;
}

/* 3 step content */
.bg_left{
	text-align: center;
	float:left;
	width: 40%;
	height:450px;
}
#bg_left_step1{
	background: url(../img/booking_comp1.png) no-repeat center bottom;
	background-size: 325px 269px;
}
#bg_left_step2{
	background: url(../img/booking_comp2.png) no-repeat center bottom;
	background-size: 325px 269px;
}
#bg_left_step3{
	background: url(../img/booking_comp3.png) no-repeat center bottom;
	background-size: 325px 269px;
}
.bg_right{
	color: #FFF;
	text-align: left;
	float:left;
	width: 40%;
}
.dot1, .dot2, .dot3{
	margin: 20px 5px 0 5px;
	display: inline-block;
	background: #58BAF1;
	width:14px;
	height:14px;
	border-radius: 7px;
	cursor: pointer;
}


/***********************/
/* screen under 969 px */
/***********************/
@media (max-width: 969px) {
	/* override h1 from main */
	h1{
		font:bold 24px "Open Sans", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		margin:0 0 10px 0;
	}
	
	/* image is TOP aligned and moves further up into negative on scroll so it looks a bit 3 dimensional */
	#bg{
		height:430px;
		margin-top:50px;
	}
	/* image is TOP aligned and moves further up into negative on scroll so it looks a bit 3 dimensional */
	#bg2{
		height:600px;
		margin-top:0;
	}
	
	/* text inside the bg image */
	#bg_text{
		width:auto;
		float: none;
		font-size: 20px;
		font-weight: bold;
		padding:20px 10px 0 10px;
		color: #FFF;
	}
	#bg_text_small{
		font-size: 12px;
		font-weight: normal;
	}
	
	/* text inside the bg image */
	#bg_form{
		width:260px;
		margin: 30px 10px 0 10px;
		float: none;
		/* for mobile the height is calculated in resetSizePageSpecific */
		padding:10px 10px 20px 10px;
	}

	/* log and register forms */
	#form_title_corporate{
		margin:8px 0 3px 0;
		height:22px;
		background: url(../img/form_icon_register.png) no-repeat center left;
		background-size: 22px 22px;
		color: #FFF;
		font-size: 17px;
		font-weight: bold;
		line-height: 22px;
	}
	#form_subtitle_corporate{
		color:#FFF;
		font-size: 12px;
	}

	.article{
		margin:0 0 20px 0;
	}

	#column_left{
		text-align: center;
		width:100%;
		height:350px;
	}
	#column_right{
		text-align: center;
		width:100%;
		height:auto;
		padding-bottom:30px;
	}
	.column_content{
		padding: 10px 40px 10px 40px;
	}
	
	#phone{
		display: inline-block;
		background: #777777 url(../img/ico_phone.png) no-repeat 20px center;
		background-size: 24px 24px;
		height:50px;
		line-height:50px;
		width:170px;
		color:#FFF;
		padding-left: 37px;
		font-size: 20px;
		font-weight: bold;
		border-radius: 4px;
	}
	
	#datepicker{
		height: 42px;
		width: 244px;
		margin: 0 0 10px 0;
		padding: 0 3% 0 3%;
		vertical-align: middle;
		background: #fff;
		border: 0px solid #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 50px;
		color: #888;
		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	}
	.input_width{
		width:244px !important;
	}
	.material-icons{
		margin-right:10px;
	}
	
	
	
	/* 3 step content */
	.bg_left{
		text-align: left;
		float:left;
		width: 100%;
		height:220px;
	}
	#bg_left_step1{
		background: url(../img/booking_comp1.png) no-repeat 10px bottom;
		background-size: 200px 166px;
	}
	#bg_left_step2{
		background: url(../img/booking_comp2.png) no-repeat 10px bottom;
		background-size: 200px 166px;
	}
	#bg_left_step3{
		background: url(../img/booking_comp3.png) no-repeat 10px bottom;
		background-size: 200px 166px;
	}
	.bg_right{
		padding:10px;
		color: #FFF;
		text-align: left;
		float:left;
		width: 100%;
	}
	.dot1, .dot2, .dot3{
		margin: 20px 5px 0 5px;
		display: inline-block;
		background: #58BAF1;
		width:12px;
		height:12px;
		border-radius: 6px;
		cursor: pointer;
	}
	.dot1{
		margin-left: 10px;
	}
}





/****************************/
/* landcape and moving cars */
/****************************/
#ftr_main .houses {
	height: 520px;
	background: url(../img/ftr_houses_white.png) center top repeat-x;
}

#ftr_main .sky1 {
	background: url(../img/ftr_sky_white.png);
}

/* when we have a high res screen */
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:145dpi) {
	#ftr_main .houses {
		background: url(../img/ftr_houses_white_2x.png) center top repeat-x;
		background-size: 1414px auto
	}
			
	/* sky elements */
	#ftr_main .sky1 {
		background: url(../img/ftr_sky_white_2x.png) 0 0 / 1800px auto
	}
}