<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Realto Css Styles */

/* ==========================================================
! General
========================================================== */

body {
	background: #f2f2f2;
	color: #888;
}
a {
	color:#67567F;
	outline: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}
a:hover {
	color: #a20010;
	text-decoration: none;
	outline: 0;
}
h1 {
	font-size: 30px;
	font-weight: 200;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #67567F;
	font-family: 'Cabin', sans-serif;
}
h2 {
	font-size: 24px;
	font-weight: 200;
	line-height: 28px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #67567F;
	font-family: 'Cabin', sans-serif;
}
h3 {
	font-size: 18px;
	font-weight: 200;
	line-height: 22px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #67567F;
	font-family: 'Cabin', sans-serif;
}
h4 {
	font-size: 16px;
	font-weight: 200;
	line-height: 20px;
	text-transform: uppercase;
	color: #67567F;
	margin: 20px 0;
	font-family: 'Cabin', sans-serif;
}
h5 {
	font-size: 14px;
	font-weight: 200;
	line-height: 18px;
	text-transform: uppercase;
	color: #67567F;
	margin: 20px 0;
	font-family: 'Cabin', sans-serif;
}
h6 {
	color: #363636;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 20px 0;
	font-family: 'Cabin', sans-serif;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
.green {
	color: #5FB000;
}
.padding10, .padding20, .padding30, .padding010, .padding020, .padding030, .padding100, .padding200, .padding300 {
	-webkit-box-sizing: border-box; /* webkit */
	 -khtml-box-sizing: border-box; /* konqueror */
	   -moz-box-sizing: border-box; /* firefox */
	    -ms-box-sizing: border-box; /* ie */
	        box-sizing: border-box; /* css3 */
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding010 {
	padding: 0 10px;
}
.padding020 {
	padding: 0 20px;
}
.padding030 {
	padding: 0 30px;
}
.padding100 {
	padding: 10px 0;
}
.padding200 {
	padding: 20px 0;
}
.padding300 {
	padding: 30px 0;
}
.margin0 {
	margin: 0;
}
.margin10 {
	margin: 10px;
}
.margin20 {
	margin: 20px;
}
.margin30 {
	margin: 30px;
}
.margin100 {
	margin: 10px 0;
}
.margin200 {
	margin: 20px 0;
}
.margin300 {
	margin: 30px 0;
}
.page-title, 
.post-title,
.secion-title,
.info-head,
.widget-title {
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #3469b1;
	font-family: 'Gabriela', serif;
}

/* ==========================================================
! Typography
========================================================== */
.serif {
	font-family: Georgia, serif;
}
.italic {
	font-style: italic;
	font-weight: normal;
}
/* ==========================================================
! Header
========================================================== */
header {
	background: #e9e9e9;
	text-transform: uppercase;
	font: bold 13px/20px Arial, Helvetica, Geneva, sans-serif;
	text-shadow: none;
	
}

#logo-container {
	padding: 10px 0 10px;
	height:auto;
	background:#FFF
	
}

a.brand {
	font-family: Arial;
	font-size: 24px;
    font-weight: bold;
    color: #363636;
}
.tag-line {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #333;
	font-weight: normal;
	position: relative;
	top: -4px;
}
.navbar-inverse .navbar-inner {
	background: none;
	border: none;
}
.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
	box-shadow: none;
	/*margin-top:43px;*/
	padding:10px 0;
}
.navbar .nav &gt; li &gt; a {
	text-shadow: none;
	color: #FFF;
	font-family: 'Gabriela', serif;
	font-size:14px;
	float:left
	
}
.navbar .nav &gt; li &gt; a:hover {
	background: #FFF;
	color:#a20010;
}
.navbar .nav &gt; .active &gt; a,
.navbar-inverse .nav &gt; li.dropdown.active &gt; a.dropdown-toggle,
.navbar-inverse .nav &gt; li.dropdown.active.open &gt; a.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar-inverse .nav .active &gt; a:hover,
.navbar-inverse .nav .active &gt; a:focus {
	color: #333;
	box-shadow: none;
	
}
.dropdown-menu {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dropdown-menu &gt; li &gt; a {
	border-bottom: 1px solid #EFEFEF;
	padding: 7px 15px;
	font-weight: bold;
}
.dropdown-menu li &gt; a:hover,
.dropdown-menu li &gt; a:focus,
.dropdown-submenu:hover &gt; a  {
	background: #f5f5f5 !important;
	filter: none;
	color: #333;
}
.navbar .nav &gt; li &gt; .dropdown-menu:after,
.navbar .nav &gt; li &gt; .dropdown-menu:before {
	display: none;
}
.phone-number {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}
.head-title {
	margin: 0;
	padding: 10px 60px 10px 10px;
	position: relative;
	top: 90px;
	left: 30px;
	font-family: 'Cabin', sans-serif;
}

.head-message {
	margin: 0;
	padding: 10px 60px 10px 10px;
	position: relative;
	top: 90px;
	left: 30px;
	font-family: 'Cabin', sans-serif;
}

.header-cta  {
	position: relative;
	top: 90px;
	left: 10px;
	margin: 10px 0 0 30px;
}
.head-title {
	font-size: 48px;
	line-height: 44px;
	font-weight: bold;
	text-transform: none;
}
.head-message {
	color: #333;
	font-size: 18px;
}
/* ==========================================================
! Pages
========================================================== */
.page-content {
	margin-top: 30px;
}

/* ==========================================================
! Properties Container
========================================================== */
.box-container {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 2px solid #EAEAEA;
}
.prop-info .prop-title {
	font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    margin: 0 0 10px;
	color:#3469b1;
}
.prop-info {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.prop-info.span4 {
	padding: 30px 30px 30px 0;
}

.prop-tag {
    background: none repeat scroll 0 0 #3469b1;
    color: #FFFFFF;
    left: 0;
    padding: 7px 10px;
    position: absolute;
    top: 0;
}

.disabili-tag {
    background: none repeat scroll 0 0 #dd0016;
    color: #FFFFFF;
    right: 0;
    padding: 7px 10px;
    position: absolute;
    top: 38%;
}


.more-info {
	padding: 0;
	margin: 0;
	list-style: none;
}
.more-info &gt; li {
	border-bottom: 1px dashed #E9E9E9;
    padding: 5px 0;	
}
.more-info .info-label {
    font-weight: bold;
    color: #555;
	font-size:13px !important
}
.more-info .qty {
    font-weight: normal;
}
a.overlay {
	position: relative;
	display: block;
}
.more {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff url('../images/more-icon.png') no-repeat center center;
}
a.overlay:hover .more {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* ==========================================================
! Properties Form
========================================================== */
#home-search-container {
	padding: 0;
	min-height: 340px;
	background: url(../images/home2.png) no-repeat center center;
}
.head-title, .head-message, .header-cta {
	-moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
.dropdown-menu {
	-moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}â€‹
#home-search-container .row {
	position: relative;
}
#home-search-container .widget {
	margin-bottom: 0;
}
.head-container {
	background: #fff; /* ie8 */
	background: rgba(255,255,255,0.85);
	border: 1px solid #fff;
}
.head-container .search-form {
	background: none;
	border: none;
}
.search-form-wrapper {
	position: absolute;
    right: 0;
    top: -620px;
    z-index: 9999;
}
.search-form {
	padding: 30px 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff; /* ie8 */
	background: rgba(255,255,255,0.85);
	border: 1px solid #fff;
}
.search-form &gt; p {
	font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #194d53;
	font-family: 'Gabriela', serif;
}
.select {
	margin-bottom: 15px;
	margin-left: 0 !important;
}
select {
	min-height: auto !important;
}
/* ==========================================================
! Homepage Carousel
========================================================== */
#realto-carousel {
	position: relative;
}
#latest-properties {
	margin-top: 35px;
} 
.carousel-control {
	z-index: 999;
	background: #363636;
	border-radius: 0;
	font-size: 20px;
	line-height: 20px;
	border: none;
	height: 23px;
	width: 23px;
	top: -20px;
	position: relative;
	color: #fff !important;
	cursor: pointer;
}
.left.carousel-control {
	left: auto;
	margin: -20px 5px 0;
}
.right.carousel-control {
	right: 0;
}
.view-all-carousel {
	left: -10px;
    position: relative;
    top: -35px;
}
/* ==========================================================
! Info Box Container
========================================================== */
.info-box {
	padding: 50px 0;
	text-align:center;
}

