@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;
}


@font-face {
    font-family: 'GreatVibes';
    src: url('GreatVibes-Regular.eot');
    src: url('GreatVibes-Regular.eot?#iefix') format('embedded-opentype'), url('GreatVibes-Regular.woff2') format('woff2'), url('GreatVibes-Regular.woff') format('woff'), url('GreatVibes-Regular.svg#GreatVibes-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #FFF;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    background-color: #121210;
    line-height:25px;  
}

div.immagine_sx {
    background-position: 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 60%;
    clear: both;
    float: left;
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

div.testorosa_dx {
    float: right;
    width: 40%;
    padding: 80px 0%;
    /* background-color: #202020; */
    padding-right: 0px;
    position: relative;
    z-index: 1;

}


div.testorosa_dx_absolute {
    position: absolute;
    width: 55%;
    -webkit-clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0px;
    bottom: 0px;
    height: 0px;
    right: 0px;
    height: 100%;
    z-index: 1;
    color: #FFF;
}
table.Risposte label
 {
    margin-left: 10px;
 }




form#form1
{
    margin: 0px;
    padding: 0px;
    z-index: 1;
    width:100%;

}

a
{
text-decoration:none;
color:#FFF;
}

img
{
border:0px;
}


div.header{
z-index:9;
text-align:left;
width:100%;
color:#FFF;
clear:both;
float:left;
margin:0px;
padding: 0px;
position:relative;
}


div.header_container
{
    width:90%;
    clear: both;
    text-align: center;
    position:relative;
     margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    max-width:1300px;
    padding-top:15px;
    position:relative;
}
div.header_content
{
text-align:left;
width:100%;
clear:both;
float:left;
margin:0px;
padding: 0px;
position:relative;
}

.flex{
    display:flex;
    align-items:center;
}

div.logo
{
    width:20%;
    float:left;
    text-align:left;
    margin-bottom:10px;
}




div.logo img
{
    max-width:100%;
}



div#lingue
{
    color:#fe0000;
   text-align:right;
}

    div#lingue a {
        color: #030303;
    }


div.bandiere
{
   float:right;
   width:100%;
   text-align:right;
   clear:both;
   margin-bottom:10px;
}

div.registrazione {
    float: right;
    width: 100%;
    text-align: right;
    clear: both;
    margin-bottom: 10px;
    color: #fe0000;
    font-size: 18px;
}


    


.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.box_sx {

    float: left;
    width: 45%;
    text-align:left;
    margin:30px 0px;
}

div.box_dx {
    float: right;
    width: 42%;
    margin: 30px 0px;
}

div.box_dx img{
    float: right;
    max-width: 100%;

}


    div.box_sx a {
        background-color: #d7381a;
        color:#FFF;
        padding:15px 25px;
    }




div.navigation {
    width: 80%; 
    align-items: center;
}

div.paginazione span {
    font-size: 30px;
    padding: 0 5px;
}
span.NavegationBar a {
    font-size: 20px;
    padding: 2px;
    border: 1px solid #DCDCDC;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
}

span.NavegationBar span {
    font-size: 20px;
    padding: 3px;
    border: 1px solid #fe0000;
    padding-left: 10px;
    padding-right: 10px;
}


.sfondoblu {
    background-color: #fe0000;
    width: 100%;
    color: #FFF;
    text-align: left;
    font-size: 25px;
    padding: 0px 10px;
    margin-top: 10px;
    clear: both;
}

.orario
{

    width:21%;
    text-align:center;
    font-size:16px;
    padding:20px 0px;

    float:left;
}
.descri
{

    width:50%;
    text-align:left;
    font-size:16px;
    padding:20px 0px;
    padding-left:2%;

    float:left;
}
.pdf
{

    width: 5%;
    text-align:center;
    font-size:16px;
    padding:17px 0px;
    padding-top:16px;
    float:left;
}

table.file
{
    margin:0px;
    padding:0px;
 
}

div.immagine_box {
    background-position: 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 33.3%;
    clear: both;
    float: left;
    text-align:center;
}


div.immagine_box h2{
    color:#fe0000;
    text-transform:uppercase;
}

div.perche h2 {
    margin: 20px 0px;
    font-size: 40px;
    color: #000;
    font-weight: normal;
}

div.boxperche {
    width: 31.3%;
    float: left;
    margin: 1%;
    margin-top: 50px;
    text-align: left;
    color: #666666;
}

.contatti ul li {
    float: left;
    width: calc(29.22% - 2px) !important;
    margin: 2% !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    list-style: none;
    border-radius: 10px;
    border: 1px solid #fe0000;
    padding: 20px 0px;
}

div.boxperche h2{
    margin:0px;
    margin-bottom:10px;
    font-size:25px;
}

    div.boxperche p {
        margin: 0px;

    }

div.boxpercheimmagine {
    width: 35%;
    float: left;
    margin: 1%;
    text-align: left;
}
div.boxpercheimmagine img{
    max-width:90%;
}


h2 {
    margin: 20px 0px;
    font-size: 70px;
    color: #fe0000;
    font-weight: normal;
    font-family: 'GreatVibes';
    line-height:75px;
}

div.home {
    clear: both;
    float: left;
    width: 100%;
    position:relative;
}



div.home_int {
    clear: both;
    width: 90%;
    text-align: left;
    padding-bottom: 20px;
margin:auto;
letter-spacing:0px;
    max-width: 1300px;

}

div.titolo_tour {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
margin-top:3px;   
font-family:Poppins;
background-color:#21BA6A;
}

div.titolo_tour p{
     padding:0px;
margin:0px;  
}
div.titolo_tour a{
    color:#FFF;
}


div.home_sx{
    clear: both;
    float: left;
    width: 25%;
    padding-top:30px;
     margin-bottom:30px;
}


div.home_dx_testo{
    clear: both;
    float: left;
    width:60%;
}

div.home_dx_news{
    float: right;
    width:35%;
    background-color:#EFEDEE;
    margin-bottom:20px;
}



div.calendar{
    clear: both;
    float: left;
    width: calc(92% - (2px));
    margin-left:2%;
    border:1px solid #E3E3E3;
    padding:2%;
    padding-top:1%;
    padding-bottom:1%;
    color:#000;
    font-size:14px;
   padding-bottom:15px;
}

div.calendar h2{
    color:#0E5475;
    padding-left:2%;
    font-size:18px;
    margin-top:10px !important;
}

div.calendar img{
    margin-left:2%;
}

div.home_dx{
    float: left;
    width: 75%;
    padding-top:30px;
   
}



div.home_int span{
  font-size:30px;
}

div.box_home {
    float: right;
    width: 75%;

    position:relative;
}

div.box_home a{
   color:#FFF;
   padding:15px 25px;
   background-color:#333;
   font-size:25px;
}

div.boxhome {
    float: left;
    width: 100%;
    position:relative;
    clear:both;
}

div.box_home img {
    max-width:400px;
    float:left;
    border:10px solid #FFF !important;
    margin:30px 0px;
    position:relative;
    left:-5%;
}

div.box_home div {
    margin: 5% 0px;
    width: 80%;
    font-size: 18px;
    color: #3f3f3f;
}

div.box_home div h2{
   color:#000;
   font-size:40px;
}

    div.box_home div h2 span{
        color: #fe0000;

    }

div.boxhome div{
    position:absolute;
    bottom:0px;
    top:0px;
    color:#FFF;
    text-align:center;
     font-family:Lora;
     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%;
}

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_dx img {
    width: 100%;
    display: block;
}

h1.boxhome
{
   width:40%;
   font-size:22px;
   text-transform:uppercase;
   border-bottom:2px solid #14D345;
   letter-spacing:1px;
}



 table.box_sx{
    position:absolute;

    height:100%;
    left:10%;
    right:60%;
    color: #333;
    font-size:1em;
}

  table.box_sx a{
    padding:5px 25px;
    border:1px solid #068E27;
    color:#030303;
    font-size:18px;
}


div.box_dx div {
    float: left;
    width: 50%;
    margin-left:15%;
    margin-top:15%;
}

div.box_dx div h3{
    font-size:35px;
}

div.corpo {
    margin: 0px;
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;

 
}

.col2 {
    width: 48% !important;
    margin: 1% !important;
    float:left;
}


div.lista_appartamenti {
    float: left;
    width: calc(31.2% - 2px);
    margin: 1%;
    border: 1px solid #4a4a4a;
}


div.lista_appartamenti img{
    
    width: 100%;
    display:block;
}

div.eventi_item {
    float: left;
    width: 31.333%;
    margin: 1%;
}


div.eventi_item img{

    width: 100%;

}
div.det_lista_appartamenti, div.det_eventi_item {
    float: left;
    width: 90%;
    margin-top: 2%;
    text-align: left;
    margin-left: 5%;
    font-size: 1em;
    padding-bottom: 30px;
    color: #111 !important;
    line-height:1.3em;
}

div.det_eventi_item a{
    color: #1796d9;
}

div.contatti_sx {

    float: left;
    width: 40%;
    color: #111;
    padding: 30px 0px;
    text-align: justify;
}


div.contatti_dx {
    float: right;
    width: 55%;
    padding-top: 30px;
    text-align: left;
}
div.lista_appartamenti a{
    color: #FFF!important;
font-size: 18px;
width: 100%;
text-align: center;
padding:10px 0px;
display:block;
font-family:Lato;
font-weight:normal;
background-color:#fe0000;
clear:both;
}
div.titolo_news {
    font-size: 25px;
    color:  #fe0000 !important;
    min-height:75px;
    padding-top:10px;

}

div.date {
   color:#FFF;
   padding-bottom:2px;
   width:100%;
   clear:both;
   float:left;

}


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: 100%;
    color: #20B969;
    font-size: 38px;
    padding: 25px 0px;
    text-align:center;
    padding-bottom:0px;
    text-transform:uppercase;
}



