@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html, body {
  	height: 100%;
  	margin: 0;
  	background: #000000;
    font-family: "Open Sans";
}

a {
  color: #f50000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #f50000;
  text-decoration: none;
}

.wrapper {
  	min-height: 100%;

  	/* Equal to height of footer */
  	/* But also accounting for potential margin-bottom of last child */
  	margin-bottom: -50px;
}

.footer, .push {
  	height: 50px;
}

.footer {
  margin-top: 3%;
}

.container-full {
  	margin: 0 auto;
  	width: 100%;
}

.passione {
	padding: 20px;
}

.footer_image {
    width: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_social {
    width: 20%;
    text-align: center;
    padding-top: 50px;
}

.footer_content {
    width: 60%;
    text-align: center;
}

.footer_left {
    float: left;
}

.info {
    color: #878888;
    padding-top: 45px;
}

.info2 {
    font-size: 13px;
    color: #878888;
    margin-top: 12px;
}

.head {
	margin-top: 10px;
}

.logodx {
	text-align: center;
}

.logoc {
	text-align: center;
}

.lingue {
	text-align: center;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  color: #f0f0f0;
  font-family: "Open Sans";
  font-size: 20px;
}

.navbar-cat > li > a {
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans";
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-cat > li > a:hover, .navbar-cat > li > a:focus {
  color: #f50000;
  font-size: 15px;
  font-family: "Open Sans";
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-prop > li > a {
  color: #f50000;
  font-size: 15px;
  font-family: "Open Sans";
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-prop > li > a:hover, .navbar-prop > li > a:focus {
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans";
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-menu > li > a {
  color: #000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #f50000;
  text-decoration: none;
  background-color: transparent !important;
}

.dropdown-menu {
  background-color: #fff;
}

.navcat {
  margin-bottom: 0px !important;
}

.navcat > li {
  position: relative;
  display: inline-block;
}

.navbar-default {
	margin-top: 5px;
  margin-bottom: 5px;
	background-color: #000;
	border-color: #000;
}

.navbar-mn {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  background-color: transparent !important;
  border-color: transparent !important;
  min-height: auto !important;
}

.navbar-categorie {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  border-color: transparent !important;
  min-height: auto !important;
}

.navbar-proposte {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  border-color: transparent !important;
  min-height: auto !important;
}

.navbar-default .navbar-nav > .active > a {
	background-color: transparent;
	color: #f50000;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #000;
  color: #f50000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #f50000;
}

.navcat > .dropdown:hover > .dropdown-menu{
    display: block;
    margin: 0;
    text-align: center;
}

#goInd {
  font-family: "Open Sans";
  background-color: #fff;
}

.sottomenu {
  background: #222;
  color: #fff;
}

.sottomenu2 {
  background: #333;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sottoricerca {
  background: #222;
  display: none;

}

.selinput {
  width: 19.5%;
  font-family: "Open Sans";
  padding: 10px;
  font-size: 15px;
  margin: 4px;
}

.btnsrc {
  width: 15%;
  color: #fff;
  background: #f50000 !important;
  font-family: "Open Sans";
  font-size: 15px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 4px;
}

.immobile-lista {
  border-bottom: 2px solid #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.img-lista {
  padding-left: 0px;
  padding-right: 0px;
}

.destra-lista {
  padding-left: 10px;
  padding-right: 0px;
}

.title-lista {
  font-family: "Open Sans";
  font-size: 20px;
  text-decoration: none;
  color: #f50000;
}

.title-lista:hover, .title-lista:focus {
  color: #c70000;
  font-size: 20px;
  font-family: "Open Sans";
  text-decoration: none;
}

.descrizione-lista {
  color: #ddd;
  padding-top: 15px;
  font-family: "Open Sans";
  font-size: 13px;
  text-align: justify;
}

.prezzo-lista {
  color: #ddd;
  font-size: 20px;
}

.pagination > li {
  background: #ddd;
  padding: 10px;
  margin-left: 2px;
  cursor: pointer;
}

.contratto {
  top: 0px;
  left: 0px;
  position: absolute;
  background: #434a54;
  padding-top: 5px;
  color: #ddd;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-size: 14px;
  font-family: "Open Sans";
  border-bottom-right-radius: 3px;

}

.formsearch {
  width: 23% !important;
}

.title-imm {
  font-family: "Open Sans";
  font-size: 25px;
  color: #f50000;
}

.prezzo-imm {
  font-family: "Open Sans";
  font-size: 25px;
  color: #fff;
}

.citta-imm {
  font-family: "Open Sans";
  font-size: 15px;
  color: #ddd;
}

.img-grande {
  padding-top: 4%;
}

.gallery {
  padding-top: 4%;
}

.immagine-grande {
  width: 100%;
  height: 453px;
}

.immagine-grande:hover {
  opacity: 0.7;
  cursor: pointer;
}

.colorboxg {
  list-style-type: none;
  padding-left: 0px;
}

.colorboxg li {
  width: 33%;
  float: left;
}

.colorboxg li a img {
  margin-bottom: 6px;
  width: 109px;
  height: 109px;
  object-fit: cover;
}

.colorboxnews {
  padding-left: 0px;
}

.colorboxnews li a img {
  margin-bottom: 6px;
  width: 260px;
  height: 150px;
  object-fit: cover;
}

.colorboxp {
  list-style-type: none;
  padding-left: 0px;
}

.colorboxp li {
  width: 16%;
  float: left;
  display: inline;
}

.colorboxp li a img {
  margin-bottom: 12px;
}
.colorboxp li {
  margin-right: 5vw;
}
@media screen and (min-width:1700px){
  .colorboxp li {
    margin-right:4vw;
  }
}

.title-desc {
  font-family: "Open Sans";
  font-size: 20px;
  color: #f50000;
  padding-top: 3%;
}

.title-caratt {
  font-family: "Open Sans";
  font-size: 20px;
  color: #f50000;
  padding-top: 6%;
}

.space {
  padding-top: 1%;
}

.desc {
  color: #fff;
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
  font-family: "Open Sans";
}

.caratt-grigio {
  background: #333;
  padding-left: 10px;
  color: #f2f2f2;
  font-size: 13px;
  line-height: 22px;
}

.caratt-grigio2 {
  background: #222;
  padding-left: 10px;
  color: #f2f2f2;
  font-size: 13px;
  line-height: 22px;
}

.container-immobile {
  padding-bottom: 6%;
  padding-top: 25px;
}

.icoimg {
  padding-top: 7%;
  padding-bottom: 7%;
}

#icoplan {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}

#icoplan:hover {
  opacity: .5;
  cursor: pointer;
}

#icopdf {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}

#icopdf:hover {
  opacity: .5;
  cursor: pointer;
}

#icomaps {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}

#icomaps:hover {
  opacity: .5;
  cursor: pointer;
}

#planimetrie {
  display: none;
}

