﻿
@font-face{
	font-family: 'almoni';
	font-weight: 400; /*(regular)*/
	font-style: normal;
	src: url('../webfont_files/almoni-neue-regular-aaa.woff2') format('woff2'),
		url('../webfont_files/almoni-neue-regular-aaa.woff') format('woff');
}
@font-face{
	font-family: 'almoni';
	font-weight: 700; /*(bold)*/
	font-style: normal;
	src: url('../webfont_files/almoni-neue-bold-aaa.woff2') format('woff2'),
		url('../webfont_files/almoni-neue-bold-aaa.woff') format('woff');
}
.disable_btn{
	cursor: none!important;
    pointer-events: none;
}
/* col-xs */
@media(max-width:767px){

}
/* col-sm */
@media(min-width:768px){

}

/* col-md */
@media(min-width:992px){

}

/* col-lg */
@media(min-width:1200px){

}


/*
Inner Poster
* --------------------------------------- */
.play_icon_poster{
	max-width: 80px ; 
}
.gameOn:hover .play_icon_poster{
	opacity: .6;
}
.main_poster{
	background: var(--main);
}


/* col-sm */
@media(max-width:767px){	
	.single-product .main_poster h1 img{
		max-width: 80%;
		margin-top: 50px;
	}
}

@media(min-width:768px){
	.single-product .main_poster h1 img{
		max-width: 390px;
	}
}


.caption {
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(-50%) !important;
	top: 46%;
	z-index: 2;
	text-align: center;
}

.opacity_lay{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
		
}


.main_poster .main_title{
    font-size: 65px;
	width: auto;
    line-height:1.5;
    letter-spacing: 2px;
	display: inline;
	font-weight: bold;
    color: #fff;
    border-bottom: 8px solid #fff;
    backface-visibility: hidden;
}

.round_bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 26px;
	z-index: 1;
}
.round_bottom.revers{
	top: 0;
	bottom: auto;
	transform: rotate(-180deg);
} 
.border-svg-path {
    fill: #fff;
}
.border-common {
    z-index: 2;
    position: absolute;
    left: calc(50% - (1920px / 2));
    display: block;
    width: 1920px;
    height: 26px;
}
.pro .date,
.main_poster .date{
	font-size: 14px;
}
.pro .date{
	color: #9d9d9d;
}
/* col-xs */
@media(max-width:767px){
	.main_poster {
	
		
	}
	.main_poster .main_title{
		font-size: 36px;
		text-align: center;
	}
	
	
}

@media(min-width:768px){

	.cat_bg{
		width: 100%;
		-webkit-transition: all 0.4s ease-in;
		transition: all 0.4s ease-in;
	}
	.pro a:hover .holder .cat_bg,
	.holder:hover .cat_bg{
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	.first.pro img{
		max-height: 450px;
		object-fit: cover;
	}
	
	
}

.wrap{
	position: relative;
}
.holder{
	position: relative;
	overflow: hidden;
}

.pro{
	margin-bottom: 40px;
}

.pro a:hover{
	color: #000;
	
}
.pro .txt{
margin-top: 10px;	
	
}
.pro .inner_title{
	margin-bottom: 10px;
}
#wpadminbar{
	position: absolute;
}	

@media(min-width:992px){
	.single-product .container { 
		width: 80%;
		max-width: 1290px;
	} 
	.single-product #footer .container ,
	#copy .container ,
	#guarantee .container ,
	#footer .container {
		max-width: 1600px;
	}
}
@media only screen and (min-width : 768px) {
	.woocommerce-cart .container,
	.woocommerce-checkout .container{
		
	}
	/*.page-template-default .container, */
	#guarantee .container ,
	#copy .container ,
	.archive #woocommerce-pages .container,   #woocommerce-pages.single-product #related, .single-product header .container, header .container, 
	.single-product header .container ,
	header .container ,
	.single-product #footer .container ,
	#footer .container ,
	.tax-product_cat .container,
	.home .container { 
		/*max-width: 1600px; */
		width: 95% ;
	} 
	
}


img {
    border-radius: 0 !important;
}
a:focus,
a:hover{
	outline: none;
	text-decoration: none;
	color: #000;
}
#transcroller-body{
	overflow: hidden;
	
}
#acp-toggle-toolbar {
    top: inherit !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 55px;
    height: 55px;
}
.container-fluid,
.img-bg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}
.container-fluid{
	padding: 60px 15px;
}

.poster.container-fluid{
	padding: 15px ;
}
.npt{
	padding-top: 0;
}
.no-padding{
	padding: 0 15px !important;
}
.txt{
	margin: 20px auto;
}
.whitebg{
	background: #fff;
}
.whitxt .main_title,
.whitxt{
	color: #fff !important;
}

/* col-xs */
@media(max-width:767px){
	.container-fluid{
		padding: 20px 15px;
	}
	body{
		font-size: 16px;	
	}
}
/*
FaQ
* --------------------------------------- */

.panel-heading{
	padding: 10px 0;
}
.panel-heading:after{
	content: "";
    display: block;
	left: 0;
    width: calc(100% - 40px);
    height: 1px;
    margin: 15px auto -5px 0;
    background: #d6d6d6;
}
.panel-collapse{
	padding-right: 40px;
}
.glyphicon{
	font-size: 25px;
    padding: 0px 6px 5px;
    color: #fff;
    background: var(--sec);
	display: inline-block;
	margin-left: 10px;
}
.panel-group .panel{
	border-radius: 0;
	box-shadow:none;
}
.panel-group .panel .panel-title{
	display: inline-block;
	font-size: 20px;
	color: var(--main);
}
.panel-heading:hover .panel-title,
.panel-heading a:hover .panel-title{
	color: var(--sec);
}

@media(max-width:767px){
	.panel-group .panel .panel-title{
		width: calc(100% - 70px);
    	vertical-align: middle;
	}
}

/*
 ******************************************
 *   Customers Service              *
 ******************************************
 */


.important_notic{
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	background: #fff4ed;
	border-bottom: 2px solid var(--sec);
	border-top: 2px solid var(--sec);
	padding:40px 20px 40px 60px; 
	margin: 40px auto;
}
.important_notic .icon_i{
	border: 2px solid var(--sec);
	color: var(--sec);
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 6px 15px;
	border-radius: 50%;
}
.important_notic .text{
	display: inline-block;
	width: calc(100% - 60px);
	vertical-align: middle;

}

