/* start header css */

.page-wrapper {
    background: #fff;
}
.main-header {
    /*padding: 15px 15px;*/
    /*background: #fff;*/
}
.logo {
    /*opacity: 1 !important;
    max-width: 102px;
    height: 100%;
    width: 100%;
    margin: 0 auto;*/
}

/* end header */

/* start login form css */

.login-form .form-heading {
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    font-family: Roboto;
    text-align: center;
    color: #fff;
}

.login-form .form-wrapper {
    background: #fff;
    max-width: 480px;
    margin: 0 auto 40px;
    padding: 55px 40px 40px;
    border-radius: 10px;
    font-family: Lato;
}
.login-form .form-wrapper h3 {
    color: #222;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
.login-form .form-wrapper h4 {
    color: #444;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 20px;
}
.login-form .form-wrapper a {
    color: #9857b5;
    text-decoration: none;
}
.login-form .form-wrapper a:hover {
    color: #26527C;
}
.login-form .form-wrapper p {
    font-size: 13px;
    margin-bottom: 5px;
}
.login-form .form-wrapper ul {
    color: #555555;
    font-family: "Open Sans";
    margin-left: 20px;
}
.login-form .form-wrapper li {
    line-height: 1.5em;
}
.form-wrapper li strong {
    font-weight: 600;
}
.login-form .form-wrapper .legal {
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
}
.login-form .form-wrapper .features {
    background: #f6f7f8;
    border: 1px solid #e7e7e7;
    padding: 20px;
}
.login-form .form-wrapper .form-control {
    border-color: #a25e8a;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    font-size: 16px;
}
.login-form .form-wrapper .submit-btn {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    background: #73c153;
    margin-bottom: 20px;
}

.login-form #login-loader {
    margin: 0px auto 30px;

}

.login-form #login-loader .title {
    font-size: 20px;
    color: #555555;
    text-align: center;
}
.login-form #login-loader .loading {
    text-align: center;
    margin: 20px auto 0;
}

form label.error {
    border: none;
}

/* end login form */

.primary-color {
    color: #a162be;
}

.frm-login {
    margin-bottom: 20px;
}

/* start footer css */

.site-footer {
    background: #2b2e30;
    color: #dddddd;
    text-align: center;
}
.site-footer .container {
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
    max-width: 1180px;
}
.site-footer a {
    text-decoration: none;
    outline: none;
}
.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 22px;
}
#menu-footer-menu li {
    display: inline-block;
    float: none;
    margin: 0;
}
#menu-footer-menu li a {
    color: #dddddd;
    font-size: 13px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#menu-footer-menu li a:hover {
    color: #fff;
    text-decoration: underline;
}
#menu-footer-menu li:after {
    content: "|";
    margin: 0 15px;
    color: #aaa;
}
#menu-footer-menu li:last-child:after {
    content: "";
    margin: 0px;
}
.footer-widget {
    padding-bottom: 20px;
    text-align: center;
}
#footer .fontawesome-social-widget ul li {
    float: none !important;
    display: inline-block;
    margin: 0 5px;
}
.fontawesome-social-widget ul li a {
    background: #444;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 3px;
    text-align: center;
    font-size: 1.077em;
    color: #fff !important;
}
#footer .fontawesome-social-widget ul li a {
    background: #a162be;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#footer .fontawesome-social-widget ul li a .fa {
    color: #2b2f30;
    line-height: 34px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#footer .fontawesome-social-widget ul li a:hover {
    background: #953ebd;
}
#footer .fontawesome-social-widget ul li a:hover .fa {
    color: #dcc2e8;
}
#footer-bottom {
    min-height: 40px;
    background: #2b2e30;
    color: #dddddd;
    font-size: 0.923em;
    font-size: 14px;
    line-height: 22px;
}
#footer-bottom > .container {
    padding-bottom: 40px;
    padding-top: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
}
#copyright {
    font-family: Roboto;
    font-size: 14px;
    color: #dddddd;
}
#footer-bottom p:last-child {
    margin: 0;
}
#footer-bottom-menu ul {
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 40px;
}
#footer-bottom-menu ul li {
    float: none;
    margin: 0;
    display: inline;
}
#footer-bottom-menu ul li:first-child {
    margin-left: 0;
}
#footer-bottom a {
    color: #dddddd;
    text-decoration: none;
}
#footer-bottom a:hover {
    color: #fff;
}
#footer-bottom-menu ul li:after {
    content: "|";
    margin: 0 10px;
    color: #888;
}
#footer-bottom-menu ul li:last-child:after {
    content: "";
    margin: 0px;
}
#footer-bottom, 
#footer-bottom p {
    font-family: Roboto;
    font-weight: 300;
    color: #dddddd;
    text-align: center;
}
@media only screen and (max-width: 959px) and (min-width: 768px){
    .footer-container {
        max-width: 700px !important;
    }
}
@media only screen and (max-width: 767px) {
    .footer-container {
        width: 90% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 auto;
    }
}

.become-new-member-banner {
    background: #1A3046;
    padding: 25px 25px 10px;
    text-align: left;
}
.become-new-member-banner .container-fluid {
    max-width: 1180px;
    margin: 0 auto;
}
.become-new-member-banner p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.become-new-member-banner .btn-create-account {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 8px 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    display: inline-block;
}

@media only screen and (max-width: 992px) {

    .become-new-member-banner {
        text-align: center;
    }
}

.new-member-exclusive-offre-banner {
    background-image: url('//s3.amazonaws.com/sfx.static/images/sfx-website/home/bg_bottom_slim.jpg');
    background-color: #eee;
    min-height: 150px;
    background-position: 50% 25%;
    padding-top: 30px;
    padding-bottom: 5px;
}

@media only screen and (min-width: 1280px) {

    .new-member-exclusive-offre-banner {
        background-size: cover;
        background-position: 50% 50%;
    }

}

/* end footer */

.tx-darkblue {
    color: #1A3046;
}
.tx-darkblue-force {
    color: #1A3046 !important;
}

.btn-purple {
    background: #9f61bc;
    padding: 8px 20px;
    font-size: 20px;
    text-decoration: none !important;
    color: #fff;
    white-space: nowrap;
}
.btn-purple:focus,
.btn-purple:hover {
    color: #fff;
    background: #725595;
}

.btn-purple-2 {
    background: #AD41BB;
    padding: 8px 20px;
    font-size: 20px;
    text-decoration: none !important;
    color: #fff;
    white-space: nowrap;
}

.btn-purple-2:focus,
.btn-purple-2:hover {
    color: #fff;
    background: #725595;
}

.btn-purple-3 {
    color: #fff !important;
    background: #AD41BB !important;
    border-radius: 10px !important;
    font-size: 18px;
    margin-bottom: 15px !important;
    padding: 8px 50px !important;
    display: inline-block;
}

.btn-purple-3:focus,
.btn-purple-3:hover {
    background: #725595 !important;
}

.font-heebo {
    font-family: 'Heebo', 'Lato', sans-serif;
}