@charset "utf-8";
/* CSS Document */

header {
	padding: 10px 0 !important;
	color: #9e1e62;
	text-align: center;
	background-color: #FFF;
}
header .header-logo {
	width: 100%;
	height: auto;
	margin: 20px 0 10px 0;
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
header .header-left {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}
header .header-left .header-buttons {
	margin: 10px 0;
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
header .header-right {
	text-align: center;
}
header .header-right img {
	vertical-align: middle;
}
header .header-right span {
	padding: 0 5px;
}

@media (min-width: 480px) {
	header .header-logo {
		width: 401px;
		margin: 20px auto 10px auto;
		display: block !important;
		clear: both !important;
	}
}

@media (min-width: 640px) {
	header .header-left {
		float: left;
		margin-top: 8px;
		text-align: left;
	}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
	header .header-right {
		float: right;
		width: 165px;
		margin-top: 1px;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}
	header .header-right span {
		display: none;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 990px) {
	header .header-logo {
		width: auto;
		margin: 10px auto;
		display: inherit !important;
		clear: none !important;
	}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
	header .header-left .header-buttons {
		margin: 32px 0 0 0;
	}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
	header .header-right {
		line-height: 45px;
	}
}

@media (min-width: 1200px) {

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

}

@media (min-width: 1900px) {

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

}
