@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;
}
.c-instructions {
	background: #000000;
}
.c-instructions__section {
    border: 2px solid #6b0d0d;
    border-radius: 12px;
	background: #000000;
	margin: 5px;
}
.c-host-grid__card {
	border: 2px solid #6b0d0d;
	border-radius: 8px;
	height: 390px;
}
.c-host-grid__card.incall {
    background-color: #3A1843 var(--incall-color, rgb(62,50,45));
	border: 2px solid #6b0d0d;
    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;
	margin: auto;
	text-align: center;
	color: #6b0d0d;
	text-shadow: 1.5px 1.5px 1.5px #eed7e1;
	font: bold 42px/50px Georgia, "Times New Roman", Times, serif;
	padding: 7px;
}
h2 {
	text-align: center;
	color: #6b0d0d;
	text-shadow: 1.5px 1.5px 1.5px #eed7e1;
	font: bold 30px/40px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	background: #131313;
}
h3 {
	text-align: center;
	color: #6b0d0d;
	text-shadow: 1.5px 1.5px 1.5px #eed7e1;
	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: #f1c1c5;
	font-size: 16px;
	border-radius: 8px;
	background: #000000;
	box-shadow: 2px 2px 4px 0px #ad0a0a;
}
.c-navigation.kit-navigation nav .c-navigation__link--active {
	color: #f1c1c5;
	text-decoration: none;
	text-underline-offset: 10px;
	text-underline-style: thick;
	background: #43181c;
}
.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 #ad0a0a;
    border-radius: 8px;
}
.livecam__grid .livecam__item .livecam__name {
    background: rgb(133 6 11 / 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(52 35 63 / 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)
    }
}