/* ------------------ GLOBAL ------------------ */

* { padding: 0; margin: 0; }
div.clear { clear: both; }

body {
	background: url(../template/bg_crepi.jpg) top left repeat;
}

.light {font-weight: 400;}
.very_light {font-weight: 200;}
.center {text-align: center;}
.white {color: white;}

hr.dark {
	border-bottom: 1px solid #333;
	border-top: 1px solid #111;
}


div.main_separator {
	border-top: 5px solid #97C61F;
	border-bottom: 5px solid #EC7102;
	width: 100%;
	height: 5px;
	background: #333;
}


/* HEADER */

div#header {
	width: 100%;
	height: 400px;
	padding-top: 30px;
	background: url(../template/bg_header.jpg) repeat bottom center;
}

div.container.menu ul.nav > li:hover {
	border-bottom: 2px solid dodgerblue;
}

div.container.menu div.navbar {
	box-shadow: 0px 1px 5px 0px #111;
	margin-top: 40px;
}




/* MAIN CONTENT */

div.container.main {margin-bottom: 50px;}

div.container.main div.content {
	margin-top: -140px;
}

div.container.main div.content a.thumbnail {
	background: white;
}

div#home_slider {
	border: 5px solid white;
	box-shadow: 0px 0px 15px 0px #000;
}

div#home_slider .carousel-control {
	top: 47%;
}




/* FOOTER */
div#footer {
	width: 100%;
	height: 280px;
	background: url(../template/bg_footer.jpg) repeat top center;
}

div#footer div#gmap div#iframe {
	height: 300px;
	border: 5px solid white;
	margin-top: -80px;
	box-shadow: 0px 1px 7px #222;
}



/* Large desktop */
@media (min-width: 1200px) {
div#header {height: 450px;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
div#header {
	height: auto;
	padding-top: 0px;
	background: none;
	border-bottom: none;
}
div.container.main div.content {
	margin-top: 0px;
}
div.container.menu div {
	box-shadow: none;
}
div#home_slider {
	box-shadow: none;
}
div#footer {text-align: center;}
div#footer div#gmap div#iframe {margin-top: 20px;}
div.container.main {margin-bottom: 0px;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
}