div.footer {
    margin: 0px;
    margin-top: 0px;
    margin-top: 0px;
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;
    z-index: 1000;
    color: #FFF;
    font-size: 15px;
    border-top:1px solid #424242;
}
div.footer_container {
    width: 86%;
    margin-top: 0px;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

div.footer_content {
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Lato' !important;
}

div.info {
    width: 70%;
    clear: both;
    float: left;
}

div.info a{
    color:#FFF;
}





table.camera {
    position: absolute !important;
    width: 70%;
    left: 15%;
    height: 100%;
    color: #FFF;
    z-index: 1000;
}

h1 {
    margin:20px 0px;
    font-size: 60px;
    color:#fe0000;
    font-weight:normal;
    font-family:'GreatVibes';
    line-height:60px;
}

table.camera td{
    text-align:center;
    font-size:25px;
}

    table.camera h2 {
        font-family: Monitor;
        font-size: 80px;
    }


    table.camera a {
        padding: 15px 25px;
        background-color: #FFF;
        color: #fe0000;
    }




div.info div {
    width: 50%;
    float: left;
}

div.semantyca {
    float: left;
    width: 30%;
    text-align: right;
}

div.semantyca a {
  color:#FFF !important;
}

div.wrapper{
z-index: 99;
text-align:left;
width:100%;
color:#808080;
clear:both;
float:left;
margin:0px;
padding: 0px;
}

.titolo_general {
    font-size: 60px;
    text-align: left;
    letter-spacing: 0px;
    color:#FFF;
    width: 100%;
    font-family:'GreatVibes';
}

.testo_immagine {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFF;
    width: 50%;
    left: 18%;
    padding:5% 5%;
    bottom: 100px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: 15px;
    font-style: normal;
}

.testo {
    font-size: 1em;
    text-align: center;
    letter-spacing: 0px;
    width: 100%;
    margin-top:0px;
    font-family:Lato;
    clear:both;
    float:left;
    color:#808080;
}



.testo img{
    margin:3%;
    margin-top:0px;
    max-width: 46% !important;
    height:auto;
    float:left;

}

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;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 30px;
    }

    .parallax div {
    color: #FFF;
    text-align: center;
    width: 60%;
    font-size: 15px;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    padding: 40px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

      .parallax div span{
   text-transform:uppercase;
   font-size: 22px;
}

        .parallax div a{
    color: #FFF;
    background-color:#A898BF;
    padding: 5px 15px;
    margin-top: 10px;
    border:1px solid #FFF;

}

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;
    font-family:Lora;
}

