@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans.eot');
	src: local('☺'), url('../fonts/PTSans.woff') format('woff'), url('../fonts/PTSans.ttf') format('truetype'), url('../fonts/PTSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
::-webkit-input-placeholder {
color: #999;
font-size: 11px;
}
::-moz-placeholder {
color: #999;
font-size: 11px;
}
:-ms-input-placeholder {
color: #999;
font-size: 11px;
}
:-moz-placeholder {
color: #999;
font-size: 11px;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
html {
    height: 100%;
    min-height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    background-color: #fff;
}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fff;
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#000;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-family: 'PT Sans', sans-serif;    
  font-size:1em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#000;
}
.containerWrapper {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    display: block;
    position: relative;
}
#pageWrapper {
    background-color: #fff;
    width: 100%;
    max-width: 1300px;
    padding: 0px 0 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    width: 100%;
}
.list-group {
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-toggle {
    float: none;
    margin: 0 auto;
    display: none;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
}
.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
    margin-left: 0;
}
.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
    margin-left: 0;
}
.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-left {
    margin-left: 0;
}
.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-right {
    margin-right: -210px;
}
.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    height: 70px;
    width: 210px;
}
.js-hiraku-offcanvas-body-left {
    left: 210px;
}
.js-hiraku-offcanvas-body-right {
    right: 210px;
}
.hiraku-open-btn-line:before, .hiraku-open-btn-line:after, .hiraku-open-btn-line {
    background-color: #184a9f;
    height: 3px;
    width: 24px;
}
[aria-expanded='true'] .hiraku-open-btn-line {
    background-color: transparent;
}
.logo {
    max-width: 200px;
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.navbar-brand {
    height: auto;
    display: table;
    float: none;
    padding: 10px 0px;
    margin: 0 auto !important;
}
.navbar-inverse {
    background: rgba(255,255,255,0.9);
    border: 0;
    position: fixed;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* new */
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    padding: 0;
}
.navbar>.container-fluid{
    display: block !important;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #1A1A1A;
}
.list-group-item.active, .list-group-item:hover, a.list-group-item:focus {
    color: #fff;
    background-color: #1A1A1A !important;
    border-color: #184a9f !important;
    outline: none;
    border-bottom: 0;
}
.list-group-item {
    border: 0;
    border-left: none;
    border-right: none;
    border-bottom: none !important;
    background-color: #1A1A1A;
    color: #fff !important;
    border-radius: 0;
    text-align: center;
    display: inline-block;
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
    overflow-y: auto;
    background-color: #1A1A1A;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-header {
    float: none;
    position: relative;
}
.navMenuContainer {
    display: table;
    position: absolute;
    left: 2%;
}
.navMenuContainer ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
.navMenuContainer ul li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}
.navMenuContainer ul li a {
    display: block;
    margin: 0 10px;
    border: 0;
    text-align: center;
    padding: 0 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    outline: none;
}
.navMenuContainer ul li:first-child a {
    margin: 0 10px 0 0;
}
.navMenuContainer ul li a.current {
    border-bottom: 2px solid #184a9f;
}
.navMenuContainer ul li a.notCurrent {
    border-bottom: none;
}
.js-hiraku-offcanvas-active {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background: rgba(0, 0, 0, .6);
}
.gallery {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.gallery-cell {
    width: 100%;
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    height: auto;
}
.gameBannerLink {
    display: block;
    text-decoration: none;
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: auto;
}
.bannerThump {
    width: 95%;
    height: auto;
    display: block;
    margin: 0  auto;
    padding: 0;
    border: 0;
}
.gallery .flickity-prev-next-button {
    display: none;
}
.gallery .flickity-page-dots {
    bottom: 22px !important;
}
.gallery .flickity-page-dots .dot,.gallery .flickity-page-dot{
    background: transparent !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #184a9f;
}
.gallery .flickity-page-dots .dot.is-selected,.gallery .flickity-page-dot.is-selected{
    background: #184a9f !important;
    outline: none !important;
}
.flickity-page-dot:focus {
    box-shadow: none !important;
}
.boxContainer {
    display: block;
    margin: 3% auto 0 auto;
    width: 90%;
    border: 0;
    padding: 0;
    height: auto !important;
    background-color: #f1f9ec;
    border-radius: 40px;
    -webkit-box-shadow: 0 0px 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 0px 25px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.title, .titlefavorite, .titleHD {
    display: table;
    margin: 35px auto 35px auto;
    padding: 0;
    border: 0;
}
.title #featuredTitleWeb, .title #all-gTitleWeb, .titlefavorite #favoriteTitleWeb ,.titleHD #hdWeb{
    width: 100%;
    height: 36px;
    line-height: 35px;
    color: #10112C;
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
#favoriteTitleWeb i  ,#hdWeb i{
    padding-right: 8px;
    font-size: 26px;
}
#editFavorite {
    position: absolute;
    display: block;
    right: 2%;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
#editFavorite img {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    max-width: 45px;
    width: 70%;
}
#saveFavorite {
    position: absolute;
    display: none;
    right: 4%;
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #00A7AA;
    padding-bottom: 1px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #00A7AA;
}
.title #featuredTitleWeb {
    background: url(../images/starIcon.svg) no-repeat left 4px center;
    padding: 0 4px 0 45px;
}
.title #all-gTitleWeb {
    background: url(../images/gameIcon.svg) no-repeat left 4px center;
    padding: 0 2px 0 57px;
}
.ContainerListGames {
    width: 96%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
ul.gamesList {
    margin: 10px auto;
    padding: 0;
    list-style-type: none;
    border: 0;
    display: block;
    width: 100%;
}
.continerMore {
    display: block;
    margin: 20px auto;
    padding: 0 0 10px 0;
    border: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 94%;
}
.continerMore a.moreLink {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'PT Sans', sans-serif;
    text-align: right;
    float: right;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    color: #10112C;
}
ul.gamesList li {
    width: 29%;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0 2% 2% 2%;
    vertical-align: top;
    min-height: 40px;
}
.GameCard {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    position: relative;
    text-align: left;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .2s linear 0s;
    transition: -webkit-box-shadow .2s linear 0s;
    -o-transition: box-shadow .2s linear 0s;
    padding-bottom: 45px;
    width: 100%;
    margin: 30px auto 0 auto;
    z-index: 3;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    box-shadow: 0 5px 12px rgba(0,0,0,.4);
}
.GameCard_inner {
    display: block;
    position: relative;
    z-index: 4;
}
.GameCard_link {
    color: inherit;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.GameCard_link:hover, .GameCard_link:active, .GameCard_link:visited, .GameCard_link:link {
    text-decoration: none;
}
.GameCard_image {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 12px 12px 0 0;
}
.GameCard_content {
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    background-color: #fff;
    padding: 12px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    bottom: auto;
    z-index: 5;
}
.GameCard_contentRelative {
    display: block;
    margin: 0;
    width: 100%;
    z-index: 6;
    position: relative;
    padding: 0;
}
.GameCard_characterImg {
    position: absolute;
    display: block;
    z-index: 7;
    width: 17%;
    top: -50%;
    right: 3%;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
    box-shadow: 0 5px 12px rgba(0,0,0,.4);
}
.GameCard_title {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 0px 24px;
    margin: 0px 0;
    font-size: 24px
}
.GameCard:hover .GameCard_content {
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 50px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, 50px, 0);
}
.GameCard_text {
    min-height: 50px;
    color: #333;
    background-color: #fff;
    display: block;
    opacity: 0;
    margin-top: 5px;
    padding: 2px 12px;
    font-size: 14px;
}
.GameCard:hover .GameCard_text {
    -webkit-transition: opacity .2s linear .2s;
    -o-transition: opacity .2s linear .2s;
    transition: opacity .2s linear .2s;
    opacity: 1;
}
.TextBody {
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -.02rem;
    word-spacing: -.02rem;
}
.TextBody :last-child {
    margin-bottom: 0;
}
.TextBody :first-child {
    margin-top: 0;
}
.TextBody p {
    width: 96%;
    font-size: 16px;
}
.tabFeatur_all {
    display: none;
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0;
    border-top: 1px solid #184a9f;
    border-bottom: 1px solid #184a9f;
}
.tabFeatur_all button {
    background: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    color: #333;
	text-align: left;
}
.gameBtn {
    border-right: 1px solid #184a9f !important;
    color: #fff;
    background: #184a9f;
}
.tabFeatur_all button.active {
    background: #184a9f;
    color: #fff;
}
.tablinks span{
    display: table;
    overflow: hidden;
    background: transparent;
    margin: 0 auto;
    padding: 0;
}
.tablinks i {
    padding-right: 8px;
    font-size: 20px;
	float: left;
    padding-left: 4px;
}
#footer {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
}
.footerTop, .footerBottom {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
.footerTop {
    background-color: #184aa1;
    margin: 0 0 0 0 !important;
}
.footerTop:before {
	border-radius: 0% 100% 0% 100% / 35% 0% 100% 65% ;
	background-color: #fff;
	width: 100%;
	content: " ";
	display: block;
	height: 70px;
    position: absolute;
}
.footerBottom {
    background-color: #1A1A1A;
    color: #fff;
    display: none!important
}
#gamesMasterTextTilte, #gamesMasterText {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    color: #184a9f;
    font-size: 18px;
}
#gamesMasterTextTilte {
    color: #f4ed21;
    font-size: 30px;
}
#gamesMasterText {
    margin: 12px 0 0 0 !important;
    color: #fff;
}
.listHomeAbout {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: rgba(255, 255, 255 , 0.5);
    text-align: center;
    white-space: nowrap;
}
.listHomeAbout li.list-inline-item {
    display: inline-block;
    font-size: 20px;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.listHomeAbout li.list-inline-item a {
    color: #fff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
}
#gamesMastericon {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
}
.footerList {
    margin: 20px auto;
    max-width: 768px;
}
.footerList div a.iconsListLink img {
    max-width: 51px;
    width: 100%;
}
#footerTopContainer {
	padding: 0px 0 15px 0;
}
.gameInnerItemImage, .gameInnerItemDetails {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
.gameInnerItemImage img {
    border-radius: 40px 40px 0 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.gameInnerItemDetails {
    position: relative;
    z-index: 3;
}
.playGameIcon {
    display: block;
    width: 17%;
    max-width: 128px;
    margin: 0 auto 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.4);
    box-shadow: 0 5px 20px rgba(0,0,0,.4);
}
#playGameDetails {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    border: 0;
    font-family: 'PT Sans', sans-serif;
    position: relative;
    z-index: 4;
}
.gamePlayText {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 2%;
    border: 0;
    font-weight: bold;
    font-size: 18px;
    width: 80%;
    color: #000;
}
.addFav {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    max-width: 151px;
    width: 100%;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.addFav img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 100%;
}
#addFavText {
    display: block;
    margin: 10px auto 0 auto;
    padding: 0;
    border: 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#alreadyInFav {
    display: none;
    margin: 10px auto 0 auto;
    padding: 0;
    border: 0;
    color: #10112C;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#playBtnContainer {
    display: block;
    margin: 4% auto;
    padding: 0;
    border: 0;
    width: 90%;
    text-align: center;
}
#playBtn {
    display: inline-block;
    margin: 10px auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 8px 0 #0066CC;
    -moz-box-shadow: 0 8px 0 #0066CC;
    box-shadow: 0 8px 0 #0066CC;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 151px;
}
#playBtn span {
    white-space: nowrap;
    width: 100%;
    max-width: 151px;
    display: inline-block;
    padding: 20px 30px;
    background-color: #10112C;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}
