/*About Membership*/
/*Banner*/
.chngpwd-bnr {
    background: url(../images/ticket/p2.jpg) #000000 no-repeat;
    padding: 80px 0 75px;
    text-align: center;
}

.abtmem-bnr {
    background: url(../images/banners/about-member-bnr.jpg) #010101 center no-repeat;
    padding: 53px 0;
    text-align: center;
}

.abtmem-clsblocks {
    margin: 0 auto;
    max-width: 1030px;
    padding: 0;
    width: 100%;
}

    .abtmem-clsblocks p {
        color: #ffffff;
        font-family: "Lato";
        font-size: 16px;
        line-height: 22px;
        margin: 1% 0 0;
        padding: 0;
    }
/*Section 1*/
.abtmem-cmn-sec-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 90px 0;
    position: relative;
}

.abtmem-sec-1 {
    width: 95%;
    max-width: 1030px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0 0 40px 20px;
}

    .abtmem-sec-1 h1 {
        font-family: "Lato";
        color: #212121;
        font-size: 50px;
        font-weight: normal;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
    }

.member-price {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 95%;
}

    .member-price ul {
        margin: 8% 0 0;
        padding: 0;
    }

    .member-price li {
        float: left;
        width: 32%;
        margin: 0 10px 0 0;
        list-style: none;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-left-radius: 15px;
        -moz--moz-border-top-right-radius: 15px;
        -moz-border-bottom-left-radius: 15px;
        -moz-border-bottom-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
    }

