@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:900);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);

*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
/* Background image set in index.html file in <div id="bg"> */
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}
.wrapper {
    z-index: 1;
    position: relative;
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

.container {
    width:980px;
    margin: 0 auto;
    overflow:hidden;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.show-mobile,
.mobile-login {
    display: none;
}
.header {
    z-index: 1;
    width: 100%;
    height: 100px;     
}
.header-container {
    overflow: hidden;
    padding: 0 5%;
    width: 100%;
    margin-top:5px;
    margin: auto;
}
.logo {
    float: left;
    width:50%;
    max-width: 400px;
}
.logo img {
    margin-top: 15px;
}
.login {
    float: right;
    width:50%;
    padding-top:20px;
    margin-bottom: 20px;
    text-align: left;
}
.btn-login {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
    background: #ff6600; /* Old browsers */
    background: -moz-linear-gradient(left,  #ff6600 0%, #ff5500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ff6600 0%,#ff5500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ff6600 0%,#ff5500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff5500',GradientType=1 ); /* IE6-9 */
    border-radius: 3px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 11px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #131313;
}
.btn-login:hover {
    box-shadow: inset 0px 1px 0px 0px #F400B6;
    background: #F400B6;
    border: 1px solid #F400B6;
}
.btn-login:active {
    position:relative;
    top:1px;
}

.banner {
    padding-bottom: 30px;
}

.banner-content {
    width:100%;
    margin-bottom: 3%;
}
.banner-content h1 {
    font-family: 'futura', sans-serif;
    color: #fff;
    font-size: 54px;
    margin-top: 150px;
    text-align: center;
    text-shadow: #1F0C08 1px 1px 3px;
}
.tagline {
    position: relative;
    top: 20px;
    margin-bottom: 30px;
}
.tagline span {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    width: 260px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -10px;
    font-family: 'Rubik', sans-serif;
    text-shadow: #000 0px 1px 3px;
    text-decoration: none;
}
.tagline span:hover{
    color: #ff5500;
    text-shadow: rgba(41, 14, 9, 0.41) 1px 3px;
}
.tagline a{
        text-decoration: none;
}
.hubp-form-container {
    width: 353px;
    margin: 0 auto;
    background: rgba(226,226,226,0.3);
    border: 2px solid rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
    margin-bottom: 10px;
}
.hubp-form-wrapper {
    height: 105px;
}
#hubp-form {
    margin-top: 0px;
}
#hubp-form label {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background: #FFF;
    color: #ff6600;
    padding: 8px 0px;
    display: block;
    margin-bottom: 20px;
    text-transform: none;
}
#hubp-form input {
    width: 300px;
    background: #fff;
    box-shadow: 0px 0px 0px 2px transparent;
    color: #212121;
    font-weight: 700;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.hubp-steps-ind div {
    background: rgba(255, 255, 255, 0.87);
    color: #fff;
    text-align: center;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}
.hubp-steps-ind .hubp-ind-active {
        background: #ff6600; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff6600 0%, #ff5500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff6600 0%,#ff5500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff6600 0%,#ff5500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff5500',GradientType=0 ); /* IE6-9 */
    color: #e63a3a;
}
.hubp-form-container .terms {
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.hubp-form-container .terms a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.hubp-btn {
    font-size: 15px;
    padding: .55em 1em;
    color: #444;
    border: 1px solid #999;
    background-color: #E6E6E6;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.hubp-btn:hover {
    top: 2px;
}
.hubp-btn.hubp-active:hover{
    top:0px;
}
.hubp-btn.hubp-active, .hubp-btn.error-border.hubp-active {
    color: #fff;
    background: #ff6600; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff6600 0%, #ff5500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff6600 0%,#ff5500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff6600 0%,#ff5500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff5500',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 #000000;
}

.hubp-btn:focus {
    outline: none;
}

.hubp-btn.error-border {
    border:none !important;

    background: #D69D97;
    color:#C53535;
    box-shadow: 0 6px #823E37;
}
#hubp-form input.error-border {
    border:none !important;

    background: #D69D97;
    color:#C53535;
}
.hubp-submit-container .hubp-submit {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #ff6600; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff6600 0%, #ff5500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff6600 0%,#ff5500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff6600 0%,#ff5500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff5500',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    padding: 15px 60px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    /* box-shadow: 0 6px #9E1414; */
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 5px 5px;
}
.hubp-submit-container .hubp-submit:hover {
    top: 2px;
}
.hubp-submit-container .hubp-submit:active {
    box-shadow: 0 0 #9E1414;
    top: 6px;
}
.hubp-submit-container .hubp-submit:focus {
    outline: none;
    border-bottom-width: 0px;
    transition: all .1s ease-in-out;
}

.photo_block {
    width: 80%;
    margin: 0 auto;
    background: transparent;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5);
    margin-bottom: 1%;
    margin-top: -15px;
}

