@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: url('Roboto-Regular.eot') format('embedded-opentype'),
         url('Roboto-Regular.woff2') format('woff2'),
         url('Roboto-Regular.woff') format('woff'),
         url('Roboto-Regular.ttf') format('truetype'),
         url('Roboto-Regular.svg#Roboto-Regular') format('svg');
}

@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;
}

div.testo_sx {
    width: 43%;
    float: left;
    font-size: 18px;
    padding-top: 45px;
    margin-left: 2%;
    padding-bottom: 20px;
}

div.testo_dx {
    width: 46%;
    float: left;
    text-align: left;
    margin-left: 5%;
    padding-bottom: 30px;
    padding-top: 15px;
}
@font-face {
    font-family: 'Poppins';
    src: url('PoppinsRegular.eot');
    src: url('PoppinsRegular.eot') format('embedded-opentype'),
         url('PoppinsRegular.woff2') format('woff2'),
         url('PoppinsRegular.woff') format('woff'),
         url('PoppinsRegular.ttf') format('truetype'),
         url('PoppinsRegular.svg#PoppinsRegular') format('svg');
}


*::after, *::before {
    content: '';
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #111;
    z-index:1;
    width:100%;
    height:100%;
    font-family: 'Lato', Atrial;
    background-color:#FFF;

}


form#aspnetForm {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    width: 100%;
}

a
{
text-decoration:none;
color:rgba(0, 0, 0, 0.8);
}

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.header_container
{
    width:96%;
    clear: both;
    text-align: center;
    position:relative;
     margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    max-width:1300px;
    padding-top:10px;
}

div.header_content{
width:100%;
clear:both;
float:left;
position:relative;
}

div.flex {
  display:flex;
  align-items:center;
}

div.logo
{
    width:25%;
    float:left;
    text-align:left;
    padding-bottom:25px;
}
div.testoheader {
    width: 25%;
    text-align: left;
}
    div.testoheader ul {
        display: flex;
        align-items: center;
    }
        div.testoheader ul li {
            float: left;
            list-style: none;
            padding-right: 5px;
            color: #232b42;
            font-weight:bold;
        }



div.logo img
{
    width:100%;
    max-width:250px;
}



table.camera {
    position: absolute !important;
    width: 50%;
    left: 15%;
    height: 100%;
    color: #FFF;
    z-index: 1000;

}

table.camera h2, h1.titolo_general{
    font-size:40px;
    border-left:1px solid #FFF;
    color: #FFF;
    padding:5px 0px;
    padding-left:20px;
    font-family:Roboto;
    font-weight:normal;

}

    table.camera div{
        font-size: 20px;

    }

    table.camera a, div.box_dx_homesup div a, div.box_sx_homesup  a{
        font-size: 25px;
        background-color: #6a8a9d;
        color: #FFF;
        padding: 10px 20px;
    }

div.box_sx_homesup {
    float: left;
    width: 60%;
    overflow: hidden;
    text-align: left;
    color: #494848;
}

div.left {
    float: left !important;

}

div.box_dx_homesup {
 position:relative;
    width: calc(35% - (8px));

    text-align: left;
    color: #494848;
   top: 80px;
   border: 4px solid #232b42;
   float:right;
}
    div.box_dx_homesup div {
        padding: 20px;
        overflow:hidden;

    }

    div.right {
        float:right !important;
    }

    div.box_dx_homesup div h2{
       font-family:Roboto;
    }
    .Imgsup {
        width:100%;
        position:relative;
        top:-40px;
       left:3%;
        z-index:10;
        height:auto;
    }

.Imginf {
    width: 100%;
    position: relative;
    top: -40px;
   left: 20px;
    z-index: 10;
}




    div.box_sx_homesup ul {

        margin: 0px;
        padding: 0px;
    }
div.box_sx_homesup ul li {
    list-style:none;
    float:left;
    width:48%;
    margin:10px 1%;
    padding:0px;

}
    div.box_sx_homesup ul li h2, div.box_dx_homesup  h2{
        color: #232b42;
        font-size: 18px;
    }


