html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}



/*********************************************************************************/
/* Basic */
/*********************************************************************************/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body, input, textarea, select {
    font-family: 'fluxregularregular', sans-serif;
    font-weight: 400;
    color: #444c4e;
    background: #ffffff;
}

/*body{    min-width: 1200px;}*/

h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

a {
    text-decoration: none;
    color: #DB653F;
    /*-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;*/
}

    a:hover {
        text-decoration: none;
    }

b {
    font-weight: 700;
}

p strong {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

em {
    font-style: italic;
}

.fixed {
    position: fixed;
}


#rightHalf {
    background: #003760;
    height: 100%;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: -1;
}

.tblImpegnativa {
    width: 100%;
}

    .tblImpegnativa td {
        padding: 5px 0px 5px 0px;
    }

.li-imp {
    padding: 1px!important;
    border: 0px;
}


.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
    /*margin-left: 32%;*/
    border-spacing: 15px;
    border-collapse: separate;
}

.share5x1000 {
    font-size: xx-large;
    padding: 30px;
}

.boxSend5x1000 {
    font-size: x-large;
    padding: 30px;
    margin-top: 10px;
}

.divAlignCenter {
    margin: auto;
    padding: 10px;
}

/*.cbkListStyle td {
        padding-left: 5%;
    }*/

.txt5x1000 {
    width: 100%!important;
    /*margin: 10px;*/
}

.border-1px {
    border: 1px solid #d57b00;
}

.shareVirgolette {
    font-size: -webkit-xxx-large;
    color: #d57b00;
}

.btn5x1000 {
    background-color: #d57b00;
    width: 200px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.crop {
    /*width: 370px;*/
    height: 215px;
    overflow: hidden;
}

    .crop img {
        width: 97%!important;
        height: 200px!important;
        margin: -75px 0 0 -100px;
    }


.imgTitlePhotoGallery {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: xx-large;
}

.imgAntPhotoGallery {
    /*min-height: 100%;*/
    margin: 10px!important;
    /*box-shadow: -5px -5px 10px #333333;*/
    border: 1px solid lightgray;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.imgDescPhotoGallery {
    color: #457ca1;
    font-size: smaller;
}

.imgCropPhotoGallery {
    /*width: 615px;*/
    /*max-height: 500px;*/
    /*box-shadow: -5px -5px 10px #333333;*/
    /*border: 1px solid lightgray;*/
    max-width: 615px;
    margin:0 auto;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
}

.paddingBottom20 {
    padding-bottom: 20px!important;
}

.center {
    text-align:center!important;
}

.fileUpload {
    position: relative;
    top: -33px;
    /* right: 0; */
    height: 32px;
    width: 100%;
    opacity: 0;
    z-index: 100;
}

.upload label.alert-layer {
    margin-top: -30px;
}

.width-127 {
    width:127px;
}

.width-100pc {
    width:100%;
}