/*Import Zurich Extra Condensed BT font*/
@import url("https://youngcourtesans.com/fonts/stylesheet.css");

* { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
img {border:0;}
html {height:100%;}
body {height: auto !important; height: 100%; min-height: 100%; position: relative; background:#1a1a1a; font:400 14px 'Roboto', Arial, Helvetica, sans-serif; color:#fff;}
.container { max-width:1540px; min-width:320px; margin:0 auto; padding:0 10px; position:relative;}
ul {list-style:none;}
a { text-decoration: none; color: #fff;}
main, footer {display: block;}

/*Header*/
header { position: relative; z-index: 5}
.logo {position:absolute; left:10px; top:13px; height: 55px; width: auto}
header {height:80px; background: #1a1a1a url("https://youngcourtesans.com/images/header-bg.png") repeat-x;}
.cookie-request {background:#e83d6d; color:#fff; padding:3px 10px; line-height:24px; font-size:12px; text-align:center; overflow: hidden;}
.cookie-request button {border:0; border-radius:4px; background:#47c3ea; width:33px; height:24px; text-align:center; font:14px 'Roboto', Arial, Helvetica, sans-serif; color:#fff; cursor:pointer; margin-left:5px;}
.cookie-request button:hover {background:#fff; color:#000;}
.cookie-request a {color:#fff;}
.cookie-request a:hover {text-decoration:none;}

.join-button {display: block; margin: 0 auto; width: 150px; height: 50px; line-height: 50px; position: relative; text-align: center; border-radius: 5px; font-family: 'Zurich XCn BT'; text-decoration: none; text-shadow: 0px 1px 0px #fa7197 ; color: #211f1f; font-size: 36px;  background-image: -moz-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%); background-image: -ms-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%);}
.join-button span { position: relative; z-index: 2; text-transform: uppercase}
.join-button:after {content: ''; top: 0; left: 0; right: 0; bottom: 55%; position: absolute; border-radius:5px; background: #fa7197}
.join-button:hover:after { bottom: 0}

.header-soc {position: absolute; right: 10px; top: 15px;}
.header-soc a {margin-left: 3px; width: 50px; height: 50px; border-radius: 5px; background: #282828; padding-top: 10px; text-align: center; display: block; float: left;}
.header-soc a svg {width: 30px; height: 30px; fill:#454545;}
.header-soc a:hover svg {fill:#fff}
.header-buttons {position:absolute; top: 15px; right: 125px;}
.header-buttons>* {float: left; margin-left: 5px;}
.head-button {font-size: 14px;  height: 50px; border-radius: 5px; background: #282828; text-align: center; display: block; padding: 0 20px; text-transform: uppercase; line-height: 50px; cursor: pointer; user-select: none;}
.head-dropdown-wrap .head-button:after {content: ''; display: inline-block; width: 6px; height: 10px; transform: rotate(-90deg); margin-left: 10px; }
.head-dropdown-wrap.active .head-button:after {transform: rotate(90deg)}



.head-dropdown-wrap {position: relative; padding-bottom: 5px;}
.head-dropdown-wrap ul {position: absolute; left: 0; top: 55px; background: #fff; border-radius: 0 5px 5px 5px; width: 200px; padding: 10px 0; display: none;}
.head-dropdown-wrap ul li a {display: block; padding: 5px 20px; line-height: 30px; color: #000; text-transform: uppercase; font-size: 14px;}
.head-dropdown-wrap ul li a:hover, .head-dropdown-wrap ul li a.selected:hover {color: #fff;}
.head-dropdown-wrap.active .head-button {}
.head-dropdown-wrap.active ul {display: block}
.head-dropdown-wrap ul li a.selected {color: #49bae3; font-weight: 700;}
.head-dropdown-wrap.active:before { display: block; content: ''; height: 10px; left: 0; right: 0; bottom: 0; position: absolute; background: #e83d6c}

.head-txt {position: absolute; left: 295px; right: 470px; height: 80px; display: flex; justify-content: center; align-items: center;}
.head-txt p {text-align: center; line-height: 24px; font-size: 16px; font-weight: 300; max-width: 630px;}
.head-txt strong, .head-txt span {font-weight: 400;}

/*Main*/
main {background:  url("https://youngcourtesans.com/images/main-bg-top.png") repeat-x top, url("https://youngcourtesans.com/images/main-bg-bottom.png") repeat-x bottom; min-height: 600px; padding: 30px 0 0 0;}
.total-top-wrap {margin-bottom: 30px; display: flex; align-items: center;}
.total-top-in { display: flex; align-items: center; padding-right: 20px;}
.total-top-in strong svg {height: 21px; width: 21px; margin: 0 3px;}
.total-top-in div {width: 30px;}
.total-top-in div svg {width: 21px; height: 21px;}
.total-top-in span {color: #e93e6d; font-weight: 700; margin-right: 5px;}
.total-top-in strong {font-weight: 700;}
.total-top-in strong svg:last-child {margin-left: 5px;}


/*Footer*/
footer {padding: 50px 0;}
.footer-logo {padding: 100px 0 30px 0; text-align: center;}
.footer-logo img {max-width: 100%; width: auto; height: auto;}
.footer-nav {text-align: center; font-size: 0; margin-bottom: 20px;}
.footer-nav li {display: inline-block; margin: 0 15px; font-size: 12px; text-transform: uppercase;}
.footer-nav li a {color: #fff; text-decoration: none;}
.big-button {display: block; margin: 0 auto; max-width: 875px; height: 120px; line-height: 120px; position: relative; text-align: center; border-radius: 5px; font-family: 'Zurich XCn BT'; text-decoration: none; text-shadow: 0px 1px 0px #fa7197 ; color: #211f1f; font-size: 90px;  background-image: -moz-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%); background-image: -ms-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%);}
.big-button span { position: relative; z-index: 2;}
.big-button:after {content: ''; top: 0; left: 0; right: 0; bottom: 55%; position: absolute; border-radius:5px; background: #fa7197}
.big-button:hover:after { bottom: 0}

.cop {color: #4f4f4f; line-height: 30px; text-align: center;}
.cop a {text-decoration: none; color: #fff;}
.cop .usc-18 {color: #4f4f4f;}



/*Thumbs*/
.thumbs {margin: 0 -2.5px 20px -2.5px; font-size: 0;}
.thumb {padding: 0 2.5px 5px 2.5px; font-size: 12px; display: inline-block; vertical-align: top; width: 20%;}
.thumb span {display: block}
.thumb a, .thumb-img-wrap {display: block; position: relative}
.spacer {display: block; width: 100%; height: auto;}
.thumb-img {position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; display: block; height: auto; border-radius: 5px 5px 0 0;}
.play {background: url("https://youngcourtesans.com/images/play.png"); width: 78px; height: 78px; position: absolute; left: 50%; top: 50%; margin: -39px 0 0 -39px; opacity: 0}
.thumb a:hover .play, .thumb a:hover .time, .thumb a:hover .quality {opacity: 1;}
.quality, .time {background: rgba(0,0,0,.8); height: 25px; color: #fff; line-height: 25px; padding: 0 7px; border-radius: 5px; position: absolute; font-size: 12px; opacity: 0}
.quality {right: 10px; top: 10px;}
.time {left: 10px; bottom: 10px;}
.video-wrap {position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden}
.video-wrap video {position: absolute; left: 0; top: 0; right: 0; bottom: 0; border-radius: 5px 5px 0 0;}
.thumb-desc {background: #282828; border-radius: 0 0 5px 5px; padding: 9px 5px 11px 5px;}
.thumb-title {font-size: 14px; white-space: nowrap;overflow: hidden; text-overflow: ellipsis; line-height: 20px; height: 20px; color: #fff; margin-bottom: 4px; font-weight: 300}
.thumb-options {height: 16px; position: relative;}
.thumb-time, .thumb-views {float: left; color: #47c3e; font-size: 12px; margin-right: 10px; height: 16px; line-height: 16px; color: #47c3ea; font-weight: 300}
.thumb-time {padding-left: 21px; background: url("https://youngcourtesans.com/images/time.png") no-repeat;}
.thumb-views {padding-left: 29px; background: url("https://youngcourtesans.com/images/eye.png") no-repeat;}
.thumb-likes {position: absolute; right: 0; top: 0; color: #fff; font-size: 12px; font-weight: 300; padding: 0 0 0 24px; background: url("https://youngcourtesans.com/images/heart.png") no-repeat; position: absolute; top: 0; right: 0; line-height: 16px;}
.rait {position: absolute; right: 0; top: 0;}
.rait>* {width: 16px; height: 16px; float: left; margin-left: 2px;}
.rait i {background: url("https://youngcourtesans.com/images/rait.png") bottom;}
.rait em {background: url("https://youngcourtesans.com/images/rait.png") top;}
.thumb-title em {font-style: normal; color: #e83c6c; font-size: 15px; margin-right: 10px; font-family: 'Zurich XCn BT'; text-transform: uppercase;}

.pages {text-align: center; font-size: 0}
.pages li {margin: 1.5px; display: inline-block; vertical-align: top;}
.pages li a, .pages li span {display: block; width: 40px; height: 40px; line-height: 40px; font-size: 14px; background: #282828; border-radius:5px;}
.pages li a:hover {background-color: #e83c6c}
.next {transform: rotate(180deg)}
.pages .prev-next, .head-dropdown-wrap .head-button:after {background: #282828 url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='cls-1' fill='%23fff' d='M682.883,4433L678,4428l4.883-5,1.117,1.13-3.781,3.87,3.781,3.87Z' transform='translate(-678 -4423)'/%3E%3C/svg%3E ") no-repeat center;}
.head-dropdown-wrap .head-button:after {background-color: transparent !important}

.second-header {background: #403f3f;}
.second-header h2 {font:bold 20px/40px 'Raleway', 'Roboto', sans-serif; text-transform: uppercase; margin-bottom: 20px;}


/*Join Page*/
.head-txt-join {right: 215px;}
.main-join {padding-top: 60px;}
.container2 {max-width: 1230px; margin: 0 auto; padding: 0 10px;}
.paysites {margin: 0 -2.5px; font-size: 0;}
.paysite {padding: 0 2.5px 5px 2.5px; width: 33.33%; display: inline-block; vertical-align: top;}
.paysite a {display: block;}
.paysite a img {display: block; width: 100%; height: auto;}
.paysite a span {background: #282828; border-radius: 0 0 5px 5px; display: block; padding: 0 5px; line-height: 40px; height: 40px; color: #fff; font-size: 16px; text-align: center; font-weight: 300;}
.join-middle-text {font-size: 60px; color: #ff9f28; padding: 20px 0; line-height: 60px; text-transform: uppercase; font-family: 'Zurich XCn BT'; text-align: center; letter-spacing: .5px;}

.join-box {background: #fff; border-radius: 5px; color: #000;}
.join-header {border-radius: 5px 5px 0 0; background: #e83d6d; color: #fff; text-transform: uppercase; font-family: 'Zurich XCn BT'; text-align: center; font-size: 91px; padding: 12px 0; line-height: 91px;}

.join-bottom-list {background: #dad7d7; border-radius: 0 0 5px 5px; padding-bottom: 20px}
.join-bottom-list h3 {text-align: center; text-transform: uppercase; font-size: 48px; line-height: 100px;}
.join-bottom-list ul {display: inline-block; text-align: left;}
.join-bottom-list ul li {font-size: 20px; position: relative; padding: 7.5px 20px 7.5px 70px; line-height: 30px; margin-bottom: 25px;}
.join-bottom-list ul span {width: 70px; position: absolute; left: 0; top: 0;}
.join-bottom-list ul li span svg {width: 45px; height: 45px; display: block; margin: 0 auto;}
.row {display: flex; justify-content: center}
.join-bottom-list .row div { width: 50%; text-align: center;}

.join-form {display: flex; padding: 50px 0;}
.form-left {width: 40%; padding: 0 50px;}
.form-right {width: 60%; padding: 0 50px; border-left: 1px solid #1a1a1a;}

.form-title {font-size: 26px; font-weight: 900; margin-bottom: 15px;}
.form-input {margin-bottom: 40px;}
.form-input label {display: block; font-size: 16px; margin-bottom: 7px;}
.form-input input {width: 100%; padding: 0 20px; height: 44px; border-radius: 5px; background: #dad7d7; font:400 14px 'Roboto', Arial, Helvetica, sans-serif; border: 0}

[type="radio"]:checked,
[type="radio"]:not(:checked) {position: absolute; left: -9999px;}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666;}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px;border: 1px solid #ddd;border-radius: 100%;background: #fff;}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {content: ''; width: 12px; height: 12px; background: #e83d6d; position: absolute; top: 4px; left: 4px; border-radius: 100%; transition: all 0.2s ease;}
[type="radio"]:not(:checked) + label:after {opacity: 0; transform: scale(0);}
[type="radio"]:checked + label:after {opacity: 1; transform: scale(1); }
[type="radio"]:checked + label:before {border-color:#e83d6d}

.payment-radio {position: relative; min-height: 20px; margin-bottom: 20px;}
.payment-radio-in {position: absolute; left: 0; top: 0; overflow: hidden; height: 20px;}
.payment-label {display: block;  padding: 0 0 0 32px; font-size: 16px; cursor: pointer;}
.payment-label span {font-size: 12px; color: #626262; display: block; margin-top: 2px;}
.payment-radio-in label {height: 20px;}

.join-submit-wrap {text-align: right; margin-top: 20px;}

.join-submit {display: inline-block; width: 300px; height: 60px; line-height: 60px; position: relative; text-align: center; border-radius: 5px; font-family: 'Zurich XCn BT'; text-decoration: none; text-shadow: 0px 1px 0px #fa7197 ; color: #211f1f; font-size: 46px;  background-image: -moz-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%); background-image: -ms-linear-gradient( 90deg, rgb(229,51,101) 0%, rgb(239,81,126) 100%); border: 0; cursor: pointer;}
.join-submit span { position: relative; z-index: 2; text-transform: uppercase}
.join-submit:after {content: ''; top: 0; left: 0; right: 0; bottom: 55%; position: absolute; border-radius:5px; background: #fa7197}
.join-submit:hover:after { bottom: 0}

.plan-radio {min-height: 66px;  border-radius: 5px; background: #dad7d7; display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; overflow: hidden; padding: 5px 0 5px 50px; position: relative; cursor: pointer}
.plan-radio .payment-radio-in {position: absolute; left: 15px; top: 50%; margin: -10px 0 0 0;}
.plan-radio:hover {background: #e83d6d;}
.plan-label {color: #626262; font-size: 12px; width: 280px;}
.plan-label strong {color: #010101; font-size: 16px; display: block; margin-bottom: 2px;}
.plan-radio:hover .plan-label strong, .plan-radio:hover .plan-label, .plan-radio:hover .plan-price {color: #fff;}
.plan-price {color:#e83d6d; font-size: 36px; font-family: 'Zurich XCn BT'; font-weight: 700; flex: auto; padding-right: 10px;}
.plan-discount {width: 100px; height: 52px; text-align: center; color: #fff; line-height: 15px; font-size: 14px; padding: 11px 0; border-radius: 5px 0 0 5px;}
.plan-discount1 {background: #ff9f28;}
.plan-discount2 {background: #47c3ea;}
.plan-discount3 {background: #00a651;}
.plan-discount4 {background: none;}

.join-footer .footer-logo {padding-top: 0px;}


/*Clear & Animation & Hover*/
.footer-nav li a:hover, .head-txt span, .head-txt strong, .cop a:hover, .pages li span, .thumb a:hover .thumb-title, .paysite a:hover span {color: #e83d6d;}
.header-soc a:hover, .head-dropdown-wrap.active .head-button, .head-button:hover, .head-dropdown-wrap:hover .head-button, .head-dropdown-wrap ul li a:hover {background: #e83d6c}
.clear {clear:both; line-height:0px; height:0px; overflow:hidden; font-size:0px; content:''; display:block;}
a, button, .big-button:after, .header-soc a svg, .join-button:after, .head-button:after, .play, .quality, .time, .thumb-title, .paysite a span, .join-submit:after, .plan-radio {transition:all 0.1s ease-in-out;}


/*Responsive*/
@media (max-width: 1400px) {
	.head-txt p {font-size: 13px; line-height: 20px;}
}

@media (max-width: 1279px) {
	.head-txt {display: none}
	.thumb {width: 25%;}
	.join-header {font-size: 80px; line-height: 80px;}
	.plan-label {width: 240px;}
	.payment-label {font-size: 15px;}
}

@media (max-width: 999px) {
	.big-button { max-width: 600px; height: 80px; line-height: 80px; font-size: 60px;}
	.footer-nav li {margin: 3px 5px}
	.footer-logo {padding-top: 50px;}
	.thumb {width: 33.33%;}
	.join-middle-text {font-size: 40px; line-height: 40px;}
	.join-bottom-list ul li span svg {width: 40px; height: 40px;}
	.join-bottom-list ul li {font-size: 18px; padding: 7px 20px 7px 55px; line-height: 26px; margin-bottom: 20px;}
	.join-bottom-list ul span {width: 55px;}
	.join-header {font-size: 60px; line-height: 60px;}
	.form-left, .form-right {padding: 0 20px; width: 100%; border: 0}
	.join-form {display: block;}
	.form-left {padding-bottom: 20px;}
}

@media (max-width: 767px) {
	.big-button { max-width: 100%; height: 80px; line-height: 80px; font-size: 40px;}
	.pages li a, .pages li span {width: 30px; height: 30px; line-height: 30px; font-size: 12px;}
	main {padding-top: 15px;}
	.total-top-wrap {justify-content: center; flex-wrap: wrap; margin-bottom: 15px;}
	.total-top-in {margin: 5px 10px; padding: 0}
	header {height: 50px;}
	.header-soc {top: 5px;}
    .header-soc a {width: 40px; height: 40px; padding-top: 10px;}
    .header-soc a svg {width: 20px; height: 20px;}
	.header-buttons {right: 100px;}
	.logo {height: 28px; width: auto; top: 12px;}
	.header-buttons {top: 5px;}
	.head-button {height: 40px; line-height: 40px; padding: 0 10px; font-size: 12px;}
	.join-button {width: 70px; font-size: 22px; height: 40px; line-height: 40px;}
	.head-dropdown-wrap ul {top: 45px; width: 150px;}
	
	.head-dropdown-wrap ul li a {padding: 0 10px; font-size: 12px;}
	span.thumb-options {display: none;}
	.thumb-desc {padding: 5px;}
	.thumb-title {margin: 0}
	.thumb a:hover .play, .thumb a:hover .time, .thumb a:hover .quality {opacity: 0;}
	.paysite {width: 50%}
	.row {display: block;}
	.join-bottom-list h3 {font-size: 30px; line-height: 70px;}
	.join-bottom-list .row div {width: 100%}
	.join-bottom-list ul li {font-size: 16px;}
	.join-header {font-size: 40px; line-height: 40px;}
	.main-join {padding-top: 30px;}
	.form-left, .form-right {padding: 0 10px;}
	.form-left {padding-bottom: 20px;}
	.join-form {padding: 30px 0;}
	.join-footer {padding-top: 0;}
    .join-footer .footer-logo {padding-top: 50px;}
}

@media (max-width: 567px) {
	.form-title {font-size: 20px;}
	.plan-price {font-size: 25px;}
	.plan-discount {width: 80px; font-size: 12px; line-height: 13px; height: 40px; padding: 7px 0; min-width: 80px;}
	.plan-radio .payment-radio-in {left: 10px;}
	.plan-radio {padding-left: 40px;}
	.plan-label {font-size: 11px;}
	.plan-label strong {font-size: 14px;}
	.join-submit {width: 100%; font-size: 40px;}
	
}
	
@media (max-width: 480px) {
	.big-button { height: 60px; line-height: 60px; font-size: 35px;}
	.cop {font-size: 11px; line-height: 24px;}
	.thumb {width: 50%;}
	.paysite a span {line-height: 30px; height: 30px; font-size: 14px;}
	.join-middle-text {font-size: 30px; line-height: 30px;}
    .header-buttons {right: 5px;}
    .header-soc {display: none;}
}

@media (max-width: 374px) {
	.join-button {display: none;}
	.head-dropdown-wrap ul { width: 130px;}
}