@charset "utf-8";
@import "fonts/Ropa Sans/local.css";

/* -------------------------------------------------------------------------------

    0.  Reset & Clearfix
    1.  General
    2.  Menu
    3.  Pages and Subpages
    4.  Separators
    5.  Home Page
    6.  About Us
    7.  Our Services
    8.  Portfolio
    9.  Portfolio Images Hover Effects
    10. Portfolio Project page
    11. Portfolio Testimonials
    12. News
        13. News Images Hover Effects
        14. News Post Page
        15. Twitter
    16. Contact
        17. Footer
    18. Media Queries
        
*/


/* ------------------------------------------------------------------------------- */
/*  0. Reset & Clearfix
/* ------------------------------------------------------------------------------- */

*{
    box-sizing: border-box;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{
    background:transparent;
    border:0;
    outline:0;
    padding:0;
    margin:0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

li {
    list-style:none;
}






.pb50 {
    padding-bottom: 50px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}

.box_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 3px;
}
.box_flex .flex_3_2 {
    flex: 66%;
}
.box_flex .flex_3_1 {
    flex: 33%;
}

.chisiamo_img_coccami {
    width: 100%;
    display: block;
    margin: 0 auto;
}


.storehome-titolo {
    font-size: 19px;
    font-weight: 500;
    margin-top: 45px;
}
.storehome-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 400px;
    background-size: cover;
    background: -webkit-gradient(linear,left top, left bottom, from(rgba(0, 0, 0, 0)),to(rgba(0, 0, 0, 0.4))), url('<?=$path?>') left top / cover no-repeat
}
.storehome-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 10px;
    margin: 0px 10px;
    font-size: 27px;
    color: #FFF;
    text-shadow: 0 1px 0 black;
    line-height: 30px;
}
/* ------------------------------------------------------------------------------- */
/*  1. General
/* ------------------------------------------------------------------------------- */	





html,body{
    font-size:14px;
    width:100%;
    height:100%;
    color: #555555;
}


body {overflow-x:hidden;}

.container {
    max-width:1200px;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:100px;
    z-index:10;
    position:relative;
    padding-left: 30px;
    padding-right: 30px;
}
.container.fullcontainer {
    max-width: 99%;
    margin-top: 0px;
    padding-top: 0px;
}

#footer .container, #footer2 .container {
    min-height: 0px;
}

.white {
    color:#FFF;
}

.color {
    color:#3e2723;
}

.black {
    color:#262932;
}

.mb {
    margin-bottom:15px;
}

.mt {
    margin-top:15px;
}

.center {
    text-align:center;	
}

.big-paragraph {
    font-size:15px;
    line-height:24px;
}

.left {
    float:left;
}

#logout{
    text-align:right;

}

h1 { font-size: 22px; font-weight:bold; line-height:55px; text-align: center; text-transform: uppercase;}
h2 { font-size: 20px; font-weight:bold; line-height:36px;   text-align: center; text-transform: uppercase;}
h3 { font-size: 18px; font-weight:bold; line-height:30px; }
h4 { font-size: 16px; font-weight:bold; line-height:24px;  }
h5 { font-size: 14px; font-weight:bold; line-height:18px;  }

p { line-height:18px; margin-bottom:10px;}

a, li {
    color: #555555;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}

img, div, input, textarea {
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}
.row {
    overflow: hidden;
}
.row > .colonnadivido__uno {
    width: 50%;
    float: left;
}
.row > .colonnadivido__due {
    width: 50%;
    float: left;
}
.row > .colonnadivido__85 {
    width: 85%;
    float: left;
}
.row > .colonnadivido__80 {
    width: 80%;
    float: left;
}
.row > .colonnadivido__70 {
    width: 70%;
    float: left;
}
.row > .colonnadivido__30 {
    width: 30%;
    float: left;
}
.row > .colonnadivido__33 {
    width: 33.33%;
    float: left;
}
.row > .colonnadivido__40 {
    width: 40%;
    float: left;
}
.row > .colonnadivido__20 {
    width: 20%;
    float: left;
}
.row > .colonnadivido__15 {
    width: 15%;
    float: left;
}
.one_half {
    width: 48%;
}

.one_third {
    width: 30.5%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.8%;
}

.one_sixth {
    width: 13.33%;
}

.two_fifth {
    width: 37.6%;
}

.two_fourth {
    width: 48%;
}	

.two_third {
    width: 65.33%;
}

.three_fifth {
    width: 58.4%;
}

.three_fourth {
    width: 74%;
}

.four_fifth {
    width: 79.2%;
}

.five_sixth {
    width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    position: relative;
}

.img_guida{
    float:left;
    margin-right:10px;
}


#store .one_third{
    min-height:290px;
    margin-bottom: 0px;
}
.crop {
    height: 587px;
    overflow: hidden;
}

.crop img {
    width: 440px;
    height: auto;
    margin: -10px 0 0 0px;
}

.crop_guida {
    width: 50px;
    height: 50px;
    overflow: hidden;

}

.crop_guida img {
    width: 80px;
    height: auto;
    margin: 0px 0 0 0px;
}

.crop_progr {
    width: 306px;
    height: 190px;
    overflow: hidden;
}

.crop_progr img {
    max-width:320px;
    height:auto;
    /*margin: -69px 0px 0 -11px;*/
}

.crop_progr_tv {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.crop_progr_tv img {
    max-width:320px;
    height:200px;
    /*margin: -69px 0px 0 -11px;*/
}

.crop_news {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.crop_news img {
    max-width:320px;
    height:220px;
    /*margin: -69px 0px 0 -11px;*/
}

.prezzovendita{
    font-size: 20px; 
    margin-top: 10px;
}
.prezzopromo {
    color: #efbc20;
    font-weight: bold;
    display: block;
    font-size: 20px;
}
.row .colonnadivido__33 .storebox {
    padding: 5px;
}
.storebox {
    margin-bottom: 15px;
}
.prezzolistino{
    text-decoration: line-through;
    font-size: 14px;
    color: #ababab;
    display: block;
}
.faq{


}
#sceglilingua {
    background: transparent;
    border: 0px;
    color: #3E2723;
    height: auto;
    min-width: 70px;
    position: absolute;
    top: 4.4px;
    left: 225px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}
.titazmappa{
    font-weight:600;
    margin-bottom:10px;
    padding:0px;
    font-size:18px;
}
.slick-prev, .slick-next {
    top: calc(50% - 45px) !important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
}

.apriazmappa{
    color:#088BDB;	
}

.results{
    margin:10px 0px;
    border-bottom:3px dotted #dedede;
    padding:10px 0px;
}

#risultaticerca{
    margin:20px 0px;	
}

.indirazmappa{
    margin-bottom:4px;
    padding:0px;
}

.titolofaq{
    font-weight:600;
}

.testofaq{

}

.titolohome{
   font-size:18px;
   font-weight: 300;
}
#community img, #banner_riservata img{
    width:100%;
    height: auto;
}
#community_social_colcx{
    width:100%;
    float:left;

}
#community_social_colcx ul{
    text-align:center;
    margin-top:20px;
}
#community_social_colcx li{
    display:inline;
    margin:0px 20px;
}

#community_social_colcx li a{
    color:#acd0ad;

}
#community_social_coldx{
    width:20%;
    float:left;

}

#profilocliente h2{

    font-size:18px;

}

.box-presentazione-profilo {
    min-height: 140px;
    margin-top: 17px;
    background-color: #f1f1f1;
    border-radius: 3px;
}
.box-presentazione-profilo p.titolo-box {
    text-align: left;
    padding: 20px 20px;
    font-size: 25px;
    padding-bottom: 5px;
}
.box-presentazione-profilo p.subtitolo-box {
    text-align: left;
    padding: 0px 20px;
    font-size: 16px;
}
.box-presentazione-profilo button {
    margin-top: 25px;
    border: 0px;
    border-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.box-presentazione-profilo .nessun-indirizzo {
    text-align: center;
    font-size: 50px;
    color: #a2a2a2;
    padding-top: 30px;
}
.box-presentazione-profilo .nessun-indirizzo span {
    font-size: 16px;
    display: inherit;
    padding-top: 5px;
}
span.indirizzo-primario {
    background-color: #333;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
}
.bottone-full-profile {
    background-color: #333;
    color: #FFF;
    border-radius: 3px;
    font-size: 17px;
    margin: 15px 0px;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: left;
    border: 0px;
}

.mioprofilo-dati-input {
    margin-top: 20px;
}

.mioprofilo-form .mioprofilo-dati-input .icona {
    font-size: 40px;
    color: #DDD;
    padding-top: 10px;
    text-align: center;
}

/* Pagamento  */
.step-pagamento {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 40px;
}
.step-pagamento ul {
    margin: 0px;
    padding: 0px;
} 
.step-pagamento li {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #333;
    margin: 0 1.4em;
    display: inline-block;
    color: white;
    position: relative;
}
.step-pagamento li::before {
    content: "";
    position: absolute;
    top: 0.9em;
    left: -4em;
    width: 4em;
    height: 0.2em;
    background: #333;
    z-index: -1;
}
.step-pagamento li:first-child::before {
    display: none;
}
.step-pagamento li span {
    position: absolute;
    color: #333;
    top: 25px;
    font-size: 10px;
    text-transform: uppercase;
}
.step-pagamento .active {
    background: #333;
}
.step-pagamento .active span {
    font-weight: bold;
}
.step-pagamento .active ~ li {
    background: #DDD;
}

.step-pagamento .active ~ li::before {
    background: #DDD;
}
#dati-clienti .titolo-step {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
}
#dati-clienti .contenuto-step {
    margin: 10px 0px;
}
#dati-clienti select {
    width: 100%;   
}

