
/*body {
	font-family: 'Montserrat', sans-serif;
	background-image: url(graphics/dir-cover-bg.jpg);
	background-position: fixed !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	
}*/
body {
	background: url('graphics/dir-cover-bg.jpg') no-repeat top center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#page {
	margin-left: auto;
	margin-right: auto;
}

.main-squeezed {
	max-width:840px !important;
	margin: 8% auto;
	width: 94%;
}

p {
	font-size: 24px;
}

#footer-right p{
	font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 2.5rem !important;
	line-height: 2.3;
}

#page {
	background: none !important;
}

div.dirhome-primary {
	padding: 4% 6%;
	background: rgba(255, 255, 255, .8);
}

div.dirhome-logo {
clear: both;
	text-align: right;
}

.dirhome-intro p {
	font-size: 26px;
	color: #e31c23 !important;
	margin: 2px 0;
}
.dirhome-intro p.larger-title-french {
	font-size: 30px !important;
}
.dirhome-intro h1 {
	font-size: 130px !important;
	font-weight: normal !important;
	letter-spacing: -2px;
	color: #585953;
	line-height: 130px;
	margin-left: -7px !important;
	margin: 2px 0;
}

.dirhome-intro h1.longer-title-french {
	font-size: 90px !important;
	line-height: 90px;
	margin-top: 8px;
	
}

.dirhome-intro-mobile {
	display: none;
}

.dirhome-search p {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 23px;
	margin-top: 12px;
	margin-bottom: 6px;
}
.dirhome-search {
	clear: both;
	color: #585953;
	margin-bottom: 24px;
}

input[type="text"] {
width: 80%;
height: 20%;
}
button[submit] {
width: 48px;
}
img.search-button {
width: 20%;
height: 20%;
}

.dirhome-social {
margin-bottom: 24px;
float: left;
}
.dirhome-social  img{
	width: 24px;
	padding: 3px;
}
.dirhome-social  img:hover{
	opacity: 0.6;
}

.dirhome-exit {
	color: #e31c23;
	float: left;
	padding: 3px 0 0 24px;
}

.dirhome-exit a {
	color: #e31c23;
	text-transform: uppercase;
}
.dirhome-exit a:hover{
	text-decoration: underline !important;
}

p.cities-block {
	clear: both;
	text-align: justify;
	line-height: 20px;
}

p.cities-block  a{
	padding: 2px 2px;
	font-size: 12px;
	line-height: 14px;
}

a.town-dark {
	color: #111111;
}
a.town-lite {
	color: #585953;
}
a.town-lite:hover, a.town-dark:hover {
	color: #e31c23;
	background: rgba(255, 255, 255, .2);
}

/* Search inputs */

#home-search-inputs-holder {
	width: 100%;
	float: left;
	padding: 6px 0 24px 0;
}


#home-city-search-holder {
	width: 44%;
	float: left;
	background: #FFFFFF;
	padding: 1.5% 0 1.5% 1.3%;
	margin-right: 2%;
	text-align: left;
	border: solid 1px #AAAAAA;
}
div.french-smaller-box {
	width: 32% !important;
}

#home-city-search-holder input {
	border: none !important;
}

#home-dropdown-holder {
	width: 25%;
	float: left;
}
#home-dropdown-holder select{
	width: 100%;
	float: left;
}

#home-amenity-holder {
	padding-bottom: 24px !important;
}

#home-buttons-holder {
	float: right;
	width: 25%;
	background: #DDDDDD;
	text-align: right;
}

div.french-bigger-box {
	width: 38% !important;
}

input.red-button, input.blue-button {
	width: 48%;
}

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

	body {
		font-family: 'Montserrat', sans-serif;
		background-image: url(graphics/dir-cover-bg-sm.jpg);
		background-position: top center !important;
		background-size: cover !important;
		background-attachment: fixed !important;
		background-color: #BBBBBB;
		
	}
	
	.main-squeezed {
		margin: 0;
		width: 100%;
	}
	.dirhome-intro {
		display: none;
	}
	.dirhome-intro h1 {
		font-size: 72px !important;
		line-height: 72px;
		padding-left: 3px;
	}
	
	.dirhome-intro p {
		font-size: 20px;
		color: #e31c23 !important;
		line-height: 24px;
	}
	
	.dirhome-intro-mobile {
		display: block;
	}

	.dirhome-intro-mobile img{
		width: 100%;
		padding-bottom: 12px;
	}

	div.dirhome-logo {
		padding-bottom: 24px;
		text-align: center;
	}
	div.dirhome-logo img{
		width: 190px;
		padding-right: 40px;
		padding-top: 16px;
		padding-bottom: 12px;
	}
	.dirhome-search p {
		text-transform: uppercase;
		font-size: 18px;
		line-height: 21px;
		margin-top: 24px;
		margin-bottom: 6px;
		margin-left: 0;
	}
	.dirhome-social {
		margin-bottom: 12px;
	}
	.dirhome-social  img{
		width: 32px;
		padding: 5px;
	}
	.dirhome-exit {
		clear: both;
		padding: 0 0 12px 2px;
		line-height: 28px;
	}
	.dirhome-exit a {
		clear: both;
		padding: 12px 0 12px 2px;
		line-height: 24px;
	}
	
	p.cities-block {
		clear: both;
		text-align: center;
		line-height: 20px;
	}
	
	p.cities-block  a{
		padding: 4px 4px;
		font-size: 13px;
		line-height: 24px;
	}
	
	/* Search inputs */

	#home-search-inputs-holder {
		width: 100%;
		float: left;
		padding: 6px 0 24px 0;
	}


	#home-city-search-holder {
		width: 98%;
		margin-bottom: 12px;
		padding: 3.5% 0 3.5% 2%;
	}

	#home-dropdown-holder {
		width: 100%;
		margin-bottom: 12px;
	}
	
	#home-amenity-holder {
		padding-bottom: 32px !important;
	}


	#home-buttons-holder {
		width: 100%;
		text-align: center;
	}
	
	div.french-smaller-box {
	width: 100% !important;
}


div.french-bigger-box {
	width: 100% !important;
}

		input.red-button, input.blue-button {
			width: 49%;
		}


}


@media screen and (max-width: 420px) {
	.dirhome-intro h1 {
		font-size: 52px !important;
		margin-left: 0;
		line-height: 52px;
		margin-top: 2px;
	}
	
	.dirhome-intro p {
		font-size: 16px;
		line-height: 20px;
	}
	div.dirhome-logo {
		padding-bottom: 12px;
		text-align: center;
	}
	div.dirhome-logo img{
		max-width: 170px;
	}
	.dirhome-search p {
		text-transform: uppercase;
		font-size: 18px;
		line-height: 21px;
		margin-top: 12px;
		margin-bottom: 6px;
		margin-left: 0;
	}
	.dirhome-social {
		margin: 0 auto;
		margin-bottom: 12px;
		width: 100%;
		overflow: hidden;
		float: none;
		text-align: center;
	}

	.dirhome-social  img{
		width: 15%;
		padding: 0;
		margin: 0 1.5% 0 1.5%;
	}


}



