﻿
@font-face {
    font-family: 'Roboto Condensed Light';
    font-style: normal;
    font-weight: 300;
    src: url(font/RobotoCondensed-Light.ttf);
}


@font-face {
    font-family: "Roboto Light";
    font-style: normal;
    font-weight: normal;
    src: url("font/Roboto-Light.eot?") format("eot"),url("font/Roboto-Light.ttf") format("truetype"),url("font/Roboto-Light.svg#Roboto-Light") format("svg");
}



* {
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}

html {
}

/*body {
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    direction: ltr;
}*/

#parent {
    display: block;
    position: relative;
    margin: 0 0;
    padding: 0px;
}


#loginbarBG {
    display: block;
    background: #f2f2f2;
    text-align: center;
}

#loginbarParent {
    display: block;
    position: relative;
    width: 1250px;
    margin: 0px auto;
    height: 54px;
    line-height: 54px;
    padding: 0px 10px;
}


#loginbarSide {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 54px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    white-space: nowrap;
}

#selectPackage {
    display: block;
    float: left;
    min-width: 50px;
    height: 54px;
    border-right: 1px solid #c3c3c3;
}

    #selectPackage span {
        display: block;
        line-height: 54px;
        height: 54px;
        padding: 0px 20px 0px 40px;
        color: #970000;
        background: url(images/loginBar_icon_changePackage.png) no-repeat left center;
        cursor: pointer;
    }

#selectLanguage {
    display: block;
    float: left;
    min-width: 50px;
    height: 54px;
}

    #selectLanguage a {
        display: block;
        line-height: 54px;
        padding: 0px 10px;
        color: #000000;
        text-decoration: none;
    }

        #selectLanguage a:hover {
            text-decoration: underline;
        }

#loginbar {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 990px;
    height: 54px;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

    #loginbar a.loginBtn {
        display: block;
        min-width: 10px;
        height: 54px;
        padding-left: 20px;
        margin: 0px;
        float: right;
        border-left: 1px solid #c3c3c3;
        text-decoration: none;
        color: #000000;
    }

        #loginbar a.loginBtn:hover {
            text-decoration: underline;
        }

    #loginbar a.cartBtn {
        display: block;
        position: relative;
        width: 60px;
        height: 54px;
        padding: 0px;
        margin: 0px;
        float: right;
        background: url(images/loginBar_icon_shoppingCart.png) no-repeat center center;
        border-left: 1px solid #c3c3c3;
    }

        #loginbar a.cartBtn[data-badge]:after {
            content: attr(data-badge);
            position: absolute;
            top: 7px;
            right: 7px;
            font-size: .7em;
            background: #e00d0d;
            color: white;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
            border-radius: 50%;
            box-shadow: 0 0 1px #939393;
        }

    #loginbar a.searchBtn {
        display: block;
        width: 60px;
        height: 54px;
        padding: 0px;
        margin: 0px;
        float: right;
        background: url(images/loginBar_icon_search.png) no-repeat center center;
        border-left: 1px solid #c3c3c3;
    }

    #loginbar a.headerSocialLinks {
        display: block;
        min-width: 10px;
        height: 54px;
        padding: 0px 15px 0px 0px;
        margin: 0px;
        float: right;
    }

        #loginbar a.headerSocialLinks img {
            display: block;
            border: 0px;
            height: 19px;
            padding: 17px 0px 18px 0px;
            vertical-align: middle;
        }



#packageListsBG {
    display: none;
    background: #FFFFFF;
    padding: 0px;
    text-align: center;
}

#packageLists {
    display: block;
    width: 1250px;
    height: 115px;
    margin: 0px auto;
    padding: 30px 10px;
    text-align: center;
    background: url(images/header-arrow.png) no-repeat 50px top;
}



    #packageLists a {
        display: inline-block;
        position: relative;
        z-index: 10;
        width: 150px;
        height: 95px;
        padding: 0px;
        margin: 10px 1px 10px 0px;
        opacity: 0.60;
        filter: alpha(opacity=60);
    }

        #packageLists a:hover {
            display: inline-block;
            z-index: 20;
            width: 150px;
            height: 95px;
            padding: 0px;
            margin: 5px -4px 5px -5px;
            border: 5px solid #FFFFFF;
            -moz-box-shadow: 0 0 10px #888;
            -webkit-box-shadow: 0 0 10px #888;
            box-shadow: 0 0 10px #888;
            opacity: 1;
            filter: alpha(opacity=100);
        }


        #packageLists a img {
            display: block;
            border: 0px;
            width: 100%;
            height: 100%;
            padding: 0px;
            vertical-align: middle;
        }

        #packageLists a[selected] {
            display: inline-block;
            z-index: 15;
            width: 156px;
            height: 101px;
            padding: 0px;
            margin: 5px -4px 5px -5px;
            border: 2px solid #f2f2f2;
            -moz-box-shadow: 0 0 10px #888;
            -webkit-box-shadow: 0 0 10px #888;
            box-shadow: 0 0 10px #888;
            opacity: 1;
            filter: alpha(opacity=100);
        }






