/*
 * 
 * Deluxu CSS
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 * 
 */

html { 
    border: none; 
    padding:0px; 
    margin:0px; 
    background-color: white;
    color: #808080;    
    width: 100%;
    font-family: 'ABeeZee', sans-serif;
}
body { 
    border: none; 
    padding:0px; 
    margin:0px; 
    width: 100%;
    height: 100%;    
    color: #808080;    
    font-size: 14px;    
    background-color: white;  
}


td {
    border: none;
    text-align:left;    
}

div, p, h1, h2, h3, h4, h5, h6, ul{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;    
}

img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}

p {
    display: block;
    width: 100%; 
    
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
*|*:link,
a, a:active {
    outline: none;
    color: #808080;    
    text-decoration: none;    
}

a:hover {
    color: #002a40;    
}

li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}

input:-webkit-input-placeholder
{
    color: #000 !important;
}

input:-moz-placeholder
{
    color: #000 !important;
}

input:-ms-input-placeholder
{
    color: #000 !important;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

.hidden {
    display: none;
}
.block {
    display: block;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.w_30 {
    width: 30px;   
}
.w_40 {
    width: 40px;
}
.w_50 {
    width: 50px;
}
.w_80 {
    width: 80px;
}

.w_120 {
    width: 120px;
}
.w_133 {
    width: 133px;
}

.w_144 {
    width: 144px;
}
.w_160 {
    width: 160px;
}
.w_162 {
    width: 162px;
}

.w_180 {
    width: 180px;
}
.w_200 {
    width: 200px;
}
.w_270 {
    width: 270px;
}
.w_300 {
    width: 300px;
}
.w_310 {
    width: 310px;
}
.w_320 {
    width: 320px;
}
.w_344 {
    width: 344px;
}
.w_400 {
    width: 400px;
}
.w_412 {
    width: 412px;
}
.w_413 {
    width: 413px;
}
.w_420 {
    width: 420px;
}
.w_430 {
    width: 430px;
}
.w_405 {
    width: 405px;   
}
.w_460 {
    width: 460px;   
}
.w_470 {
    width: 470px;   
}
.w_475 {
    width: 475px;   
}
.w_480 {
    width: 480px;   
}
.w_600 {
    width: 600px;   
}
.w_640 {
    width: 640px;   
}
.w_700 {
    width: 700px;   
}
.w_800 {
    width: 800px;   
}
.w_810 {
    width: 810px;   
}
.w_900 {
    width: 900px;   
}
.w_100p {
    width: 100%;   
}
.h_25 {
    height: 25px;
}
.h_30 {
    height: 30px;
}
.h_92 {
    height: 92px;
}
.h_100 {
    height: 100px;
}
.h_120 {
    height: 120px;
}
.h_133 {
    height: 133px;
}
.mr_5 {
    margin-right: 5px;
}
.mr_8 {
    margin-right: 8px;
}
.mr_10 {
    margin-right: 10px;
}
.mr_15 {
    margin-right: 15px;
}
.mr_18 {
    margin-right: 18px;
}
.mr_19 {
    margin-right: 19px;
}
.mr_23 {
    margin-right: 23px;
}
.mr_25 {
    margin-right: 25px;
}
.mr_30 {
    margin-right: 30px;
}

.mr_70 {
    margin-right: 70px;
}
.pr_10 {
    padding-right: 10px;
}
.mt_5 {
    margin-top: 5px;
}
.mt_6 {
    margin-top: 6px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_12 {
    margin-top: 12px;
}
.mt_15 {
    margin-top: 15px;
}
.mt_18 {
    margin-top: 18px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_23 {
    margin-top: 23px;
}
.mt_25 {
    margin-top: 25px;
}
.mt_29 {
    margin-top: 29px;
}
.mt_43 {
    margin-top: 43px;
}
.mt_44 {
    margin-top: 44px;
}
.mt_48 {
    margin-top: 48px;
}
.mt_50 {
    margin-top: 50px;
}
.mb_5 {
    margin-bottom: 5px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_23 {
    margin-bottom: 23px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_48 {
    margin-bottom: 50px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_65 {
    margin-bottom: 65px; 
}
.pb_5 {
    padding-bottom: 5px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.ml_5 {
    margin-left: 5px;
}
.ml_10 {
    margin-left: 10px;
}
.ml_20 {
    margin-left: 20px;
}
.ml_30 {
    margin-left: 30px;
}
.ml_60 {
    margin-left: 60px;
}
.clear {
    clear: both;
}
.mt_45 {
    margin-top: 45px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_18 {
    margin-top: 18px;
}
.pt_5 {
    padding-top: 5px;
}
.pb_5 {
    padding-bottom: 5px;
}
.pt_10 {
    padding-top: 10px;
}
.pb_10 {
    padding-bottom: 10px;
}
.bold,
strong, 
b {
    font-weight: bold;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:hover,
.blacklink:visited,
.blackcyanlink,
.blackcyanlink:visited {
    color: black;
    text-decoration: none;
}
.green {
    color: green;
}

.red {
    color: #fe0001;
}
.font_10 {
    font-size: 10px;
    line-height: 13px;
}
.font_11 {
    font-size: 11px;
    line-height: 13px;
}
.font_13 {
    font-size: 13px;
}
.font_14 {
    font-size: 14px;
    line-height: 17px;
}
.font_15 {
    font-size: 15px;
    line-height: 18px;
}
.font_16 {
    font-size: 16px;
    line-height: 19px;
}
.font_18 {
    font-size: 18px;
    line-height: 21px;
}

.font_24 {
    font-size: 24px;
    line-height: 26px;
}
.font_25 {
    font-size: 25px;
    line-height: 27px;
}
.font_19 {
    font-size: 19px;
    line-height: 22px;
}
.font_20 {
    font-size: 20px;
    line-height: 23px;
}
.font_30 {
    font-size: 30px;
    line-height: 33px;
}
.font_36 {
    font-size: 36px;
    line-height: 39px;
}
.font_45 {
    font-size: 45px;
    line-height: 48px;
}
.bianco,
.white,
.whitelnk,
.whitelnk:hover,
.whitelnk:visited {
    color: #FFFFFF;
}
.gray {
    color: #b1b1b1;
}
.bbb_1px {
    border-bottom: 1px solid black;
}

.bbd_1px {
    border-bottom: 1px dashed #bebebe;
}
.btd_1px {
    border-top: 1px dashed #bebebe;
}
.bb_gray {
    border-bottom: 1px solid #bbbabb;
}
.br_1p_gray {
    border-right: 1px solid #b1b1b1;
}
.w_130 {
    width: 130px;
}
.w_260 {
    width: 260px;
}
.w_290 {
    width: 290px;
}
.rosso {
    color: #fe0001;
}
.link_red {
    color: #fe0001;
}
.link_red:hover {
    color: #b1b1b1;
}
.link_red_red {
    color: #fe0001;
}
.link_red_red:hover {
    color: #fe0001;
}
.gray {
    color: #808080;
}
.graylink,
.graylink:visited {
    color: #808080;
/*     font-weight: bold; */
}
.graylink:hover {
    color: #000000;
/*     font-weight: bold; */
}
.bordeaux {
    color: #b9605c;
}
.rossobdxlnk,
.rossobdxlnk:visited {
    color: #303030;
}
.rossobdxlnk:hover {
    color: #b9605c;    
}
.rosa,
.lnkselected,
.lnkselected:hover {
    color: #eb0778;
}
.grigiochiaro {
    color: #cccccc;
}
/* MAIN */
@media only screen  and (min-device-width:960px) {
    .mobile {
        display: none;
    }
    #main {
        float: none;
        margin: 0px auto;
        width: 960px;
    }
    #top_left {
        width: auto;
        float: left;
        height: 117px;
        padding: 10px 0px;
    }
    #top_left #top_logo {
        width: 328px;
    }
    #top_right {
        width: 632px;
        float: right;
    /*     height: 172px; */
        padding: 0px 0px 10px 0px;
    }
    #top_lang {
        margin-right: -16px; 
        width: 233px;
        float: right;
    }
    .langswitch {
        float: right;
        width: 56px;
        height: 50px;    
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;    
        color: #b3b3b3;
    }
    .langswitch:hover {
        color: #002a40;
    }
    #langeng {
        background-image: url('../img/deluxu_base_botton_eng.png');
        margin-left: 5px;
        padding: 0px 18px 0px 2px;
    }
    #langit {
        background-image: url('../img/deluxu_base_botton_ita.png');
        padding: 0px 2px 0px 18px;
    }
    #langru {
        background-image: url('../img/deluxu_base_botton_ru.png');
        padding: 0px 10px 0px 10px;
        text-align: center;
    }
    #nav {
        width: 632px;
        height: 75px;
        margin: 10px 0px 0px 0px;
    }
    #nav li {
        display: block;
        float: left;
        height: 60px;
/*         width: 90px; */  
        width: 101px;
        padding: 15px 10px 0px 0px;
        margin: 10px 0px 0px -21px;
        text-align: right;
        line-height: 60px;
        font-size: 13px;
        font-weight: bold;
        background-image: url('../img/deluxu_base_botton.png');
    }
    #nav li a {
        color: #b3b3b3;    
    }
    #nav li a:hover,
    #nav li #sel {
        color: #002a40;
    }

    .news_big_img {
        background-image: url('../img/deluxu_base_box_big_img.png');
        background-position: bottom;
        background-repeat: no-repeat;
        height: 543px;
        width: 640px;
        overflow: hidden;
    }
    .news_big_txt {
        background-image: url('../img/deluxu_base_box_big_txt.png');
        background-position: top;
        background-repeat: no-repeat;    
        height: 93px;
        overflow: hidden;
    }

    .news_big_txt .txt h1 {
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
    }    
    .news_big_txt .txt {
        width: 580px;
        padding: 15px 30px;
        text-align: justify;    
        font-size: 12px;
        line-height: 15px;
        color: #808080;
    }
    .news_big_img img {
        width: 640px;
        /*min-height: 543px;*/
        position: relative;    
    }
    .news_small {
        width: 320px;
        overflow: hidden;
    }
    .news_medium {
        width: 475px;
        overflow: hidden;
    }
    .news_small_finance {
        background-image: url('../img/deluxu_base_box_toptotaltop_txt.png');
        background-position: top;
        background-repeat: no-repeat;        
        width: 940px;
        margin: 10px 0px;
        padding: 6px 10px;
        
    }
    .news_small_finance .txt h1 {
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;    
    }
    .news_small_finance .txt {    
        width: 900px;
        padding: 15px 30px;
        text-align: justify;    
        font-size: 14px;
        line-height: 17px;
        color: #808080;
        background-image: url('../img/deluxu_base_box_finance.png');
    }
    .news_small_img {
        background-image: url('../img/deluxu_base_box_small_img.png');
        background-position: bottom;
        background-repeat: no-repeat;
        width: 310px;
        margin: 0px 5px;
        height: 225px;    
        overflow: hidden;
    }
    .news_medium_img {
        background-image: url('../img/deluxu_base_box_medium_img.png');
        background-position: bottom;
        background-repeat: no-repeat;
        width: 465px;
        margin: 0px 5px;
        height: 355px;    
        overflow: hidden;
    }
    .news_small_img img {
        position: relative;    
    }
    .news_medium_img img {
        position: relative;    
        width: 100%;
    }
    .news_small_txt {
        background-image: url('../img/deluxu_base_box_small_txt.png');
        background-position: top;
        background-repeat: no-repeat;    
        height: 79px;
        margin-bottom: 14px;
        overflow: hidden;
    }

    .news_small_txt .txt h1 {
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
        width: 260px;
        height: 18px;
    }
    .news_small_txt .txt {
        width: 260px;
        padding: 15px 30px;
        text-align: justify;    
        font-size: 12px;
        line-height: 15px;
        color: #808080;
    }
    
    .news_medium_txt {
        background-image: url('../img/deluxu_base_box_medium_txt.png');
        background-position: top;
        background-repeat: no-repeat;    
        height: 79px;
        margin-bottom: 14px;
        overflow: hidden;
    }
    .news_medium_txt .txt h1 {
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
        width: 415px;
        height: 18px;
    }
    .news_medium_txt .txt {
        width: 395px;
        padding: 15px 40px;
        text-align: justify;    
        font-size: 12px;
        line-height: 15px;
        color: #808080;
    }
    #footer {
        width: 1000px;
        margin: 0px -20px;
        height: 130px;
        background-image: url('../img/deluxu_base_footer.png');
    }
    #footer_col_cont {
        width: 960px;
        margin: 0px 20px;
    }
    .col_footer {
        width: 280px;
        height: 100px;
        margin-top: 30px;    
        padding: 0px 20px;
        color: #808080;
    }
    .col_footer_big {
        width: 920px;
        height: 100px;
        margin-top: 30px;    
        padding: 0px 20px;
        color: #808080;
    }
    #footer_left {
        width: 850px;
    }
    #footer_brand {
        padding-right: 600px;        
    }
    #breadcrumb {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #articolo_img {
        background-image: url('../img/deluxu_base_box_toptotaltop_img.png');    
        background-position: bottom;
        background-repeat: no-repeat;    
    }
    #articolo_img img {
        width: 960px;
    }
    #articolo_txt {
        background-image: url('../img/deluxu_base_box_toptotaltop_txt.png');
        background-position: top;
        background-repeat: no-repeat;        
    }
    .firma_articolo {
        color: #000000;
        font-size: 12px;
        line-height: 14px;
        font-style: italic;
        margin-bottom: 5px;
        text-align: right;
        width: 100%;
    }
    #articolo_txt .txt h1 {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #articolo_txt .txt h2 {
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    #articolo_txt .txt {
        width: 900px;
        padding: 15px 30px;
        text-align: justify;    
        font-size: 14px;
        line-height: 17px;
        color: #808080;
    }
    .tinycont {
        width: 900px;
    }
    .tinycont p {
        width: 900px;
    }
    .img_finance_cont {
        width: 200px;
        float: left;
        margin-right: 10px;
    }

    .img_finance_cont img {
        width: 200px;
    }

    .txt_small {
        width: 690px;
        float: right;
    }
    #share_articolo {
        margin-right: 20px;
    }
    .banimg {
        height: 80px;
        display: inline-block;
        margin: 0px 10px;
    }
}    

