
body{
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;

}

#logo{
	float: right;
	margin-top: 5px;
	margin-left: 0;
}
#logob{
	float: left;
	margin-top: 5px;
}
#bar_1{
	width: 15%;
	float: left;
}
#bar_2{
	width: 70%;
	float: left;
}
#bar_3{
	width: 15%;
	float: left;
}

#logo_bar_1,
#logo_bar_3 {
	height: 40px;
}


/*   MENU    */
.dropmenu ul {
  margin: 0;
  padding: 0;
}

.dropmenu{
	width: 70%;
	float: left;
	padding: 0;
	margin: 0;
}

.dropmenu li {
  float: left;
  list-style: none;
  position: relative;

	float: left;
	color: #F37721;
	width: 16.666%;
	font-size: 90%;
	padding-top: 10px;
	text-align: center;
	height: 60px;
	margin-top: -5px;	
}

.dropmenu li a {
	text-decoration: none;
	color: #F37721;
	display: block;
	padding: 10px 1em;
	height: 25px;
}

.dropmenu li ul {
	display: none;
	position: absolute;
	left: 0; top: 100%;
	width: 100%;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	z-index: 999;
	background-color: #f1f2f2;
}

.dropmenu li ul li {
	float: none;
	width: 100%
}

.dropmenu li ul li:hover {
	background-color: #fff;
}

.dropmenu li:hover {
	background-color: #f1f2f2;
}

.dropmenu li:hover > ul {
	display: block;
}

.dropmenuZZZ li.dir > a:after {
	content: " +";
	color: #F37721;
}

.dropmenu:after {
	content: "";
	display: table;
	clear: both;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #777;
    border-top-color: #777;
    margin-top: 8px;
}
/*   MENU    */

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 4% auto;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #fff;
}
.popup .close {
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  margin-top: 64px;
  max-height: 30%;
  overflow: auto;
  color: #FFF;
  line-height: 120%;
}



.main-wrapper-popup-menu{
	height: 100%;
	min-height: 100px;
	width: 100%;
	margin: 0;
}
.main-wrapper-popup-menu ul{
	margin: 0 0 0 -5%;
}

.main-wrapper-popup-menu ul li{
	list-style-type: none;;
	font-size: 150%;
	font-weight: 100;
	color: #FFF;
}

.main-wrapper-popup-menu ul li a{
	width: 100%;
	text-decoration: none;
	font-size: 90%;
	font-weight: 400;
}


.hidden_menu{
	width: 0%;
	overflow: hidden;
	float: right;
	display: ;
}

#hidden_menu, #hidden_menu_about, #hidden_menu_service, #hidden_menu_partner, #hidden_menu_competition {
	display: ;
	z-index: 1005;
}


.popup_menu {
  margin: 0;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup_menu h2 {
  margin-top: 0;
  color: #fff;
}
.popup_menu .close {
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
}
.popup_menu .close:hover {
  color: orange;
}
.popup_menu .content {
  margin-top: 0;
  overflow: auto;
  color: #FFF;
  line-height: 120%;
}

.menu-vert{
	height: vh;
	float: left;
	padding: 0;
	text-align: center;
	width: 100%;
	background-color: #f48437;
	color: #FFF;
	font-weight: 100;
	display: inline-block;
}

.menu-vert li{
	height: 0;
}

#container {
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 905px) and (min-width: 601px) {
.dropmenu li {font-size: 75%;}
.dropmenu li a {padding: 10px .6em;}

}

@media (max-width: 600px){
.#hidden_menu{
	display: block;
}
.hidden_menu{
	width: 10%;
	float: right;
	padding-left: 3%;
	padding-top: 10px;
	display: block;
}
.dropmenu{
    width: 0%;
    overflow: hidden;
}

#bar_1{
	width: 30%;
}
#logo{
	float: left;
	margin-left: 5%;
}

}

@media all and (orientation: portrait) {
.hidden_menu{
	width: 10%;
	float: right;
	padding-left: 3%;
	padding-top: 10px;
	display: block;
}
.dropmenu{
    width: 0%;
    overflow: hidden;
}

#bar_1,
#bar_3 {
	width: 30%;
}
#logo{
	float: left;
	margin-left: 5%;
}

#container {
    height: 80px;
}

#logo_bar_1,
#logo_bar_3 {
	height: 60px;
}

.menu-vert{
	padding: 8% 0;
}

.main-wrapper-popup-menu ul li{
	font-size: 3em;
}

}



