#footer{
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    color: #b0b4c9;
    border-top: 1px solid #eaecf4;
}

#footer .footerBody{
    line-height: 25px;
    width: 1350px; 
    margin: 0 auto;
    margin-top: 30px;
}

#footer .footerBody > div{
    float: left;
    margin-right: 80px;
}

#footer .footerBody > div .footerTitle{
    color: #6556e7;
    font-size: 20px;
    margin-bottom: 20px
}

#footer .footerBody > div .footerTitle2{
    display: inline-block;
    margin-top: 20px;
}

#footer .footerBody > div .footerContact{
    text-align: right;
}

#footer .footerBody > div .footerContact a{
    color: #b0b4c9;
    text-decoration: none;
}

#footer .footerBody > div div,
#footer .footerBody > div > a{
    margin-bottom: 10px;
    /*width: 100%;*/
    position: relative;
    color: #b0b4c9;
    text-decoration: none;
    display: table;
}

#footer .footerBody > div div:not(.footerTitle),
#footer .footerBody > div a:not(.footerTitle),
#footer .footerBody > div i,
#footer .footerBody > div .footerContact a{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#footer .footerBody > div div:not(.footerTitle):hover,
#footer .footerBody > div a:not(.footerTitle):hover,
#footer .footerBody > div i:hover,
#footer .footerBody > div .footerContact a:hover{
    color: #6556e7;
}

#footer i.social-icon{
    float: right;
    font-size: 25px;
    color: #38529a;
}

#footer i.linkedin-icon{
    color: #0a66c2; 
    margin-left: 10px;
}

#footer .footerBody > div:last-child{
    margin-right: 0px;
    float: right;
}

#footer .copyright {
    float: left; 
    opacity: 0.6;
    margin-top: 20px;
}

.cookies{
    margin: 0 auto; 
    margin-top: 10px;
    margin-bottom: 5px;
    width: 1350px; 
    display: none;
}

.cookies > div{
    border: 1px solid #6556e7;
    color: #6556e7;
    background: rgba(101, 86, 231, 0.3);
    display: table;
    padding: 20px;
    border-radius: 5px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
}

.cookies > div table{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

.cookies table tr td:first-of-type i{
    font-size: 40px;
    margin-right: 10px;
}

.cookies table tr td:nth-of-type(2){
    line-height: 20px;
}

.cookies table tr td:nth-of-type(2) button{
    margin-top: 20px;
    float: right;
    display: none;
}

.cookies table tr td:nth-of-type(3) button{
    margin-left: 20px;
}

.copyrightBox{
    float: left;
    width: 100%;
}

.mobileSpaceFooter{
    display: none;
    margin-bottom: 0px !important;
}

.celeriseBox{
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    background: #000;
    margin-top: 20px;
    background-image: radial-gradient(#2e2e2e, #010101) !important
}

.celeriseBox > div{
    width: 1350px;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
}

.celeriseBox > div span{
    opacity: 0.5;
    display: block;
}

.celeriseBox > div span:nth-last-of-type(2), .celeriseBox > div span:last-of-type{
    margin-top: 10px;
    display: inline-block;
}

.celeriseBox > div span:last-of-type{
    display: inline-block;
    margin-left: 5px;
    margin-top: 0px;
}

.celeriseBox img{
    height: 15px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.celeriseBox a{
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    text-decoration: none;
}

.celeriseBox a:hover{
    opacity: 0.5;
}

.footerSpace{
    width: 100%;
    background: #eaecf4;
    height: 1px;
    max-width: 150px;
}

.footerButtonNew{
    background: #ea2727;
    position: absolute;
    top: -10px;
    right: -14px;
    color: #fff;
    line-height: normal;
    font-size: 8px;
    padding: 3px;
    border-radius: 4px;
    transform: rotate(20deg);
}

.regulations{
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #6556e7;
}

.regulations:hover{
    opacity: 0.6;
}