@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb(FaNum).eot');
	src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: bold;
	font-weight: bold;
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
body {
	direction: rtl;
	background: #f2f5f9;
	height: auto;
}
.container {
	height: auto;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 12px;
}
.icons {
	background: url(../images/icons.png) no-repeat top left;
}
.usericon {
	background-position: 0 -70px;
	width: 30px;
	height: 40px;
	display: block;
	float: right;
}
.gapicon {
	width: 120px;
	height: 70px;
	background-position: 0 0;
	display: block;
	float: right;
}
.menuicon {
	width: 30px;
	height: 30px;
	background-position: 0 -110px;
	display: block;
	float: right;
	margin: 10px 0;
}
.hoticon {
	width: 30px;
	height: 50px;
	background-position: 0 -180px;
	display: block;
	float: right;
	margin-left: 10px;
}
#header {
	height: 120px;
	margin-bottom: 40px;
}
#header #mainhead {
	height: 70px;
	background: url(../images/headerbg.png) repeat-x top center;
	overflow: hidden;
}
#header #mainhead #logo {
	float: right;
	width: 170px;
}
#header #mainhead #logo a {
	text-indent: -9999em;
	font-size: 1px;
	display: block;
}
#header #mainhead #nav {
	float: right;
	font: bold 15px/32px 'IRANSans';
	margin: 20px 0;
}
#header #mainhead #nav ul li {
	float: right;
}
#header #mainhead #nav ul li a {
	color: #fff;
	display: block;
	padding: 0 20px;
	border-radius: 16px;
	transition: all 0.6s ease;
}
#header #mainhead #nav ul li a.active,
#header #mainhead #nav ul li a:hover {
	background: #55369f;
	color: #fff;
}
#header #mainhead #userstatus {
	float: left;
	margin: 15px 0;
}
#header #mainhead #userstatus #login a {
	color: #78661f;
	display: block;
	padding: 0 20px;
	border-radius: 20px;
	transition: all 0.6s ease;
	background: #ffdc4f;
	font: 500 13px/40px 'IRANSans';
}
#header #mainhead #userstatus #login a:hover {background: #ffeb9b;}
#header #menu {
	background: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	height: 50px;
}
#header #menu > .container {position: relative;overflow: visible;}
#header #menu .subject {
	color: #989fa5;
	font: 500 14px/50px 'IRANSans'; 
	float: right;
	width: 110px;
	cursor: pointer;
}
#header #menu .menu_btns {
	color: #fff;
	font: 500 12px/30px 'IRANSans'; 
	float: right;
	cursor: pointer;
	height: 30px;
	margin: 10px auto;
}
#header #menu .menu_btns .menu_btn {
	float: right;
	border-radius: 15px;
	background: #784fd7;
	margin-left: 10px;
	padding: 0 10px;
}
#header #menu .menu_btns .menu_btn a{
	color: #fff;
}
#header #menu .menu_btns .menu_btn .icons {
	height: 30px;
	float: right;
	margin: 0px;
	display: block;
	width: 20px;
	height: 30px;
	margin-left: 5px;
}
#header #menu .menu_btns .menu_btn .icons.verifyicon {background: url(../images/icons.png) no-repeat -120px -285px;}
#header #menu .menu_btns .menu_btn .icons.peopleicon {background: url(../images/icons.png) no-repeat -160px -285px;}
#header #menu .menu_btns .menu_btn .icons.devicon {background: url(../images/icons.png) no-repeat -140px -285px;}
#header #menu .submenu {
	float: right;
	font: 500 14px/50px 'IRANSans'; 
}
#header #menu .submenu.dropmenu {
	position: absolute;
	top: 47px;
	right: 15px;
	width: 280px;
	height: auto;
    background: #f4f4f4;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	z-index: 150;
	font: 500 13px/30px 'IRANSans'; 
	transition: all 0.4s ease;
	display: none;
	visibility: hidden;
	padding: 5px;
}
#header #menu .submenu.dropmenu.actived {
	visibility: visible;
	display: block;
}
#header #menu .submenu.dropmenu::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0.12);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    margin-left: -8px;
    position: absolute;
    right: 23px;
    top: -10px;
}
#header #menu .submenu.dropmenu::after {
    border-bottom: 8px solid #f4f4f4;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    margin-left: -8px;
    position: absolute;
    right: 25px;
    top: -8px;
}
#header #menu .submenu.dropmenu ul li {width: 50%;}
#header #menu .submenu.slidemenu {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	overflow: hidden;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	z-index: 150;
	font: 500 14px/40px 'IRANSans'; 
	transition: all 0.4s ease;
}
#header #menu .submenu.slidemenu.actived {
	right: 0;
}
#header #menu .submenu.slidemenu ul li {width: 50%;}
#header #menu .submenu .menu_btns,
#header #menu .submenu .submenu_header {display: none;}
#header #menu .submenu.slidemenu .submenu_header {display: block;}
#header #menu .submenu.slidemenu .menu_btns {clear: both;text-align: center;}
#header #menu .submenu.slidemenu .menu_btns .menu_btn {
	float: none;
	margin: 5px auto;
	width: 110px;
	display: inline-block;
}
#header #menu .submenu.slidemenu .menu_btns .menu_btn:last-child {
	width: 245px;
}
#header #menu .submenu.slidemenu .submenu_header .title {
    color: #989fa5;
    float: right;
    font: 500 14px/50px "IRANSans";
    width: 290px;
}
#header #menu .submenu.slidemenu .close_slidemenu {
	background: #989fa5;
	line-height: 28px;
    font-size: 20px;
    left: 5px;
    top: 8px;
    position: absolute;
	width: 25px;
	height: 25px;
	color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease;
}
#header #menu .submenu.slidemenu .close_slidemenu:hover {background: #808182;}
#overly_bg {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
#overly_bg.actived {display: block;}
#header #menu .submenu ul li {
	float: right;
}
#header #menu .submenu ul li a {
	color: #656c73;
	display: block;
	padding: 0 10px;
	transition: all 0.6s ease;
}
#header #menu .submenu ul li a:hover {color: #3f4142;}
#header #searchbox {
	height: 36px;
	position: relative;
	margin:7px 0;
	width: 280px;
	float: left;
	overflow: hidden;
}
#header #searchbox .searchinput {
	width: 100%;
	height: 36px;
	background: #f6f7fb;
	border: 1px solid #dedfe4;
	padding: 0 15px;
	font: 500 12px/34px 'IRANSans';
	color: #8c99a6;
	box-sizing: border-box;
	padding-left:43px;
}
#header #searchbox .searchinput::-webkit-input-placeholder{
	text-align:right;
}
#header #searchbox .searchinput:-moz-placeholder{
	text-align:right;
}
#header #searchbox .submit {
	width: 44px;
	height: 40px;
	background-color: #784fd7;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease;
	background-position: 0 -140px;
	display: block;
	margin-top: -2px;
}
#header #searchbox .submit:hover {background-color: #55369f;}
.module {
	box-shadow: 0px 5px 10px 0px rgba(18, 37, 62, 0.08);
	overflow: hidden;
	margin-bottom: 19px;
}
.module .module_head {
	padding: 0 15px;
	height: 50px;
	font: 500 15px/50px 'IRANSans'; 
	box-sizing: border-box;
	color: #5c6671;
	background: #e2e7ed;
}
.module.darkmodule .module_head {
	background: #27303a;
	color: #98a5b5;
}
.module .module_head h3 {font: 500 15px/50px 'IRANSans'; }
.module .module_container {
	box-sizing: border-box;
	background: #fff;
	padding: 15px;
	overflow: hidden;
}
.module.darkmodule .module_container {
	background: #3e4853;
	height: 100%;
	overflow-y: hidden;
}
#wrapper .main_wrapper .sidebar {
	width: 28%;
	float: right;
	height: auto;
}
#wrapper .main_wrapper .details_sidebar .list_services .row,
#wrapper .main_wrapper .sidebar .list_services .row {width: 100%;float: none;}
#wrapper .main_wrapper .sidecontent {
	width: 70%;
	float: left;
	height: auto;
}
#wrapper .main_wrapper .details_sidebar {
	width: 28%;
	float: left;
	height: auto;
}
#wrapper .main_wrapper .details_content {
	width: 70%;
	float: right;
	height: auto;
}
#wrapper .main_wrapper .details_content.details_content_in_mobile {width: 100%;}
#wrapper #searchbox {
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}
#wrapper #searchbox .searchinput {
	width: 100%;
	height: 40px;
	background: #f6f7fb;
	border: 1px solid #dedfe4;
	padding: 0 15px;
	font: 500 12px/38px 'IRANSans';
	color: #8c99a6;
	box-sizing: border-box;
}
#wrapper #searchbox .submit {
	width: 44px;
	height: 40px;
	background-color: #c6af25;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease;
	background-position: 0 -140px;
	display: block;
}
#wrapper #searchbox .submit:hover {background-color: #ac971a;}
#wrapper .sidebar .module .all_tags {
	overflow: hidden;
}
#wrapper .sidebar .module .all_tags ul li a {
	float: right;
	font: 500 11px/22px 'IRANSans';
	border: 1px solid #c6c8d0;
	border-radius: 12px;
	padding: 0 12px;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #f6f7fb;
	color: #7b838a;
	transition: all 0.4s ease;
}
#wrapper .sidebar .module .all_tags ul li a:hover {
	background: #7b838a;
	color: #fff;
	border-color: #6c747a;
}
#wrapper .sidebar .banner {
	margin-bottom: 15px;
}
.imgservice {
	border: 1px solid #fff;
	box-shadow: 0px 2px 4px 0.3px rgba(0, 0, 0, 0.15);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
	overflow: hidden;
}
.darkmodule .imgservice {border-color: #3e4853;}
.imgservice img {
	width: 70px;
	height: 70px;
}
.statusbtn {
	overflow: hidden;
}
.statusbtn a {
	width: 100px;
	border: 2px solid #aaabb9;
	border-radius: 2px;
	font: 500 14px/30px 'IRANSans';
	color: #7c7e8f;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.statusbtn.checked a {
	border-color: #04be5b;
	background: #04be5b;
	color: #fff;
}
.statusbtn.canceled_checked a{
	border-color: #ff6859;
	background: #ff6859;
	color: #fff;
}
.statusbtn span i {
	line-height: 30px;
	font-size: 12px;
}
.servicename a, .servicename {
	font: 500 14px/35px 'IRANSans';
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.darkmodule .servicename a,.darkmodule .servicename {color: #fff;}
.serviceprice {
	font: 13px/20px 'IRANSans';
	color: #bcbcbc;
}
.serviceprice .icon-coins {
	display: inline-block;
	line-height: 20px;
	margin-left: 5px;
}
.servicedesc {
	font: 12px/18px 'IRANSans';
	color: #8b9299;
	margin-top: 5px;
}
.row {
	height: 70px;
	padding: 9px 0;
}
.row .imgservice {
	float: right;
	margin-left: 10px;
}
.row .service_meta {
	float: right;
	padding: 5px 0;
}
.service_meta .servicename, .service_meta .serviceprice {
	line-height: 30px;
}
.row .statusbtn {
	float: left;
	margin: 20px 0;
}
.list_services .row {height: 50px;padding: 0;margin: 4px 0;display: inline-block;}
.list_services .service_meta {padding: 0;}
.list_services .imgservice img,
.list_services .imgservice {width: 50px;height: 50px;margin: 0px;}
.list_services .servicename a, .list_services .servicename {
	font: 500 14px/30px 'IRANSans';
}
.module .serviceprice {
	font: 12px/20px 'IRANSans';
}
.module .list_services .imgservice {margin-left: 10px;}
.box {
    background: #fff;
    padding: 10px 5px;
    box-sizing: border-box;
    float: right;
    text-align: center;
    overflow: hidden;
}
.graybox {
	background: #efefef !important;
    width: 172.6px !important;
}
.separateboxs_container {padding: 20px !important;}
.separateboxs {overflow: hidden;margin: -10px;}
.separateboxs .box{margin: 10px;}
.favbox {
    width: 195px;
    height: 245px;
}
.favbox.group {
	height: 178px !important;
}
.lastbox {
    width: 145px;
    height: 150px;
}
.lastbox .imgservice {margin-bottom: 0;}
.lastbox .statusbtn {
    margin-top: 5px;
}
.pictorial {position: relative;overflow: hidden;width: 250px;}
.pictorial:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
.pictorial .pictorial_img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.pictorial .pictorial_link a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}
.pictorial .pictorial_title:before {
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 0.7));
    content: " ";
    display: block;
    z-index: -1;
}
.pictorial .pictorial_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    right:0; 
    padding: 10px;
	font: bold 17px/20px 'IRANSans';
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
}
#wrapper #slider {
	margin-bottom: 15px;
}
#wrapper #slider .owl-dots {
	text-align: center;
}
#wrapper #slider .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#wrapper #slider .owl-dots .owl-dot span{
	display: block;
	width: 5px;
	height: 5px;
	margin: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #a8acb9;
    background: none;
}
#wrapper #slider .owl-dots .owl-dot.active span,
#wrapper #slider .owl-dots .owl-dot:hover span{background: #a8acb9;}
#wrapper .tile_services .row {
	float: right;
	width: 33.3%;
}
#wrapper .smalltile_services .row {
	float: right;
	width: 25%;	
}
#wrapper .special_services {
	height: 405px;
	overflow: hidden;
	margin-bottom: 15px;
}
#wrapper .special_services .owl-carousel {overflow: hidden;}
#wrapper .special_services.sport_special_services {
	background:#212e3f url(../images/sport_special_services.jpg) no-repeat center center;
}
#wrapper .special_services .service_title {
	font: 500 22px/40px 'IRANSans';
	color: #ffffff;
	margin: 40px 0 30px;
}
#wrapper .modulenobox {
	overflow: hidden;
	margin-bottom: 15px;
}
#wrapper .modulenobox .module_head {
	font: 500 16px/30px 'IRANSans';
	color: #5c6671;
	margin: 20px 0 15px;
}
#footer {
	padding: 25px 0 10px 0;
	background-color: #2e3033;
    position: relative;
}
#footer_head {
	margin-bottom: 10px;
}
#footer_menubg {
	padding: 10px 40px;
	border-radius: 			1px; 	
	-moz-border-radius: 	1px;
	-webkit-border-radius: 	1px;
	background-color: #393c40;
}
#footer_menubg .menu {
	float: left;
}
#footer_menubg .menu ul li {
	float: right;
	margin-right: 10px;
}
#footer_menubg .up_menu {
	float: right;
}
#footer_menubg .up_menu span {
	float: right;
	color: #737980;
	display: block;
	margin-left: 4px;
	height: 40px;
	text-align: right;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	line-height: 40px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#footer_menubg .up_menu:hover span {
	color: #fff;
}
#footer_menubg a {
	display: block;
	padding: 0 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font: 500 11px/40px IRANSans;
	color: #737980;
}
#footer_menubg a:hover {
	color: #fff;
}
#app_download{
	float: left;
	margin-top: 10px;
}
#footer_logo_box{
	float: right;
}
#footer_logo_box .logo{
	background: url(../images/footer-logo.png) no-repeat;
	float: right;
	display: block;
	width: 190px;
	height: 58px;
}
#footer_logo_box p{
	font: 500 10px/20px IRANSans;
	color: #737980;
}
.header_app{
	float: left;
	padding: 7px 17px;
	height: 28px;
	margin-top: 5px;
	font: 500 12px/28px IRANSans;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	border-radius: 			22px; 	
	-moz-border-radius: 	22px;
	-webkit-border-radius: 	22px;
}
.header_app a{
	float: left;
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 6px;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
.header_app a span.icon{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.header_app a span.tooltip{
	position: absolute;
	right: -36px;
	bottom: -30px;
	width: 100px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	display: none;
	color: #fff;
	font: normal 11px/25px IRANSans;
}
.header_app a:hover span.tooltip{
	display: block;
}
.header_app a.bazar{ background:#91B42F;}
.header_app a.ios{ background:#646c70;}
.header_app a.gplay{ background:#FF4444;}
.header_app a.download{ background:#10ACF6;}
.header_app a.disable{
    cursor: not-allowed;
    opacity: 0.5;
    background: #646c70 !important;
}
.header_app a.bazar span.icon{background: url(../images/icons.png) no-repeat -90px -285px;}
.header_app a.gplay span.icon{background: url(../images/icons.png) no-repeat -30px -285px;}
.header_app a.download span.icon{background: url(../images/icons.png) no-repeat -60px -285px;}
.header_app a.ios span.icon{background: url(../images/icons.png) no-repeat 0 -285px;}
#detailsbox {
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(18, 37, 62, 0.08);
}
#detailsbox .coverofservice {position: relative;margin-bottom: 40px;}
#detailsbox .coverofservice:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%;
 }
#detailsbox .coverofservice .cover img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	max-height: 330px;
}
#detailsbox .coverofservice .cover:after {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 1));
    content: " ";
    display: block;
    z-index: 1;
}
#detailsbox .coverofservice .introductionofservice {
	position: absolute;
	bottom: 0;
	z-index: 50;
	padding: 0 25px;
	box-sizing: border-box;
	width: 100%;
}
#detailsbox .coverofservice .introductionofservice .imgservice,
#detailsbox .coverofservice .introductionofservice .imgservice img {
	width: 110px;
	height: 110px;
}
#detailsbox .coverofservice .introductionofservice .imgservice {
	border-width: 3px;
	margin-left: 15px;
	margin-bottom: -40px;
}
#detailsbox .coverofservice .introductionofservice .service_meta .servicename a,
#detailsbox .coverofservice .introductionofservice .service_meta .servicename {
	font: 500 22px/30px IRANSans;
	letter-spacing: -0.5px;
	color: #fff;
}
#detailsbox .coverofservice .introductionofservice .service_meta .serviceprice a,
#detailsbox .coverofservice .introductionofservice .service_meta .serviceprice {
	font-size: 15px;
}
#detailsbox .coverofservice .introductionofservice .statusbtn {margin: 13px 0 0;}
#detailsbox .coverofservice .introductionofservice .statusbtn a {
	color: #fff;
	border-color: #fff;
}
#detailsbox .descofservice {
	overflow: hidden;
	padding: 20px 35px;
}
#detailsbox .descofservice .text {
	font: normal 14px/24px IRANSans;
	color: #818181;
}
#detailsbox .essential_info {
	overflow: hidden;
	margin-top: 20px;
}
#detailsbox .essential_info .report {
	overflow: hidden;
	margin-bottom: 15px;
	font: 500 12px/25px IRANSans;
}
#detailsbox .essential_info .report a {display: block;color: #7b838a;transition: all 0.4s ease;}
#detailsbox .essential_info .report a:hover {opacity: 0.8;}
#detailsbox .essential_info .report .icons {
	width: 20px;
	height: 25px;
	display: block;
	float: right;
	margin-left: 5px;
}
#detailsbox .essential_info .report .report_text {text-decoration: underline;}
#detailsbox .essential_info .field {
	border: 1px solid #e3e7ea;
	background: #f6f7fb;
	font: 500 13px/25px IRANSans;
	padding: 10px;
	color: #6e717b;
	margin-bottom: 12px;
}
#detailsbox .essential_info .field .subject {
	float: right;
	margin-left: 5px;
}
#detailsbox .essential_info .field .icons {
	float: right;
	width: 25px;
	height: 25px;
	margin-left: 10px;
}
.writericon {
	background-position: 0 -315px;
	display: block;
}
.caticon {
	background-position: -25px -315px;
	display: block;
}
.usersicon {
	background-position: -50px -315px;
	display: block;
}
.priceicon {
	background-position: -75px -315px;
	display: block;
}
.reporticon {
	background-position: -100px -315px;
	display: block;
}
#detailsbox .statusbtninmobile {
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	display: none;
}
#detailsbox .statusbtninmobile.cancel {display: block;}
#detailsbox .statusbtninmobile a {
	width: 80%;
	border: 2px solid #aaabb9;
	border-radius: 2px;
	font: 500 14px/40px 'IRANSans';
	color: #7c7e8f;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