.info-box .icons {
	font-size: 40px;
	color: #d2d2d2;
	margin-left: 30px;
	margin-bottom: 30px;
}
.info-box .icons i {
	text-shadow: 0px -1px 0px rgba(255,255,255,1);
}
/* ==========================================================
! Adv message
========================================================== */
.adv-message {
	padding: 30px;
	font-size: 18px;
	line-height: 22px;
}
.adv-message p {
	margin: 0;
}
.adv-message p.lower-line {
	font-size: 14px;
}
.adv-message p.upper-line {
	color: #363636;
	padding:0 0 10px 0
}
.adv-message .btn-realto {
	margin: 0;
}
/* ==========================================================
! Agent
========================================================== */
.home-agents {
    margin: 0 0 30px;
}
.home-agents p {
	margin: 0;
}
.home-agents img {
	margin-bottom: 10px;
}
.agent-box.widget h3,
.agent-box.widget ul {
	margin: 0 0 0 30px;
}
.agent-box ul {
	list-style: none;
}
.agent-content {
	padding: 30px 30px 30px 0;
}
.agent-content h3 {
	margin: 0 0 10px;
}
.agent-content ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
/* ==========================================================
! Home Blog Article
========================================================== */
.home-blog-articles ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.home-blog-articles ul li a {
	color: #888;
}
.home-blog-articles ul li a:hover {
	color: #7DC328;
	text-decoration: none;
}
ul.media-list li.media div.comment-holder {
    border-bottom: 1px dashed #CDCDCD;
    margin: 0 0 20px !important;
    padding: 10px 0 20px;
}
.comment-date {
    color: #959595;
}
.comments .media .pull-left {
	margin-top: 10px;
}
.comment-form {
	margin-bottom: 30px;
}
.comment-avatar {
	width: 90px;
	height: 90px;
}
.widget ul li {
	padding: 0 0 0 20px;
}
.widget ul li i.icon-caret-right {
	margin: 0 0 0 -20px;
}
/* ==========================================================
! Buttons
========================================================== */
.btn-realto {
	background: #a20010;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 0px;
	margin-bottom: 10px;
}
.btn-realto-form {
	background: #a20010;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	
	padding: 8px 0;
	margin: 10px 0 0;
	border-radius: 0px;
}
.btn-realto:hover,
.btn-realto-form:hover,
.btn-realto:hover {
	background: #67567F;
	color: #fff;
}
.btn-realto {
	background: #a20010;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #67567F;
}
/* ==========================================================
! Sidebars
========================================================== */
.widget {
	margin-bottom: 30px;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-tabs &gt; li,
.tab-pane li {
	padding: 0 !important;
}
.nav-tabs &gt; li &gt; a {
	padding: 20px;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
	color: #363636;
	border: none;
}
.nav-tabs &gt; .active &gt; a, 
.nav-tabs &gt; .active &gt; a:hover,
.nav-tabs {
	border: none;
	border-radius: 0;
}
.nav-tabs {
	background: #f3f3f3;
}
.tab-pane {
	padding: 10px 30px 30px;
}
.tab-pane .comment {
	margin-bottom: 20px;
}
/* ==========================================================
! Footer
========================================================== */
footer {
	background: #194d53;
	margin:0;
	padding: 40px 0 30px;
	color: #aaa;
	
}
footer a {
	color: #aaa;
}
.footer-widget {
	margin: 30px 0 0;
}
.footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-widget ul li.clearfix i {
	margin: 5px 10px 0 0;
}
.footer-widget h2 {
	font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #fff;
}
.footer-widget h3 {
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.footer-p {
	font-size:14px;
}
.footer-tag-line {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.flickr-widget li {
	margin: 0 10px 10px 0;
}
/* ==========================================================
! Properties Slideshow
========================================================== */
#adv-custom-pager {
	position: relative;
	margin: -21px 0 30px 30px;
	z-index: 9999;
}
#adv-custom-pager a {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	overflow: hidden;
	display: inline-block;
	margin: 0 5px 0 0;
}
#adv-custom-pager a img {
	height: 40px;
	width: auto;
}
/* ==========================================================
! Property Page
========================================================== */
.prop-price, .prop-title {
	font-size: 18px;
	color:#194d53;
	font-family: 'Gabriela', serif;
}
.map iframe {
    height: 312px;
    width: 100%;
}
.agent-avatar {
	width: 70px;
	height: auto;
}
/* ==========================================================
! Blog
========================================================== */
h2.post-title {
	margin: 0 0 15px;
}
.meta {
	margin: 0 0 5px;
}
.author {
	margin: 0 0 25px;
}
.read-more {
	margin: 30px 0 0;
}
.blog-2 .post-content {
	padding: 15px 20px 15px 0;
}
.blog-3 .post-content {
	padding: 15px 0 15px 20px;
}
/* ==========================================================
! Accordion
========================================================== */
.accordion-toggle {
	font-size: 14px;
    font-weight: 200;
    padding: 20px;
    text-transform: uppercase;
}
.accordion-group {
	border: none;
	border-bottom: 1px solid #eee;
}

