.join-body {
    font-family: 'Raleway', sans-serif;
    background: url(../images/newjoin/bg.png) no-repeat center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.join-title {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 15px;
}
img {
    max-width: 100%;
}
.join-title img {
    width: 500px;
    height: auto;
    position: absolute;
    z-index: 50;
}
.join-title h1 {
    color: #DFB9A6;
    margin: 0;
    position: absolute;
    z-index: 4;
    top: 98px;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 4px;
}

.join-page .tabs-container {
    padding-top: 150px;
}
.join-page .tabs-container .payment-container {
    display: none;
    color: #fff;
}
.join-page .tabs-container .payment-container.active-container{
    display: block;
}
.tabs-container {
    text-align: center;
    width: 1066px;
    margin: 0 auto;
}
.tabs-container .payment-button {
    width: 193px;
    height: 54px;
    background: none;
    border: 1px solid #C2B491;
    border-bottom: 0;
    color: #C2B491;
    margin: 15px;
    margin-bottom: 0;
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    cursor: pointer;
}
.tabs-container .payment-button.active,
.tabs-container .payment-button:hover {
    background: #4D4230;
}
.tabs-container .payment-button:focus {
    outline: none;
}
.join-page .tabs-container hr {
    background-image: linear-gradient(100deg, transparent , #C2B491 50%, transparent);
    border: 0;
    height: 2px;
    margin: 0;
    margin-bottom: 40px;
}
.tabs-container h2 {
    color: #C2B491;
    margin: 0;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin-bottom: 40px;
}
.content-creditCard {
    padding: 30px;
}
.form-join {
    padding: 0px 15px;
    width: 66.66%;
    float: left;
    box-sizing: border-box;
}
.price_join {
  margin-bottom: 10px;
}
.price_join p {
  margin: 0;

}
.price_join .left {
  float: left;
  text-align: left;
}
.price_join .right {
  float: right;
  margin-top: 0;
  margin-right: 20px;
}
.price_join .price_details {
  margin-bottom: 15px;
  position: relative;
  background: #222222;
  border: 1px solid #D4AF37;
   transition: all 0.3s ease-in-out;
   display: block;
   padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    cursor: pointer;
    font-style: italic;
}
.price_join .price_details .period {
  text-align: left;
  text-transform: uppercase;
  color: #D39217;
  margin-bottom: 0;
}
.price_join .right p {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}
.price_join .price_details .billing {
  font-size: 14px;
}
.price_join .price_details.preselected {
    display: block;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(50deg, #4D4230, #fff 50%, #4D4230);
    background: -o-linear-gradient(50deg, #4D4230, #fff 50%, #4D4230);
    background: -moz-linear-gradient(50deg, #4D4230, #fff 50%, #4D4230);
    border: 1px solid #4D4230;
    box-shadow: 0 2px 4px 1px rgba(77, 66, 48,1);
    color: #000;
    font-style: normal;
}
.price_join .price_details.preselected .period {
    color: #000;
    font-weight: bold;
}
.price_join .price_details.preselected .billing {
    font-weight: bold;
}

.price_join .price_details.preselected .right p {
    color: #000;
    font-weight: 600;
    font-family: sans-serif;
}
.price_join .price_details:not(.preselected) {
  background: url(../images/newjoin/btn.png) repeat center center;
  border: 1px solid #C2B491;
  color: #C2B491;
}
.price_join .price_details:not(.preselected):hover {
    background: linear-gradient(50deg, #4D4230, #fff 50%, #4D4230);
    background: -o-linear-gradient(50deg, #4D4230, #fff 50%, #4D4230);
    background: -moz-linear-gradient(50deg, #4D4230, #fff 50%, #4D4230);
    border: 1px solid #4D4230;
    box-shadow: 0 2px 4px 1px rgba(77, 66, 48,1);
    color: #000;
    font-style: normal;
}
.price_join .price_details:not(.preselected):hover .period {
    color: #000;
    font-weight: bold;
}
.price_join .price_details:not(.preselected):hover .billing {
    color: #000;
    font-weight: bold;
}
.price_join .price_details:not(.preselected):hover .right p {
    color: #000;
}

.period input {
    display: none;
}
.join-button {
    width: 60%;
    height: 60px;
    margin: 0px auto 0 auto;
    margin-top: 30px;
    cursor: pointer;
}
.join-button {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  display: block;
  transition: all 0.3s ease-in-out;
  background: #35ba07;
  border: 1px solid #35ba07;
  font-weight: bold;
}

.join-button:hover {
  text-decoration: none;
  box-shadow: 0 2px 4px 1px rgba(255,229,143,1);
  color: #fff;
}
.clearfix {
    clear: both;
}
.latest-videos {
    float: left;
    width: 33.33%;
    padding: 0px 15px;
    box-sizing: border-box;
}
.latest-videos img {
    margin-bottom: 15px;
}
.advantages {
    margin-top: 32px;
}
.footer-join {
    width: 100%;
    background: #000;
    padding: 15px 0;
}
.footer-join .footer {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #757575;
}
.footer-join .footer a {
    color: #757575;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}
.footer-join .footer a:hover {
    color: #C2B491;
}
.join-page .payment-boxes {
    width: 700px;
    margin: 0 auto;
}
.join-page .payment-boxes .left {
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.join-page .payment-boxes .right {
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.join-page .payment-boxes .box {
    border: 1px solid #C2B491;
    padding: 20px 0;
    background: url(../images/newjoin/btn.png) repeat center center;
    margin-bottom: 50px;
}
.join-page .payment-boxes .box h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #C2B491;
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}
.join-page .payment-boxes .box .price-holder {
    height: 36px;
    display: flex;
    align-items: center;
}
.join-page .payment-boxes .box .period {
    display: inline-block;
    width: 50%;
    text-align: left;
    float: left;
    color: #fff;
    font-size: 30px;
    padding-left: 20px;
}
.join-page .payment-boxes .box .price {
    display: inline-block;
    width: 50%;
    text-align: right;
    float: left;
    color: #C2B491;
    font-size: 20px;
    padding-right: 20px;
}
.join-page .payment-boxes .box .info {
    padding: 30px 20px 10px 20px;
    border-top: 1px dashed #C2B491;
    margin-top: 20px;
}
.join-page .payment-boxes .box .iban p {
    margin: 0;
    text-align: left;
}
.join-page .payment-boxes .box .iban {
    margin-bottom: 30px;
}
.join-page .payment-boxes .box .adress {
    width: 50%;
    text-align: left;
    float: left;
}
.join-page .payment-boxes .box .bank {
    width: 50%;
    text-align: left;
    float: left;
}
.join-page .payment-boxes .box .adress p,
.join-page .payment-boxes .box .bank p {
    font-size: 14px;
    margin: 0;
}
.join-page .payment-boxes .right .iban {
    margin-bottom: 11px;
}
.join-page .payment-boxes .box .price-holder.envelope {
    justify-content: center;
}
.join-page .payment-boxes .box .price-holder.envelope span {
    margin: 0 30px;
    font-size: 30px;
    font-weight: 400;
}
.join-page .payment-boxes .adress-env .left,
.join-page .payment-boxes .adress-env .right {
    padding: 0;
    margin: 0;
    text-align: left;
}
.join-page .payment-boxes .note {
    font-style: italic;
    padding: 0 20px;
    font-size: 13px;
    text-align: left;
}
.join-page .payment-boxes .info h4 {
    margin-top: 0;
    text-align: left;
}

@media(max-width: 1070px) {
    .tabs-container {
        width: 100%;
    }
    .content-creditCard {
        padding: 0;
    }
}

@media(max-width: 1023px) {
    .join-body {
        background: #080703;
        padding-bottom: 155px;
    }
    .form-join {
        width: 100%;
    }
    .latest-videos {
        width: 100%;
    }
    .latest-videos img {
        width: 45%;
        display: inline-block;
        margin: 15px;
    }
    .footer-join {
        padding: 5px 0;
    }
    .footer-join p {
        margin: 0;
    }
    .footer-join {
        position: fixed;
        bottom: 0;
    }
    .join-body {
        height: 100%;
        background: #080703;
    }
    .join-page {
        height: 100%;
    }
}
@media(max-width: 568px) {
    .join-title img {
        max-width: 300px;
    }
    .join-title h1 {
        top: 50px;
        text-align: center;
    }
    .tabs-container .payment-button {
        width: 29%;
        height: 40px;
        margin: 0 5px;
        font-size:16px;
        padding: 1px 2px;
    }
    .tabs-container .payment-button span {
        display: none;
    }
    .join-page .tabs-container {
        padding-top: 120px;
    }
    .join-page .tabs-container hr {
        margin-bottom: 20px;
    }
    .tabs-container h2 {
        margin-bottom: 20px;
    }
    .d-none-less-480 {
        display: none;
    }
    .price_join .left,
    .price_join .right {
        float: none;
        text-align: center;
        font-size: 16px;
    }
    .price_join .right p {
        font-size: 18px;
    }
    .price_join .price_details {
        padding: 3px;
    }
    .join-button,
    .advantages {
        margin-top: 10px;
    }
    .latest-videos img {
        margin: 10px 2px;
    }
    .footer-join {
        padding: 5px 0;
    }
    .footer-join p {
        margin: 0;
    }
    .footer-join {
        position: inherit;
    }
    .join-body {
        padding-bottom: 0;
    }
    .join-page .payment-boxes {
        width: 100%;
    }
    .join-page .payment-boxes .left,
    .join-page .payment-boxes .right {
        float: none;
        width: 100%;
    }
    .join-page .payment-boxes .box {
        margin-bottom: 20px;
    }
}
@media(max-width: 480px) {
    .join-page .payment-boxes {
        width: 100%;
    }
    .join-page .payment-boxes .left,
    .join-page .payment-boxes .right {
        float: none;
        width: 100%;
    }
    .join-page .payment-boxes .box {
        margin-bottom: 20px;
    }
}
@media(min-width: 481px) and (max-width: 568px) {
    .join-page .payment-boxes {
        width: 100%;
    }
    .join-page .payment-boxes .left,
    .join-page .payment-boxes .right {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .join-page .payment-boxes .box {
        margin-bottom: 20px;
    }
}
@media(min-width: 569px) and (max-width: 735px) {
    .join-page .payment-boxes {
        width: 100%;
    }
    .join-page .payment-boxes .left,
    .join-page .payment-boxes .right {
        float: none;
        width: 60%;
        margin: 0 auto;
    }
    .join-page .payment-boxes .box {
        margin-bottom: 20px;
    }
}

@media(min-width: 481px) and (max-width: 735px) {
    .footer-join {
        position: inherit;
    }
    .join-body {
        padding-bottom: 0;
    }
    .join-title img {
        max-width: 300px;
    }
    .join-title h1 {
        top: 50px;
        text-align: center;
    }
    .tabs-container .payment-button {
        width: 29%;
        height: 40px;
        margin: 0 5px;
        font-size:16px;
        padding: 1px 2px;
    }
    .join-page .tabs-container {
        padding-top: 100px;
    }
    .join-page .tabs-container hr {
        margin-bottom: 20px;
    }
    .tabs-container h2 {
        margin-bottom: 20px;
    }
    .latest-videos img {
        margin: 10px;
    }
}
@media(min-width: 736px) and (max-width: 992px) {
    .join-title img {
        max-width: 300px;
    }
    .join-title h1 {
        top: 50px;
        text-align: center;
    }
    .join-page .tabs-container {
        padding-top: 100px;
    }
    .join-page .tabs-container hr {
        margin-bottom: 20px;
    }
    .tabs-container h2 {
        margin-bottom: 20px;
    }
}
@media(width: 1024px) and (height: 1366px) {
    .footer-join {
        position: fixed;
        bottom: 0;
    }
    .join-body {
        height: 100%;
        background: #080703;
    }
}
@media(width: 2560px) and (height: 1080px) {
    .footer-join {
        position: fixed;
        bottom: 0;
    }
}
@media(width: 2560px) and (height: 1440px) {
    .footer-join {
        position: fixed;
        bottom: 0;
    }
    .join-body {
        height: 100%;
        background: #080703;
    }
}
@media(width: 3840px) and (height: 2160px) {
    .footer-join {
        position: fixed;
        bottom: 0;
    }
    .join-body {
        height: 100%;
        background: #080703;
    }
}
@media(width: 1680px) and (height: 1050px) {
    .footer-join {
        position: fixed;
        bottom: 0;
    }
    .join-body {
        height: 100%;
        background: #080703;
    }
}
@media(width: 1919px) and (height: 1200px) {
    .footer-join {
        position: fixed;
        bottom: 0;
    }
    .join-body {
        height: 100%;
        background: #080703;
    }
}
@media(width: 1920px) and (height: 1080px) {
    .footer-join {
        position: fixed;
        bottom: 0;
    }
    .join-body {
        height: 100%;
        background: #080703;
    }
}
@media(width: 812px) and (height: 375px) {
    .footer-join {
        position: inherit;
    }
    .join-body {
        padding-bottom: 0;
    }
}
@media(width: 736px) and (height: 414px) {
    .footer-join {
        position: inherit;
    }
    .join-body {
        padding-bottom: 0;
    }
}
@media(width: 823px) and (height: 411px) {
    .footer-join {
        position: inherit;
    }
    .join-body {
        padding-bottom: 0;
    }
}
@media(width: 1366px) and (height: 1024px) {
    .footer-join {
        position: inherit;
    }
    .join-body {
        padding-bottom: 0;
    }
}
