body.page-template-registration-page .page-wrapper{
    background: url(../images/white-pattern.jpg) repeat top center;
}
.v-align{
    display: flex;
    align-items: center;
    height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .registration-page .section{
        min-height: 0;
        overflow-x: auto;
        display: block;
    }
    .registration-page .v-align {
         height: auto;
         display: block;
    }
}
@supports (-ms-ime-align:auto) {
    /* IE EDGE CSS styles go here */
    .registration-page .section{
        min-height: 0;
        overflow-x: auto;
        display: block;
    }
    .registration-page .v-align {
        height: auto;
        display: block;
    }
}

.page-template-registration-page .logo, .page-template-forgot-password-page .logo {
    margin: 0 auto 70px auto;
    text-align: center;
}
.page-template-registration-page .logo img, .page-template-forgot-password-page .logo img{
    max-width: 50%;
}
.form-wrapper h1 {
    font-family: 'museo_sans100';
    text-transform: uppercase;
    font-size: 3.5714285714285716em;
    text-align: center;
    color: #000000;
    margin: 0;
}
.form-wrapper h1 span {
    display: block;
    font-size: 0.34545454545454546em;
}
.form-wrapper p {
    text-align: center;
    color: #808080;
    font-size: 1.2857142857142858em;
    font-family: 'museo_sans300';
    margin: 0;
}

.step-two,.step-three,.step-summary,.step-four {
    display: none;
    /*margin: 20px 0;*/
}

.form-wrapper .form {
    margin: 30px auto;
    display: block;
}