.service img{
	max-width: 70px;
}
.sidebar .inner_title{
	font-size: 20px;
	font-weight: bold;
}


/*
 ******************************************
 *    Contact Us Page                 *
 ******************************************
 */
.contact_list {
    list-style: none;
    margin: 0;
    padding: 0;
	display: block;
	float: none;
	max-width: 75%;
}
.contact_list li {
    display: block;
    float: none;
    margin: 0px auto;
}

.contact_list li a:hover, 
.contact_list li a:focus, 
.contact_list li a {
    background: transparent;
	letter-spacing: 1px;
	padding: 8px ;
	display: block;
}
.cat_list li.active a{
	color: var(--sec);
}
.cat_list li.active a:hover,
.cat_list li a:focus,
.cat_list li a:hover{
	background:  var(--sec);
	color: #fff;
}

.contact_list li .contact_title{
	display: inline-block;
	width: 60px;
}

.contact_list a:hover, 
.contact_list a:focus {
    color: var(--sec);
    text-decoration: none;
}


.blogm_list{
	width: 100%;
	max-width: 100%;
	margin: 10px auto 20px;
	text-align: center;
}
.blogm_list li{
	display: inline-block;
	
}

.contact_list.blogm_list li a:hover, .blogm_list.contact_list li a:focus, .blogm_list.contact_list li a{
	letter-spacing: normal;
}
/*
 ******************************************
 *    Contact Us Page                 *
 ******************************************
 */
#contact-form{
	direction: rtl;
	margin: 0px auto;
}

#contact-form .form-group span{
	z-index: 1;
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute !important;
	top: 25px;
	left: 25px;
}
.form-group {
    margin-bottom: 0;
}
#contact-form .form-control{
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 40px;
	font-size: 16px;
	margin: 0px auto 30px;
	border: none;
	background-color: #fff;
	box-shadow: none;
	padding: 10px  ;
	color: #000;
	overflow: hidden;
}

#contact-form .user_sebject{
	display: block;
}
#contact-form .user_sebject:after {
    display: block;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: var(--sec);
    width: 10px;
    height: 7px;
    content: "";
    z-index: 9;
    position: absolute;
    left: 15px;
    top: 18px;
}



#contact-form .form-control:focus,
.form-control:focus{
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none  !important;
	outline:none !important;
	background: var(--sec);
	color: #fff;
}

#contact-form .btn{
	display: block;
}
.wpcf7-submit:focus,
#contact-form .btn:focus{
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none  !important;
	outline:none !important;
}

.MessageSent #contact-form { 
	visibility: hidden;
	width: 0;
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
.thankYou {
	display: none;
}
.MessageSent{
	direction: rtl !important;
}

.MessageSent .wpcf7-form .thankYou{
	display: block;
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    direction: rtl;
	line-height: 1.2;

}



span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: normal !important;
    margin: -28px 0 10px;
}


/* col-xs */
@media(max-width:767px){
	.contact_container .content{
		text-align: center;
	}
	.formWarrper,
	 #contact-form{
		max-width: 400px;
		 text-align: right !important;
		 margin: 0 auto;
	}
}

/* col-sm */
@media(min-width:768px){
	 #contact-form{
		max-width: 720px;
		margin: 0;
	}
}
/*
Game
* --------------------------------------- */


#rules{
	padding: 25px;
	color: #fff;
	background: var(--sec);
}

@media(min-width:768px){
	#rules{
	padding: 25px 45px;
	}
}
#rules ul{
	margin: 0 auto 20px;
	padding: 0 20px;
	font-size: 18px;
	line-height: 25px;
}

.single-product .shareBox{
	margin-bottom: 60px;
}
.shareBox .sub_title {
    margin-bottom: 20px;
    text-align: center;
	display: block;
	color: #1a1919;
    font-size: 24px;
}
.shareList {
   	display: block;
    margin: 0 auto;
    text-align: center;
	list-style: none;
    padding: 0;
}
.shareList li {
   font-size: 29px;
    display: inline-block;
    margin: 0 10px;
}
.shareList li a{
	color: #32353c;
}

/*
Blog
* --------------------------------------- */

.play_icon{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 4;
	max-width: 80px ;
	margin: 0px auto !important;
}


#wrap_video{
	margin: 30px auto 30px;
	max-width: 765px;
	width: 100%;
}

.embed-container { 
	position: relative; 
	padding-bottom: 50%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	


/*
Home page
* --------------------------------------- */
.hp-poster{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
}
ul.tables li{
	margin: 50px 0;
}

ul.home_table li{
	margin: 20px auto;
}
ul.tables li a{
	display: block;
	padding: 40px;
}
ul.tables{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

@media(max-width:767px){
	#home_games{
		background-position: center top !important;
	} 
	.tables.home_table li .wrap .txt{
		display: none;
	}
	.tables.home_table li .wrap{
		text-align: center;
	}
	.tables.home_table li .wrap .read_more{
		margin: 20px auto;
		text-align: center;
		display: block;
		width: 75px;
	}
	
	.tables.home_table li a .style-svg{
		margin: 0 auto;
	}
	
	
	
	
}


@media(min-width:768px){
	.ex_padding{
		padding-top: 120px;
	}
	.tables.inner{
		display: flex;
	}
	.tables.inner li{
		width: 50%;
	}
	#home_pro{
		width:90% !important;
	}
	
	.tables.home_table li .wrap{
		display: inline-block;
		max-width: 40%;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0.5px;
		vertical-align: middle;
		position: relative;
	}
	.tables.home_table li img.pro_img{
		display: inline-block ;
		max-width: 49%;
	}
	.tables.home_table li.item2 img.pro_img{
		float: right;
		-ms-transform: translateY(42%);
		transform: translateY(42%);
	}

	.tables.home_table li.item1 .wrap{
		margin-left: 10%;
	}
	.tables.home_table li.item2 .wrap{
		margin-right: 10%;
	}
	
}
@media(min-width:1200px){
	.home .owl_article,
	#home_games .loop{
		max-width: 1100px;
		margin:  30px auto;
	}
	
	.tables.home_table li a{
		display: block;
		padding: 80px 10%;
	}	
}
@media(max-width:767px){
	.home_poster .container {
		margin: 134px auto !important;
	}
}