/* ==========================================================
! Large desktop
========================================================== */
@media (min-width: 1200px) {

}
/* ==========================================================
! Portrait tablet to landscape and desktop
========================================================== */
@media (min-width: 768px) and (max-width: 979px) {
	.agent-box.widget h3, .agent-box.widget ul {
	    margin: 30px 0 0;
	}	
	.nav-collapse .open &gt; .dropdown-menu,
	.nav-collapse .dropdown-menu {
		margin: 0;
		background: #fff;
	}
	.nav-collapse .nav &gt; li &gt; a, 
	.nav-collapse .dropdown-menu a {
		border-radius: 0;
		border-right: none;
		border-left: none;
	}
	.nav-collapse .nav &gt; li &gt; a {
		margin-bottom: 1px;
	}
	.head-title, .head-message {
		margin: 0;
		padding: 10px 60px 10px 10px;
		position: relative;
		top: 40px;
		left: 30px;
		
	}
	.header-cta  {
		position: relative;
		top: 40px;
		left: 10px;
		margin: 10px 0 0 30px;
	}
}
/* ==========================================================
! Landscape phone to portrait tablet
========================================================== */
@media (max-width: 767px) { 
	header {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px;
		text-align: center;
	}
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px 30px;
	}
	.secion-title {
		margin: 20px 0;
	}
	.adv-message p.lower-line {
		font-size: 16px;
		margin: 10px 0 20px;
	}
	#home-search-container {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0;
	}
	.widget {
		width: 100%;
	}
	.prop-info.span4 {
		padding: 20px;
	}
	.prop-price {
		margin-top: 20px;
	}
	#adv-custom-pager {
	    margin: 20px 0 0 20px;
	    position: relative;
	    z-index: 9999;
	}
	.agent-content,
	.row-fluid &gt; .post-content {
		padding: 30px;
	}
	.phone-number {
		float: none;
		margin-top: 10px;
	}
	.nav-collapse .nav &gt; li &gt; a {
		border: none;
		border-radius: 0;
	}
	.nav-collapse .dropdown-menu {
		margin: 0;
	}
	.dropdown.open .dropdown-menu {
		background: #FFF;
	}
	.nav-collapse .nav &gt; li &gt; a, 
	.nav-collapse .dropdown-menu a {
		border-radius: 0;
		border-right: none;
		border-left: none;
	}
	.dropdown.active &gt; a {
		background: none;
	}
	.nav-collapse .nav &gt; li &gt; a {
		margin-bottom: 1px;
	}
	.brand
	{
		position:absolute;
		top:3px;
		left:25px;
		width:60% !important;
		padding:0 !important;
	}	
	.navbar-header
	{
		height:60px;
	}	
	#slider-home
	{
		padding-top:0 !important;
	}	
	.bx-slider-margintop
	{
		margin-top:0px !important;
	}
	.page-content
	{
		margin-top:0px !important;
	}
}
/* ==========================================================
! Landscape phones and down
========================================================== */
@media (max-width: 480px) {
	.agent-box .pull-left {
		float: none;
	}
	.agent-box.widget h3, .agent-box.widget ul {
	    margin: 30px 0 0;
	}
		
}