div.box_dx {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

div.box_sx {
    clear: both;
    float: left;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 20px;
    color:#808080;
}

div.box_sx div {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    color:#808080;

}

div.box_sx div p{

    margin-top: 0px;
    padding-top:10px;

}


div.box_dx img {
    width: 100%;
    display: block;
}


div.boxHome a{
    color:#FFF;
    font-family:'Playfair Display';
    font-size:48px;
    text-shadow: 2px 2px 2px #0e0e0e;
    text-transform:uppercase;
}

div.boxhome {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
}

 div.boxhome img {
    width: 100%;
    display: block;
}

 div.boxhome div {
    position: absolute;
    bottom: 0px;
    top: 0px;
    color: #000;
    text-align: center;
    width: 40%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.1em;
    line-height:1.6em;
    left: 0%;
    padding-top:40px;
    max-width:600px;

}

  div.boxhome div div{

    width: 70%;
    margin-left:15%;
background-color:transparent;
font-size:15PX;

}

    div.boxhome div div a{

  background-color:#9B333C;
  color:#FFF;
  padding:8px 18px;
     font-family:'Playfair Display';

}

    div.boxhome div div span{

    font-family:'Playfair Display';
    font-size:45px;
    color:#BDA720;
    line-height:46px;
}



.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 {
    width: 100%;
    position: absolute;
    top: -20px;
    background-color: #6a8a9d;
    z-index:10;
    display:flex;
    align-items:center;
}


    div.navigation ul {
        clear: both;
        list-style: none;
        display: flex;
        margin: 20px auto;
    }

div.navigation ul li {

    color:  #FFF;
    font-style: normal;
    padding:0px 5px;
    text-transform:uppercase;
    margin:0px;
    display:block;
}

div.navigation ul li a {
color:  #FFF;
padding:10px 25px;
}
    div.navigation ul li a.selected {
        background-color: #232b42;
    }

div.navigation ul li a {
    font-size: 20px;
    text-decoration: none;
    font-family:Lato;
}



h1,  h2 {
    clear: both;

    padding:0px  15px;
    color: #267f01;
    font-size: 35px;
    text-align: left;
    border-left: 1px solid #267f01;
}


div.home {
    clear: both;
    float: left;
    width: 100%;
    position:relative;
    text-align:left;
}
div.home_int {
    clear: both;
    float: left;
    width: 90%;
    text-align: center;
    padding-bottom: 20px;
    margin-left:5%;
}

div.box_sx {
    clear: both;
    float: left;
    width: 50%;
}

div.box_sx img{
    width: 100%;
    display:block;
}

div.box_dx {
    float: left;
    width: 50%;
    display:table-cell;
    vertical-align:middle;
 
}
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%;

 
}

div.lista_appartamenti {
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0px;

}

div.img_lista_appartamenti {
    clear: both;
    float: left;
    width: 48%;
    overflow:hidden;
}