@media (max-width:991px) and (min-width:768px) {
	.home_poster .container {
		margin: 7.5% auto !important;
	}
}


@media (max-width:1294px) and (min-width:992px) {
	.home_poster .container {
		margin: 9.5% auto !important;
	}
	.owl_poster img{
		max-height: 335px;
	}
}

@media(min-width:1295px){
	.home_poster .container {
		margin: 9.5% auto !important;
	}
	.owl_poster img{
		max-height: 335px;
	}
}


.home_poster{
	overflow: hidden;
	margin-bottom: 50px;
}
.home_poster .opacity_lay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(252,107,0,0.8);
}

.service a:hover,
.service a:focus,
.tables li a:focus,
.tables li a:hover{
	background-color: #fc6b00;
	background: #fc6b00;
	color: #fff;
	display: block;
}
.service a:hover .inner_title,
.service a:focus .inner_title{
	color: #fff;
}
.tables.inner li a .style-svg{
	margin: 20px auto;
}
.service{
	margin: 40px auto -60px;
}





.service a{
	padding: 20px 40px;
	display: block;
	line-height: 24px;
}
.service a:hover .inner_title ,
.service a:hover .inner_title {
	color: #fff;
}
.service a:hover img,
.service a:focus img{
	
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}
.tables li a .style-svg{
	max-height: 120px;
	filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
    -o-filter: brightness(0%);
    -ms-filter: brightness(0%);
}
.tables li a:focus .style-svg,
.tables li a:hover .style-svg{
	filter: none;
    -webkit-filter: none;
    -moz-filter:none;
    -o-filter: none;
    -ms-filter:none;
}
.tables.inner li.item2 img.pro_img{
	margin-bottom: 30px;
}

.home_poster {
	background: rgba(252,107,0,0.8);
	z-index: 1;
	position: relative;
}

.home_poster .container h1{
	margin: 0 auto -10px;
}
/* col-xs */
@media(max-width:767px){
	
	.service{
		margin: 20px auto;
	}
	.home_poster .container h1{
		max-width: 85%;
	}
	
	.about_bg{
		position: relative;
		max-width: 70%;
		z-index: 3;
		margin-top: 35%;
	}

	.about_bg_left{
		position: absolute;
		top: 60px;
		left: 0;
		z-index: -1;
		max-width: 70%;
	}
	.owl_about {
		max-width: 95%;
		margin: 0px auto 20px -15px;
	}
	#about{
		margin: 0px auto 50px;
	}
	#about .about_title{
		margin: 0 auto 30px;
	}
	.m_about_title{
		max-width: 90%;
	}
}


@media(min-width:768px){
	.about_bg{
		position: absolute;
		top: 20%;
		right: 0;
		max-width: 32%;
		z-index: 9;
	}

	.about_bg_left{
		position: absolute;
		top: 80px;
		left: 0;
		z-index: -1;
		max-width: 32%;
	}
	#about{
		margin: 180px auto 50px;
	}
	#about .about_title{
		margin: 0 auto;
		float: left;
	}
	.owl_about {
		max-width: 90%;
		margin: 50px auto;
	}
}






.single-gamepost .owl_about {
	max-width: 100%;
}
.npb{
	padding-bottom: 0 !important;
}
#game_type{
	margin: 100px auto;
}
#game .af_title{
	font-size: 40px;
	position: relative;
	line-height: 1;
}
.af_title:after{
	content: "";
	display: block;
	width: 75px;
	height: 6px;
	margin: 20px auto;
	background: var(--sec);
}
#game .player{
	margin: 60px auto 30px;
}


/* col-xs */
@media(max-width:767px){
	#game .player{
		margin: 30px auto ;
	}	
}
@media(max-width:991px){
	#game .af_title{
		font-size: 38px;
		position: relative;
		line-height: 42px;
	}
}

#game .txt.general h3{
	font-size: 24px;
	margin-bottom: 15px !important;
}
#about_txt{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 80px auto;
}
#about_txt h2{
	font-size: 30px;
	line-height: 35px;
	letter-spacing: normal;
	font-weight: bold;
}


#aboutus .af_title{
	line-height: 1;
	font-style: italic;
}

#aboutus .af_title:after{
	margin: 40px auto;
}

.team{
	padding: 0;
	margin: 20px auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

@media(max-width:767px){
	#aboutus .about_img{
		margin-bottom: 20px;
	}
	.team li{
		width: 50% !important;
		margin: 20px auto;
	}
	.team .item{
		border-left: 1px solid #e3e3e3;
	}
	.team .item:nth-child(2n) {
		border-left: none;
	}
	
}
@media(min-width:768px){
	.team li{
		width: 25% !important;
		margin: 20px auto;
	}
	.team .item{
		border-left: 1px solid #e3e3e3;
	}
	.team .item:nth-child(4n) {
		border-left: none;
	}
}

.owl_founder .owl-item div,
.service a,
.tables li a{
	 -moz-transition: background .5s ease-in;
    -o-transition: background .5s ease-in;
    -webkit-transition: background .5s ease-in;
    transition: background .5s ease-in;
}



/*
Header
* --------------------------------------- */


header{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index:99;
}

header .site_header{
	padding: 10px 15px;
	background-color: transparent;
	 -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
	
}

header .site_header.change_color{
	background-color:var(--sec);
	border-bottom: none;
	
}


header .navbar-brand img{
	max-width: 200px;
}
.navbar-brand{
	padding: 5px 15px;
}

.nav li.open>a, 
.nav li.open>a:hover, 
.nav>li>a:hover{
	background-color: transparent;
	color: rgba(255,255,255,.6);
}

.nav>li>a:hover, .nav>li>a:focus{
	background-color: transparent;
}

.nav>li.menu-item-has-children .dropdown-menu{
	padding: 10px 1px;
	width: 800px;
    text-align: center;
	border: none;
	border-radius: 0;
}
header{
	letter-spacing: normal !important;
}
.nav>#menu-item-368 .dropdown-menu{
	width: 895px;
}

.nav>#menu-item-292 .dropdown-menu{
	margin-right: -150px;
}
.nav>#menu-item-368 .dropdown-menu>li{
 	max-width: 31%;
}
.dropdown-menu>li{
	display: inline-block;
}

