body {
	min-width: 340px;
    font-family: Aleo, serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    background-color: #fff;
}

#wrapper,
.center {
	position: relative
}

#headerCntr .center,
.center {
	max-width: 1370px
}

#headerCntr .logo,
.bannerBox .button,
.menuBox:not(.mm-menu) ul li a {
	text-decoration: none;
	text-transform: uppercase
}

.mobile_24h {
	display: none;
	font-weight: 700
}

.bannerBox:before,
.gridBox figcaption:after,
.gridBox li a:before,
.informationBox .left:before,
.informationBox figcaption:after,
.informationBox figure:before,
.informationBox h1:before {
	content: ''
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}


input,
select,
textarea {
	font-size: 12px;
	color: #000
}

input,
select,
textarea {
	font-size: 14px;
	color: #000;
	padding: 8px 10px;
	border-radius: 10px;
	line-height: 16px
}

body {
	background: #fff
}

img {
	border: 0;
	display: block
}

.small_icon_cls {
	display: inline;
	max-width: 15px
}

.social_icon_cls {
	width: 12px
}

li,
ul {
	list-style: none
}

.informationBox p.requirements_p,
.requirements_p {
	padding-bottom: 5px;
	font-weight: 700
}

.requirements_list {
	padding-left: 10px;
	margin-bottom: 20px
}

.requirements_list li {
	list-style: "-";
	padding-left: 6px
}

.list_of_contact_options {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff
}

.list_of_contact_options a {
	display: table;
	margin: 10px;
	padding: 15px 30px 15px 20px;
	font-size: 15px;
	text-decoration: none;
	background: #333232;
	border-radius: 70px
}

:focus {
	outline: 0
}

fieldset {
	border: none
}

a,
input[type=file] {
	color: #fff;
}
.form {
	display: none
}

.clear {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.center {
	margin: 0 auto
}

.centered {
	padding-right: calc((100% - 1920px)/ 2);
	padding-left: calc((100% - 1920px)/ 2)
}

#wrapper {
	display: block;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden
}

#mainCntr {
	width: 100%;
	overflow: hidden;
	background: #000
}

#headerCntr {
	padding-top: 29px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%
}

#headerCntr .logo {
	padding-left: 35px;
	float: left;
	font-size: 28px;
	color: #e63d00;
	background: url(../img/star.png) left top no-repeat
}

#headerCntr .logo span {
	color: #fff
}

#headerCntr .mobileMenu {
	display: none;
	cursor: pointer;
	z-index: 15;
	float: right;
	margin-top: -10px;
	width: 40px;
	height: 40px;
	position: relative;
	transition: .2s;
	overflow: hidden
}

#headerCntr .mobileMenu span {
	display: block;
	height: 4px;
	text-indent: -9999px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 20%;
	left: 20%;
	transition: .2s
}

#headerCntr .mobileMenu span:after,
#headerCntr .mobileMenu span:before {
	display: block;
	width: 100%;
	height: 4px;
	content: '';
	border-radius: 5px;
	background-color: #fff;
	transition-duration: .2s, .2s;
	position: absolute;
	left: 0
}

#headerCntr .mobileMenu span:before {
	top: -7px
}

#headerCntr .mobileMenu span:after {
	bottom: -7px
}

.mm-opened #headerCntr .mobileMenu span {
	background: 0 0
}

.mm-opened #headerCntr .mobileMenu.is-active span:after,
.mm-opened #headerCntr .mobileMenu.is-active span:before {
	transition-delay: 0s, .2s
}

.mm-opened #headerCntr .mobileMenu span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-opened #headerCntr .mobileMenu span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.menuBox:not(.mm-menu) {
	float: right
}

.menuBox:not(.mm-menu) ul {
	overflow: hidden;
	width: auto;
	margin-right: -24px
}

.menuBox:not(.mm-menu) ul li {
	padding-right: 24px;
	float: left
}

.menuBox:not(.mm-menu) ul li a {
	font-size: 18px;
	color: #fff
}

.menuBox:not(.mm-menu) ul li a:hover,
.menuBox:not(.mm-menu) ul li.is-active a {
	color: #e63d00;
	font-weight: 600;
}