@media only screen  and (max-device-width:959px) {
    .desktop {
        display: none;
    }
    #loader {
        position: fixed;
        z-index: 5;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: white;
/*         display: none; */
    }
    #main {        
        width: 100%;
    }
    #top {
        width: 100%;
        padding: 20px 0px;
        position: fixed;
        z-index: 10;
        top: 0px;
        left: 0px;
        background-color: rgba(255,255,255,0.95);
    }
    #top_right {
        display: none;
    }
    #top_left {
        width: 50%;  
        text-align: center;
    }
    #top_left #top_logo { 
        width: 100%;
    }
    #top_burger {        
        width: 20%;
        text-align: center;
        margin-right: 5%;
    }
    #top_burger a {
        display: block;
        float: left;
        width: 100%;
        opacity: 0;
    }
    #top_burger img {
        width: 40% !important;
        max-width: 40px !important;   
        display: inline !important;     
    }
    .news_small_img {
        width: 100%;
    }
    .news_small_txt {
        width: 90%;
        padding: 10px 5%;
    }
    .news_small_txt .txt h1 {
        color: #000000;
        font-size: 25px;
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 10px;
        width: 100%;
    }
    .news_small_txt .txt {
        width: 100%;
        text-align: justify;    
        font-size: 18px;
        line-height: 22px;
        color: #808080;
    }
    #articolo_img {
        width: 100%;
    }
    #articolo_img img {
        width: 100%;
    }
    #articolo_txt {
        width: 90%;
        padding: 0% 5%;
    }

    #articolo_txt .txt h1 {
        color: #000000;
        font-size: 25px;
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 20px;
        width: 100%;
    }
    #articolo_txt .txt h2 {
        color: #000000;
        font-size: 18px;
        line-height: 21px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    #articolo_txt .txt {
        width: 100%;
        text-align: justify;    
        font-size: 18px;
        line-height: 22px;
        color: #808080;
    }
    .tinycont {
        width: 100%;
    }
    .tinycont p {
        width: 100%;
        text-align: justify;
    }
    
    .news_small_finance {
        width: 100%;  
    }
    .news_small_finance .txt {    
        width: 100%;          
        text-align: justify;    
        font-size: 18px;
        line-height: 22px;
        color: #808080;
    }
    .news_small_finance .txt h1 {
        color: #000000;
        font-size: 25px;
        line-height: 28px;
        font-weight: bold;        
        width: 100%;       
        margin-bottom: 10px;
    }
    .news_small_finance .txt div {
        width: 90%;
        padding: 10px 5%;
        text-align: justify;    
        color: #808080;
    }
/*    .news_small_img {
        background-image: url('../img/deluxu_base_box_small_img.png');
        background-position: bottom;
        background-repeat: no-repeat;
        width: 310px;
        margin: 0px 5px;
        height: 225px;    
        overflow: hidden;
    }*/
    #footer {
        border-top: 1px dotted gray;
        width: 90%;
        padding: 10px 5%;
    }
    #deluxumobmenu {
        visibility: hidden;
    }
    #deluxumobmenu a {
        color: #b3b3b3;    
    }    
    #deluxumobmenu #sel {
        color: #ffffff;
    }    
    .titolo_finance_noimg {
        border-top: 1px dotted gray; 
        padding-top: 10px;
    }
}
@media only screen and (max-device-height:600px) {
    #top_logo {
        max-width: 170px;
    }
    #top_burger img {    
        max-width: 25px;        
    }
}
@media only screen  and (max-device-width:424px) {
    .banimg {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-device-height:350px) {
    #top_logo {
        max-width: 150px;
    }
    #top_burger img {    
        max-width: 20px;        
    }
}
