@font-face{

font-family: 'Oswald-Light';

src: url('/css/fonts/Oswald-Light.ttf');

}

@font-face{

font-family: 'Exo2-Bold';

src: url('/css/fonts/Exo2-Bold.ttf');

font-weight: bold;

  font-style: normal;

}

@font-face{

font-family: 'Exo2-Regular';

src: url('/css/fonts/Exo2-Regular.ttf');

font-weight: medium;

  font-style: normal;

}



@font-face{

font-family: 'PoiretOne-Regular';

src: url('/css/fonts/PoiretOne-Regular.ttf');

}

@font-face{

font-family: 'RobotoCondensed-Regular';

src: url(' ../css/fonts/RobotoCondensed-Regular.ttf');

}



@font-face{

font-family: 'Orbitron-Black';

src: url('/css/fonts/Orbitron-Black.ttf');

}

@font-face{

font-family: 'CormorantSC-Medium';

src: url('/css/fonts/CormorantSC-Medium.ttf');

}

@font-face{

font-family: 'Hortensia';

src: url('/css/fonts/Hortensia.ttf');

}

@font-face{

font-family: 'Montserrat-SemiBold';

src: url('/css/fonts/Montserrat-SemiBold.ttf') format('truetype');

}

@font-face{

font-family: 'RobotoCondensed-light';

src: url('/css/fonts/RobotoCondensed-Light.ttf');

}

@font-face{

font-family: 'PT_Sans-Narrow-Web-Regular';

src: url('/css/fonts/PT_Sans-Narrow-Web-Regular.ttf');

}



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	font-family:Exo2-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

     background-color: #3B4656;

}

.clearOf {

	font-family: Montserrat-SemiBold;

	font-size: 24px;

	text-align: center;

	color: #FFFFFF;

	background-color: #2A6E9F;

	padding: 5px;

	height: auto;

}



.top-white {

	display:flex;

	flex-wrap:wrap;

	padding-right:10px;

	padding-left:10px;

	background-color:#154462;

	align-items: center;

}

.icon-wrap {

	color: #F7F7F7;

	font-family: Orbitron-Black, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 22px;



}

#icon-mask {

	height: 40px;

	

}



#top-header {

width: 100%;	

float: left;

display: block;	

}

#hd-inf {

	font-family: PT_Sans-Narrow-Web-Regular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;

	font-size: 20px;

	color: #ffffffe6;

	margin-right: 50px;

	flex:1;

  text-align: right;

}



nav {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #142336;
	font-family: "RobotoCondensed-Regular";
}
nav .menu{

  padding-left:0;

  margin-top:0;

  margin-bottom:0;

  list-style:none;

  /*background:#110f0f;*/

 /* display:none;*/

  display:flex;

  background:#142336;

  width:60%;

  margin-left:auto;

  margin-right:auto;

}




nav .menu li{

    text-align:center;

  border-right: 1px solid rgba(153, 153, 153, 0.4);

    flex:auto;

  border-bottom: none;

  }

  

  nav .menu li:last-child{

  border:none;

  }

  

 nav a {
	color: rgba(235,235,235,0.47);
	text-decoration: none;
	line-height: 3;
	display: block;
	padding-left: 0;
	font-size: 1em;
	outline: none;
	transition: background-color 0.4s;
 position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}

nav a::after {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 1.25rem;
	left: 1.25rem;
	background-color: #566b83;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	z-index: -1;
}

nav a:hover {
  color: #EBEBEB;
}
nav a:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}

 #toggle-menu {

	background: #142336;

	line-height: 2.5;

	color: #efefef;

	padding-left: 1em;

	font-size: 1em;

	cursor: pointer;

	display: none;
	 border-bottom:dashed 1px #fff

}

  nav #toggle-menu i{

  margin-right:.5em;

  }



nav .menu .m-submenu li {
	list-style: none;
	background-color: #142336;
	border-right: none;
	/*border-bottom: solid 1px #d7d7d71a;*/
	text-align: center;
}

nav .menu .m-submenu li a {
	color:rgba(235,235,235,0.47);;
	width: 100%;
}
nav .menu .m-submenu li a:hover{
	 color: #EBEBEB;
	
}
nav .menu .m-submenu {
	position: absolute;
	left: 0px;
	width: 100%;
	padding-left: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 21px 21px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 21px 21px 5px rgba(0, 0, 0, 0.89);
	margin-left:0 !important;
	padding: 0 !important;
	z-index: 100;
}
nav .menu > li:hover .m-submenu {

 -webkit-transition: opacity .5s ease-in-out;

  -moz-transition: opacity .5s ease-in-out;

  -ms-transition: opacity .5s ease-in-out;

  -o-transition: opacity .5s ease-in-out;

  transition: opacity .5s ease-in-out;

  opacity: 1;

  visibility: visible;

}



.smal-cap{display:none}



