@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #333;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
.sep {
  max-width: 120px;
  border: 1px solid #dddddd;
  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: 22px;
  font-weight: 700;
}
/*titoli annunci thumb*/
h2 {
  font-size: 22px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-weight: 600;
}
h6 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
a {
  color: #333
}
.font11 {
  font-size: 13px;
}
.font12 {
  font-size: 12px
}
.font14 {
  font-size: 14px
}
.white {
  color: #fff
}
.blue, .green {
  color: #0b4521
}
.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
}
.marginbottom60 {
  margin-bottom: 60px
}
.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: #0b4521;
  padding: 11px 0;
  font-size: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0px;
  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;
  border: 4px solid #0b4521;
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
  background: transparent;
  color: #0b4521;
  text-decoration: none;
  border: 4px solid #0b4521;
}
.btn-green {
  background: #0b4521;
  padding: 10px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0px;
  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;
  border: 3px solid #0b4521;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
  background: transparent;
  color: #0b4521;
  text-decoration: none;
}
.btn-grey {
  background: #ddd7bf;
  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: #999;
  padding: 5px 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0px;
  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 #999;
}
.btn-video:hover, .btn-video:focus, .btn-video:active {
  background: transparent;
  color: #999;
  text-decoration: none;
}
/* ==========================================================================
Layout 
========================================================================== */
.bg-dark {
  color: #fff;
  background-color: #38313a;
}
.bg-dark a {
  color: #fff;
}
.bg-blue {
  background-color: #0b4521;
}
.bg-white {
  color: #000;
  background-color: #fff;
}
.bg-grey {
  background-color: #eee
}
.grey2 a {
  color: #ccc
}
.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: #999;
  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(11, 69, 33, 1);
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
}
.navbar-default .navbar-header {
  padding-right: 15px;
}
.navbar-default .navbar-brand {
  height: auto;
}
.navbar-default .navbar-brand img {
  height: 70px;
  margin-top: 20px;
}
.navbar-default .nav-wrap {
  width: 50%;
}
.navbar-default .nav > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 15px 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: #777;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #777;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #0b4521;
}
.top-nav-collapse {
  background: rgba(255, 255, 255, 1);
}
.top-nav-collapse .navbar-brand img {
  height: 70px;
}
.top-nav-collapse .nav > li > a {
  font-size: 17px;
  font-weight: 600;
  padding: 40px 15px 0 15px;
}
.navbar {
  border-radius: 0px;
}
/* ==========================================================================
default
========================================================================== */
section {
  padding: 0;
}
.main-header {
  margin: 0;
  padding: 0;
}
.header-vendiconnoi {
  -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/emmepicase-vendiconnoi.jpg");
  min-height: 500px;
  margin-bottom: 50px
}
.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: #fff;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  max-height: 700px
}
#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/emmepicase1.jpg")
}
.slide2 {
  background-image: url("../img/emmepicase2.jpg")
}
.caption {
  color: #000;
  padding: 20px;
  margin: 350px 0 0 0;
  font-size: 34px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
}
/* ==========================================================================
ricerca index
========================================================================== */
.home-ricerca h2 {
  font-size: 40px;
  padding: 30px 0;
}
.home-ricerca h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 0 0 30px 0;
}
.container-ricerca {
  padding: 20px 20px 10px 20px;
  color: #222;
  width: 80%;
  margin: 0 auto 0 auto;
  border: 1px solid #0b4521;
}
.container-ricerca input {
  font-size: 15px;
}
#profilo {
  padding: 70px 0;
}
#profilo h2 {
  padding: 0 0 20px 0;
  margin: 0
}
#servizi {
  padding: 60px 0;
  text-align: center
}
#servizi h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.lista-servizi {
  margin-top: 40px;
  min-height: 130px
}
.lista-servizi i {
  font-size: 28px;
  color: #fff;
  background-color: #0b4521;
  padding-top: 15px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.paddingservizi {
  padding: 30px 0;
}
.fa, .fab, .fal, .far, .fas {
  line-height: normal !important;
}
/* ==========================================================================
proposte
========================================================================== */
#inevidenza {
  padding: 20px 20px 0 20px;
}
#proposte {
  padding: 20px 0 0 0;
  text-align: center;
}
.conteiner-proposte {
  width: 95%;
  margin: 20px auto;
}
#owl-demo .item {
  background: trasparent;
  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 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