div.testo_sx {
    width: 50%;
    float: left;
    margin-left: 0%;
    padding-bottom: 20px;
    text-align: left;
    padding-top: 15px;

   
}
    div.testo_sx div {
        width: 70%;
        float: right;
        margin-right: 5%;
      
    }

div.titolonews {
 clear: both;
width: 100%;
color: #20B969;
font-size: 35px;
padding: 25px 0px;
text-align: left;

}

div.testo_dx {
    width: 50%;
    float: left;
    text-align: left;
    min-height: 500px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.form {
    float: left;
    width: 70%;
    clear: both;
    margin-left: 5%;

}

.banner_item {
    float: left;
    width: calc(48% - (2px));
    padding: 1%;
    text-align: left;
    margin:1%;
    border:1px solid #E3E3E3;
}

.banner_item_img {
    float: left;
    width: 100%;
    padding: 1%;
    text-align: center;
}

.banner_item_img img{
   max-width:100%;
}

.banner_item_det{
    float: left;
    width: 100%;
    padding: 1%;
    text-align: left;
}


span.luogo{
    color:#1B3781 !important;
    font-style:italic;
}

td.DaySelEvent a{
    color:#FFF !important;
    padding:0px !important;
}

td.DaySelEvent a:hover{
    color:#333 !important;
}


.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span {
    display: block;
    padding: 0px !important;
    text-decoration: none;
}

.RadCalendar .rcRow td {
 
    padding: 4px !important;
    text-align:center !important;

}

.row {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
    margin-bottom: 15px;
    position: relative;
    display: table;
}

.row-image {
    width: 33%;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.row-image img {
    border-radius: 50%;
    width: 70%;
    height: 70%;
    margin-top: 10%;
    margin-left: 15%;
    margin-bottom: 15%;
    margin-right: 15%;
}

.row-testo {
    width: 67%;
    float: left;
    text-align: left;
}

.row-testo h1 {
    text-align: left;
    font-family: Lato;
    font-size: 2em;
    font-weight: normal;
    border-bottom: 2px solid #111;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #068E27;
    line-height:1.3em;
}


.sfondogrigio {
    background-color: #2f2f2f;
    color: #FFF !important;
}
.sfondogrigiochiaro {
    background-color: #121210;
    color: #FFF !important;
}


.box {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;

}




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: 'Lora', 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%;
    float: left;
    font-size: 16px;
    text-align: left;
    line-height:25px;
    font-weight:bold;
    background-color:transparent !important;
}

div#form_contatti div input[type="text"] {
    width: 90% !important;
}

