@charset "utf-8";
body {
	font-size: 12px;
}
.c-seo-image {
    border-radius: 8px;
}
.l-container {
	max-width: 1300px;
	z-index: 11;
	position: relative;
	border-radius: 8px;
}
.payment-hint {
    background-color: #4b203e;
    color: #e9c9f3;
    border: 3px solid #5a0943;
    border-radius: 8px;
    font-size: 18px;
	margin: 1em 3em;
}
.payment-hint a {
    color: #e9c9f3;
}
.c-instructions {
	background: #000000;
}
.c-instructions__section {
	border: 2px solid #590841;
	border-radius: 12px;
	background: #000000;
	margin: 5px;
}
.c-host-grid__card {
	border: 2px solid #590841;
	border-radius: 8px;
	height: 390px;
}
.c-host-grid__card.incall {
	background-color: #3A1843 var(--incall-color, rgb(62,50,45));
	border: 2px solid #590841;
	border-radius: 8px;
}
.c-webpush-button {
	background-color: #DDB296;
	color: #3E3236;
	border-radius: 8px;
	padding: 10px;
}
.c-priceinfo {
	margin-bottom: 5px;
}
h1.webmasterSeo {
	text-align: center;
	color: #999999;
	padding-bottom: 2px;
	height: auto;
	text-shadow: 2px 2px 4px #CA1E9A;
	padding: 7px;
}
h2 {
	text-align: center;
	color: #999999;
	text-shadow: 2px 2px 4px #CA1E9A;
	font: bold 30px/40px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	background: #131313;
}
h3 {
	text-align: center;
	color: #999999;;
	text-shadow: 1.5px 1.5px 1.5px #CA1E9A;
	font: bold 30px/40px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	background: #131313;
}
div.webmasterSeo {
	line-height: 1.2em;
}
div.webmasterSeo p {
	font-size: 12px;
	text-align: justify;
}
.c-host-grid__card__call {
	font-size: 16px;
}
nav {
	max-width: 1150px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.c-navigation {
	line-height: 1em;
}
.c-navigation.kit-navigation nav .c-navigation__link {
	padding: 0.5em;
	background-color: var(--boxcolor, #000000);
	color: #CA1E9A;
	font-size: 16px;
	border-radius: 8px;
	background: #000000;
	box-shadow: 2px 2px 4px 0px #590841;
}
.c-navigation.kit-navigation nav .c-navigation__link--active {
	color: #f1c1c5;
	text-decoration: none;
	text-underline-offset: 10px;
	text-underline-style: thick;
	background: #590841;
}
.textbox {
	background: #131313;
	padding: 5px;
	text-align: justify
}
.livecam__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
	margin-bottom: 2em;
}
.livecam__grid .livecam__item {
	border: 2px solid #590841;
	border-radius: 8px;
}
.livecam__grid .livecam__item .livecam__name {
	background: rgb(89 8 65 / 80%);
	color: #e6d1f1;
}
.c-phonesex-block {
	box-sizing: border-box;
	flex: 1 1 30%;
	max-width: 49%;
	margin-bottom: 50px;
	margin: 5px;
}
.c-phonesex-block p {
	font-size: 12px;
	text-align: justify;
	padding: 0 2px 0 0;
}
.c-phonesex-block.pink div .phone {
	background-color: rgb(89 8 65 / 80%);
}
.video__grid .video__item .video__model {
	grid-area: model;
	font-size: 6cqw;
	color: #3E3236;
	text-shadow: 1.5px 1.5px 1.5px #e790d8;
	text-align: center;
}
.video__grid .video__item .video__bottom {
	background: #131313;
	border: 2px solid #ad0a0a;
	border-radius: 8px;
}
.video__grid .video__item .video__duration {
	text-align: center;
	grid-area: time;
	font-size: 6cqw;
	color: #3E3236;
	text-shadow: 1.5px 1.5px 1.5px #e790d8;
}
.video__grid .video__item .video__title {
	font-size: 4cqw;
	background-color: #131313;
}
@media only screen and (max-width: 1000px) {
.c-phonesex-block {
	box-sizing: border-box;
	flex: 1 1 50%;
	max-width: 49%;
	margin-bottom: 50px;
	margin: 1px;
}
}
@media only screen and (max-width: 630px) {
.c-phonesex-block {
	box-sizing: border-box;
	flex: none;
	max-width: 100%;
	margin-bottom: 50px;
	margin: 1px;
}
}
@media(max-width: 1023px) {
.livecam__grid {
	grid-template-columns: repeat(4, 1fr)
}
}
@media(max-width: 600px) {
.livecam__grid {
	grid-template-columns: repeat(2, 1fr)
}
}
 @media(max-width: 359px) {
.livecam__grid {
	grid-template-columns: repeat(1, 1fr)
}
}