#disp-7days {
    display: block;
    font-size: 18px;
    margin: 20px 0px;
    color: #4CAF50;
}
.avviso-rosso {
    background-color: #F44336;
    color: #FFF;
    padding: 15px;
    margin: 15px 0px;
    text-align: center;
    text-transform: uppercase;
}
.avviso-rosso a {
    color: #FFF !important;
    margin-top: 7px;
    display: block;
    text-align: center;
    font-weight: bold;
}
#coupon {
    padding: 15px 0px;
    display: block;
    height: 115px;
    max-width: 480px;
}
#coupon p#messaggio-coupon {
    font-size: 12px;
    padding: 5px 0px;
    display: none;
    text-transform: uppercase;
}
#coupon input {
    padding: 10px;
    border: 1px solid #DDD;
}
#coupon input[type="text"] {
    width: 79%;
    float: left;
    background-color: #FFF;
}
#coupon input[type="submit"] {
    width: 20%;
    float: right;
    background-color: #333;
    color: #FFF;
    border: 1px solid #333;
    font-weight: bold;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.offerta-carrello {
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #f9f9f9;
    border-bottom: 2px solid #DDD;
    margin: 0px;
}
.offerta-carrello-tot {
    padding: 25px 10px;
    border-bottom: 1px solid #b9b9b9;
    font-weight: bold;
}
.contenuto-carrello ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.contenuto-carrello ul li.articolo-carrello {
    width: 100%;
    margin-top: 15px;
}
.contenuto-carrello ul li.articolo-carrello .immagine-art-carrello {
    float: left;
    width: 15%;
}
.contenuto-carrello ul li.articolo-carrello .titolo-art-carrello {
    float: left;
    width: 70%;
}
.contenuto-carrello ul li.articolo-carrello .immagine-art-carrello .immagine-art-carrello-background {
    height: 210px;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 87%;
}
.contenuto-carrello ul li.articolo-carrello .titolo-art-carrello p.titolo-art-carrellop {
    font-weight: 600;
}
.contenuto-carrello ul li.articolo-carrello .titolo-art-carrello p.desc-art-carrellop {
    margin: 10px 0px;
}
.contenuto-carrello ul li.articolo-carrello .titolo-art-carrello p.desc-art-carrellop select {
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d8d8d8;
    background-color: #f8f8f8;
    border-radius: 4px;
}
.contenuto-carrello .rimuovo-art-car {
    float: right;
    color: #adadad;
}
.contenuto-carrello p.carrello-vuoto {
    margin: 50px 0px;
    font-size: 25px;
    text-align: center;
}
.ordine-hal {
    padding: 15px 15px;
    border-bottom: 1px solid #DDD;
}
.ordine-hal:hover {
    background-color: #f9f9f9;
}
a.bottone-fb {
    background-color: #3b5998;
    width: 100%;
    border: 0px;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 2px;
    color: #FFF;
    width: 100%;
    display: block;
    text-align: center;
}
.titolonews{
    font-weight:600;
    margin-top:5px;

}
#formdatifatt .one_half, #formdatisped .one_half{
    margin-bottom: 0px;
}

.last {
    margin-right:0px!important;
}

.footer ul li a::first-letter {
    text-transform: uppercase;
}
#menu li a::first-letter {
    text-transform: uppercase;
}

label{
    display:block;
    padding:5px 0px;
}

input{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d6d6d6;
    color: #444;
    padding:10px;
    border-radius:0px;
    width:100%;
    font-size:14px;
}

input:focus, textarea:focus{
    /* color:#808080; */
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
}

input[type="checkbox"], input[type="radio"]{
    width: 30px;
}

input[type="sumbit"]{
    width: 100px !important;
}

select{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d6d6d6;
    color: #444;
    padding: 10px;
    height: 39px;
    min-width: 100px;
    border-radius: 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


textarea {
    width:100%;
    padding:10px;
    margin-top:20px;
    background:#fff;
    height:133px;
    resize:none;
    color:#808080;
    font-size:14px;
}



#login input{
    /* width:inherit;
    float:left;
    margin-right:20px;
    width: 100%; */
}

#login label{
    float:left;
}
#acquista_senzareg{
    text-align: center;
}
.btn_procedi {
    background-color: #424244;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-appearance: none;
    cursor: pointer;
    border: 0px;
    text-transform: uppercase;
}
.btn_procedi.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.btn_procedi:hover {

}

.btn_small {
    color: #acd0ad;
    padding: 0px;
    display:inline-block;
    margin-top:15px;
    font-size:22px;
}

.btn_small:hover {

}
.store--image-coved {
    margin-bottom: 10px;
    height: 325px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px;
    background-position: center;
    background-color: #f5f5f5;
}
.store--image-coved2 {
    height: 389.95px;
}
/******************
CARRELLO
//////////////////////*/
.btn_cambia {
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    box-shadow: 0 1px 0 0 #ddd;
    border-radius: 4px;
    color: #111;
    padding: 3px 7px;
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
}
.carrello--item {
    height: 110px;
}
.carrello--image {
    width: 30%;
    float: left;
    height: 75px;
    background-size: cover;
    background-position: top;
    border: 1px solid #DDD;
}
.carrello--contenuto {
    float: left;
    width: 70%;
    padding-left: 10px;
}
.carrello-cont-nome {
    font-weight: 800;
    margin: 0px;
    margin-bottom: 5px;
}
.carrello-cont-nome .fa {
    float: right;
    line-height: 21px;
}
.carrello-cont-dett {
    font-size: 12px;
    margin: 0px;
}
.carrello-select {
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d8d8d8;
    background-color: #f8f8f8;
    border-radius: 4px;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.prod_codice {
    margin: 15px 0px;
    font-size: 14px;
    font-style: italic;
    color: #afafaf;
}
.prod_taglia{
    margin:20px 0px;

}
.prod_prezzo{
    position:absolute;
    margin-top:210px;
    margin-left:700px;
    padding:20px 0;
    font-size:20px;
}

.prod_nome{
    color:#AA2E30;	
    padding:20px 0;
}

.prod_carrello{
    position:absolute;
    margin-top:60px;
    margin-left:700px;
}

.prod_img img{
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#offertepresenti{
    border:4px dotted #dedede;
    padding:10px;
    margin-bottom:20px

}

#offerta_titolo{
    text-align:center;
    font-weight:800;
}

.inevidenza{
    padding: 9px 15px;
    font-weight:bold;
    margin:10px 0;
    background: #333;
    color: #FFF;
}

.prod_descr{
    color:#444;
    font-weight:normal;
    margin-top:20px;
    line-height:20px;
}

.prod_offerta{
    color: #FFFFFF;
    margin-left: 0;
    margin-top: 20px;
    position: absolute;
}
.tag-prodotto-view {
    margin: 15px 0px;
}
.tag-prodotto-view span {
    padding: 5px;
    background-color: #000;
    color: #FFF;
    border: 0px;
    border-radius: 4px;
    font-size: 9px;
}

/*FINE CARRELLO*/
.listaprod-outfit .prodotto-inoutfit {
    min-height: 200px;
    margin-bottom: 15px;
}
.listaprod-outfit .prodotto-inoutfit .img-prodfit {
    width: 30%;
    float: left;
}
.listaprod-outfit .prodotto-inoutfit .titolo-prodfit {
    width: 70%;
    float: right;
    padding-left: 20px;
}
.btn_small2 {
    color: #fff;
    padding:10px 20px;
    background:#ABD1AC;
    text-align:center;
    display:inline-block;
    margin-top:20px;
    border-radius:8px;
    text-transform:capitalize;
}

.btn_small2:hover {

    opacity:1;
}

.daticliente{
    background:#ABD1AC; 
    padding:10px;

    width:300px;
    margin:0 auto;
    border-radius:8px;	
    margin-bottom:20px;
}


#share{
    text-align:right;

}

.btn_invia{
    background-color: #424242;
    color:#fff;
    -webkit-appearance: none;
    border-radius: 4px;
    border: 0px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn_invia_login {
    background-color: #424242;
    border: 1px solid white;
    padding: 10px;
    color: #fff;
    width: 200px !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn_ricalcola{
    /* cursor: pointer;
    background-color: #fbfbfb;
    color: #333333;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #d2d2d2;
    width: 70px;
    border-radius: 3px;
    -webkit-appearance: none; */
}

.carrqnt{
    width:50px; border:1px solid #dedede;padding: 5px;
}

.btn_procedi{	
    -webkit-appearance: none;
    cursor: pointer;
}


.btn_reg {
    background-color: #fff;
    /* margin: 10px; */
    padding: 10px 20px;
    text-align: center;
    float: left;
    /* width: 160px; */
    color: #444;
    /* font-weight: bold; */
    border-radius: 3px;
    border: 2px solid #000;
}

.disabled {
    cursor: not-allowed !important;
    opacity: 0.3;
}


#formcerca input[type="text"]{
    float:left;
    width:80%;	
    margin-right:1%;
    font-size:14px;
    height:45px;
}

#formcerca input[type="submit"]{
    width: 19%;
    background-color: #424242;
    color: #fff;
    height: 45px;
    font-size: 14px;
    border: 0px;
    border-radius: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.titolosezric{
    font-weight:600;
}

#oraintv {
    position: absolute;
    margin-left: 193px;
    background-color: #acd0ad;
    color: #fff;
    padding: 5px 10px;
    margin-top: 164px;
    width: 100px;
    text-align: center;
}


#newstutte .abstract_prog{
    height:60px;
    font-size:12px;
    line-height: 18px;
    margin-bottom: 10px;
}

