

@font-face {
    font-family: 'Lato';
    src:url('Lato-Regular.woff') format('woff'),
        url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.svg#Lato-Regular') format('svg'),
        url('Lato-Regular.eot'),
        url('Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('Lato-Regular.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*::after, *::before {
    content: '';
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0; 
    padding: 0; 
    outline: none;
}

.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border:1px solid #676767;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
   background-color: #676767;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #676767;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #676767;
}

html, body { 

    }

body {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: #111;
    z-index:1;
    width:100%;
    height:100%;
    font-family: 'Lato', sans-serif;
    background-color:#FFF;
    font-weight:400;
}


form#form1
{
    margin: 0px;
    padding: 0px;
    z-index: 1;
    width:100%;

}

a
{
text-decoration:none;
}

img
{
border:0px;
}


div.header{
z-index: 99;
text-align:left;
width:100%;
color:#131313;
background-color:#FFF;
clear:both;
float:left;
margin:0px;
padding: 0px;
}

div.grigio{
color:#FFF;
background-color:rgba(0,0,0,0.2);
}


div.blue{
color:#FFF;
background-color:#02389A;
}


div.header_container
{
    width:76%;
    clear: both;
    text-align: left;
    position:relative;
    margin:0 auto;
    max-width:1300px;
}

div.header_content
{
    width:100%;
    clear: both;
    position:relative;
    padding-top:8px;
    padding-bottom:8px;
    float:left;
}

div#logo
{
    width:25%;
    float:left;
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
    max-width:300px;
}

div#logo img
{
    width:100%;
    max-width:340px;
    height:auto;
}

div.Tel
{
   float:left;
   width:40%;
   text-align:left;
   font-family:Lato;
   color:#FFF !important;
   margin:0px;
   padding:0px;
   font-size:13px;
}

div.Tel label
{

   color:#FFF !important;

}



div.menu_sup
{
   float:right;
   text-align:left;
   font-family:Lato;
   color:#FFF;
   margin:0px;
   padding:0px;
   font-size:13px;
   color:#FFF;
}

div.menu_sup ul
{
   color:#FFF;
   list-style:none;
   margin:0px;
   padding:0px;

}
div.menu_sup ul li
{
   color:#FFF;
   float:left;
   padding:0 20px;
   text-transform:uppercase;
   font-size:13px;
}

div.menu_sup ul li a
{
   color:#FFF;
}
div.Tel p
{
     margin:0px;
     padding:0px;
     font-size:0.8em;
     line-height:0.8em;
     position:relative;
     margin-top:5px;
}


div.Tel  a 
{
   color:#FFF;
}
div#lingue
{
   float:left;
   width:100%;
   text-align:right;
   padding-bottom:10px;
}

    


.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 105px;
    right: 10px;
    display: none;
    background: url('/img/arrow_up.png') no-repeat 0px;
    z-index: 1000000;
}





div.navigation {
    float:right;
    text-align: right;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:14px;
}

div.navigation a{
    color:#000;
}





h1
{clear:both;
    padding-top:20px;
 padding-bottom:20px;
    color:#E57523;
 font-size:40px;
 font-weight:normal;
 text-transform:uppercase;
}

h2
{
 font-size:16px;
  font-weight:normal;

}

div.home {
    clear: both;
    float: left;
    width: 100%;
    position:relative;
}

div.claim {
    width: 100%;
    position:absolute;
    bottom:0px;
    font-family:Lato;
    font-size:1.7em;
    color:#FFF;
    z-index:10;
    background-color: rgba(0, 0, 0, 0.4);
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;

}
div.home_int {
    clear: both;
    float: left;
    width: 70%;
    text-align: center;
    padding: 30px 0px;
    margin-left:15%;
    color:#000;
    font-size:17px;
}

div.home_int span{
    color:#000;
    font-size:1.5em !important;
}

div.box_home {
    float: left;
    width: 29.3333%;
    margin:2%;
    position:relative;
}

div.box_home a{
   color:#FFF;
}