.nav-bar{
	width:100%;
	background-color: rgba(42, 46, 62, 0.99);
	position:fixed;
	z-index:100;
}

.nav-contenuto{
	overflow: hidden
}

.nav-logo{
	float:left;
	padding:25px 10px;
	text-decoration:none;
	outline:none;
	color:#F43752;
	font-size:1.3em
}

.nav-contenuto, .nav-contenitore{
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}


.nav-lista{
	float: right
}

.nav-lista li{
	float: left;
	list-style: none;
}

.nav-lista li a{
	color: #ccc;
	padding: 25px 10px;
	display: block;
	text-decoration:none;
	outline:none;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;
	font-weight:bold
}

.nav-lista li a:hover{
	color: #FFF;
}

.nav-menu{
	display:none;
	color:#F43752;
}

.nav-aperto {
	height: auto;	
}


.checkwidth{
	width:100%;}
	

#section-search{
	padding:40px 0 10px 0;
	width:100%;
	background:#93c3c9;
	margin:0;
}


/* reset select */

select {
  -webkit-appearance: none;
  background: white\0 !important;
}



.properties-select{
border: 1px solid #e1e1e1;
  padding: 0 13px;
  width: 100%;
  height:35px;
  color: #696969;
  background:#fff;
  outline: none;
  font-weight: lighter;
  border-radius:0;
  margin-top: 10px;
  font-family: 'Cabin', sans-serif;
  
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;

  
}