#newstutte .news_titolo {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px;
    text-align: center;
    height: 30px;
}

.abstract_prog{
    height:140px;
    font-size:12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.box_shadow{
    -moz-box-box-shadow: 0 0 5px 1px #dedede;
    -webkit-box-box-shadow: 0 0 5px 1px #dedede;
    box-shadow: 0 0 5px 1px #dedede;
}
.nomeprod{
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px;
}
.nomecat {
    text-align: center;
    margin-top: 14px;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold;
}
.descrbreveprod{
    font-size: 15px;
    text-align: left;
    height: 65px;
    word-wrap: break-word;
}

.prezzobreveprod {
    font-size: 16px;
    float: left;
    margin-top: 6px;
}
.btn_prod_acquista {
    float: right;
    padding: 10px 12px;
    background-color: #ead38f;
    border-radius: 3px;
    color: #111;
    text-transform: uppercase;
}
.btn_small {
    color: #333;
    padding: 0px;
    display: inline-block;
    margin-top: 0px;
    font-size: 16px;
}

.boxdescr {
    background-color: #fff;
    min-height: 80px;
}

#store img{
    border: 1px solid #f5f5f5;
    width:100%;
}

#store i {
    padding: 10px 20px;
    background:#bfbfbf;	
    color:#fff;
}

.boxcart{
    position:absolute;
    right: 0px;
}
.boxprezzo{
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.elenco_orizz_rubriche {
    position: absolute;
    margin-left: 424px;
    margin-top: -35px;
    text-align: right;
    width: 540px;
}
.elenco_orizz_rubriche li{
    display:inline;
    margin:0px 10px;	
}

/* ------------------------------------------------------------------------------- */
/*  2. Menu
/* ------------------------------------------------------------------------------- */

#partner img {
    max-width:300px;
}
#navigation {
    background: white;
    border-bottom: 0px solid #424242;
}
#navigation {
    width: 100%;
    z-index: 1000;		
    top:0px;
}
#navigation2 {
    background: white;
    border-bottom: 0px solid #dedede;
}
#navigation a, #navigation2 a {
    display: inline-block;
    color: #3E2723;
}
#menu-responsive, #menu-buttone-mobile {
    display: none;
}
#menu-responsive ul {
    margin: 0px;
    padding: 0px;
    color: #606060;
    font-size: 13px;
    font-weight: bold;
}
#menu-responsive ul li {
    padding: 0px 0px;
    background-color: #FFF;
}
#menu-responsive ul li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #D5D5D5;
}
#menu-responsive ul li a::first-letter {
    text-transform: uppercase;
}
#menu-buttone-mobile {
    position: absolute;
    right: 20px;
}
#menu-buttone-mobile i {
    color: #3E2723;
}
.navbar-cont {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;
}
.navbar-cont.navigation2 {
    position: relative;
}
.menula-open {
    background-color: #FFF;
    height: 230px;
    position: absolute;
    width: 100%;
    z-index: 99999;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.menula-open .container {
    padding-bottom: 0px;
    padding-top: 30px;
}
.menula-open p.titolocat {
    font-weight: 600;
    font-size: 18px;
}
.menula-open .storehome-img {
    height: 185px;
}
.menula-open .storehome-img p {
    padding: 10px 5px;
    font-size: 17px;
}
#menu li a {
    font-size: 16px;
    text-transform: uppercase;
}
#menu li a:hover {
   color:#000;
}
#menu li:not(:last-child) a {
    margin-right: 40px;
}
#navigation ul, #navigation2 ul {
    text-align: center;
    padding-top: 15px;
}
#navigation ul li, #navigation2 ul li {
    display: inline;
    margin-right: 5px;
}
.menu-right li.menu_top_divisore {
    margin-left: 5px !important;
    margin-right: 10px !important;
}
.menu-right {
    position: absolute;
    top: 0px;
    right: 0px;

    background: #F2F2F2;
    padding-top: 10px !important;
    padding: 10px;
    font-size: 14px;
    display: flex !important;
    align-items: center;
}
.menu-right li a {
    margin-right: 10px;
}
#logobar {
    padding: 0px 15px;
}
#logomenu {
    font-size: 12px;
}
.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    height: 120px;
}
.menu-flex a {
    font-size: 14px;
}
#navigation a, #navigation2 a {
    color: #707070;
}
#logomenu ul.menu-right {
    float: right;
    display: inline-block;
}
#logomenu ul.menu-left {
    float: left;
    display: inline-block;
}
#logomenu ul.menu-left li {
      color: #212121;
    
}
#logo {
    display: block;
    text-align: center;
    padding: 0;
}
#logo img {
    width: 180px;
    display: block;
}

.dot {
    font-size:45px;
}

#menuforcat a:hover{
   color:#FFCC00;
}

#bannerhomepage {
    position: absolute;
    top: 50px;
    right: 50px;
}
#formmappa {
    margin-bottom: 20px;
}

#formmappa input[type=text] {
    background-color: #e9e9e9;
    color: #656565;
    border: 0px;
    border-radius: 0px;
    float: left;
    width: 540px;
    margin-right: 10px;
}

#formmappa input[type=submit] {
    background-color:#e9e9e9;
    color:#656565;
    border:0px;
    border-radius:0px;
    width:80px;
}




/* ------------------------------------------------------------------------------- */
/*  3. Pages and Subpages
/* ------------------------------------------------------------------------------- */


#index {
    height: 70%;
    margin-top: 120px;
}

.twitter {
    background:#ef4a4a;
}

.contact-header {
    background:#fff;
}

.contact-form {
    background:#ECECEC;
}

.footer {
    background: #FFF;
    color:#333;
    border-top: 1px solid #3E2723;
}
.footer img.logo-foot {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    transition: 0.8s filter linear;
    -webkit-transition: 0.8s -webkit-filter linear;
    -moz-transition: 0.8s -moz-filter linear;
    -ms-transition: 0.8s -ms-filter linear;
    -o-transition: 0.8s -o-filter linear;
    width: 175px;
}
.footer .apps-link {
    text-align: center;
}
.footer img.apps {
    max-width: 134px;
}
.footer .apps-link a {
    display: inline-block;
}
.footer img:hover {
    filter: invert(0%);
}

.titolofooter {
    font-size: 17px;
    padding-bottom: 5px;
    color: #333333;
    font-weight: bold;
}
.footer .container {
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer2 {
    background: #333333;
    color:#fff;
    padding: 10px;
}
.footer2 a {
    color:#fff;
}
.footer2 .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footerblock1{
    width:70%;
    float:left;

}
.footerblock2{
    width:30%;
    float:left;
    text-align:right;
}

.footercol{
    float:left;
    width:33%;	
}
.footer li, .footer a{
    display: block;
    color: #333333;
    font-weight:normal;
    font-size: 14px;
    padding: 3px 0px;
}








/* ------------------------------------------------------------------------------- */
/*  4. Separators
/* ------------------------------------------------------------------------------- */

.sepbg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

}


#separator1, #separator2, #separator3, #separator4, #separator5, #separator6, #separator7, #separator8, #separator9 {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.pattern {
    background: url('../images/pattern.png');
    background-repeat:repeat;
    position:absolute;
    width:100%;
    height:100%;
    opacity:0.7;
    z-index:0;
}

.client {
    float:left;
    margin:10px;
    width:140px;
    cursor:pointer;
    margin-top:65px;
    transition: all 0.3s ease 0s;
}

.client:hover {
    float:left;
    margin:10px;
    width:140px;
    cursor:pointer;
    margin-top:60px;
}





.addthis_sharing_toolbox {
    margin-left:800px;	
}




/* ------------------------------------------------------------------------------- */
/*  5. Home Page
/* ------------------------------------------------------------------------------- */


div.mc-image {
    -webkit-transition: opacity 1s ease-in-out; 
    -moz-transition: opacity 1s ease-in-out; 
    -o-transition: opacity 1s ease-in-out; 
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    overflow:hidden;
    width:100%;
}


#cycle-loader {
    height:32px;
    left:50%;
    margin:-108px 0 0 -8px;
    position:absolute;
    top:50%;
    width:32px;
    z-index:999;
}

#maximage {
    display:none;
    background:#000;						
}

#arrow_left, #arrow_right {
    bottom: 60px;
    height:67px;
    position:absolute;
    right:50px;
    width:36px;
    z-index:1000;
}

#arrow_left {
    right:100px;
}

#arrow_left:hover, #arrow_right:hover {

}

#arrow_left:active, #arrow_right:active {

}

.in-slide-content {
    bottom:180px;
    left:50px;
    margin-right:10%;
    z-index:20;
    position:absolute;
    width:60%;
    text-align:left;
}

.in-slide-content h1{ 		
    z-index:20;
    color:#fff;
    border-bottom:#fff solid 0px;
    padding-bottom:3px;
    font-size:36px;
    line-height:30px;
    text-shadow: 2px 2px #333;

}

.in-slide-content p{ 		
    z-index:20;
    color:#fff;		
    font-size:25px;
    padding-top:20px;
    float:left;
    font-weight:bold;
    text-shadow: 2px 2px #333;
}



#mostranews img{
    max-width:900px;
    height:auto;
}



#partner ul li{
    display:inline;
    margin-right:10px;
}

.prodnelcarrello {
    background: none repeat scroll 0 0 #ec4616;
    border-radius: 57px;
    font-size: 12px;
    height: 20px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 20px;
    margin-top: -19px;
    color: #fff;
    margin-left: -9px;
}

/* ------------------------------------------------------------------------------- */
/*  6. About Us
/* ------------------------------------------------------------------------------- */