.clsmem-top {
    background: #ffa600;
    min-height: 100px;
    border-color: 1px solid transparent;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.member-price li h2 {
    font-family: "Lato";
    color: #ffffff;
    font-size: 35px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 8% 0 0;
    width: 200px;
}

.regular-radio + label:before {
    background: #FDFDFD;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    content: " ";
    font-size: 16px;
    height: 8px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 8px;
}

.clsmem-middle input {
    margin-right: 10px;
}

.clsmem-middle {
    background: #f5f5f5;
    font-family: 'Lato';
    color: #212121;
    font-size: 16px;
    min-height: 210px;
    padding: 50px 7% 30px;
    margin: 0;
}

    .clsmem-middle hr {
        border-bottom: 1px none #dcdcdc;
        border-color: #dcdcdc;
        border-spacing: 2px;
        border-style: solid solid none;
    }

    .clsmem-middle > img {
        margin: 40px 0;
    }

    .clsmem-middle h1 {
        font-family: "Lato";
        color: #212121;
        font-size: 40px;
        font-weight: normal;
        text-align: center;
        padding: 0 0 7%;
        text-transform: lowercase;
    }

        .clsmem-middle h1 span {
            font-size: 14px;
            font-family: "Lato";
        }

.clsmem-bottom {
    background: #f5f5f5;
    padding: 0 10% 10%;
}

.member-price p {
    color: #212121;
    font-family: "Lato";
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 8px 0;
}

.clsbuynow {
    background: #ffa600;
    padding: 2% 0;
    border-color: 1px solid transparent;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .clsbuynow a {
        font-size: 25px;
        font-family: 'Lato';
        color: #ffffff;
        display: block;
        max-width: 200px;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0 auto;
        width: 100%;
    }

.clsdouble { /*position: absolute;left:32%;*/
    -webkit-box-shadow: 1px 1px 21px 3px rgba(0,0,0,0.49);
    -moz-box-shadow: 1px 1px 21px 3px rgba(0,0,0,0.49);
    -webkit-box-shadow: 1px 1px 21px 3px;
    z-index: 99;
}

.member-price li:hover {
    box-shadow: 1px 1px 21px 3px rgba(0,0,0,0.49);
    -webkit-box-shadow: 1px 1px 21px 3px rgba(0,0,0,0.49);
    -moz-box-shadow: 1px 1px 21px 3px rgba(0,0,0,0.49);
    z-index: 99;
}

.member-price li:hover {
    cursor: pointer;
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.clsdouble .clsmem-middle, .clsdouble .clsmem-bottom {
    background: #212121 !important;
}

    .clsdouble h2, .clsdouble p, .clsdouble .clsmem-middle, .clsdouble .clsmem-middle h1 {
        color: #ffffff !important;
    }
/*.clsfamily{position:absolute;left:65%;}*/
/*Section 2*/
.abtmem-cmn-sec-2 {
    background: #f5f5f5;
    float: left;
    padding: 80px 0;
    height: auto;
    width: 100%;
}

.abtmem-sec-2 {
    width: 100%;
    max-width: 1030px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.abtmem-s2-all h3 {
    font-family: 'Lato';
    color: #212121;
    font-weight: normal;
    font-size: 27px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 4%;
}

.abtmem-s2-all ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.abtmem-s2-all li {
    font-family: 'Lato';
    color: #6a6a6a;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 2%;
    ;
}

/*Activate Membership*/
/*Section 1*/
.actvmem-cmn-sec-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 2% 0 4%;
    margin: 0 auto;
}

.actvmem-sec-1 {
    width: 100%;
    max-width: 1030px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0 0 3%;
    text-align: center;
}

.actvmem-s1-all p {
    font-size: 19px;
    line-height: 25px;
    color: #212121;
    margin: 3% 0 0;
}

.actvmember-form {
    margin: 50px auto 0;
    max-width: 600px;
    width: 100%;
}

.mem-txt {
    background: #f5f5f5;
    font-family: 'Lato';
    color: #212121;
    font-size: 15px;
    padding: 1% 1% 1% 5%;
    border: 0;
    height: 40px;
    max-width: 520px;
    width: 100%;
}

.actvmember-form p {
    font-size: 13px;
    color: #212121;
    line-height: 20px;
    margin-bottom: 5%;
}

.mem-submit {
    font-family: 'Lato';
    color: #ffffff;
    background: #212121;
    border: 0;
    font-size: 23px;
    line-height: 40px;
    margin: 0 auto;
    max-width: 250px;
    padding: 2% 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

/* Sign Up & My Account */
/*Section 1*/
.signup-cmn-sec-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 5% 0;
    position: relative;
}

.signup-sec-1 {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0 0 3%;
}

.signup-s1-all h1 {
    color: #212121;
    font-family: "Lato";
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 4%;
    text-align: left;
    text-transform: uppercase;
}

.cls-Login-info {
    float: left;
    margin-bottom: 8%;
    width: 100%;
}

.cls-Your-info {
    float: left;
    margin-bottom: 8%;
    width: 100%;
}

.cls-Your-prefer {
    float: left;
    margin-bottom: 5%;
    width: 100%;
}

.clsSign-LR {
    height: auto;
    margin: auto;
    width: 100%;
    display: inline-block;
}

.clsSign-L {
    float: left;
    width: 48%;
}

.clsSign-R {
    float: right;
    width: 48%;
}

.clsSigfield {
    text-align: left;
    margin: 0 0 2%;
    width: 100%;
}

    .clsSigfield label, .clsSigfield p {
        font-family: 'Lato';
        color: #212121;
        letter-spacing: 0;
        font-size: 15px;
        display: block;
        margin: 2% 0 10px;
    }

    .clsSigfield .clsSigntxt {
    color: #fff;
    background: #59768e;
    font-family: 'Lato';
    font-size: 14px;
    height: 45px;
    box-sizing: border-box;
    padding-left: 12%;
    width: 100%;
    border-radius: 50px;
    border: 0;
	outline: 0;
}

    .clsSigfield .clsSigntxtarea {
        background: #f5f5f5;
        font-family: 'Lato';
        border: 1px solid #f5f5f5;
        font-size: 14px;
        height: 170px;
        padding: 2% 0 0 2%;
        width: 98%;
    }

.clsSigfield .clsSigntxt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.clsSigfield .clsSigntxt::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.clsSigfield .clsSigntxt:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.clsSigfield .clsSigntxt:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.sign-create-btn {
    background: #ffa600;
    display: block;
    margin: 2% auto 0;
    /*max-width: 320px;*/
    padding: 3% 0;
    width: 100%;
}

.clsSigfield select {
    background: #f5f5f5 url('../images/black-drop.png') no-repeat 95% 55%;
    font-family: 'Lato';
    border: 1px solid #efefef;
    height: 40px;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 4%;
    height: 65px;
    padding-left: 2%;
    width: 98%;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b2b2b6;
}

#cmbDate, #cmbMonth, #cmbYear {
    float: left;
    margin-right: 1%;
    width: 32%;
}

#year {
    margin-right: 0;
}

.clsSigfield > p {
    line-height: 22px;
    margin: 0 0 3%;
    padding-right: 5%;
}

.clsSign-LE {
    float: left;
    width: 40%;
}

.clsSign-RE {
    float: right;
    width: 60%;
}

.clsSign-LEm {
    float: left;
    width: 60%;
}

.clsSign-REm {
    float: right;
    width: 40%;
}

.clsSign-LE .clsEfield {
    padding: 5% 0 0;
}

.clsSign-RE .clsEfield {
    margin: 0 0 3%;
}

.clsterms, .clssubscribe {
    text-align: left;
    margin-top: 4%;
    width: 100%;
}

    .clssubscribe > label {
        font-family: 'Lato';
        font-size: 20px;
    }

.cls-Your-prefer label.checkbox input[type="checkbox"] {
    display: none;
}

.cls-Your-prefer .checkbox {
    font-family: 'Lato';
    margin: 0 0 1% 1%;
    width: 100%;
}

.cls-Your-prefer label.checkbox span {
    display: inline-block;
    border: 1px solid #a6a6a6;
    width: 18px;
    height: 16px;
    background: #ffffff;
    vertical-align: middle;
    margin: 0 1% 5px 0;
    position: relative;
    transition: width 0.1s, height 0.1s, margin 0.1s;
}

.cls-Your-prefer label.checkbox :checked + span {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    width: 18px;
    height: 16px;
    margin: 0 1% 0 0;
}

    .cls-Your-prefer label.checkbox :checked + span:after {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: -3px;
        left: 5px;
        color: #212121;
    }

.creat-bn {
    max-width: 500px;
}
/*My Account*/
/*Banner*/
.myacc-bnr {
    background: #ffa600;
    padding: 5% 0;
    text-align: center;
}

.myacc-clsblocks {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0;
    width: 100%;
}

    .myacc-clsblocks p {
        color: #ffffff;
        font-family: "Lato";
        font-size: 16px;
        line-height: 22px;
        margin: 1% 0 50px;
        padding: 0 5%;
    }
/*Section 1*/
.clsSign-tabs {
    left: 0;
    position: absolute;
    text-align: center;
    top: -38px;
    width: 100%;
}

    .clsSign-tabs span {
        font-family: 'Lato';
        font-size: 16px;
        margin-right: -3px;
        padding: 20px 3%;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }

.clsAcct-L {
    float: left;
    width: 48%;
}

.clsAcct-R {
    float: right;
    width: 48%;
}

.clssublabel {
    font-size: 20px;
    color: #212121;
    display: block;
    margin: 0 0 3%;
}

.clsAsublabel {
    font-size: 20px;
    color: #212121;
}

.save-details-btn {
    float: left;
    background: #ffa600;
    display: block;
    margin: 2% auto 0;
    padding: 2% 0;
    width: 48%;
}

.clsAcancel-btn {
    float: right;
    background: #212121;
    display: block;
    margin: 2% auto 0;
    padding: 2% 0;
    text-decoration: none;
    width: 48%;
}

.acc-bn {
    max-width: 600px;
}

/*Login	*/
/*Section 1*/
.login-cmn-sec-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 60px;
    margin: 0 auto;
}

