@charset "UTF-8";

/* CSS Document */

/* RESETS */

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, table, caption, tbody, tfoot, thead, tr, th, td, 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: inherit;
	vertical-align: baseline;
}
* {
 box-sizing: border-box;
 outline: none;
}
*:before, *:after {
 box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	line-height: 1.1;
    font-family: 'Lusitana', serif;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
html {
	background: rgb(249,210,222);
	background: linear-gradient(0deg, rgba(249,210,222,1) 10%, rgba(163,204,238,1) 90%);
}
ol, ul {
	list-style: none;
	font-size: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	clear: both;
	display: table;
}
a {
	text-decoration: none;
	outline: none;
}
::selection {
	background: #F9D2DE; /* WebKit/Blink Browsers */
	color: #FFFFFF!important;
}
::-moz-selection {
 background: #F9D2DE; /* Gecko Browsers */
 color: #FFFFFF!important;
}
strong {
	font-weight: 700;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
img {
  opacity: 1;
  transition: opacity 2s;
}
img[data-src] {
  opacity: 0;
}

/* KILL CURSOR EVENTS */

{
	pointer-events: none;
	}

/* FORCE CURSOR EVENTS */

{
	pointer-events: initial;
	}

/* TRANSITIONS */

{
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	transition-timing-function: ease-out;
}
{
	-o-transition: .75s;
	-ms-transition: .75s;
	-moz-transition: .75s;
	-webkit-transition: .75s;
	transition: .75s;
}
{
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	transition-timing-function: ease-out;
}
#disclaimer, #disclaimerwrapper {
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}
#disclaimer {
	transition-timing-function: cubic-bezier(.51, .37, .45, 1.4);
}
{
	transition-timing-function: cubic-bezier(.17, .67, .46, 1.52);
}

/* CSS STARTS HERE */

#firstsection {
	height: 100%;
	margin: 0px auto;
	display: table;
	min-height: 740px;
}
#sitebackground {
	background-image: url(../images/cloud_background.jpg);
	background-position: 0px 0px;
	background-size: cover;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	min-height: 740px;
	z-index: 0;
}
#starburst {
	max-width: 1000px;
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 150px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#starburst img {
	position: absolute;
}
#burst01, #burst02 {
	left: 0px;
	width: 1000px;
	height: auto;
	z-index: 1;
}
#burst03 {
	left: 292px;
	top: 520px;
	width: 416px;
	height: auto;
	z-index: 1;
}
#logoholder {
	position: relative;
	display: inline-block;
	width: 1000px;
	background: top center no-repeat url(../images/largewings.png);
	padding-top: 600px;
	z-index: 2;
}
#logoholder h1 {
	font-size: 72px;
	color: #BB658A;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
#logoholder:before {
	content: "";
	display: block;
	max-width: 156px;
	margin: 0px auto;
	height: 160px;
	background: top center no-repeat url(../images/smallwings.png);
}
#logoholder h2 {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin-top: 5px;
}

/* DISCLAIMER PANEL */

#disclaimerwrapper {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	background-color: rgba(255,255,255,.25);
	z-index: 20000;
	height: 150px;
	overflow: hidden;
	border-top: 1px solid #F9D2DE;
}
.hidedisclaimer {
	bottom: -400px!important;
}
#disclaimer {
	display: inline-block;
	padding: 25px 50px;
	margin: 30px auto 0px;
	background: #F9D2DE;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
}
#disclaimer.initial {
	margin: 300px auto 0px;
}
#policyinfo, #closedisclaimer {
	display: inline-block;
	padding: 5px 15px;
	margin-left: 10px;
}
#policyinfo {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #F9D2DE;
}
#closedisclaimer {
	background-color: #F9D2DE;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 700;
}
#policyinfo:hover, #closedisclaimer:hover {
	background-color: #A3CCEE;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}