@import url(https://fonts.googleapis.com/css?family=Abel|Open+Sans:400,600);
.sp {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.sp-head {
	z-index: 30;
	position: fixed;
	top: 0px;
	right: 0px;
    width: 250px;
    height: 80px;
}
.sp-edificio {
    background-position: -5px -5px;
}
.sp-info {
    background-position: -265px -5px;
}
.sp-localisation {
    background-position: -525px -5px;
}
.sp-contact {
    background-position: -785px -5px;
}
#contact{background: url(/picture_library/logo-asset.png)#fff  90% 30px no-repeat;background-size: 130px auto;}
.sp-logo {
    width: 193px;
    height: 57px;
    background-position: -1045px -5px;
}

html, body {
	height:100%;
	min-height:100%;
}

body {
	overflow: hidden;
	position: relative;
	color: #464646;
	padding-top: 0px;
	font-family: "Open Sans", sans-serif;
	/*background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;*/
}

a {
	text-decoration: none;
}
a:active, input:active {
	outline: none;
}

a:focus, object:focus, input:focus {
	outline: none;
}

a { color: #464646; }
	a:hover { color: #308c58; text-decoration: none; }

.navbar-fixed-top {
	text-align: center;
	background: white;
	z-index: 10;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}
	.navbar-fixed-top a {
		font-family: "Abel", sans-serif;
		font-size: 15px;
		color: #b7a744;
		padding:29px 15px 29px 15px;
		margin: 0px;
		display: inline-block;
		transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-moz-transition: color 0.5s;
		-o-transition: color 0.5s;
	}
		.navbar-fixed-top a:hover,
		.navbar-fixed-top a:active,
		.navbar-fixed-top a.active {
			color: #308c58;
			text-decoration: none;
		}
.navbar-brand {
	margin-top: 11px !important;
	padding:0px !important;
}

.language-selector { margin-left: 55px; }
.language-selector a {
		font-family: "Abel", sans-serif;
		font-size: 15px;
		color: #999999;
		padding:29px 1px 29px 1px;
		margin: 0px;
		display: inline-block;
		transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-moz-transition: color 0.5s;
		-o-transition: color 0.5s;
	}
		.language-selector a:hover,
		.language-selector a:active,
		.language-selector a.active {
			color: #308c58;
			text-decoration: none;
		}

.block {
	position: fixed;
	background-color: #fff;
	width: 350px;
	padding: 35px;
	color: #464646;
	font-size: 13px;
	z-index: 5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
	.block p {
		margin: 25px 0px 0px 0px;
		color: #464646;
		padding: 0px;
	}
	.block h2 {
		font-family: "Abel", sans-serif;
		font-weight: 100;
		margin: 0px;
		padding: 0px;
		font-size: 36px;
		color: #308c58;
	}

#edificio {
	left: 125px;
	bottom: -100%;
	border-bottom: 4px solid #e8e8e8;
}
#info {
	right: 125px;
	bottom: -100%;
	border-bottom: 4px solid #e8e8e8;
}
#localisation {
	left: 125px;
	top: -100%;
	border-top: 4px solid #e8e8e8;
}
#contact {
	right: 125px;
	top: -100%;
	border-top: 4px solid #e8e8e8;
}
#map {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: fixed;
	height: 100%;
	width: 100%;
	/*display: none;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;*/
	left: 0px;
	z-index: 2;
}

.background {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
/*.background.edificio { background-image:  url(../img/1_1.jpg); z-index: 4; }
.background.info { background-image:  url(../img/2_1.jpg); z-index: 3; }
.background.contact { background-image:  url(../img/4_1.jpg); z-index: 1; }
*/

.background.edificio { z-index: 4; }
.background.info { z-index: 3; }
.background.contact { z-index: 1; }

.edificio .background.edificio { top: 0%; }
.edificio .background.info { top: 25%; }
.edificio #map { top: 50%; }
.edificio .background.contact { top: 75%; }

.info .background.edificio { top: -100%; }
.info .background.info { top: 0%; }
.info #map { top: 25%; }
.info .background.contact { top: 50%; }

.localisation .background.edificio,
.localisation .background.info { top: -100%; }
.localisation #map { top: 0%; }
.localisation .background.contact { top: 25%; }

.contact .background.edificio,
.contact .background.info,
.contact #map { top: -100%; }
.contact .background.contact { top: 0%; }

.edificio #edificio { bottom: 0%; }
.info #info { bottom: 0%; }
.localisation #localisation { top: 80px; }
.localisation #map {
	display: block;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
}
.contact #contact { top: 80px; }