.menuBox:not(.mm-menu) ul li ul {
	display: none
}

.bannerBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 680px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover
}

.bannerBox.home {
	background-image: url(../img/hero_new_1.webp)
}

.bannerBox:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 5%, rgba(0, 0, 0, .5) 48%, rgba(0, 0, 0, .6) 100%)
}

.bannerBox .center {
	max-width: 1370px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center
}

.galleryBox ul,
.gridBox ul {
	list-style: none;
	margin-right: -2px
}

.bannerBox .subtitle {
	padding-top: 70px;
	margin-top: 140px;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}

.bannerBox .title {
	padding: 30px 0;
	font-size: 54px;
	color: #fff;
	text-transform: uppercase
}

.bannerBox .title span {
	color: #e63d00
}

.bannerBox .title small {
	color: #b4b4b4;
	font-size: 63px
}

.hero_banner_buttons .button, .theme_button {
	padding: 13px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #e63d00;
	text-decoration: none
}
.theme_button{
    padding: 10px 30px;
}
.button, .theme_button{
    transition:0.3s;
}
.button:hover, .theme_button:hover{
    background:#992e00;
    color:#fff;
    text-decoration:none;
}

.hero_banner_buttons .button:hover {
	text-decoration: none
}

.hero_banner_buttons.profile_buttons {
	margin: 30px auto 0
}

.hero_banner_buttons a {
	display: table
}

.hero_banner_buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px
}

.view-escort-girls-button {
	margin-top: 20px
}

.bannerBox .downArrow {
	position: absolute;
	left: 50%;
	bottom: 32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 24px;
	height: 48px;
	display: block;
	background: url(../img/banner-down-arrow.png) left top no-repeat
}

.accepting_credit_card_banner {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e63d00;
	padding: 15px;
	width: 100%;
	border-bottom: 1px solid #000
}

.homepage .accepting_credit_card_banner {
	margin-top: 50px
}

.accepting_credit_card_banner img {
	margin-left: 20px;
	max-height: 30px;
	max-width: 100%
}

.accepting_cc_p,
.informationBox p.accepting_cc_p {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	padding: 0
}

#contentCntr {
	width: 100%;
	background: #000
}

.informationBox {
	padding-bottom: 30px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	background: #010101
}

.informationBox.centered {
	padding-right: calc((100% - 1370px)/ 2);
	padding-left: calc((100% - 1370px)/ 2);
	position: relative
}

.informationBox .downArrow {
	position: absolute;
	left: 50%;
	bottom: 32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 24px;
	height: 48px;
	display: block;
	background: url(../img/banner-down-arrow.png) left top no-repeat
}

.informationBox .left {
	padding: 50px 32px;
	width: 50%;
	float: left;
	position: relative;
	background: #e63d00
}

.informationBox .left2,
.informationBox2 .left2 {
	padding: 50px 32px;
	width: 100%;
	float: left;
	position: relative;
	background: #e63d00
}

.informationBox .left:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 5000px;
	height: 100%;
	background: #e63d00
}

.informationBox .detail {
	position: relative;
	z-index: 1
}

.informationBox h1,
.informationBox h2,
.informationBox2 h1 {
	padding-bottom: 14px;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase
}

.informationBox li,
.informationBox p,
.informationBox2 p {
	font-size: 13px;
	line-height: 18px;
	color: #fff
}

.informationBox h1:before {
	position: absolute;
	left: -107px;
	top: 0;
	opacity: .5;
	width: 60px;
	height: 60px;
	background: url(../img/big-star.png) left top no-repeat
}

.informationBox p {
	padding-bottom: 13px
}

.informationBox2 p {
	padding-bottom: 13px;
	text-align: justify
}

.informationBox .phone {
	font-size: 56px;
	color: #fff;
	letter-spacing: 4px;
	line-height: 56px;
	text-decoration: none;
	white-space: nowrap
}

.informationBox .right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 118px)
}

.informationBox .column {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden
}

.informationBox .column a {
	display: block;
	text-decoration: none
}