#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 {
    padding: 70px 0;
}
/* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  padding: 40px 0;
  text-align: center;
  font-size: 17px;
  background-color: #222;
}
footer p, footer a {
  color: #fff;
}
footer span {
  font-size: 14px
}
footer a:hover, footer a:active {
  color: #ccc;
}
footer i {
  padding: 20px 8px 0 8px;
}
/* ==========================================================================
esito
========================================================================== */
#esito {
  padding: 50px 0;
}
#esito h1 {
  margin-top: 30px;
}
.contratto {
  background-color: #0b4521;
  position: absolute;
  z-index: 20;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  right: 0;
  font-weight: 700;
}
.esito img {
  width: 100%;
  height: 240px;
  z-index: 10
}
.raffina {
  font-weight: 400;
  font-size: 15px;
}
.raffina h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
}
.padding-raffina {
  padding-right: 20px;
  margin-top: 30px;
}
.raffina p {
  margin: 0 0 8px 0;
  padding: 0;
}
.ordina {
  font-size: 16px;
}
.esito {
  margin-bottom: 30px;
}
.esito:hover {
  opacity: 0.5
}
.esito-dettaglio {
  padding: 5px 10px;
  font-weight: 600;
  font-size: 15px;
  background: #0b4521;
  color: #fff;
}
.esito-titolo {
  padding: 5px 10px 0 10px;
  background: #fff;
}
.esito h2 {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0 10px 0;
  margin: 0;
}
.esito p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.tabulatore {
  font-weight: 700;
  color: #ababad;
  margin-bottom: 40px;
  font-size: 17px;
}
.tabulatore a {
  font-weight: 700;
  color: #333;
  font-size: 17px;
}
.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: 50px 0;
  text-align: justify;
}
.dettagli {
  font-size: 16px;
}
.dettagli li {
  list-style: none;
  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, 1);
  margin-top: 38px
}
/* ==========================================================================
cookies
========================================================================== */
#cookie {
  background-color: #111;
  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: #999grey;
  text-decoration: underline
}
#cookie a:hover {
  opacity: 0.7;
  color: #fff;
}
.riferimento2 {
  display: none
}
/*-------- bottoni tabulatore foto ----------------------*/
.nav-tabs {
  border-bottom: 1px solid #eee;
}
.nav-tabs > li > a {
  margin-right: 5px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
}
.nav-tabs > li > a {
  color: #fff;
  font-weight: bold;
  cursor: default;
  background-color: #0b4521;
  border: 1px solid #0b4521;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
  color: #fff;
  font-weight: bold;
  cursor: default;
  background-color: #0b4521;
  border: 1px solid #0b4521;
}
/* ==========================================================================
hai un immobile da vendere?
========================================================================== */
#richiedi {
  background-image: url("../img/emmepicase-vendiconnoi.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
  color: #fff;
  min-height: 500px;
}
#richiedi .content {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
}
#richiedi p {
  padding-bottom: 25px;
  font-size: 18px;
}
#richiedi h2 {
  font-size: 35px;
}
#partners {
  padding: 60px 0;
  text-align: center
}
#partners img {
  margin: 0 20px;
}
.border-partners {
  border: 1px solid #0b4521;
  padding: 30px
}
.top-recapiti {
  padding: 15px 0 10px 0;
  text-align: right;
  font-size: 18px;
  margin: 0;
  color: #0b4521;
}
.top-recapiti i {
  margin-left: 8px;
  font-size: 20px;
}
.navbar-default .nav {
  border-top: 1px solid #ccc;
}
.top-recapiti a {
  font-size: 26px;
  color: #fff;
}