.pageHeader{padding:10px 0px;}



/* 
	============= 
	Page Body
	=============
*/
.pageBody {z-index:1;}
.pageBody .wrapper{
	background:#fff; min-height:500px; 
	border-radius:25px 25px 0px 0px; padding:25px; 
	/*box-shadow:0px 0px 10px rgba(0,0,0,0.09);*/
	padding-bottom:45px;
}

/* 
	============= 
	Page Footer
	=============
*/
.pageFooter{
	padding:10px 0px; text-align:center;
	background-image: url('../../images/footer_bg.png');
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #492a0e;
	min-height:418px;
}

.appWrapper{
	height:100vh;
	/*background-color:#2face4;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 21%, rgb(159,246,239) 52%, rgb(38,166,227) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 21%, rgb(159,246,239) 52%, rgb(38,166,227) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 21%, rgb(159,246,239) 52%, rgb(38,166,227) 100%);*/
}

/* ============= Top Title */
.pageHeader{z-index:2;}
.pageHeader .logo{float:left; top:5px;}
.pageHeader .logo img{width:95px;}
.pageHeader nav{float:right; font-weight:500; padding:25px 0px 15px;}
.pageHeader nav a{
	color:#fff;  
	/*text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);*/
	padding:6px 10px;
	border-radius:4px;
	border:2px solid rgba(255,255,255,0);
	letter-spacing:0.4px;
}
.pageHeader nav a:hover, 
.pageHeader nav a.active{
	background:#fed040; color:#000;
	border:2px solid rgba(255,255,255,0);
}
.navBtn, .navBtn:hover{
	background:#ff69b3!important; color:#fff!important;
	margin-left:15px;
}

.beforeLogin{
	font-size:15px; 
	text-shadow:0px 2px 0px rgba(0, 0, 0, 0.16);
	color:#fff;
	float:right;
	text-align:right;
	padding-right: 60px;
	border-left: 1px solid #4f469e;
	padding-left: 23px;
	margin-left: 15px;
	margin-top: 18px;
}
.beforeLogin label{display:block; font-weight:500;}
.beforeLogin span{display:block;}
.beforeLogin a{position:absolute; top:0px; right:0px;}
.beforeLogin a img{width:45px;}

/* ============= Loader 1 */
.loader1 {
	background: url('../../images/donkey.gif') #2f81d4;
	background-repeat: no-repeat;
	background-position:bottom center;
	background-size: 40%;
	color: #fff;
}