.gridBox img {
	position: absolute;
	min-height: 100%;
	max-height: 130%;
	width: auto !important;
	height: auto !important;
	left: -100%;
	right: -100%;
	margin: auto
}

.gridBox {
	width: 100%;
	max-width: 1440px;
	overflow: hidden;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px
}

.gridBox li {
	margin: 0 10px 20px;
	width: calc(20% - 20px);
	float: left;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background: #010101
}

.gridBox li a {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	border: 3px solid #282828;
	overflow: hidden
}

.gridBox li a:before {
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 87%, rgba(0, 0, 0, .6) 85%, #000 100%);
}

.gridBox li figcaption {
	z-index: 3;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.aboutBox p,
.priceBox p,
.textBox p {
	text-align: justify
}

.gridBox figcaption:after {
	width: 20px;
	height: 20px;
	top: 0;
	background-size: 100%;
	right: 10px;
	position: absolute;
	background: url(../img/big-star.png) left top no-repeat;
	background-size: 100%
}

#middleCntr {
	padding-top: 64px;
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
	position: relative
}

#middleCntr .downArrow {
	position: absolute;
	left: 50%;
	bottom: 32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 24px;
	height: 48px;
	display: block;
	background: url(../img/banner-down-arrow.png) left top no-repeat
}

.galleryBox li,
.galleryBox li a,
.textBox,
.textBox .right,
.textBox h3,
.textBox.centered {
	position: relative
}

#middleCntr .left {
	width: 60%;
	float: left
}

#middleCntr .right {
	padding: 20px 10px 0 40px;
	width: 40%;
	float: left
}

#middleCntr .right h2,
#middleCntr .right h3,
.pink_white_title_class {
	padding-bottom: 17px;
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: url(../img/star.png) right top no-repeat
}

.pink_white_title_class {
	text-align: center
}

.aboutBox p,
.messageBox p,
.priceBox p {
	line-height: 21px;
	font-weight: 300
}

#middleCntr .right h2 span,
#middleCntr .right h3 span,
.pink_white_title_class span {
	color: #e63d00
}

.galleryBox {
	width: 100%;
	overflow: hidden
}

.galleryBox li {
	padding: 0 5px 5px 0;
	width: 33.3%;
	float: left
}

.aboutBox,
.listBox {
	padding-bottom: 60px
}

.aboutBox,
.galleryBox li a,
.listBox {
	width: 100%;
	overflow: hidden
}

.galleryBox li a {
	height: 400px;
	display: block
}

.galleryBox li a img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-height: 120%;
	left: -100%;
	right: -100%;
	margin: auto
}

.aboutBox p {
	font-size: 14px;
	color: #fff
}

.listBox ul {
	width: 50%;
	float: left
}

.listBox li {
	overflow: hidden;
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase
}

.listBox li span {
	padding-left: 2px;
	display: inline-block;
	color: #e63d00
}

.listBox ul:last-child {
	padding-left: 40px;
	border-left: 1px solid #3f2c31;
	float: right
}

.priceBox {
	padding-bottom: 73px;
	width: 100%;
	overflow: hidden
}

.priceBox p {
	padding-bottom: 22px;
	font-size: 14px;
	color: #fff
}

.priceBox ul {
	margin-right: -20px
}

.priceBox li {
	padding-bottom: 10px;
	width: calc(33.3% - 20px);
	float: left;
	margin-right: 20px;
	border-right: 1px solid #3f2c31;
	overflow: hidden;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase
}

.priceBox li span {
	padding-left: 2px;
	display: inline-block
}

.priceBox li:nth-child(3n) {
	border-right: none
}

.priceBox li:last-child {
	padding-bottom: 0
}

.messageBox {
	padding-bottom: 60px;
	width: 100%;
	overflow: hidden
}

.messageBox p {
	padding-bottom: 22px;
	font-size: 14px;
	color: #fff
}

.messageBox .textarea {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	width: 100%;
	height: 100px;
	border: none;
	resize: none;
	background: #333232
}

.messageBox .button {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 14px 16px;
	background: #e63d00;
	border: 1px solid #6f0238
}

