
* { margin: 0; padding: 0; }
html, body { overflow-x: hidden; margin: 0; padding: 0; font-size: 16px; font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif;}
.dd { clear: both; }
/**/
/*fonts*/
.fontArial { font-family: Arial; }
.font01 { font-family: 'oswaldregular'; }
.font02 { font-family: 'oswaldbold'; }
.font03 { font-family: 'oswaldlight'; }
.font04 { font-family: 'oswaldlight'; font-style: italic; }

.roboto { font-family: 'Roboto', sans-serif; }
.roboto .light { font-weight: lighter; }
.roboto .regular { font-weight: normal; }
.roboto .bold { font-weight: bold; }

.playfair { font-family: 'Playfair Display', serif; font-weight: bold; }


/*text transform*/
.uppercase { text-transform: uppercase; }
.firstcase:first-letter { text-transform: uppercase; }
.normalcase { text-transform: none; }
.maiuscoletto { font-variant: small-caps;}
/**/
.italic { font-style: italic; }
/*text*/
/*display*/
.block { display: block; }
.inline { display: inline; }
/*text decoration*/
.underline { text-decoration: underline; }
/*align*/
.a-c { text-align: center; }
.a-l { text-align: left; }
.a-r { text-align: right; }
.a-j { text-align: justify; }
/*position*/
.pos_abs { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.4); }
    .pos_abs .valign-middle { display: block; bottom: 5%; position: absolute; left: 0; right: 0; }
        .pos_abs .valign-middle .txt { margin: 0; padding: 0; margin-bottom: -5%; }
/*generali*/
a { color: inherit; text-decoration: inherit; }
/**/
.lh25 { line-height: 25px; }
.lh35 { line-height: 35px; }
.lh45 { line-height: 45px; }
/*font weight*/
.fw-b { font-weight: bold; }
.fw-n { font-weight: normal; }
/**/
table, tr, td { margin: 0; padding: 0; border: none; }
/*regole carosello*/
.padding01 { padding: 0 25px 0 25px; }

