.footerBox{
    width: 100%; 
    height: auto; 
    float: left;
    transform: translateX(0);
    transition-duration: .3s;
    transition-property: transform, visibility, width, margin-top;
    transition-timing-function: ease-in-out;
    box-sizing: border-box;  
}
.footerContentBox{
    width: 100%; 
    min-height: 30px; 
    float:left;
    margin-bottom: 10px;
}
.footerBox > .footerContentBox > ul{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;  
}
.footerBox > .footerContentBox > ul > li{
    display: inline-block;
    border-left: 1px solid #c2c2c2;
}
.footerBox > .footerContentBox > ul > li:first-child{
    border-left: none;
}
.footerBox > .footerContentBox > ul > li > a:link,
.footerBox > .footerContentBox > ul > li > a:visited,
.footerBox > .footerContentBox > ul > li > a:active{
    display: block;
    padding: 5px 7px 5px 7px;
    color: #999 !important;
    line-height: 20px;
}
.footerBox > .footerContentBox > ul > li > a:hover{
    color: #727272 !important;
}
.copyrightFooterInnerBox{
    width: 1160px;
    height: 40px;
    margin: 0 auto;
}
.copyrightFooterInnerBox{
    width:100%;
    height: 100%;
    margin-top: 5px;
}
.copyrightFooterBox{
    width: inherit;
    height: 50px;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin-bottom: 5px;
}
.copyrightFooterBox > .copyrightFooterInnerBox > .innerBox > span{
    color: #666; 
    font-size: 14px;
    font-weight: 400;
}
.socialNetworkBox{
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    background-color: #fff;
}
.socialNetworkInnerBox{
    width: 1199px;
    height: inherit;
    margin: 0 auto;
    text-align: center;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

ul.socialNetworkItemBox{
    width: 260px;
    height: 60px;
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
    text-align: center;
}
ul.socialNetworkItemBox > li{
    display: inline-block;
    background-image: url("../images/icons/socialnetworkicons-sprite.png");
    background-repeat: no-repeat;
    image-rendering: pixelated;
    opacity: 0.85;
    overflow: hidden;
}
ul.socialNetworkItemBox > li:hover{
    opacity: 1;
    
}
ul.socialNetworkItemBox > li > a{
    padding: 25px;
    display: block;
}
ul.socialNetworkItemBox > li > a:hover{
    opacity: 1;
}
.youtubeChannelBox{
    background-position:  center  -100px;
}
.instagramBox{
    background-position:  center -49px;
}
.facebookBox{
    background-position:  center 5px;
}
.emailtomeBox{
    background-position:  center -155px;
}
.footerDomainSignatureBox, .footerFbBtns{
    width: 100%;
    height: 20px;
    float: left;
    text-align: center;
}
.footerFbBtns{
    height: auto;
    min-height: 30px;
    margin-bottom: 10px;
}
.footerFbBtns > div{
    display: block;
    text-align: inherit;
}
.footerDomainSignatureBox >span{
    color: #333;
}
.poweredByBox{
    width: 100%; 
    height: auto; 
    float: left; 
    text-align: inherit; 
    margin-top: 5px;
}
.imgRendOptimizeGIFandPNG{
    width: 100px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.cookieNoticeBox{
    width: 100%; 
    height: auto;
    bottom: 0;
    left: 0;
    padding: 15px 30px 15px 30px; 
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    display: none;
    
}
#cookieNoticeId > span, #cookieNoticeId > a{
    color: #fff;
    font-weight: 300;
}
#cookieNoticeId > a{
    color: #ccc !important;
    text-decoration: underline !important;
}
#cookieNoticeId > a:hover{
    text-decoration: none !important;
}
#cookieNoticeId > button{
    background-color: #ffcc00;
    padding: 10px;
    margin-left: 15px;
    font-weight: 400;
    color: #333;
    border: none;
    font-family: 'Poppins','Varela Round', 'Roboto', 'Open Sans', sans-serif; 
    font-size: 14px;
    cursor: pointer;
}
#cookieNoticeId > button:hover{
    background-color: #ffda44;
}

@media only screen and (max-width: 1499px){
    .socialNetworkInnerBox{
        width: 1130px;
    }
}
@media only screen and (max-width: 1366px){
    .socialNetworkInnerBox{
        width: 1100px;
    }
}
@media only screen and (max-width: 1280px){
    .socialNetworkInnerBox{
        width: 1050px;
    }
}
@media only screen and (max-width: 1259px){
    .socialNetworkInnerBox{
        width: 1000px;
    }
}

@media only screen and (max-width: 1199px){
    .copyrightFooterBox, .copyrightFooterInnerBox{
        width: 949px;
    }
    .socialNetworkInnerBox{
        width: 950px;
    }     
}
@media only screen and (max-width: 1149px){
    .socialNetworkInnerBox{
        width: 900px;
    }     
}
@media only screen and (max-width: 1099px){
    .socialNetworkInnerBox{
        width: 850px;
    }     
}
@media only screen and (max-width: 1023px){
    .footerBox{
        transform: translateX(0);
    }    
    .footerBox > .footerContentBox > ul{
        text-align: center;
    }
    .footerBox > .footerContentBox > ul > li{
        width: 95%;
        margin: 0 auto;
        float: none;
        border-left: none;
        height: 35px;
        margin-bottom: 5px;
        border-bottom: 1px solid #fff;
        font-size: 16px !important;
    }
    .footerBox > .footerContentBox > ul > li:last-child{
        border-bottom: none;
    }
    .socialNetworkInnerBox{
        width: 100%;
    }      
   
    
}
@media only screen and (max-width: 979px){
    .copyrightFooterBox, .copyrightFooterInnerBox{
        width: 95%;
    }
}

@media only screen and (max-width: 870px){

}
@media only screen and (max-width: 799px){

}
@media only screen and (max-width: 660px){

    
}

@media only screen and (max-width: 429px){

}