.messageBox .button:hover {
	text-decoration: none
}

.textBox {
	z-index: 1;
	text-align:center;
	overflow: hidden;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background: url(../img/zig.png) right center no-repeat #000;
	background-repeat: repeat;
}

.textBox.centered {
	padding-right: calc((100% - 1370px)/ 2);
	padding-left: calc((100% - 1370px)/ 2)
}

.tekst {
font-size: 48px;
color: #fff;
font-weight: 100;
}
.tekst2 {
margin-top: 10px;
font-size: 20px;
color: #fff;
line-height: 1.1;
}

.textBox .right {
	padding: 50px 32px;
	width: 100%;
	float: right
}

.textBox h1,
.textBox h2,
.textBox h3 {
	padding-bottom: 23px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase
}

.textBox p {
	font-size: 13px;
	color: #fff;
	line-height: 15px;
	padding-bottom: 16px
}

.textBox .left {
	width: 100%;
	position: absolute;
	left: 0;
	top: -1px;
	height: 101%
}

.textBox .column {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden
}

.textBox .column a {
	display: block;
	text-decoration: none
}

#bottomCntr:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%
}

.textBox figcaption {
	z-index: 2;
	padding: 0 20px 20px 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	width: 100%
}

.textBox figcaption span {
	color: #e63d00
}

.contentBox h4,
.textBox .button {
	color: #fff;
	text-transform: uppercase
}

.textBox .button {
	padding: 15px 35px;
	margin-top: 20px;
	font-size: 15px;
	text-decoration: none;
	background: #333232;
	border-radius: 70px
}

#footerCntr p a:hover,
.textBox .button:hover {
	text-decoration: none
}

.textBox.alternate {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background: url(../img/left-arrow.png) left center no-repeat
}

.textBox.alternate .left {
	right: 0;
	left: inherit
}

.textBox.alternate .button {
	background: #e63d00
}

#bottomCntr {
	overflow: hidden;
	position: relative
}

#bottomCntr:before {
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	overflow: hidden
}

.contentBox {
	padding-top: 55px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1
}

#footerCntr,
#footerCntr .text {
	background: #000;
	left: 0;
	bottom: 0;
	width: 100%
}

.contentBox h4 {
	padding-bottom: 17px;
	font-size: 28px;
	font-weight: 700;
	text-align: center
}

.contentBox h4 span {
	color: #e63d00
}

.contentBox p,
table,
td,
th {
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	padding-bottom: 16px;
	text-align: justify
}

#footerCntr p,
#footerCntr ul.link li a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase
}

#footerCntr .holder {
	padding-top: 23px;
	padding-bottom: 23px;
	overflow: hidden
}

body.escort_profile #footerCntr .holder {
	border-top: 1px solid #e63d00
}

#footerCntr p {
	float: left
}

#footerCntr p a {
	color: #fff;
	text-decoration: none
}

#footerCntr ul.link {
	float: right
}

#footerCntr ul.link li {
	padding: 0 7px;
	float: left;
	line-height: 12px;
	border-right: 1px solid #fff
}

#footerCntr ul.link li a {
	text-decoration: none
}

#footerCntr ul.link li a:hover {
	color: #f888c0
}

#footerCntr ul.link li:last-child {
	border: none
}

#footerCntr .text {
	color: #fff;
	font-size: 78px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	opacity: .1
}

.backTop {
	width: 80px;
	height: 70px;
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	text-indent: -9999px;
	z-index: 5;
	background: url(../img/top.png) left top no-repeat
}

.profiles_home_h3 {
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	padding: 30px 10px
}

.buttons_banner_margin {
	margin: 10px auto
}

.home_text_buttons_cont {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.home_text_buttons_cont .button {
	margin: 10px;
	text-align: center
}

.partners_links_page_cont>* {
	display: table
}

#footerCntr ul.link .Linkpartners {
	display: table
}

.homepage_partners_cont img {
	width: auto;
	max-width: 150px;
	max-height: 20px;
	width: auto;
	height: auto;
	display: inline
}

.homepage_partners_cont a {
	margin: 3px 5px;
	display: inline
}

