* {
    margin: 0;
    padding: 0
}

html {
    width: 100%;
    height: 100%
}

/*body{font-size:100.01%;text-align:center;position:relative;background-color:#FFFFFF;font-family:'Open Sans', sans-serif;font-size:13px;color:#333333;line-height:16px;min-width:1120px;width:100%;height:100%;margin:0;padding:0}*/

a {
    color: #333333;
    text-decoration: underline;
}

#logo img {
    margin-top: 10px
}

#social {
    position: absolute;
    right: 0px;
    top: 200px;
    width: 45px;
    height: 200px
}

#social a {
    display: block;
    margin-bottom: 1px
}

#headerMenu {
    clear: both;
    height: 70px;
    padding-top: 10px
}

#divSearch {
    width: 280px;
    height: 40px;
    float: right;
    padding-top: 5px;
    display: none
}

.divLang {
    height: 25px;
    padding-top: 12px;
    float: left
}

#divBlackOut {
    width: 100%;
    background-color: #011c26;
    float: left
}

#divBlack {
    margin: auto;
    clear: both;
    color: white;
    width: 1043px;
    height: 70px;
    padding: 30px 0px 20px 0px;
    color: #ffffff
}

#divBlack a {
    color: #ffffff !important
}

.divBlackLeft {
    width: 430px;
    float: left;
    text-align: left
}

.divBlackMiddle, .divBlackRight {
    width: 280px;
    padding-right: 40px;
    height: 210px;
    float: left;
    text-align: left
}

.divBlackRight {
    width: 613px;
    padding-right: 0px
}

#footer-outer {
    height: 118px
}

.anchorFooter {
    float: right;
    height: 45px;
    width: 45px;
    background-image: url("../Images/frecciaUp.png");
    margin-top: 6px
}

.logoheader {
    align-content: center;
    padding-top: 40%;
    padding-bottom: 30px;
}

.logoheader img {
    width: 80%;
    padding: 15px 5px;
}

#divBanner {
    height: 270px;
    float: left;
    margin-bottom: 26px;
    background-color: white;
    width: 1043px
}

#all, #headerMenu-container {
    width: 100%;
}

#first-container {
    background-color: #FFF;
    width: 100%
}

#second-container {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px
}

#header {
    display: block;
    position: relative;
    height: 45px;
    border-bottom: 2px solid #F3F3F3
}

#back {
    width: 100%;
    margin: 0;
    padding: 0px
}

img {
    border: 0 none
}

.customImageHeader {
    padding-top: 10px;
    text-align: center
}

.ChiaraSocialfirst {
    padding-right: 5px;
    padding-left: 5px;
    border-right: 2px solid #F3F3F3;
    border-left: 2px solid #F3F3F3;
    display: inline-block;
    height: 45px;
    width: 35px
}

.ChiaraSocialother {
    padding-right: 5px;
    height: 45px;
    width: 35px;
    border-right: 2px solid #F3F3F3;
    display: inline-block
}

.div-header-menu {
    height: 40px;
    max-width: 360px;
    float: right;
    padding-top: 8px;
    margin-right: 10px;
}

.div-header-search {
    width: 40px;
    height: 40px;
    float: right;
    padding-top: 8px;
    cursor: pointer
}

#fancybox-content {
    text-align: left !important;
    line-height: 19px
}

/* MARIA NUOVA GRAFICA */

body {
    font-size: 100.01%;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    font-family: 'Signika', sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 16px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

a:hover {
    color: black;
}

/* tutta la fascia del footer */

#divFooter {
    width: 100%;
    background-color: #011c26;
    float: right;
    text-align: left;
    color: #ffffff;
}

#divFooter a {
    color: #ffffff;
    text-decoration: none
}

/* il contenuto del footer */

.divFooterContainer {
    width: 100%;
    /*margin: auto;*/
    clear: both;
    color: white;
    /* da vedere se va bene la dimensione */
    padding: 20px;
    color: #ffffff;
    margin: unset;
}

#divRicercaHome {
    /* TODO vedere se va bene*/
    /*left: 300px;*/
    background-color: #011c26;
}

@media only screen and (min-width: 1200px) {
    #divFooterContainerLeft-1 {
        min-width: 500px;
    }
    #divFooterContainerLeft-2 {
        max-width: 300px;
    }
    #divFooterContainerRight-1 {
        max-width: 200px;
    }
}

#bodyContainer {
    width: 85%;
    height: 100%;
    padding-left: unset;
    padding-right: unset;
    float: right;
    transition: width 1s;
}

/* Desktop */

@media screen and (max-width: 1200px) and (min-width: 992px) {}

/* Tablet */

@media screen and (max-width: 991px) and (min-width: 768px) {
    #bodyContainer {
        width: 100%;
    }
}

/* Smartphone grandi dimensioni */

@media screen and (max-width:767px) and (min-width: 481px) {
    #bodyContainer {
        width: 100%;
    }
}

/* Smartphone piccole dimensioni */

@media screen and (max-width:480px) {
    #bodyContainer {
        width: 100%;
    }
    #second-container {
        display: block;
    }
}