
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:300,400,500,600,700');
/* ==========================================================================
Global Styles
========================================================================== */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
.fontspecial{ font-family: 'EB Garamond', serif;}
.sep {
	max-width: 120px;
	border: 1px solid  #10186d;
	margin-top: 20px;
	margin-bottom: 20px;
}
.light-sep {
	max-width: 120px;
	border: 1px solid #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.displayno, .logo-stampa {
	display: none
}
#stampa {
	display: none;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size: 24px;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color:#10186d
}
h1 span {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
/*home servizi + sottotitoli dettaglio*/
h4 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

/*richiedi info dettaglio */
h5 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'EB Garamond', serif;
	color:#10186d;
	text-transform: uppercase;
}
/*contatti index*/
h6 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	 
}
a {
	color: #333
}

 
.font12 {
	font-size: 12px
}
.font14 {
	font-size: 14px
}
.white {
	color: #fff
}
.uppercase {
	text-transform: uppercase;
}
.radius5 {
	border-radius: 5px
}
blockquote {
	font-size: 15px
}
/* ==========================================================================
margin padding
========================================================================== */

.marginbottom20 {
	margin-bottom: 20px
}
.marginbottom10 {
	margin-bottom: 10px
}
.marginbottom40 {
	margin-bottom: 40px
}
.margintop20 {
	margin-top: 20px
}
.margintop50 {
	margin-top: 50px
}
.paddingtop20 {
	padding-top: 20px
}
.paddingbottom20 {
	padding-bottom: 20px
}
.paddingbottom40 {
	padding-bottom: 40px
}
.paddingbottom50 {
	padding-bottom: 50px
}
.padding15 {
	padding: 15px
}
.no-padding {
	padding: 0
}
.no-margin {
	margin: 0
}
.paddinggruppo {
	padding: 20px 0;
}
/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-block {

	background:  #10186d;
	padding: 11px 0;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	letter-spacing: 2px;
	border: 4px solid  #10186d;
	text-transform: uppercase
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
	background: transparent;
	color:  #10186d;
	text-decoration: none;
}
.btn-red {
	background:  #10186d;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'EB Garamond', serif;
	border: 3px solid  #10186d;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
	background: transparent;
	color:  #10186d;
	text-decoration: none;
}
.btn-grey {
	background: #616469;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #616469;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
	background: transparent;
	color: #616469;
	text-decoration: none;
}
.btn-video {
	background:  #10186d;
	padding: 5px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid  #10186d;
}
.btn-video:hover, .btn-video:focus, .btn-video:active {
	background: transparent;
	color:  #10186d;
	text-decoration: none;
}
/* ==========================================================================
Layout 
========================================================================== */
.bg-dark {
	color: #fff;
	background-color: #616469;
}
.bg-dark a {
	color: #fff;
}
.bg-grey {
	background-color: #eee;
}
.bg-white {
	color: #000;
	background-color: #fff;
}
.grey {
	color: #616469
}
.defaultcolor1 {
	 
	color:  #10186d
}

.defaultcolor2 {
	 
	color:  #3743df
}
.bg-red {
	background-color:  #10186d;
	color: #ffffff;
}
.bg-grey-mobile {
	background-color: #fff;
}
.bg-white-mobile {
	background-color: #eee;
}
.none {
	display: none
}
/* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #222;
}
.preloader i {
	color:  #10186d;
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
}
/* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
	background: rgba(255, 255, 255, 10);
	margin-bottom: 0;
	border: none;
	font-family: 'EB Garamond', serif;
}
.navbar-default .navbar-header {
	padding-right: 15px;
}
.navbar-default .navbar-brand {
	height: auto;
}

.navbar-default .navbar-brand img {
	height: 70px;
}
.navbar-default .nav-wrap {
	width: 50%;
}
.navbar-default .nav > li > a {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	padding: 40px 15px 0 15px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active {
	background: transparent;
	color:  #3743df;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color:  #3743df;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color:  #3743df;
}
.top-nav-collapse {
	background: rgba(255, 255, 255, 1);
	border-bottom: 3px solid  #3743df;
}

.top-nav-collapse .navbar-brand img {
	height: 60px;
}

.top-nav-collapse .nav > li > a {
	font-size: 16px;
	font-weight: 600;
	padding: 30px 15px 0 15px;
}


/* ==========================================================================
default
========================================================================== */
section {
	padding: 10px 0;
	text-align: justify;
}
.main-header {
	margin: 0;
	padding: 0;
}
.header-interne {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/gl-mediazione-immobiliare3.jpg);
	min-height: 450px
}
.header-ricerca {
	margin-top: 70px
}
.container-header {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
/* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #616469;
}
#owl-hero .item {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 600px
}
#owl-hero .owl-pagination {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
	background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
	background: transparent;
	font-size: 60px;
	color: #fff;
	opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
	left: -60px;
}
#owl-hero .owl-buttons .owl-next {
	right: -60px;
}
#owl-hero .owl-buttons .owl-prev, #owl-hero .owl-buttons .owl-next {
	position: absolute;
	background: trasparent;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 45px;
	border-radius: 0;
	border: 0px solid #fff;
	z-index: 20;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
	left: -5px;
}
#owl-hero:hover .owl-next {
	right: -5px;
}
.slide1 {
	background-image: url(/img/gl-mediazione-immobiliare.jpg)
}
.slide2 {
	background-image: url(/img/gl-mediazione-immobiliare2.jpg)
}
.slide3 {
	background-image: url(/img/gl-mediazione-immobiliare3.jpg)
}
/* ==========================================================================
ricerca index
========================================================================== */

.container-ricerca {
	padding: 15px 0 10px 0;
	color: #fff;
	width: 80%;
	margin: 0 auto 0 auto;
	font-size: 14px;
	font-family:   'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.container-ricerca input {
	font-size: 16px;
	font-family:  'Open Sans', sans-serif;
	text-transform: uppercase;
	
}
#profilo {
	padding: 40px 0;
}
#servizi {
	padding: 40px 0;
}