.homepage_partners_cont {
	border-top: 1px solid #e63d00;
	overflow: hidden;
	padding-top: 15px
}

.show_more_text {
	max-height: 300px;
	overflow: hidden;
	position: relative
}

.show_more_text:after {
	content: '';
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #e63d00 100%)
}

.see_less_content,
.see_more_content {
	display: table;
	margin: 10px auto 0
}

.see_less_content {
	margin-top: 30px;
	display: none
}

.show_more_dots {
	font-size: 30px;
	color: #fff
}

.show_more_container.enlarged .show_more_text {
	max-height: initial
}

.show_more_container.enlarged .see_more_content,
.show_more_container.enlarged .show_more_dots,
.show_more_container.enlarged .show_more_text:after {
	display: none
}

.show_more_container.enlarged .see_less_content {
	display: table
}

.textBox_show_more {
	background: #e63d00
}

button {
	border: 0;
	cursor: pointer
}

button .fas {
	margin-left: 10px
}
.czarny {
	color: #000;
}
.pink {
	color: #e63d00
}

.new_tag {
	color: #fff;
	background: #282828;
	padding: -1px 0 2px;
	text-align: center;
	animation: blinker 2s linear infinite
}
.vip_tag {
	background: gold;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	padding: 5px 8px;
    font-size:12px;font-weight:700;
	border-bottom-left-radius: 10px
}

@keyframes blinker {
	50% {
		color: #c99855
	}
}

#middleCntr {
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px
}

.contact_table_style {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto
}

.contact_table_style input:not([type=submit]),
.contact_table_style textarea {
	width: 100%
}

.contact_table_style input[type=submit] {
	cursor: pointer;
	padding: 15px 35px;
	margin: 0 auto;
	font-size: 15px;
	text-decoration: none;
	background: #333232;
	color: #fff;
	font-weight: 700;
	border-radius: 70px
}

.margins_cls {
	margin: 50px auto
}

.rates_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px
}

.rates_buttons a {
	padding: 15px 35px;
	border-radius: 70px;
	font-size: 16px;
	color: #fff;
	background: #333232;
	text-decoration: none;
	margin-bottom: 10px
}

.rates_buttons a:hover {
	text-decoration: none
}

#tijdsduur {
	max-width: 100px
}

.new_home_banner_profile,
.pornstar_home_banner_profile {
	z-index: 1;
	position: absolute;
	background: red;
	border-bottom-right-radius: 10px;
	padding: 5px 8px;
	font-size:12px;font-weight:700;
	text-shadow: 0 0 5px rgba(245, 221, 66, 0);
	box-shadow: 5px 5px 10px 0 rgba(245, 221, 66, 0);
	opacity: 1;
	animation: pornstar_anim 2s linear infinite
}

.new_home_banner_profile {
	background: #e63d00
}

@keyframes pornstar_anim {
	50% {
		text-shadow: 0 0 5px rgba(245, 221, 66, .9);
		opacity: .8;
		box-shadow: 5px 5px 10px 0 rgba(245, 221, 66, .9)
	}
}

@media only screen and (max-width:1919px) {
	.informationBox figcaption {
		font-size: 18px
	}

	#middleCntr .right h2,
	#middleCntr .right h3 {
		font-size: 20px
	}

	.listBox ul:last-child {
		padding-left: 18px
	}

	.listBox ul {
		width: 50%
	}

	.listBox li {
		font-size: 12px
	}

	.textBox figcaption {
		font-size: 20px
	}

	.priceBox li {
		width: calc(50% - 20px)
	}

	.priceBox li:nth-child(3n) {
		border-right: 1px solid #3f2c31
	}

	.priceBox li:nth-child(2n) {
		border: none
	}
}

@media only screen and (max-width:1449px) {
	.center {
		padding-left: 20px;
		padding-right: 20px
	}

	#headerCntr .logo {
		font-size: 26px
	}

	.menuBox:not(.mm-menu) ul {
		margin-right: -15px;
		padding-top: 5px
	}

	.menuBox:not(.mm-menu) ul li {
		padding-right: 15px
	}

	.menuBox:not(.mm-menu) ul li a {
		font-size: 17px
	}

	.informationBox .phone {
		font-size: 45px
	}

	.informationBox .left {
		padding: 26px 20px
	}

	.gridBox li a {
		height: 400px
	}

	.textBox figcaption {
		font-size: 18px
	}
}