#screenhotsText, #recommendedGamesText {
    display: block;
    margin: 6% auto 4% auto;
    padding: 0;
    border: 0;
    font-family: 'PT Sans', sans-serif;
    text-align: left;
    color: #184a9f;
    font-size: 20px;
    width: 90%;
    font-weight: bold;
}
#recommendedGamesText {
    margin: 4% auto 0 auto !important;
}
.screenhotsImages {
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.screenhots-cell {
    width: 22.6%;
    display: block;
    margin: 0 2% 0 2%;
    border: 0;
    padding: 0;
    height: auto;
}
.screenThump {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
.screenhotsImages .flickity-prev-next-button {
    display: none;
}
.screenhotsImages .flickity-page-dots {
    bottom: -22px !important;
    display: none;
}
.screenhotsImages .flickity-page-dots .dot {
    background: transparent !important;
    opacity: 1 !important;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #184a9f;
}
.screenhotsImages .flickity-page-dots .dot.is-selected {
    background: #184a9f !important;
}
.recommendedGames {
    width: 90%;
    display: block;
    height: auto;
    margin: 0 auto 30px auto;
    padding: 0;
    border: 0;
}
.recommendedGames .GameCard {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.recommendedGames-cell {
    width: 29.1%;
    display: block;
    margin: 0 2% 2% 2%;
    min-height: 40px;
    border: 0;
    padding: 0;
    height: auto;
}
.recommendedGames .flickity-prev-next-button {
    display: none;
}
.recommendedGames .flickity-page-dots {
    bottom: -22px !important;
    display: none;
}
.recommendedGames .flickity-page-dots .dot {
    background: transparent !important;
    opacity: 1 !important;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #184a9f;
}
.recommendedGames .flickity-page-dots .dot.is-selected {
    background: #184a9f !important;
}
.alertify .ajs-modal {
    z-index: 100002;
}
.alertify .ajs-dimmer {
    background-color: transparent;
    opacity: 0;
}
.alertify .ajs-dialog {
    background-color: #f7f7f7;
    border-radius: 0px;
    border: 0;
    padding: 20px;
}
.alertify .ajs-body {
    direction: ltr;
    text-align: center;
}
.alertify .ajs-header {
    display: none;
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
    display: block;
    color: #184a9f;
    outline: none;
    margin: 5px 10px 0 0;
}
.alertNum {
    color: #000;
    font-family: 'PT Sans', sans-serif;
}
.ajs-ok {
    display: none;
}
.alertify .ajs-commands {
    left: 0;
    margin: 0px 0 0 10px !important;
}
.alertify .ajs-footer {
    display: none;
}
.alertify .ajs-body .ajs-content {
    padding: 0;
}
.ajs-frameless .ajs-dialog {
    /*margin: 110px auto 0 auto;*/
    margin: 0 auto 0 auto;
    max-width: 1170px !important;
}
.ajs-frameless.ajs-closable .ajs-commands button.ajs-close {
    display: inline-block !important;
}
.ajs-frameless.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content, .ajs-frameless.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
    padding: 30px 0 0 0;
}
.titleAlert {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    color: #10112C;
    margin: 20px auto 0 auto;
    padding: 0;
}
.textAlert, .msgAlert, .countryText {
    display: block;
    margin: 30px auto 40px auto;
    padding: 0;
    border: 0;
    font-size: 17px;
    font-weight: bold;
}
.msgAlert span {
    display: block;
    margin: 5px auto;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: left;
}
.titleAboutUs {
    text-align: left;
}
.titleAboutUs span i {
    padding-right: 5px;
    font-size: 14px;
    color: #184a9f !important;
    font-weight: bold;
}
.countryText {
    margin: 20px auto !important;
    color: #ED1C24;
}
.logout {
    display: none;
}
.unSubUAE{
	display: none;
}
#gamesMasterMoNumber, #prefixNum, #unSubPrefixNum, #unSubgamesMasterMoNumber {
    color: #000000;
    display: inline-block;
    margin: 20px auto 0 auto;
    font-weight: bold;
    font-size: 15px;
    padding: 0 10px;
    border-top: 1px solid #184a9f;
    border-bottom: 1px solid #184a9f;
    font-family: 'PT Sans', sans-serif;
    background: transparent;
    outline: none;
    height: 35px;
    line-height: 35px;
}
#gamesMasterMoNumber, #unSubgamesMasterMoNumber {
    max-width: 140px;
    padding-left: 4px;
    border-right: 1px solid #184a9f;
    border-left: 0;
    border-radius: 0px 8px 8px 0px;
}
#prefixNum, #unSubPrefixNum {
    max-width: 40px;
    text-align: center;
    padding-right: 0;
    border-radius: 8px 0px 0px 8px;
    border-left: 1px solid #184a9f;
    border-right: 0;
}
select#selectCountry {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 10px auto 0 auto;
    padding: 5px;
    border-bottom: 2px solid #ED1C24;
    text-align: center;
    font-family: 'GE_Dinar_One_Medium';
    font-size: 15px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    background: transparent;
    outline: none;
}
.submButton, .clsButton {
    display: block;
    margin: 0 auto 30px auto;
    padding: 0;
    border: 0;
}
.msgAlert {
    color: #333;
}
.spertedDiv {
    display: block;
    margin: 15px auto 0 auto;
}
.submitButton, .closeButton {
    display: block;
    margin: 0 auto;
    padding: 5px;
    border: 0;
    width: 130px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #184a9f;
    outline: none;
    cursor: pointer;
    border-radius: 16px;
}
.searchContainer {
    position: absolute;
    right: 2%;
    display: table;
    top: 0;
}
.search-cart {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}
.search-cart .search {
    position: relative;
}
div.knzLang {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
    right: 25px;
}
div.knzLang select {
    font-size: 12px;
    color: #000000;
    border: 2px solid #184a9f;
    height: 30px;
    line-height: 20px;
    padding: 0 0 0 24px;
    font-family: 'PT Sans', sans-serif;
    box-shadow: none !important;
    border-radius: 22px;
    width: 50px;
    background: url(../images/globe.svg) no-repeat 5px center;
    background-size: 16px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}