.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: var(--sec);
	color: #fff;
}

.dropdown-menu>li>a.menu-image-hovered{
	position: relative;
	padding: 0;
}

.dropdown-menu>li>a.menu-image-title-below span.menu-image-title{
	margin: -21px auto 0;
	z-index: 3;
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
}
.hovered-image.menu-image-title-below,
.hovered-image.menu-image-title-hide{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#menu-primary {
	margin-bottom: -12px;
}
#menu-primary a.dropdown-toggle{
	padding-bottom: 24px;
}
/* col-xs */
@media(max-width:991px){
	header .left{
		display: none;
	}
	#nav_icon_in,
	#nav-icon {
		position: absolute;
		left: 15px;
		margin: 0 auto;
		top: 15px;
		width: 28px;
		height: 20px;
		z-index: 10;
		/* Bring icon ontop of overlay */
		cursor: pointer;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#nav_icon_in span,
	#nav-icon span {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav_icon_in span:nth-child(1) ,
	#nav-icon span:nth-child(1) {
		top: 0px;
	}
	#nav_icon_in span:nth-child(2) ,
	#nav-icon span:nth-child(2) {
		top: 8px;
	}
	#nav_icon_in span:nth-child(3) ,
	#nav-icon span:nth-child(3) {
		top: 16px;
	}

	#nav_icon_in.animate-icon span:nth-child(1) ,
	#nav-icon.animate-icon span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#nav_icon_in.animate-icon span:nth-child(2) ,
	#nav-icon.animate-icon span:nth-child(2) {
		opacity: 0;
		left: 0px;
	}
	#nav_icon_in.animate-icon span:nth-child(3) ,
	#nav-icon.animate-icon span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	
	
	
	.nav>li.menu-item-has-children .dropdown-menu{
		width: 100%;
		position: relative;
		background: transparent;
		border: none;
		box-shadow: none;
	}
	.menu-image-title-hide .menu-image-hover-wrapper img:first-child{
		opacity: 0;
	}
	
	.hovered-image.menu-image-title-hide{
		opacity: 1 !important;
		
	}
	
	#nav_menu ul.nav>li.menu-item-368 .dropdown-menu  .menu-item-369 a{
		padding-right: 15px !important;
	}
	#nav_menu ul.nav>li.menu-item-368 .dropdown-menu .menu-item a,
	#nav_menu ul.nav>li>a{
		padding: 15px 0;
		border-bottom: 1px solid #454449;
		
	}
	#nav_menu ul.nav>li.menu-item-292 .dropdown-menu {
		border-bottom: 1px solid #454449;
	}
	#nav_menu ul.nav>li .dropdown-menu{
		margin-bottom: 15px;
	}
	#nav_menu ul.nav>li.menu-item-368 .dropdown-menu li{
		display: block;
	}
	#nav_menu ul.nav>li.menu-item-368 .dropdown-menu .menu-item a{
		color: #fff;
		text-align: right;
	}
	#nav_menu ul.nav .open>a, 
	#nav_menu ul.nav .open>a:hover, 
	#nav_menu ul.nav .open>a:focus{
		border-color:#454449;
	}
	#nav_menu ul .dd_icon{
		float: left;
		transition: all .2s;
	}
	#nav_menu ul{
		margin: 0 auto;
		padding: 0;
	}
	#nav_menu ul.nav>li:last-child>a span{
		
		padding-bottom: 3px;
		border-bottom: 1px solid #fff;

	}
	
	#nav_menu ul li.menu-item-has-children.open .dd_icon{
		transform: rotate(180deg);
	}
	.dropdown-menu>li>a.menu-image-title-below span.menu-image-title{
		color: #fff;
	}
	
	#nav_menu .menu-item-292 .dropdown-menu>li {
		display: inline-block;
		max-width: 49%;
	}
	#nav_menu .logo{
		max-width: 200px;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	
	#nav_menu .modal-body{
		padding-top: 75px;
	}
	
}
/* col-md */
@media(min-width:992px){
	header .navbar-brand img{
		max-width: 165px
	}
	header .navbar-brand {
		padding: 8px 15px;
	}
	header .site_header{
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	
	header .left{
		display: inline-block;
    	float: left;
		padding-top: 10px;
	}
	header a{
		color: #fff;
		background: transparent;
	}
	header .left ul li:nth-child(2) {
		font-size: 18px;
		border-right: 1px solid rgba(255,255,255,.3);
		/*border-left: 1px solid rgba(255,255,255,.3);*/
	}
	header .left ul li a{
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	header .left ul li:nth-child(1) a{
		text-decoration: underline;
	  	text-underline-position: under;

	}
	#menu-item-292 .dropdown-menu>li {
		display: inline-block;
		max-width: 19%;
	}
	.nav>li.menu-item-has-children:hover .dropdown-menu{
		display: block;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav>#menu-item-292 .dropdown-menu {
		margin-right: -225px;
	}
	.nav>#menu-item-368 .dropdown-menu {
		margin-right: -125px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	 .header.change_color .logo,
	 .header .logo,
	 #bs-example-navbar-collapse-1{
		 display: none !important;
	 }
}
@media(min-width:1200px){
	header .site_header{
		padding: 10px 60px;
		font-size: 20px;
	}
	header .site_header .left ul li a{
		padding: 5px 20px;
	}
	
}
header .site_header .left ul li:last-child a{
	padding-left: 0;
}
.modal{
	background-color: rgba(45,47,56,.98);
	overflow-y: auto;
}
.modal .modal-content{
	background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #fff;
}

.close{
	opacity: 1;
	z-index: 9999;
    position: fixed;
    top: 10px;
    left: 0;
}



#close_search{
	position: absolute;
    top: 25px;
    left: 30px;
	height: 20px;
	width: 28px;
	margin-left: 5px;
	/* Bring icon ontop of overlay */
	cursor: pointer;
	
}
#close_search span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#close_search span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#close_search span:nth-child(2) {

	opacity: 0.3;
	left: 26px;
	height: 1px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	top: 9px;
}

