

body {
    width: 100%;
    height: 100%;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html {
    background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}


.confText {font-size: 16px; font-weight: 100; color: #a8a8a8; line-height: 1.5em; padding: 20px 10px; }

.subTextBox {min-height: 109px}
.subText, .subText2 {font-size: 16px; font-weight: 100; color: #a8a8a8; line-height: 1.5em; padding: 0 131px; }
.legalText {font-size: 10px; font-weight: 100; color: #a8a8a8; line-height: 1.5em; text-transform: uppercase}

.text-danger {color: #fff282; font-size: 14px; font-weight: 100; display: block; margin-bottom: 15px}



@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #AAA;
}





.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.foot {
    display: table;
    width: 100%;
    height: auto;
	padding-bottom: 30px;
    text-align: center;
    color: #000;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:1px) {
    .intro, .form {
        height: 100%;
        padding: 0 15px;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}


.content-section {
    padding-top: 100px;
    padding-bottom: 100px;
}





@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }


}



#arrow{
    width: 100%;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    outline: 0;
    z-index: 100;
    color: #BBB;
    background: transparent;
    -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    font: 36px Heiti, 'Lucida Grande', Arial;
    font-weight: bold;
}

#arrow span img {width: 50px; height: 50px;}
#arrow span{
    display: inline-block;
    position: relative;
    top: -18px;
    -moz-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
 
}




.logoImage, .logoBlk {
	padding-bottom: 60px;
	max-width: 400px;
	width:100%
	}
	
	
.tagLines {
	font-weight: 100;
	font-size: 21px;
	letter-spacing: 3px;
	margin-bottom: 14px
}



@media(max-width:767px) {
	.loginLink, .a_menu a, .a_menu { !important; z-index: 100}
	.ctaBtn1 {margin:20px 0 20px}
#inputfield {left:0px}
.legalText {font-size: 6px}
#submitBtn {  position: relative;
  right: 38px;
  top: 10px; display: none}

#inputfield {background: transparent;
  border: 2px solid #fff;
  border-radius: 1px;
  color: #fff;
  font: 16px #fff 200;
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 300; text-align: center; 
      -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;   min-width: 100%;}


#inputfield:focus {

  padding: 20px 54px;
  min-width: 100%;
}



footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fff;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fff;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}