/*Colori*/
.backgroundcorporatehead { background-color: #ffffff; }
.bordercorporatehead { border-bottom: solid 1px #ddd; }
/**/
.pink_dark { color: #e05332;}
.pink_light { color: #f5ad9c;}
.white_dirt { color: #f6f0e9;}
.grey { color: #424242;}

.g6 { color: #666; }
.n0 { color: #000; }
.n2 { color: #222; }
.n3 { color: #333; }
.w-f { color: #fff; }
.w-d { color: #ddd; }
.w-b { color: #bbb; }

/*dimensioni testi*/
.t00 { font-size: 00px; }
.t02 { font-size: 02px; }
.t04 { font-size: 04px; }
.t06 { font-size: 06px; }
.t08 { font-size: 08px; }
.t10 { font-size: 10px; }
.t12 { font-size: 12px; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t22 { font-size: 22px; }
.t24 { font-size: 24px; }
.t26 { font-size: 26px; }
.t28 { font-size: 28px; }
.t30 { font-size: 30px; }
.t32 { font-size: 32px; }
.t34 { font-size: 34px; }
.t36 { font-size: 36px; }
.t38 { font-size: 38px; }
.t40 { font-size: 40px; }
.t42 { font-size: 42px; }
.t44 { font-size: 44px; }
.t46 { font-size: 46px; }
.t48 { font-size: 48px; }
.t50 { font-size: 50px; }
.t52 { font-size: 52px; }
.t54 { font-size: 54px; }
.t56 { font-size: 56px; }
.t58 { font-size: 58px; }
/**/

/*Lista*/

ul.special {
  list-style: none;
  padding: 10px;
  margin: 0;
}

li.special {
    list-style:circle;
    margin-left: 10px;
}

/**/

/*Video*/

iframe { display: block; position: relative; width: 80%; height: 320px; margin: 10px auto; border: none;  }
video { display: block; position: relative; width: 80%; margin: 10px auto; border: none;  }
/**/

/*Immagine*/

img.immagine {  display: block; position: relative; width:80%; height: auto; margin: 10px auto; overflow: hidden; max-height: 320px; } 

/**/


/*Pulsante*/
.button { min-width: 20%; height: 36px; display: block; background-color: #f5ad9c; padding: 5px 25px; margin: 10px auto; border: none; cursor: pointer; -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);}
    .button :hover { -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4); transition: .5s; }

     .button_blog {position: absolute; width: 60%; height: 16px; display: block; padding: 5px 25px; margin: 10px auto; bottom: 0; left: 15%; cursor: pointer; border: solid 1px #f5ad9c; }

     .button_bloglist {position: relative; width: 60%; height: 16px; display: block; padding: 5px 25px; margin: 10px auto; cursor: pointer; border: solid 1px #f5ad9c; }
/**/

/*Separatori*/
.line_pink { display: block; position: relative; width: 100%; border-top: solid 2px #f5ad9c; margin: 5px 0;}
.line_pink_thin { display: block; position: relative; width: 100%; border-top: solid 1px rgba(245, 173, 156, 0.40); margin: 0;}
.line_white { display: block; position: relative; width: 100%; border-top: solid 2px #fff; margin: 5px 0;}
.whitespace { display: block; position: relative; width: 100%; }
.whitespace.ten { height: 10px; }
.whitespace.twenty { height: 20px; }
.whitespace.thirty { height: 30px; }

/*button 1*/
.bar-close { display: inline-block; border-radius: 5px; padding: 10px 30px; font-family: Arial; text-decoration: none; color: #fff; background-color: #F5AD9C; margin: 5px 0 0 0; position: absolute; right: 100px; top: 15px; cursor: pointer; z-index: 1; }
    .bar-close:hover { background-color: #539cdd; }
/**/
/*table simulator*/
.table { position: relative; display: block; clear: both; white-space: nowrap; }
    .table .td { position: relative; display: inline-block; }
/**/
.backgroundclassictitleplugin { background-color: #E0E0E0; }
/*form*/
input[type="submit"] { border: none; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; display: block; }
button { border: none; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; display: block; }
input[type="text"] { -webkit-appearance: none; -moz-appearance: none; border: solid 1px #bbb; padding: 10px 0; margin-top: 3px; display: inline; text-indent: 3px; width: 100%; }
label { -webkit-appearance: none; -moz-appearance: none; margin-top: 3px; display: block; text-indent: 3px; font-size: 13px; color: #bbb; }
textarea { -webkit-appearance: none; -moz-appearance: none; border: solid 1px #bbb; padding: 8px 0; margin-top: 3px; display: block; text-indent: 3px; font-family: inherit; color: #666666; width: 100%; resize: none; }

select { -webkit-appearance: none; -moz-appearance: none; border: solid 1px #bbb; border-radius: 5px; padding: 8px 5px; margin-top: 3px; background-color: #fff; }
/**/
.input { display: inline; position: relative; }
    .input:focus { border: solid 1px #ddd; box-shadow: 0 0 50px rgba(0,0,0,0.1); }
.w100 { width: 100%; display: block; }
.w50 { width: 50%; display: block; }
.input100 { border: solid 1px #bbb; display: inline-block; position: relative; border-radius: 5px; overflow: auto; padding: 8px 5px; margin-top: 3px; width: 100%; }

.input-small { margin-left: 15px; width: 30%; }
.textarea { width: 200px; height: 40px; -webkit-appearance: none; -moz-appearance: none; border: solid 1px #bbb; border-radius: 5px; padding: 8px 0; margin-top: 3px; display: block; }
.textarea-big { width: 400px; height: 100px; }
/**/
.textarea-rule { position: relative; display: block; height: 400px; background: #fff; width: 100%; border-radius: 3px; border: solid 1px #bbb; }
.textarea-large { position: absolute; left: 0; right: 0; bottom: 0; top: 0; display: block; width: 100%; height: 100%; border: none; background-color: transparent; overflow: auto; margin: 5px; }
/**/
.select { width: 200px; }
.datetime { padding-left: 10px; display: inline-block; width: 70px; z-index: 9; }
/*calendario*/
.ui-datepicker { font-size: 12px; }
/**/
/*COOKIES*/
.cookies {position: fixed; z-index: 99999999999999; width: 100%; text-align: center; background-color: rgba(0,0,0,0.7); bottom: 0; right: 0; height: auto; padding: 10px 5px; display: none; border-top: solid 2px #fff; }
.cookies .text { font-size: 11px; color: #fff; }
.button_cookies { background-color: #fff; padding: 2px 10px; font-size: 11px; color: #000 !important; margin:0 3px; }

@media screen and (min-width: 1025px) {
    /*ombre*/
    .bs { box-shadow: 0 0 100px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 100px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 100px rgba(0,0,0,0.2); }
    .ms { box-shadow: 0 0 100px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 100px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 100px rgba(0,0,0,0.5); }
    .ss { box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); }
    /**/

    /*DESKTOP*/
    .mobile-landscape { display: none; }
    .box-title { display: block; position: relative; margin: 40px 0 15px 0; }
    /**/
}

@media screen and (max-width: 1024px) and (min-width:480px) {
    /*ombre*/
    .bs { box-shadow: 0 0 50px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 100px rgba(0,0,0,0.2); }
    .ms { box-shadow: 0 0 50px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 50px rgba(0,0,0,0.3); }
    .ss { box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); }
    /**/

    /*MOBILE*/
    .mobile-landscape { display: none; }
    .box-title { display: block; position: relative; margin: 40px 0 15px 0; }
    /**/
    /*dimensioni testi*/
    .t0b { font-size: 40px; }
    .t0a { font-size: 50px; }
    .t0 { font-size: 40px; }
    .t1 { font-size: 33px; }
    .t2 { font-size: 29px; }
    .t3 { font-size: 24px; }
    .t4 { font-size: 19px; }
    .t5 { font-size: 18px; }
    .t6 { font-size: 18px; }
    .t7 { font-size: 15px; }
    .t8 { font-size: 14px; }
    .t9 { font-size: 12px; }
    .t10 { font-size: 11px; }
    .t11 { font-size: 10px; }
    /**/

}

/* SMARTPHONE LANDSCAPE */
@media screen and (max-width: 479px) {
    html, body {  }
    .mobile-landscape { display: none; z-index: 99; position: fixed; left: 0; top: 0; bottom: 0; right: 0; background-color: #fff; -moz-transition: .2s; -o-transition: .2s; -webkit-transition: .2s; transition: .2s; background-image: url(../img/icon/device-orientation.svg); background-position: 5% center; background-repeat: no-repeat; background-size: 25%; }
        .mobile-landscape .cont { width: 70%; top: 50%; right: 0; padding: 15px; position: absolute; top: 50%; -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
}


@media \0screen {
    /*DESKTOP IE8*/
    .mobile-landscape { display: none; }
    .box-title { display: block; position: relative; margin: 40px 0 15px 0; }
    /**/
}
