  body{
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2em;
	text-transform: none;
	letter-spacing: .05em;
	font-size: 16px;
	margin: 0;
	padding: 0;
	border: 0px solid #ff0f21;
	height: 100vh;
	
}


.super_wrapper{
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 85px 20px 0 85px;
	
}


.wrapper_main{
	flex: 1 1 auto;
	display: flex;
	justify-content:flex-start;
		
}

.menu{
	width: 350px;
	
}

.left{

}

.info {
	font-weight: 400;
	font-style: normal;
	line-height: 1.9em;
	text-transform: none;
	letter-spacing: .05em;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	border: 0px solid #6fff90;
}



ul{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	color: #666;
}
a:active{
	color: #808080
}

.active a{
	color: #666;
}

.header a:hover, .header a:active {
	color: #000;

}

.projects li a #small {
	font-size: 10px;
}

.header{
	font-size: 23px;
	font-weight: 400;
	font-style: ;
	text-decoration: none;
	border: 0 solid #ffbd66;
	margin: 0 0 30px 0px;
	padding: 0;
}


  .copyleft {
  display:inline-block;
  transform: rotate(180deg);}

  .gallery{
  	margin: 28px 0 0 0;
	flex: 1 1 auto;

  }

  .footer{
  	font-size: 8px;
  	letter-spacing: 0.3px;
  	align-self: flex-end;
  	padding: 0;

  }

.left{
	display: flex;
	flex: 0 1 auto;
}

  .menu{
  	
  }

.images img{
	width: 100%;	
	max-height: calc(100vh - 250px);
	object-fit: contain;
	;
}

 .words{
	margin-top: 28px;
	color: #666;
	border: 0px solid #1100d9;
	padding: 0 100px 0 0;
	top: 100px;
	left: 520px;
	line-height: 1.6em;
	letter-spacing: .02em;
	font-style: normal;
	overflow: auto;
	
	 }

h4{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	
}





/* slider */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }


.content{
  
  
}
.content .images{
  height: 100%;
  width: 100%;
}


/*.btm-slides span{
  height: 15px;
  width: 55px;
  border: 2px solid black;
  margin: 0 3px;
  cursor: pointer;
} */

.sliders{
  display: block !important;
  width: 45px;
  cursor: pointer;
  background: white;
  margin-top: 10px;
  

}

.sliders-wrapper{
	display: flex;
	justify-content: center;
}

.sliders:hover{
    
}

.right{
  right: 10px; 
  text-align: center;
 
}

.left{
  right: 55px;
  text-align: center;
  border-right: 1px solid #666;
  
}

.sliders span{
  line-height: 35px;
  font-size: 30px;

  color: #666;
 
}

.has-submenu {
	position: relative;
	cursor: pointer;
}

.submenu {
	display: none;
	position: absolute;
	left: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.9em;
	text-transform: none;
	letter-spacing: .05em;
	font-size: 12px;
}

.has-submenu:hover .submenu{
	display: block;
}