.meter { 
    height: 30px;
    position: relative;
    margin: 0 0 35px 0;
    background:#ebebeb;
    width:100%
}

.meter > div {
    display: block;
    height: 100%;
    background-color:#ef4a4a;
}

.meter p {
    position:absolute;
    margin-top:5px;
    margin-left:10px;
}	

.team {
    width:225px;
    height:280px;
    background-color:#fff;
    float:left;
    margin-right:20px;
    overflow:hidden;
}

.team img.user{
    position:absolute;
}

.team-overlay {
    width:185px;
    height:240px;
    background-color:#fff;
    padding:20px;
    position:relative;
    margin-top:200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team:hover > .team-overlay{
    margin-top:0px;		
}

.team-overlay h5 {
    margin-bottom:2px;
}

p.team-function {
    color:#A1A1A1;
    margin-bottom:20px;
}

p.team-description {
    color:#555555;
    line-height:18px;
    margin-bottom:45px;
}


.listadati p {
    margin: 0px;
}
.listadati .headline {
    font-weight: 600;
    margin-bottom: 1px;
}
.listadati {
    margin-bottom: 5px;
}
.listadati:not(.not50) {
    width: 50%;
    float: left;
}

.team-social {
    width:27px;
    height:27px;
    background-color:#262932;
    margin-right:10px;
    float:left;
    border-radius:3px;
    bottom:20px;
}

.team-social:hover {
    background-color:#ef4a4a;
}

.team-social img{
    padding:3px;
}



.elencoprog {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.elencoprog img {
    display: block;
    width: 100%;
    height: auto;
}

.elencovideo {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.elencovideo img {
    display: block;
    width: 100%;
    height: auto;
}






/* ------------------------------------------------------------------------------- */
/*  7. Our Services
/* ------------------------------------------------------------------------------- */


.heading-and-icon {
    width:100%;
    margin-bottom:10px;
    height:60px;
}

.heading-and-icon img{
    float:left;
    margin-right:15px; 
}

.heading-and-icon h3 {
    padding-top:15px;
}

h3.newsletter { 
    float:left;
    margin-right:20px;
    margin-top:5px;
}

input.newsletter-email, input.newsletter-name {
    width:258px;
    padding:12px;
    float:left;
    background:#fff;
    color:#C4C4C4;
    font-size:18px;
    margin-right:20px;
    margin-top:0;		
}

button.newsletter-sent {
    color: #7F7F7F;
    padding: 0px 25px 0px 25px;
    background:#262932;
    height:46px;
    font-size:18px;
    text-align:center;
    display:inline-block;
    line-height:46px;
    border:0;
    cursor:pointer;
    transition: all 0.3s ease 0s;
}

button.newsletter-sent:hover {
    background:#262932;
    color:#fff;
}











/* ------------------------------------------------------------------------------- */
/*  8. Portfolio
/* ------------------------------------------------------------------------------- */


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    transition-property: height;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    transition-property:         transform, opacity;
}

.isotope-item  img {
    width:100%;
}



.portfolio {
    width: 100.3%;
}

#portfolio h3{
    font-size:13px
}

nav.primary ul {
    float:right;
    margin-top:10px;
}

nav.primary ul li  {
    display:inline;

}

nav.primary ul li a {
    height:40px;
    width:auto;
    display:block;
    color:#7f7f7f;
    float:left;
    background:#363942;
    padding-left:20px;
    padding-right:20px;
    line-height:40px;
    margin-left:10px;
}

nav.primary ul li a:hover {
    color:#363942;
    background:#fff;
}

nav.primary ul li a:active, nav.primary ul li a.selected {
    background:#ef4a4a;
    color:#fff;
}	











/* ------------------------------------------------------------------------------- */
/*  9. Portfolio Images Hover Effects
/* ------------------------------------------------------------------------------- */


.portfolio li { 
    float: left; 
    width:16.6%;
    margin:0px!important;
    padding:0px!important; 
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    overflow:hidden;

}

.portfolio .cat1 {
    background:#ededed;
    border:1px solid #dedede;	
    margin:5px!important;
    padding:10px!important; 
}

.portfolio .cat2 {
    background:#ef4a4a;
    border:1px solid #dedede;	
    margin:5px!important;
    color:#fff;
    padding:10px!important; 

}

.portfolio .cat3 {
    background:#C9C0C0;
    border:1px solid #dedede;	
    margin:5px!important;
    padding:10px!important; 

}


.portfolio a { 
    display:block;
    text-decoration: none; 
}

.portfolio img { 
    width: 100%; 
    height: auto; 
    display: block; 
}

.view .mask {
    opacity: 0;
}	

.view:hover .mask {
    opacity:1;
}

.view {	   
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;	    
    border:1px solid #dedede;
}

.view .mask {
    width: 100%;
    height:100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background:#ef4a4a;
}


.mask h5 {
    text-align:center;
    color:#FFF;
    top:50%;
    width:100%;
    margin-top:-20px;
    position:absolute;
    line-height:24px;
}

.mask p {
    text-align:center;
    color:#FFF;
    opacity:0.5;
    top:50%;
    width:100%;
    margin-top:8px;
    position:absolute;
    line-height:12px;
}



.km_anno{
    font-weight:600;
    font-size:18px;
    text-align:center;
    margin:5px 0px;

}

.km_titolo{
    font-weight:600;
    font-size:12px;
    text-align:center;
    margin:5px 0px;
    padding:10px;

}
.km_tempo{
    text-align:center;
    margin:5px 0px;

}
.km_posiz{
    text-align:center;
    margin:5px 0px;

}
.km_data{
    text-align:center;
    margin:5px 0px;
}







/* ------------------------------------------------------------------------------- */
/*  10. Portfolio Project page
/* ------------------------------------------------------------------------------- */	


.project_page {
    background-color:#fff;
    width:960px;
}


.project_content {
    padding:40px;
    padding-bottom:20px;
    width:auto;
}

.categories li {
    background: url("../images/list-ico.png") no-repeat scroll 0 14px transparent;
    border-top: 1px solid #F2F2F2;
    display: block;
    padding: 10px 0 10px 13px;
}
.categories li:last-child {
    border-bottom: 1px solid #F2F2F2;
}
.categories li a {
    color: #ababab;
}
.categories li a:hover {
    color: #000;
}









#accedifb {
    background-color: #3a61b3;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 500px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

#accedifb a{
    color:#fff;
}

/* ------------------------------------------------------------------------------- */
/*  11. Portfolio Testimonials
/* ------------------------------------------------------------------------------- */		


.carousel_testimonials {
    width: 100%;
    height:auto;				
}

.carousel_testimonials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.carousel_testimonials li {
    width: 920px;
    height: auto;
    padding: 20px;				
    display: block;
    float: left;
}

.carousel_testimonials li h5 {
    color:#000;
    opacity:0.3;
}

.t-prev {
    float: left;
    background: url("../images/left.png") no-repeat;
    width:14px;
    height:21px;
    margin-left:20px;
    opacity:0.3;			
}

.t-prev:hover {
    opacity:1;
}

.t-next {
    float: left;
    background: url("../images/right.png") no-repeat;
    width:14px;
    height:21px;
    margin-left:10px;
    opacity:0.3;			
}

.t-next:hover {
    opacity:1;
}











/* ------------------------------------------------------------------------------- */
/*  12. News
/* ------------------------------------------------------------------------------- */


.container-news {
    width:100%;
    padding-top:100px;
    padding-bottom:100px;
}

.container-news h1 {
    text-align:left;
    margin-bottom:0px;
    /*	margin-left:50px;*/
    font-size:32px;
}	

.list_carousel {
    width: 100%;
    height:auto;		
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;

}

.list_carousel li {
    background-color: #fff;
    width: 440px;
    height: auto;
    padding: 0;
    margin: 20px;
    display: block;
    float: left;
    border:0px solid #dedede;
}

.list_carousel li h5 {
    color:#000;
    margin-bottom:3px;
}

p.news-date {
    font-style:italic;
    margin-bottom:11px;
    color:#a1a1a1;
}

#form-registrazione{
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

#news-navigation, #rassegnastampa-navigation, #calendario-navigation, #bikea-navigation, #bikeasd-navigation  {
    width:160px;
    height:70px;
    padding-top:10px;
    margin:0 auto;
}


.prev {
    float: left;
    background: url("../images/left.png") no-repeat scroll 26px 24px #bfbfbf;
    width: 70px;
    height: 70px;
    padding: 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

#news-navigation a{
    color:#fff !important;
}
.prev:hover {
    background: url("../images/left_hover.png") no-repeat scroll 26px 24px #ef4a4a;
}

.next {
    float:left;		
    margin-left:20px;
    background: url("../images/right.png") no-repeat scroll 28px 24px #bfbfbf;
    width:70px;
    height:70px;
    padding:20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius:50px;		
}

.next:hover {
    background: url("../images/right_hover.png") no-repeat scroll 28px 24px #ef4a4a;
}



.boxrubrica{

    height:360px;
}







/* ------------------------------------------------------------------------------- */
/*  13. News Images Hover Effects
/* ------------------------------------------------------------------------------- */


.news img {	   
    display: block;
    width: 100%;
    height:auto;	   
}

.news .mask {
    opacity: 0;
}	

.news:hover .mask {
    opacity:1;
}	

.news {
    width:100%;	   
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;	    
}