div#form_contatti input[type="text"], input[type="password"], textarea, select {
    background-color: 
#000;
border: 1px solid
#d3d3d3;
padding: 3px;
font-size: 15px;
color:
    #FFF;
    width: 90% !important;
}

select {

padding: 0.5px 3px;

}

div#form_contatti textarea{
    width:90% !important;
    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, .button-2 {
    background: none repeat scroll 0px 0px #fe0000;
    border: 1px solid #DCDCDC;
        border-top-color: rgb(220, 220, 220);
        border-right-color: rgb(220, 220, 220);
        border-bottom-color: rgb(220, 220, 220);
        border-left-color: rgb(220, 220, 220);

    color: #FFF;
    cursor: pointer;
    display: inline-block;
    height: auto;
    overflow: visible;
    padding: 5px 15px;
    position: static;
    text-decoration: none;
    text-shadow: 0px 1px 0px #FFF;
    transition: border-color 0.218s ease 0s;
    width: 92%;
    font-size: 20px;
    font-family:Lato;
    display:block;
    text-align:center;
}


.button-indietro{
    background: none repeat scroll 0px 0px #fe0000;
    border: 1px solid #DCDCDC;
    border-top-color: rgb(220, 220, 220);
    border-right-color: rgb(220, 220, 220);
    border-bottom-color: rgb(220, 220, 220);
    border-left-color: rgb(220, 220, 220);
    color: #FFF;
    cursor: pointer;

    overflow: visible;
    padding: 10px 25px;


    font-size: 20px;

}

.box-fixed {
    width: 70px;
    position: fixed;
    bottom: 300px;
    right: 20px;
    z-index: 10;
    display: none;
}


div.box_home_item {
    margin: 1%;
    width: 31.3%;
    float: left;
    font-size: 1.1em;
    position: relative;
    text-align: center;
}

