/* stylesheet for demo and examples */

/* @import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic,700); */
/* @import url(http://fonts.googleapis.com/css?family=Oswald:300); */
.scheda_stampabile{display:none;}
body{
	font-size: 14px;
	font-family: Verdana, "Oswald",serif;
	margin: 15px 0;
	padding: 0;
	background: #4C70A0 url(/images/sfondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #666;
	min-height:860px;
}
.content{width:900px;margin:0 auto;}
nav {
	background: #1C5197 none repeat scroll 0 0;
	float: left;
	height: 400px;
	margin-left: 60px;
	width: 245px;
}
.innerContent {
	padding-top: 15px;
	margin: 0 auto;
	width: 785px;
	position:relative;
	background-color: #fff;
}
header{
	margin: 0 auto;
	height: 75px;
	width: 785px;
	position: relative;
	color:#fff;
	font-family: Verdana, sans-serif;
}
header a:hover{
	text-decoration: none;
	color: #000;
	text-shadow:none;
}
header img{
	left: -50px;
	width: 150px;
	position: absolute;
	z-index: 9999;
}
header .block {
	float: right;
	margin: 0 35px 0 0;
	text-align: center;
	font-size: 10px;
}
header .block span{font-size:12px;}
header .block span.agenzia{font-size:18px;}
header .block span.email{font-size:14px;}
header .block i{font-size:20px;text-align:center;margin:10px 0;}

.flags{list-style: outside none none;margin: 20px auto;padding: 0;width: 156px;}
.flags li{float:left;margin:0 10px;text-align:center;}
/*.flags li.first{text-align:right;}
.flags li.last{text-align:left;}*/
.flags li img{width:32px;}
.cb {clear: both;}