.news .mask {
    width: 100%;
    height:100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.news a.icon {	
    height:70px;
    width:70px;
    padding:20px;
    left:50%;
    margin-left:0px;
    top:50%;
    margin-top:0px;		
    position:absolute;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius:50px;
}

.news  a.icon.zoom {
    background:url(../images/plus.png) 25px 25px no-repeat #FFF ;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news a.icon.zoom:hover {
    background:url(../images/plus.png) 35px 35x no-repeat #FFF;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);		
}

.news-intro {
    /* background: #fff; */
    float: left;
    padding: 0px;
    height: 200px;
    width: 440px;
    text-align:justify;

}
.center{
   text-align: center;
}

.news_titolo{
    font-size:16px;
    font-weight:700;
    margin:10px 0px;
    text-align:center;
}

.news_titoletto{
    font-size:12px;
    font-weight:700;

}

.news_abstract{
    font-size:12px;
    min-height:40px;
}

.news_abstract_home{
    font-size:12px;
    min-height:80px;
}

.scheda_abstract{
    font-size:14px;


}

.news_dettaglio {
    color: #acd0ad;
    padding: 0px;
    display:inline-block;
    margin-top:15px;
    font-size:16px;
}

.news_dettaglio:hover{
    color:#f00;

}

#latestvideo{
    float:left;
    margin-right:20px;
}

#latestvideo img{
    width:640px;
    height:360px;
}

#latestvideocat{
}



#bannervideo {
    /* float: left; */
    position: absolute;
    margin-top: 0px;
    margin-left: 662px;
}
#latest3video{
    margin-top:10px;	
}
#latest3video li{
    display:inline-block;
    margin-right:12px;

}

#latest3video img{
    width:309px;
    height:174px;
}


.titolovideo{
    font-size:15px;
    font-weight:bold;
    margin:5px 0px 10px 0px;
}

.titolocatvideo{
    font-size:17px;
    font-weight:bold;
    margin:5px 0px 10px 0px;

}

.testovideo{
    text-align:justify;
    height: 90px;
}

.playerxl {
    position: absolute;
    margin-left: 296px;
    margin-top: 150px;
    color: rgba(255, 255, 255, 0.75);
}
.playersmall{
    position:absolute; 
    margin-left:140px; 
    margin-top:67px; 
    color: rgba(255, 255, 255, 0.75);  
}

.playersmall2 {
    position: absolute;
    margin-left: 96px;
    margin-top: 44px;
    color: rgba(255, 255, 255, 0.75);
}

#videocat img{
    width:225px;
    height:130px;
}

/* ------------------------------------------------------------------------------- */
/*  14. News Post page
/* ------------------------------------------------------------------------------- */		



.news_page {
    background-color:#fff;
    width:800px;
}

.news_content{
    padding:40px;
    width:auto;
}

.news-details {
    width:100%;
    height:auto;
    margin-bottom:20px;
}

p.post-admin {
    background: url("../images/post-admin.png") no-repeat scroll left center transparent;
    font-size: 12px;
    margin-bottom: 15px;
    color:#A1A1A1;
    padding-left:25px;
    float:left;
}

p.post-calendar {
    background: url("../images/post-calendar.png") no-repeat scroll left center transparent;
    font-size: 12px;
    margin-bottom: 15px;
    color:#A1A1A1;
    margin-left: 25px;
    padding-left:25px;
    float:left
}

p.post-tagss {
    background: url("../images/post-tag.png") no-repeat scroll left center transparent;
    font-size: 12px;
    margin-bottom: 15px;
    color:#A1A1A1;
    margin-left: 25px;
    padding-left:25px;
    float:left;
}

p.post-commentss {
    background: url("../images/post-comment.png") no-repeat scroll left center transparent;
    font-size: 12px;
    margin-bottom: 15px;
    color:#A1A1A1;
    margin-left: 25px;
    padding-left:25px;
    float:left;
}

.news_comments {
    padding:40px;
    background-color:#ECECEC;
    border-top: #dddddd solid 1px;
}

.user_comment {
    background: url("../images/user.png") no-repeat;
    padding-left:60px;
    margin-top:40px;
}

.user_comment_reply {
    background: url("../images/user.png") no-repeat scroll 0 0 transparent;
    margin-top: 40px;
    padding-left: 60px;
}

.comment-date {
    font-style:italic;
    margin-bottom:10px;
    color:#a1a1a1;
}

.comment-text {
    color:#555555;
}

a.reply {
    float:right;
    font-weight:bold;
    margin-top:10px;		
}

a.reply:hover {
    text-decoration:underline;		
}











/* ------------------------------------------------------------------------------- */
/*  15. Twitter
/* ------------------------------------------------------------------------------- */	


.twitter h2 {
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:45px;
    margin-bottom:20px;
}

.twitter p {
    text-align:center;
    font-weight:bold;
    opacity:0.6;
}

.twitter-image {
    width:60px;
    margin:0 auto;
    margin-bottom:30px;
}










/* ------------------------------------------------------------------------------- */
/*  16. Contact
/* ------------------------------------------------------------------------------- */	


#map_canvas {
    width:100%;
    height:500px;
}




input.send_message {
    width:120px;
    background:#ef4a4a;
    float:left;
    color:#FFF;
    cursor:pointer;
    margin:0;
    font-size:12px;
    font-weight:normal;
}

input.send_message:hover {
    background:#262932;
}

.error_message {
    background-color: #FFE9E9;
    border-color: #FBC4C4;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    color: #DE5959;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 15px 40px 15px 18px;
    position: relative;
    float:none;
    width:auto;
}

fieldset {
    position:relative;
    float:left;
    padding:0;
    border:0 none;
    width:100%;		
}

fieldset h1{
    font-size:24px;
    color:#000
}











/* ------------------------------------------------------------------------------- */
/*  17. Footer
/* ------------------------------------------------------------------------------- */	


.footer-social {
    width:50px;
    height:50px;
    background-color:#363942;
    margin-right:30px;
    float:left;
    border-radius:50px;
    bottom:20px;
}

.footer-social:hover {
    background-color:#ef4a4a;
}

.footer-social img {
    padding:10px;
    opacity:1;
}


.footer ul.contactus {
    border-bottom: 1px solid #363942;
    display: block;
    letter-spacing: -1px;
    margin-bottom: 35px;
    overflow: hidden;
    padding-bottom: 34px;
}

.footer ul.contactus li i{
    color:#EF4A4A;	
    padding-left: 50px;
    position:relative;
    padding-right:30px;

}

.footer ul.contactus li {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    margin-right: 50px;
}

.footer ul.contactus li span.mail:after {
    background: url("../images/mail.png") no-repeat transparent;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 36px;
}

.footer ul.contactus li span.mail {
    padding-left: 50px;
    position: relative;
}

.footer ul.contactus li span.phone:after {
    background: url("../images/phone.png") no-repeat transparent;
    content: "";
    height: 27px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 10px;
}

.footer ul.contactus li span.phone {
    color: #FFFFFF;
    padding-left: 21px;
    position: relative;
}

.copyright {
    margin-top:35px;
    padding-top:35px;
    width:100%;
    border-top: 1px solid #363942;
    float:left;
}

.copyright p{
    color:#fff;
    opacity:0.3;
}



/* MIEI*/
.messaggio{
    color:#ABABAB;
}



.bikeroutecateg {
    position: absolute;
    color: #fff;
    padding: 5px 15px;
    margin-top: 146px;
    margin-left: 133px;
    width: 173px;
    text-align: center;
}

#bikeroutecat img{
    width:306px;
    height:172px;
}

.bandierine_mobile {
    display: none;
    height: 30px;
}
.bandierine_mobile ul {
    margin: 0px;
    padding: 0px;
}

/* ------------------------------------------------------------------------------- */
/*  18. Media Queries
/* ------------------------------------------------------------------------------- */	


