/* HEADER */

.nav_splitter{
	color:#f1f1f1;
	float:left;
	position: relative; 
	padding:14px 25px 10px 0px;
	font-weight:200;
	font-family: Interstate;
	font-size:30px;
}

.nav_pane{
	color:#f1f1f1;
	float:left;
	position: relative; 
	font-weight:300;
	font-family: Interstate;
	font-size:30px;
	box-sizing: border-box;
    width: 638;
}

.nav_pane .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 7;
}

.nav_pane .menu li {
  float: left;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.nav_pane .menu a {
  padding: 12px 0px 10px 0px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  z-index: 9;
  transition: background 0.5s ease;
}

.nav-link {
   color: #fff;
}

.header_search{
	color:#f1f1f1;
	float:left;
	position: relative; 
	padding:21px 25px 10px 5px;
	font-weight: 300;
	font-family: Roboto;
	font-size: 13px;
	transition: color 0.3s;
    text-decoration: none;
}

.header_search:hover, .header_search:focus, .header_search:active {
    color: #92adde;
    text-decoration: none;
    cursor: pointer;
}

.header_search p{
	float:left;
	position: relative; 
	padding: 0px 15px 0px 20px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	top: -1px;
}

.highlighter_top
{
	width: 100%;  
	height: 2px;
}

.highlighter_bottom
{
	width: 100%;  
	height: 2px;
}

.footer_lang{
	color:#f1f1f1;
	float:left;
	position: relative; 
	padding:18px 25px 10px 30px;
	font-weight: 300;
	font-family: Roboto;
	font-size: 13px;
	transition: color 0.3s;
    text-decoration: none;
}

.footer_lang p{
	float:left;
	position: relative; 
	padding: 0px 15px 0px 20px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	top: -1px;
}

.footer_lang:hover ,
.footer_lang:focus ,
.footer_lang:active {
  color: #d8912b;
  text-decoration: none;
  cursor: pointer;
}

.footer_splitter{
	color:#e4e4e4;
	float:left;
	position: relative; 
	padding:14px 15px 0px 20px;
	font-weight:200;
	font-family: Interstate;
	font-size:25px;
}

.footer_nav{
	color:#f1f1f1;
	float:left;
	position: relative; 
	padding: 0px 25px 0px 0px;
	font-weight: 300;
	font-family: Interstate;
	font-size: 14px;
	box-sizing: border-box;
    width: 55%;
}

.footer_nav .menu {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  margin: auto;
  position: relative;
  z-index: 7;
}

.footer_nav .menu li {
  box-sizing: content-box;	
  padding: 11px 0px 10px 0px;
  float: left;
  width: 20%;
  height: 100%;
  margin: 0;
  transition: background-color 0.4s;

}
.footer_nav .menu a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

.footer_nav .menu li:hover ,
.footer_nav .menu li:focus ,
.footer_nav .menu li:active {
  background-color: #333333;
  opacity: 1;
}

.footer_copyright{
	color:#f1f1f1;
	float:right;
	position: relative; 
	padding: 19px 50px 0px 0px;
	font-weight: 300;
	font-family: Roboto;
	font-size: 13px;
	top: -2px;
	word-spacing: 4px;
}

/* FOOTER */

#footer{
	box-sizing: content-box;
	width:100%;
	height:53px;
	background-color: #212121;
	position: relative;
}

#footer h2 a{
	color:#505e6d;
}
#footer h2 a:hover{
	text-decoration:none;
}
#footer_text{
	padding:50px 50px 50px 190px;
	float:left;
	text-align:right;
}
#footer_text p{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 8px 0;
	font-size:13px;
}
#footer_text a{
	color:#fff;
	text-decoration:underline;
}
#footer_text a:hover{
	text-decoration:none;
}
#footer_text .designed a{
	color:#0076a3;
}