#close_search span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#search .modal-content .inner_title{
	margin-bottom: 10%;
}
.modal-content .inner_title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;

}
@media(min-width:992px){
	.close{
		top: 0;
	}
	
}
@media(min-width:768px){
	.modal-dialog{
		margin: 11% auto;
	}
	
	#gameOn .modal-dialog{
		width: 80%;
	}
	.close{
		left: 10px;
	}
}
@media(max-width:767px){
	#close_search{
		left: 10px;
	}
	#close_search span:nth-child(2){
		display: none;
	}
	
}
.modal-content a{
	text-decoration: none !important;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}
.modal-content .txt{
	line-height: 28px;
}
.modal-content a.sec_color{
	color: var(--sec);
	font-weight: bold;
	text-decoration: underline !important;
	    text-underline-position: under;

}
.modal-content p a{
	letter-spacing: 2px;
	margin: 5px auto 0;
	
}

/*
Footer
* --------------------------------------- */


.free_dots{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	max-width: 34%;

} 
#right_img{
	right: 0;
	margin-top: 20%;
}
#left_img{
	left: 0;
}
#csa_foo p{
	font-size: 18px;
	margin-bottom: 40px;
}
#csa_foo a.contact{
	padding: 20px 0;
	display: block;
}
#csa_foo .main_title{
	line-height: 32px;
}
#csa_foo .table{
	margin: 50px auto ;
}
.wrap_s .sm_title{
	color: var(--sec);
	font-size: 20px;
	line-height: 1.2;
	display: block;
	font-weight: bold;
}
.wrap_s .sm_txt{
	line-height: 24px;
}
@media(max-width:991px){
	.wrap_s,
	.icon_s img,
	.icon_s{
		display: block;
		margin: 0 auto 10px;
		
	}
}
@media(min-width:768px){
	#csa_foo .contact.row{
		border-bottom: 1px solid #f5f5f5;
		border-top: 1px solid #f5f5f5;
	}
	#csa_foo .contact .rl_border{
		border-left: 1px solid #f5f5f5;
		border-right: 1px solid #f5f5f5;
	}
	#csa_foo a.contact{
		padding: 45px 0;
	}
	
}
@media(min-width:992px){
	#csa_foo{
		
	}
	.wrap_s,
	.icon_s img,
	.icon_s{
		display: inline-block;
		vertical-align: middle;
	}
	.wrap_s{
		margin: 0 15px;
		text-align: right;
	}
	
	
		
}
#ab_foo .container{
	margin-top:-100px;
}



#ab_foo{
	background-position: center top !important;
	padding-top: 0;
	background-color: #f5f5f5 !important;
}

#footer{
	position: relative;
	padding: 20px 15px;
}

#footer a{
	color: #fff;
}
#footer a:hover{
	color: var(--sec);
}

.shareList li a:hover,
a:focus, a:hover,
#footer a:hover, 
#footer a:focus {
    color: var(--sec);
    text-decoration: none;
	background-color: transparent;
}

.copyright{
	color: #bfbfbf;
	opacity: 0.38;
	font-size: 12px;
	letter-spacing: 2px;
}

.left_nav{
	float: left;
}

#footer .social a{
	margin-right: 5px;
}
#footer .social{
	display: block;
	text-align: left;
	font-size: 18px;
}

#footer .left_nav {
	margin-bottom: 15px;
}
#footer .left_nav a,
#footer .menu-footer-container a{
	border-left: 1px solid rgba(255,255,255,.6);
	padding: 0 20px;
}
#footer .left_nav a{
	letter-spacing: 0.5px;
}
#footer .left_nav li:last-child a,
#footer .menu-footer-container li:last-child a{
	border-left:none;
}


.sticky_footer{
	background: var(--sec);
	color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	z-index: 4;
	
	-webkit-box-shadow: -1px -1px 36.4px 3.6px rgba(0, 0, 0, 0.2); ;
    -moz-box-shadow: -1px -1px 36.4px 3.6px rgba(0, 0, 0, 0.2); ;
    box-shadow: -1px -1px 36.4px 3.6px rgba(0, 0, 0, 0.2); ;
	
}
.sticky_footer a{
	padding: 15px 40px;
}

.sticky_footer a:hover,
.sticky_footer a:focus{
	color: #fff;
}

#float_contact{
	padding: 15px 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--sec);
	color: #fff;
	font-size: 30px;
	z-index: 11;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}
#float_contact.fixed{
	position: fixed;
	opacity: 0.6;
}
@media(max-width:767px){
	#foo_potser{
		min-height: 400px;
		object-fit: cover;
		object-position: center !important;
	}
	
	#footer{
		margin-bottom: 60px;
	}	
	#footer .left_nav li:last-child{
		display: block;
		margin-top: 5px;
	}
	#footer .left_nav li:nth-child(2) a{
		border-left: none;
	}
}


@media (max-width:1399px) and (min-width:768px) {
	#foo_potser{
		min-height: 600px;
		object-fit: cover;
		object-position: center !important;
	}
	
	
}
/* col-xs */
@media(max-width:991px){
	#float_contact{
		display: none;
	}
		
}

@media(max-width:1199px){
	#footer .social a{
		font-size: 23px;	
	}
	#footer .social{
		text-align: center;
		margin: 25px auto 10px;
	}
	
	
}

body{
	font-family: 'almoni', 'Dosis', sans-serif !important;
	font-size: 16px;
	color: var(--txt);
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 20px;
}

body, button:not(.lg-icon), input, textarea ,select{
    font-family: 'almoni', sans-serif !important;
}

.general.txt ol,
.general.txt ul{
	margin: 0 auto;
	padding: 0 15px;
}
.general.txt ul {
	list-style: none;
}


.single-product .summary ul li::before ,
.general.txt ul li::before {
	color: var(--sec);
	content: "\2022";
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-right: -1em;
}

.single-product .summary p a,
.general.txt a{
	color: var(--sec);
	text-decoration: underline;
    text-underline-position: under;
}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.general.txt h1,
.general.txt h2,
.general.txt h3,
.general.txt h4,
.general.txt h5,
.general.txt h6{
	border: none;	
	font-size: 36px;
	margin: 40px 0;
	font-weight: bold;
	display: block;
}

#cs .general.txt h1,
#cs .general.txt h2,
#cs .general.txt h3,
#cs .general.txt h4,
#cs .general.txt h5,
#cs .general.txt h6{
	border: none;	
	font-size: 20px;
	margin: 20px 0;
	font-weight: bold;
	display: block;
}

