/*********************************************************************************************************************/
/********************************************** Register/Login Page *************************************************/
/*******************************************************************************************************************/
.custom-btn {
    background: #0180cf;
    border: none;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #fff;
    height: inherit;
    min-height: 0;
    padding: 12px 15px 11px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.custom-btn.not-logged{
    text-transform: none;
}

.custom-btn:hover {
    background: #cea867;
    outline: none;
    color: #fff;
    text-decoration: none;
}

.custom-btn:focus {
    outline: none;
    background: #0180cf;
    color: #fff;
    text-decoration: none;
}

.custom-btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: none;
    background: #0180cf;
    color: #fff;
    text-decoration: none;
}

#registerPage, #login-page {
    border-radius: 6px;
}

.register-header {
    background: #0180cf;
    color: #fff;
    padding: 22px 65px 22px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.register-header span {
    font-size: 1.8rem;
}

.register-header span strong {
    font-size: 2rem;
}

#registerPage #registerForm {
    padding: 45px;
    padding-top: 25px;
}

.subscription-header {
    color: #fff;
    text-align: center;
}

.subscription-header h3 {
    background: #ac9b86;
    background: -moz-linear-gradient(top, #d1bda4 0%, #ac9b86 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #d1bda4), color-stop(100%, #ac9b86));
    background: -webkit-linear-gradient(top, #d1bda4 0%, #ac9b86 100%);
    background: -o-linear-gradient(top, #d1bda4 0%, #ac9b86 100%);
    background: -ms-linear-gradient(top, #d1bda4 0%, #ac9b86 100%);
    background: linear-gradient(#d1bda4,#ac9b86);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding-top: 37px;
    padding-bottom: 31px;
    line-height: 1.6rem;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-transform: none;
}

.choose-account {
    margin-top: 35px;
    font-weight: 400;
    font-size: 2.2rem;
    margin-bottom: 29px;
}

.subscription-price {
    background: #f5f5f5;
    padding: 15px 0 14px;
    line-height: 14px;
    color: #0180cf;
}
.subscription-price span {
    font-size: 1.8rem;
}
.subscription-price span.discount {
    text-decoration: line-through;
    display: block;
    line-height: 35px;
    color: #364761;
    padding: 0px;
    font-size: 1.3rem;
}
.subscription-price .discount {
    padding-top: 10px;
}

.subscription-body {
    padding: 20px 15px 20px 15px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

.subscription-body .access strong {
    font-size: 1.6rem;
}

.subscription-body p {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: normal;
}

.subscription-plan {
    background: #fff;
    border-radius: 6px;
    text-align: center;
}

.subscription-plan button {
    width: 100%;
}

.subscription-footer {
    padding: 0 15px 15px 15px;
}

.subscription-footer .new-mc-btn {
    font-size: 1.6rem;
    font-weight: bold;
}

.payment-info {
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}

.no-payment-message {
    /*padding-bottom: 39px;*/
}

.cms-index-index.cms-home .page{
    background: url("../images/shop-bg.jpg") center no-repeat;
    background-size: cover;
}

.register-background > .container {
    padding-top: 30px;
}

#loginForm {
    padding: 25px;
}

#login-page .register-header {
    padding-right: 26px;
}

#login-page .forgot-password {
    margin-top: 11px;
}

.subscription-body p {
    color: #979797;
}

.subscription-body p strong {
    color: #364761;
}

.courses .subscription-price {
    margin-bottom: 0;
    padding: 0 0 10px 0;
    cursor: pointer;
}

.courses .subscription-price .glyphicon {
    padding-left: 14px;
    top: 3px;
}

.subscription-plan select.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    box-shadow: none;
    background: url("../images/select-arrow.png") no-repeat transparent 90% 50%;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    line-height: 14px;
    padding: 0 40px;
    text-overflow: ellipsis;
    text-align: center;
    width: 100%;
}
.subscription-plan select.select option{
    border: 0;
    outline: 0;
    padding: 10px 0;
    width: 100%;
}

.subscription-plan select.select:focus {
    outline: none;
}

.form-group {
    position:relative;
}

.subscription-plan .form-control{
    background: #0180cf none repeat scroll 0 0;
    border: 0;
    padding: 0;
}
.courses-display-none{
    display: none;
}
span.selection span.select2-selection{
    border: 0;
    border-radius: 0;
    background: url("../images/select-arrow.png") no-repeat transparent 90% 100%;
}
span.selection span.select2-selection .select2-selection__rendered{
    color: #ffffff;
    font-weight: bold;
    line-height: 14px;
    padding-top: 14px;
    padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
}
span.select2-container .select2-dropdown{
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    padding-top: 16px;
}
span.select2-container .select2-results ul li{
    background: #5897fb none repeat scroll 0 0;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #5897fb;
}
.select2-container--classic.select2-container--open, .select2-container--default.select2-container--focus, .select2-container--classic .select2-selection--single:focus{
    border: none;
}
span.selection span.select2-selection:focus{
    outline: none !important;
}


/*********************************************************************************************************************/
/********************************************** Subscription Block *************************************************/
/*******************************************************************************************************************/
.subscription-type {
    background: #fff;
}

.subscription-type span {
    color: #ac9b86;
    padding: 21px 0 21px;
    display: block;
    background: #fff;
    height: 66px;
}
.subscription-type-period {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    background: #f3f3f3;
    font-size: 1.8rem;
}

.subscription-type.subscription-period {
    padding: 15px 0 13px;
}

.subscription-type-period a {
    color: #979797;
    display: inline-block;
    padding: 5px 0;
    width: 105px;
    text-align: center;
    font-weight: 400;
}

.subscription-type-period a:hover, .subscription-type-period a:focus {
    text-decoration: none;
}

.subscription-type-period a.active {
    color: #fff;
    background: #ac9b86;
    margin: 2px;
    border-radius: 2px;
}
