@media only screen and (max-width: 1500px) {
    #menu li:not(:last-child) a {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    #menu li:not(:last-child) a {
        margin-right: 3px;
        font-size: 14px;
    }
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .bandierine_mobile {
        display: block;
    }
    .menu-right {
        display: none !important;
    }
    #menu {
        display: none;
    }

    #menu-buttone-mobile {
        display: inline-block;
    }

    .carrello-mobile {
        display: none;
    }

    .menu-flex {
        justify-content: center;
        padding: 10px;
    }
    #index {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 80%;
        padding-top:100px;
        padding-bottom:100px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #navigation #logomenu ul.menu-left,
    #navigation2 #logomenu ul.menu-left,
    #navigation #logomenu ul.menu-right,
    #navigation2 #logomenu ul.menu-right {
        display: none;
    }

    .menula-open {
        display: none !important;
    }
    #chisono img {
        width:450px;
        height:auto;
    }
    #menu {
        display: none;
    }

    .in-slide-content {
        bottom:180px;
        left:50px;
        margin-right:10%;
        z-index:20;
        position:absolute;
        width:45%;
        text-align:left;
    }

    .in-slide-content h1 {
        z-index: 20;
        color: #fff;
        border-bottom: #fff solid 1px;
        padding-bottom: 15px;
        font-size: 27px;
        line-height: 40px;
        text-transform: uppercase;
        float: left;
    }

    .in-slide-content p{ 		
        z-index:20;
        color:#fff;		
        font-size:12px;
        padding-top:20px;
        float:left;
        font-weight:bold;
    }

    .team {
        background-color: #FFFFFF;
        float: left;
        height: 280px;
        margin-right: 15px;
        overflow: hidden;
        width: 225px;
        margin-bottom:15px;
    }

    .team.last {
        margin-left:240px;
    }

    input.newsletter-email, input.newsletter-name {
        width: 146px;
    }

    button.newsletter-sent {
        padding: 0 18px;
    }

    .portfolio {
        width: 100%;
    }

    .portfolio li { 
        width:49.99%;	
    }

    #portfolio img{
        width:210px;
        height:auto;
    }

    nav.primary ul {
        float: left;
        margin-top: 20px;
        width:100%;
    }

    nav.primary ul li a {
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom:10px;

    }

    .carousel_testimonials li {
        width: 680px;
    }



    .project_page {
        background-color:#fff;
        width:720px;
    }

    .client {
        margin:50px 50px 50px 50px;
    }

    .client:hover {
        margin:50px;
        opacity:0.8;
    }

    .news_page {
        background-color:#fff;
        width:720px;
    }

    .user_comment_reply {
        background: url("../images/user.png") no-repeat scroll 0 0 transparent;
        margin-top: 40px;
        padding-left: 60px;
    }

    .footer ul.contactus li {
        float: none;
        margin-bottom: 20px;
    }

    .separator1-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator2-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator3-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator4-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator5-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator6-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator7-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator8-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator9-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    #basic {
        width: 600px;
    }

    #bannervideo {
        /* float: left; */
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
    }

    .elenco_orizz_rubriche {
        position: absolute;
        margin-left: 184px;
        margin-top: -35px;
        text-align: right;
        width: 540px;
    }

    #bikeroutecat img {
        width: 100%;
        height: auto;
    }

    .bikeroutecateg {
        position: absolute;
        color: #fff;
        padding: 5px 15px;
        margin-top: 0px;
        margin-left: 0px;
        width: 110px;
        left:0px;
        text-align: center;
    }
    .boxprezzo {
        position: absolute;
        margin-left: 79px;
        margin-top: -20px;
        font-size: 16px;
        font-weight: 600;
        text-align: right;
        width: 200px;
    }
    .boxcart {
        position: absolute;
        margin-left: 214px;
        margin-top: -52px;
    }
    .prod_carrello {
        position: relative;
        margin-top: 60px;
        margin-left: 0px;
    }
    .prod_prezzo {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        padding: 20px 0;
        font-size: 20px;
    }
    #guidatv img, #programmi img {
        width: auto;
        height: 100%;
    }

    #programmi .boxprog{
        height:120px;	
    }
    .bann img{
        width:100% !important;
    }

    .crop_progr img, .crop_progr_tv img,.crop_news img{
        max-width: none;
        height: auto;
        /* margin: -69px 0px 0 -11px; */
        width: 100%;
    }

    .crop_progr {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    #latest3video img {
        width: 100%;
        height: auto;
    }
    #videocat img {
        width: 100%;
        height: auto;
    }

    #mostranews img {
        max-width: none;
        width: 100%;
        height: auto;
    }

    .playersmall2 {
        position: absolute;
        margin-left: 63px;
        margin-top: 25px;
        color: rgba(255, 255, 255, 0.75);
    }
    
    .carrello-mobile {
        display: none;
    }
}
/* IPHONE 6 LANDSCAPE */

@media only screen and (max-width: 767px) and (orientation:landscape) {


    .container {
        width: 80%;
        padding-top:100px;
        padding-bottom:100px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #logo {
        margin-left: 0px;
    }

    #menu {
        display: none;
        margin: 0;
    }

    #solosusky {
        position: absolute;
        margin-left: 60%;
        margin-top: 100px;
    }

    #navigation #logomenu ul.menu-left,
    #navigation #logomenu ul.menu-right,
    #navigation2 #logomenu ul.menu-left,
    #navigation2 #logomenu ul.menu-right {
        display: none;
    }

    .in-slide-content {
        bottom:112px;
        left:50px;
        margin-right:10%;
        z-index:20;
        position:absolute;
        width:45%;
        text-align:left;
    }

    .in-slide-content h1{ 		
        z-index:20;
        color:#fff;
        border-bottom:#fff solid 1px;
        padding-bottom:20px;
        font-size: 28px;
        line-height: 32px;
        text-transform:uppercase;
        float:left;
    }

    .in-slide-content p{ 		
        z-index:20;
        color:#fff;		
        font-size:12px;
        padding-top:20px;
        float:left;
        font-weight:bold;
    }

    .one_half {
        width: 100%;
    }
    .row > .colonnadivido__33 {
        width: 100%;
        float: left;
    }
    .one_third {
        width: 100%;
    }

    .one_fourth {
        width: 100%;
    }

    .one_fifth {
        width: 100%;
    }

    .one_sixth {
        width: 100%;
    }
    .two_fifth {
        width: 100%;
    }

    .two_fourth {
        width: 100%;
    }	

    .two_third {
        width: 100%;
    }

    .three_fifth {
        width: 100%;
    }

    .three_fourth {
        width: 100%;
    }

    .four_fifth {
        width: 100%;
    }

    .five_sixth {
        width: 100%;
    }

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        float: left;
        margin-bottom: 20px;
        margin-right: 0;
        position: relative;
    }

    .team {
        background-color: #FFFFFF;
        float: left;
        height: 280px;
        margin-left: 107px;
        overflow: hidden;
        width: 225px;
        margin-bottom:30px;
    }

    .team.last {
        margin-left:107px;
    }

    h3.newsletter {
        float: none;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    input.newsletter-email, input.newsletter-name {
        width: 416px;
        margin-bottom:20px;
    }

    button.newsletter-sent {
        padding: 0 18px;
    }

    .portfolio {
        width: 100%;
    }

    .portfolio li { 
        width:50%;
        margin:0 auto;	
    }

    nav.primary ul {
        float: left;
        margin-top: 20px;
        width:100%;
    }

    nav.primary ul li a {
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom:10px;
    }

    .carousel_testimonials li {
        width: 400px;
    }

    .project_page {
        background-color:#fff;
        width:440px;
    }

    .client {
        margin:20px 150px 20px 150px;
    }

    .client:hover {
        margin:20px 150px 20px 150px;
        opacity:0.8;
    }

    .news_page {
        background-color:#fff;
        width:440px;
    }

    p.post-admin {
        width:100%;
    }

    p.post-calendar {
        margin-left: 0px;
        width:100%;
    }
    p.post-tagss {
        margin-left: 0px;
        width:100%;
    }
    p.post-commentss {
        margin-left: 0px;
        width:100%;
    }

    .user_comment_reply {
        margin-left:-60px;
        background: url("../images/user.png") no-repeat scroll 0 0 transparent;
        margin-top: 40px;
        padding-left: 60px;
    }

    .footer ul.contactus li {
        font-size: 28px;
    }

    .footer ul.contactus li span.mail:after {
        top: 4px;
    }

    .footer ul.contactus li span.phone:after {
        top: 3px;
    }

    .footer-social {
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .carousel_testimonials li h1 { 
        font-size:35px;
        line-height:38px;
    }

    .separator1-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator2-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator3-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator4-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator5-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator6-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator7-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator8-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator9-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }


    #latestvideo {
        float: left;
        margin-right: 0px;
    }

    #latestvideo img {
        width: 100%;
        height: auto;
    }

    #latest3video img {
        width: 100%;
        height: auto;
    }

    .playerxl {
        position: absolute;
        margin-left: 207px;
        margin-top: 90px;
        color: rgba(255, 255, 255, 0.75);
    }

    #videocat img {
        width: 100%;
        height: auto;
    }

    #mappabikefriendly {
        width: 100%;
        height:auto;
        float: left;
        margin-right: 10px;
    }

    .elenco_orizz_rubriche {
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        text-align: left;
        width: 100%;
    }

    .footerblock1 {
        width: 100%;
        float: none;
    }

    .footerblock2 {
        width: 100%;
        float: none;
        text-align:left
    }

    #mappabikefriendly {
        width: 100%;
        float: left;
        margin-right: 10px;
    }

    #formmappa input[type=text] {
        background-color: #e9e9e9;
        color: #656565;
        border: 0px;
        border-radius: 0px;
        float: left;
        width: 100%;
        margin-right: 10px;
    }

    #bannervideo {
        /* float: left; */
        position: absolute;
        margin-top: 0px;
        margin-left: 0px;
    }

    #basic {
        width: 260px;
    }

    .playersmall2 {
        position: absolute;
        margin-left: 206px;
        margin-top: 120px;
        color: rgba(255, 255, 255, 0.75);
    }
    .crop_progr img, .crop_progr_tv img,.crop_news img {
        max-width: none;
        height: auto;
        /* margin: -69px 0px 0 -11px; */
        width: 100%;
    }


    #community_social_colcx li {
        display: inline;
        margin: 16px;
    }

    .crop_progr {
        max-width: none;
        height: auto;
        /* margin: -69px 0px 0 -11px; */
        width: 100%;
    }

    #bikeroutecat img{
        width:100%;
        height:auto;	
    }

    #oraintv {
        position: absolute;
        left: 0px;
        background-color: #acd0ad;
        color: #fff;
        padding: 5px 10px;
        margin-top: 164px;
        width: 100px;
        text-align: center;
        margin-left:0px;
    }

    .bikeroutecateg {
        position: absolute;
        color: #fff;
        padding: 5px 15px;
        top: 0px;
        left:0px;
        margin-top:auto;
        margin-left:auto;
        width: 110px;
        text-align: center;
    }

    .boxcart {
        position: absolute;
        margin-left: 374px;
    }

    .boxprezzo {
        position: absolute;
        margin-left: 241px;
        margin-top: -20px;
        font-size: 16px;
        font-weight: 600;
        text-align: right;
        width: 200px;
    }

    .prod_img img{
        width:100%;
    }

    .prod_carrello {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
    }

    .prod_prezzo {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        padding: 20px 0px;
        font-size: 20px;
    }

    .prodnelcarrello {
        background: none repeat scroll 0 0 #ec4616;
        border-radius: 57px;
        font-size: 12px;
        height: 20px;
        padding: 2px;
        position: absolute;
        text-align: center;
        width: 20px;
        margin-top: -2px;
        color: #fff;
        margin-left: 11px;
    }

    #mostranews img {
        max-width: auto;
        height: auto;
        width:100%;
    }

    #bannervideo {
        float: left;
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
    }

    .playersmall {
        position: absolute;
        margin-left: 200px;
        margin-top: 97px;
        color: rgba(255, 255, 255, 0.75);
    }
}

