html,body{
	height: 100%;
	width: 100%;
}
.main-container{
	margin:0 auto;
	padding: 3% 7%;
}
.flex-d{
	display: flex;
}
.nav-ul, .navigation{
	justify-content: space-between;
	align-items: center;
}
nav-ul;{
	justify-content: start;
}
.explore{
	text-transform: uppercase;

}
.nav-li {
	display: inline-block;
	margin-left: 57px;
	color: #707070;
	font-size: 20px;
}

.search {
	height: 25px;
/*	float:left;*/
}

.logo{
	float: left;
}
.nav{
	float: right;
}
.clear{
	clear:both;
}
.flex-container{
	display: flex;
	flex-wrap: wrap;

}
.bigphoto{
	background-position: center;
    max-width: 1639px;
    width: 100%;
    height: 516px;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: round;
    border: black solid 1px;
}

section{
	flex-wrap: wrap;
}
 /*Responsive*/

@media (max-width: 1024){
	.bigphoto {
		max-width: 600px;
	}
}


 /*css-stvis*/
/*max-width:1170px;
  width:100%; 
  margin: 0 auto;
  flex-wrap:wrap  an mivutito mediashi
  */
/*

zogadad
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }


  @media (max-width: 1160px) {
  	.class {
  		width: 400px;
  		flex-direction: column; sheileba aseve column-reverse;
  		align-item:center;
  		max-with:400px
  		with:100%;
  	}
  	.video-wraper:first-child{
	margin-bottom: 30px;
  	}
  }

  */