@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-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: 'RobotoCondensed-light';

src: url('../css/fonts/RobotoCondensed-Light.ttf');

}

@font-face{

font-family: 'Hortensia';

src: url('../css/fonts/Hortensia.ttf');

}


.trigger{
	display:none;
}

nav {
/*	position: relative;
	float: left;*/
	width: 100%;
	text-align: center;
	background-color: #142336;
	font-family: "RobotoCondensed-Regular";
}

#toggle-menu {
	background: #142336;
	line-height: 2.5;
	color: #b7b7b7;
	padding-left: 1em;
	font-size: 1em;
	cursor: pointer;
	display: none;
	border-bottom: dashed 1px #fff;
}

nav .menu {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	/* background: #110f0f; */
	/* display: none; */
	display: flex;
	background: #142336;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: flex-start;
	padding-left: 255px;
}
nav .menu li {
	text-align: center;
	border-right: 1px solid rgba(153, 153, 153, 0.4);
	flex: auto;
	border-bottom: none;
	position: relative;
	max-width: 200px;
	
}
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%;
}

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 .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%;
}
.trigger {
	width: 60px;
	background-color: #bf0000;
	padding: 8px 6px 8px 14px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	height: 32px;
	
}
.trigger .blind {
	color: #FFFFFF;
	font-size: 31px;
}
.trigger:hover{
	cursor: pointer;
	background-color: #FFFFFF;
	color:#000000!important;
}
.trigger:hover i {
	color:#000000!important;
}

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;

}

.page-active{

	background-color:#256757;

}	
.blind_wrap {
	/* float: left; */
	background-image: url("../images/blindes.png");
	width: 150px;
	background-position: center;
	background-size: 100%;
	left: 252px;
	height: 45px;
	/* margin-top: 3px; */
	position: absolute;
	top: 340px;
}
.blind_wrap:hover{
	cursor:pointer;
}

/*--------------------------------------------------------------------------------------------------------------------------*/

@media only screen 



and (min-device-width : 768px) 



and (max-device-width : 1024px) 



and (orientation : landscape) {

nav .menu {
	padding-left: 2px;
}

nav .menu li {

	max-width: 159px;
}

}













