﻿@media screen and (min-width: 480px) {
    html, body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: Colfax;
    }

    .headerStyle_desktop {
        height: 60px;
        width: 100%;
        background-color: #fe9901;
        display: table;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
        opacity: 0.9;
    }

    .headerStyle_mobile {
        display: none;
    }

    .gkLogo {
        height: 40px;
        width: auto;
        margin-top: 10px;
        cursor: pointer;
    }

    .gkLogo_footer {
        height: auto;
        width: 45%;
        margin-bottom: 10px;
    }

    .navLinks {
        font-size: 13px;
        font-family: ColfaxBold;
        color: #ffffff;
        text-decoration: none;
        margin: 0px 15px 0px 15px;
        cursor: pointer;
        letter-spacing: .5px;
    }

        .navLinks:hover {
            color: #ffff00;
        }

        .navLinks:active {
            -webkit-tap-highlight-color: transparent;
        }

    .smIcons {
        height: 22px;
        width: auto;
        cursor: pointer;
        margin-top: 5px;
    }
        .smIcons:hover {
            transform: scale(1.5);
        }

    .smIcons_footer {
        height: auto;
        width: 10%;
        cursor: pointer;
        margin-top: 5px;
    }

    .login {
        font-size: 11px;
        font-family: ColfaxBold;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        background-image: url('/images/Revamp2019/GK1World footer bg.jpg');
        background-size: cover;
    }

        .footer p {
            font-family: ColfaxMedium;
            font-size: 13px;
            font-style: normal;
            color: #ffffff;
            text-decoration: none;
            margin: 15px 0px 15px 0px;
            cursor: pointer;
        }

        .footer span {
            font-size: 12px;
            font-style: normal;
            color: #ffffff;
            text-decoration: none;
            font-family: ColfaxMedium;
        }

        .footer .together {
            width: 70%;
            height: auto;
            /*margin-bottom: -15px;*/
        }

        .footer .together1 {
            color: #404142;
            font-size: 3vw;
            font-family: 'ColfaxBlack';
        }

        .footer .together2 {
            color: #ff9900;
            font-size: 3vw;
            font-family: 'ColfaxBlack';
        }

    .footer_innerbg {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
        width: 100%;
        height: auto;
        padding-top: 100px;
        align-self: flex-start;
    }

    .footer_bot {
        width: 100%;
        align-self: flex-end;
        margin-top: 130px;
        padding: 3%;
    }

    .subscribe {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

        .subscribe img {
            width: 18vw;
            height: auto;
            cursor: pointer;
            margin-bottom: -2vw;
        }

        .subscribe .txtBox {
            width: 18vw;
            height: 30px;
            margin: 15px 0px 10px 0px;
            border: 0px none transparent;
            /*border-bottom: 5px solid #ff944d;*/
            /*background-color: transparent;*/
            /*padding-top: 10px;*/
            text-align: center;
            font-family: ColfaxBold;
            font-size: 14px;
            padding: 0px 20px 0px 20px;
            background-color: white;
            border-radius: 25px;
            color: #949494;
        }

            .subscribe .txtBox:focus,
            select:focus,
            textarea:focus,
            button:focus {
                outline: none;
            }

        .subscribe .btn {
            border: 0;
            /*width: 27.5vw;*/
            height: 30px;
            cursor: pointer;
            /*margin-bottom: -2.5vw;*/
            /*background-image: url('/Images/Revamp2019/subscribe.png');*/
            border-radius: 25px;
            color: #50B4DC;
            background-color: white;
            background-size: contain;
            background-repeat: no-repeat;
            margin: 15px 10px 10px 10px;
            font-family: ColfaxBold;
            padding: 0px 10px 0px 10px;
        }
        .subscribe .btn:hover {
            background-color: #50B4DC;
            color: white;
        }

    .floatingDrawer_desktop {
        display: block;
        position: fixed;
        right: 0px;
        top: 50%;
        z-index: 1;
        transform: translate(-0%, -50%);
        background-color: #ff6600;
        padding: 5px 30px 0px 20px;
        border-radius: 30px;
        margin-right: -30px;
    }

        .floatingDrawer_desktop span {
            font-family: Colfax;
            font-size: 40px;
            color: #ff944d;
            cursor: pointer;
        }

    .fd_Icons_v1 {
        height: 27px;
        width: auto;
        cursor: pointer;
        margin: 0px 2px 0px 2px;
    }

    .fd_Icons_v2 {
        height: 27px;
        width: auto;
        cursor: pointer;
        margin: 0px -2px 0px -2px;
    }

    .floatingDrawer_desktop .d_hiddenDiv {
        padding: 0px 10px 0px 5px;
        display: none;
    }

    .floatingDrawer_mobile {
        display: none;
    }
    .btn_donate {
    position: absolute;
    left: -70px;
    margin-top: 6px;
    padding: 3px 10px 3px 10px;
    border-radius: 20px;
    border: 1px solid #FFFF00;
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
    font-family: 'ColfaxMedium';
    font-size: 13px;
}
}