.login-sec-1 {
    width: 100%;
    max-width: 1030px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0 0 40px;
    text-align: center;
}

.login-s1-all {
    /*margin: 30px auto;*/
    /*padding: 30px 0px;*/
    width: 100%;
    /*border-bottom: 2px solid;*/
}

    .login-s1-all p {
        font-size: 19px;
        line-height: 25px;
        color: #212121;
        margin: 0;
        display: inline-block;
    }

.login-form {
    margin: 50px auto;
    max-width: 550px;
    width: 100%;
}

.login-txt {
	background: #002648;
    font-family: 'Lato';
    margin: 10px 0 20px;
    padding: 10px 0 10px 20px;
    height: 40px;
    width: 90%;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    color: white;
	outline: 0;
}

.clsforgot-link {
    font-family: 'Lato';
    color: #212121;
    display: block;
    font-size: 15px;
    margin: 10px 0 20px;
    text-align: center;
}

.login-submit {
    /*float: left; */
    background: #212121;
    padding: 10px 60px;
    /* width: 48%; */
    display: inline-block;
    margin: 5px 10px;
}

.clssignup {
    /* float: right; */
    display: inline-block;
    background: #ffa600;
    text-decoration: none;
    padding: 10px 60px;
    margin: 5px 10px;
    /* width: 48%; */
}

