﻿/*   Style v1.0   */

.body-wrapper{position: relative;}

.header{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background: #ffffff;
	z-index: 99999999;
}

.inner-header{
	text-align: center;
	padding: 40px 0 90px 0;
	overflow: hidden;
}

.logo a{
	display: inline-block;
	width: 118px;
	height: 57px;
	background: url('../images/logo.png') no-repeat right center;
}

.logo{
	display: inline-block;
	vertical-align: middle;
}

.search-box{
	display: inline-block;
	vertical-align: middle;
	width: 720px;
	margin-right: 15px;
}

.powered-by{
	position: absolute;
	left: 98px;
	top: 30px;
}

.header.sticky .powered-by{top: 22px;}

.header-note{
	float: right;
	width: 20%;
}

.mainpage-button{
	float: left;
	width: 78%;
	text-align: left;
	margin-right: 2%;
}

.mainpage-button a{
	display: inline-block;
	color: #5144a8;
	font-size: 14px;
	padding: 5px 40px 0 0;
	background: url('../images/icons/homepage.png') no-repeat right center;
}

.mainpage-button a:hover{
	color: #009688;
	padding-right: 45px;
}

.header-note .half-box{
	max-width: 108px;
	height: 32px;
	color: #ffffff;
	text-align: center;
	padding: 5px 0 8px 0;
	background-color: #5144a8;
	border-radius: 3px;
}

.half-box.mobile{
	color: #464655;
	background-color: #ffffff;
	border:1px solid #ebecee;
}

.header.sticky .mainpage-button,
.header.sticky .header-note{display: none;}

.header.sticky .inner-header{
	position: relative;
	padding: 12px 0;
}

.header.sticky .logo a{background-image: url('../images/logo-sticky.png');}

.header.sticky .search-box{margin: auto;}

.header.sticky .top-header.has-medium-top-padding{padding: 0 !important;}

.emptydiv{height: 250px;}
.always-sticky-emptydiv.emptydiv{height: 100px;}

.pc{
	background-color: #009688;
	border-color: #009688;
}

.header-note .half-box span{
	display: inline-block;
	text-align: center;
}

.mobile span{
	padding-right: 20px;
	background: url('../images/icons/mobile.png') no-repeat right 49%;
}

.pc span{
	padding-right: 30px;
	background: url('../images/icons/pc.png') no-repeat right 49%;
}