div.boxhome {
    float: left;
    width: 100%;
    position:relative;
    clear:both;
}

div.box_home img,div.boxhome img {
    width: 100%;
    display:block;
}

div.box_home div{
    position:absolute;
    bottom:0px;
    color:#FFF;
   text-align:center;
   padding-top:5px;

     font-family:Lato;
     width:100%;
     background-color: rgba(0, 0, 0, 0.4);
     font-size:1.3em;
}

div.boxhome div{
    position:absolute;
    bottom:0px;
    top:0px;
    color:#FFF;
    text-align:center;
     font-family:Lato;
     width:26.333%;
     background-color: rgba(0, 0, 0, 0.4);
     font-size:1.1em;
     left:7%;
}

div.boxhome div p{

     width:90%;
margin-top:40%;
margin-left:5%;
}

.col3 {
    width: 31.333% !important;
    margin: 1% !important;
}
.box {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    overflow: hidden;
}

div.boxhome div a{
    padding: 7px;
        padding-right: 7px;
        padding-left: 7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF !important;
border: 1px solid #FFF;
text-decoration: none;
font-size: 1.1em;

}

div.box_sx {
  position:absolute;
  top:0px;left:0px;
  height:100%;
  bottom:0px;
    width: 50%;
    background-position: 50% center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

div.box_sx img{
    width: 100%;
    display:block;
}

div.box_dx {
    float: left;
    width: 50%;
    display:table-cell;
    vertical-align:middle;
 margin:5% 0;
 padding:5%;
 margin-left:45%;
 background-color:#FFF;
 position:relative;
 z-index:10;
 line-height:22px;
 max-width:870px;
}


div.box_dx div h3{
    font-size:35px;
}

div.corpo {
    margin: 0px;
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;
 
}

div.appartamenti {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;

}
    div.img_item_appartamenti {
    float: left;
    width: 55%;
}

    div.img_item_appartamenti img {
    width: 100%;
}

    div.det_item_appartamenti_right {
    float: left;
    width: 40%;
    margin-left: 5%;
    text-align: left;
    font-size: 30px;
    font-weight: 200;
    color:#5e5e5e;
    }


a.scopri:hover {
    background-color: #E57523;
}
a.scopri {
    padding: 7px;
        padding-right: 7px;
        padding-left: 7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF !important;
    background-color: #02389A;
    text-decoration: none;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

div.titolo_tour h3 {
    color: #E57523;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 10px;
    clear: both;
  font-size:25px;
   padding-bottom: 10px;
}

div.titolo_tour {
    clear: both;
    width: 92%;
    position: relative;
    margin: 4%;
    padding-bottom: 20px;
    font-size:14px;
    color:#000;
}

div.lista_appartamenti {
    float: left;
    width: 18%;
    margin: 1%;
    background-color:#FFF;
}

div.img_lista_appartamenti {
    float: right;
    width: 40%;
    overflow: hidden;
    padding: 20px 0px;
}

div.img_lista_appartamenti img {
    width: 100%;
    height: auto;

}

div.det_lista_appartamenti {
    float: left;
    width: 48%;
    padding: 20px 0px;
    color:#111;
    text-align:left;
}
div.det_lista_appartamenti table
 {
    width: 100%;
}




div.det_lista_appartamenti a{
    color: #1B3781 !important;
font-size: 12px;
text-align: center;
    text-transform: uppercase;
    font-family:Lato;
    font-weight:normal;

}
div.det_lista_appartamenti span.titolo {
    font-size: 1.7em;
    color:  #111 !important;
    line-height: 1.2em;
}


div.corpo_container {
    width: 90%;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    clear: both;
    max-width:1530px;
}

div.corpo_content {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    color: #808080;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size:18px;
}


div.titolo {
    clear: both;
    width: 98%;
    color: #5B2F2E;
    font-size: 40px;
    padding-top: 10px;
    text-align:center;
    margin-left: 2%;
    font-family:Lato;

}



div.footer {
    margin: 0px;
    margin-top: 0px;
    margin-top: 0px;
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;
    z-index: 1000;
    background-color: #EEF6DE;
    border-top:2px solid #000;
     padding: 40px 0px;
}
div.footer_container {
    width: 70%;
    margin-top: 0px;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

div.footer_content {
    font-size: 15px;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    position: relative;
   
    font-family: 'Lato' !important;
    color:#111;
}

div.info {
    width: 40%;
    clear: both;
    float: left;
}


div.semantyca img{
    position:relative;
    top:8px;
}

div.info a, div.ricerche a{
  color:#FFF;
}

div.semantyca {
    float: right;
    font-size: 1.2em;
}

div.semantyca a {
   color:#000;
}

h2 {
    color: #267F01;
    text-align: left;
    font-weight: normal;
    font-size: 25px;
    padding-bottom:15px;
}

div.wrapper{
z-index: 99;
text-align:left;
width:100%;
clear:both;
float:left;
margin:0px;
padding: 0px;
}

.titolo_general {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px #111;
    color:#FFF;
    width: 100%;
    font-family:'Lato';
}

.testo_immagine {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    color:#FFF;
    width: 90%;
    margin-left: 5%;
    margin-top:10%;
    font-family:Lato;
    padding-bottom:15px;
}

.testo {
    font-size: 20px;
    line-height:28px;
    font-weight:200;
    text-align: center;
    letter-spacing: 0px;
    width: 100%;
    font-family:Lato;
    clear:both;
    float:left;
}

span.titolo {
    font-size: 35px;
    color: #E57523 !important;
    font-weight: bold;
}

.testo_immagine {
    font-size: 25px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFF;
    width: 50%;
    left: 20%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 25%;
    padding-top:15px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 200;
}


div.category-title {
    width: 31.333%;
    float: left;
    position: relative;
    margin: 2%;
    overflow: hidden;
}

div.category-title img{
    width: 100% !important;
    display:block;
    margin:0px !important;

}
div.category-title .category-fader {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.2);
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.8));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.8));
    background-repeat: no-repeat;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor:pointer;
}