@media screen and (max-width: 479px) {
    html, body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: Colfax;
    }

    .headerStyle_desktop {
        display: none;
    }

    .headerStyle_mobile {
        position: relative;
        width: 100%;
        background-color: #fe9901;
        display: table;
        overflow: hidden;
        position: fixed;
        top: 0;
        z-index: 2;
        opacity: 0.9;
    }

        .headerStyle_mobile #myLinks {
            display: none;
            width: 100%;
        }

        .headerStyle_mobile a {
            color: white;
            padding: 10px 16px;
            text-decoration: none;
            font-size: 14px;
            font-family: ColfaxBold;
            display: block;
        }

            .headerStyle_mobile a.icon {
                background: black;
                display: block;
                position: absolute;
                right: 0;
                top: 0;
            }

            .headerStyle_mobile a:hover {
                background-color: #ddd;
                color: black;
            }

        .headerStyle_mobile hr {
            width: 80%;
        }

    .gkLogo {
        height: 30px;
        width: auto;
        margin-top: 10px;
        cursor: pointer;
    }

    .gkLogo_footer {
        height: auto;
        width: 85%;
        margin-bottom: 10px;
    }

    .navLinks {
        font-family: ColfaxBold;
        font-size: 13px;
        font-style: normal;
        color: #ffffff;
        text-decoration: none;
        margin: 0px 10px 0px 10px;
        cursor: pointer;
    }

    .smIcons {
        height: 20px;
        width: auto;
        cursor: pointer;
        margin-top: 5px;
    }

    .smIcons_footer {
        height: auto;
        width: 30%;
        cursor: pointer;
        margin-top: 5px;
    }

    .login {
        font-size: 11px;
        font-family: ColfaxBold;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 10px;
        display: none;
    }

    /* HomePage START */
    .footer {
        display: flex;
        flex-direction: column;
        background-image: url('/images/Revamp2019/GK1World footer bg.jpg');
        background-size: cover;
    }

        .footer p {
            font-size: 12px;
            font-family: ColfaxMedium;
            font-style: normal;
            color: #ffffff;
            text-decoration: none;
            margin: 15px 0px 15px 0px;
            cursor: pointer;
        }

        .footer span {
            font-size: 11px;
            font-style: normal;
            font-family: ColfaxMedium;
            color: #ffffff;
            text-decoration: none;
        }

        .footer .together {
            width: 80%;
            height: auto;
            /*margin-bottom: -25px;*/
        }

        .footer .together1 {
            color: #404142;
            font-size: 3vw;
            font-family: 'ColfaxBlack';
        }

        .footer .together2 {
            color: #ff9900;
            font-size: 3vw;
            font-family: 'ColfaxBlack';
        }

    .footer_innerbg {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
        width: 100%;
        height: auto;
        padding-top: 50px;
        align-self: flex-start;
    }

    .footer_bot {
        width: 100%;
        align-self: flex-end;
        margin-top: 100px;
        padding: 3%;
    }

    .subscribe {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .subscribe img {
            width: 50vw;
            height: auto;
            cursor: pointer;
            margin-bottom: -1vw;
        }

        .subscribe .txtBox {
            width: 36vw;
            height: 3vh;
            margin: 10px 0px 10px 0px;
            border: none;
            /*border-bottom: 2px solid #ff944d;*/
            /*background-color: transparent;*/
            padding-top: 5px;
            text-align: center;
            font-family: ColfaxMedium;
            font-size: 2.5vw;
            background-color: white;
            border-radius: 25px;
            padding: 0px 10px 0px 10px;
            color: #949494;
        }

            .subscribe .txtBox:focus,
            select:focus,
            textarea:focus,
            button:focus {
                outline: none;
            }

        .subscribe .btn {
            border: 0;
            /*width: 60vw;*/
            height: 3vh;
            cursor: pointer;
            /*margin-bottom: -2.5vw;*/
            /*background-image: url('/Images/Revamp2019/subscribe.png');*/
            border-radius: 25px;
            color: #50B4DC;
            background-color: white;
            /*background-color: transparent;*/
            background-size: cover;
            font-size: 2vw;
            font-family: ColfaxMedium;
            padding: 0px 10px 0px 10px;
        }

    .mobile_hiddenMenu {
        width: 100%;
        height: auto;
        display: none;
    }

    .floatingDrawer_desktop {
        display: none;
    }

    .floatingDrawer_mobile {
        display: block;
        position: fixed;
        right: 0px;
        top: 50%;
        z-index: 1;
        transform: translate(-0%, -50%);
        background-color: #ff6600;
        padding: 5px 30px 0px 10px;
        border-radius: 30px;
        margin-right: -30px;
    }

        .floatingDrawer_mobile span {
            font-family: Colfax;
            font-size: 11vw;
            color: #ff944d;
            cursor: pointer;
            margin-right: 3px;
        }

    .fd_Icons_v1 {
        height: 27px;
        width: auto;
        cursor: pointer;
        margin: 2px;
    }

    .floatingDrawer_mobile hr {
        width: 27px;
    }

    .floatingDrawer_mobile .m_hiddenDiv {
        display: flex;
        flex-direction: column;
        padding: 5px 10px 5px 5px;
    }
    .btn_donate {
    position: absolute;
    left: -70px;
    margin-top: 6px;
    padding: 3px 10px 3px 10px;
    border-radius: 20px;
    border: 1px solid #FFFF00;
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
    font-family: 'ColfaxMedium';
    font-size: 13px;
}
        .headerStyle_mobile .btn_donate {
    margin-left: -10px;
    margin-top: 0px;
    padding: 5px 10px;
    }

}