.policy_logo{
	filter: brightness(0%);
	-webkit-filter: brightness(0%);
    -moz-filter:  brightness(0%);
    -o-filter:  brightness(0%);
    -ms-filter:  brightness(0%);
    margin: 15px auto;
	width: 100%;
	max-width: 350px;
}

.bolder{
	font-weight: bold;
}

.btn.smaller,
.smaller{
	font-size: 16px;
}
a{
	color: inherit;
}
.single-blogpost .txt{
	line-height: 26px;
}
.single-blogpost .date,
.main_title,
.sub_title,
.inner_title,
.main_title.main,
.main{
	color: var(--main);
}


.main_title{
	font-size: 36px;
	margin: 20px auto;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.home .main_title{
	font-size: 40px;
}
.sub_title{
	margin: 20px auto;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}

.inner_title{
	font-size: 20px;
	margin: 20px 0;
	font-weight: bold;
	display: block;
	
}
hr{
	border-color: #e6e6e6;
	margin: 20px auto;
}
.single-gamepost hr{
	margin: 0 auto 20px;
}
.inner_title.regular{
	font-weight: normal!important;
}

.whitxt .main_title,
.whitxt .sub_title,
.whitxt .inner_title{
	color:#fff;
}


/* col-xs */
@media(max-width:767px){
	.main_title{
		font-size: 34px;
		line-height: 34px;
	}
	.btn{
		margin-bottom: 15px !important;
	}
	#footer .menu-footer-container li a{
		font-size: 16px;
		padding: 8px;
	}
}
@media(max-width:1199px){
	#footer .left_nav{
		float: none;
	}
	#footer .left_nav li{
		display: inline-block;
	}
	#footer,
	#csa_foo a.contact{
		text-align: center;
	}
	
	#footer ul{
		text-align: center;
		float: none;
	}
	#footer .menu-footer-container{
		margin-bottom: 10px;
	}
	.page-template-home-page #footer .menu-footer-container{
		border-top: 1px solid rgba( 255,255,255,0.08);
	}
	
	#footer .menu-footer-container li a{
		font-size: 16px;
	}
}


@media (max-width:1199px) and (min-width:768px) {
	#menu-footer{
		margin-top: 15px;
	}
	#footer ul li{
		display: inline-block;
    	float: none;
	}
	#footer .social{
		margin: 15px auto;
	}
	
}



@media(min-width:1200px){
	#footer .left_nav li:last-child a{
		padding-left: 0;
	}	
}

#ab_foo a{
	display: block;
	margin: 7px auto;
}
#ab_foo .phone,
.page-template-home-page #ab_foo .container a{
	color: var(--sec);
	font-weight: bold;
}
/*
.page-template-home-page #ab_foo .container a:last-child{
	color: #fff;
	font-weight: normal;
}*/
.page-template-home-page #ab_foo .container{
	margin: 60px auto 0;
}
.page-template-home-page #ab_foo{
	background-color: var(--dark) !important;
}
.page-template-home-page #foo_potser{
	display: none;
} 

.page-template-home-page #af_contact{
	margin: 30px auto 15px;
}
.scrollup:hover,
.scrollup:focus,
.scrollup {
	position: fixed;
    width: 40px;
    height: 40px;
    padding: 11px 13px;
    color: #fff !important;
    border-radius: 0;
    background: var(--sec);
    bottom: 20px;
    right: 50px;
}


/* col-xs */
@media(max-width:991px){
	
	
	form.woocommerce-ordering{
		width: 50%;
		display: inline-block !important;
		text-align: center;
		padding: 0;
		margin: 5px 0;
	}
	.woocommerce-ordering{
		float: none !important;
	}
	
	
	.woocommerce-ordering:after{
		display: none;
	}
	.woocommerce-result-count{
		display: block;
		float: none;
		text-align: center;
		padding-top: 10px;
	}
	.scrollup:hover,
	.scrollup:focus,
	.scrollup{
		bottom: 75px;
    	right: 15px;
		z-index: 5;
	}
}
.opacity_elem{
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cover {
  -vendor-animation-duration: 2s;
}
.bg{
	background: #f5f5f5;
}
.main_bg{
	background: var(--main);
}
.dark_bg{
	background: var(--dark);
}
.sec{
	color:var(--sec); 
}

.btn{
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
    text-decoration: none;
    border-radius: 0;
	min-width: 190px;
    padding: 10px 30px ;
	margin: 10px auto;  
}
#backToAll{
	width: 195px;
	float: left;
	text-align: center;
}
.read_more{
	text-underline-position: under;
	padding-bottom: 3px;
    font-size: 18px;
	font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.read_more{
	color: var(--main);	
	border-bottom-color: var(--main);	
}
.item:hover .read_more,
.whitxt .read_more{
	color: #fff;	
	border-bottom-color: #fff;	
}

.read_more:hover{
	border-bottom: 4px solid var(--sec);
	color: var(--sec);
}

.main_btn{
	background-color: var(--main);
}

.btn.sec_btn,
.sec_btn{
	background-color: var(--sec) !important;
}


.btn.sec_btn,
.black_border,
.button,
.hvr-fade {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-color, color, background-color;
    transition-property:border-color,color,  background-color;
}
.btn.sec_btn:hover,
.black_border:hover,
.main_btn:hover,
ul.products li.product .button:hover,
.hvr-fade:hover, 
.border_btn:hover{
	color: #fff;
	background-color: #dd5f1c !important;
	border-color: #dd5f1c;
}
#my_profile .btn,
.widget_shopping_cart p.buttons a{
	display: block;
	width: 100%;
	text-align: center;
}
.widget_shopping_cart .buttons a:last-child{
	margin-top: 10px;
}
.rel{
	position: relative;
}
.btns a{
	padding:  15px;
	border: 1px solid var(--line);
	margin: 15px 0 15px 15px;
	display: inline-block;
	width: 145px;
	text-align: center;
}
.single-product div.product .summary .btn{
	max-width: 369px;
	width: 100%;
}
@media(max-width:767px){
	
	.home_blog{
		margin-bottom: 50px;
	}
	.berocket_aapf_widget_show.mobile_hide{
		display: block !important;
	}
	#open_filters{
		padding: 9px 16px;
		margin: 5px 0 5px 10px;
		width: 47%;
	}
	form.woocommerce-ordering{
		width: 49%;
	}
	form.woocommerce-ordering select{
		width: 100%;
	}
}