#headerBG {
    display: none;
    background: #970000;
    padding: 0px;
    text-align: center;
}

#header {
    display: block;
    width: 1250px;
    height: 95px;
    margin: 0px auto;
    padding: 0px 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left center;
}




#navbarBG {
    display: block;
    background: #970000;
    padding: 0px;
    text-align: center;
}

#navbar {
    display: block;
    width: 1250px;
    height: 100px;
    line-height: 45px;
    color: #FFFFFF;
    margin: 0px auto;
    padding: 0px 10px;
    white-space: nowrap;
    text-align: right;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: left center;
}

    #navbar a {
        display: inline-block;
        min-width: 20px;
        height: 100px;
        line-height: 100px;
        margin: 0px 0px 0px 1px;
        text-align: center;
        padding: 0px 15px;
        font-size: 18px;
        text-decoration: none;
        color: #FFFFFF;
    }

        #navbar a:hover {
            background: #e00d0d;
        }

        #navbar a[selected] {
            background: #e00d0d;
        }

            #navbar a[selected]:hover {
                text-decoration: underline;
            }




#pagebodyBG {
    display: block;
    text-align: center;
    background: #fff;
}

#pagebody {
    display: block;
    width: 1250px;
    margin: 0px auto;
    padding: 0px 10px;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
}


#fullview {
    display: block;
    width: 1250px;
    vertical-align: top;
    white-space: normal;
}

#aside {
    display: inline-block;
    width: 300px;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
    white-space: normal;
}


#mainbody {
    display: inline-block;
    width: 1250px;
    vertical-align: top;
    white-space: normal;
    background-color: white;
}






#extralinksBG {
    display: block;
    text-align: center;
    background: #333333;
}

#extralink {
    display: block;
    position: relative;
    letter-spacing: 1px;
    width: 1250px;
    margin: 0px auto;
    padding: 0px 10px;
    color: #FFFFFF;
    text-align: left;
}

    #extralink a {
        display: inline-block;
        min-width: 20px;
        height: 130px;
        line-height: 130px;
        padding: 0px 20px 0px 0px;
        margin: 0px;
        text-decoration: none;
        color: #FFFFFF;
    }

        #extralink a:hover {
            text-decoration: underline;
        }

    #extralink span {
        display: block;
        position: absolute;
        top: 0px;
        right: 10px;
        min-width: 20px;
        height: 30px;
        line-height: 30px;
        padding: 30px 0px 0px 0px;
        margin: 35px 0px;
        color: #FFFFFF;
        font-size: 11px;
        background: url(images/footer_glwizLogo.png) no-repeat left top;
    }


#footerBG {
    display: block;
    text-align: center;
    background: #FFFFFF;
}

#footer {
    display: block;
    letter-spacing: 1px;
    width: 1250px;
    margin: 0px auto;
    padding: 0px 10px;
    min-height: 200px;
    background: url(images/footer_glLogo.png) no-repeat left top;
}

    #footer div.footerBlock {
        display: block;
        width: 160px;
        height: 230px;
        float: left;
        padding: 10px;
        margin: 0px;
        color: #ffa500;
        text-align: left;
        font-size: 12px;
        line-height: 50px;
    }

    #footer a {
        display: block;
        line-height: 20px;
        text-decoration: none;
        color: #4b4b4b;
    }

        #footer a:hover {
            color: #000000;
            text-decoration: underline;
        }


        #footer a.footerSocialLinks {
            display: block;
            min-width: 5px;
            height: 14px;
            line-height: 14px;
            padding: 0px 10px 0px 0px;
            margin: 0px;
            float: left;
        }

            #footer a.footerSocialLinks img {
                display: block;
                border: 0px;
                height: 14px;
                padding: 0px;
                vertical-align: middle;
            }

@media (max-width: 767px) {
    #divFooter2 {
        display: none;
    }
    #divFooter1 {
        height: 140px;
    }
    #divFooter1 #copyRightsFooter, #divFooter1 .nonMobileElement {
        display: none;
    }
    #divFooter1 #allRightsFooterMobile {
        display: unset;
    }
    #divFooter1 #footerMenu {
        width: 100%;
    }
}


/* IWin --------------------------------------------------------------------------------------- */


#simplePopWinBG {
    position: fixed;
    display: block;
    z-index: 900;
    background: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: .5;
    filter: alpha(opacity=50);
}

#popWinBG {
    position: fixed;
    display: block;
    z-index: 1000;
    background: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: .5;
    filter: alpha(opacity=50);
}


.popWin {
    position: fixed;
    display: block;
    z-index: 2000;
    background: #FFFFFF url( 'images/win_top_bg.png' ) repeat-x top;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 700px;
    height: 500px;
    padding: 5px;
    text-align: left;
    border: 1px solid #FFFFFF; /* CSS3 */
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-box-shadow: 3px 3px 3px #333;
    -webkit-box-shadow: 3px 3px 3px #333;
}


