@charset "utf-8";



.menu a {
	text-decoration: none;
}



#menu {
	z-index: 2;
	position: relative;
}

#menu .content {
	position: relative;
}

#menu .menu {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fcfcfc;
	width: 220px;
}

#menu li {
	padding: 15px 10px;
	border-right: 5px solid transparent;
	text-align: right;
}
#menu li:first-child {
}

#menu a {
	color: #4ab68a;
	font-size: 18px;
	font-weight: 700;
}

#menu a span {
	display: block;
	color: #636468;
	font-size: 11px;
}

#menu li.selected {
	background-color: white;
	border-right: 5px solid #ee1e7b;
}


#menu-company {
	z-index: 1;
	position: absolute;
	bottom: 40px;
	right: 0px;
}

#menu-company li {
	border-bottom: 2px solid transparent;
}

#menu-company a {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #404040;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
}
#menu-company li:first-child a {
	border-left: 0;
}

#menu-company li.selected {
	border-bottom: 2px solid #ee1e7b;
}

#menu li#quality-icons {
	padding: 0;
	border-right: 0;
	text-align: left;
}

#quality-icons img {
	position: absolute;
	bottom: 30px;
	left: 40px;
}




@media (min-width: 940px) {

#menu li:hover {
	background-color: white;
	border-right: 5px solid #ee1e7b;
}


#menu-company li:hover {
	border-bottom: 2px solid #ee1e7b;
}

}




@media (min-width: 768px) and (max-width: 939px) {

#menu-company {
	right: 2%;
}


#quality-icons img {
	bottom: 0px;
}
	
}


@media (min-width: 0px) and (max-width: 767px) {

#menu {
	display: none;
	z-index: 90;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fcfcfc;
}

#menu .content {
	padding-top: 75px;
}

#menu .menu {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	background-color: transparent;
}

#menu li {
	padding: 7px 5px;
	border-top: 1px solid #959595;
	text-align: center;
}
#menu li:first-child {
	border-top: 0;
}

#menu li.selected a {
	color: #ee1e7b;
}

#menu li a span {
	display: none;
}


#menu-company {
	display: none;
	z-index: 91;
	position: fixed;
	top: 218px;
	bottom: auto;
	left: 2%;
	width: 96%;
}

#menu-company a {
	border-left: 0;
}

#menu-company li {
	padding-top: 4px;
	border-top: 1px solid #959595;
	border-bottom: 0;
	text-align: center;
}
#menu-company li:first-child {
	padding-top: 0;
}

#menu-company li a {
	line-height: 26px;
}

#menu-company li.selected {
	border-bottom: 0;
}

#menu-company li.selected a {
	color: #ee1e7b;
}


#quality-icons {
	display: none;
}
	
}