

/**Rakhman Vakhabov NEW Styles for Subscribe Layout START**/

.login-layout-new .logo {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.login-layout-new .logo img {
    max-width: 150px;
    height: auto;
}
.login-layout-new .login-box.new {
    float: left !important;
    width: 100% !important;
}
.login-layout-new .login-container-new {
    float: left;
    width: 100%;
    padding: 50px;
    background: #ffffff;
    margin-top: 50px;
}
.login-layout-new h1.t-headline {
    font-weight: bold !important;
    margin-bottom: 30px;
}
.login-layout-new h4.b-text {
    margin-bottom: 30px;
}
.login-layout-new button.pull-right.btn-new.no-border {
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
}
h5 {
    margin-bottom: 20px;
}
/*Custom NB-Checkbox*/
.nb-c-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nb-c-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;

}

.nb-c-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.nb-c-checkbox input:checked ~ .checkmark {
    background-color: #00aced;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.nb-c-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.nb-c-checkbox .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**Rakhman Vakhabov NEW Styles for Subscribe Layout END **/

/**Rakhman Vakhabov NEW Styles for Subscribe Layout with Image **/
.nb-c-checkbox-v-2 {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nb-c-checkbox-v-2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.nb-c-checkbox-v-2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.nb-c-checkbox-v-2 .checkmark:after {
    content: "X";
    position: absolute;
    display: non
}

.nb-c-checkbox-v-2 input:checked ~ .checkmark:after {
    display: block;
}

.nb-c-checkbox-v-2 .checkmark:after {
    right: 30px;
    top: 10px;
    width: 5px;
    height: 10px;
    transform: scale(1.5,1);
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.interest-boxes {
    padding-left: 0 !important;
}
span.checkbox-title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    top: 45%;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    z-index: 1;
    text-transform: uppercase;
}
.submit-interest {
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 30px;
    margin-right: 12px;
    margin-top: 18px;
}
.login-container-new .clearfix {
     float: left;
     width: 100%;
 }

@media screen and (max-width: 767px) {
    .header-image {
        height: 250px !important;
    }
    .header-image .headline .title {
        font-size: 40px!important;
    }
    .textbox h1 {
        font-size: 30px!important;
    }
    .textbox h2 {
        font-size: 22px!important;
    }
}

@media screen and (max-width: 807px) and (min-width:600px ) {
    .interest-boxes {
        float: left;
        width: 50%;
    }
}

/**/
.pt_js_contentelement_edit {
    float: left;
    width: 100%;
}