#contentSearch {
    position: absolute;
    height: 30px;
    width: 100%;
    margin-right: 0;
    top: 50%;
    right: -100%;
    margin-top: -5px;
}
#contentSearch.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.inputSearch {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1.5px solid #184a9f !important;
    border-radius: 15px;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.searchBtn {
    background: none;
    position: absolute;
    top: 2px;
    left: 0;
    height: 30px;
    width: 20px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.searchBtn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #184a9f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 26px;
    left: 16px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.closeSearch {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.closeSearch::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 2px;
    top: 14px;
    ;
    left: -5px;
    background-color: #184a9f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.closeSearch::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #184a9f;
    top: 14px;
    ;
    left: -5px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.searchGameContainer {
    display: none;
    position: absolute;
    box-sizing: border-box;
    padding: 5px;
    min-width: 22px;
    width: 220px;
    min-height: 30px;
    max-height: 182px;
    border-radius: 0;
    border-top: none;
    background: #f1f9ec;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    right: -50%;
    top: 15px;
    overflow: auto;
}
.searchedGameContainer {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    clear: both;
    overflow: hidden;
    outline: none;
}
.searchedGameContainer:last-child {
    margin: 0 0 0 0 !important;
}
.searchGameContainer a:focus {
    background: #ddd;
    border: none;
    outline: none;
}
.searchedGameImage {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
    float: left;
    width: 30px;
    height: 30px;
}
.searchedGameImage img {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
    width: 100%;
    outline: none;
}
.searchedGameTitle {
    display: block;
    margin: 0 0 0 10px;
    padding: 0;
    border: 0;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    width: 146px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchedGameContainer {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    clear: both;
    overflow: hidden
}
.squareSearch {
    position: absolute;
    box-sizing: border-box;
    padding: 5px 24px 5px 5px;
    min-width: 32px;
    width: 220px;
    height: 30px;
    border: 1.5px solid #184a9f;
    border-radius: 0;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    background-color: #fff;
}
.innerFavoritesContainer ul {
    padding: 0 0 2% 0 !important;
}
.selectOpText {
    display: block;
    margin: 5% auto 50px auto;
    padding: 0;
    border: 0;
    color: #333;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.selectOpContainer {
    display: block;
    margin: 10px auto;
    padding: 0;
    border: 0;
    max-width: 300px;
    width: 100%;
}
.selectOpContainer #selectOp {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #333;
    font-family: 'PT Sans', sans-serif;
    outline: none;
    border: 1px solid #999;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    background: url(../images/arrowSelect.png) no-repeat right 6px center;
    -webkit-appearance: none;
}
#composingMsgText {
    display: none;
}
.submitOpButton {
    display: block;
    margin: 50px auto;
    padding: 0;
    border: 0;
}
.subOpBtn {
    display: block;
    margin: 0 auto;
    padding: 5px;
    border: 0;
    width: 150px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    background-color: #184a9f;
    outline: none;
    cursor: pointer;
    border-radius: 18px;
}
.deleteFavoriteLink {
    display: block;
    margin: 20px auto 0 auto;
    padding: 0 0 0 0;
    border: 0;
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.deleteFavoriteLink img {
    display: inline-block;
    max-width: 36px;
    width: 50%;
    padding: 0;
    margin: 0 5px 0 0;
    border: 0;
}
.ti-heart{
    float: left;
    line-height: 40px;
    margin-left: 10px;
}
#navContainer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
}
.menu-container {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    margin: 0;
    padding: 0;
    border: 0;
}
.view-submenu .menu-container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
ul.menu {
    position: absolute;
    top: 0px;
    padding: 0px 0px 0 10px;
    width: 100%;
    color: #ededed;
    background-color: #121212;
    left: 30px;
    margin: 0;
    border: 0;
    list-style: none;
}
ul.menu li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}
ul.menu li a {
    opacity: 0;
    display: block;
    padding: 0px 6px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: opacity 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.1s ease-out;
    transition: opacity 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.1s ease-out;
    transition: opacity 0.15s 0.1s ease-out, transform 0.15s 0.1s ease-out;
    transition: opacity 0.15s 0.1s ease-out, transform 0.15s 0.1s ease-out, -webkit-transform 0.15s 0.1s ease-out;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
}
ul.menu li.has-children span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 12px 16px;
    text-indent: -9999px;
}
ul.menu li.has-children span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    padding: 4px;
    width: 0px;
    height: 0px;
    cursor: pointer;
    font-size: 0;
    border-bottom: 2px solid #ededed;
    border-right: 2px solid #ededed;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.menu li.has-children span:hover:after {
    border-color: #bababa;
}
.menu {
    opacity: 0;/*
  -webkit-transition: background-color 0.25s ease-out, opacity 0.15s ease-out;
  transition: background-color 0.25s ease-out, opacity 0.15s ease-out;
*/
}
.menu.is-visible {
    opacity: 1;
}
.menu.is-visible li a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.toggle {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    padding: 0px 4px;
}
.toggle span {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0;
    width: 26px;
    height: 2px;
    background-color: #184a9f;
    border-radius: 100px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.toggle span:before, .toggle span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #184a9f;
    border-radius: 100px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}
