/* PAGE NOT FOUND UPDATE */
body { background-color: #FCFCFC; }

    .category .image img {
    width: auto;
    margin-top: 5px;
    }

    .main-img img {
    max-width: 100%;
    margin-right: 50px;
    width: auto;   
    }

    .main-img {
    float: left;
    }

    a .category .text {
    text-decoration: none;
    color: #333;
    }

    .prohibited .image img {
    width: auto;
    }

    .category {
    width: 215px;
    border: 1px solid #ededed;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    float: left;
    padding: 5px;
    margin-right: 15px;
    height: 70px;
    margin-bottom: 10px;
    }

    .category:hover {
    border: 1px solid #dadada;    
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
    }

    .category .image {
    float: left;
    margin-right: 10px;
    }

    .category .text {
    width: 45%;
    float: left;
    margin: 0 auto;
    text-align: center;
    margin-top: 8px;
    }

    .category .arrow {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
    }

    .cat5 .text, .cat6 .text {
    margin-top: 15px;
    }

    .help-static {
    margin-top: 10px;
    }

    .not-found h1 {
    margin-top: 0px;
    font-weight: 600;
    }

    .main-right {
    float: left;
    width: 50%;
    text-align: left;
    }

    .not-found p {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 28px;
    }

    i.fa.fa-chevron-right {
    font-size: 12px;
    color: #333;
    }

    .help-category {
    margin-top: 30px;
    }

    .not-found h3 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    }   

    .prohibited {
    background-color: #fffbbb;
    border: 1px solid #ecde6c;
    float: left;
    padding: 15px;
    margin-top: 30px;
    width: 75%;
    }

    .prohibited .image {
    float: left;
    padding-right: 10px;
    }

    .prohibited .text {
    margin-top: 10px;
    }




/*Tablet*/

/* ----------- Media Screen Max-width of 1280 Landscape ----------- */




/* ----------- Media Screen Max-width of 1024 Landscape ----------- */

/* iPad All, Asus Nexus 7, Samsung Galaxy Tab */
@media only screen 
    and (max-width: 1024px) {
        
    
}


/* Galaxy Tab 10.1, Kindle Fire HD 7" HD8.9" */
@media only screen
    and (max-width: 1199px) {

    .main-img {
    width: 50%;
    }

}

/* ----------- Media Screen Max-width of 966 Landscape ----------- */

/* Google Nexus 7 */
@media only screen 
    and (max-width: 966px) {

        .prohibited {
            width: 77%;
        }

            .main-img {
    float: left;
    width: 42%;
    }
    

    .not-found {
    padding: 0;
    }
}

/* ----------- Media Screen Max-width of 853 Landscape ----------- */

/* Kindle Fire HD 8.9, Kindle Fire */
@media only screen 
    and (max-width: 853px) {

    .main-img {
    float: left;
    width: 42%;
    }
    
    .prohibited {
    width: 87%; 
    margin-bottom: 70px;
    }

    .not-found {
    padding: 0;
    }

}

/* ----------- Media Screen Max-width of 800 Portrait and Landscape ----------- */

/* Kindle Fire HD 8.9, Kindle Fire */
@media only screen 
    and (max-width: 800px) {
}

/* ----------- Media Screen Max-width of 768 Portrait ----------- */

/* iPad All */
@media only screen 
    and (max-width: 768px) {

    .main-right {
    width: 50%;
    }

}

/* ----------- Media Screen Max-width of 736 Landscape ----------- */

/* iPhone 6 Plus */
@media only screen 
    and (max-width: 736px) {
}

/* ----------- Media Screen Max-width of 667 Landscape ----------- */

/* iPhone 6 */
@media only screen 
    and (max-width: 667px) {
}

/* ----------- Media Screen Max-width of 640 Landscape ----------- */

/* Samsung Galaxy S3, 4 and 5 */
@media only screen 
    and (max-width: 640px) {
}


/* ----------- Media Screen Max-width of 603 Portrait ----------- */

/* Google Nexus 7 */
@media only screen 
    and (max-width: 603px) {
}

/* ----------- Media Screen Max-width of 600 Portrait ----------- */

/* Samsung Galaxy Tab, Kindle Fire */
@media only screen 
    and (max-width: 600px) {
}


/* ----------- Media Screen Max-width of 568 Landscape ----------- */

/* iPhone 5 */
@media only screen 
    and (max-width: 568px) {
}

/* ----------- Media Screen Max-width of 533 Portrait and Landscape ----------- */

/* Asus Galaxy 7, Kindle Fire HD 7" Samsung Galaxy S2 */
@media only screen 
    and (max-width: 533px) {
}

/*Mobile Phones*/



/* ----------- Media Screen Max-width of 480 Landscape ----------- */

/* iPhone 3, 4 and LG Optimus S */
@media only screen 
    and (max-width: 480px) {
}

/* ----------- Media Screen Max-width of 414 Portrait ----------- */

/* iPhone 6 Plus */
@media only screen 
    and (max-width: 414px) {

        .main-img img {
            width: 45%;
            margin: 0 auto;
        }

        .main-img {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .main-right {
        width: 90%;
        float: none;
        text-align: -webkit-center;
        text-align: left
        }

        .not-found {
        width: 80%;
        }

        .not-found h1, .not-found h3 {
        text-align: center;
        }


}

/* ----------- Media Screen Max-width of 375 Portrait ----------- */

/* iPhone 6 */
@media only screen 
    and (max-width: 375px) {

}

/* ----------- Media Screen Max-width of 360 Portrait ----------- */

/* Samsung Galaxy S5 */
@media only screen 
    and (max-width: 360px) {

}

/* ----------- Media Screen Max-width of 320 Portrait ----------- */

/* Samsung Galaxy S2 3 4, iPhone 3 4 5, Asus Galaxy 7, LG Optimus S BlackBerry 8300 */
@media only screen 
    and (max-width: 320px) {
}