#open {
	z-index:2000;
	width:0;
	height:0;
    top: 20px;
    right: 15px;
	position:fixed;
	background-image: url(../images/open_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
}	

#close {
	z-index:2000;
	width:40px;
	height:40px;
    top: 20px;
    right: 15px;
	position:fixed;
	background-image: url(../images/close_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
}

#menu{
	z-index:20;
	width:auto;
	height:80px;
	top: 0;
	right: 0;
	padding: 0;
	position:absolute;
	text-transform:uppercase;
	font-family: AthelasRegular;
	font-size: 12pt;
	text-align: center;
	font-weight: 300;
	list-style:none;
	outline:none; 
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

#menu li{
	z-index: 10;
	width:auto;
	padding:0 30px 0 0;
	float:left; 
	position:relative;
}

#menu li a{
	height: 25px;
	color:#1c1f20; 
	font-weight: 300;
	text-decoration:none; 
	
	-webkit-transition:all 0.3s linear; 
	-moz-transition:all 0.3s linear; 
	-ms-transition:all 0.3s linear; 
	-o-transition:all 0.3s linear; 
	transition:all 0.3s linear; 
}

#menu li a:hover{ 
	color: #b8242b;
}

#menu li a.current{ 
	color: #b8242b;
}

#menu li a.active{ 
	color: #b8242b;
}

#works_menu{
	z-index:300;
	width:100%;
	height:auto;
	padding: 30px 0 30px 0;
	margin: 0;
	float: left;
	position: relative;
	list-style:none;
	text-transform:uppercase;
	font-family: Cochin;
	font-size: 14pt;
	text-align: center;
	font-weight: 300;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #f8efe4;
}

#works_menu .dot{
	width:50px;
	height:50px;
	line-height:50px; 
	float: left;
	position:relative;
	flex-wrap: flex;
	justify-content: center;
	align-items: center;
}

#works_menu .dot2{
	width:50px;
	height:50px;
	line-height:50px; 
	float: left;
	position:relative;
	overflow: hidden;
	flex-wrap: flex;
	justify-content: center;
	align-items: center;
}

#red_line{
	width:0;
	height:0;
	float: left;
	position:relative;
	overflow: hidden;
}

#works_menu li{
	width:auto;
	height:auto;
	padding: 0 50px 0 50px;
	margin: 0;
	float: left;
	position:relative;
}

#works_menu li:last-child {
    border-right:none;
}

#works_menu li a{
	width:100%;
	margin: 0;
	text-decoration:none;  
	line-height:25px; 
	color:#1c1f20; 
	display:inline-block; 
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 
}

#works_menu li a:hover{
	color:#D91E3E; 
}

#works_menu li a.current{
	color:#D91E3E; 
}

#works_menu li a.active{
	color:#D91E3E; 
}