.is-visible .toggle {
    background-color: #121212;
}
.toggle span:before {
    bottom: calc(100% + 6px);
}
.toggle span:after {
    top: calc(100% + 6px);
}
.is-visible .toggle span {
    background-color: transparent;
}
.is-visible .toggle span:before {
    bottom: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.is-visible .toggle span:after {
    top: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#smslink {
    display: none;
    margin: 20px 0;
    padding: 0;
    border: 0;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    cursor: pointer;
    outline: none;
    text-decoration: underline !important;
    font-size: 15px;
    font-weight: bold;
    color: #10112C;
}
#smsShortcode, #smsCommand {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    color: #184a9f !important;
}
ul#helpdeskList{
	width: 80%;
	padding: 0;
	margin: 0 auto;
	list-style-type:disc;
}
ul#helpdeskList li{
	font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #000;
    border: 0;
}
#footer .container-fluid:before,#footer .container-sm:before{
    display: table;
    content: " ";
}
@media (min-width: 900px) and (max-width: 1290px) {
ul.gamesList li {
    width: 28.9%;
}
}

@media (min-width: 1029px) and (max-width: 1219px) {
.GameCard_characterImg {
    top: -50%;
}
.GameCard_title {
    font-size: 22px;
}
.TextBody p {
    font-size: 14px;
}
}

