@charset "utf-8";
/* CSS Document */

body {
	background-color:black;
	
	overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	
	display: inline-block;
	
	margin: 0;
	padding: 0;
}

.KS_ADD
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(255,255,255,0.58);
}

.KSPROMO
{
	position: fixed;
	width: auto;
	height: auto;
	background-color:transparent;
	top: 100px;
	left: 25%;
	
}

.KSIMG
{
	width: 50vw;
	height: auto;
}

.KSCLOSE
{
	width: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
}

@media only screen and (max-width: 1000px) {
	.KSIMG
	{
		width: 90vw;
	}
	
	.KSPROMO
	{
		left: 5%;
	}
}

.backgroundVideo
{
	position: fixed;
	z-index: -99;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: black;
	background: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

.border
{
	width: 100%;
	height: 100px;
	background-color: transparent;/*#6cb93d*/
}

@media only screen and (max-width: 1000px)
{
	.backgroundVideo
	{
		position: fixed;
		z-index: -99;
		width: 100%;
		height: 100%;
		left:-300px;
		top:0;
		background-color: black;
		background: none;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto 100%;
	}
}

p::selection {
    background-color: #6cb93d;
    color: white;
}