#master section.error {
    padding: 5% 0 2% 0;
    overflow: hidden;
}

#master section.error .container {
    width: 40%;
    padding: 150px 0 5% 1rem;
    margin-left: 10%;
}

@keyframes h2showyourself {
    from {
        left: 50px;

        opacity: 0;
    }
    to {
        left: 0;

        opacity: 1;
    }
}

#master section.error h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    width: 800px;

    font-size: 7rem;

    animation-name: h2showyourself;
    animation-duration: 2s;
    animation-iteration-count: 1;

    color: #ff4a86;
}

#master section.error  p {
    font-size: 1.1rem;
}

#master section.error ul li {
    display: inline-block;
    width: 34%;
    padding: 1% 4% 1% 4%;
    margin: 2% 5% 2% 2%;

    vertical-align: top;

    background-color: rgba(255,255,255,.3);
}

#master section.error  ul li a {
    font-weight: normal;
}

#master section.error  ul li a p {
    font-size: 1rem;
}

@keyframes charactershowyoirself {
    from {
        right: -110%;

        opacity: 0;
    }
    to {
        right: -100%;

        opacity: 1;
    }
}

#master section.error img.sad {
    position: absolute;
    right: -100%;
    bottom: -20%;

    width: 90%;

    animation-name: charactershowyoirself;
    animation-duration: 3s;
    animation-iteration-count: 1;
}

/*=================RESPONSIVE====================*/

@media (max-width: 1600px) {
    @keyframes charactershowyoirself {
        from {
            right: -140%;

            opacity: 0;
        }
        to {
            right: -130%;

            opacity: 1;
        }
    }
    #master section.error img.sad {
        right: -130%;
        bottom: -10%;

        width: 120%;
    }
}

@media (max-width: 1024px) {
    #master section.error  h2 {
        width: 100%;
    }

    #master section.error .container {
        width: 80%;
        padding: 240px 0 0 0;
        overflow: hidden;
    }
    #master section.error img.sad {
        display: none;
    }

    #master section.error  ul li {
        display: block;
        width: 92%;
        margin: 3rem 0;
    }
}
#background {
    position: absolute;

    width: 100%;
    overflow: hidden;
}
#background.fixed {
    position: fixed;
}

#background  img {
    width: 100%;
    height: auto;
}
#background:after {
    position: absolute;
    top: 0;

    width: 100%;
    height: 101%;

    content: "";

    background: linear-gradient(0deg, rgb(0, 0, 0), rgba(255, 255, 255, 0));
}

#master section .container {
    position: relative;

    width: 80%;
    margin: auto;
}

#master h1,
#master h2,
#master h3,
#master h4,
#master h5,
#master h6 {
    font-family: "signika_regular";
}

#master h1,
#master h2,
#master h3 {
    text-transform: uppercase;
}

#master .categories-error {
    text-transform: capitalize;
	color: #a0543d;
    font-family: 'signika_light';
    border-bottom: 1px solid #ff4a86;
    font-size: 2rem; 
}

#master {
    font-family: "signika_light";
}

#master p {
    font-family: "signika_light";
    font-size: 1.2rem;
    line-height: 1.5rem;

    color: #171717;
}

#master a {
    font-family: "signika_light";

    text-decoration: none;
}

#master p strong,
#master a {
    font-weight: normal;

    color: #ff794a;
}

#master p {
    margin: 1rem 0;
}

#master button {
    cursor: pointer;

    border: none;
    outline: none;
}

#master div.loader {
    width: 100%;
    height: 0;

    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .5s;

    opacity: 0;
    background: url("../webcommon/resources/img/standard-colors/loader.gif") center center no-repeat;
    background-size: auto 200px;
}
#master div.loader.visible {
    height: 400px;

    opacity: 1;
    background-size: auto 80px;
}

#master #no-results {
    margin-bottom: 400px;
}


#master section.news-list img#search-loader,
#master section.news-list p#no-results,
#master section.news-list p#search-result {
    display: none;
}


/*=================RESPONSIVE====================*/


@media (max-width: 1024px) {
    #background img {
        -webkit-transform: scale(1.5) translateY(10%);
            -ms-transform: scale(1.5) translateY(10%);
                transform: scale(1.5) translateY(10%);
    }
    #master section .container {
        width: 90%;
    }
}

@media (max-width: 800px) {
    #background img {
        transform: scale(1.8) translateY(10%);
    }
}

@media (max-width: 480px) {
    #master section .container {
        width: 90%;
        margin: 0 5%;
    }
    #master section.article .container.title h1 {
        font-size: 2rem;
    }
}