.mobile:hover{border-color: #5144a8;}
.pc:hover{background-color: #362b81;}

.favorite{
	position: relative;
	padding: 26px 50px 10px 10px;
	background-color: #ffffff;
	border-radius: 3px;
}

.inner-favorite{
	position: relative;
	min-height: 300px;
}

.fav-item{
	position: relative;
	display: inline-block;
	width: 99px;
	text-align: center;
}

.favorite-title{min-height: 57px;}

.editable-div .favorite-title{margin-bottom: 0;}

.favorite-title h2{display: inline-block;}

.editable-div .right-box{
	float: right;
	width: 80px;
}

.favorite-title .left-box{width: 80px;}

.edit-section{
	float: right;
	width: 658px;
	text-align: left;
	padding-right: 10px;
}

.edit-icon-wrapper{
	position: relative;
	display: inline-block;
}

.edit-icon-wrapper span{
	position: absolute;
	bottom: 30px;
	right: 50%;
	display: inline-block;
	width: 86px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	margin-right: -36px;
	background-color: #5144a8;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.edit-icon-wrapper span::after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: 8px;
	height: 4px;
	margin-left: -3.5px;
	background: url('../images/assets/triangle-purple.png') no-repeat center;
}

.edit-icon-wrapper:hover span{
	bottom:36px;
	opacity: 1;
	visibility: visible;
}

.edit-icon{
	display: inline-block;
	width: 17px;
	height: 17px;
    margin-right: 10px;
	background: url('../images/assets/setting.png') no-repeat center;
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
}

.sidebar-box{
	position: absolute;
	top: 20px;
	right: -50px;
}

.sidebar-box.is-top-fixed{right:auto !important;}

.to-top{
	display: inline-block;
	padding: 11px 23.5px;
	background: url('../images/assets/arrow-up.png') no-repeat center #ffffff;
	border-radius: 3px;
}

.to-top:hover{background-color: #c9cacb;}

.icon-box{
	margin-top: 5px;
	padding: 14px 0;
	background-color: #ffffff;
	border-radius: 3px;
}

.icon-box ul li a{
	display: block;
	margin-bottom: 14px;
	padding: 3px 0;
}

.icon-box ul li:last-child a{margin-bottom: 0;}

.icon-box li:nth-child(1) a.active{background-image: url('../images/icons/favorite-icon-active.png') !important;}
.icon-box li:nth-child(2) a.active{background-image: url('../images/icons/entertainment-active.png') !important;}
.icon-box li:nth-child(3) a.active{background-image: url('../images/icons/chart-icon-active.png') !important;}

.inside-box{
	position: absolute;
	top: 25px;
	right: -35px;
	z-index: 2;
}

.inside-box strong{
	display: block !important;
	padding: 15px 20px !important;
}

.has-side-icon{position: relative;}

.icons span{
	position: absolute;
	bottom: 32px;
	right: 50%;
	display: inline-block;
	width: 70px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 10px;
	margin-right: -35px;
	background-color: #5144a8;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.icons span::after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: 8px;
	height: 4px;
	margin-left: -3.5px;
	background: url('../images/assets/triangle-purple.png') no-repeat center;
}

.icons strong:hover span{
	bottom:36px;
	opacity: 1;
	visibility: visible;
}

.favorite .half-box{
	width: 50%;
	margin-right: 0;
}

.favorite a.save-favorites,
.favorite input[type="submit"],
.favorite .edit-section{display: none;}

.favorite.editable-div a.save-favorites,
.favorite.editable-div  input[type="submit"],
.favorite.editable-div .edit-section{display: block;}

.inner-favorite a{
	display: inline-block;
	padding: 12px 19.5px 3px 19.5px;
	border-radius: 3px;
}

.favorite-box a img{display: block;}
.image-box{min-height: 47px;}

.inner-box{
	position: relative;
	z-index: 4;
}

.inner-box span{
	direction: ltr;
	display: inline-block;
	color: #464655;
	font-size: 14px;
	margin-top: 5px;
}

.fav-item > a:hover {
	background: #ffffff;
	-webkit-box-shadow: 0 0 30px #d4d4d4;
	-moz-box-shadow: 0 0 30px #d4d4d4;
	box-shadow: 0 0 30px #d4d4d4;
}

.has-side-icon{position: relative;}

.image-box{position: relative;}

.image-box.vpn:before{
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 31px;
  height: 31px;
  background: url('../images/icons/vpn.png') no-repeat center;
}

.image-box span.remove{
	display: none;
	position: absolute;
	top: -17px;
	left: -9px;
	width: 24px;
	height: 24px;
	background: url('../images/assets/close-black.png') no-repeat center #ffffff;
	border-radius: 100%;
	z-index: 22;
	-webkit-box-shadow: 0 0 30px #d4d4d4;
	-moz-box-shadow: 0 0 30px #d4d4d4;
	box-shadow: 0 0 30px #d4d4d4;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.has-side-icon.has-delete-icon span.remove{display: block;}

.has-side-icon.has-delete-icon span.remove:hover{background: url('../images/assets/close-white.png') no-repeat center #db4336;}

.entertainment-wrapper,
.sitemap-wrapper{
	padding: 25px 50px 25px 50px;
	border-radius: 3px;
}

.box-title{margin-bottom: 16px;}

.favorite-title h2{
	padding-right: 36px;
	margin-right: 19px;
	background: url('../images/icons/favorite-icon.png') no-repeat right center;
}

.login-box,
.logined-box-header{padding: 15px 20px 20px 20px;}

a.login-bttn{width: 100%;}

a.login-bttn span{
	display: inline-block;
	padding-right: 40px;
	background: url('../images/logo-bttn.png') no-repeat right center;
}

.login-box-footer a{display: inline-block;}

.login-box-footer a:hover,
.edit-profile-section a:hover{color: #009688;}

.info-icon{
	display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: 7px;	
    background: url('../images/icons/info.png') no-repeat center;
}   

.info-icon:hover{background-image: url('../images/icons/info-active.png');} 

.edit-profile-section{
	padding: 12px 20px;
	background-color: #fafafb;
	border-top: 1px solid #ebecee;
	border-bottom: 1px solid #ebecee;
}

.edit-profile-icon{background: url('../images/icons/edit.png') no-repeat right center;}
.log-out-icon{background: url('../images/icons/log-out.png') no-repeat right center;}

.logined-box-footer{padding: 10px 20px;}

.user-progress{margin: 25px 0 40px 0;}

.user-progress ul li{
	position: relative;
	float: right;
	width: 7.142857142857143%;
	height: 7px;
	background-color: #e1e2e4;
}

.user-progress ul li.active{background-color: #ffc900;}

.user-progress ul li strong{
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
}

.user-progress ul li:nth-child(7) strong{left : -2px;}
.user-progress ul li:last-child strong{left : -4px;}

.user-progress ul li:first-child strong{
	left : auto;
	right: 0;
}

.user-progress ul li a.gift{
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 9px;
	width: 21px;
	height: 21px;
	background: url('../images/icons/gift.png') no-repeat center;
}

.user-progress ul li a.gift:hover{background-image: url('../images/icons/gift-active.png');}

.user-progress ul li::after{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 1px;
	height: 5px;
	background-color: #e1e2e4;
}

.user-progress ul li:nth-child(7)::after,
.user-progress ul li:last-child::after{height: 10px;}

.user-progress ul li:first-child::before{
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 1px;
	height: 5px;
	background-color: #e1e2e4;
}

.user-progress ul li.active::after,
.user-progress ul li.active::before{background-color: #ffc900;}







.entertainment-wrapper .box-title h2{
	padding-right: 40px;
	background: url('../images/icons/entertainment.png') no-repeat right center;
}

.sitemap-wrapper .box-title h2{
	padding-right: 40px;
	background: url('../images/icons/chart-icon.png') no-repeat right 27%;
}

.entertainment-wrapper span{
	display: inline-block;
	color: #464655;
	font-size: 14px;
	text-align: center;
	
}

.game-section a,
.music-section a{
	display: inline-block;
	text-align: center;
}

.game-section span{margin-top: 15px;}

.music-box{
	margin-bottom: 20px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.music-name{
	display: table;
	width: 100%;
	max-width: 150px;
	height: 60px;
	padding: 0 14px;
	background-color: #f5f6f8;
	border: 1px solid #ebecee;
	border-top-color:transparent;
	border-radius: 0 0 3px 3px;
}

.music-name .music-name-inside{
	display: table-cell;
	vertical-align: middle;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.music-box:hover .music-name{
	background-color: #22afa2;
	border-color: #22afa2;
	border-top-color:transparent;
}

.music-name strong,
.music-name span{display: block;}

.music-name strong{
	color: #464655;
	font-size: 12px;
}

.music-name span{
	color: #000000;
	font-size: 11.5px;
	font-family: 'Iran-Medium';
}

.music-box:hover .music-name span,
.music-box:hover .music-name strong{color: #ffffff;}

.music-box:hover img{opacity: .9;}

.game-box{margin-bottom: 30px;}

.game-box span{
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.game-box .image-box{z-index: 3;}

.game-box .image-box.app-games:before{
	content: '';
	position: absolute;
	top: -15.5px;
	left: -15.5px;
	width: 31px;
	height: 31px;
	background: url('../images/icons/mobile-icon.png') no-repeat center;
	z-index: 9;
}

.game-box:hover span{color: #009688;}
.game-box:hover img{opacity: .9;}

.entertainment-wrapper img{display: block;}

.event-box{
	display: block;
	margin-bottom: 30px;
}

.event-image{
	float: right;
	width: 27%;
	margin-left: 3%;
}

.event-details{
	float: left;
	width: 70%;
	color: #464655;
}

.event-box .event-details h6{
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.event-box:hover .event-details h6{color: #009688;}

.event-box:hover img{opacity: .9;}

.sitemap-items li{
	width: 100%;
	margin-bottom: 14px;
}

.sitemap-items li:before{
	content: attr(data-number);
	display: inline-block;
	color: #464655;
	font-family:'Iran-Medium';
	font-size: 14px;
	margin-left: 8px;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
}

.sitemap-items li:hover:before{color: #009688;}

.sitemap-box span,
.sitemap-box img{
	display: inline-block;
	vertical-align: middle;
}

.sitemap-box span{
	color: #464655;
	font-size: 14px;
	line-height: 14px;
	margin: 4px 10px 0 0;
	border-bottom: 1px solid transparent;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.sitemap-wrapper a:hover span{
	color: #009688;
	border-bottom-color: #009688;}

.sitemap-wrapper a:hover img{opacity: .9;}

.static{
	font-size: 15px;
	color:#464655;
	padding:55px;
	background-color: #ffffff;
	border-radius: 2px;
}

.static p{padding-top:20px;}
.static ul{margin-top:20px;}

.top-footer{
	padding: 30px 0;
	border-bottom: 1px solid #e3e4e5;
}

.bottom-footer{padding: 30px 0;}

.store-icons a{
	display: inline-block;
	margin-right: 10px;
}

.store-icons a:hover img{opacity: .9;}

.footer-navigation li{
	display: inline-block;
	color: #464655;
	font-size: 14px;
	margin-right: 14px;
}

.footer-navigation li a:hover{color: #ffbf00;}

.copyright{
	font-size: 12px;
	color: #8e8d9e;
}

span.word{
	display: block;
    width: 48px;
    height: 48px;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 54px;
    margin: 0 auto;
    border: 2px solid #121212;
    border-radius: 3px;
}

ul.sidebar-list-item{padding: 0 20px;}

ul.sidebar-list-item li a{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #ebecee;
}

ul.sidebar-list-item li:last-child a{border-bottom: none;}

ul.sidebar-list-item li.active a,
ul.sidebar-list-item li a:hover{color: #5144a8;}

ul.sidebar-list-item li a:hover{padding-right: 5px;}

.border-box{
	padding: 30px 0;
	border-bottom: 1px solid #ebecee;
}

.static.less-top-padding{padding: 10px 55px 55px 55px;}

.switch-buttons .field-holder{margin: 15px 0;}

.switch-buttons p{
	float: right;
	padding-top: 0;
}

.login-register-wrapper{min-height: 600px;}

.login-register{border-radius: 5px;}

.login-register.section-box{padding: 30px !important;}

.login-register-tabs li{
	float: right;
	width: 50%;
	display: inline-block;
	text-align: center;
}

.login-register-tabs li a{
	display: block;
	color: #7f7e8f;
	font-size: 17px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ebecee;
}

.login-register-tabs li.active a{
	color: #464655;
	border-color: #464655;
}

.login-register-tabs li a:hover{color: #464655;}

.login-register-tabs li a span{
	display: inline-block;
	padding-right: 30px;
}

.login-register-tabs li a span.login-icon{
	padding-right: 25px;
	background: url('../images/icons/login.png') no-repeat right center;
}

.login-register-tabs li a span.register-icon{background: url('../images/icons/register.png') no-repeat right center;}

.login-register-tabs li.active a span.login-icon{background: url('../images/icons/login-active.png') no-repeat right center;}
.login-register-tabs li.active a span.register-icon{background: url('../images/icons/register-active.png') no-repeat right center;}

.register-thank-you{padding: 25px;}

.text-with-line{
	position: relative;
	width: 100%;
	height: 1px;
	background: #e2e3e5;
}

.text-with-line span{
	position: absolute;
	top: -14px;
	left: 50%;
	display: inline-block;
	padding: 0 10px;
	margin-left: -15px;
	background-color: #ffffff;
}

.google-login{background: url('../images/icons/google-login.png') no-repeat 97% center;}

.register-box-wrapper,
.register-thank-you,
.forgot-password,
.forgot-password-thank-you,
.reset-password{display: none;}


/*   Added Styles by Back-end   */







/*   Added Styles After Q&A   */