.servizi-box {
	margin: 0 auto 30px auto;
	max-width: 500px;
}
.servizi-box h5 {
	 
	text-transform: lowercase;
}
/* ==========================================================================
proposte
========================================================================== */
#inevidenza {
	padding: 20px 20px 0 20px;
	min-height: 520px;
}
#proposte {
	padding: 20px 0 0 0;
	text-align: center;
}
.conteiner-proposte {
	width: 95%;
	margin: 20px auto;
}
#owl-demo .item {
	background: transparent;
	padding: 0;
	margin: 10px 0 0 0;
	color: #fff;
	text-align: center;
	width: 100%;
	float: left;
}
#owl-demo img {
	width: 100%;
	height: 220px;
	padding: 5px;
	margin: 0;
}
#owl-demo h3 {
	color:  #10186d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
#owl-demo a:hover, a:focus {
	opacity: 0.6;
	text-decoration: none;
}
.customNavigation {
	text-align: center;
	margin: 20px 0 50px 0;
}
#customNavigation a {
	color: #222;
	font-size: 18px;
	padding: 5px;
	margin: 0 8px;
	cursor: pointer;
}
#customNavigation a:hover {
	color: #999;
}
/* ==========================================================================
ricercarapida
========================================================================== */
#ricercarapida {
	padding: 30px 0;
}
#ricercarapida p {
	font-size: 13px;
}
/* ==========================================================================
mappe
========================================================================== */
#mappe {
	padding: 60px 0 0 0;
}
/* ==========================================================================
contatti
========================================================================== */
#contatti {
	background-image: url("../img/immobilia-contatti.jpg");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 70px 0;
	color: #fff;
}
#contatti a {
	color: #fff
}
/* ==========================================================================
Footer Map Style
========================================================================== */
footer {
	padding: 40px 0;
	text-align: center;
	font-size: 20px;
	font-size: 15px;
	background-color: #333;
}
footer p, footer a {
	color: #fff
}
footer span {
	font-size: 12px
}
footer a:hover {
	color: #6e79f4;
}
/* ==========================================================================
esito
========================================================================== */
#esito {
	padding: 80px 0;
}
#esito h1 {
	font-weight: 800;
	font-size: 20px;
	margin-top: 30px;
	font-family: 'EB Garamond', serif;
}
.contratto {
	background-color:  #10186d;
	position: absolute;
	z-index: 20;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	margin-top: 15px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
}
.esito img {
	width: 100%;
	height: 280px;
	z-index: 10
}
.raffina {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.raffina h4 {
	font-size: 20px;
	font-family: 'EB Garamond', serif;
	margin-top: 30px;
	padding-top: 0;
}
.padding-raffina {
	padding-right: 20px
}
.raffina p {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.ordina {
	font-size: 14px;
}
.esito {
	margin-bottom: 30px;
	
}
.esito:hover {
	opacity: 0.5
}
.esito-dettaglio {
	padding: 5px 10px;
	font-weight: 500;
	font-size: 15px;
	background: #616469;
	color: #fff;
}
.esito-titolo {
	padding: 5px 10px 0 10px;
	background: #fff;
}
.esito h2 {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 0 10px 0;
	margin: 0;
	color:  #10186d;
	font-family: 'EB Garamond', serif;
}
.esito p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}
.tabulatore {
	font-weight: 700;
	color: #ababad;
	margin-bottom: 40px
}
.tabulatore a {
	font-weight: 700;
	color: #000
}
.tabulatore a:hover {
	color: #ababad;
	text-decoration: none
}
/* ==========================================================================
form
========================================================================== */

input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0 10px 5px;
	margin: 0 20px 20px 0;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	background-color: #fff
}
select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 0 8px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
.select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 0 8px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	font-weight: 400;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	margin: 0;
	width: 20px;
}
/* ==========================================================================
dettaglio
========================================================================== */

#dettaglio {
	padding: 80px 0;
	text-align: justify;
}
#dettaglio h1 {
	font-size: 21px;
}
#dettaglio h3 {
	font-size: 20px;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	letter-spacing: 1px;
}
.dettagli {
	font-size: 14px;
}
.dettagli li {
	list-style: none;
	/*background-color: #eeeeee;*/
	padding: 5px 0 0 0;
	margin: 0;
}
.classe-energetica {
	padding: 0 0 0 10px;
}
.bot-dettaglio {
	text-align: center;
	margin-bottom: 20px;
}
.marginLR2 {
	margin: 0 10px
}
iframe {
	margin: 0 !important;
	padding: 0
}
.paddingh3mappa {
	padding: 20px 0;
	margin: 0
}
#contatti-dettaglio {
	background-color: rgba(255,255,255,0.73);
	margin-top: 38px
}
/* ==========================================================================
cookies
========================================================================== */

#cookie {
	background-color: #545454;
	width: 100%;
	font-size: 16px;
	color: #fff;
	position: fixed;
	z-index: 10000;
	text-align: center;
	bottom: 0;
	padding: 15px 0
}
#cookie p {
	padding: 15px
}
.cookie {
	color: #fff;
	text-decoration: underline
}
.underlined {
	color:  #10186d;
	text-decoration: underline
}
#cookie a:hover {
	opacity: 0.7;
	color: #fff;
}

.riferimento2 {display: none }