/*
Theme Name: Theme AJAX salevent



*/

@import url('fonts.css');

@charset "UTF-8";

body, html {
	background-color: #999;
	/* overflow: hidden; */
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: 200;
	line-height: 1.5em;

	color:#FFF;


}

a {
		color:#FFF;
		text-decoration: none;
}

sep {
	margin-left: 20px;
	margin-right: 20px;
}
sep::after {
		content: '|';
}


h1 {
		font-family: 'Press Start 2P', sans-serif;
}

.arr_left {
	text-transform: uppercase;
}

.arr_left::before {
	display: inline-block;
   width: 1em;
   height: auto;
	 margin-right: 5px;
 	 content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'   viewBox='0 0 470 367'%3E%3Cpath d='M181.8,363.6v-109.1h290.9V109.1H181.8V0h-36.4v36.4h-36.4v36.4h-36.4v36.4h-36.4v36.4H0v72.7h36.4v36.4h36.4v36.4h36.4v36.4h36.4v36.4h36.4Z' fill='%23fff'/%3E%3C/svg%3E");
}


#page {
	/* overflow: hidden; */
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 100;


}

#page_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color:#0099ff;
	background-image: url(img/hg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
/*	z-index: -1;*/
	pointer-events: none;
	text-align: center;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	font-weight: 300;
}

h2 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}



.slide_row {
height:100%;
	width:100%;
	/* overflow: hidden; */
	position:relative;
	z-index: 100;

}

.slide_row_slider {
	height:100%;
	width:100%;
	/* overflow: hidden; */
	position:relative;
	z-index: 100;
}

.row-slider {
	height:100%;
	width:100%;
	/* overflow: hidden; */
	position:relative;
	z-index: 100;
}

.slide {
	/*position:absolute;
	top:0px;
	left:0px;*/

	position: relative;
	height:100%;
	width:100%;
	float: left;
	display: block;

	z-index: 100;
	/*background-image: url(img/hg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;*/
}



#mainnav_holder {
	position:absolute;
	top:0px;
	left:0px;

	width:100%;
	height:30px;

	z-index:200;
	/* overflow: hidden; */
	/* overflow-y:auto; */
}

#mainnav {
	position:absolute;
	width:100%;
	/*top:10px;
	left:10px;

	width:100%;
	height:30px;

	z-index:200;*/

}


#mainnav, #mainnav ul.children  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#mainnav li {
	clear:both;
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	width:100%;


}

#mainnav ul.children {
	width:100%;
}

#mainnav ul.children li {
	width:auto;
	clear:inherit;
	margin-bottom:0px;
}

/*#mainnav ul.children ,
#mainnav ul.children li {
	float:left;

}*/

#mainnav a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(img/buttonhg_s.png);
	color: #FFF;
	text-decoration: none;

	float:left;
	line-height: 30px;
	padding-left:10px;
	padding-right:10px;
}

#mainnav a.active,
#mainnav a:hover {
	background:none;
	background-color:#FFF;
	color:#000;


}


#nav {
	position:absolute;
	top:10px;
	right:10px;

	width:300px;
	height:60px;

	z-index:200;
}

.nav_e {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	position: absolute;

	font-family: typicons;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background-image: url(img/buttonhg_s.png);
	/*background-repeat: no-repeat;
	background-position: left top;*/
	color: #FFF;
	font-size: 20px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav_e:hover,
.nav_e.hover {
	background:none;
	background-color:#FFF;
	color:#000;


}

.nav_e.hover.noop,
.nav_e.noop  {
	background:none;
	background-image: url(img/buttonhg_s.png);
	 -moz-opacity: 0.60;
	 -webkit-opacity: 0.60;
	 opacity: 0.60;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	 background-position: left top;
	 color: #FFF;
	 cursor:auto;
}


#nav_buttons {
	width:100px;
	height:100px;
	position:absolute;
	right:30px;
	top:30px;
}

#nav_r {
	top:50%;
	margin-top:-15px;
	right:0px;
}

#nav_l {
	top:50%;
	margin-top:-15px;
	left:0px;
}

#nav_u {
	top:0px;
	left:50%;
	margin-left:-15px;

}

#nav_d {
	bottom:0px;
	left:50%;
	margin-left:-15px;
}

#nav_5 {
	top:150px;
	left:15px;
}


#nav ul {

	margin-top:150px;
}

#nav ul ul {
	margin-top:0px;
}








#testbu {
	position:absolute;
	top:100px;
	left:100px;
	z-index:1000;

}


.content {


	padding: 10%;
	box-sizing: border-box;
	/* overflow: hidden; */
	/* overflow-y:auto; */


}



.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