@media only screen and (max-width:1320px) {
	.gridBox li a {
		height: 300px
	}

	.gridBox li figcaption {
		bottom: 5px
	}
}

@media only screen and (max-width:1199px) {

	.bannerBox,
	.informationBox .column {
		height: 600px
	}

	.informationBox .right,
	.textBox .left {
		width: 100%;
		position: static
	}

	.centered {
		padding-left: 20px;
		padding-right: 20px
	}

	#headerCntr .logo {
		font-size: 20px;
		padding-bottom: 5px
	}

	.menuBox:not(.mm-menu) ul li a {
		font-size: 14px
	}

	.bannerBox .subtitle {
		margin-top: 98px
	}

	.bannerBox .title,
	.bannerBox .title small {
		font-size: 43px
	}

	.informationBox .left {
		width: 100%
	}

	.gridBox li:before {
		font-size: 68px
	}

	.textBox .right {
		width: 100%
	}

	.textBox .column {
		height: 400px
	}

	.textBox.alternate {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.galleryBox li a {
		height: 340px
	}
}

@media only screen and (max-width:1200px) {

	#footerCntr p,
	#footerCntr ul.link {
		float: none;
		line-height: 20px
	}

	#footerCntr p {
		margin: 0 auto 15px;
		text-align: center
	}

	#footerCntr ul.link {
		overflow: auto;
		display: table;
		margin: 0 auto
	}
}

@media only screen and (max-width:1020px) {
	.gridBox li {
		width: calc(25% - 20px)
	}

	#middleCntr .left,
	#middleCntr .right {
		width: 100%;
		float: none
	}

	#middleCntr .right {
		padding: 50px 0 0 0;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto
	}
}

@media only screen and (max-width:979px) {
	.menuBox:not(.mm-menu) {
		display: none
	}

	#headerCntr .mobileMenu {
		display: block
	}

	.bannerBox {
		height: 500px
	}

	.informationBox .column,
	.textBox .column {
		height: 350px
	}

	.bannerBox .subtitle {
		margin-top: 70px;
		font-size: 18px
	}

	.bannerBox .title,
	.bannerBox .title small {
		font-size: 32px;
		padding: 10px 0 20px
	}

	.messageBox {
		padding-bottom: 0
	}

	.contentBox h4 {
		font-size: 30px
	}

	.contentBox p {
		font-size: 13px
	}

	.priceBox li {
		width: calc(33.3% - 20px)
	}

	.priceBox li:nth-child(2n) {
		border-right: 1px solid #3f2c31
	}

	.priceBox li:nth-child(3n) {
		border: none
	}

	.aboutBox,
	.listBox,
	.priceBox {
		padding-bottom: 30px
	}

	.accepting_credit_card_banner {
		flex-direction: column
	}

	.accepting_cc_p,
	.informationBox p.accepting_cc_p {
		font-size: 16px;
		font-weight: 400;
		text-align: center
	}

	.accepting_credit_card_banner img {
		margin: 15px auto 0
	}
}

@media only screen and (max-width:820px) {
	.gridBox li {
		width: calc(33% - 20px)
	}
}

@media only screen and (max-width:800px) {
	.bannerBox.home {
		background-image: url(../img/hero_new_1.webp)
	}
}

@media only screen and (max-width:767px) {

	#footerCntr p,
	#footerCntr ul.link {
		text-align: center;
		width: 100%
	}

	.bannerBox .title {
		font-size: 29px
	}

	.bannerBox .button {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px
	}

	.informationBox h1 {
		font-size: 16px
	}

	.informationBox .phone {
		font-size: 19px
	}

	.informationBox .column {
		width: 100%
	}

	.gridBox li:before {
		font-size: 63px
	}

	.gridBox figcaption:after {
		width: 20px;
		height: 20px;
		right: 5px;
		background-size: 100%
	}

	.textBox .column {
		width: 100%
	}

	#footerCntr ul.link {
		padding-top: 5px
	}

	#footerCntr ul.link li {
		float: none;
		display: inline-block
	}

	.galleryBox li {
		width: 50%
	}
}