/*
#wpadminbar{
	display: none;
}
*/
.dark_bgc{
	background: var(--dark);
}
html,
body,
:root {
	--main: #141414;
	--sec: #fc6b00;
	--dark:#33353d;
	--txt:#575756;
	--light: #e2e2e2;
	--line: #575756;
	
}
 
hr{
	background-color: #e5e5e5;
}
@media(min-width:768px){
	/*.sticky_elem.stick{
		position: fixed;
		max-width: 19%;
	}*/
}


body.unscroll {
    overflow:hidden !important;
	position: static; 
    left: 0;
    right: 0;
}

.general.txt a:focus, .general.txt a{
	color: var(--sec) !important; 
	text-decoration: none !important;
}
.general.txt a:hover{
	color: var(--sec) !important;
	text-decoration: underline !important;
	
}


.fixed-overlay .inner_title{
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #030304;
	margin: 50px auto 30px;
}
.fixed-overlay p{
	font-size: 14px;
	margin: 30px auto;
}
.fixed-overlay .woocommerce-form{
	margin-top: 30px;
} 

@media(max-width:767px){
	.fixed-overlay .inner_title{
		margin: 10px auto;
	}
	#cart_w ul.product_list_widget{
		height:calc(100vh - 290px) !important;
	}
}

.fixed-overlay .whitxt .inner_title{
	color: #fff;
}
div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper *{
	margin: 0;
    line-height: 20px;
}
.berocket_single_filter_widget .widget-title{
	color: #fff;
	font-size: 20px;
	font-family: 'almoni', sans-serif !important;
}

#my_login .woocommerce-Button.button{
	display: block;
	width: 100%;
	margin: 15px auto;
}
#my_login label.inline{
	margin-right: 0;
}

.fixed-overlay hr{
	background-color: #e1e1e1;
	border: none;
}

.fixed-overlay .widget_shopping_cart_content{
	border-top: none;
}

.fixed-overlay .widget{
	margin-bottom: 15px;
}

.container-fluid.not_found .container{
	margin: 10% auto;
}


#footer a,
.shareList li a{
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

#overlay{
	display: none !important;
}

/*
Owl Style
* --------------------------------------- */
.owl_about,
.owl_gallery_p, .owl_gallery,
.loop,
.owl_poster,
.loop_presenter{
	z-index: 0;
}

.owl_gallery_p img, 
.loop img,
.owl_poster img,
.loop_presenter img{
	width: auto !important;
}
.owl_article {
	margin: 0 auto 40px;
}
.loop_presenter{
	margin: 0 auto 80px;
}

.loop_presenter *{
	color: var(--main);
	display: block;
}
.owl_game img{
	margin: 0 auto 10px;
}
.loop_presenter img{
	margin: 10px auto;
}

.owl_founder .owl-item div{
	padding: 15px 0;
}
.owl_founder .sm_title{
	margin: 15px auto -15px;
	font-size: 24px;
	line-height: 1;
}
.row.blog .sm_title,
.loop.owl_article .sm_title{
	margin: 15px auto 10px;
	max-width: 50%;
	min-height: 40px;
}
.row.blog .sm_title,
.loop_presenter .name{
	font-size: 18px;
	 font-weight: bold;
	display: block;
}
.owl_game.loop .sm_title{
	font-size: 24px;
	 font-weight: bold;
	display: block;
	margin: 10px auto;
}
.loop .item .read_more{
	margin-top: 10px;
	
}

.date,
.loop .date,
.loop_presenter .position{
	font-size: 14px;
	letter-spacing: 2px;
}
.row.blog .article .post .txt,
.loop .txt{
	margin: 10px auto;
	font-size: 14px;
	line-height: 20px;
	max-width: 75%;
}
.row.blog .article .post ,
.row.blog .article .post *,
.owl_article .article *{
	display: block;
	 
}
.row.blog .article .post{
	margin-bottom: 25px;
}
.row.blog .article .post,
.owl_article .article{
	color: var(--main);
	background: #fff;
	padding-bottom: 20px;
	 -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.owl_game .article{
	padding-bottom: 20px;
}
.owl_founder .owl-item:hover div.text-center,
.owl_game .owl-item:hover a,
.row.blog .item:hover a,
.row.blog  .item a:hover,
.owl_article .owl-item:hover a,
.owl_game .owl-item a:hover,
.owl_article .owl-item a:hover{
	color: #fff !important;
}
.owl_founder .owl-item:hover div.text-center,
.owl_game .owl-item:hover .article,
.row.blog .article .post:hover,
.owl_article .owl-item:hover .article{
	background: var(--sec);
}
.loop_presenter .txt.custom_w{
	font-size: 30px;
    width: 80%;
    line-height: 1;
    max-width: 570px;
    font-weight: bold;
	font-style: italic;
}

.owl_gallery .gallery-img:after {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(32,46,66,.85);
    content: "";
  
}


.owl_gallery .owl-item:hover .gallery-img:after {
    opacity: 0;
}


@media(min-width:768px){
	#blog .row.blog .article .post .txt{
		height: 130px;
	}
	
}
@media(min-width:992px){
	#blog .row.blog .article .post .txt{
		height: 70px;
	}
	
}
@media(max-width:991px){
	#blog .row.blog .article .post .sm_title{
		max-width: 80%;
		min-height: 50px;
	}
	
}
@media(max-width:767px){
	.owl_gallery .active.center .gallery-img:after {
		opacity: 0;
	}
	
}


.descriptionBox ,
.owl_gallery_p .descriptionBox {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
	z-index: 2;
    padding: 20px;
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  
}


 .descriptionBox p:first-child ,
.owl_gallery_p .descriptionBox p:first-child {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
    color: #fff;
}
.descriptionBox p:last-child,
.owl_gallery_p .descriptionBox p:last-child{
	 font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 0;
}
.row.blog .item .post-img:after,
.owl_game .post-img:after,
.owl_article .post-img:after,
.team li.item:after ,
.owl_gallery_p .item:after {
   	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(252,107,0,.85);
    content: "";
}
.owl_game .post-img:after,
.row.blog .item .post-img:after,
.owl_article .post-img:after,
.owl_gallery .gallery-img:after,
.descriptionBox,
.owl_gallery_p .descriptionBox,
.owl_gallery_p .item:after{
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}


