html,body{
	padding: 0;
	margin: 0;
}

html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header-bant{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
}

#footer-bant{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
}

#container{
	width: 100%;
	position: absolute;
	padding-top: 50px;
	padding-bottom: 150px;
	margin: auto auto;
	text-align: center;
}

a{
	text-decoration: none;
}

.row{
	width: 100%;
}

.mt-30{
	margin-top: 30px;
}

.item{
	margin-right: 5px;
	margin-left:  5px;
}


@media only screen and (max-width: 700px) {
	#videoPlayer{
		width: 100%;
	}
	#container{
		width: 100%;
		padding-bottom: 50px;
	}
	.item{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 506px) {
	#logo{
		width: 100%;
	}
}

@media only screen and (max-width: 531px) {
	#kesfet{
		width: 100%;
	}
}

@media only screen and (max-width: 330px) {
	.item{
		width: 94%;
		margin-right: 3%;
		margin-left: 3%;
	}
}