@media only screen and (max-width:620px) {
	.rates_buttons {
		flex-direction: column
	}

	.gridBox li {
		width: calc(50% - 20px)
	}

	.bannerBox {
		height: 320px
	}

	.bannerBox:before {
		background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 5%, rgba(0, 0, 0, .3) 48%, rgba(0, 0, 0, .4) 100%)
	}

	.banner_buttons_between_girls,
	.homepage .bannerBox .subtitle,
	.homepage .bannerBox .title,
	.homepage .downArrow {
		font-size:25px;
	}
    
    .homepage .downArrow{display:none;}

/*	.bannerBox .button {
		padding: 8px 18px;
		font-size: 12px
	}
*/
	.mobile_24h {
		display: initial
	}

	.bannerBox.home {
		display: flex;
		align-items: flex-end;
		padding-bottom: 10px
	}
}

@media only screen and (max-width:520px) {
	.galleryBox li a {
		height: 280px
	}

	#middleCntr {
		padding-left: 13px;
		padding-right: 10px
	}
}

@media only screen and (max-width:479px) {

	.center,
	.centered {
		padding-left: 10px;
		padding-right: 10px
	}

	#headerCntr .logo {
		font-size: 15px;
		padding: 5px 0 5px 33px
	}

	.bannerBox .title,
	.bannerBox .title small {
		font-size: 16px
	}

	.bannerBox .subtitle {
		font-size: 14px
	}

	.listBox ul {
		width: 100%
	}

	.listBox ul:last-child {
		border-left: none;
		border-top: 1px solid #3f2c31;
		padding-left: 0;
		padding-top: 10px;
		margin-top: 10px
	}

	.priceBox li {
		width: calc(50% - 20px)
	}

	.priceBox li:nth-child(3n) {
		border-right: 1px solid #3f2c31
	}

	.priceBox li:nth-child(2n) {
		border: none
	}

	.textBox h3 {
		font-size: 16px
	}

	.contentBox h4 {
		font-size: 20px
	}

	#footerCntr .holder {
		padding-top: 13px;
		padding-bottom: 13px
	}
}

@media only screen and (max-width:440px) {
	.view-escort-girls-button {
		margin-top: 10px
	}

	.gridBox li a {
		height: 270px
	}

	.gridBox {
		padding-left: 10px;
		padding-right: 10px
	}

	.gridBox li {
		width: calc(50% - 12px);
		margin: 0 6px 10px
	}

	.gridBox li figcaption {
		bottom: 7px
	}

	.gridBox li figcaption {
		font-size: 12px;
		line-height: 16px
	}

	.bannerBox {
		height: 280px
	}

	.bannerBox .downArrow {
		bottom: 10px;
		width: 18px;
		height: 37px;
		background-size: 100%
	}

	.bannerBox .subtitle {
		padding-top: 40px;
		background-size: 30px
	}

	.accepting_credit_card_banner img {
		max-height: 40px
	}
}

@media only screen and (max-width:400px) {
	.informationBox .gridBox li {
		width: 100%
	}

	.informationBox .gridBox img {
		max-height: initial;
		min-width: 100%;
		max-width: 110%
	}

	.galleryBox li a {
		height: 240px
	}
}

@media only screen and (max-width:360px) {
	.gridBox li a {
		height: 240px
	}
}
.ds {
    background-color: #1a1a1a;
    color: #a0a0a0;
}
.section_padding_100>[class*=container] {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}
.muted_section.ds:before, .parallax.ds:before {
    background-color: #1a1a1a;
    opacity: .9;
}
.darken_gradient:after, .darken_gradient:before, .gradient:after, .gradient:before, .muted_section:after, .muted_section:before, .parallax:after, .parallax:before, .vertical_gradient:after, .vertical_gradient:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.intro_section {
    position: relative;
    overflow: hidden;
}
.intro_section .flexslider:after, .intro_section .flexslider:before {
    content: '';
    display: block;
    clear: both;
}
.darken_gradient>*, .diagonal_section>*, .gradient>*, .muted_section>*, .parallax>*, .radial_gradient>*, .vertical_gradient>* {
    z-index: 4;
    position: relative;
}
.fontsize_20 {
    font-size: 20px;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    color: #fff;
}