@media (min-width: 939px) and (max-width: 1029px) {
.GameCard_characterImg {
    top: -45%;
}
.GameCard_title {
    font-size: 21px;
}
.TextBody p {
    width: 100%;
    font-size: 13px;
}
}

@media (min-width: 820px) and (max-width: 939px) {
.GameCard_characterImg {
    top: -47%;
}
.GameCard_title {
    font-size: 20px;
}
.TextBody p {
    width: 100%;
    font-size: 12px;
}
}

@media (min-width: 769px) and (max-width: 820px) {
.GameCard_title {
    font-size: 19px;
}
.TextBody p {
    width: 100%;
    font-size: 11.5px;
}
.footerList div a.iconsListLink img {
    width: 40%;
}
}

@media (min-width: 768px) and (max-width: 900px) {
ul.gamesList li {
    width: 28.4%;
}
}

@media (min-width: 769px) and (max-width: 992px) {
#gamesMasterTextTilte, #gamesMasterText {
    font-size: 16px;
}
.listHomeAbout li.list-inline-item a {
    font-size: 16px;
}
.deleteFavoriteLink {
    margin: 15px auto 0 auto;
    font-size: 16px;
}
.deleteFavoriteLink img {
    width: 15% !important;
    margin: 0 3px 0 0;
}
}

