/*@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica/HelveticaNeueLTStd-Bd.otf);
}*/

/*https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600&display=swap*/
@import url(//fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600&display=swap);

body {
	background: black;
}

/*Navigation*/
nav.bg-dark {
    background: #101010!important;
    height: 60px;
}

nav .navbar-brand img {
    width: 270px;
}

.wrapper {
    background: url(../images/bg.jpg);
    background-position: center -75px;
    background-repeat: no-repeat;
}

/*Step 1*/
.register {
    font-family: montserrat;
    margin-top: 30px;
}

.register h2 {
    font-weight: 600;
	color: #fff;
    text-transform: uppercase;
}

.register form .submit {
	color: #fff;
    background: #c33c5c;
    border: 4px solid #c33c5c;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #fff inset;
    padding: 5px;
    width: 60%;
    font-size: 50px;
    margin: 60px 0;
    cursor: pointer;
}

.register h2 .title {
    position: relative;
    display: inline-block;
}

.register h2 .title:before,
.register h2 .title:after {
    position: absolute;
    left: -85px;
    top: 5px;
    width: 70px;
    height: 70px;
    content: "";
    background: url(../images/join_icon.png);
    -webkit-background-size: cover;
    background-size: cover;
}

.register h2 .title:after {
    left: auto;
    right: -85px;
}

.register h2 .title span {
	display: block;
	color: #ee3360;
}

.register form {
    margin-top: -15px;
}

.register form .steps {
	text-transform: uppercase;
    color: #c07c2b;
    font-weight: 600;
    margin: 40px 0 15px 0;
}
.register form .steps span {
    color: #fff;
}

.register form .form-control {
	display: inline-block;
    background: #222222;
    border: none;
    color: #fff;
    width: auto;
    margin-top: 15px;
}

.register form .form-control::placeholder {
    color: #fff;
}

.register form .dropdown button {
    background: #222;
    border: none;
    width: 200px;
}

/*Step 3*/
.pricing-wrap {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing-wrap .price-item {
	margin: 0 5px 15px;
    background: 0 0;
    color: #fff;
    width: 250px;
}

.pricing-wrap .price-item input[type=radio] {
	display: none;
}

.pricing-wrap .price-item input[type=radio]:checked+label {
	color: #fff;
    background: #c33c5c;
    border-color: #c33c5c;
}

.pricing-wrap .price-item .subscribe {
	position: relative;
    display: block;
    padding: 45px 25px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #333;
    border: 5px solid #333;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
}

.pricing-wrap .price-item .subscribe.annual {
    box-shadow: 0 0 0 2px #c33c5c inset;
}

.pricing-wrap .price-item input[type=radio]:checked+label.annual {
    box-shadow: 0 0 0 2px #000 inset;
}

.pricing-wrap .price-item .subscribe.annual .check {
    border: 2px solid #c33c5c;
}

.pricing-wrap .price-item input[type=radio]:checked+label.annual .check {
    border: 2px solid #000;
}

.pricing-wrap .price-item input[type=radio]:checked+label.best:before {
	background: #fbff00;
    color: #ca0000;
}

.pricing-wrap .price-item .subscribe.best:before {
	position: absolute;
    left: 50%;
    top: -15px;
    padding: 0 10px;
    width: 90%;
    background: #ca0000;
    color: #fbff00;
    content: attr(data-best-deal);
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.pricing-wrap .price-item .description {
	position: relative;
    display: block;
    margin-bottom: 20px;
    margin-left: -5%;
    padding-bottom: 20px;
    width: 110%;
    font-family: Raleway,Arial,montserrat,sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    border-bottom: 2px solid #fff;
}

.pricing-wrap .price-item .description .text span {
	display: block;
    font-weight: 100;
    font-size: 14px;
}

.pricing-wrap .price-item input[type=radio]:checked+label .description:after {
	background: #ee3360;
}

.pricing-wrap .price-item input[type=radio]:checked+label .price {
	color: #ffef7b;
}

.pricing-wrap .price-item .price {
	display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "Roboto Condensed",Arial,montserrat,sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
}

.pricing-wrap .price-item .amount {
	display: block;
    line-height: 50px;
}

.pricing-wrap .price-item .per {
	display: block;
    font-size: 20px;
}

.pricing-wrap .price-item .note {
	display: block;
    font-size: 12px;
    margin-top: 15px;
    opacity: .5;
}

.pricing-wrap .price-item input[type=radio]:checked+label .check {
	background: #ee3360;
    color: #fbff00;
}

.pricing-wrap .price-item .subscribe .check {
	position: absolute;
    left: 50%;
    top: -12px;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) rotate(45deg);
    background: #333;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.pricing-wrap .price-item .subscribe .check i {
	transform: rotate(-45deg);
}

/*Commercial*/

.commercial {
    font-family: montserrat;
}

.commercial .banners {
	text-align: center;
}

.commercial .banners img {
	padding: 30px;
	width: 45%;
}

.commercial .perks {
	text-transform: uppercase;
    margin: 0 0 45px 0;
}

.commercial .perks h3 {
    font-weight: 600;
	text-align: center;
	color: #c07c2b;
    letter-spacing: 2px;
}

.commercial .perks ul {
	font-weight: 600;
    color: #fff;
    font-size: 16px;
    max-width: 870px;
    margin: 0 auto;
    padding: 0;
    line-height: 24px;
    text-align: center;
}

.commercial .perks ul li {
	display: inline-block;
	white-space: nowrap;
	letter-spacing: 1px;
}

.commercial .perks ul li:before {
	content: '\2022';
	margin: 0 .3em 0;
	color: #ee3360;
	font-size: 21px;
}

.commercial .channels {
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.commercial .channels img {
    width: 100%;
}

.commercial .channels h3 {
    font-weight: 600;
    text-align: center;
    color: #c07c2b;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

/*Footer*/
footer {
    font-family: montserrat;
    font-weight: 600;
}

footer .subLinks {
    clear: left;
    border-top: 2px solid #3e3e3e;
    padding-top: 15px;
    margin-top: 10px;
}

footer .subLinks p {
    font-size: 13px;
    line-height: 23px;
    color: #919191;
    margin-bottom: 0;
}

footer .subLinks p a {
    color: #999999;
}

footer .copyright {
    font-size: 16px;
    color: #919191;
    padding-bottom: 30px;
}

/*EXTRA*/
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #4a4a4a;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}


@media only screen and (max-width: 991px) {
    .register form .submit {
        font-size: 31px;
    }
}

@media only screen and (max-width: 767px) {
    .register h2 {
        font-size: 26px;
    }

    .register h2 .title:before, .register h2 .title:after {
        width: 50px;
        height: 50px;
        left: -65px;
    }

    .register h2 .title:after {
        left: auto;
        right: -65px;
    }

    .navbar-dark .navbar-brand {
        margin: 0 auto;
    }

    .pricing-wrap .price-item {
        width: 240px;
    }

    .register form .submit {
        width: 80%;
    }

    .commercial .banners img {
        padding: 10px;
        width: 48%;
    }
}

@media only screen and (max-width: 575px) {
    .register h2 {
        font-size: 21px;
    }

    .register h2 .title:before, .register h2 .title:after {
        width: 40px;
        height: 40px;
        left: -55px;
    }

    .register h2 .title:after {
        left: auto;
        right: -55px;
    }
    .commercial .perks ul {
        font-size: 13px;
    }

    .commercial .perks ul li {
        white-space: normal;
    }


    .commercial .channels img {
        width: 70%;
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 475px) {
    .register h2 {
        font-size: 26px;
    }

    .register h2 .title:before, .register h2 .title:after {
        display: none;
    }

    .pricing-wrap .price-item {
        width: 200px;
    }

    .pricing-wrap .price-item .subscribe {
        padding: 30px 15px;
    }

    .pricing-wrap .price-item .description {
        font-size: 26px;
    }

    .pricing-wrap .price-item .description .text span {
        font-size: 12px;
    }

    .pricing-wrap .price-item .price {
        font-size: 40px;
    }

    .pricing-wrap .price-item .amount {
        line-height: 40px;
    }

    .pricing-wrap .price-item .per {
        font-size: 16px;
    }

    .pricing-wrap .price-item .note {
        font-size: 11px;
        margin-top: 0;
    }

    .register form .submit {
        width: 100%;
    }

    .commercial .banners img {
        width: 100%;
    }

    .commercial .perks h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 450px) {
    .register h2 {
        font-size: 21px;
    }

    .register form .dropdown button,
    .register form .form-control {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .pricing-wrap .price-item {
        width: 80%;
    }

    .pricing-wrap .price-item .description {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .register form .submit {
        font-size: 26px;
    }

    .commercial .perks h3 {
        font-size: 21px;
        letter-spacing: 0;
    }

    .commercial .channels img {
        width: 100%;
    }

    .commercial .channels h3 {
        margin-bottom: 15px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 350px) {
    .register h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 325px) {
    .register form .submit {
        font-size: 22px;
    }

    .commercial .perks ul {
        font-size: 11px;
        font-weight: 100;
        line-height: 19px;
    }

    .commercial .perks h3 {
        font-size: 19px;
    }
}