@charset "utf-8";
/* CSS Document */

/* Mobile Layout: 480px and below. */
.menu-hor,
.menu-ppal {
	display: none;
}
.menu-ver {
	display: block;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.menu-ver ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-ver li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-ver a:link,
.menu-ver a:visited {
	color: #000;
}
.menu-ver a:hover {
	color: #FFF;
	background-color: #90151A;
}
.menu-ver a:link,
.menu-ver a:visited,
.menu-ver a:hover {
	display: block;
 *display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin-bottom: 0.2em;
	padding: 0.4em;
}
.menu-ver a.current {
	color: #FFF;
	background-color: #666666;
}
.menu-aux {
	display: block;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.menu-aux ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-aux li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-aux a:link,
.menu-aux a:visited {
	color: #90151A;
}
.menu-aux a:hover {
	color: #FFF;
	background-color: #90151A;
}
.menu-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover {
	display: block;
 *display: inline-block;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2rem;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 0.2em;
	padding: 0.4em 0.4em 0.4em 1em;
}
.menu-aux a.current {
	color: #FFF;
	background-color: #666666;
}


/* Tablet Layout: 481px to 567px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
}
/* Landscape Layout: 568px to 768px. Inherits styles from: Previous Layout. */
@media only screen and (min-width: 568px) {
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
}

/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
.menu-hor,
.menu-ppal {
	display: inline-block;
}
.menu-hor ul,
.menu-ppal ul {
	margin: 0;
	padding: 0;
}
.menu-hor li,
.menu-ppal li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-hor a:link,
.menu-hor a:visited,
.menu-ppal a:link,
.menu-ppal a:visited {
	display: block;
	font-size: 1.15rem;
	font-weight:500;
	text-decoration: none;
	color: #8F151A;
	padding: 0.2em 0.4em 0.4em 0.4em;
	margin: 1em 0 0 0;
	letter-spacing:-0.015em;
}
.menu-ppal a:link,
.menu-ppal a:visited {
	color: #8F151A;
}
/*****************************************************************
cool links
*******************************************************************/
.menu-hor a,
.menu-hor a:visited,
.menu-hor a:hover,
.menu-ppal a,
.menu-ppal a:visited,
.menu-ppal a:hover,
a:active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	transition: 0.5s color ease;
	text-decoration: none;
}
.menu-hor a:hover {
	color: #8F151A;
}
.menu-ppal a:hover {
	color: #8F151A;
}
.menu-hor a.before:before,
.menu-hor a.after:after,
.menu-ppal a.before:before,
.menu-ppal a.after:after {
	content: "";
	transition: 0.5s all ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.menu-hor a.before:before,
.menu-ppal a.before:before {
	top: -0.25em;
}
.menu-hor a.after:after,
.menu-ppal a.after:after {
	bottom: -0.0em;
}
.menu-hor a.before:before,
.menu-hor a.after:after {
	height: 1px;
	width: 0;
	background-color: #8F151A;
	left: 0;
}
.menu-ppal a.before:before,
.menu-ppal a.after:after {
	height: 1px;
	width: 0;
	background-color: #8F151A;
	left: 0;
}
.menu-hor a.before:hover:before,
.menu-hor a.after:hover:after,
.menu-ppal a.before:hover:before,
.menu-ppal a.after:hover:after {
	width: 100%;
}
/*****************************************************************************/


}

/* Desktop Layout: 1366px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
}