@media only screen and (max-width: 767px) and (orientation:portrait) {


    .container {
        width: 80%;
        padding-top:100px;
        padding-bottom:100px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #logo {
        margin-left:0px;
    }
    #navigation #logomenu ul.menu-left,
    #navigation2 #logomenu ul.menu-left,
    #navigation #logomenu ul.menu-right,
    #navigation2 #logomenu ul.menu-right {
        display: none;
    }


    #menu {
        display: none;
    }

    .in-slide-content {
        bottom:180px;
        left:50px;
        margin-right:10%;
        z-index:20;
        position:absolute;
        width:45%;
        text-align:left;
    }

    .in-slide-content h1{ 		
        z-index:20;
        color:#fff;
        border-bottom:#fff solid 1px;
        padding-bottom:20px;
        font-size:40px;
        line-height:40px;
        text-transform:uppercase;
        float:left;
    }

    .in-slide-content p{ 		
        z-index:20;
        color:#fff;		
        font-size:12px;
        padding-top:20px;
        float:left;
        font-weight:bold;
    }

    .one_half {
        width: 100%;
    }
    .row > .colonnadivido__33 {
        width: 100%;
        float: left;
    }
    .one_third {
        width: 100%;
    }

    .one_fourth {
        width: 100%;
    }

    .one_fifth {
        width: 100%;
    }

    .one_sixth {
        width: 100%;
    }
    .two_fifth {
        width: 100%;
    }

    .two_fourth {
        width: 100%;
    }	

    .two_third {
        width: 100%;
    }

    .three_fifth {
        width: 100%;
    }

    .three_fourth {
        width: 100%;
    }

    .four_fifth {
        width: 100%;
    }

    .five_sixth {
        width: 100%;
    }

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        float: left;
        margin-bottom: 20px;
        margin-right: 0;
        position: relative;
    }

    .team {
        background-color: #FFFFFF;
        float: left;
        height: 280px;
        margin-left: 107px;
        overflow: hidden;
        width: 225px;
        margin-bottom:30px;
    }

    .team.last {
        margin-left:107px;
    }

    h3.newsletter {
        float: none;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    input.newsletter-email, input.newsletter-name {
        width: 416px;
        margin-bottom:20px;
    }

    button.newsletter-sent {
        padding: 0 18px;
    }

    .portfolio {
        width: 100%;
    }

    .portfolio li { 
        width:50%;
        margin:0 auto;	
    }

    nav.primary ul {
        float: left;
        margin-top: 20px;
        width:100%;
    }

    nav.primary ul li a {
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom:10px;
    }

    .carousel_testimonials li {
        width: 400px;
    }

    .project_page {
        background-color:#fff;
        width:440px;
    }

    .client {
        margin:20px 150px 20px 150px;
    }

    .client:hover {
        margin:20px 150px 20px 150px;
        opacity:0.8;
    }

    .news_page {
        background-color:#fff;
        width:440px;
    }

    p.post-admin {
        width:100%;
    }

    p.post-calendar {
        margin-left: 0px;
        width:100%;
    }
    p.post-tagss {
        margin-left: 0px;
        width:100%;
    }
    p.post-commentss {
        margin-left: 0px;
        width:100%;
    }

    .user_comment_reply {
        margin-left:-60px;
        background: url("../images/user.png") no-repeat scroll 0 0 transparent;
        margin-top: 40px;
        padding-left: 60px;
    }

    .footer ul.contactus li {
        font-size: 28px;
    }

    .footer ul.contactus li span.mail:after {
        top: 4px;
    }

    .footer ul.contactus li span.phone:after {
        top: 3px;
    }

    .footer-social {
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .carousel_testimonials li h1 { 
        font-size:35px;
        line-height:38px;
    }

    .separator1-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }


    .separator2-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator3-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator4-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator5-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator6-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator7-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator8-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator9-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    iframe{
        width:100%;
    }

    .store--image-coved {
        height: 312px;
    }
}