div.box_home_scopri {
    color: #08183A !important;
    font-size: 20px;
    width: 99%;
    text-align: center;
    border: 1px solid #08183A;
    font-family: "Lato";
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


div.box_home_item img {

    width: 100%;
    height: auto;
    margin-bottom: 10px;

}





div.lista_prodotti {
    float: left;
    width: 100%;
    padding:20px 0px;
}

div.lista_categorie {
    float: left;
    width: calc(30% - (2px));
    margin: 1.5%;
    border:1px solid rgba(0, 0, 0, 0.25);
}

div.img_lista_categorie {
    clear: both;
    float: left;
    width: 100%;
}

div.img_lista_prodotti  {
    clear: both;
    float: left;
    width: 40%;
}

div.img_lista_prodotti img, div.img_lista_categorie img {
    width: 100%;
    height: auto;
    display: inline-block;
}

div.det_lista_prodotti {
    float: left;
    width: 50%;
    margin:2% 5%;
    text-align: left;
}


div.det_lista_categorie {
    float: left;
    width: 96%;
    margin:3%;
    text-align: center;
}

div.vedi {
    float: left;
    width: 100%;
    text-align: center;
    background-color:#fe0000;
    padding:15px 0px;
}

div.vedi a{
    color:#FFF;
}
div.catfotogallery {
    float: left;
    position: relative;
    margin: 1%;
    width: 31%;
}


div.catfotogallery img {

    width: 100%;
    height: auto;
    display: inline-block;

}


@media all and (max-width: 1024px) {



}

@media all and (min-width: 768px) and (max-width: 1025px) {
    div#lingue
     {
        border-left:0px;
     }

    div.home_int {
    width: 96%;
    }
    div.Tel {
    width: 71%;
}

    div.header_container {
    width: 96%;

}

    table.box_sx {
    font-size: 0.9em;
}

    table.box_sx {

    left: 5%;
    right: 55%;

}
    
    
    }



@media all and (max-width: 767px) {

    div.immagine_sx {

        width: 100%;
        clear: both;
        float: left;
        position: relative;
        height: 200px;

    }
    .button-1, .button-2 {

      /*  width: 100%;*/

    }

    div.registrazione, div.bandiere {
        width: 100%;
        text-align: center;
    }

    .flex {
        display:table;

    }

    div.header_container {
        width: 96%;

        padding-top: 5px;

    }

    .contatti ul li {
        float: left;
        width: calc(90% - 2px ) !important;
        margin: 20px 5% !important;

        clear:both;
    }

    .contatti ul  {

       margin:0px;
       padding:0px;
    }

    div.contatti_sx {

        width: 100%;

    }

    div.contatti_dx{
        float: right;
        width: 100%;
        text-align:center;
    }

    div.contatti_dx h1 {
       text-align:center !important;
    }


    div.testorosa_dx {

        width: 90%;
        padding: 10px 0%;
        margin:0 5%;

    }

    div.testorosa_dx_absolute {
       display:none;
    }

        table .camera {
        width: 90%;
        left: 5%;
        height: 100%;
    }

    h1 {

        font-size: 50px;

    }

   p {
       margin:0px;
       padding:0px;
    }

    div.immagine_box {
        width: 100%;
    }

    div.perche h2{
        font-size: 25px;
        clear:both;
    }

    div.boxperche {
        width: calc(90% - 2px);
        float: left;
        margin: 10px 5%;
        border:1px solid rgba(0, 0, 0, 0.25);
    }

    div.boxpercheimmagine {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    div.boxperchetesto {
        width: 90%;
        text-align: center !important;
        margin: 1% 5%;
        padding-bottom:10px;
    }

    div.boxperchetesto img{
        display:none;
    }

        table.camera h2 {
            font-family: Monitor;
            font-size: 50px;
        }

        table.camera td {

            font-size: 18px;
        }

       div.footer img{
            max-width:90%;
        }



    div.lista_categorie {
    width: calc(97% - (2px));
    margin: 1.5%;
    border:1px solid rgba(0, 0, 0, 0.25);
}

    div.lista_prodotti {

    width: 96%;

}

    div.img_lista_prodotti {
    clear: both;
    float: left;
    width: 97%;
    margin: 1.5%;
}

    div.det_lista_prodotti {
    float: left;
       width: 97%;
    margin: 0% 1.5%;
    text-align: left;
}

    .row-image {
    width: 90%;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-left:5%;
}

.row-image img {
    border-radius: 50%;
    width: 70%;
    height: 70%;
    margin-top: 10%;
    margin-left: 15%;
    margin-bottom: 15%;
    margin-right: 15%;
}

.row-testo {
     margin-left:5%;
    width:90%;
    float: left;
    text-align: left;
}

    .col2 {
    width: 98% !important;
    margin: 1% !important;

}

    div.home_int {
    width: 96%;
}


    table.box_sx {
    position: relative;
    height: auto;
    left: auto;
    right: auto;
    color: #333;
    font-size: 1em;
    width:90%;
    float:left;
    margin-left:5%;
    margin-top:20px;
}

table.file {
    margin: 0px;
    padding: 0px;
    width:600px;
}


div.home_dx_testo{
    clear: both;
    float: left;
    width:100%;
}


div.home_dx_news{
   display:none;
}



    div.navigation {
    
  display:none;

}

      .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: #FFF;
    -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;
}

    .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#form_contatti div input[type="text"], div#form_contatti div input[type="password"] {
        width: 98% !important;
    }



    div.testo_sx {
    width:100%;
    padding-bottom:0px;
}

    div.testo_dx {
    width: 100%;
}

    div.titolo_offerta {

font-size: 30px !important;

}

    div.home_int img{
    max-width: 100%;
    height:auto;

}

    div.box_home {
    width: 100%;

}

        div.box_home div {
            margin: 5%;
            width: 90%;
            font-size: 18px;
            color: #3f3f3f;
            padding-bottom:10px;
        }

    div.testo_sx div {
        width: 90%;
        margin-right: 5%;
        padding-bottom:15px;
    }

    .form{

        width: 90%;

    }

        div.box_home div h2{
            clear:both;
            font-size:30px;
        }

        div.box_home a {
            font-size: 20px;
        }

        div.box_home img{
   max-width: calc(100% - 20px) !important;
   margin:0px;
   left:0px;
}

    div#lingue
     {
        border-left:0px;
     }

    .testo_immagine {
    margin-top:5%;
    width:90%;
    left:0%;
    bottom:10px;
}

    div.logo {
    width: 80%;
    float: left;
    text-align: center;
    margin-top:10px;
}

    div.logo img {
    width: 100%;
    max-width:150px;
}

    div.home_sx {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 10px;
}

    .parallax div {
    width: 90%;
}
.banner_item {
    float: left;
    width: calc(96% - (2px));
    padding: 1%;
    text-align: left;
    margin: 2%;
    border: 1px solid #E3E3E3;
}

    div.home_dx {
    float: left;
    width: 100%;
    padding-top: 10px;
}


    div.eventi_item {
    float: left;
    width: 96%;
    margin: 2%;
}
       div.booking {
    width: 100%;
    float: left;
    margin-top:10px;
}

    div#lingue {

    float: left;
    width: 100%;
    text-align: center;

}



    div.box_sx,  div.box_dx{
    clear: both;
    float: left;
    width: 100%;
}

    div.box_dx div {
    float: left;
    width: 60%;
    margin-left: 15%;
    margin-top: 15%;
    padding-bottom:10px;
}

    div.lista_appartamenti {
    float: left;
    width: 96% !important;
    margin: 2%;

}

    div.box_home_item {
    margin: 2%;
    width: 96% !important;

}

    div#form_contatti div div {

    width: 100% !important;

}

    div.titolo_news {

    min-height: initial;

}
   
    div.Tel {
         display: none;
         }

div.info {
    width: 90%;
    clear: both;
    float: left;
    margin-left:5%;
    text-align:center;
}

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;
    max-width:100% !important;
}

div.info div {
    width: 90%;
    float: left;
    margin-left:5%;
    margin-top:20px;
}

.titolo_general {
    font-size: 40px;
    line-height:45px;
    }

.col1, .col2 {
    width: 90%;
    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: 0.8em;
    text-decoration: none;
    color: 
    #FFF;
}

    }


@media all and (max-width: 479px) {

    div.home_dx div.Pagamenti{
    overflow-x:scroll;
    margin-bottom:20px;
    max-width:100%;
  }
     }