.login-form form {
    width: 97%;
}

/*Media Queries*/

@media screen and (max-width: 1000px) {
    /*Membersship*/
    .abtmem-sec-2 {
        width: 95%;
        margin: 0 auto;
    }
    /*Login*/
    .login {
        margin: 0 auto;
        width: 95%;
    }
    /*Sign up*/
    .signup-sec-1 {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 850px) {
    /*Membership*/
    .member-price li {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

        .member-price li:hover {
            webkit-transform: scale(1.0);
            -moz-transform: scale(1.0);
            -o-transform: scale(1.0);
            transform: scale(1.0);
            box-shadow: 0 0 0 0;
            -webkit-box-shadow: 0 0 0 0;
            -moz-box-shadow: 0 0 0 0;
        }

    .clsdouble {
        box-shadow: 0 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
    }

    .abtmem-sec-1 {
        padding-left: 0;
    }

    .member-price li {
        position: relative;
        left: 0;
        margin: 12% auto;
        float: none;
        width: 50%;
    }

    .clsfamily.nomargin-right {
        margin-right: auto !important;
    }
    /*Sign up*/
    .myacc-bnr {
        padding: 80px 0;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    /*Membership*/
    .member-price li {
        position: relative;
        left: 0;
        margin: 12% auto;
        float: none;
        width: 50%;
    }

    .clsfamily.nomargin-right {
        margin-right: auto !important;
    }
    /*Sign up*/
    .myacc-bnr {
        padding: 80px 0;
        background-size: cover;
    }
}

@media screen and (max-width: 650px) {
    /*Membership*/
    .abtmem-sec-1 h1 {
        font-size: 35px;
        margin-top: 0;
    }
}

@media screen and (max-width: 550px) {
    /*Membership*/
    .member-price li {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    /*Membership*/
    .member-price li {
        width: 90%;
    }
    /*Sign up*/
    .clssubscribe > label {
        display: block;
        margin: 0 0 5%;
        text-align: left;
    }

    .cls-Your-prefer .checkbox {
        font-size: 14px;
    }

    .clsbtmsummary .checkbox p {
        width: 90%;
    }
    /*Login*/
    .login-s1-all p {
        font-size: 15px;
        padding: 0 10px;
    }

    .login-submit, .clssignup {
        margin-bottom: 15px;
        width: 95%;
    }
}

@media screen and (max-width: 360px) {
    /*Membership*/
    .abtmem-s2-all h3 {
        font-size: 22px;
    }

    .member-price li h2 {
        font-size: 30px;
    }

    .member-price li {
        width: 97%;
    }
    /*My Account*/
    .clsSign-L, .clsSign-R {
        float: none;
        width: 100%;
    }

    .clsAsublabel, .clsSign-tabs a {
        font-size: 13px;
    }

    .clssublabel, .save-details-btn, .clsAcancel-btn {
        font-size: 17px;
    }
    /*Sign up*/
    .cls-Your-prefer .checkbox {
        font-size: 13px;
    }
}


.buttonsDiv {
}

.checkBoxList {
    padding: 0px 0px 20px;
}

    .checkBoxList input {
        display: inline-block;
        border: 1px solid #a6a6a6;
        width: 18px;
        height: 16px;
        background: #ffffff;
        vertical-align: middle;
        margin: 5px 5px 5px 0px;
        position: relative;
        transition: width 0.1s, height 0.1s, margin 0.1s;
    }

    .checkBoxList label {
        margin-right: 15px;
        display: inline;
        font-size: 18px;
    }


.btn-default {
    display: inline-block;
    background: #ffa600;
    text-decoration: none;
    padding: 2%;
    margin-right: 10px;
}