.category-title h3 {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
    position: absolute;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 5px;
    margin: 0px;
    bottom: 30px;
    left: 40px;
    right: 40px;
    font-size: 28px;
    font-weight:normal;
}

.category-title:hover h3 {
 -webkit-transform:translateY(200%);
 -moz-transform:translateY(200%);
 -ms-transform:translateY(200%);
 -o-transform:translateY(200%);
}
.category-title:hover .category-fader {
 opacity:0;
}

.testo img{
    margin:3%;
    margin-top:0px;
    width: 46% !important;
    height:auto;

}

div.immagine {
    background-position: 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding-top:33%;
}

div.breadcrumb {
    padding: 0px 0px;
    border-radius: 0px;
    float: left;
    clear: both;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

div.breadcrumb ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    font-family:Lato;
}

div.breadcrumb ul li {
    margin: 0px;
    padding: 0px;
        padding-right: 0px;
    padding-right: 0px;
    float: left;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 0.8em;
    line-height: 10px;
    text-transform: uppercase;
    color:#111;
}

div.breadcrumb a {
    color: #000;
}
div.wrapper_container
{
    width:80%;
    clear: both;
    text-align: center;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    max-width:1530px;

}

div.wrapper_content, div.testo_content
{
    width:100%;
    clear: both;
    float:left;
}

div.testo_sx {
    width: 45%;
    float: left;
    font-size:25px;
    padding-bottom: 20px;
      padding-top: 25px;
      font-weight:200;
}

div.testo_dx {
    width: 45%;
    float: left;
    text-align: left;
    margin-left: 10%;
    padding-bottom: 30px;
    padding-top: 15px;
}


.sfondoverde
{
   background-color:#267F01;

}

.col1, .col2 {
    width: 29%;
    margin: 2.1% !important;
    padding: 0px;
    position: relative;
}
.box {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    overflow: hidden;
}

.col2 a {
    transition: background-color 0.2s ease-in 0s;
    background-color: 
    transparent;
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;
}

