
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 300;
  font-size: 15px;
  position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
line-height: 15px;
}
#cssmenu a {
  line-height: 1.5;
}
#cssmenu {
  width: 100%;
	margin-top: 21px;
	/* direction: rtl; */
  
}
#cssmenu > ul {
  float: right;
 width: 100%;
 margin-right: -1%;
  /*background-color: red;*/
  text-align: right;
  
}
#cssmenu > ul:after {
  clear: both;
  content: '';
  display: table;
}


/* SMALL: */
@media all and (max-width: 1000px) {
#cssmenu > ul {

    max-height: 70px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
#cssmenu.expand ul {
    max-height: 900px;
  }
#cssmenu {
	margin-top: -10px;
	width: 97%;
}
}



#cssmenu > ul > li {
  /*border-right: 1px solid #000000;*/
  /*float: left;*/
  display: inline-block;
 /* width: 18%;*/
  margin: 0px 1%;
  /*padding: 0px 20px;*/
  background: rgba(0, 0, 0, 0.0);
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	text-align: left;
}

#cssmenu > ul > li.mobile {
  display: none;
}
#cssmenu > ul > li.active {
  background: rgba(0, 0, 0, 0.05);
	
}



/* SMALL: */
@media all and (max-width: 1000px) {
#cssmenu > ul {
  text-align: left;
  /* margin-right: 1%;*/
  
}
  #cssmenu > ul > li {
    border-right: 0 none;
    display: block;
    float: none;
    width: 100%;
	
  }
  #cssmenu > ul > li.mobile {
    display: block;
    width: 100%;
  }
  #cssmenu > ul > li.mobile i {
    float: right;
    font-style: normal;
    font-size: 20px;
	 margin-top: 10px; 
	margin-right: -4px !important;
  }
	.noline {
		border-top: none;
	}
	li.mob {
		border-top: none !important;
	}
}




#cssmenu > ul > li:last-child {
  border-right: 0 none;
}
#cssmenu > ul > li:last-child ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.mobile {
  border-right: 0 none;
}
#cssmenu > ul > li > a {
  margin: 0 0 2px 0;
  font-size: ;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
}
/* Sub menu */
#cssmenu ul ul {
  background: rgba(0, 0, 0, 0.9);
  /*border: 1px solid #666;*/
  padding: 10px 20px;
  display: none;
  position: absolute;
  top: 33px;
  left: -10px;
  /*width: 300%;*/
  z-index: 1;
}
.n-about {
  width: 240%; 
}
.n-disciplines {
  width: 260%; 
}
.n-portfolio {
  width: 300%; 
}
.n-stories {
  width: 300%; 
}
.n-contact {
  width: 200%;
  right: -10px !important;
}
.n-contact li {
  text-align: right;
}


/* SMALL: */
@media all and (max-width: 1000px) {
  #cssmenu ul ul {
    position: relative;
    top: 0;
    width: 100%;
  }
  .n-contact {
/*left: 0px !important;*/
right: 0px !important;
}
  .n-contact li {
	text-align: left;
	 left: -10px;
}
}



#cssmenu ul ul li {
  padding: 5px 0;
		
}
#cssmenu ul ul a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: ;
  font-weight: 700;

	
}
#cssmenu ul ul a:hover {
  color: rgba(255, 255, 255, 0.99);
}


@media all and (max-width: 414px) {
  #cssmenu > ul > li.mobile i {
  margin-right: -8px !important;
  }
}