div.img_lista_appartamenti img {
    width: 100%;
    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_appartamenti {
    float: left;
    width: 45%;
    margin-left: 5%;
    text-align:left;
    font-size:18px;
    color:rgba(0, 0, 0, 0.8);
    font-weight:300;
}


div.det_lista_appartamenti a{
    color: 
#000 !important;
font-size: 15px;
width: 30%;
text-align: center;
border: 1px solid
#000;
margin-top: 40px;
padding: 10px;
    text-transform: uppercase;
    font-family:lato;
    font-weight:normal;

}
span.titolo {
    font-size: 40px;
font-family:Roboto;
}




div.lista_offerte {
    float: left;
    width: 46%;
    margin: 2%;
    background-color: #EEEEEE;
}

div.img_lista_offerte {
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}

div.img_lista_offerte img {
    width: 100%;
    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.img_lista_offerte:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
div.det_lista_offerte {
    float: left;
    width: 90%;
    margin-top: 2%;
    text-align: center;
    margin-left: 5%;
    font-size: 1.1em;
    padding-bottom: 30px;
    font-weight:300;
}


div.det_lista_offerte a{
    color: 
#000 !important;
font-size: 25px;
width: 30%;
text-align: center;
border: 1px solid
#000;
margin-top: 40px;
padding: 10px 30px;
    text-transform: uppercase;
    font-family:lato;
    font-weight:normal;
    border-radius:3px;
}


div.img_item_appartamenti
{
    float: left;
    width: 25%;
    text-align:center;
}

div.img_item_appartamenti img
{
    max-width: 100%;

}


div.right
{
    float: right !important;

}

.box-fixed {
    width: 70px;
    position: fixed;
    bottom: 30px;
    right: -10px;
    z-index: 10000;

}

    .box-fixed img {
        width: 50px;
    }

div.det_item_appartamenti
{
    float: left;
    width: 50%;
    margin:0 2.5%;
    font-size:23px;
    font-weight:300;
}

div.det_item_appartamenti span {

    font-size: 25px;
    font-weight:bold;

}

div.link_item_appartamenti {
    float: left;
    width: 20%;

}


div.link_item_appartamenti a{
    background-color:#267f01;
    color:#FFF;
    padding:20px 30px;
    font-size:25px;
}





    div.det_item_appartamenti_left a, div.det_item_appartamenti_right a {
        color: #FFF !important;
        background-color: #232b42;
        font-size: 25px;
        text-align: center;
        margin-top: 50px;
        padding: 15px 30px;
        font-weight: normal;
        -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;
        border: 1px solid #232b42;
    }


        div.det_item_appartamenti_left a:hover, div.det_item_appartamenti_right a:hover {
            background-color: #FFF;
            color: #232b42 !important;
            border: 1px solid #232b42;
        }




div.corpo_container {
    width: 80%;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    clear: both;
    max-width:1500px;
}

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: #01AECC;
    font-size: 40px;
    padding-top: 10px;
    text-align:center;
    margin-left: 2%;
    text-transform:uppercase;
    font-weight:bold;
}

div.box_home {
    width: 100%;
    float: left;
    clear: both;
    background-color: #FFF;
    color: #111;
    position: relative;
    margin-top: 10px;
     overflow:hidden;
}

div.box_home_int {
    margin: auto;
    position: relative;
}
div.sfondoblu {
    background-color: #267f01;
}

div.sfondonero {
    background-color: #000;
}
     div.footer {
    margin: 0px;
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;
    z-index: 1000;
}
div.footer_container {
    width: 80%;
    margin-top: 0px;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    max-width:1500px;
}

div.footer_content {
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: 'lato' !important;
    line-height:22px;
    color:#FFF;
}

div.info {
    width:50%;
    float: left;
    color:#FFF;
}

div.info a{
    color:#FFF;
}

    div.info ul {
       list-style:none;
       margin:0px;
       padding:0px;
    }

    div.info h2 {
        padding: 10px 0px;
        padding-left: 15px;

        text-align: left;
        border-left: 1px solid #FFF;
    }




div.wrapper{
z-index: 99;
text-align:left;
width:100%;
color:#131313;
clear:both;
float:left;
margin:0px;
padding: 0px;
}


.testo_immagine {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0px;
    color:#FFF;
    width: 50%;
    left: 10%;
    padding-left:5%;
    padding-right:5%;
    bottom:100px;
    position:absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom:15px;

    font-style: normal;

}
div#form_contatti {
    width: 100% !important;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

    div#form_contatti div div {
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 1%;
        margin-left: 0px;
        margin-right: 6%;
        float: left;
        line-height: 30px;
        width: 98%;
 
    }

.button-1 {
    color: #fff;
    padding: 10px 20px;
    font-size: 18px !important;
    background-color: #232b42;
    border: 0px;
    cursor: pointer;
    -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;
}



    div#form_contatti div input[type="text"], div#form_contatti div textarea, div#form_contatti div select {
        width: 100%;
    }
    div#form_contatti input[type="text"], div#form_contatti textarea, div#form_contatti select {
        background-color: #FFF;
        border: 1px solid #FFF;
        padding: 3px;
        font-size: 17px;
        color: #111;
        border-radius: 5px;
    }

.testo, .testo_sito {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    width: 100%;
    margin-top:40px;
    font-family:Lato;
    clear:both;
    float:left;
    color:#4a4a4a;
    font-family:'Poppins';
    font-weight:300;
}

.testo strong{

    color: #000;

}

.azienda ul  {

    margin: 0px;
    padding:0px;
}

    .azienda  ul li{
        color: #FFF !important;
        list-style:none;
        float:left;

        margin:1% 0px;
    }

.testo span, .testo_sito span{

    font-family:'Playfair Display';
    color:#000;
}



.testo img, .testo_sito img{
    margin:3% 0px;


}

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;
}

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;
}

div.breadcrumb a {
    color: #000;
    text-decoration:underline;
}
div.wrapper_container
{
    width:90%;
    clear: both;
    text-align: center;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    max-width:1400px;

}

div.wrapper_content
{
    width:100%;
    clear: both;
    float:left;
}


.sfondogrigio
{
   background-color:#F4F3EE;

}

.sfondoceleste {
    background-color: #fff9d9;

}

.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: 0%;
    width: 100%;
    text-align: center;
    color: 
