#container {
    background-color: #f1f3f0;
    height: 8%;
    /*overflow-y:scroll;
    min-height:400px;*/
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    font-family: "GothamLight"; /*'OswaldRegular';*/
    font-size: 12px;
    color: #000000;
    /*font-weight:300;*/
    letter-spacing: 0.01em;
    padding: 0px 5px;
    /*padding-bottom:100px;*/
    border: 0px solid red;
}

#btnUnsub {
    background: #83089f;
    background-image: -webkit-linear-gradient(top, #83089f, #cc1ecc);
    background-image: -moz-linear-gradient(top, #83089f, #cc1ecc);
    background-image: -ms-linear-gradient(top, #83089f, #cc1ecc);
    background-image: -o-linear-gradient(top, #83089f, #cc1ecc);
    background-image: linear-gradient(to bottom, #83089f, #cc1ecc);
    -webkit-border-radius: 13;
    -moz-border-radius: 13;
    border-radius: 13px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    width: 15%;
    margin: 0px 5px;
}

.gapFrm{
    margin-bottom:6px;
}

.logDiv {
    font-family: "OswaldRegular";
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    position: relative;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(215, 216, 217, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(215, 216, 217, 1);
    box-shadow: 1px 1px 3px 0px rgba(215, 216, 217, 1);
    padding: 20px 5px 20px 5px;
    border: 0px solid gray;
    border-radius: 3px;
    width: 100%;
    height: auto;
}

.manualLogin{
    width:80%;
    text-align:center !important;
    border:0px solid red;
    margin:0 auto;
    height:100%;
    padding-bottom:0px;
}

.frontImg {
    width: 20px;
    border: none;
}

.search_css {
    background: #ffffff;
    color: #000000;
    display: none;
    text-align: left;
    padding: 3px;
    font-size: 12px;
    width: 100%;
}

.glyphiconG {
    padding-left: 8px;
    padding-top: 0px;
}

.glyphiconGamesP {
    position: absolute;
    left: 10px;
    top: 17%;
    width: 75px;
}

.glyphiconGames {
    position: absolute;
    left: 5px;
    top: 10%;
    width: 65px;
}

.glyphiconGamesList {
    position: absolute;
    left: 5px;
    top: 14%;
    width: 65px;
}

/* search */
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 28px;
    height: 28px;
    background-color: grey; /*#C874EA;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 5px;
    border: 0px solid #ccc;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 0px;
}
.search-form .form-group input.form-control {
    padding-right: 15px;
    margin-top: -3px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
    color: #ffffff;
    z-index: 9999;
    font-family: "GothamLight";
    /*font-weight:400;*/
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
    color: #ffffff;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
    color: #ffffff;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
    color: #ffffff;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
    color: #ffffff;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 90% !important;
    z-index: 99999;
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: "GothamLight";
    /*font-weight:300;*/
    color: #ffffff;
    border-radius: 4px 20px 20px 4px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 99999;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    left: initial;
    font-size: 12px;
}

.topC {
    width:60%;
    float:left;
    z-index:9999;
    display:block;
    position:relative;
    margin-left:0px auto;
    margin-right:0px auto;
}

.topC_v2 {
    width:85%;
    z-index:9999;
    display:block;
    position:relative;
    margin-left:0px auto;
    margin-right:0px auto;
}

.topC_v3 {
    width:55%;
    float:left;
    z-index:9999;
    display:block;
    position:relative;
    margin-left:0px auto;
    margin-right:0px auto;
}

.topRm {
    width: 75%;
    float:left;
    top: 2px;
    right: 8px !important;
    position: absolute;
    border: 0px solid white;
    height: 32px;
    /*z-index:999;*/
}

.menuTop {
    text-align: center;
    width: 100%;
    padding-top: 3%;
    font-family: "GothamMedium";
    /*font-weight:400;*/
    font-size: 14px;
    color: #ffffff !important;
    padding-bottom: 100px !important;
    /*margin-bottom:150px;*/
}

.menuTop a {
    background-color: none;
    display: block;
    padding: 8px 0px;
    font-family: "GothamMedium";
    /*font-weight:400;*/
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.menuTop a:active,
.menuTop a:hover {
    background-color: #515151;
    display: block;
    padding: 8px 0px;
    font-family: "GothamMedium";
    /*font-weight:400;*/
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.menuTop #openPopup {
    margin-top: 5px;
}

.closeMenu{
    text-align:right;
    width:100%;
    font-family:'GothamMedium';
    font-size:28px;
    margin-top:5px;
/*    margin-left:5px;*/
    padding-right:10px;
}

.innerAction {
    position:relative;
    margin:10px 0px;
    height:auto;
    font-weight:bold;
}

.closeSubs{
    text-align:right;
    width:100%;
    font-family:'GothamMedium';
    font-size:18px;
    margin-top:-5px;
    margin-left:5px;
    padding-right:10px;
    color:#B0B0B0;
}

.normalDiv {
    width:100%;
    margin-bottom:5px;
}

.actionImg {
    width:150px;
}

.actionDiv {
    font-family:'GothamMedium';
    font-size:12px;
    color:#000000;
    position:relative;
    margin-bottom:2px;
    text-align:center;
    background-color:#ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
    box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
    padding:20px 5px 20px 5px;
    border:0px solid gray ;
    border-radius:3px;
    width:100%;
}

#PopupOverlay_v2 {
    display:none;
    position:fixed;/*absolute;*/
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#000000;
    font-family:'GothamMedium';
    font-size:12px;
    color:#ffffff;
    z-index:99999;
    opacity:0.92;
}

#PopupOverlay {
    display:none;
    position:fixed;/*absolute;*/
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#000000;
    font-family:'GothamMedium';
    font-size:12px;
    color:#ffffff;
    z-index:99999;
    opacity:0.92;
}

#subsPopup {
    display:block;
    position:absolute;
    top:10%;
    left:5%;
    width:90%;
    height:200px;
}

#overlay {
    display:none;
    position:fixed;/*absolute;*/
    top:0px;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#000000;
    font-family:'GothamMedium';
    /*font-weight:400;*/
    font-size:12px;
    color:#ffffff;
    z-index:99999;
    opacity:0.92;
}

.next{
    background-color: #f1f1f1;
    color: black;
}

.previous {
    background-color: #f1f1f1;
    color: black;
}

.round {
    border-radius: 50%;
}

menu li { 
    list-style: none; 
    margin-right: 7px; 
    border: 2px solid; 
    padding: 5px; 
    border-radius :8px;
} 
