@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:900);
@import url(https://fonts.googleapis.com/css?family=Roboto);

*, *: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;
}

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

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.show-mobile {
    display: none;
}
.headerm {
    z-index: 1;
    width: 100%;
    height: 100px;       
}
.header-container {
    overflow: hidden;
    padding: 0 5%;
    width: 100%;
    margin-top:5px;
    margin: auto;
	background: rgba(255,255,255,0.3);;
}
.logom {
    float: left;
    width:50%;
    max-width: 400px;
}
.logom img {
    width: 100%;
    max-width: 260px;
    padding-top: 8px;
}
.login {
    float: right;
    width:50%;
    text-align: right;
    padding-top: 10px;
    margin-bottom: 10px;
}
.btn-login {
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #f37ebf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: linear-gradient(to bottom, #f37ebf 5%, #7b6abd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    background-color: #7b6abd;
    border-radius: 3px;
    border: 1px solid #7b6abd;
    display: inline-block;
    color: #F5F7F4;
    font-size: 24px;
    font-weight: bold;
    padding: 16px 34px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #131313;
}
.btn-login:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
    background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:linear-gradient(to bottom, #f37ebf 5%, #7b6abd 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
    background-color:#5cb811;
}
.btn-login:active {
    position:relative;
    top:1px;
}


.banner {
    padding-bottom: 30px;
}

.banner-content {
    width:100%;
}
.banner-content h1 {
    font-family: arial;
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(141, 110, 197, .8);
    font-weight: 700;
}
.tagline {
    border-top: 1px solid #7b6abd;
    position: relative;
    top: 20px;
    margin-bottom: 30px;
}
.tagline span {
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    padding: 10px 5px;
    background: #7b6abd;
    width: 270px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -20px;
    font-family: "Droid serif", serif;
}
.tagline b {
    color: #fff;
    text-decoration: none;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    padding: 10px 5px;
    background: #7b6abd;
    width: 550px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom:-25px;
    top: -20px;
    font-family: "Droid serif", serif;
}

.steps-ind div {
    background-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    text-align: center;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}
.steps-ind .active {
    background-color: #7b6abd !important;
    color: #7b6abd;
}
.regform .terms {
    font-size: 11px;
    color: #111;
    text-align: center;
    line-height: 18px;
}
.regform .terms a {
    color: #111;
    text-decoration: underline;
}
.submit .myButton {
    background: #7b6abd;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 8px 16px;
}

button {
    font-size: 13px;
    padding: .5em 1em;
    color: #444;
    border: 1px solid #999;
    background-color: #E6E6E6;
    border-radius: 2px;
    border:none;
    cursor: pointer;
}
button.active {
    background-color: #7b6abd !important;
    color: #fff;
}
button:focus {
    outline: none;
}

.social-login {
    text-align: center;
    color: #fff;
}
.social-login ul {
    margin:10px auto;
    background-color: rgba(236, 236, 236, 0.3);
    padding:10px;
    width:373px;
}
.social-login ul li {
    display: inline-block;
    margin: 0 5px;
}
.social-login ul li img {
    width:50px;
}
form{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    margin-bottom:10px;
}
    .form img {
    margin-right: 0px;
    margin-bottom:-14px;
 
}
input {
    -webkit-appearance: textfield;
    padding: 3px;
    background-color: white;
    border: 0px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    margin: 0em;
    font: 16px BlinkMacSystemFont;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin-bottom: 10px;
}
#phone{
    margin-bottom:10px;

}
input.submit{
font: 16px;
color: #fff;
background-color:#7b6abd;
}
label{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 0px;
    display: block;
    margin-bottom:10px; 
}
#input label {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: #DF2828;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 0px;
    display: block;
    margin-bottom:10px;
 }   

.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);
}


.section {
    background: rgba(242,242,242,.8);
    height: auto;
    padding:30px 0px;
}
.section.alternate {
    background: rgba(255,255,255,.8);
}
.section .image {
    max-width:450px;
}
.section .content-right {
    max-width: 450px;
}
.section.alternate h2 {
    background-color: #7b6abd;
    text-shadow: #540101 -1px -1px;
}
.section p {
    font-size: 16px;
    line-height: 22px;
    margin:15px 0px;
}
/* Footer */
.footer {
    width: 100%;
    height: 130px;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding-top:20px;
}
.footer-content {
    width:50%;
    float: right;
    text-align: right;
}
.footer-content ul {
    width:100%;
    overflow: hidden;
    text-align: right;
    margin-bottom: 10px;
}
.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: #DF2828;
}


.photo_block {
    
}
@media (max-width: 980px) {
    .container {
        width:100%;
        padding:0 10px;
    }
    .photo_block {
        width:90%;
    }
    .section,
    .banner-image {
        display: none;
    }
    .section.alternate {
        display: block;
    }
}
@media (max-width: 639px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    #bg img {
        max-width:100%;
    }
    .headerm {
        height: auto;
        padding-bottom: 20px;
    }
    .logom {
        float: none;
        margin:0 auto;
        width:100%;
    }
    .login {
        float: none;
        width:100%;
        overflow: hidden;
    }
    .btn-login {
        width:100%;
        text-align: center;
    } 
    .banner-content h1 {
        font-size: 48px;
    }
    .footer {
        height: auto;
        padding:10px 0px;
    }
    .footer-content {
        float: none;
        width:100%;
    }
    .footer-content p {
        text-align: center;
    }
}

@media (max-width: 400px) {
    

}

h1.welcome {
    font-size: 38px;
	font-weight: 700;
}
.lead {
    font-size: 21px;
	margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}
.solidbg {
	background:#fff;
}

.hub_login_custom h3 {
    background: #7b6abd none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    margin: 0;
    padding: 3px 3%;
    font-family: "QuestrialRegular",Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
	margin-bottom: -10px;
}
.hub_login form {
    margin-top: 0px;
    padding-top: 10px;
}
.hub_login {
    padding-right: 10px;
}