.presentazione{padding:40px 80px; background-color: #fff;}
.presentazione h1{text-align:center;color:#1c5197;font-weight:bold;}
hr.bTitle{
	background-color: transparent;
	height: 0;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-top: 1px solid rgba(0,0,0,0.9);
	margin: 20px 160px 30px 160px;
	clear: both;
	text-align:center;
}
hr.bTitle:after{
	font-family: "FontAwesome";
	content:"\f107";
	display:inline-block;
	position: relative;
	top: -0.55em;
	font-size: 40px;
	padding: 0 0.25em;
	background: #f6f6f6;
}
.navigation{
	margin:20px 50px;
	font-size:12px;
	padding:0;
	color:#f6f6f6;
	position:relative;
}
.navigation li{
	background: #1C5197 none repeat scroll 0 0;
	width:215px;
	float:left;
	height:35px;
	padding-top: 8px;
	padding-left:10px;
	list-style: outside none none;
/* 	text-align:center; */
}
/* .navigation li.first{width:220px;} */
.navigation li:hover{background:#8accef none repeat scroll 0 0;}
.navigation li.selected, .navigation li.selected i{
	background:#8accef none repeat scroll 0 0;
	color: #1c5197;
}
.navigation i{
	font-size: 24px;
	margin-right: 15px;
	color: #FFD21F;
}
.navigation li.last{
/* 	float: left; */
/* 	font-size:14px; */
/* 	height: 39px; */
/* 	padding-top: 4px; */
	width:225px;
/* 	line-height: 18px; */
}
/* .navigation li.last i{ */
/* 	padding-left: 32%; */
/* 	margin-right:20px; */
/* 	float:left; */
/* 	padding-top: 5px; */
/* } */
.subnav {
	display:none;
	margin: 5px -10px 0;
	position: absolute;
	width: 33%;
	z-index: 999;
}
.navigation.subnav li {
	height: 24px;
	padding-left: 50px;
	padding-top: 10px;
	width: 175px;
}
.navigation li:hover > ul{display:block}
.buttonSet {
	margin: 0 50px;
}
.circle {
	border: 3px solid #b2b2b2;
	border-radius: 50%;
	height: 200px;
	text-align: center;
	width: 200px;
	font-size:20px;
	float:left;
	margin: 30px 10px;
}
.circle span{font-size:12px;}
.circle .circle {
	border: 1px solid #b2b2b2;
	height: 24px;
	padding: 15px 12px;
	width: 30px;
	margin: 30px 70px;
}
.circle .circle i {
	font-size: 24px;
}
.circle .circle i.fa-info {color: #0164C9;}
.circle .circle i.fa-tags {color: #E90457;}
.circle .circle i.fa-calendar {color: #FFD21F;}
.mainSlide{margin:0 50px;visibility: hidden;}
#mainSlide{width:685px;height:400px;margin-top:0px;}
.bxSliderBox{
	visibility: hidden;
	background-image: url(/images/sfondo_slide.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:30px 50px;
}
.bxSliderBox li {
	border: 5px solid #fff;
}
.filtroPrezzo{
	position:absolute;
	right:0;
	width:155px;
	top:112px;
	padding:0;
	background:#1C5197;
	text-align:center;
	color:#fff;
	font-weight:bold;
	letter-spacing: -1px;
	font-size:13px;
}
.filtroPrezzo li{
	list-style:none;
	padding:10px 0;
	border-bottom: 1px solid #012863;
}
.filtroPrezzo li.title {
	background: #0164c9 none repeat scroll 0 0;
	border-bottom: 0 none;
	margin: 0;
	padding: 3px;
}
.filtroPrezzo li.selected{
	background: #FFD121 none repeat scroll 0 0;
}
.filtroPrezzo li.selected a{
	color:#1C5197;
}
.filtroPrezzo li a:hover{
	color:#8accef;
}
#filtroPrezzoMobile{display:none;}
.listaAnnunci{
	width:630px;
	padding:0;
	min-height:400px;
	color:#7189B5;
}
.listaAnnunci .boxAnnuncio{
	height:200px;
	background-color:#fff;
	margin-bottom: 20px;
	list-style:none;
}
.listaAnnunci .boxAnnuncio .foto{
	width:220px;
	height:200px;
	float:left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.listaAnnunci .boxAnnuncio .infoAnnuncio {
	border: 2px solid #1c5197;
	float: left;
	height: 130px;
	margin: 20px 10px;
	padding: 15px;
	width: 355px;
}
.listaAnnunci .boxAnnuncio .titolo{
	color: #1C5197;
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight:bold;
}
.listaAnnunci .boxAnnuncio .geo, .listaAnnunci .boxAnnuncio .codice{
	float:left;
	margin-bottom: 10px;
	width:50%;
}
.listaAnnunci .boxAnnuncio .prezzo, .listaAnnunci .boxAnnuncio .tipo{
	margin-bottom: 10px;
}
.scheda{
	margin:20px 50px;
}
/* .scheda .titolo{} */
.scheda .image{
	width:200px;
	height:200px;
	float:left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 10px;
}
.scheda .prezzo{
	float:right;
	font-size:24px;
	font-weight:bold;
	color:#1c5197;
	padding: 5px 20px;
	background-color:#FFD121;
}
.scheda .descrizione{
	float: left;
	margin-top:10px;
/* 	font-style: italic; */
/* 	margin-left: 20px; */
/* 	width: 465px; */
}
.scheda .descrizione p{
	margin:0;
	font-size:16px;
}
.scheda .titolo{
	font-size:22px;
	font-weight:bold;
/* 	text-transform:uppercase; */
	text-align:center;
/* 	font-style: italic; */
	color:#1c5197;
}
.scheda .titolo.h1{
	padding: 6px 0;
	float:left;
	margin:0;
}
.scheda .descrizione .titolo{text-align: left;}
.scheda .tabellaDati{margin-bottom:30px;}
.scheda .bxslider{margin-top:30px;}
.scheda .tabellaDati .left,.tabellaDati .right{
	float:left;
	width:50%;
	color:#444444/*#fff*/;
	list-style: outside none none;
	padding: 0;
	margin: 0;
/* 	font-style:italic; */
}
.scheda .tabellaDati .left li, .tabellaDati .right li {
	padding: 0 10px;
}
/*.scheda .tabellaDati .left{
	background:#0164c9;
}
.scheda .tabellaDati .right{
	background:#1c5197;
}*/
.scheda .tabellaDati .left .label, .tabellaDati .right .label{
	text-transform:uppercase;
	float:left;
	font-style:normal;
	color:#1c5197;
	font-weight:bold;
}
.scheda .tabellaDati .left .label{
	width: 130px;
}
.tabellaDati .right .label{
	width: 160px
}/*.scheda .tabellaDati hr{
	margin: 10px 100px 0 20px;
}*/
.scheda .tabellaDati .left hr{
	border: 1px solid #1c5197;
	border-bottom-width: 0;
}
.scheda .tabellaDati .right hr{
	border: 1px solid #0164c9;
	border-bottom-width: 0;
}
.scheda .tabellaDati .left .epvals .label,
.tabellaDati .right .epvals .label{
	width:40px;
	text-transform:none;
}
.clen {
	list-style: outside none none;
	padding: 0;
	margin-top:30px;
	padding-top:20px;
	border-top: 1px solid #1c5197;
}
.clen li {
	float: left;
	text-align: center;
	margin-right:15px;
/* 	width: 25%; */
}
.epvals span {
	float: left;
	margin-right: 15px;
}
.scheda form{
	background:#fff;
	padding:20px;
}
.scheda form .msg, .scheda form .fa-asterisk{
	color:#ec0054;
}
.scheda form .msg{
	font-size: 22px;
	text-align: center;
}
.scheda form div.field{
	margin: 5px 5px 0 0;
	width: 49%;
	float:left;
}
.scheda form div.error{
	display:none;
	color:#ec0054;
}
.scheda form input[type="text"],.scheda form input[type="email"],.scheda form input[type="tel"], .scheda form textarea {
    border: 1px solid gainsboro;
    padding: 10px;
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s;
}
.scheda form input[type="text"],.scheda form input[type="email"],.scheda form input[type="tel"] {
	-moz-appearance: none;
	box-shadow: none;
	display: block;
	font-size: 14px;
	width:100%;
}
.scheda form input[type="checkbox"]:checked + label {
    background-position: 0 -15px;
}
.scheda form input[type="checkbox"] + label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    padding-left: 20px;
    vertical-align: middle;
}
.scheda form input[type="checkbox"] {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.scheda form label{
	background-image: url("../images/lite-red-check.png");
	-moz-user-select: none;
	margin: 5px 0;
}
.scheda form textarea{
	-moz-appearance: none;
	box-shadow: none;
	display: block;
	font-size: 14px;
	width: 100%;
	font-family: Verdana, "Oswald",serif;
}
.scheda form input[type="submit"]{
	border : solid 0px #8accef;
	border-radius : 5px 5px 20px 20px ;
	moz-border-radius : 5px 5px 20px 20px ;
	font-size : 20px;
	color : #1C5197;
	padding : 2px 10px;
	background-color : #8accef;
	float:right;
}
.scheda form input[type="submit"]:active {
	color:#ec0054;
}
.scheda form .invalid{
	border: 1px solid #ec0054 !important;
	color: #ec0054 !important;
}
.jumpBack i {
	color: #ec0054;
	font-size: 30px;
	padding: 5px 10px;
}
.bx-wrapper .bx-viewport{
	background: none;
	border: 0;
	box-shadow: none;
	left: 0;
}
.bxslider {margin: 0;}
.bx-wrapper .bx-controls-direction a{z-index:8000;}
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  display:none;
  font-size:60px;
  text-align:center;
  color:#ffd21f;
}

.news {
	color: #7189b5;
	padding: 0 50px;
}
.news li {
	background-color: #fff;
	height: 100px;
	list-style: outside none none;
	margin-bottom: 20px;
}
.news li .image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    float: left;
    height: 100px;
    width: 200px;
}
.news li .info {
	float: left;
	height: 100px;
	padding: 15px;
	width: 355px;
}

.gallery {
	list-style: outside none none;
	padding: 0;
}

.gallery li {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 130px;
	position: relative;
	text-align: center;
	width: 120px;
	border: 1px solid #efefef;
}
.gallery div.foto{
	height: 130px;
	width: 120px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.gallery div.titolo {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

a{
	color: inherit;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration:none;
}

a:hover{
	text-decoration: none;
	color: #000;
}

h1, h2, h3 {
	color: #444444;
	font-family: Verdana, "Oswald",serif;
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0;
}

footer{
	color: #fff;
	font-size: 12px;
	background:#444;
	padding:20px 50px;
}
footer a{ margin-right: 20px; }

space:before {
	content: "\00a0\00a0\00a0";
}

.navbar-toggle {display: none;}

/* mailchimp */
#mc_embed_signup{background:#8ACCEF; clear:left; font:14px Helvetica,Arial,sans-serif; margin: 0; padding: 10px 50px;}
#mc_embed_signup h2 {color:#1C5197;}
#mc_embed_signup .mc-field-group {width: calc(100% - 145px); margin-right: 30px; float: left;}
#mc_embed_signup .mc-field-group label {color: #1C5197;}
#mc_embed_signup input[type="email"] {border: 1px solid #1C5197;}
#mc_embed_signup .button {clear: none; float: left; margin-top: 26px; margin-right: 0; font-weight: bold; text-transform: uppercase; background-color: #1C5197; color: #fff;}
#mc_embed_signup .button:hover {background-color: #3268B0;}
#mc_embed_signup #mce-success-response {margin-top: 0; margin-bottom: 0; padding: 0;}

@media only screen and (min-width : 320px) and (max-width : 768px) {
	/* logo */
	.logo {position: relative; display: block; width: 25%; height: 137px; margin-top: 10px; margin-bottom: 10px; float: left;}
	.logo img {width: auto; height: 100%; left: 10px;}
	.navigation {display: none;}
	.navigation.show {display: block;}
	.navigation li {height: auto; min-height: 35px;}
	.subnav {position: relative; display: none !important;}
	.subnav.show {display: block !important;}
	/* flags */
	.flags {position: absolute; top: 0; left: 0; z-index: 9;}
	/* hamburger */
	.navbar-toggle {width: 100%; position: relative; float: right; padding: 10px; height: 60px; background-color: #1C5197; background-image: none; border: 1px solid transparent; display: block;}
	.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
	.scritta-menu {position: absolute; right: 50px; top: 16px; text-transform: uppercase; font-weight: bold; font-size: 23px; margin-right: 10px; color: #fff;}
	.navbar-toggle .icon-bar {display: block; width: 32px; height: 3px; float: right; clear: right; background-color: #fff;}
	.navbar-toggle .icon-bar + .icon-bar {margin-top: 4px;}

	body{/*background-color:transparent;background-image:none;*/margin:0;overflow:auto;}
	.content, .innerContent, .scheda .image, .scheda .descrizione, .listaAnnunci, header, .navigation li, .navigation li.last, #mainSlide, .rhino-caption{width:100%;margin:0;}
	.rhino-caption {width: calc(100% - 20px);}
	.innerContent{background:#f6f6f6;-webkit-text-size-adjust: none;}
	.scheda{margin:10px;}
	.listaAnnunci .boxAnnuncio .foto{width:35%;background-size:cover;}
	.listaAnnunci .boxAnnuncio .infoAnnuncio{width:50%;border:none;height:auto;padding:0;}
	.listaAnnunci .boxAnnuncio .titolo{font-size:14px;}
	.infoAnnuncio div {float: none !important;width: 100% !important;}
	.navigation{margin:0;}
	.presentazione{padding:20px 10px !important;}
	/* slider */
	.bxSliderBox{padding:20px 10px;}
	.rhino-item img {}
	hr.bTitle{margin:0;}
	#mainSlide {box-sizing: border-box;}
	.mainSlide{margin:0 10px;}
	.filtroPrezzo{display:none;top:0;}
	#filtroPrezzoMobile{position:relative;width:100%;display:block;}
	#filtroPrezzoMobile li{display:none;}
	header{height:auto;}
	header .block{width:37.5%; float: left; margin:0;}
	header .block.first{width:75%;margin:0;font-size:10px;-webkit-text-size-adjust: none; float: left;}
	header .block span.email{font-size:12px;}
	header .block span.agenzia{font-size:18px;}
 	header .block span{font-size:9px;}
	.jumpBack{display:none;}
	.scheda form input[type="text"],.scheda form input[type="email"],.scheda form input[type="tel"], .scheda form div.field{width:100%;}, .subnav{width:100%;margin: 5px 0 0;}
	.subnav{width:100%;margin: 10px -8px 0;}
	.news li .info{width:100%;}
	.navigation li, .navigation li.first, .navigation.subnav li{padding-left:8px;width:100%;}
	.scheda .tabellaDati .left .label, .tabellaDati .right .label{width:auto;margin-right:10px;}
}
@media only screen and (max-width : 1024px) {
	body{/*background-color:transparent;background-image:none;*/margin:0;overflow:auto;}
/* 	.content, .innerContent, .scheda .image, .scheda .descrizione, .listaAnnunci, header, .navigation li, .navigation li.last, #mainSlide, .rhino-caption{width:100%;margin:0;} */
	.innerContent{background:#f6f6f6;max-width:785px;}
	.content{max-width:785px;}
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 28%;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1229px) {
	.showcase .horizontal-images.content{ width: 1060px; }
}

@media only screen and (min-width: 1629px) {
	.showcase .horizontal-images.content{ width: 700px; }
}

@media only screen and (max-width: 600px) {
	.logo {height: 80px;}
	header .block i {float: left; margin-top: 18px;}
}

@media only screen and (max-width: 480px) {
	.logo {height: 80px; width: 35%;}
	header .block i {float: left; margin-top: 18px;}
	header .block {display: none;}
	header .block:nth-child(3) {display: block; width: 65%; margin-top: 21px;}
}

@media only screen and (max-width : 320px) {
	space:before {
		content: " ";
		clear: right;
		display: block;
	}
	header img{position:relative;width:30%;left:0;}
	header .block.first{width:70%;margin:0;}
	header .block i.fa-phone{margin: 5px 0;}
}