/* IPHONE */
@media only screen and (max-width: 479px) and (orientation:portrait){


    h1 { font-size: 25px; line-height:25px;}
    h2 { font-size: 24px; line-height:30px;}
    h3 { font-size: 20px; line-height:24px;}
    h4 { font-size: 20px; line-height:20px;}
    h5 { font-size: 14px; line-height:14px;}


    .crop {
        width: 100%; 
        height: auto;
        overflow: hidden;
    }

    .container-news h1 {
        text-align: center;
        color: #000;
        margin-bottom: 10px;
    }

    .container {
        width: 90%;
        padding-top: 10px;
        padding-bottom:100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #logo {
        margin-left: 0px;
    }

    #menu-buttone-mobile {
        display: inline-block;
    }
    .storehome-titolo {
        text-align: center;
    }
    .footer, .footer2 {
        text-align: center;
    }
    #formmappa input[type=text] {
        background-color: #e9e9e9;
        color: #656565;
        border: 0px;
        border-radius: 0px;
        float: left;
        width: 100%;
        margin-right: 10px;
    }

    #mappabikefriendly {
        width: 100%;
        float: left;
        margin-right: 10px;
    }


    .elenco_orizz_rubriche {
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
    }

    .elenco_orizz_rubriche li {
        display: block;
        margin: 5px 0px;
        padding:5px 0px;
        text-align:center;
        background-color:#dedede;
    }

    #formmappa input[type=submit] {
        background-color: #ABD1AC;
        color: #fff;
        border: 0px;
        border-radius: 0px;
        width: 100%;
    }

    .bio_image img{

        width:100%;	
    }

    .two_fourth img{

        width:100%;
        height:auto;	
    }

    #navigation #logomenu ul.menu-left,
    #navigation #logomenu ul.menu-right {
        display: none;
    }

    ul#menu li {
        display: none;
        margin: 0;
    }

    #navigation .current, #navigation2 .current {
        display: block!important;
    }



    .in-slide-content {
        /*top:0px;*/
        left:50px;
        margin-right:10%;
        z-index:20;
        position:absolute;
        width:70%;
        text-align:left;
    }

    .in-slide-content h1{ 		
        border-bottom: 1px solid #FFFFFF;
        color: #FFFFFF;
        float: left;
        font-size: 31px;
        line-height: 32px;
        padding-bottom: 24px;
        /*text-transform: uppercase;*/
        z-index: 20;
    }

    .in-slide-content p{ 		
        color: #FFFFFF;
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        z-index: 20;
    }


    .in-slide-content h1{ 		
        display:visible;
    }

    .in-slide-content p{
        display:visible; 		
    }

    #arrow_left, #arrow_right{
        color: #FFFFFF;
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        z-index: 20;
        bottom: 110px;
        height: 67px;
        position: absolute;
    }

    #arrow_left:hover, #arrow_right:hover {
        bottom:110px;
    }

    #arrow_left:active, #arrow_right:active {
        bottom:110px;
    }

    #arrow_left {
        left: 50px;
    }

    .one_half {
        width: 100%;
    }
    .row > .colonnadivido__33 {
        width: 100%;
        float: left;
    }
    .one_third {
        width: 100%;
    }

    .one_fourth {
        width: 100%;
    }

    .one_fifth {
        width: 100%;
    }

    .one_sixth {
        width: 100%;
    }

    .two_fifth {
        width: 100%;
    }

    .two_fourth {
        width: 100%;
    }

    .two_third {
        width: 100%;
    }

    .three_fifth {
        width: 100%;
    }

    .three_fourth {
        width: 100%;
    }

    .four_fifth {
        width: 100%;
    }

    .five_sixth {
        width: 100%;
    }

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        float: left;
        margin-bottom: 20px;
        margin-right: 0;
        position: relative;
    }

    .team {
        background-color: #FFFFFF;
        float: left;
        height: 280px;
        margin-left: 27px;
        overflow: hidden;
        width: 225px;
        margin-bottom:30px;
    }

    .team.last {
        margin-left:27px;
    }

    h3.newsletter {
        float: none;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    input.newsletter-email, input.newsletter-name {
        width: 256px;
        margin-bottom:20px;
    }

    button.newsletter-sent {
        padding: 0 18px;
    }	

    .portfolio {
        width: 100%;
    }

    .portfolio li { 
        width:100%;
        margin:0 auto;	
    }

    nav.primary ul {
        float: left;
        margin-top: 20px;
        width:100%;
    }

    nav.primary ul li {

    }

    nav.primary ul li a {
        margin-left: 0px;
        padding:0;
        text-align:center;
        margin-bottom:10px;
        width: 100%;
    }

    .carousel_testimonials li {
        width: 240px;
    }

    .project_page {
        background-color:#fff;
        width:280px;
    }

    .client {
        margin:20px 70px 20px 70px;
    }

    .client:hover {
        margin:20px 70px 20px 70px;
        opacity:0.8;
    }

    .list_carousel li {
        height: 315px;
        width: 280px;
    }

    #news-navigation, #rassegnastampa-navigation, #calendario-navigation {
        width: 120px;
        height: 50px;
        padding-top: 10px;
        margin: 0 auto;
    }

    .news-intro {
        background: none repeat scroll 0 0 #FFFFFF;
        float: left;
        height: 240px;
        /* padding: 20px; */
        width: 100%;
    }

    .prev {
        float: left;
        background: url(../images/left.png) no-repeat scroll 19px 15px #bfbfbf;
        width: 50px;
        height: 50px;
        padding: 0px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 25px;
    }

    .next {
        float: left;
        background: url(../images/right.png) no-repeat scroll 19px 15px #bfbfbf;
        width: 50px;
        height: 50px;
        padding: 0px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 25px;
    }


    .next:hover {
        background: url(../images/right_hover.png) no-repeat scroll 19px 15px #ef4a4a;
    }

    .prev:hover {
        background: url(../images/left_hover.png) no-repeat scroll 19px 15px #ef4a4a;
    }



    .news_dettaglio {
        color: #acd0ad;
        padding: 0px;
        display:inline-block;
        margin-top:0px;
        font-size:16px;
    }

    .news_page {
        background-color:#fff;
        width:280px;
    }

    p.post-admin {
        width:100%;
    }

    p.post-calendar {
        margin-left: 0px;
        width:100%;
    }

    p.post-tagss {
        margin-left: 0px;
        width:100%;
    }

    p.post-commentss {
        margin-left: 0px;
        width:100%;
    }

    .footer ul.contactus li {
        font-size: 18px;
        margin-right:0px;

    }

    .footer ul.contactus li i{
        color: #EF4A4A;
        padding-left: 0px;
        position: relative;
        padding-right: 18px;
        width: 30px;
        text-align: center;
    }
    .footer ul.contactus li span.mail:after {
        top: 4px;
    }

    .footer ul.contactus li span.phone:after {
        top: 3px;
    }

    .footer-social {
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .carousel_testimonials li h1 { 
        font-size:35px;
        line-height:38px;
    }

    #map_canvas {
        width:100%;
        height:300px;
    }

    .separator1-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator2-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator3-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator4-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator5-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator6-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator7-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator8-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .separator9-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    #mostranews img, #rassegna img, #chisono img{
        width:100%;
        height:auto;
    }

    .footerblock1 {
        width: 100%;
        float: left;
    }
    #mappabikefriendly {
        width: 100% !important;
        float: left;
    }


    .crop_progr {
        width: 100%;
        height: auto;
        overflow: hidden;
    }


    #programmi img, #bannervideo img, #latest3video img, #bikeroutecat img, #bannermappa img, #dettaglipacchetti img{
        width: 100%;
        height: auto;
    }


    .prod_carrello {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    select {
        width: 100%;
    }
    
    .prod_taglia {
        margin: 5px 0px;
    }

    #videocat img {
        width: 98%;
        height: 130px;
    }

    .playersmall2 {
        position: absolute;
        margin-left: 120px;
        margin-top: 44px;
        color: rgba(255, 255, 255, 0.75);
    }

    .playerxl {
        position: absolute;
        margin-left: 113px;
        margin-top: 40px;
        color: rgba(255, 255, 255, 0.75);
    }

    .playersmall {
        position: absolute;
        margin-left: 124px;
        margin-top: 57px;
        color: rgba(255, 255, 255, 0.75);
    }

    #community_social_colcx {
        width: 100%;
        float: left;
    }

    #community_social_colcx li {
        display: inline;
        margin: 0px;
    }

    .btn_ricalcola{
        /* background-color: #DEDEDE;
        color: #333333;
        font-size: 12px;
        padding: 5px;
        border:1px solid #333;
        width:20px;
        border-radius:8px;	 */
    }

    .carrqnt{
        width:20px; border:1px solid #dedede;padding: 5px;
    }



    .prod_prezzo {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        padding: 0px 0px 20px 0px;
        font-size: 20px;
    }

    .prodnelcarrello {
        background: none repeat scroll 0 0 #ec4616;
        border-radius: 57px;
        font-size: 12px;
        height: 20px;
        padding: 2px;
        position: absolute;
        text-align: center;
        width: 20px;
        margin-top: -3px;
        color: #fff;
        margin-left: 11px;
    }
    .store--image-coved {
        height: 312px;
    }
    
    #logobar {
        padding: 0px;
    }
    #logo img {
        width: 160px;
    }
    .footer img.logo-foot {
        margin-top: 0px;
    }
    .bandierine_mobile ul {
        padding-top: 10px !important;
    }
    #dettaglipacchetti .container {
        padding-top: 10px;
    }
    .prod_img img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) and (orientation:landscape){

    h1 { font-size: 45px; line-height:45px;}
    h2 { font-size: 30px; line-height:30px;}
    h3 { font-size: 24px; line-height:24px;}
    h4 { font-size: 20px; line-height:20px;}
    h5 { font-size: 14px; line-height:14px;}

    .container {
        width: 80%;
        padding-top:100px;
        padding-bottom:100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #logo {
        margin-left: 0px;
        /*margin-top:30px;*/
    }
    #menu {
        display: none;
        margin: 0;
    }


    .in-slide-content {
        top:0px;
        left:50px;
        margin-right:10%;
        z-index:20;
        position:absolute;
        width:70%;
        text-align:left;
    }

    .in-slide-content h1{ 		
        border-bottom: 1px solid #FFFFFF;
        color: #FFFFFF;
        float: left;
        font-size: 31px;
        line-height: 32px;
        padding-bottom: 24px;
        text-transform: uppercase;
        z-index: 20;
    }

    .in-slide-content p{ 		
        color: #FFFFFF;
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        z-index: 20;
    }


    .in-slide-content h1{ 		
        display:visible;
    }

    .in-slide-content p{
        display:visible; 		
    }

    #arrow_left, #arrow_right{
        color: #FFFFFF;
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        z-index: 20;
        bottom: 60px;
        height: 67px;
        position: absolute;
    }

    #arrow_left:hover, #arrow_right:hover {
        bottom:60px;
    }

    #arrow_left:active, #arrow_right:active {
        bottom:60px;
    }

    #arrow_left {
        left: 50px;
    }

    .one_half {
        width: 100%;
    }
    .row > .colonnadivido__33 {
        width: 100%;
        float: left;
    }
    .one_third {
        width: 100%;
    }

    .one_fourth {
        width: 100%;
    }

    .one_fifth {
        width: 100%;
    }

    .one_sixth {
        width: 100%;
    }

    .two_fifth {
        width: 100%;
    }

    .two_fourth {
        width: 100%;
    }

    .two_third {
        width: 100%;
    }

    .three_fifth {
        width: 100%;
    }

    .three_fourth {
        width: 100%;
    }

    .four_fifth {
        width: 100%;
    }

    .five_sixth {
        width: 100%;
    }

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        float: left;
        margin-bottom: 20px;
        margin-right: 0;
        position: relative;
    }

    .team {
        background-color: #FFFFFF;
        float: left;
        height: 280px;
        margin-left: 27px;
        overflow: hidden;
        width: 225px;
        margin-bottom:30px;
    }

    .team.last {
        margin-left:27px;
    }

    h3.newsletter {
        float: none;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    input.newsletter-email, input.newsletter-name {
        width: 256px;
        margin-bottom:20px;
    }

    button.newsletter-sent {
        padding: 0 18px;
    }	

    .portfolio {
        width: 100%;
    }

    .portfolio li { 
        width:100%;
        margin:0 auto;	
    }

    nav.primary ul {
        float: left;
        margin-top: 20px;
        width:100%;
    }

    nav.primary ul li {

    }

    nav.primary ul li a {
        margin-left: 0px;
        padding:0;
        text-align:center;
        margin-bottom:10px;
        width: 100%;
    }

    .carousel_testimonials li {
        width: 240px;
    }

    .project_page {
        background-color:#fff;
        width:280px;
    }

    .client {
        margin:20px 70px 20px 70px;
    }

    .client:hover {
        margin:20px 70px 20px 70px;
        opacity:0.8;
    }

    .list_carousel li {
        height: 522px;
        width: 280px;
    }

    .news-intro {
        background: none repeat scroll 0 0 #FFFFFF;
        float: left;
        height: 225px;
        padding: 20px;
    }

    .news_page {
        background-color:#fff;
        width:280px;
    }

    p.post-admin {
        width:100%;
    }

    p.post-calendar {
        margin-left: 0px;
        width:100%;
    }

    p.post-tagss {
        margin-left: 0px;
        width:100%;
    }

    p.post-commentss {
        margin-left: 0px;
        width:100%;
    }

    .footer ul.contactus li {
        font-size: 28px;
    }

    .footer ul.contactus li span.mail:after {
        top: 4px;
    }

    .footer ul.contactus li span.phone:after {
        top: 3px;
    }

    .footer-social {
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .carousel_testimonials li h1 { 
        font-size:35px;
        line-height:38px;
    }

    #map_canvas {
        width:100%;
        height:300px;
    }

    .separator1-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator2-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator3-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator4-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator5-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator6-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator7-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator8-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .separator9-bg {
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .store--image-coved {
        height: 312px;
    }
    #logobar {
        padding: 0px;
    }
    #logo img {
        width: 160px;
    }
    .footer img.logo-foot {
        margin-top: 0px;
    }
    .bandierine_mobile ul {
        padding-top: 10px !important;
    }
    #dettaglipacchetti .container {
        padding-top: 10px;
    }
    .prod_img img {
        max-width: 100%;
    }
}


/* IPAD PORTRAIT */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

    .boxcart {
        position: absolute;
        margin-left: 154px;
        margin-top: -52px;
    }

    .boxprezzo {
        position: absolute;
        margin-left: 79px;
        margin-top: -20px;
        font-size: 16px;
        font-weight: 600;
        text-align: right;
        width: 139px;
    }

    .footerblock1 {
        width: 480px;
        float: left;
    }
}