#mappa {
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.title-menu-mobile {
  display: none;
}

.page {
  float: right;
  margin: 0;
  padding: 0;
}

.page li {
  list-style: none;
  display:inline-block;
}

.page li a, .current {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #8A8A8A;
}

.current {
  font-weight:bold;
  color: #f50000;
}

.button {
  padding: 5px 15px;
  text-decoration: none;
  background: #333;
  color: #F3F3F3;
  font-size: 13px;
  border-radius: 2px;
  margin: 0 4px;
  display: block;
  float: left;
}

.button:hover, .button:focus {
  color: #f50000;
  text-decoration: none;
}

.contps {
  position: relative;
  padding-top: 6%;
}

.share {
  float: right;
}

.contricerca {
  padding-top: 20px;
  padding-bottom: 4%;
}

.conthome {
  padding-top: 35px;
  padding-bottom: 4%;
}

.contcs {
  padding-top: 3%;
  padding-bottom: 4%;
}

.contserv {
  padding-bottom: 4%;
}

.contris {
  padding-top: 4%;
  padding-bottom: 4%;
}

.col-md-5col {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 12px;
  width: 16.6%;
  float: left;
}

.col-md-5col > a > img {
  width: 100%;
  height: 184px;
  object-fit: cover;
}

.ricercahome {
  background-color: #222;
  margin-top: 30px;
}