.section {
    background: rgba(242,242,242,.8);
    height: auto;
    padding:30px 3px;
}
.section.alternate {
    background: rgba(255,255,255,.8);
}
.section .image {
    max-width:450px;
    
}
.section .image-top{
    max-width:450px;
    margin-top: 15px;
    
}
.section .content-right {
    max-width: 450px;
}
.section h2 {
    background-color: #ff6600;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
    line-height: 44px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    
}
.section.alternate h2 {
    background-color: #ff6600;
    color: #fff;
    text-align: center;
}
.section p {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    margin:15px 3px;
    
}
#facebook-logon-section p {
    color: #fff;
}
.member{
    width:100%;
}
.member p{
    background-color:rgba(255,255,255,1);

    color: #000;
    text-decoration: none;
    font-style: italic;
    font-size: 16px;
    padding: 10px 0px;
    width: 340px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    font-family: "open Sans", sans-serif;
    top:-10px;
}
.member a{
    color: #f7290a;
}
.member a:hover{
    color: #00cc00;
}
/* Footer */
.footer {
    width: 100%;
    height: auto;
    background: #292929;
    color: #fff;
    font-size: 12px;
    padding-top:10px;
    padding-bottom: 5px;
}
.footer-content {
    width:50%;
    float: right;
    text-align: right;
}
.footer-content ul {
    width:100%;
    overflow: hidden;
    text-align: right;
    margin-bottom: 15px;
}
.footer-content ul li {
    float: left;
    width:33%;
    padding-left:20px;
}
.footer-content ul li img {
    width:99%;
}
.footer-content p {
    line-height: 18px;
}
.footer a {
    color: #ff6600;
}
.login a{
    color: #F;
}
.login a:hover{
    color: #fff;
}

@media (max-width: 980px) {
    .banner-content {
    width:100%;
    margin-bottom: 6%;

}
.member{
    width:100%;
}
    #bg img{
        width: 100%;
    }

    .container {
        width:100%;
        padding:0 10px;
    }
    .photo_block {
        width:90%;
    }
    .section{
        display: none;
        background: rgba(242,242,242,.8);
        height: auto;
        padding: 0px 0px;
    } 
    .section.alternate{
        display: block;
    }

}
@media (max-width: 736px) {
    body {
        background: #000;
    }

@media (max-width: 639px) {
    body {

    }
    .member p {
        width: 96%;
        color: #000;
        background: #fff;
        top: -5px;
    }
    .image img {
        width: 100%;
    }
    .image-top img {
        width: 100%;
    }
    .header {
        height: auto;
        padding-bottom: 0px;  
    }
    .header-container {
    padding: 0%;

    }
    .logo {
        float: none;
        margin:10px 5%;
        width:90%;
    }
    .logo img{
        width: 100%;
    }
    .header .login {
        display: block;
        margin-top: -4%;
        margin-bottom: 10px;
    }
    .banner {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .login {
        width:100%;
        overflow: hidden;
        padding-top: 0px;
    }
    .header h1{
        display: none;
    }

    .btn-login {
    display: block;
    width: 90%;
    margin: 0px 5%;
    text-align: center;
    line-height: 50%;
    }
    .banner-content h1 {
        font-size: 40px;
        margin-bottom:25px;
        margin-top: 15px;
    }
    .photo_block {
        margin-top: 10px;
    }
    .footer {
        height: auto;
        padding:10px 0px;
    }
    .footer-content {
        float: none;
        width:100%;
    }
    .footer-content p {
        text-align: center;
        margin-bottom: 10px;
    }
     .tagline {
        display: ;
    }
        .hubp-btn {
    font-size: 13.5px;
    padding: .5em 1em;
    }
}

@media (max-width: 400px) {
    .banner-content {
        padding-bottom: 15px;
    }
    .form-wrapper {
        height: 150px;
    }

}