/*.page-template-registration-page .page-wrapper .row {
}*/
.form-wrapper .cta-btn {
    margin: 0 auto;
    text-align: center;
}
.form-wrapper .cta-btn a.btn{
    font-size: 1.2857142857142858em;
    padding: 12px 20px;
}
.btn{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.btn-facebook{
    background: #3b5998;
    background: url(../landing-pages/images/133/facebook-f-logo.svg) 10px 10px no-repeat #3b5998;
    font-family: 'museo_sans300';
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 1.1666666666666667em;
    line-height: normal;
    padding: 13px 10px;
    margin: 0;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

a.btn-facebook:hover,a.btn-facebook:focus{
    color: #ffffff;
    background: url(../landing-pages/images/133/facebook-f-logo.svg) 10px 10px no-repeat #4668b3;
}

a.btn-facebook:active,.btn-facebook:focus{
    color: #ffffff;
}

.btn-facebook span{
    font-family: 'museo_sans900','museo_sans_cyrl900';
}
.form-wrapper{
    max-width: 400px;
    margin: 0 auto;
}
.form-wrapper form, .page-template-forgot-password-page #second_step{
    margin: 0 auto;
}
.form-wrapper form .controls, .form-wrapper .controls{
    position: relative;
}
.form-wrapper form .form-row, .form-wrapper .form-row{
    position: relative;
}
.form-wrapper .form-control {
    /*margin: 0 0 10px 0;*/
    height: auto;
}
.form-wrapper .form-buttons{
    margin: 30px 0 0 0;
}
.form-wrapper .form-row{
    margin: 0 0 20px 0;
}
.form-wrapper .btn-group,
.form-wrapper .btn-group-vertical {
    display: block;
}
.form-wrapper select.form-control {
    height: 46px;
}
.combodate select {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*.form-wrapper .step {
}*/
.form-wrapper .step-intro {
    text-align: center;
    margin: 0;
}
.form-wrapper .flag-container {
    background-color: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.form-wrapper .intl-tel-input .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-wrapper .intl-tel-input input,
.form-wrapper .intl-tel-input input[type=text],
.form-wrapper .intl-tel-input input[type=tel] {
    padding: 12px 10px;
}
.form-wrapper .intl-tel-input .form-control {
    width: 96%;
}
.form-wrapper .intl-tel-input .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-wrapper .disclaimer {
    text-align: center;
    display: none;
}

.form-wrapper .disclaimer a{
    color: #ffffff;
    font-size: 1em;
}

.form-wrapper .form-row.promo-code {
    display: none;
    margin: 10px 0 0 0;
}
.datepart_dropdown {
    text-transform: capitalize;
}
#phone_number,
#mobile_number,#phone_number_confirm,
#mobile_number_confirm{
    margin: 51px;
}
.gender-selection input{
    width: auto;
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
    visibility: hidden;
    display: none;
}
.gender-selection label{
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.gender-selection label:hover{
    border: 1px solid #1d54a6;
    color: #1d54a6;
}
.form-row .gender-selection label:after {
    display: none;
}
.gender-selection input:checked +.gender, .gender-selection input:checked +.gender{
    background: #1d54a6;
    border: 1px solid #1d54a6;
    color: #ffffff;
}
.controls .intl-tel-input .selected-flag {
    width: 51px;
}
.controls .intl-tel-input .selected-flag .arrow {
    right: 10px;
}
.form-wrapper .form-row {
    display: block;
}
.form-wrapper .form-row input {
    /*width: 93%;*/
    height: auto;
    padding: 10px;
    font-family: 'museo_sans500';
    font-size: 1.2857142857142858em;
}
.form-wrapper .form-row .input-append,
.form-wrapper .form-row .input-prepend {
    display: table;
    margin: 0;
    width: 100%;
}
.form-wrapper .form-row .input-append .add-on,
.form-wrapper .form-row .input-prepend .add-on {
    display: table-cell;
    width: auto;
    height: auto;
    min-width: 16px;
    padding: 12px 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    font-family: 'museo_sans500';
    text-transform: uppercase;
    outline: 0;
}
.form-wrapper .form-row .input-append input,
.form-wrapper .form-row .input-prepend input {
    margin: 0;
}
.form-wrapper .form-control.error {
    border-color: #cc5252;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(224, 36, 28, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(224, 36, 28, .6);
    /*margin: 0;*/
}
.form-wrapper .error-message {
    display: none;
    color: #b34747;
    font-size: 0.7142857142857143em;
    text-transform: uppercase;
    padding: 5px 0;
    position: absolute;
}
.page-template-login-page .form-wrapper .error-message {
    display: none;

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 4px;

    text-transform: none;
    font-size: inherit;
    position: static;
}
.form-wrapper .error-message span {
    text-transform: none;
}
.form-wrapper .cta-btn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.form-wrapper .buttons{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.glyphicon{
    font-size: 15px;
}
.form-wrapper .back-btn {
    font-size: 12px;
    font-family: 'museo_sans300';
    text-transform: uppercase;
    padding: 13px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.form-wrapper .back-btn a{
    text-shadow: none;
    margin: 0;
}
.pull-right{
    clear: right;
}
.pull-left{
    clear: left;
}
.form-wrapper .cta-btn .btn-red[disabled] {
    background: #d7d7d7;
    color: #ffffff;
    opacity: 1;
}

/*.form-wrapper .step {
}*/

label {
    font-family: 'museo_sans300';
    font-weight: normal;
    cursor: pointer;
    color: #808080;
    font-size: 1.1428571428571428em;
}
label.checkbox {
    font-size: 1em;
    cursor: pointer;
}
.form-row.mandatory label:after {
    content: " *";
    color: #f71a2f;
}
.form-wrapper .form-row.left {
    width: 48.2%;
    margin: 0 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
.form-wrapper .form-row.right {
    width: 48.2%;
    display: inline-block;
    vertical-align: top;
}
/*.form-wrapper .form-row.left input {
    display: block;
    max-width: 100%;
}
.form-wrapper .form-row.right input {
    width: 100%;
    display: block;
}*/
.form-footer {
    text-align: center;
}
/*progressbar*/

.progressbar {
    text-align: center;
    margin: 5px 0 20px 0;
}
.progressbar ul {
    margin: 0;
    padding: 0;
}
#progressbar li {
    font-family: 'museo_sans900','museo_sans_cyrl900';
    font-size: 14px;
    padding: 2px 8px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #cccccc;
    color: #999999;
    text-align: center;
}
#progressbar li.checked {
    padding: 2px 5px;
}
#progressbar li.checked .glyphicon{
    top: 2px;
    left: -1px;
}
#progressbar li.active {
    background: #1d54a6;
    color: #ffffff;
}
#progressbar span.separator {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    height: 1px;
    background: #cccccc;
    margin: 0 5px;
}
.valid {
    border-color: #00b63a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(78, 219, 123, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(78, 219, 123, .6);
}
.tooltips {
    display: none;
}
.tooltips .well{
    padding: 10px;
}
.tooltips .well ul{
    margin: 0;
}
.tooltips .well ul li{
    color: #808080;
    list-style-position: inside;
}

.remember-me{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.form-wrapper .checkbox label,
.form-wrapper .radio label {
    padding: 0;
    margin: 0;
    min-height: 0;
}
.checkbox .cr,
.radio .cr {
    vertical-align: middle;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: 0;
    background: #fafafa;
}
.checkbox .checked .cr,
.radio .checked .cr {
    background: #ffd71f;
    border: 0 none;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #ffffff;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none!important;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.tooltips{
    margin: 10px 0 0 0;
}

.valid-row .tooltips{
    display: none!important;
}
form .form-control-feedback{
    z-index: -1;
    top: 8px;
}
form .form-control-feedback.glyphicon-ok{
    color: #5cb85c;
}
form .form-control-feedback.glyphicon-remove{
    color: #b34747;
}
.main-password .form-control-feedback{
    right: 42px;
}
.valid-row .glyphicon-ok {
    z-index: 2;
}
.error-row .form-control-feedback{
    z-index: -1;
}
.error-row .form-control-feedback.glyphicon-remove {
    z-index: 2;
}

.form-sammury ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-sammury ul li label{
    color: #999999;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
}

.form-sammury ul li label strong{
    font-weight: bold;
    color: #000000;
}

.form-sammury ul li .edit-link a{
    text-transform: uppercase;
    font-size: 10px;
}

/*.form-sammury ul li .edit-link a:hover{
}*/

.form-sammury ul li .edit-link a span{
    color: #649ed1;
    margin: 0 3px 0 0;
    display: none;
}

.form-sammury ul li .edit-link a:hover span{
    text-decoration: none;
    display: inline-block;
}

.form-sammury ul li.valid-confirm label .glyphicon{
    color: #00b63a;
}

.form-sammury ul li.error-confirm label .glyphicon{
    color: #cc5252;
}

.form-wrapper .cta-btn .btn-red.icon-refresh-animate{
    background: none;
    color: #113e6d;
}

.members-login{
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

/*.btn.btn-validating {
    background: #113d6d;
}*/

.btn .glyphicon-refresh-animate{
    display: none;
}

.btn .fa-refresh{
    /*opacity: 0;*/
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn.btn-validating .fa-refresh{
    /*opacity: 1;*/
    display: inline-block;
    vertical-align: middle;
}

.second-step-intro span{
    display: block;
    width: auto;
}

.second-step-intro .badge{
    line-height: normal;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 17px;
    margin: 10px auto;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0;
}

.input-group-addon {
    border: 1px solid #e0e0e0;
}
.checkbox label,
.radio label {
    padding: 0;
}
.checkbox .cr,
.radio .cr {
    vertical-align: middle;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 0 none;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: 0;
    background: #e5e5e5;
}
.checkbox .checked .cr,
.radio .checked .cr {
    background: #ffd71f;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #ffffff;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .v-align{
        display: inherit;
        align-items: center;
        height: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 505px) {
    h1 {
        font-size: 40px;
    }
    p {
        font-size: 1em;
    }

    .form-wrapper .form {
        margin: 10px auto;
        display: block;
    }

    .form-wrapper .form-row input {
        padding: 8px 10px;
    }
    label {
        font-size: 1em;
    }
    .form-wrapper h1{
        font-size: 2.142857142857143em;
    }

    .page-template-registration-page .logo, .page-template-forgot-password-page .logo {
        margin: 15px auto;
        text-align: center;
    }

    .form-wrapper p{
        font-size: 1em;
    }
}

@media screen and (min-width: 505px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 992px) {
}

@media screen and (min-width: 993px) and (max-width: 1024px) {}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}


@media only screen and (min-device-width: 480px) and (max-device-width: 504px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 505px) and (max-device-width: 667px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
}


/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}

.page-template-login-page .clear{
    clear: both;
}