.properties-select:after {
    background:#000   
}
  
  
.properties-select[placeholder],
    [placeholder],
    *[placeholder] {
     font-size:14px;
	  color:black;
	  padding-left:13px;
	  font-family: "Cabin",sans-serif;
	  font-weight: 600;
	  outline: medium none;
	  transition: all 0.5s ease 0s;
    }

.properties-button{
  padding: 0 13px;
  width: 100%;
  height:35px;
  color: #fff;
  background:#a20010;
  outline: none;
  font-weight: lighter;
  border-radius:0;
  margin-top: 10px;
  
}
/* fine reset select */

#agency-info {
    padding: 20px 0 90px;
    text-align: center;
    background: #fff;
}

.content-agency-info {
    border-bottom: 2px solid #a20010;
    padding: 10px 0;
    margin-top: 5px;
    background-color: #f2f2f2;
}

.content-agency-info p{
    margin: 0 0 10px;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
}

.content-agency-info h1{
    margin: 0 0 10px;
    font-size: 16px;
	color: #67567F;
    font-family: 'Cabin', sans-serif;
}

#box-info {
    padding: 90px 0 90px;
    text-align: center;
    background-image: url(../images/parallax-prova.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content-box-info {
    border-bottom: 2px solid #EAEAEA;
    padding: 10px 0;
    margin-top: 5px;
    background-color: rgba(255,255,255, 0.8);
}

.btn-realto-box {
    background: #a20010;
    color: #fff !important;
    border-radius: 0px;
    margin: 20px 0 0;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 4px;
}




/* slider immobili */
.bx-wrapper .bx-pager{
	display:none
}

.bxslider{
	width:100%;
	margin:0 auto;
}

.bxslider li{
	float:none;
	list-style-type:none;
	position:relative;
}

/* fine slider immobili */






/*  classe energetica  */

.classe-energetica{
	float:left;
	width:100%
}

.energetica{
	margin-top:0 !important
}

.classe{
	padding:5px 20px 5px 5px;
	text-align:left;
	color:#fff;
	float:left;
	margin-left: 15px;
	border-radius:0 20px 20px 0
}
.a4{
	padding:5px 40px 5px 5px;
	background:#3a6513;
}

.a3{
	padding:5px 60px 5px 5px;
	background:#006600;
}

.a2{
	padding:5px 80px 5px 5px;
	background:#079700;
}

.a1{
	padding:5px 100px 5px 5px;
	background:#01cc01;
}

.b{
	padding:5px 120px 5px 5px;
	background:#4ede1d;
}

.c{
	padding:5px 140px 5px 5px;
	background:#ffde00;
}

.d{
	padding:5px 160px 5px 5px;
	background:#ffc000;
}

.e{
	padding:5px 180px 5px 5px;
	background:#ffae1e;
}

.f{
	padding:5px 200px 5px 5px;
	background:#c0504e;
}

.g{
	padding:5px 220px 5px 5px;
	background:#ff1d1f;
}



/**** carousel dettaglio **/

.gallery{
	margin:35px 0 0;
	padding:20px 20px 0;
	height:300px	
}



.thumbs1 {
  width: 300px;
  background:#f2f2f2
}

.thumbs1 img {
  max-height: 100%;
  max-width: 100%;
  
  display:block;
  margin: auto;
  text-align:center;
}

.cont-price {
    padding: 5px 10px;
    background: #194d53;
    color: #bcf1f7 !important;
    margin: 0 0 15px;
    float: left;
}

.marginBottom30 {
    margin-bottom: 30px;
}

#indicizzazione_plus
{
display:none;
}
#indicizzazione_plus2
{
display:none;
}
#zona
{
background-color: white;
border: 1px solid silver;
color: #12142b;
height: 100px;
overflow-y: scroll;
visibility: hidden;
font-family:"Cabin",sans-serif;
}	
#zona input
{
margin:7px;	
}
#map_canvas
{
width:100%;
height:300px;	
}
.active a
{
background-color:#194d53 !important;
color:white !important;	
}
.pull-left
{
font-size:15px !important; 	
}
#piede_personale
{
text-align:center;	
}
#attiva
{
display:block;
z-index:1;	
}
#ric_home .secion-title
{
color:white;
text-align:center;	
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"]
{
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;	
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
border:1px solid #e1e1e1;	
}
.row-fluid [class*="span"]
{
min-height:35px;	
}
.g-recaptcha
{
transform:scale(0.55);
transform-origin:0;
-webkit-transform:scale(0.55);
transform:scale(0.55);
-webkit-transform-origin:0 0;
transform-origin:0 0;
}	
	
.testo_trattamenti,.testo_consenso p
{
font-family:'Lato', sans-serif;
font-size:15px;
line-height:23px;
}</pre></body></html>