﻿/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width: 991px) {
    #bottomBanner {
        background: none;
        height: auto !important;
    }

        #bottomBanner #newsBahnner {
            background-color: #e2e2e2;
            padding-bottom: 15px;
        }

    #gamesBanner {
        background: none;
        height:auto!important;
    }

        #gamesBanner #divGamesBahnner {
            background-color: #e2e2e2;
            padding-bottom: 15px;
        }

            #gamesBanner #divGamesBahnner a {
                width: 32%;
                font-size: 23pt;
            }

            #gamesBanner #divGamesBahnner .col-md-12 {
                margin: 0px !important;
            }

    #aboutBanner {
        background: none;
        height: auto !important;
    }

        #aboutBanner #divAboutBahnner {
            background-color: #e2e2e2;
            padding-bottom: 15px;
        }

            #aboutBanner #divAboutBahnner a {
                font-size: 23pt !important;
            }

            #aboutBanner #divAboutBahnner .col-md-6 {
                margin: 0px !important;
            }

    #footer {
        background: none;
        background-color: black;
        padding-bottom: 15px !important;
    }
    .download-link-area{
        width: 30% !important;
    }
}

@media (min-width:320px) and (max-width:500px){
    .download-link-area{
        width: 70% !important;
    }
}