@media (max-width: 785px) {
#pageWrapper {
    background-color: #f1f9ec;
}
.navbar-toggle {
    display: block;
}
.navMenuContainer {
    display: none;
}
.logo {
    width: 75%;
}
.gallery .flickity-page-dots {
    bottom: 15px !important;
}
.boxContainer {
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
ul.gamesList li {
    width: 45.2%;
}
.title {
    display: none;
}
#all {
    display: none;
}
.tabFeatur_all {
    display: block;
}
.footerList div a.iconsListLink img {
    width: 35%;
}

.listHomeAbout {
    text-align: left;
}
#gamesMasterTextTilte, #gamesMasterText {
    font-size: 15px;
}
.listHomeAbout li.list-inline-item a {
    font-size: 13px;
}
.listHomeAboutContainer {
    margin-top: 3% 0 0 0 !important;
}
.gamesMasterTextTilteContainer {
    margin-top: 5% 0 0 0 !important;
}
.playGameIcon {
    width: 15%;
}
.gameInnerItemImage img {
    border-radius: 0;
}
.gamePlayText {
    font-size: 16px;
    width: 100%;
}
.addFav img {
    width: 80%;
}
#addFavText {
    font-size: 16px;
}
#alreadyInFav {
    font-size: 16px;
}
.screenhotsImages {
    width: 50%;
}
.screenhots-cell {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.screenhotsImages .flickity-page-dots {
    display: block;
}
#recommendedGamesText {
    padding: 25px 0 0 0;
}
.recommendedGames-cell {
    width: 46%;
}
.recommendedGames .flickity-page-dots {
    display: block;
}
.titlefavorite {
    margin: 20px auto 20px auto;
}
.titlefavorite #favoriteTitleWeb  {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}
.titleHD #hdWeb{
	font-size: 20px;
}
#favoriteTitleWeb i {
    padding-right: 5px;
    font-size: 20px;
}
#editFavorite img {
    margin: 0;
    width: 50%;
    float: right;
}
.selectOpText {
    margin: 50px auto 50px auto;
}
.deleteFavoriteLink {
    margin: 10px auto 0 auto;
    font-size: 14px;
}
.deleteFavoriteLink img {
    width: 13% !important;
    margin: 0 2px 0 0;
}
#navContainer {
    display: block;
}
.GameCard_characterImg {
    top: -70%;
}
.TextBody p {
    font-size: 14px;
}
.listHomeAboutContainer {
    margin: 5% 0 !important;
}
/*.ajs-frameless .ajs-dialog {
    margin: 80px auto 0 auto;
}*/
.titleAboutUs {
    font-size: 15px;
}
.msgAlert span i {
    padding-right: 3px;
    font-size: 13px;
}
.msgAlert span {
    font-size: 13px;
}
.continerMore {
    margin: 20px auto 0 auto;
    padding: 0 0 0 0;
}
#smslink {
    display: block;
}
.ti-heart{
    line-height: 20px;
}
ul#helpdeskList li {
    font-size: 15px;
}
}
@media screen and (max-width: 580px) {
    .gamesMasterfContainer,.gamesMastericonContainer{
        width: 50% !important;
    }
}
@media screen and (max-width: 568px) {
.ajs-frameless:not(.ajs-maximized) .ajs-modal {
    padding: 0 !important;
}
}

