
/* ================================ 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,
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,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}
 ::-moz-selection {
	background: #55C0C0;
	color: FFF;
}
 ::selection {
	background: #55C0C0;
	color: #FFF;
}
strong {
	font-weight: bold;
}
html {
	height: 100%;
}
button {
	outline: none;
}
textarea {
	resize: vertical;
}

/* ============================= Browse Happy prompt ================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ============================ Parallax ============================== */

.parallax-window {
	height: 755px;
	/*height:683px;
     background: transparent;
     background-repeat: no-repeat;
     background-position: center top;
    */
	-moz-box-shadow: inset 0px 152px 550px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0px 152px 550px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 152px 550px rgba(0, 0, 0, 0.8);
}

/* ========================== Main styles ========================== */

a {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

a:hover,
a:active {
	text-decoration: underline;
}

h1 {
	font-size: 48px;
	line-height: 56px;
	color:#333333;
}

h2 {
}

h3 {
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
}

h4 {
}

p {
}

li {
	margin-bottom:10px;
}

.hide {
	visibility:hidden;
	display: none;
}

.border {
	border: solid 1px #999999;
}

a.center {
	text-align: center;
	margin: 16px auto;
	display: block;

}

body {
	font-family: 'Josefin Sans', sans-serif;
	background-color: #FFFFFF;
}

body#current a.currentpage {
	text-decoration: none;
	color: #333333;
	border-bottom: 4px solid #D3118F;
}

body#current a.currentpage:hover {
	color: #FFFFFF;
}

nav {
	position: fixed;
	top: 0px;
	width: 100%;
	margin: auto;
	background-color: #BEBA32;
	z-index: 7000;
	display: block;
}

nav .center {
	margin: auto;
	max-width: 1024px;
	display: block;
}

nav .center a {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	float: left;
	width: 33.3%;
}

nav .center a:hover {
	background-color: #D3118F;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 4px solid #D3118F;
}

.hero {
	margin: 112px auto 0 auto;
	max-width: 1024px;
	width: 90%;
}

.hero img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 24px auto;
	display: block;
}

.hero p {
	text-align: center;
	color: #84851F;
	font-size: 22px;
	line-height: 40px;
}

.hero h2 {
	font-size: 32px;
	line-height: 42px;
	color: #D3118F;
	text-align: center;
}

.body {
	margin: 72px auto;
	max-width: 820px;
	width: 90%;
}

.body h3 {
	background-color: #333333;
	width: 92%;
	margin: 0 auto;
	padding: 24px 4%;
	color: #FFFFFF;
}

footer {
	margin: 192px auto;
	width: 100%;
}

footer img {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 24px auto;
	display: block;
}

footer p {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	background-color: #333333;
	width: 92%;
	margin: 0 auto;
	padding: 24px 4%;
}


/* -------------- Inside Pages -------------- */

iframe {
	width: 100%;
}

/* -------------- To Top -------------- */

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	width: 54px;
	height: 54px;
	border: none;
	text-indent: -9999px;
	background: url(../img/ui/back-to-top.png) no-repeat left top;
	bottom: 27px;
	right: 2.8%;
	z-index: 9000;
	opacity: .9;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

#toTop:hover {
	opacity: 1;
}

#toTop:active,
#toTop:focus {
	outline: none;
}

/* =============================== Responsive Styles =================================== */

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 320px) {
}