.col2 a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center center;
    background-repeat: no-repeat;

}

div.titolo_offerta {
    position: absolute;
    left: 5%;
    width: 90%;
    text-align: left;
    color: 
#FFF;
z-index: 99;
bottom: 20px;
font-size: 60px !important;
text-shadow: 1px 1px 1px
    #000;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.box img {
    width: 100% !important;
    height: auto;
    display: block;
    margin:0% !important;
}

div.lista_news {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}

div.img_lista_news{
    clear: both;
    float: left;
    width: 48%;
}

div.img_lista_news img {
    width: 100% !important;
    height: auto;
}

div.det_lista_news span.titolo {
    color:#1B3781;
font-size: 40px;
}

div.det_lista_news {
    float: left;
    width: 48%;
    margin-left: 4%;
    text-align: left;
}

div#form_contatti {
    width: 100% !important;
    padding-bottom: 20px;
}

div#form_contatti div {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
}

div#form_contatti div div {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100% !important;
    float: left;
    font-size: 16px;
    text-align: left;
}

div#form_contatti div input[type="text"], textarea {
    width: 100% !important;
}

div#form_contatti input[type="text"], input[type="password"], textarea, select {
    background-color: 
#FFF;
border: 1px solid
#d3d3d3;
padding: 3px;
font-size: 15px;
color:
    #525252;

}

div#form_contatti textarea{
    font-family: 'Lato', sans-serif;
}

div#form_contatti input:hover, div#form_contatti textarea:hover {
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.button-1:hover, .button-2:hover {
    background-color:#000;
}
.button-1, .button-2 {
    padding:10px 0px;
    color: #FFF !important;
    background-color: #267F01;
    text-decoration: none;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    font-size:20px;
    border:0px;
    cursor:pointer;
    text-transform:uppercase;
    width:100%;
    font-family:Lato;
}

.box-fixed {
    width: 70px;
    position: fixed;
    bottom: 300px;
    right: 20px;
    z-index: 10;
    display: none;
}


div.lista_offerte {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}

div.img_lista_offerte {
    clear: both;
    float: left;
    width: 48%;
    overflow: hidden;
}

div.img_lista_offerte img {
    width: 100% !important;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}

div.det_lista_offerte {
    float: left;
    width: 45%;
    margin-left: 5%;
    text-align: left;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

@media all and (max-width: 1024px) {

div.home_int {
  clear: both;
  float: left;
  width: 90%;
  text-align: center;
  padding: 10px 0px;
  margin-left: 5%;
  color: #000;
  font-size: 17px;
}

div.navigation {
  float: right;
  width:100%;
  text-align:center;
}
 
  .btn-responsive-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    cursor: pointer;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.88);
    display: block;
    z-index: 10000;
}

.icon-bar-general {
    display: block;
    width: 45px;
    height: 3px;
    margin: 5px;
    background-color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}


    .show {
        display: block !important;
    }

    .main_menu {
    float: left;
    margin-top: 70px;
    width: 100%;
    text-align: center;
}

.main_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 60%;
    margin: auto;
        margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: 40px;
}

.main_menu ul li {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed 
    #E2CEBF;
}

.main_menu ul li a{
color:#FFF;
}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    div#lingue
     {
        margin-top:40px;
        border-left:0px;
     }

    div.Tel {
    width: 71%;
}

        .testo_immagine {
    font-size: 20px;
    width: 80%;
    left: 5%;
    bottom:0px;
}

         div.blue {
display:none;
}
    }



