body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    
    background: url(../images/Entrance-4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     color: #ffffff;
      text-align: center;
       -webkit-font-smoothing: antialiased;
}

.container.logo-container {
    text-align: center;
     position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-height: 80%;
    max-width: 100%;
}



.other-logo > img {
    max-width: 34%;
    padding-top: 20%;
    max-height: 40%;
    height: auto;
}

.img-logo-container a {
    display: block;
    position: relative;
    height: 50%;
    opacity: 0.8;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

    .img-logo-container a:hover {
        opacity: 1;
    }

@media (min-height:992px) {
    .main-logo > img {
        max-width: 100%;
        max-height: 55%;
    }

    .other-logo > img {
        max-width: 50%;
        max-height: 40%;
        height: auto;
    }

    .img-logo-container {
        max-height: 100%;
        max-width: 100%;
    }
}

@media (max-width:600px) {
    .img-logo-container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:360px) {
    .main-logo > img {
        max-width: 62%;
    }

    .other-logo > img {
        max-width: 27%;
    }
}

.animated.delay-8 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.animated.delay-12 {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.animated.delay-16 {
    animation-delay: 2.6s;
    -webkit-animation-delay: 2.6s;
}

.newsBox .newBoxImg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    /*background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);*/
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.newsBox:hover .newBoxImg:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
