/* LANDING PAGE */

/*POPUP CSS*/
p {
    /*color: #000000;*/
}

#fancybox-wrap {
    /*width:653px !important;*/
    /*width: 651px !important;
left:25% !important;*/

}

#fancybox-outer {
    background: none !important;
}

#fancybox-bg-n {
    background-image: none !important;
}

#fancybox-bg-ne {
    background-image: none !important;
}

#fancybox-bg-se {
    background-image: none !important;
}

#fancybox-bg-s {
    background-image: none !important;
}

#fancybox-bg-sw {
    background-image: none !important;
}

#fancybox-bg-w {
    background-image: none !important;
}

#fancybox-bg-nw {
    background-image: none !important;
}

#fancybox-bg-e {
    background-image: none !important;
}

#fancybox-content {
    z-index: 115;
    width: 611px !important;
    -pie-box-shadow: 6px 6px 18px #7F7F7F;
    -moz-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 6px 6px 18px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.5);
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    -khtml-border-radius: 26px;
    border-radius: 26px;
    /* margin-left: 304px;*/
    margin-top: 169px;
    position: relative;
    padding: 23px 19px 17px 30px;
}

.pop-outer {
    width: 100%;
    text-align: center;
    font-size: 48px !important;
    font-family: open-sans, sans-serif;
    font-weight: 300 !important;
}

.light-text {
    width: 40%;
    color: #7F7F7F;
    font-style: italic;
}

#popup-signup-button:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(#545454),
        color-stop(100%, #009245));
    background: -webkit-linear-gradient(top, #545454, #009245 100%);
    background: -moz-linear-gradient(top, #545454, #009245 100%);
    background: -ms-linear-gradient(top, #545454, #009245 100%);
    background: -o-linear-gradient(top, #545454, #009245 100%);
    background: linear-gradient(to bottom, #545454, #009245 100%);
}

#sign-up-button {
    margin-bottom: 5%;
}

#popup-signup-button {
    min-height: 23px;
    width: 75%;
    min-width: 55%;
    color: #FFFFFF;
    line-height: 1;
    font-size: 2.8em;
    letter-spacing: 1px;
    margin-top: 8px;
    border: none;
    background: #078c46;
    background: -moz-linear-gradient(top, #078c46 0%, #7abf3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #078c46),
        color-stop(100%, #7abf3f));
    background: -webkit-linear-gradient(top, #078c46 0%, #7abf3f 100%);
    background: -o-linear-gradient(top, #078c46 0%, #7abf3f 100%);
    background: -ms-linear-gradient(top, #078c46 0%, #7abf3f 100%);
    background: linear-gradient(to bottom, #078c46 0%, #7abf3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(       startColorstr='#078c46',
        endColorstr='#7abf3f', GradientType=0);
    border-radius: 10px;
    padding-bottom: 2%;
    margin-left: 13%;
    margin-top: 2%;
    font-weight: 700;
    padding-bottom: 13px;
}

#login-text {
    width: 100%;
    min-height: 32px;
    text-align: center;
    font-size: 3em;
    font-family: open-sans, sans-serif;
    font-weight: 300;
    margin-top: 8px;
}


.pop-label {
    text-align: center;
    font-size: 48px;
    font-family: open-sans, sans-serif;
    font-weight: 300;
}

.pop-enter-code {
    width: 100%;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #FFFFFF;
    font-size : 1.5em;
}

.underline {
    width: 100%;
}

.pop-login-textbox {
    width: 87%;
    margin-left: 8%;
}

#main-landing-fomr-popup-content {
    width: 69%;
    margin-left: 14%;
}

#main-landing-popup-login {
    width: 71%;
    margin-left: 14%;
}

.error p
{
    color: #000 !important
}
.error .errorMessage
{
    font-size: 15px !important
}

#div-adText
{
    color: #7F7F7F;
    font-style: italic;
    width: auto;
    margin: 3% 0 0 22%;
    font-weight: bold;
}

#login-popup-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display:none;
}

#login-popup-loader img{
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}