.IWinClose {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 10px;
    right: 10px;
    background: url( 'images/closeKey.png' ) no-repeat center center;
    cursor: pointer;
}

    .IWinClose:hover {
        background: url( 'images/closeKey_over.png' ) no-repeat center center;
    }



.popWinMessage {
    position: fixed;
    display: block;
    z-index: 2000;
    background: #FFFFFF url( 'images/win_top_bg.png' ) repeat-x top;
    background: linear-gradient(top, #dbdada 10%, #FFFFFF 90%);
    background: -webkit-linear-gradient(top, #dbdada 10%, #FFFFFF 90%);
    background: -moz-linear-gradient(top, #dbdada 10%, #FFFFFF 90%);
    background: -ms-linear-gradient(top, #dbdada 10%, #FFFFFF 90%);
    background: -o-linear-gradient(top, #dbdada 10%, #FFFFFF 90%);
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    margin: auto;
    height: 150px;
    padding: 30px 60px 0px 30px;
    text-align: left;
    border: 1px solid #d7d7d7;
    font-size: 10pt;
    font-weight: bold;
    min-width: 150px;
    width: 30%;
    color: #112406;
    -moz-box-shadow: 0 0 15px #888;
    -webkit-box-shadow: 0 0 15px #888;
    box-shadow: 0 0 15px #888;
}

.popWinMessage_action {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    height: 40px;
    padding: 5px 10px 15px 10px;
    font-weight: normal;
}


.messOK {
    display: inline-block;
    height: 30px;
    min-width: 50px;
    text-align: center;
    padding: 0px 20px;
    margin: 0px 5px;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #2ecc71;
    background: #2ecc71;
}

    .messOK:hover {
        border: 1px solid #188f4a;
        background: #188f4a;
    }


.messCancel {
    display: inline-block;
    height: 30px;
    min-width: 50px;
    text-align: center;
    padding: 0px 20px;
    margin: 0px 5px;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #605f5f;
    background: #605f5f;
}

    .messCancel:hover {
        border: 1px solid #333232;
        background: #333232;
    }


/* ------------------------------------------------------------------- */


/*CSS Added by Melika*/


/* ------------------------------------------------------------------- */


.inpage_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    .inpage_menu ul li {
        display: inline;
        border-right: 1px solid gray;
        line-height: 140px;
    }

        .inpage_menu ul li a {
            text-decoration: none;
            padding: .2em 3.5em;
            margin: 0;
            color: #4b4b4b;
            background-color: #fff;
        }

            .inpage_menu ul li a:hover {
                color: #4b4b4b;
                background-color: #fff;
            }

.black {
    color: black;
}

.red {
    color: #970000;
}

.red-bright {
    color: #ff0505;
}

.white {
    color: white;
}

.lightgray {
    color: #999;
}

.darkgray {
    color: #414042;
}

.bg_gray {
    background-color: #f2f2f2;
}

.bg_red {
    background-color: #970000;
}

.bg_blue {
    background-color: #20526b;
}

.bg_darkorg {
    background-color: #bc450f;
}

.bg_lightorg {
    background-color: #ce6f09;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.Font12 {
    font-family: 'Tangerine', serif;
    font-size: 1px;
}

.Font14 {
    font-family: 'Tangerine', serif;
    font-size: 14px;
}

.Font16 {
    font-family: 'Tangerine', serif;
    font-size: 16px;
}

.roboto10px {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}

}

.roboto12px {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}



.roboto14px {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.roboto16px {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}


.roboto18px {
    font: 18px 'roboto',Arial,Helvetica,sans-serif;
    font-weight: 300;
}

.roboto20px {
    font: 20px 'roboto',Arial,Helvetica,sans-serif;
    font-weight: 300;
}

.roboto22px {
    font: 22px 'roboto',Arial,Helvetica,sans-serif;
    font-weight: 300;
}

.roboto24px {
    font: 24px 'roboto',Arial,Helvetica,sans-serif;
    font-weight: 300;
}

.roboto30px {
    font: 30px 'roboto',Arial,Helvetica,sans-serif;
    font-weight: 300;
}

.robotolight11px {
    font: 11px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight8px {
    font: 8px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight10px {
    font: 10px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight12px {
    font: 12px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight14px {
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight16px {
    font: 16px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight18px {
    font: 18px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolightwhite18px {
    font: 18px 'roboto light',Arial,Helvetica,sans-serif;
    color: white;
}

.robotolight24px {
    font: 24px 'roboto light',Arial,Helvetica,sans-serif;
    line-height: 30px;
}

.robotolight30px {
    font: 30px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight36px {
    font: 36px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight12px {
    font: 12px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight18px {
    font: 18px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight20px {
    font: 20px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight22px {
    font: 22px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight24px {
    font: 24px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight30px {
    font: 30px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight36px {
    font: 36px 'roboto condensed light',Arial,Helvetica,sans-serif;
}


.robotocondensedlight12px {
    font: 12px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight14px {
    font: 14px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensedlight16px {
    font: 16px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensed14px {
    font: 14px 'roboto condensed',Arial,Helvetica,sans-serif;
}

.robotocondensed16px {
    font: 16px 'roboto condensed',Arial,Helvetica,sans-serif;
}

.robotocondensedlight48px {
    font: 48px 'roboto condensed light',Arial,Helvetica,sans-serif;
}

.robotocondensed24px {
    font: 24px 'roboto condensed',Arial,Helvetica,sans-serif;
}

.robotocondensed30px {
    font: 30px 'roboto condensed',Arial,Helvetica,sans-serif;
}

/* commented by afs */
/*p {
    font: 18px 'roboto light',Arial,Helvetica,sans-serif;
    line-height: 25px;
}*/
p18 {
    font: 18px 'roboto light',Arial,Helvetica,sans-serif;
    line-height: 25px;
}

ul.platform {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
}

    ul.platform li {
        line-height: 25px;
    }


.fltleft {
    float: left;
}

.fltright {
    float: right;
}

.clearfloat {
    clear: both;
}

/* -----------------------------Shopping Page-------------------------------------- */

.shopAdInnerImg {
    width: 100%;
}

.shopTokenDiv {
    width:44%;display:inline-block;border-width:1px;vertical-align:top;
}

@media (max-width: 1353px) {
    #shopAdDivider2 {
        opacity: 0;
    }
    #shopAdInner3 {
        height:unset;
        float:unset;
    }
    /*#shopAdHorizontalDivider2 {
        display: block;
    }*/
}

@media (max-width: 1321px) {
    #shopAdDivider2 {
        display: none;
    }
}

@media (max-width: 1050px) {
    #shopTokenAdDivider {
        display: none;
    }
    #shopTokenAdHorizontalDivider {
        display: block;
    }
    #shopTokenLeftDiv, #shopTokenRightDiv {
        width: 100%;
    }
}

@media (max-width: 905px) {
    #shopAdDivider1 {
        opacity: 0;
        height:313px;
    }
    #shopAdInner1, #shopAdInner2 {
        height:unset;
        float:unset;
    }
    #shopAdHorizontalDivider1, #shopAdHorizontalDivider2 {
        display: block;
    }
}

@media (max-width: 873px) {
    #shopAdDivider1, #shopAdDivider2 {
        display: none;
    }
}

/*----------------------------FAQ Page----------------------------------*/

#faq_inpage_menu div.faq_inpage_menu_item {
    display: inline-block;
    position: relative;
    width: 205px;
    height: 80px;
    background: #f2f2f2;
    text-align: center;
    border-left-width: 0px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), to(rgba(244, 244, 244, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #fff, rgba(244, 244, 244, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #fff, rgba(244, 244, 244, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #fff, rgba(244, 244, 244, 0)) 1 100%;
    border-image: linear-gradient(to top, #fff, rgba(244, 244, 244, 0)) 1 100%;
}

    #faq_inpage_menu div.faq_inpage_menu_item img {
        margin: 20px 0px;
    }

    #faq_inpage_menu div.faq_inpage_menu_item span {
        font: 18px 'roboto light',Arial,Helvetica,sans-serif;
        color: #4b4b4b;
    }

    #faq_inpage_menu div.faq_inpage_menu_item a {
        text-decoration: none;
    }

        #faq_inpage_menu div.faq_inpage_menu_item a:hover {
            text-decoration: none;
        }
/**/
#inpage_menu {
    display: block;
    width: calc(100% - 675);
    min-height: 250px;
    margin: 10px auto;
    text-align: center;
}

    #inpage_menu div.inpage_menu_item_onlyOne {
        display: inline-block;
        position: relative;
        width: 612px;
        height: 132px;
        background: #fff;
        text-align: center;
        margin: 0 1% 0 1%;
    }

    #inpage_menu div.inpage_menu_item {
        display: inline-block;
        position: relative;
        width: 182px;
        height: 132px;
        background: #fff;
        text-align: center;
        margin: 0 1% 0 1%;
        /*-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#dcdcdc), to(rgba(0, 0, 0, 0))) 1 100%;
        -webkit-border-image: -webkit-linear-gradient(bottom, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;
        -moz-border-image: -moz-linear-gradient(bottom, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;
        -o-border-image: -o-linear-gradient(bottom, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;
        border-image: linear-gradient(to top, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;*/
    }

    .inpage_list {
        display: block;
        width: 100%;
        text-align: center;
        margin: 30px auto;
    }
    
    .inpage_list div.inpage_menu_item {
        display: inline-block;
        position: relative;
        width: 200px;
        height: 150px;
        text-align: center;
        margin: 0 1% 0 1%;
        /*-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#dcdcdc), to(rgba(0, 0, 0, 0))) 1 100%;
        -webkit-border-image: -webkit-linear-gradient(bottom, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;
        -moz-border-image: -moz-linear-gradient(bottom, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;
        -o-border-image: -o-linear-gradient(bottom, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;
        border-image: linear-gradient(to top, #dcdcdc, rgba(0, 0, 0, 0)) 1 100%;*/
    }

        #inpage_menu div.inpage_menu_item:hover {
            /*background: url('../../pages/aboutGLWiZ/images/bg_div_inpage_menu.png') repeat-x;*/
        }


        #inpage_menu div.inpage_menu_item img {
            /*margin: 20px 0px;*/
        }


        #inpage_menu div.inpage_menu_item * {
            text-decoration: none;
            font: 18px 'roboto light',Arial,Helvetica,sans-serif;
            color: #4b4b4b;
        }

        #inpage_menu div.inpage_menu_item a:hover {
            text-decoration: none;
        }


.inline-display {
    display: inline;
}

.Ad-title-small {
    font: 10px 'roboto light',Arial,Helvetica,sans-serif;
    float: right;
}
.Ad-title-smallcenter {
    font: 10px 'roboto light',Arial,Helvetica,sans-serif;
    float: none;
}
.Ad-Hidden {
    display: none;
}

.Ad-container-FullWidthx80 {
    width: 100%;
    height: 80px;
    margin: 0;
    text-align: -webkit-center;
    /*margin: 0 1.5% 0 0;*/
}

.Ad-container-FullWidthx110 {
    width: 100%;
    height: 110px;
    margin: 0;
    /*text-align: -webkit-center;*/
    /*margin: 0 1.5% 0 0;*/
}

.Ad-top-leaderboard-container {
    width: 728px;
    height: 110px;
    margin: 0 auto;
    /*margin: 0 1.5% 0 0;*/
}

.Ad-top-container {
    width: 468px;
    height: 80px;
    margin: 0 auto;
    /*margin: 0 1.5% 0 0;*/
}

.Ad-bottom-container {
    width: 468px;
    height: 80px;
    margin: 0 auto;
    /*margin: 0 1.5% 0 0;*/
}

.Ad-left-container {
    width: 300px;
    height: 270px;
    float: left;
    margin: 0;
    /*margin: 0 1.5% 0 0;*/
}

.Ad-right-container {
    width: 300px;
    height: 270px;
    float: right;
    margin: 0;
    /*margin: 0 0 0 1.5%;*/
}

.Ad-img-300x250 {
    width: 300px;
    height: 250px;
    margin: 10px auto;
}

.Ad-img-468x60 {
    width: 468px;
    height: 60px;
    margin: 10px auto;
}

.Ad-img-728x90 {
    width: 728px;
    height: 90px;
    margin: 10px auto;
}

@media (max-width: 1562px) {
    .onlyOne.Ad-left-container, .onlyOne.Ad-right-container {
        display: none;
    }

    .onlyOne.Ad-728 {
        display: none;
    }

    .onlyOne.Ad-468 {
        display: block;
    }

    #inpage_menu.onlyOne {
        width: 100%;
    }
}

/*@media (max-width: 1280px) {*/
@media (max-width: 1014px) {
    .Ad-left-container, .Ad-right-container {
        display: none;
    }

    .Ad-728 {
        display: none;
    }

    .Ad-468 {
        display: block;
    }

    #inpage_menu {
        width: 100%;
    }
}

@media (max-width: 926px) {
    /*.Ad-728 {
        display: none;
    }

    .Ad-468 {
        display: block;
    }*/
}

@media (max-width: 601px) {
    .Ad-468 {
        display: none;
    }

    .onlyOne.Ad-468 {
        display: none;
    }
}

.no_left_border {
    border-left: 0px !important;
    /*border-right: 1px;*/
}

.no_right_border {
    /*border-left: 1px;*/
    border-right: 0px !important;
}


.mainbody_row {
    padding: 0px 0px 0px 0px;
    text-align: center;
}

    .mainbody_row > * {
        vertical-align: top;
    }

.mainbody_row_inner {
    display: inline-block;
}


.title {
    font: 36px 'roboto',Arial,Helvetica,sans-serif;
    color: black;
}

.title-white {
    font: 36px 'roboto',Arial,Helvetica,sans-serif;
    color: white;
}

.titleInTab {
    font: 14pt 'roboto',Arial,Helvetica,bold,sans-serif;
    color: #FF0000;
}

.titleImageInTab {
    font: 14pt 'roboto',Arial,Helvetica,bolder,sans-serif;
    font-weight: 500;
    color: #333;
}

.boldContentInTab {
    font: 16px 'roboto',Arial,Helvetica,bolder,sans-serif;
    font-weight: 500;
    color: #333;
}

.page-title {
    font: 36px 'roboto light',Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #333;
}

.title-padding {
    padding: 30px 0 0 45px;
}

.title-bottom-padding {
    padding-bottom: 10px;
}


.col-1 {
    width: 8%;
}

.col-2 {
    width: 16%;
}

.col-3 {
    width: 24%;
}

.col-4 {
    width: 32%;
}

.col-5 {
    width: 40%;
}

.col-6 {
    width: 48%;
}

.col-7 {
    width: 56%;
}

.col-8 {
    width: 64%;
}

.col-9 {
    width: 72%;
}

.col-10 {
    width: 80%;
}

.col-11 {
    width: 88%;
}

.col-12 {
    width: 96%;
}

.paddingtop20px {
    padding-top: 20px;
}

.paddingtop50px {
    padding-top: 50px;
}

.paddingleft10px {
    padding-left: 10px;
}

.paddingleft20px {
    padding-left: 20px;
}

.paddingleft50px {
    padding-left: 50px;
}

.paddingleft70px {
    padding-left: 70px;
}

.paddingright40px {
    padding-right: 40px;
}

.paddingright50px {
    padding-right: 50px;
}

.paddingright60px {
    padding-right: 60px;
}

.paddingbottom20px {
    padding-bottom: 20px;
}

.paddingbottom30px {
    padding-bottom: 30px;
}

.marginbottom20px {
    margin-bottom: 20px;
}

.margintop10px {
    margin-top: 10px;
}

.margintop15px {
    margin-top: 15px;
}

.margintop20px {
    margin-top: 20px;
}

.margintop45px {
    margin-top: 45px;
}

.margintop70px {
    margin-top: 70px;
}

.margintop430px {
    margin-top: 430px;
}

.paddingbottom150px {
    padding-bottom: 150px;
}

.marginleft20px {
    margin-left: 20px;
}

.marginleft40px {
    margin-left: 40px;
}

.nounderline {
    text-decoration: none;
}

hr.faded-sides {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(221,221,221,0.2), rgba(221,221,221,1), rgba(221,221,221,0.2));
    background-image: -moz-linear-gradient(left, rgba(221,221,221,0.2), rgba(221,221,221,1), rgba(221,221,221,0.2));
    background-image: -ms-linear-gradient(left, rgba(221,221,221,0.2), rgba(221,221,221,1), rgba(221,221,221,0.2));
    background-image: -o-linear-gradient(left, rgba(221,221,221,0.2), rgba(221,221,221,1), rgba(221,221,221,0.2));
}



