.subscribe-banner, .subscribe-mini-banner {
    width:100%; 
    min-height:calc(100vh - 280px);
    display: -webkit-flex;
    display:flex;
    flex-wrap: nowrap;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    overflow: hidden;
    /*background: #775b96 url(../img/bg-subscribe.jpg) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: top right;*/
    background: linear-gradient(-45deg, #C0D233, #745892, #745892, #F9AF43);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    position: relative;
    padding: 0 20px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.subscribe-mini-banner {
    min-height: 260px;
    margin-top: 20px;
    float: right;
}

.subscribe-banner::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50vh;
    background: url(../img/radio-icon2.png) no-repeat;
    background-size: contain;
    pointer-events: none;
}

.subscribe-banner h2.maintitle {
    font-size: 6rem;
    line-height: 6.8rem;
    text-align:left;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    max-width: 559px;
}

.subscribe-mini-banner h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    text-align:left;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

.subscribe-banner .subtitle, .subscribe-mini-banner p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color:#ffffff;
    max-width: 550px;
    text-align: left;
    display: block;
}

.subscribe-banner a.btn, .subscribe-mini-banner a.btn {
    background: #ffffff;
    color:#000;
    margin: 30px auto 20px;
    font-size: 16px;
    line-height: 16px;
    padding: 19px 35px 17px!important;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}

.subscribe-mini-banner a.btn {
    padding: 14px 12px!important;
    width: auto;
}

.subscribe-banner a.btn:hover, .subscribe-mini-banner a.btn:hover {
    background: #9fb000;
}

.subscribe-banner .account {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.subscribe-banner .account a {
    color: #ffffff;
    text-decoration: underline;
}

.subscribe-banner .account a:hover {
    text-decoration: none;
    color: #9fb000;
}

.subscribe-banner .infotext {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: left;
}

.subscribe-banner a.closebtn {
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #ffffff;
    text-decoration: none;
}

.subscribe-banner a.closebtn::after {
    content: 'x';
    font-size: 21px;
    line-height: 21px;
    padding-left: 5px;
}

.subscribe-banner a.closebtn:hover {
    color:#aaa;
}

@media (max-height: 800px) {
    .subscribe-banner {
        min-height: calc(100vh - 180px);
    }
    .subscribe-banner h2.maintitle {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 1024px) {
    .subscribe-banner::after {
        display: none;
    }
    .subscribe-banner .infotext {
        position: relative;
        bottom: auto;
        right: auto;
    }

    .subscribe-banner .account {
        margin-bottom: 50px;
    }

}

@media (max-width: 767px) {
    .subscribe-banner h2.maintitle {
        font-size: 50px;
        line-height: 60px;
    }

    .subscribe-banner a.btn {
        margin: 20px auto 20px;
        padding: 14px 16px 12px!important;
        font-size: 14px;
    }

    .subscribe-banner h2.maintitle, .subscribe-banner .subtitle,.subscribe-mini-banner p {
        max-width: 100%;
    }

    .subscribe-banner, .subscribe-banner h2.maintitle, .subscribe-banner .subtitle, .subscribe-mini-banner p {
        text-align: center;
    }

    .sb-content {
        padding-right: 0;
    }
}

@media (max-width: 380px) {
    .subscribe-banner h2.maintitle {
        font-size: 45px;
        line-height: 50px;
    }
    .subscribe-banner a.closebtn {
        right: 25px;
        top: 15px;
    }
}

@media (max-width: 340px) {
    .subscribe-banner {
        min-height: calc(100vh - 120px);
    }

    .subscribe-banner h2.maintitle {
        font-size: 31px;
        line-height: 40px;
    }

    .subscribe-banner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .subscribe-banner a.closebtn {
        right: 15px;
        top: 10px;
    }

}


.content-info-signup {
    max-width: 100%;
    min-height: calc(100vh - 133px);
    box-shadow: none;
    border: none;
    display: flex;
    flex-direction: column;
    background: #F4F4F4;
}

.footer-down {
    margin-top:auto;
}

.sr-sign1 {
    margin-top: 50px;
}

.sr-sign1 h2, .sr-sign1 h1 {
    max-width: 500px;
    margin: auto;
    font-size: 24px;
}

.sr-sign1 p {
    max-width: 520px;
    margin: auto;
    margin-bottom: 20px;
}

.sr-steps {
    font-size: 15px;
    margin-bottom: 10px;
}

ul[role="tablist"] {
    display: none;
}

#signupSteps-p-1, #signupSteps-p-2 {
    max-width: 691px;
    margin:auto;
}

#signupSteps-p-1 h2 {
    max-width: 691px;
    margin-bottom: 10px;
}

