body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight: 400;
	background:#fff;
	overflow-x:hidden;
	height:100%;
    color: #333;

}

a { color:#666;  cursor:pointer; }

a:focus, a:hover {
    color: #b1075d;
    text-decoration: none;
}
 
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
    margin-bottom: 0;
}

b, strong {
    font-weight: 500;
	color: #b1075d;
}

.pos-rel {position:relative;}
 
::-webkit-input-placeholder { color:#55b4b8; }
::-moz-placeholder { color:#55b4b8; } /* firefox 19+ */
:-ms-input-placeholder { color:#55b4b8; } /* ie */
input:-moz-placeholder { color:#55b4b8; }

ul {-webkit-padding-start: 0;}

.no-m {	margin:0px;}
.no-m-sx {margin:auto auto auto 0px;}
.no-m-dx {margin:0px auto auto auto;}
.no-p {padding:0px;}
.no-p-sx {	padding-left:0px;}
.no-p-dx {	padding-right:0px;}

.spaziosopra{margin-top:45px;}
.spaziosotto{margin-bottom:45px;}
.spaziosoprapiccolo{margin-top:25px;}
.spaziosottopiccolo{margin-bottom:25px;}

.full{width:100%;clear:both;}

.secondary-col {background-color: #55b4b8;}
.secondary-bg {background-color: #58585a;}
 
.centra{margin:0 auto;text-align:center;}
 
.testo p {
	padding: 15px;
	}
	
	
.home {
	position: relative;
}
 

nav.navbar {
	margin-top: 70px;
	border:0;
	border-radius: 0;
	background: url('../Images/navbar.png') no-repeat right -6px;
}

.navbar-collapse {
	    position: relative;
		z-index:2000;
}

.nav>li>a {
    color: #fff;
	font-size:15px;
	font-weight: 300;
	text-transform: capitalize;
	transition: all .3s;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #b1075d;
    background-color: #fff;
}
.navbar-nav {
    background-color: #b1075d;
	padding-left: 10px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: -50px;
	height: 70px;
	z-index:9999;
	position: relative;
}

.box {
	position: absolute;
	text-align: right;
	right: 0;
	bottom: 0;
	width: auto;
	padding:20px 60px;
	background-color: rgba(255, 255, 255, 0.5);
}
 
.box h4 {
	font-size: 50px;
	line-height:60px;
	font-weight: 500;
	color: #fff;
 
	text-align: right;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

 .theslide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
	bottom:0;
	display: block;
}


.box .btn,
form .btn {
	position: relative;
	margin-top: 20px;
	color: #fff;
	display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 300;
	background-color: #b1075d;
    border: 0;
    border-radius: 0;
	 
	transition: all .3s;
}
.theslide:hover .box .btn,
form .btn:hover {
	color: #b1075d;
	background-color: #fff;
}
.box .btn span,
form .btn span{
	background-color: #fff;
	top: -2px;
    padding: 5px;
    margin-left: 5px;
	border-radius:50%;
    font-size: 20px;
    font-weight: 300;
	color: #b1075d;
}
form .btn {
	margin-top: 0;
    padding: 8px 16px;
    font-size: 26px;
}
form .btn span{
	top: 0;
}
.home footer {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	z-index: 9;
	padding:0;
}
 

.info {
	padding: 15px 0 10px 0;
	background-color: #b1075d;
}
	
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
 
}
	
footer p, footer p a, footer p a:hover {
	font-size:13px;
	text-align: center;
	color: #fff;
	margin-bottom:0;
}

.pagina nav{
	 margin-bottom: 30px;
}

.pagina .content {
	margin: 55px auto 70px auto;
	text-align: justify;
	background-color: #f1f1f1;
 
}

.pagina h1 {
	margin: 20px auto;
	color: #b1075d;
	font-weight:300;
	padding:15px 15px 0 15px;
}
.photobar {
	position: relative;
	margin-top:0;
	padding-top:1px;
	height: 200px;
	background-size: cover;
	border-bottom:8px solid #b1075d;
}

.photobar.bar01 {
	background: url('../Images/bar01.jpg') no-repeat center center;
	background-size: cover;
}
.photobar.bar02 {
	background: url('../Images/bar02.jpg') no-repeat center center;
	background-size: cover;
}
 



.pagina p {
	line-height:26px;
	padding:15px 15px 45px 15px;
}

.pagina .img-responsive {
	border: 1px solid #aaa;
	margin:50px auto;
}



.pagina .map {
	border: 1px solid #b1075d;
	 width:100%;
	 height:400px;
	 margin: 20px 0;
}

.pagina .content li {
	list-style-type: none;
	padding:5px 0 5px 25px;
	text-align: left;
}

.pagina .content li:before {
	font-family: 'Glyphicons Halflings';
	content:"\e013";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	color: #b1075d;
	margin-right: 5px;
	}

	
	/* interventi
	*******************************************/
	
.interventi-img {
	position: relative;
}	
	
.img-bagde {
	position: absolute;
	bottom:0;
	left: 10px;
	
}	


.interventi-item {	
	margin-bottom:0;
	border-bottom: 25px solid #fff;
	}	
	
.pagina .interventi-item .img-responsive,
.pagina .intervento-item .img-responsive
 {
	border: 1px solid #aaa;
	margin:0;
}
.interventi-item .div-sx,
.intervento-item .div-sx {
	padding:0;
	}	
	
	
	
.interventi-item .div-dx,
.intervento-item .div-dx
 {
	padding:0;
	text-align: right;
	}	
	
.pagina h2 {
	margin: 0 0 25px 0;
	background-color: #b1075d;
	color: #fff;
	display: block;
	width:100%;
	font-size: 18px;
	padding:15px;
	text-align: right;
}

.pagina h2 span {
 
	font-size: 12px;
}
	
.interventi-item .div-dx p,
.intervento-item .div-dx p
{padding:15px}		
	
	
	
.interventi-item .div-dx .btn,
.intervento-item .div-dx .btn
{
    padding: 5px 10px;
    background-color: #7bb669;
    border-radius: 20px;
    color: #fff;
	margin:10px;
	}	
	
	
.cta {text-align: center;}
	
.cta .btn {
    padding: 10px 20px;
    background-color: #b1075d;
    border-radius: 25px;
    color: #fff;
	margin:20px auto;
		font-size: 18px;
	}	
	
.intervento-title{
	background-color: #b1075d;
	text-align: left;
}
	
	
.intervento-title h1{
	margin: 0 0 ;
	color: #fff;
	display: block;
	width:100%;
	font-size: 24px;
	padding:20px 15px;
	}
	
.intervento-item h2 {
	margin: 0 0 25px 0;
	background-color: transparent;
	color: #333;
	display: block;
	width:100%;
	font-size: 18px;
	padding:15px;
	text-align: right;
}

.intervento-item h2 span {
 
	font-size: 14px;
}
	
.appartamenti {
	margin: 35px 0;
}
.appartamenti a {
	display: block;
	padding: 8px 15px;
	width:100%;
	color: #333;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
	transition: all .3s;
}	


.appartamenti a:hover {
	background-color: #fff;
	padding-left: 25px;
 }	
	
.appartamenti h3 {
	margin: 5px auto 35px 0;
	color: #b1075d;
}	
	
.pagina .intervento-item .appartamenti img.piantina{
	margin: 25px auto;
}
	
	
	
	
	
	
	
	
	
form {margin-top:25px;}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fefefe;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    text-align: left;
    padding-left: 25px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
	font-weight: normal;
}


h3.message {
	display: block;
	padding: 45px 15px;
	width:100%;
	color: #333;
	font-weight: 300;
	text-align: center;
}	





@media only screen and (max-width : 1200px) {
	
	.nav>li>a {
		font-size:15px;
	}
	.navbar-brand>img {
		max-width: 340px;
	}
	nav.navbar {
		margin-top: 70px;
		background: url('../Images/navbar.png') no-repeat 10% -6px;
	}

	 
}
 

@media only screen and (max-width : 990px) {
	
		.interventi-item .div-dx p {
    padding: 0 10px 10px 10px;
	font-size:14px;
}
	
	.nav>li>a {
		font-size:15px;
	}
	
	nav.navbar {
		margin-top: 110px;
		background: url('../Images/navbar.png') no-repeat 10% -6px;
	}
 
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-top: -120px;
	}
}

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

	
	.interventi-item .div-sx {padding:0}	
.interventi-item .div-dx {padding:0}
	
	.photobar {	height: 120px; }
	
	nav.navbar {
		margin-top: 0;
		background-image:none;
 
	}
	.navbar-collapse {
		background-color: #b1075d;
		background-image:none;
		-webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.59);
box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.59);
	}
	.navbar-toggle {
		position: relative;
    border-radius: 0;
		padding: 9px 10px;
		margin-top: 20px;
		margin-right: 20px;
		margin-bottom: 8px;
		background-color: #b1075d;
 
	}
 
	.navbar-nav {
		margin: 35px -15px;
		
		padding-left: 0;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-top: -10px;
	}
	
	.nav>li>a {
		text-align: center;
	}
	
}

@media only screen and (max-width : 480px) {
	
.galleria{height:300px!important;}
	
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
	font-size: 18px;
	font-size: 18px;
}

.intervento-title h1{
 
	font-size: 20px;
 
	}

.pagina .content {
    margin: 15px auto 40px auto;
 
}

	.photobar {	height: 80px; }
	
	.navbar-nav {
		margin: 15px -15px;
		
	}
	.navbar-brand>img {
		max-width: 225px;
	}
	.box h2{
	font-size: 40px;
	line-height:40px;
 
}

.img-bagde {
   max-width: 200px;
   left: 0;
}
}