/*----------------------------Privacy Page----------------------------------*/

p.privacy {
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
    /*line-height: 25px;*/
    margin:0px;
}

span.privacy {
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
    line-height: 22px;
    font-weight:bold;
    font-style:italic;
}

/*---------------------------AboutGL Page---------------------------------*/
.inlinedivs {
    display: inline-block;
    position: relative;
    width: 270px;
    height: 300px;
    background: #fff;
    text-align: center;
}

    .inlinedivs a {
        text-decoration: none;
        color: black;
    }

/* -----------------------------GLProducts Page-------------------------------------- */


.glprod-inlineblock {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 10px 20px 0;
}


/*-----------------------------------Support Page------------------------------------*/


#support_inpage_menu div.support_inpage_menu_item {
    display: inline-block;
    position: relative;
    width: 250px;
    background: #fff;
    vertical-align: top;
}

    #support_inpage_menu div.support_inpage_menu_item img {
        margin: 20px 0px;
    }

    #support_inpage_menu div.support_inpage_menu_item span {
        color: #4b4b4b;
    }

    #support_inpage_menu div.support_inpage_menu_item a {
        text-decoration: none;
    }

        #support_inpage_menu div.support_inpage_menu_item a:hover {
            text-decoration: none;
        }

/*---------------------------Support Page---------------------------------*/
.support_inlinedivs {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 0 40px 20px 40px;
    vertical-align: top;
}