.titlecs {
  border-bottom: 5px solid #fff;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 25px;
}

.desccs {
  color: #fff;
  font-size: 18px;
  margin-bottom: 4%;
}

.csrow {
  margin-top: 30px;
}

.imagecs {
  position: relative;
  width: 100%; /* for IE 6 */
  margin-bottom: 15px;
}

.imagecs p {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  padding: 20px;
  margin: 0px;
  text-align: justify;
}

.imagecs img {
  width: 100%;
}

.imagecs p span {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.storia {
  background-image: url('../immagini/pietra.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5%;
}

.storiadesc {
  text-align: right;
  padding: 20px;
}

.storiadesc p {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}

.banserv {
  background-image: url('../immagini/panoramic.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.titleserv {
  color: #fff;
  font-size: 30px;
  padding-top: 8%;
  padding-bottom: 8%;
}

.servblock {
  margin-top: 6%;
}

.servtoggle {
  list-style-type: none;
  text-align: center;
  color: #fff;
  line-height: 22px;
  font-size: 13px;
  padding-left: 0px;
}

#toggle1 {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: justify;
}

.toggle1:hover, .toggle1:focus {
  color: #f50000;
  cursor: pointer;
}

#toggle2 {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: justify;
}

.toggle2:hover, .toggle2:focus {
  color: #f50000;
  cursor: pointer;
}

#toggle3 {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: justify;
}

.toggle3:hover, .toggle3:focus {
  color: #f50000;
  cursor: pointer;
}

#toggle4 {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: justify;
}

.toggle4:hover, .toggle4:focus {
  color: #f50000;
  cursor: pointer;
}

#toggle5 {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: justify;
}

.toggle5:hover, .toggle5:focus {
  color: #f50000;
  cursor: pointer;
}

.cont {
  background-image: url('../immagini/contatti2.jpg');
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
}

.riquadro {
  margin-top: 15%;
  margin-bottom: 20%;
  background-color: #000;
  padding: 15px;
}

.title-cont {
  font-size: 25px;
  color: #fff;
  margin-bottom: 3%;
}

.testobox {
  font-size: 14px;
  color: #fff;
  margin-bottom: 3%;
}

.fa {
  color: #878888;
  font-size: 18px;
  width: 20px;
}

.title-ris {
  color: #f50000;
  font-family: "Open Sans";
  font-size: 20px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.testo-ris {
  font-family: "Open Sans";
  font-size: 13px;
  color: #fff;
}

.form-ris {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
}

label {
  font-family: "Open Sans";
  color: #f50000;
  font-weight: normal;
}

.btnris {
  width: 20%;
  color: #fff;
  background: #f50000 !important;
  font-family: "Open Sans";
  font-size: 15px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 4px;
}

.err-log {
  color: #f50000;
  margin-top: 5%;
}

.fot {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.fot img {
  width: 120px;
  height: 50px;
}

.catvol {
    font-family: "Open Sans";
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0px;
}

#servizihover1:hover {
  color: #f50000 !important;
  cursor: pointer;
}

#servizihover4:hover {
  color: #f50000 !important;
  cursor: pointer;
}

#servizihover5:hover {
  color: #f50000 !important;
  cursor: pointer;
}

.datanews {
  text-transform: capitalize;
  font-size: 15px;
  font-style: italic;
}

.datanews2 {
  text-transform: capitalize;
  font-size: 18px;
  font-style: italic;
  color: #ddd;
}

