.hot-salsa { 
	font-family: hot-salsa, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0 20px !important;
}
.mainmenu ul li a {
	font-family: hot-salsa, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4vw;
}
.mainmenu ul li .a-level_2 {
	font-size: 1vw;
}
.gradient-1 .attributes {
	background: rgb(255,88,0);
	background: -moz-linear-gradient(180deg, rgba(255,88,0,1) 0%, rgba(255,161,33,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,88,0,1) 0%, rgba(255,161,33,1) 100%);
	background: linear-gradient(180deg, rgba(255,88,0,1) 0%, rgba(255,161,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5800",endColorstr="#ffa121",GradientType=1);
}
.gradient-2 .attributes {
	background: rgb(2,107,181);
	background: -moz-linear-gradient(180deg, rgba(2,107,181,1) 0%, rgba(182,210,230,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(2,107,181,1) 0%, rgba(182,210,230,1) 100%);
	background: linear-gradient(180deg, rgba(2,107,181,1) 0%, rgba(182,210,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#026bb5",endColorstr="#b6d2e6",GradientType=1);
}