@charset "utf-8";
body {
	font-size: 12px;
}
.c-seo-image {
    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;
}

.l-container {
	max-width: 1300px;
	background: #685d36;
	z-index: 11;
	position: relative;
    border-radius: 8px;
}
.c-instructions {
	background: #000000;
}
.c-instructions__section {
	border: 4px solid #9d8947;
	border-radius: 12px;
	background: #000000;
	margin: 5px;
}
.c-host-grid__card {
	border: 4px solid #9d8947;
	border-radius: 8px;
	height: 390px;
}
.c-host-grid__card.incall {
	background-color: #131313;
	border: 4px solid #9d8947;
	border-radius: 8px;
}
.c-webpush-button {
	background-color: #887844;
	color: #000000;
	border:2px solid #000000;
	border-radius: 8px;
	padding: 10px;
}
.c-priceinfo {
	margin-bottom: 5px;
}
h1.webmasterSeo {
	text-align: center;
	margin: auto;
	color: #9d8947;
	padding-bottom: 2px;
	height: auto;
	text-shadow: 2px 2px 4px #000000;
	width: 90%;
	margin: auto;
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
	padding: 7px;
}
h2 {
	text-align: center;
	color: #9d8947;
	text-shadow: 2px 2px 4px #000000;
	font: bold 30px/40px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
h3 {
	text-align: center;
	color: #9d8947;
	text-shadow: 2px 2px 4px #000000;
	font: bold 30px/40px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
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: 1.6em;
}
.c-navigation.kit-navigation nav .c-navigation__link {
	padding: 0.4em;
	margin: 5px;
	color: #9d8947;
	text-shadow: 2px 2px 4px #000000;
	font-size: 20px;
	font-weight:bold;
	border-radius: 8px;
	background: #000000;
	box-shadow: 3px 3px 3px 3px #000000;
	
}
.c-navigation.kit-navigation nav .c-navigation__link--active {
	color: #c000000;
	text-decoration: none;
	text-underline-offset: 10px;
	text-underline-style: thick;
	background: #685d36;
}
.textbox {
	background: #131313;
	padding: 5px;
	text-align: justify;
	border-radius: 8px;
}
.livecam__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
	margin-bottom: 2em;
}
.livecam__grid .livecam__item {
	border: 4px solid #9d8947;
	border-radius: 8px;
}
.livecam__grid .livecam__item .livecam__name {
	background: rgb(104 93 54 / 80%);
	color: #39321a;
	text-align:center;
}
.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 #9d8947;
	text-align: center;
}
.video__grid .video__item .video__bottom {
	background: #131313;
	border: 3px solid #9d8947;;
	border-radius: 8px;
}
.video__grid .video__item .video__duration {
	text-align: center;
	grid-area: time;
	font-size: 6cqw;
	color: #9d8947;
	text-shadow: 1.5px 1.5px 1.5px #000000;
}
.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)
}
}