@media all and (max-width: 767px) {

    div.category-title img{

    margin:0px !important;

}

    .testo_immagine {
    font-size: 20px;
    width: 80%;
    left: 5%;
    bottom:0px;
}

    div.blue {
display:none;
}

    .box-fixed {
    bottom: 50px;
display: block;
}

      .box-fixed img{
    width: 50px;

}

    div.claim {

    font-size: 1.2em;

}

    div.boxhome div {
width: 96%;
    font-size: 0.7em;
    left: 2%;
}

    div.boxhome div p {

    margin-top: 5px;

}

    div.wrapper_content img{
    max-width: 90% !important;
    height:auto;
    margin:5% !important;

}


   div.testo_content img{
   width: 90% !important;
    height:auto;
    margin:5% !important;

}

    div.testo_sx {
    width: 96%;
}

    div.testo_dx {
    width: 90%;
}

    div.titolo_offerta {

font-size: 30px !important;

}

    div.home_int img{
    max-width: 90%;
    height:auto;

}

    div.box_home {
    width: 96%;

}

        div.box_home img{
   max-width: 100% !important;

}

    div#lingue
     {
        border-left:0px;
     }

    .testo_immagine {
    margin-top:5%;
}

    div.logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-top:10px;
}

       div.booking {
    width: 100%;
    float: left;
    margin-top:10px;
}

    div#lingue {

    float: left;
    width: 100%;
    text-align: center;

}

    h1 {
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
    color:   #E57523;
    font-size: 30px;
    font-weight: normal;

}

        div.box_sx{
    clear: both;
    float: left;
    width: 100%;
}
        div.det_lista_appartamenti {
  float: left;
  width: 100%;
  padding: 20px 0px;
  color: #111;
  text-align: left;
}

                div.det_lista_appartamenti table{
  overflow-x:scroll;
}

  .parallaxer div.parallax_sx {
  display:none;
}
 .parallaxer div.parallax_dx {
  width: 100%;
  padding: 10px 0px;
  margin-right:0%;
}



        div.img_lista_appartamenti {
  float: right;
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
}


   div.box_dx{
    clear: both;
    float: left;
    width: 90%;
    margin:5%;
}

    div.box_dx div {
    float: left;
    width: 80%;
    margin-left: 15%;
    margin-top: 15%;
    padding-bottom:10px;
}

    div.lista_appartamenti {
    float: left;
    width: 96%;
    margin: 2%;
    background-color: 
    #F4F3EE;
}

    div#logo {
    width: 90%;
    float: left;
    text-align: left;
    margin: 10px 5%;

}

    div.img_item_appartamenti {

    width:90%;
}

    div.det_item_appartamenti_right {

    width: 90%;

}

    div.img_lista_offerte {

    width: 100%;

}

    div.det_lista_offerte {

    width: 90%;
    margin-left: 5%;

}

    div.category-title {
    width: 96%;
    float: left;
    position: relative;
    margin: 2%;
    overflow: hidden;
}

    .col3 {
    width: 96% !important;
    margin: 2% !important;
}
   
    div.Tel {
         display: none;
         }

div.info, div.ricerche {
    width: 90%;
    clear: both;
    float: left;
    margin-left:5%;
}


div.sitemap {
    width: 90%;
    clear: both;
    float: left;
    margin-left:5%;
    margin-top:20px;
}

div.semantyca {
    width: 90%;
    clear: both;
    float: left;
    margin-left:5%;
    text-align: left;
    font-size: 1.2em;
    margin-top:20px;
}

div.sitemap ul {
    float: left;
    margin-left: 2%;
    width: 98%;
    list-style: none;
}

.testo img {
    margin:0px;
    margin-bottom: 3%;
        margin-top: 3%;
    margin-top: 0px;
    width: 100% !important;
    height: auto;
}

.titolo_general {
    font-size: 30px;
    }

.col1, .col2 {
    width: 90%;
    margin: 5% !important;
    padding: 0px;
    position: relative;
}

div.img_lista_news {
    clear: both;
    float: left;
    width: 100%;
}

div.det_lista_news {
    float: left;
    width: 92%;
    margin: 4%;
    text-align: left;
}


div.breadcrumb ul li {
    margin: 0px;
    padding: 0px;
        padding-right: 0px;
    padding-right: 0px;
    padding-right: 0px;
    float: none;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 0.8em;
    line-height: 15px;
    text-transform: uppercase;
}
}


@media all and (min-width: 1500px) {
    div.navigation ul li a {
    font-size: 1em;
    text-decoration: none;
    color: 
    #000;
}

    }