.readmore {
  text-transform: capitalize;
  font-size: 15px;
  font-style: italic;
  float: right;
  color: #ddd;
  line-height: 28px;
}

.title-news {
  padding-top: 10px;
}

.testo-news {
  padding-top: 20px;
  color: #fff;
  font-size: 13px;
  text-align: justify;
  line-height: 20px;
  font-family: "Open Sans";
}

.video {
  padding-top: 20px;
}

.img-video:hover {
  opacity: 0.7;
}

.share-unit {
  position: absolute;
  background-color: #fff;
  color: #fff;
  font-size: 22px;
  width: 43px;
  top: -85px;
  right: 0px;
  padding: 5px 0px 5px 1px;
  border-radius: 3px;
  text-align: center;
}

.fah:hover {
  color: #f50000;
}

.lingue img {
  cursor: pointer;
}

.loghi-fot img {
  max-width: 200px;
}

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

    .container-immobile {
      padding-bottom: 10%;
      padding-top: 9%;
    }

    .lingue {
      margin-bottom: 5%;
    }

    .title-desc {
      font-size: 16px;
    }

    .title-caratt {
      font-size: 16px;
    }

    .title-imm {
      font-size: 16px;
    }

    .prezzo-imm {
      font-size: 16px;
    }

    .citta-imm {
      font-size: 12px;
    }

    .immagine-grande {
      width: 100%;
      height: 260px;
    }

    .colorboxg li {
      width: 33.3%;
    }

    .colorboxg li a img {
      margin-bottom: 0px;
      width: 100%;
      height: 109px;
      padding: 4px;
    }

    .colorboxp li {
      width: 33.3%;
      margin-right: unset;
    }

    .colorboxp li a img {
      margin-bottom: 0px;
      width: 100%;
      height: 109px;
      padding: 4px;
    }

    .desc {
      font-size: 11px;
    }

    .caratt-grigio {
      font-size: 11px;
    }

    .caratt-grigio2 {
      font-size: 11px;
    }

    .icoimg img {
      width: 31%;
      height: 90px;
    }

    .selinput {
      width: 70%;
    }

    .btnsrc {
      width: 40%;
    }

    .img-lista {
      margin-left: 10%;
      margin-right: 8%;
    }

    .destra-lista {
      padding-top: 15px;
    }

    .prezzo-lista {
      margin-top: 30px;
    }

    .passione {
      display: none;
    }

    .footer_content {
      width: 100%;
    }

    .footer_image {
      width: 100%;
      display: none;
    }

    .footer_social {
      width: 100% !important;
      padding-top: 30px;
      padding-bottom: 10px;
    }

    .footer_left {
      text-align: center;
    }

    .info {
      padding-top: 10px;
    }

    footer {
      margin-top: 10%;
    }

    .title-menu-mobile {
      display: inline-block;
      padding-top: 4%;
      padding-left: 15%;
      position: relative;
      font-family: "Open Sans";
      font-size: 15px;
      color: #f50000;
    }

    .navcat {
      padding-left: 0px;
    }

    .conthome {
      padding-top: 15%;
      padding-bottom: 15%;
    }

    .col-md-5col {
      padding-right: 5px;
      padding-left: 5px;
      padding-bottom: 10px;
    }

    .col-md-5col > a > img {
      width:100%;
      height: 60px;
    }

    .ricercahome {
      background-color: #222;
      margin-top: 15%;
    }

    .csrow {
      margin-top: 0px;
    }

    .sottomenu2 {
      background: #222;
      color: #fff;
      margin-top: 10px;
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .dropdown-menu {
      position: relative;
      float: none;
    }

    .btnris {
      width: 40%;
    }
    .loghi-fot {
      /* display: none; */
    }


    .loghi-fot img {
      max-width: 80px;
      height: auto;
    }


}