#detailsbox .statusbtninmobile.checked a {
	border-color: #04be5b;
	background: #04be5b;
	color: #fff;
}
#detailsbox .statusbtninmobile.cancel a {
	border-color: #ff3737;
	background: #ff3737;
	color: #fff;
}
#detailsbox .statustext {
	font: bold 14px/25px IRANSans;
	text-align: center;
	color: #7b838a;
	margin-top: 15px;
}
#detailsbox .statusbtninmobile span i {
	line-height: 40px;
	font-size: 12px;
}
#detailsbox .subscriptions header {
	position: relative;
	height: 40px;
	text-align: center;
}
#detailsbox .subscriptions header .title{
	text-align: center;
	font: 500 16px/40px IRANSans;
	color: #6e717b;
	background: #fff;
	display: inline;
	z-index: 5;
	position: relative;
	padding: 0 10px;
}
#detailsbox .subscriptions header .line {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #ddd;
}
#detailsbox .subscribe {
	width: 32%;
	border: 1px solid #5b5b5b;
	background: #fff;
	font: 500 13px/25px IRANSans;
	color: #6e717b;
	border-radius: 0 0 5px 5px;
	text-align: center;
	padding: 8px;
	float: right;
	box-sizing: border-box;
	margin: 0 0.66% 15px;
}
#detailsbox .subscribe.active_subscribe {
	width: 100%;
}
#detailsbox .subscribe .name {
	background: #5b5b5b;
	color: #fff;
	font: 14px/35px IRANSans;
	margin: -8px;
	margin-bottom: 0px;
}
#detailsbox .subscribe .field {
	font: 13px/30px IRANSans;
	border-bottom: 1px solid #e8e8e8;
}
#detailsbox .subscribe .status {margin-top: 8px;}
#detailsbox .subscribe .field:last-child {border-bottom: none;}
#detailsbox .subscribe .price ins, #detailsbox .subscribe .price del {
    display: inline-block;
    padding: 0 10px;
}
#detailsbox .subscribe .price del {color: #ff0000;}
#detailsbox .subscribe .price ins {color: #07a92a;text-decoration: none;}
.owl-prev,.owl-next {
    background: rgba(62, 72, 84, 0.7) url(../images/icons.png) no-repeat 0 -340px;
    border-radius: 50%;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
    height: 70px;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    width: 70px;
    top: 50%;
	transform: translateY(-50%);
    left: -42px;
}
.owl-prev {
	left: auto;
	right: -42px;
}
.searchresults {
	background: #784fd7;
	padding: 0 2px 0 8px;
	border-radius: 3px;
	color: #fff;
}
.searchresults span {
	font-size: 15px;
	padding:0 5px;
	border-left: 1px solid #757575;
	margin-left: 8px;
}
.message{
	text-align: center;
	padding: 20px;
	background: #dedde0;
	border-radius: 5px;
	color: #666;
	font:500 15px/30px 'IRANSans';
	margin: 15px 10px;
}
.message .alert-icon{
	background: url("../../img/services/alerticon.png") no-repeat scroll 0 0;
	width: 110px;
	height:110px;
	background-size: 100%;
	margin: 0 auto 15px auto;
}

.emoji-inner, .fr-gap-emoji {
	width: 24px;
	vertical-align: middle;
	background: url("../../img/sheet_apple_32.png");
}

.checkicon {
	display: inline-block;
	width: 20px;
	height: 15px;
	background : url(../images/blue_tick.png) no-repeat;
}

.dialog-gap-download {
	background: #04be5b;
	height: 35px;
	font: 500 15px/35px 'IRANSans';
	color: #fff;
	display: block;
	width: 170px;
	margin: 15px auto 0 auto;
	border-radius: 5px;
}