@charset "UTF-8";
* { margin: 0; }
/* ------------------------------------- */
Reset /* ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-weight:normal;
}
html { font-size: 62.5%; }
body {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	background-color: #fff;
	color: #333;
	margin: 0;
	height:100%;
}
a:focus, *:focus { outline: none; }
.sub-header {
	padding: 0;
	margin: 0 0 1em 0;
	text-align: left;
	background: #e5e5e5;
	width: 100%;
	height: 46px;
}
.sub-header img {
	margin: 10px 0 10px 1em;
}
footer {
	max-width: 980px;
	font-size: 10px;
	padding: 50px 10px 20px 10px;
	text-align: left;
	margin: 0 auto;
	color: #b5b5b5;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #999;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
}
#back-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}

.cf:after {
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: 80%;
}
.hr-solid {
	border:none;
	/*border-top: 1px solid #a9285c;*/
	border-top: 1px solid #ccc;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.red-purple {
	color: #a9285c;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/* ExtraSmall devices (tablets, 767px and down) */
@media (max-width: 767px) {
.container {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	width: 98%;
	-webkit-overflow-scrolling: touch;
}
	.container2 {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	width: 98%;
	-webkit-overflow-scrolling: touch;
}
    
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.container {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	width: 98%;
	-webkit-overflow-scrolling: touch;
}
	.container2 {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	width: 92%;
	-webkit-overflow-scrolling: touch;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.container {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	max-width: 1024px;
}
	.container2 {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	max-width: 512px;
}
}

h1, h2 {
	color: #993366;
	text-decoration: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.miniBox {
  text-align: left;
  margin: 10px 0 0 20px;
  font-size: 85%;
}
.hr-none {
	border:none;
	/*border-top: 1px solid #a9285c;*/
	border-top: none;
}
.lightgray {
  color: #999;
}