#000;
z-index: 99;
bottom: 0px;
font-size: 30px;
background-color:
    rgba(230, 230, 230, 0.7);
    height: 70px;
    padding-top: 20px;
    font-size: 1.1em;
}

.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;
}


@media all and (max-width: 1024px) {

    div.boxHome {
    float: left;
    width: 100% !important;
    position: relative;
    clear: both;
}

     ul.menu {
        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: #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;
font-size:25px;
}
}


@media all and (min-width: 768px) and (max-width: 1300px) {
    table .camera {
        width: 80%;
        left: 5%;
    }
}



@media all and (max-width: 767px) {
    div.flex {
        display: table;
        align-items: center;
    }

    div.desktop {
        display: none;
    }

    div.testoheader {
        width: 100% !important;
        text-align: center !important;
    }

        div.testoheader p {
            text-align: center !important;
        }


    div.info p, div.footer p {
        text-align: center!important;
        padding-top: 20px;
    }

    div.info {
        text-align: left !important;
    }


    .testo_immagine {
        font-size: 15px;
        width: 90%;
        left: 5%;
        bottom: 0px;
        position: absolute;
        padding-bottom: 5px;
    }

    span.titolo {
        font-size: 30px;

    }

    div.boxhome div {
        width: 100%;
        padding-top: 10px;
        display: none;
    }

    p.semantycaweb {
        padding-left: 20px;
    }

    div.boxhome div div {
        width: 90%;
        margin-left: 5%;
    }

    .testo_immagine {
        margin-top: 5%;
    }

    div.logo {
        width: 90%;
        float: left;
        text-align: center;
        margin: 0px;
    }

    table.camera h2, h1.titolo_general {
        font-size: 20px;
        border-left: 1px solid #FFF;
        color: #FFF;
        padding: 5px 0px;
        padding-left: 20px;
        font-family: Roboto;
        font-weight: normal;
    }

    table.camera {
        width: 90%;
        left: 5%;
        height: 100%;
    }

        table.camera div {
            font-size: 15px;
        }

        table.camera div {
            font-size: 20px;
        }


    div.box_sx_homesup {

        width: 100%;

    }

    .Imgsup, .Imginf {
        width: 98%;
        position: relative;
        top: 0px;
        right: 0px;
        z-index: 10;
        margin-top: 20px;
        left: 0px;
    }

    div.box_dx_homesup {
        position: relative;
        width: calc(100% - (8px));
        overflow: hidden;
        text-align: left;
        color: #494848;
        top: 0px;
        border: 4px solid #232b42;
        right: 0%;
        height: auto;
        margin-top:20px;
    }

        div.box_dx_homesup div {
            position: relative;
            padding: 20px;
            bottom: 0px;
        }

    div.box_sx_homesup ul li {
        list-style: none;
        float: left;
        width: 98%;
        margin: 10px 1%;
        padding: 0px;
        text-align:center
    }


    h1,div.box_sx_homesup h2 {
        font-size: 30px;
    }

    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 {
    clear:both;
    float: left;
    width: 96%;
    margin: 2%;
}

    div.det_lista_appartamenti {
    float: left;
    width: 90%;
    margin-left: 5%;

}

div.lista_offerte {
    float: left;
    width: 96%;
    margin: 2%;
    background-color: #EEEEEE;
}

div.img_lista_appartamenti {
    clear: both;
    float: left;
    width: 98%;
    overflow: hidden;
}

    div.img_item_appartamenti, div.det_item_appartamenti, div.link_item_appartamenti {
        float: left;
        width: 90%;
        margin-left: 5%;
    }

     div.link_item_appartamenti {
       padding:15px 0px;
    }



   div.right {
    float: left !important;
}

    div.Tel {
         display: none;
         }

div.info {
    width: 90%;
    clear: both;
    float: left;
    margin-left:5%;
    text-align:center !important;
}

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_sito div 
{
    margin:0px;
    margin-bottom: 3%;
        margin-top: 3%;
    margin-top: 0px;
    width: 100% !important;
    height: auto;
}

.testo img, .testo_sito 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: 1650px) {
    div.box_sx {
    clear: both;
    float: left;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding-top:50px;
    font-size:18px;
}

    div.box_sx div {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 10px;
    color: #808080;
}

    div.boxhome div {
    line-height: 1.9em;
    padding-top: 70px;

}

    div.navigation ul li a {
    font-size: 16px;

}

    .testo {
    font-size: 20px;
}

}