.bottommargin_30 {
    margin-bottom: 30px;
}
.topmargin_0 {
    margin-top: 0!important;
}
.extra-big {
    font-size: 60px;
    line-height: .9;
}
.ds .highlight {
    color: #e63d00;
}

.highlight, .response {
    color: #e63d00;
    border-color: #e63d00;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    word-break: break-word;
}
.view-button-agridbox{
    margin:10px auto 40px;
}
.intro_section [class*=col-] {
    position: static;
}

@media (min-width: 992px){
.text-md-right {
    text-align: right;
}
}
.intro_section .flexslider .slide_description_wrapper {
    padding: 0 20px;
}
@media (min-width: 992px){
.intro_section .slide_description_wrapper{
    display:flex;
    align-items:center;
}
.intro_section .slide_description_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 5;
    padding: 0;
}
.intro_section .slide_description_wrapper.l-ort{
    justify-content: flex-end;
}
.intro_section .slide_description_wrapper.r-ort{
    justify-content: flex-start;
}
}
@media (max-width: 991px){
.intro_section .slide_description {
    padding: 20px 20px 80px;
    display: block;
}
footer.page_footer{
    text-align:center;
}
footer.page_footer img{
    display:inline;
}
footer.page_footer .scaleAppear{
    margin:30px 0;
}
    .margin-mobile{padding:0 15px;}
}

@media (min-width: 1450px)
.intro_section .container {
    width: 1400px;
}

.intro_section .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.intro_section .slide_description, .intro_section .slide_description_wrapper:before {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px){
.intro_section .slide_description {
    max-width: 50%;
    text-align: left;
}
}
.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}


.bottommargin_30 {
    margin-bottom: 30px;
}

.big {
    font-size: 50px;
    line-height: .9;
}
.bottommargin_5 {
    margin-bottom: 5px;
}

.topmargin_0 {
    margin-top: 0!important;
}
h4 {
    font-size: 20px;
}
.section_padding_30>[class*=container] {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section_padding_100>[class*=container] {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bottommargin_60 {
    margin-bottom: 60px;
}

.topmargin_60 {
    margin-top: 60px;
}
.section_padding_70>[class*=container] {
    padding-top: 70px;
    padding-bottom: 70px;
}
.keyh1 {
    font-size: 14px;
    display: inline;
}
.section_padding_20>[class*=container] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container {
    max-width: 100%;
}
.page_copyright img{display:inline;}
.darklinks{color:#aaa;}

.topmargin_20 {
    margin-top: 20px;
}
.topmargin_30 {
    margin-top: 30px;
}
.btn-erb{display:inline-block;}
.ds.intro_section .flexslider > ul{margin-bottom:-10px;}
.bottommargin_30 {
    margin-bottom: 30px;
}

.media {
    margin-top: 16px;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}
.ikonka {
    color: #e63d00;
}

.size_normal {
    font-size: 48px;
}
.teaser_icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.bottommargin_0 {
    margin-bottom: 0!important;
}
@media (min-width: 1450px){
.intro_section .container {
    width: 1400px;
}
}
@media (min-width: 992px) and (max-width: 1350px){
.intro_section .slide_description .bottommargin_30, .intro_section .slide_description .bottommargin_50, .intro_section .slide_description p {
    margin-bottom: 10px;
}
}
@media (max-width: 991px){
.intro_section .container {
    position: static;
    width: auto;
    max-width: 100%;
}
}

.intro_section .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
footer.page_footer img{max-width:90%;padding-bottom:15px;}

@media (max-width:600px) {
	.ukryj {
		display: none!important;
	}
}
.gruby {
font-weight: 300;	
}
@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.85); }
  to { transform: scale(1); }
}

.fe-pulse {
  animation-name: pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}