.owl_gallery_p .owl-item{
	border-left: 1px solid #e3e3e3;
}

.team .item:hover:after,
.team .item:hover .descriptionBox ,
.owl_game .owl-item:hover .post-img:after,
.row.blog .item:hover .post-img:after,
.owl_article .owl-item:hover .post-img:after,
.owl_gallery_p .owl-item:hover .item:after,
.owl_gallery_p .owl-item:hover .descriptionBox {
    opacity: 1;
}

.loop_presenter.owl-theme .owl-dots .owl-dot span{
	background: #555660;
}
.owl_poster.owl-theme .owl-dots .owl-dot span{
	background: #fff;
	opacity: .5;
}
.owl_poster.owl-theme .owl-dots .owl-dot.active span, 
.owl_poster.owl-theme .owl-dots .owl-dot:hover span{
	opacity: 1;
}
.loop_presenter.owl-theme .owl-dots .owl-dot.active span, 
.loop_presenter.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--sec);
}
.loop_presenter.owl-theme .owl-dots .owl-dot.active span{
	width: 12px;
	height: 12px;
}
.owl_gallery .owl-nav{
	margin: 0 auto;
	
}
.owl_gallery.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    font-size: 30px;
    padding: 0;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    background: transparent;
	transform: translateY(-50%);
    opacity: 1;
}
.owl_gallery .owl-prev {
    right: 15px;
}
.owl_gallery .owl-next {
    left: 15px;
}
.owl_about.owl-theme .owl-nav [class*=owl-]:hover,
.owl_about.owl-theme .owl-nav [class*=owl-]{
	background: transparent;
	vertical-align: middle;
}
.owl_about.owl-theme .owl-nav{
	background: var(--sec);
	width: 150px;
	margin-top: -30px;
	margin-right: 25px;
	z-index: 1;
	position: relative;
}

#counter{
	display: inline-block;
    vertical-align: middle;
	text-align: center;
	letter-spacing: 3px;
	font-size: 14px;
    color: #fff;
	margin: -2px 15px 0;
}
#game .txt.general{
	max-width: 300px;
}

#game .txt.general p{
	border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    margin-bottom: 10px;
}
#game_gallery #counter{
	color: var(--sec);
}

#game_gallery.owl-theme .owl-nav{
	background: transparent;
	margin: 10px auto;
}
#game_gallery.owl-theme  .owl-nav [class*=owl-]:hover .st0,
#game_gallery.owl-theme .owl-nav [class*=owl-] .st0{
	fill:var(--sec);
}
/*
Image Magnify
* --------------------------------------- */
#lg-counter,
.lg-inner{
	direction: ltr;
}
.lg-backdrop {
    background-color: rgba(23,33,47,.9);
}
.lg-sub-html, .lg-toolbar,
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent;
}


.aws-search-result .aws_result_image{
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.aws-search-result .aws_result_title{
	padding-right: 0 !important;
}
.mCustomScrollBox{
	direction: rtl !important;
}

.aws-search-result .aws_result_price {
    display: inline-block !important;
    position: relative !important;
}
.aws-search-result .aws_result_head{
	margin-bottom: 0 !important;
}
.aws-search-result{
	text-align: right !important;
}

.aws-container .aws-search-form .aws-form-btn:hover,
.aws-container .aws-search-form .aws-form-btn:focus,
.aws-container .aws-search-form .aws-form-btn{
	position: absolute;
    background: transparent !important;
    z-index: 4;
    padding: 10px 0;
	right: 0;
	top: 0;
	border: none;
	-webkit-order: 0;
    order: 0;
    margin: 0;
}
.aws-container .aws-search-form .aws-search-btn_icon{
	color: #fff;
}
.aws-container .aws-search-field{
	background: #1d1d1e;
	border: none ;
}


.aws-container .aws-search-form .aws-form-btn:hover, 
.aws-container .aws-search-form .aws-form-btn:focus, 
.aws-container .aws-search-form .aws-form-btn{
	right: auto;
	left: 0;

}
.aws-container .aws-search-form .aws-wrapper .aws-loader, 
.aws-container .aws-search-form .aws-search-clear {
	left: 30px;
	right: auto;
}
#search p{
	margin: 20px auto 10px;
	font-size: 14px;
}
::placeholder{
	color: #c3c3c3 !important;
}
::-ms-input-placeholder{
	color: #c3c3c3 !important;
}
:-ms-input-placeholder{
	color: #c3c3c3 !important;
}
.aws-container .aws-search-form .aws-search-btn_icon{
	color: var(--sec);
}
.aws-container .aws-search-form .aws-form-btn:hover,
.aws-container .aws-search-form .aws-form-btn{
	border: none;
	background: #fff;
	color: var(--sec);
}
.aws-container .aws-search-field,
.aws-container .aws-search-field:focus{
	background: #ffffff;
	border:none;
	color: #c3c3c3;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-right: 10px;
	font-size: 16px;
	
}
/* col-xs */

@media(max-width:991px){
	
	.aws-container .aws-search-form .aws-form-btn{
		padding: 10px 0;
	}
	
}


@media(min-width:992px){
	
	.aws-container .aws-show-clear .aws-search-field,
	.aws-container .aws-search-field{
		background: #ffffff;
		border:none;
		font-size: 26px;
		color: #c3c3c3;
		height: 60px;
		padding: 15px;
	}
	
	.aws-container .aws-search-field:focus{
		background: var(--sec);
		color: #fff;
	}
	.aws-container .aws-search-form .aws-search-btn_icon{
		height: 37px;
	}
	.aws-container .aws-search-form .aws-form-btn:hover, .aws-container .aws-search-form .aws-form-btn:focus, .aws-container .aws-search-form .aws-form-btn{
		padding:12px 0;
		left: 15px;
	}
	
}

.main_poster img,
.hp-poster img{
	margin: 0 auto;
}

.se-pre-con{
	background-size: 250px !important;
}

.unscroll,
 .modal-open{
  height: 100%;
  overflow: hidden;
}
.modal,
#overlay{
  -webkit-overflow-scrolling: touch;
}