/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: 'Work Sans';
	font-size: 18px;
	line-height: 1.4em;
	background-image: url("images/bgr_slide01.jpg");
	background-size: containe;
	color: #fff;
}
h1{
	font-size: x-large;
	line-height: 1.2em;
	font-weight: 700;
    font-size: 52px;
    color: #41f2ec;
	text-transform: uppercase;
}
.logo_wrap{
	position: relative;
}
.logo_wrap span{
	font-size: small;
	position: absolute;
	top:90%;
	right:50%;
	margin-right: -130px;
	font-weight: 200;
	letter-spacing: 4px;
}
.mainWrapper{

  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.innerWrapper{
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.innerContainer{
	max-width: 800px;
	margin: auto;
}
.innerContainer div, h1{
	margin-bottom: 30px;
}
.btn{
	display: inline-block;
	background-color:#41f2ec;	
	border-radius: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	text-transform: uppercase;
	color: #00113F ;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #41f2ec;
}
.btn:hover{
	background-color:#00113F;	
	color: #41f2ec;
	border: 1px solid #41f2ec;
}
.copyright{
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 99;
	text-align: center;
	font-size: small;
	color: #999;
	padding: 20px 0;
}

@media screen and (max-width: 800px){
	.innerContainer{
		padding: 0 40px;
	}
}
@media screen and (max-width: 400px){
	.innerContainer{
		padding: 0;
	}
	img.logo{
		width: 100%;
	}
	h1{
		font-size: 32px;
	}
	body{font-size: 16px;}
}
.page02, .page03, .page04{
	display: none;
}



h1{
}
.animatable {
    -webkit-animation: fadeInFromNone 1s ease-out;
    -moz-animation: fadeInFromNone 1s ease-out;
    -o-animation: fadeInFromNone 1s ease-out;
    animation: fadeInFromNone 1s ease-out;


}
.pageHide {
    -webkit-animation: fadeOutToNone 1s ease-out;
    -moz-animation: fadeOutToNone 1s ease-out;
    -o-animation: fadeOutToNone 1s ease-out;
    animation: fadeOutToNone 1s ease-out;
}
.pageShow {
    -webkit-animation: fadeInFromNone1 1s ease-out;
    -moz-animation: fadeInFromNone1 1s ease-out;
    -o-animation: fadeInFromNone1 1s ease-out;
    animation: fadeInFromNone1 1s ease-out;
}
.anDel01{
  animation-delay: 1s;
}
.anDel02{
  animation-delay: 2s;
}
.anDel03{
  animation-delay: 3s;
}
.anDel04{
  animation-delay: 4s;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
		-webkit-transform:translate(0,0px);
		transform:translate(0,0px);
    }
}
@-webkit-keyframes fadeInFromNone1 {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
@-webkit-keyframes fadeOutToNone {
    0% {
        display: block;
        opacity: 1;
    }

    1% {
        display: block;
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
    }
}
.error{
	text-align: left;
	color: #ff0000;
	float: left;
}
.form-control-wrap{
    padding-top: 10px ;
    padding-bottom: 10px ;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
	margin-bottom: 24px;
	box-shadow:rgba(0, 0, 0, 0.05) 0px 2px 4px;
}
.form-control {
	border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
	border-bottom: 1px solid #41f2ec !important;
	color: #ffffff;
    padding-bottom: 10px !important;
    font-size: 20px !important;
	background-color: transparent;
	margin-bottom: 20px;
}
.frmBudget {
 -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background-image: url('http://letsgetfly.com/projects/TF/wp-content/themes/uncode-child/ct_files/images/ddl_arrow.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent/* #02053e */;
	padding-bottom: 10px;
	color: grey;
}
.frmBudget option { background-color: #02053e; }
.frmLbl{
	color: grey;
	text-align: left;
	font-size: 20px !important;
	padding: 12px 20px;
}
 /* Customize the label (the container) */
.innerContainer input,
 .innerContainer select,
 .innerContainer textarea{
	width: 100%;
}
 .form-list-item-group{
	 
	 display: block;
	 margin: 0 auto;
 }
.container {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  
  cursor: pointer;
  font-size: 22px;
  line-height: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 0px !important;
  border: 0px  !important;
  height: 43px !important;
  width: 43px !important;
    top: 0px !important;
  left: 0px !important;
  background-image: url(images/checkbox1.png);
  background-repeat: no-repeat;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;

  
  border-radius: 0px !important;
  border: 0px  !important;
  height: 43px !important;
  width: 43px !important;
    top: 0px !important;
  left: 0px !important;
  background-image: url(images/checkbox-selected1.png);
  background-repeat: no-repeat;
}