@media (max-width: 746px) {
    .support_inlinedivs.col-6 {
        width: unset;
    }
}

.input-txt[type="text"] {
    display: block;
    width: 99%;
    height: 35px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.input-btn[type="button"] {
    display: block;
    height: 36px;
    padding: 0 20px 2px 20px;
    background: #970000;
    color: white;
    font: 16px 'roboto',Arial,Helvetica,sans-serif;
    border: none;
}

.input-btnSmall {
    display: block;
    height: 50px;
    width: 120px;
    padding: 0 10px 2px 10px;
    background-color: #970000;
    color: white;
    /*font: 16px 'roboto',Arial,Helvetica,sans-serif;*/
    border: none;
}

.input-btnLarge[type="button"] {
    display: block;
    height: 72px;
    width: 220px;
    padding: 0 20px 2px 20px;
    background: #970000;
    color: white;
    /*font: 16px 'roboto',Arial,Helvetica,sans-serif;*/
    border: none;
}

.styled-select {
    display: block;
    width: 455px;
    height: 37px;
    margin: 15px 0;
    color: gray;
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
    border: 1px solid #ddd;
}

.textarea {
    border: 1px solid #ddd;
    resize: none;
    /*max-width: 520px;*/
    max-height: 144px;
}

/*---------------------------GLAgent Page---------------------------------*/

.glagent-divs {
    width: 49%; min-width:477px; float:left;
}

.glagent-inlinedivs {
    display: inline-block;
    position: relative;
    max-width: 590px;
    /*height: 500px;*/
    background: #fff;
    vertical-align: top;
}

ul.glagent {
    padding-left: 20px;
    padding-bottom: 30px;
    margin: 0;
}

    ul.glagent li {
        line-height: 1.5em;
    }

.glagent-img {
    padding: 10px 15px 10px 0;
    vertical-align: middle;
}

.glagent-peopleImg {
    width: 100%;
    max-width: 477px;
}

.login2account {
    width: 230px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #959595;
    color: #626262;
}

.img_reseller_icon {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
}

.txt_reseller_icon {
    display: inline-block;
    /*width: 350px;*/
    vertical-align: middle;
}

@media (max-width: 1259px) {
    .glagent-divs {
        width: 100%;
        min-width:315px;
        text-align: left;
    }
    .glagent-peopleImg, .glagent-inlinedivs {
        max-width: unset;
    }

}

/*---------------------------GLAgent-Locator Page---------------------------------*/
.glagent-locator-inlinedivs {
    display: inline-block;
    position: relative;
    background: #fff;
    vertical-align: top;
}

.bordertop {
    border-top: 1px solid #cccccc;
}

.search-leftTD {
    border-style: solid none solid solid;
    border-color: #cccccc;
    border-width: 1px;
}

.search-left-input {
    width: 200px;
    border: none;
    outline: none;
    height: 20px;
    padding: 0px 3px;
    position: relative;
    font-size: medium;
}

.search-rightTD {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

.search-right-input {
    border-style: none;
    background: url('../../pages/GLagent-locator/images/searchbutton3.gif') no-repeat;
    width: 36px;
    height: 36px;
}

/*---------------------------GLAgent-apply Page---------------------------------*/

.glagent_apply_inlinedivs {
    display: inline-block;
    vertical-align: top;
    min-width:350px;
    padding-right:5%;
}

.input-txt-agentform {
    display: block;
    width: 99%;
    height: 25px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.input-btn[type="button"] {
    display: block;
    height: 36px;
    padding: 0 20px 2px 20px;
    background: #970000;
    color: white;
    font: 16px 'roboto',Arial,Helvetica,sans-serif;
    border: none;
}

.styled-select-agentform {
    display: block;
    width: 350px;
    height: 29px;
    margin: 12px 0;
    color: gray;
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
    border: 1px solid #ddd;
}

.textarea-agentform {
    border: 1px solid #ddd;
    resize: none;
    width: 100%;
    max-width: 730px;
    max-height: 210px;
}

/*---------------------------Platforms Page---------------------------------*/
.inlinedivs_platforms {
    display: inline-table;
    position: relative;
    width: 312px;
    height: 240px;
    background: #fff;
    text-align: center;
}

    .inlinedivs_platforms a {
        text-decoration: none;
        color: black;
    }

.line_height {
    line-height: 1.5em;
}

/*---------------------------Packages-Canada Page---------------------------------*/

.shopnow {
    width: 150px;
    margin: 20px auto 0 auto;
    padding: 15px;
    border: 2px solid #ff0505;
    text-align: center;
}

.lightgray-border {
    border: 2px solid #999;
}

.whatIsGLCanada-bg {
    background: url('../../Pages/packages-Chinese/images/bg-shopnow.jpg');
    /*width: 1250px;
    height: 681px;*/
}

.whatIsGLWiz-bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.available-platforms {
    display: inline-block;
    width: 107px;
    height: 143px;
    vertical-align: top;
}

.available-packages {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 2px solid #ccc;
    text-align: center;
    border-radius: 5px;
}

.centereddiv {
    margin: 0 auto;
}






.Img-big-crop {
    /*width: 198px;*/
    height: 27vw;
    overflow: hidden;
}

.Img-small-crop {
    /*width: 198px;*/
    height: 13.5vw;
    overflow: hidden;
}








.what-is-hot-big-img {
    display: inline-block;
    width: 50%;
    /*padding-right: 1%;*/
    text-align: left;
}

.what-is-hot-big-img-border {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-style: solid;
}

.what-is-hot-small-imgs {
    display: inline-block;
    width: 50%;
    float: left;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-style: solid;
}

.what-is-hot-big-img-border.what-is-hot-border-movies {
    border-left-width: 0px;
    border-right-width: 5px;
}

.what-is-hot-big-img-border.what-is-hot-border-series {
    border-left-width: 5px;
    border-right-width: 0px;
}

.what-is-hot-border-movies {
    border-color: #970000;
}

.what-is-hot-border-recent {
    border-color: #454545;
}

.what-is-hot-border-series {
    border-color: white;
}

@media (max-width: 980px) {
    .what-is-hot-big-img {
        width: 100%;
    }

    .what-is-hot-big-img-border {
        border-top-width: 10px;
        border-left-width: 0px;
        border-right-width: 10px;
        border-bottom-width: 0px;
        border-style: solid;
    }

    .what-is-hot-small-imgs {
        display: inline-block;
        width: 50%;
        float: left;
        border-top-width: 10px;
        border-left-width: 0px;
        border-right-width: 10px;
        border-bottom-width: 0px;
        border-style: solid;
    }

    .what-is-hot-small-img-border {
        border-style: none;
    }

    .what-is-hot-big-img-border.what-is-hot-border-movies {
        border-left-width: 0px;
        border-right-width: 10px;
    }

    .what-is-hot-big-img-border.what-is-hot-border-series {
        border-left-width: 0px;
        border-right-width: 10px;
    }

    .Img-big-crop {
        height: 52vw;
    }

    .Img-small-crop {
        height: 26vw;
    }
}

.img-hover {
    background-repeat: no-repeat;
    display: inline-block;
}

a.img-hover:hover img {
    visibility: hidden;
}

a.img-hover-arabic {
    background-image: url("../../Pages/Packages-Landing/Images/pkg_arabic_o.jpg");
}

a.img-hover-persian {
    background-image: url("../../Pages/Packages-Landing/Images/pkg_persian_o.jpg");
}

a.img-hover-turkish {
    background-image: url("../../Pages/Packages-Landing/Images/pkg_turkish_o.jpg");
}

a.img-hover-canada {
    background-image: url("../../Pages/Packages-Landing/Images/pkg_canada_o.jpg");
}

a.img-hover-kurdish {
    background-image: url("../../Pages/Packages-Landing/Images/pkg_kurdish_o.jpg");
}

a.img-hover-afghan {
    background-image: url("../../Pages/Packages-Landing/Images/pkg_afghan_o.jpg");
}

a.img-hover-chinese {
    background-image: url("../../Pages/Packages-Landing/Images/pkg_chinese_o.jpg");
}


/*---------------------------------------Platforms-GLBoxHD Page----------------------------------------*/
/*span.img-hover-glboxHD {
    background-image: url("../../pages/platforms-GLBoxHD/images/glboxHD.png");
    }*/

span.img-hover-web-GLBoxHDplatform:hover {
    background-image: url("/pages/platforms-GLBoxHD/images/web-o.png");
}

span.img-hover-android-GLBoxHDplatform:hover {
    background-image: url("/pages/platforms-GLBoxHD/images/android-o.png");
}


span.img-hover-mobile-GLBoxHDplatform:hover {
    background-image: url("/pages/platforms-GLBoxHD/images/mobile-o.png");
}

span.img-hover-smarttv-GLBoxHDplatform:hover {
    background-image: url("/pages/platforms-GLBoxHD/images/smart-tv-o.png");
}


/*---------------------------------------Reseller Page----------------------------------------*/
/*span.img-hover-glboxHD {
    background-image: url("../../pages/platforms-GLBoxHD/images/glboxHD.png");
    }*/


.resellers-img1 {
    position:absolute;
    opacity:1;
}
.resellers-img2 {
    /*position:absolute;*/
    opacity:0;
}

span.img-hover-resellers:hover > .resellers-img1 {    
    opacity:0;
}
span.img-hover-resellers:hover > .resellers-img2 {    
    opacity:1;
}

span.img-hover-apply-resellersLanding:hover {
    background-image: url("/pages/platforms-GLBoxHD/images/android-o.png");
}

.lightGrayBorder {
    border: 1px solid #dbdada;
}

.platformGLBoxInlineDivs {
    display: inline-block;
    vertical-align: top;
}

/*---------------------------------------Platforms-Web Page----------------------------------------*/
span.img-hover-glboxHD-webPlatform:hover {
    background-image: url("/pages/platforms-web/images/glboxHD-o.png");
}

/*  span.img-hover-web-webPlatform {
    background-image: url("../../pages/platforms-web/images/web.png");
    }*/

/*---------------------------------------Platforms-Android App Page----------------------------------------*/
span.img-hover-web-androidPlatform:hover {
    background-image: url("/pages/platforms-androidApp/images/web-o.png");
}

/* span.img-hover-android-androidPlatform {
    background-image: url("../../pages/platforms-androidApp/images/android.png");
    }*/

/*---------------------------------------Platforms-Mobile App Page----------------------------------------*/
span.img-hover-android-mobileplatform:hover {
    background-image: url("/pages/platforms-mobile/images/android-o.png");
}

/* span.img-hover-mobile-mobileplatform {
    background-image: url("../../pages/platforms-mobile/images/mobile.png");
    }*/

/*---------------------------------------Platforms-SmartTV Page----------------------------------------*/
span.img-hover-mobile-smarttvplatform:hover {
    background-image: url("/pages/platforms-smarttv/images/mobile-o.png");
}

span.img-hover-glboxHD-smarttvplatform:hover {
    background-image: url("/pages/platforms-smarttv/images/glboxHD-o.png");
}

/*END CSS Added by Melika*/