@media only screen and (min-width : 481px) and (max-width: 700px) {

    .selinput {
      width: 47.5%;
    }

    .container-immobile {
      padding-bottom: 10%;
      padding-top: 9%;
    }

    .lingue {
        margin-bottom: 5%;
    }

    .immagine-grande {
      width: 100%;
      height: 260px;
    }

    .colorboxg li {
      width: 33.3%;
    }

    .colorboxg li a img {
      margin-bottom: 0px;
      width: 100%;
      height: 109px;
      padding: 4px;
    }

    .colorboxp li {
      margin-right: unset;
    }

    .colorboxp li a img {
      margin-bottom: 0px;
      width: 100%;
      height: 109px;
      padding: 4px;
    }

    .icoimg {
      text-align: center;
    }

    .passione {
      display: none;
    }

    .footer_content {
      width: 100%;
    }

    .footer_image {
      width: 100%;
    }

    .footer_social {
      width: 100% !important;
      padding-top: 30px;
      padding-bottom: 10px;
    }

    .footer_left {
      text-align: center;
    }

    .info {
      padding-top: 10px;
    }

    footer {
      margin-top: 10%;
    }

    .title-menu-mobile {
      display: inline-block;
      padding-top: 2%;
      padding-left: 9%;
      position: relative;
      font-family: "Open Sans";
      font-size: 15px;
      color: #f50000;
    }

    .navcat {
      padding-left: 0px;
    }

    .conthome {
      padding-top: 10%;
      padding-bottom: 10%;
    }

    .col-md-5col > a > img {
      width:100%;
      height: 90px;
    }

    .csrow {
      margin-top: 0px;
    }

    .sottomenu2 {
      background: #222;
      color: #fff;
      margin-top: 10px;
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .dropdown-menu {
      position: relative;
      float: none;
    }

    .btnris {
      width: 40%;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

  .colorboxg li {
    width: 45%;
    float: left;
  }

  .colorboxp li {
    width: 33.3%;
    float: left;
    display: inline;
  }

  .img-lista img {
    width: 100%;
  }

  .btnris {
    width: 40%;
  }

  .navbar-mn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: #000 !important;
    border-color: transparent !important;
    min-height: auto !important;
  }
}

@media only screen and (min-device-width : 1024px)  {
  .navbar-mn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: #000 !important;
    border-color: transparent !important;
    min-height: auto !important;
  }
}


#cboxLoadedContent {
  position: relative;
}

#cboxLoadedContent:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 1000;
  width: calc(100% - 120px);
  height: calc(100vh -200px);
  margin: 0 60px;
  left: 0;
  display: inline-block;
  float: none;
  top: 0;
  z-index: 1000;
}

/* mod. 1404 */
@media only screen and (min-device-width : 700px) and (max-device-width : 992px)  {
	.passione {
		max-width:100%;
	}
	.col-md-5col > a > img {
		height:100%;
		width:auto;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.col-md-5col > a {
		display:inline-block;
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	.col-md-5col {
		height:100px;
		padding-right: 6px;
		padding-left: 6px;
		padding-bottom: 12px;
		
	}
	.img-lista img {
		width:240px;
        height:auto;
        object-fit: cover;
	}
	.colorboxg li a img {
		margin-bottom: 0px;
		width: 100%;
		height: 150px;
		padding: 4px;
	}
	.container-immobile .img-grande {
		width:100%;
	}
	.container-immobile .gallery {
		width:100%;
	}
	.container-immobile .colorboxg li {
		width:33.33%;
	}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px)  {
	.col-md-5col > a > img {
		height:100%;
		width:auto;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}
	.col-md-5col > a {
		display:inline-block;
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	.col-md-5col {
		height:150px;
		padding-right: 6px;
		padding-left: 6px;
		padding-bottom: 12px;
		
	}
	.img-lista img {
        width:240px!important;
        height:auto!important;
        object-fit: cover!important;
	}
    
	.colorboxg li {
		padding:0px 6px 6px 6px;
	}
	.colorboxg li a img {
		max-width:100%;
	}
}
