/* Structure */
.aaa-container{
	height:572px;
	padding-top:50px;
}
.mdl-mini-footer__left-section{
	height:50px;
}
.aaa-footer li {
	padding-top:5px;
	width:20%;
	text-align:center;
}
.aaa-footer a {
	font-weight: bold;
}
.aaa-footer ul {
	margin-left:5%;
}
.aaa-footer{
	width:100%;
	background-color:#cdd2d4;
	color:black;
	font-weight: bold;
}
/* Style */
@font-face{
	src: url('fonts/RubrikNew-Regular.ttf');
	font-family: "Rubrik New";
}
body{
	font-family:Rubrik New;
	font-weight: bold;
}
.aaa_pink{
	background-color:#c40261 !important;
	color:white !important;
}
.aaa_blue{
	background-color:#28509b !important;
	color:white;
}
.aaa_button{
	border-radius:20px;
	margin:5px;
}
.aaa-container-text{
	font-size:x-large;
	line-height:normal;
	color:	#28509b;
}
.aaa-container-title,.aaa-container-subtitle,.aaa-container-title2{
	width:100%;
	text-align:center;
	font-size:xx-large;
	height:100px;
	line-height:normal;
}
.aaa-container-subtitle{
	font-size:x-large;
}
.aaa-spacer{
	height:80px;
}
.aaa-small-spacer{
	height:20px;
}
.aaa-header{
	height:85px;
	border-bottom:1px solid #eee;
}
hr{
	border-top:1px solid #eee;
}
#aaa-products{
	display:none;
	position:absolute;
	background-color:white;
	padding:30px 10px 30px 10px;
	border-radius:5px;
	z-index: 1;
	min-width:150px;
}
#aaa-products img{
	 width: 150px;

}
#menu{
  position: relative;
  display: inline-block;
}
#menu:hover #btn-menu{
	color:#c40261 !important;
	background-color:white !important;
}
#menu:hover #aaa-products {
	display: block;
}