.vertical-navigation {
	position: fixed;
	top: 50%;
	right: 0px;
	display: block;
	color: white;
	text-align: right;
	z-index: 10;
}
	.vertical-navigation a {
		display: block;
		color: white;
		font-weight: bold;
		font-size: 35px;
		padding: 8px 20px 8px 0px;
		line-height: 12px;
	}
		.vertical-navigation a:hover,
		.vertical-navigation a:focus {
			text-decoration: none;
			color: white;
		}
		.vertical-navigation span {
			display: none;
			font-weight: normal;
			font-size: 12px;
			line-height: 12px;
			margin-right: 7px;
			 vertical-align: top;
		}
		.vertical-navigation a:hover span {
			display: inline;
			text-decoration: none;
		}
		.vertical-navigation a:focus span {
			text-decoration: none;
		}

.navbar-toggle {
	float: none;
	margin-right: 0px;
}
	.navbar-toggle .icon-bar {
		background-color: #999;
	}

.btn-download {
	font-family: "Abel", sans-serif;
	font-weight: 100;
	background: white none;
	border: 1px solid #308c58;
	color: #308c58;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: none;
	transition: all 0.5s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
}
	.btn-download:hover, .btn-download:focus {
		background: #308c58;
		border: 1px solid #308c58;
		color: white;
	}


.phone { color: #666666; font-size: 18px; }


.visible-edificio,
.visible-info,
.visible-contact {
	display: none;
	width: 100%;
	height: 40%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.edificio-bg-1 { background-image: url(../img/1_1.jpg); }
.edificio-bg-2 { background-image: url(../img/1_2.jpg); }
.info-bg-1 { background-image: url(../img/2_1.jpg); }
.info-bg-2 { background-image: url(../img/2_2.jpg); }
.contact-bg-1 { background-image: url(../img/4_1.jpg); }
.contact-bg-2 { background-image: url(../img/4_2.jpg); }

/*******************************************************
 * Responsiveness
 *******************************************************/
/* Mobile */
@media (max-width: 767px) {
	body {
		padding-top: 120px;
	}
	.sp-head {
		top: -2px;
  		right: -145px;
	}
	.navbar-fixed-top .navigation {
		margin: 10px 0px -1px 0px;
		background-color: #e8e8e8;
	}
	.collapse.in { padding-bottom: 25px; }
	.navbar-fixed-top a {
		font-size: 15px;
		display: block;
		padding: 2px 0px;
	}
	.language-selector {
		margin: 0px;
	}
	.language-selector a {
		display: inline;
	}
	.block {
		position: relative;
		background-color: #fff;
		width: 100%;
		padding: 35px;
	}
	#edificio, #localisation, #info, #contact {
		display: none;
		top:0px;
		bottom:0px;
		left: 0px;
		right: 0px;
		border: 0px;
	}

	.edificio .visible-edificio { display: block; }
	.info .visible-info { display: block; }
	.contact .visible-contact { display: block; }

	.edificio #edificio { display: block; }
	.info #info { display: block; }
	.localisation #localisation { display: block; }
	.contact #contact { display: block; }
	.vertical-navigation { display: none; }
	.animated { animation: none !important; }

	.background {
		display:none !important;
	}
}

/* Tablet */
@media (min-width: 768px) {
	.language-selector {
		margin-left: 0px;
		margin-right: 25px;
		float: right;
	}
	#localisation {
		left: 25px;
	}
	.sp-head { display: none !important; }
}

/* Desktop */
@media (min-width: 992px) {
	.sp-head { display: block !important; }
	.language-selector {
	    margin-right: 50px;
	}
}

/* Large Desktops */
@media (min-width: 1200px) {
}