/*
	=======================================
	Page : userInsights
	=======================================
*/
.userInsights .wrapper{
	background:none;
	border-radius:0px;
	padding:0px;
}
/* === */
.userInsights .hangingMoneky{
	position:absolute;
	top:-130px; left:130px; z-index:2;
	display:inline-block;
	-webkit-animation:monkeySwing 7s ease-out infinite;
	animation:monkeySwing 7s ease-out infinite;
	transform-origin: top center;
}
@-webkit-keyframes monkeySwing{
	0%  {-webkit-transform:rotate(0deg);}
	25%  {-webkit-transform:rotate(-5deg);}
	50%  {-webkit-transform:rotate(0deg);}
	75% {-webkit-transform:rotate(-5deg);}
	100%{-webkit-transform:rotate(0deg);}
}
@keyframes monkeySwing{
	0%  {transform:rotate(0deg);}
	25% {transform:rotate(-5deg);}
	50% {transform:rotate(0deg);}
	75% {transform:rotate(-5deg);}
	100%{transform:rotate(0deg);}
}
.userInsights .flyingBird{
	position:absolute;
	top:100px; right:80px; z-index:1;
	display:inline-block;
}
.userInsights h1{
	padding:35px 0px 0px;
	text-align:center;
	color:#fff;
	font-size:38px;
	font-weight:300;
	letter-spacing:0.5px;
}
.userInsights p{text-align:center; color:#fff; font-size:17px; letter-spacing:0.5px;}
/* === */
.userInsights .box{margin:55px auto 0px; max-width:490px; letter-spacing:0.5px;}
.boxFrom{
	background:#fff;
	border-radius:20px;
	box-shadow:0px 10px 49px 0px rgba(49, 41, 107, 0.20);
	padding:25px 35px 20px;
}
.boxFrom .input{
	border:none;
	border-bottom:1px solid #e1ddf7;
	width:100%; max-height:none; padding:12px 0px;
	font-family:'Poppins', 'Open Sans', sans-serif;	
	font-size:17px; font-weight:400;
	color:#000;	
	letter-spacing:0.5px;
}
.boxFrom .input:focus{border-bottom-color:#332a7c;}
.boxFrom .validation{
	height:15px;
	font-size:12px;
}
.liLeft{width:48%; float:left;}
.liRight{width:48%; float:right;}
::placeholder{color:#645f88; opacity:1;}
:-ms-input-placeholder{color:#645f88;}
::-ms-input-placeholder{color:#645f88;}
/* === */
.forgotLink{
	color: #9895b1;
	font-size: 13px;
	text-decoration: underline;
	top:15px;  z-index:5;
	float: left;
}
.userInsights .box .submitBtn{max-width:120px;}
/* === */
.userInsights .box .bottomText{
	padding:35px 0px;
	text-align:center;
	font-size:16px;
	font-weight:500; color:#524d7a;
}
.userInsights .box .bottomText a{
	color:#332a7c;
	text-decoration:underline;
}


/*
	=======================================
	Widget :: Show case layout
	=======================================
*/
.showcaseLayout{display:grid; grid-template-columns: 64% calc(36% - 30px); grid-gap:30px;}

/* ========= */
.showcaseBox{
	background:#ddfffa;
	border:5px solid #fff;
	border-radius:20px;
	box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.14);	
	overflow:hidden;
}
.showcaseBox img{width:100%;}
.showcaseBox a{
	/*position:absolute;
	top:0px; left:0px; 
	z-index:1;
	height:100%;*/
	width:100%; 
}
.showcaseBox a span{
	position:absolute;
	bottom:0px; left:0px; z-index:1;
	width:100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 2%, rgba(0,0,0,0) 75%); 
	text-align:center;
	font-size:21px; font-weight:600;
	color:#fff;
	padding:65px 0px 15px 0px;
}
/* ========= */
.showcaseLoader{
	position:absolute;
	top:0px; left:0px; z-index:5;
	width:100%; height:100%; text-align:center;
	background:rgba(255,255,255,0.2);
}
.showcaseLoader span{top:50%;}
/* ========= */
.leftShowcase{}
.rightShowcase{
	display: grid; 
	grid-auto-flow: row dense;
	grid-row-gap:30px;
}


/*
	=======================================
	Page :: collections.php
	=======================================
*/
.collectionView{padding:0px 15px 25px;}
.collectionRow{margin-bottom:80px;}
.collectionView h1, .collectionView h2{font-size:28px; font-weight:400; margin-bottom:20px;}
.collectionView h1 strong, .collectionView h2 strong{font-weight:600;}
.collectionView h2 a{
	background:#332a7c;
	top:5px;
	font-weight:500; font-size:15px; float:right;
	color:#fff;
	border-radius:45px;
	padding:5px 15px;
}

.todaysActivity .leftShowcase{
	display: grid; 
	grid-template-columns: 48% 48%; 
	grid-gap: 4%; 
}

.leftShowcase .showcaseBox, .leftShowcase .showcaseBox a{min-height:190px;}
.rightShowcase .showcaseBox, .rightShowcase .showcaseBox a{min-height:90px;}

/*
	=======================================
	Widget :: Breadcrumb
	=======================================
*/
.breadcrumb{padding:0px 0px 10px; font-size:12px;}
.breadcrumb a{
	color:#6995a6; 
	background:url('../../images/breadcrumb_arrow.png') no-repeat;
	background-size:10px;
	background-position:100% 7px;
	padding-right:20px; margin-right:5px;
}
.pageTitle{display:none;}

/*
	=======================================
	Page :: Listing Common
	=======================================
*/
.listingView{padding:15px 0px 10px;}
.dataLoader{padding:50px 25px; text-align:center;}

/* ============= Widget :: Listings */
.listing{
	margin:0px; 
	display:grid; 
	grid-template-columns: 23% 23% 23% 23%; 
	grid-gap: 2.6%; grid-row-gap: 30px;
	margin-bottom:30px;
}
.grid2{grid-template-columns: 48% 48%; grid-gap: 4%; grid-row-gap: 30px;}
.grid3{grid-template-columns: 31% 31% 31%; grid-gap: 3.5%; grid-row-gap: 40px;}
.grid4{grid-template-columns: 23% 23% 23% 23%; grid-gap: 2.6%; grid-row-gap: 30px;}
.grid5{grid-template-columns: 18% 18% 18% 18% 18%; grid-gap: 2.5%; grid-row-gap: 35px;}

/* === */
.listing li a{
	display: block;
	background:#fff;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.23);
	border-radius: 15px;
	
}
.listing li a .thumb{display:block; z-index:10; border-radius:15px 15px 0px 0px; overflow:hidden;}
.listing li a .name{
	display:block;
	text-align: center;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 16px;
	/*color: #000;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listing li a .thumbLoader{
	position:absolute;
	top:0px; right:0px; z-index:1;
	width:100%; height:100%;
	text-align:center;
}
.listing li a .thumbLoader span{top:50%;}

/* ========== nth Child Grid */
.listing li a{background:#fed040!important; color:#000;}
.listing li:nth-child(2n) a{background:#332a7c!important; color:#fff;}

.elementLoader{
	position:absolute;
	top:0px; left:0px; z-index:100;
	width:100%; height:100%;
	text-align:center;
}

.listing li .elementLoader span{
	position:relative;
	margin-top:15%;
	width:80px;
	height:80px;
	background-size:60px;
}

/* ==== */
.listing li.lock .thumb:before {
	content:" ";
	display:block;
	position:absolute;
	top:-10px; right:-10px; z-index:50;
	background:#ff3c3f;
	border-radius:100%;
	width:60px; height:60px;
}
.listing li.lock .lockIcon {
	position: absolute;
	top: -7px; right:0px; z-index: 60;
	width: 42px; height: 52px;
	background: url("../../images/lock.png") no-repeat;
	background-size: 42px;
	transform: rotate(45deg);
}
/* ==== */
.listing li a span.comingSoon {
	text-align: center;
	display: block;
	position: absolute;
	top: -15px; left: 0px; z-index: 20;
	width: 100%;
}
.listing li a span.comingSoon img {width: 150px;}

/* ==== */
.listing li.listLoader {
	margin: 0px!important;
	display: block;
	float: none;
	width: 100%!important;
	clear: both;
	text-align: center;
}
.listing li.listLoader span {margin: 0px!important;}

/* ==== */
.listing li .elementLoader span {
	position: relative;
	margin-top: 15%;
	width: 80px;
	height: 80px;
	background-size: 60px;
}

/*
	=======================================
	Setting Page
	=======================================
*/
.setting{}
.setting .logoutIcon{
	position:absolute;
	top:8px; right:80px; z-index:15;
}
.setting .logoutIcon img{width:55px;}
.setting .box{
	background:#fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(27, 25, 42, 0.1);
	padding:15px 25px;
}
.setting .box ul li{
	border-bottom:1px solid #eaeaea;
	display:grid; 
	grid-template-columns:calc(100% - 150px) 150px;
	padding:15px 0px;
}
.setting .box ul li:last-child{border:none;}
.setting .box ul li h5{font-size:16px; font-weight:500;}
.setting .box ul li p{font-size:14px; color:#8d8ba0;}
.setting .box ul li .value{text-align:right;}

.settingCrow{
	position:absolute;
	bottom:15px; right:15px; z-index:2;
}
.settingCrow img{width:100px;}
.settingMonkey{
	position:absolute;
	top:3px; right:9px; z-index:2;
	-webkit-animation:monkeySwing 7s ease-out infinite;
	animation:monkeySwing 7s ease-out infinite;
	transform-origin: top center;
}
.settingMonkey img{width:100px;}

/*
	=======================================
	Balloon Animation Top to bottom
	=======================================
*/
.balloonAnim {
	position:absolute;
	top:0px;  left:0px; z-index:-1;
	width:100%; height:100%;
}
.balloonAnim a {z-index:500;}
.balloonAnim .bgColor{
	content: " ";
	display: block;
	position:absolute;
	top:0px; left:0px; z-index:5;
	width:100%; height:100%;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	transition: all 800ms ease;
	opacity: 0;
}
.balloonAnim .balloon {
	position:relative;
	top:0px; left:0px; z-index:10;
	width:100%;
	-webkit-transition: -webkit-transform 5000ms ease;
	-moz-transition: -moz-transform 5000ms ease;
	transition: transform 5000ms ease;
	-webkit-transform: translate3d(0, 110%, 0);
	-moz-transform: translate3d(0, 110%, 0);
	transform: translate3d(0, 110%, 0);
}
.balloonAnim .balloon img{max-width:100%;}
.balloonAnim.activeBalloonAnim {z-index:30000;}
.balloonAnim.activeBalloonAnim .bgColor{opacity: 1;}
.balloonAnim.activeBalloonAnim .balloon {
	-webkit-transform: translate3d(0, -110%, 0);
	-moz-transform: translate3d(0, -110%, 0);
	transform: translate3d(0, -110%, 0);
}

/*
	=======================================
	playerWrapper 
	=======================================
*/
.playerWrapper{display:grid; grid-template-columns:800px calc(100% - 800px); margin-bottom:55px;}
.playerWrapper .player{}
.playerWrapper .player .playerContent{
	height:455px; background-color:#000; overflow:hidden;
	box-shadow:0px 0px 10px rgba(0,0,0,0.4);
	z-index:1;
}

.gameLoader{
	position:absolute;
	top:0px; left:0px; z-index:30000!important;	
	text-align:center;
	width:100%; height:100%;	
	background: url(../../images/lion_loader.gif) #fcf0da;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 40%;
}
.gameLoader h2{font-size:29px; padding-top:25px;}
.gameLoader p{font-size:19px;}
.gameLoader h2:before{content:"Please Wait";}
.gameLoader p:before{content:"loading the assets...";}
.gameLoader strong{
	background:#fff; display:inline-block; width:40px; height:40px; border-radius:5px; top:50%; transform:translateY(-50%);
	display:none;
}

.playerWrapper .player .playerContent main{height:455px;}
.playerWrapper .player .playingInfo{background:#fff; z-index:500; font-family: 'Poppins', 'Open Sans', sans-serif; padding:15px 25px; z-index:0;}
.playerWrapper .player .playingInfo h5{font-size:25px; font-family: 'Poppins', 'Open Sans', sans-serif; font-weight:500; color:#02212f;}
.playerWrapper .player .playingInfo label{font-size:15px; font-weight:400; color:#6995a6;}
.playerWrapper .player .playingInfo .pre{
	margin-top:15px;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap;
    word-wrap: break-word; 
	font-family: 'Poppins', 'Open Sans', sans-serif;
}
.playerWrapper .player .playingInfo .share{
	position:absolute;
	top:18px; right:25px;
}
.playerWrapper .player .playingInfo .share span{
	font-weight:400; text-transform:uppercase; vertical-align:top;
	letter-spacing:0.8px;
	color:#6995a6; top:8px;
}
.playerWrapper .player .playingInfo .share a{
	width:35px; height:35px;
	border-radius:100%;
	background:url('../../images/social_share_icon.png');
	background-size:25px;
	background-color:#2853bd;
	background-repeat: no-repeat;
	margin-left:5px; text-align:center;
	vertical-align:top;
	text-indent:-500px;
	overflow:hidden;
}

.playerWrapper .player .playingInfo .share a.fb{background-color:#2853bd; background-position:7px 5px;}
.playerWrapper .player .playingInfo .share a.tw{background-color:#25b4ef; background-position:6px -37px;}
.playerWrapper .player .playingInfo .share a.wp{background-color:#2d9a17; background-position:6px -78px;}

/* ================= */
.playerWrapper .upnextPlayingList{font-family: 'Poppins', 'Open Sans', sans-serif; letter-spacing:0.2px; padding-left:25px;}
.upnextPlayingList li{
	display:grid; grid-template-columns:95px calc(100% - 95px);
	border-bottom:1px solid rgba(0,0,0,0.08);
	padding:15px 0px;
}
.upnextPlayingList li:first-child{padding-top:0px;}
.upnextPlayingList li:last-child{padding-bottom:0px; border-bottom:none;}
.upnextPlayingList li .thumb{height:91px; border-radius:5px;}
.upnextPlayingList li .thumb img{width:91px; height:91px; vertical-align:top;}
.upnextPlayingList li .info{padding-left:15px; color:#000; line-height:20px;}
.upnextPlayingList li .info label{font-size:17px; font-weight:500; cursor:pointer;}
.upnextPlayingList li .info strong{font-size:13px; font-weight:400; color:#ea624c;}

/* ================= */
.topCollectionList{margin-bottom:60px; padding:0px 15px;}
.topCollectionList h2{border-bottom:1px solid #fec434; margin-bottom:30px;}
.topCollectionList h2 span{
	background:url('../../images/pattern_cut.png') #fec434; 
	background-position:top right;
	background-repeat:no-repeat;
	font-weight:500; color:#fff; 
	padding:8px 60px 8px 20px;
	border-radius:10px 0px 0px 0px;
	margin-left:10px;
	font-family: 'Poppins', 'Open Sans', sans-serif;
}
.topCollectionList:nth-child(2n) h2{border-color:#ff69b3!important;}
.topCollectionList:nth-child(2n) h2 span{background-color:#ff69b3!important;}
.topCollectionList .listing{margin-bottom:80px;}