@media (min-width: 651px) and (max-width: 735px) {
.GameCard_characterImg {
    top: -50%;
}
.GameCard_inner .title {
    font-size: 22px;
}
.TextBody p {
    font-size: 14px;
}
.gamesMasterTextTilteContainer {
    margin: 0 0 0 0 !important;
}
.listHomeAboutContainer {
    margin: 5% 0 !important;
	}
.footerTop:before {
	background-color: #f1f9ec;
}
}

@media (min-width: 532px) and (max-width: 650px) {
.GameCard_characterImg {
    top: -40%;
}
.GameCard_title {
    font-size: 21px;
}
.TextBody p {
    width: 100%;
    font-size: 13px;
}
}

@media (min-width: 477px) and (max-width: 531px) {
.GameCard_characterImg {
    top: -40%;
}
.GameCard_title {
    font-size: 18px;
}
.TextBody p {
    width: 100%;
    font-size: 12px;
}
}

@media (min-width: 430px) and (max-width: 476px) {
.GameCard_characterImg {
    top: -40%;
}
.GameCard_title {
    font-size: 19px;
}
.TextBody p {
    width: 100%;
    font-size: 11.5px;
}
.TextBody {
    letter-spacing: -.01rem;
    word-spacing: -.01rem;
}
}

@media (max-width: 429px) {
.GameCard_characterImg {
    top: -40%;
}
.GameCard_title {
    font-size: 18.5px;
}
.TextBody p {
    width: 100%;
    font-size: 11px;
}
.TextBody {
    letter-spacing: -.01rem;
    word-spacing: -.01rem;
}
.footerTop .container {
    padding: 0 4px 10px 4px!important;
    margin: 0 auto;
}
.listHomeAbout li.list-inline-item {
    font-size: 16px;
}
#gamesMasterText {
    font-size: 13px;
}
#footerTopContainer {
    width: 100%;
    margin: 0 auto;

}
.gamePlayText {
    font-size: 11px;
}
#addFavText {
    font-size: 13px;
}
#alreadyInFav {
    font-size: 13px;
}
.tabFeatur_all button {
    padding: 14px 5px;
    font-size: 14px;
}
}

@media (max-width: 370px) {
.GameCard_characterImg {
    top: -35%;
}
.GameCard_title {
    font-size: 16px;
}
.TextBody p {
    width: 100%;
    font-size: 10px;
}
.TextBody {
    letter-spacing: -.001rem;
    word-spacing: -.001rem;
}
.listHomeAbout li.list-inline-item {
    font-size: 15px;
}
#gamesMasterText {
    font-size: 12px;
}
.gamesMasterTextTilteContainer, .listHomeAboutContainer {
    padding-left: 5px;
}
}
.navbar-header ul li.logout {
    display: none;
}
/******************************************************************/


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 100001;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-o-keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes spinner {
 0% {
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.navMenuContainer ul li.unsubOption{
    display: none;
}