.mobilesection, .emailsection {
    margin-top: 20px;
}


.countrypicker .btn-default {
    background:#fff;
    padding: 6px 12px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu li {
    text-align: left;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.custom-control-input:checked~.custom-control-label.red::before {
    background-color: red;
  }

#signupSteps-p-2 h2 {
    max-width: 560px;
}

.verified {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.verified::before {
    content: '';
    background: url('../img/checkbox.png') no-repeat;
    width: 51px;
    height: 36px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: -10px;
}

.worldpay {
    background: url('../img/world-pay.png') no-repeat;
    width: 243px;
    height: 73px;
    display: inline-block;
    margin-bottom:30px;
}

#signupSteps-p-3 {
    max-width: 688px;
    margin: auto;
}

#signupSteps-p-3 h2 {
    margin-bottom: 30px;
}

#signupSteps-p-3 .form-group {
    text-align:left;
}

#reviewDetails {
    margin-bottom:30px;
    margin-top: 15px;
}

#terms {
    position: absolute;
}

.modal-dialog h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}

table th, .dataTables_wrapper .dataTables_filter input, table td {
    border-color: transparent!important;
}

.modal-footer {
    text-align: center;
}

.modal-dialog p {
    margin:20px 40px 40px;
    text-align: left;
}

.modal-dialog h2, .modal-dialog .table {
    margin-left:20px;
}

.btn-main.orangeborder {
    background-color: transparent!important;
    border: 1px solid #F9AF43!important;
    transition: all .3s ease!important;
    margin-left: 15px;
}

.btn-main.orangeborder:hover {
    color:#C0D233!important;
    border-color: #C0D233!important;
}

#signupSteps-p-4 {
    max-width: 640px;
    /* margin: auto; */
}

#signupSteps-p-4 h2 {
    margin-bottom:20px;
}

#signupSteps-p-4 p {
    max-width: 640px;
}

label.has-error {
    color: #a94442;
    font-size: 14px;
}

.table th {
    font-size: 15px;
    font-weight: normal;
    padding-left:0!important;
}

.table td {
    font-size: 15px;
    font-weight: bold;
    padding-left:0!important;
}

.modal-footer {
    padding: 0px 40px 10px;
    border: none;
}

.modal-footer .btn + .btn {
    margin-left: 20px;
}

.btn-main.play-link {
    background-color: #f9af43!important;
}

.btn-main.play-link:hover {
    background-color: #e48f13!important;
}

.gap-bottom {
    margin-bottom: 50px;
}

.singlecol {
    margin: 20px auto;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.singlecol .iti {
    width: 100%;
}

@media (max-width:757px) {
    .modal-footer .btn + .btn, #signupSteps-p-4 .btn {
        margin: 30px auto;
        display: block;
    }
    .subscribe-banner .infotext {
        text-align: center;
    }
}

.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}

li.signup-link, li.signup-link a, li.signup-link a span {
    background: transparent!important;
    color: #fff!important;
    transition: all ease .4s;
}

li.signup-link {
    display: flex;
    align-items: center;
    height: 39px;
    margin: 0 10px;
}

li.signup-link a span { margin-right: 5px;}

li.signup-link:hover a, li.signup-link:hover a span  {
    color: #c0d233!important;
}

.navbar-fixed-top a.register-btn-mobile {
    color:#fff;
    background-color:transparent;
}

.navbar-fixed-top a.register-btn-mobile:hover {
    color:#bfd72f;
    background-color:transparent;
}

/* iPad Portrait */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5), 
only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .closebtn{
        top:15px!important
    }
}

/* iPad Landscape */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5), 
only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .closebtn{
        top:15px!important
    }
}

.sr-loader {
    width: 60px;
    height: 60px;
    background: url(../img/pre-loader.gif) no-repeat;
    background-size: contain;
    margin: auto;
    display: none;
}



.podcast-app .subscribe-banner a.btn {
    background: #ffffff;
    color:#000;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 10px 10px!important;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 380px) {
    .podcast-app .subscribe-banner a.btn {
        font-size: 11px;
        line-height: 14px;
        padding: 10px 3px 8px!important;
    }
}

.iti2 .iti {
    display: block!important;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (min-width: 768px) {
    .subscribe-banner .container {
        width: 720px!important;
    }

}

@media (min-width: 992px) {
    .subscribe-banner .container {
        width: 940px!important;
    }
}


@media (min-width: 1200px) {
    .subscribe-banner .container {
    width: 1170px!important;
    }
    .subscribe-banner .sb-content {
        padding-right: 30px;
    }

}


