@media only screen and (max-width: 1200px) {

    .main-container {
        max-width: 1024px;
    }

    .rf-main-wrapper .action-container>.terms-and-conds {
        font-size: 13px!important;
    }

    .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_day, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_month, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_year {
        width: 32.2%!important;
    }

   /* .title {
        font-size: 35px;
    }*/

    .rf-notification {
        width: 80%!important;
    }
    
}

@media only screen and (max-width: 1024px) {

    body {
        background-image: url(../img/bg-tablet.png);
        background-position: center -15px;
        background-color: #1a0101;
    }

    .container-right {
        display: none;
    }

    .container-left {
        width: unset;
    }

    .main-container {
        margin: 261px auto 0;
        display: block;
        max-width: 768px;
        height: 95%;
    }

    .reg-container {
        justify-content: space-between;
    }

    .rf-main-wrapper {
        width: 70%!important;
    }

    .title {
        margin-top: 10px;
    }

    .tpl-footer {
        background-image: url(../img/footer-tablet.png);
        height: 132px;
    }

    .lbox{
        width: 700px;
        height: 600px;
        padding: 15px;
    }

}

@media only screen and (max-width: 768px) {

    .main-container {
        max-width: 600px;
    }

    .rf-main-wrapper {
        width: 85%!important;
    }

    .tpl-footer {
        background-image: url(../img/footer-tablet.png);
        background-size: contain;
        height: 105px;
    }

    .tpl-logo-wrap {
        width: 244px;
    }

    .rf-notification {
        margin: 0px auto!important;
    }

    .rf-main-wrapper {
        border-radius: 10px!important;
    }

    .lbox{
        width: 600px;
        height: 600px;
    }

}

@media only screen and (max-width: 600px) {
    .rf-main-wrapper {
        width: 100%!important;
    }

    .main-container {
        max-width: 95%;
    }

    .tpl-logo-wrap {
        width: 160px;
    }

    .rf-main-wrapper {
        background: rgba(0, 0, 0, 0) !important;
        border: none;
    }

    .tpl-footer {
        background-image: url(../img/footer-mobile.png);
        height: 600px;
    }

    .title img{
        width: 380px;
    }

    .rf-main-wrapper .action-container>.terms-and-conds {
        font-size: 14px!important;
    }

    .registration-form {
        padding: 0px 20px 0px 20px!important;
    }

    .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_day, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_month, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_year {
        width: 32.5%!important;
    }

    .rf-main-wrapper .action-container > .terms-and-conds {
        margin: 10px auto!important;
    }

    .rf-main-wrapper {
        height: auto!important;
    }

    .regform-item > .item-element-wrapper input, .regform-item > .item-element-wrapper select {
        height: 32px!important;
    }

    .rf-main-wrapper button.rf-submit-button {
        font-size: 20px!important;
        height: 40px!important;
    }

    .lbox{
        width: 100%;
        height: 600px;
    }

}

@media only screen and (max-width: 480px) {

    body {
        background-image: unset;
        background-color: #43090a;
    }

    .main-container {
        max-width: 95%;
        margin: 35px auto 0;
    }

    .title img {
        max-width: 300px;
    }

    .rf-main-wrapper {
        width: 100%!important;
        height: auto!important;
    }

    .rf-main-wrapper .action-container>.terms-and-conds {
        font-size: 11px!important;
    }

    .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_day, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_month, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_year {
        width: 32.2%!important;
    }

    .country-area-code .trigger{
        line-height: 30px!important;
    }

    .regform-item>.item-element-wrapper input, .regform-item>.item-element-wrapper select {
        font-size: 11px!important;
    }

    .rf-main-wrapper button.rf-submit-button {
        font-size: 18px!important;
        height: 38px!important;
    }

    .rf-notification {
        width: 90%!important;
        font-size: 13px;
    }

}