/*
Theme Name: ZAPE
Author: SIRAPY s.r.o.
Version: 1.1.33
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 0.4em;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
#primary {
	float: left;
	overflow: hidden;
	width: 32%;
}
#secondary {
	float: right;
	overflow: hidden;
	width: 68%;
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
body, html {
	margin: 0 auto;
	background: #f6f6f6;
}

#wrapper {
	margin: 0 auto;
	max-width: 1140px;
}
body:last-child .wrapper {
	/* Remove filter from IE9 */
	filter: none;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #101010;
	font-size: 15px;
	line-height: 25px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #101010;;
}
a:visited {
	color: #101010;;
}
a:active,
a:hover {
	color: #101010;;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
	clear: both;
	position: relative;
	width: 100%;
	/*max-width: 1110px;*/
	margin: 30px 0 10px 0;
	height: 133px;
	background: #efefef;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);;
	overflow: hidden;
}
.home #branding {
	float: left;
	margin: 15px 120px 0 50px;
}
.page #branding,
.error404 #branding{
	display: flex;
	justify-content: center;
	padding: 16px 0 0;
}
#site-title {
	background: url(images/logo_small3.png) no-repeat left center;
	float: left;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 294px;
	height: 100px;
	text-indent: -9999pt;
	overflow: hidden;
}
#filter {
	float: right;
	width: 620px;
	margin-left: 20px;
	overflow: hidden;
}
#filter .items {
	box-sizing: border-box;
	float: left;
	width: 33%;
	margin-top: 10px;
	padding-left: 5px;
}
#filter .items.extend {
	display: none;
}
#filter #submit {
	width: 120px;
	background-color: #c81ec6;
	color: #fff;
	border: none;
	border-radius: 45px;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 8px 0;
	box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
#filter #submit:hover {
	box-shadow: none;
	color: #fff;
}
#filter select {
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	border: 1px solid #CFCFCF;
	background-color: #efefef;
	color: #999;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	border-radius: 4px;
}
#filter select:focus {
	color:#000;
	outline:none;
}
#filter select.active {
	border-color: #7600ff;
	color: #7600ff;
}
#filter .items.second {
	padding-top: 8px;
}
#filter .items.third {
	padding-top: 20px;
	padding-left: 30px;
}
#filter label {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#filter label input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#filter label .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #CFCFCF;
}
#filter label:hover input[type=checkbox] ~ .checkmark,
#filter label input[type=checkbox]:checked ~ .checkmark {
	background-color: #7600ff;
}
#filter label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

#filter label input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}

#filter label .checkmark:after {
	left: 4px;
	top: 2px;
	width: 4px;
	height: 5px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#filter label.online {
	padding-left: 30px;
	font-size: 16px;
}
#filter label.online .checkmark {
	height: 20px;
	width: 20px;
}
#filter label.online .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 8px;
}
#filter label.online:hover input[type=checkbox] ~ .checkmark,
#filter label.online input[type=checkbox]:checked ~ .checkmark {
	background-color: #50c935;
}
#filter #extend-button {
	color: #c81ec6;
	margin-left: 10px;
}
#header.extend-filter {
	height: auto;
}
#header #filter .items .extend {
	display: none;
}
#header.extend-filter #filter .items .extend {
	display: block;
}
#control {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}
#control a {
	text-decoration: none;
}
#control a:hover {
	color: #CE0101;
}
#control .login::before {
	content: url("images/icon-login.png");
	opacity: 0.5;
}

/* =Menu
-------------------------------------------------------------- */

#access-footer {
	margin: 0;
	display: block;
}
#access-footer .menu-header,
#access-footer div.menu {
	margin: 5px;
	font-size: 16px;
}
#access-footer .menu-header ul,
#access-footer div.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#access-footer .menu-header li,
#access-footer div.menu li {
	line-height: 1.2em;
	margin: 0 0 6px;
	padding: 0;
	display: inline-block;
	width: 100%;
}
#access-footer li span {
	display: none;
}
* html ul li {
	position: relative;
}
#access-footer a {
	color: #000000;
	display: block;
	float: left;
	text-decoration: none;
	margin: 0 10px;
	line-height: 1.8em;
}
#access-footer li:hover > a {
	text-decoration: underline;
}
#access-footer ul li.current_page_item > a,
#access-footer ul li.current_page_ancestor > a,
#access-footer ul li.current-menu-ancestor > a,
#access-footer ul li.current-menu-item > a,
#access-footer ul li.current-menu-parent > a {
	text-decoration: underline;
}
* html #access-footer ul li.current_page_item a,
* html #access-footer ul li.current_page_ancestor a,
* html #access-footer ul li.current-menu-ancestor a,
* html #access-footer ul li.current-menu-item a,
* html #access-footer ul li.current-menu-parent a,
* html #access-footer ul li a:hover {
	text-decoration: underline;
}

/* =Menu
-------------------------------------------------------------- */
#menu {
	text-align: center;
	margin: -15px 0 10px 0;
}
#menu .item {
	width: 130px;
	display: inline-block;
	background-color: #c81ec6;
	background: linear-gradient(90deg, rgba(162,0,195,1) 0%, rgba(200,30,198,1) 50%, rgba(147,0,255,1) 100%);
	border-radius: 45px;
	box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
	margin: 0 20px;
}
#menu .item:last-child {
	background: linear-gradient(90deg, rgba(147,0,255,1) 0%, rgba(57,30,200,1) 50%, rgba(147,0,255,1) 100%);
}
#menu .item:hover {
	box-shadow: none;
	/*color: #fff;*/
}
#menu .item a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#menu .item span {
	padding: 10px 20px;
	display: block;
}

#menu .item.vip {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
#menu .item.vip a {
	/*font-size: 19px;*/
	/*color: #e6b646;*/
}
@media only screen and (max-width: 768px) {
	#menu .item {
		width: 82px;
		margin: 0 2px;
	}

	#menu .item span {
		padding: 10px 15px;
	}
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	/*overflow: hidden;*/
	padding: 15px 0;
}
#content #showroom,
#content .page,
#content .error404 {
	background-color: #efefef;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#content #detail .profile,
#content #detail .photos {
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 2px;
	box-sizing: border-box;
	background-color: #efefef;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#content #detail .profile {
	width: 60%;
	overflow: hidden;
	margin-right: 22px;
}
#content #detail .photos {
	width: 38%;
	overflow: hidden;
}
#showroom .tile {
	float: left;
	margin: 20px 9px 5px 8px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	width: 173px;
}
#showroom .main_profile {
	border-color: #000000;
}
#showroom .tile .img {
	line-height: 0;
	position: relative;
	height:251px;
}
#showroom .tile .img img {
	width: 100%;
}
#showroom .tile .img .video {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: url(images/play.png) no-repeat;
	display: inline-block;
	height: 33px;
	width: 33px;
}
#showroom .tile a:hover .img .video {
	background-position: -33px 0;
}
#showroom .tile .name {
	background-color: #fff;
	color: #2b2b2b;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
}
#showroom .vip.tile .name {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	color: #fff;
}
#showroom .tile .name .region-short {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 2px;
	background: #ba1e81;
	color: #ffffff;
	font-size: 12px;
}
#showroom .tile .age {
	font-size: 75%;
	font-weight: normal;
}
#showroom .tile .info {
	line-height: 25px;
	color: #515151;
	white-space: nowrap;
	overflow: hidden;
}
#showroom .tile .img img {
	width: 100%;
	height: 100%;
}
#showroom .tile .img .icons {
	position: absolute;
	right: 3px;
	bottom: 3px;
}
#showroom .tile .img .icons .phone::before {
	content: url(images/phone.png);
}
#showroom .tile .img .icons .online::before {
	content: url(images/online.png?2);
}
#showroom .tile .img .icons .online-now::before {
	content: url(images/online-now.png);
	animation-name: blinker;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
#showroom .tile .name .online-now.diff1 {
	animation-duration: 2.1s;
}
#showroom .tile .name .online-now.diff2 {
	animation-duration: 2.2s;
}
#showroom .tile .name .online-now.diff3 {
	animation-duration: 2.3s;
}
@-moz-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0; }
	100% { opacity: 1.0; }
}
@keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0; }
	100% { opacity: 1.0; }
}
#showroom .tile .img .icons-left {
	position: absolute;
	left: 3px;
	bottom: 3px;
}
#showroom .tile .img .icons-left .views {
	display: inline-block;
	min-width: 35px;
	padding-top: 40px;
	background: url("images/icon-eye.svg") center center no-repeat;
	background-size: 35px 35px;
	filter: invert(100%);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	/*color: #fff;*/
	text-shadow: 0 2px 2px #ffffffe3;
}
#showroom .tile .img .icons-top-left {
	position: absolute;
	left: 3px;
	top: 3px;
}
#showroom .tile .img .icons-top-left .vip-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("images/vip-40x40.png") center center no-repeat;
	background-size: 40px 40px;
}
#showroom .tile .img .icons-top-right {
	position: absolute;
	right: 3px;
	top: 3px;
}
#showroom .tile .img .icons-top-right .live-chat-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url("images/watch-vip.png") center center no-repeat;
	background-size: 45px 45px;
	animation-name: blinker;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
#showroom a {
	text-decoration: none;
}
#showroom .info.roll {
	text-align: left;
}
#detail .info.roll1 {
	overflow: hidden;
	font-size: 20px;
	line-height: 1.5em;
	margin: -25px 25px 0 -10px;
}
#detail .info.roll1 div,
#showroom .info.roll1 .locality {
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
	-moz-animation: ad-roll 10s linear infinite;
	-webkit-animation: ad-roll 10s linear infinite;
	animation: ad-roll 10s linear infinite;
}
#showroom .info.roll2 .locality {
	display: inline-block;
	padding-left: 100%;
	-moz-animation: ad-roll 15s linear infinite;
	-webkit-animation: ad-roll 15s linear infinite;
	animation: ad-roll 15s linear infinite;
}
#showroom .info.roll3 .locality {
	display: inline-block;
	padding-left: 100%;
	-moz-animation: ad-roll 20s linear infinite;
	-webkit-animation: ad-roll 20s linear infinite;
	animation: ad-roll 20s linear infinite;
}
/* for Firefox */
@-moz-keyframes ad-roll {
	to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes ad-roll {
	to { -webkit-transform: translateX(-100%); }
}

@keyframes ad-roll {
	to {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@media only screen and (min-width: 769px) {
	#showroom .tile:hover {
		margin-top: 7px;
		margin-bottom: 0px;
		margin-left: 2px;
		margin-right: 2px;
		width: 186px;
	}
	#showroom .tile:hover .img {
		height: 269px;
	}
}
#showroom .tile:hover > a {
	width: 186px;
}
#content .message {
	color: red;
	text-align: center;
}

.ninja-forms-all-fields-wrap {
	margin-left: 23px;
}
#form,
.ninja-forms-form-wrap form {
	box-shadow: 0px 1px 2px #5F5A5A;
	font-family: 'Open Sans', Helvetica, sans-serif;
	border-top: 2px solid #c81ec6;
}
.ninja-forms-form-wrap form {
	padding-bottom: 10px;
}
.ninja-forms-error-msg,
.ninja-forms-field-error {
	color: #FF0000;
}
#form .form_line {
	margin: 17px 23px;
}
#form .form_line .left {
	float: left;
}
#form .form_line .right {
	float: right;
}
#form .zape-input,
#form select,
#form textarea,
.ninja-forms-form-wrap input:not([type=submit]),
.ninja-forms-form-wrap textarea {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	border: 1px solid #CFCFCF;
	background-color: #FAFAFA;
	color: #999;
	padding: 10px;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.ninja-forms-form-wrap .field-wrap {
	margin: 17px 23px 17px 0;
}
.ninja-forms-form-wrap input[type=submit] {
	
}
.field-wrap.label-left .ninja-forms-field {
	margin-left: 0px!important;
	
} 
#form .zape-input:focus,
#form select:focus,
#form textarea:focus,
.praca-form:focus {
	color:#000;
	outline:none;
}
#form #form_buttons {
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	padding: 12px 20px;
}
#form .submit,
.profile input[type=button],
.ninja-forms-form-wrap input[type=submit] {
	border: 1px solid #c81ec6;
	background: #c81ec6;
	color: #FFF;
	padding: 7px 15px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
#form #upload {
	text-align: center;
}
#form #upload input[type=submit] {
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
}
#form .submit:focus{
	outline:none;
}
#form #googlemaps {
	position: relative;
}
#form #googlemaps #maps {
	position: absolute;
	right: 0;
	display: inline-block;
	line-height: 18px;
	padding: 10px;
	margin-top: 5px;
}
#form .info{
	float: right;
	font-size: 13px;
	line-height: 38px;
}
#form .warning{
	font-family: FontAwesome;
	color: #C12222;
	font-size:12px;
}

#form #tabs .tab {
	display: inline-block;
	height: 20px;
	border-bottom: 1px solid #c81ec6;
	border-right: 1px solid #c81ec6;
	margin-right: .5em;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 600;
	background: #dcdcde;
	color: #50575e;
	text-decoration: none;
	white-space: nowrap;
}
#form #tabs .tab.active {
	background: #c81ec6;
	color: #fff;
}
#form #tabs .tab:hover {
	border-bottom: none;
}
#form.profil .tab-page {
	display: none;
}
#form.profil .tab-page.active {
	display: block;
}

#form.profil {
	width: 100%;
	float: left;
}
#alert {
	padding-right: 20px;
	clear: both;
	font-size: 11px;
	font-family: 'Open Sans',​Helvetica,​sans-serif;
}
#alert .column {
	width: 50%;
	float: left;
}
#alert .alert,
#tab-topping .alert {
	padding: 20px;
	margin: 20px 0 20px 20px;
	border: 1px solid #c81ec6;
	background: #FFFFB7;
	clear: both;
	text-align: justify;
}
#alert .alert p {
	margin-bottom: 3px;
	line-height: 1.3em;
}
#alert .alert p.title {
	margin-bottom: 8px;
	color: #c81ec6;
	font-size: 12px;
	font-weight: bold;
}
#alert .alert a {
	color: #c81ec6;
}
#tab-topping .alert {
	background: #F5F5F5;
	margin-right: 20px;
}
#tab-topping .alert .form_line {
	margin-top: 0;
	margin-left: 0;
}
#form.profil #tab-topping .alert .form_line h1 {
	margin-top: 10px;
}
#form.profil .form_line h1{
	color: #686868;
	font-size: 32px;
	font-weight: bold;
	margin: 0.9em 0;
	line-height: 1em;
}
#form.profil .loaded_images{
	border: 1px solid #CECACA;
	height: 150px;
	width: 100%;
	overflow: auto;
	overflow-y:hidden;
	text-align: center;
	margin-bottom: 7px;
	white-space: nowrap;
}
#form.profil .loaded_images>span {
	font-size: 18px;
	color:#CFCFCF;
	display: inline-block;
	line-height: 150px;
}
#form.profil .loaded_images .zape_image_profil {
	display: inline-block;
	position: relative;
	height: 135px;
}
#form.profil .loaded_images .zape_image_profil span.mainphoto a {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.7);
	color: #101010;
}
#form.profil .loaded_images .zape_image_profil:hover span.mainphoto a {
	display: block;
}
#form.profil .loaded_images .zape_image_profil span.removephoto a {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	background-color: rgba(206, 1, 1, 0.7);
	color: #101010;
	border: 1px solid #EA9595;
}
#form.profil .loaded_images .zape_image_profil:hover span.removephoto a {
	display: block;
}
#form.profil .loaded_images .zape_image_profil span.removephoto a:hover {
	color: #ffffff;
}
#form.profil .upozorneni {
	font-size: 12px;
	font-weight: 600;
}

#form.profil .left_side {
	float: left;
	width: 50%;
}
#form.profil .right_side {
	float: left;
	width: 50%;
	margin-top: 11px;
}
#form.profil .input_mask{
	cursor: not-allowed;
	border: 1px solid #CFCFCF;
	padding: 10px;
	-moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
	margin-top:5px;

}
#form.profil .doplnujici_informace{
	font-size: 11px;
	color: #444;
}
#profil .vip-table td {
	border: 1px solid black;
	padding: 5px;
}

.require {
	color: #C12222;
}
.payment-info {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.payment-info.success {
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	color: #3c763d;
}

.payment-info.warning {
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	color: #8a6d3b;
}
#detail {
	width: 100%;
	padding: 0;
	clear: both;
}
#detail .clear {
	clear: both;
}
#detail .topnav {
	margin: 0 20px;
	line-height: 40px;
	height: 40px;
}
#detail .topnav .back {
	float: left;
}
#detail .topnav .shortcut {
	float: right;
}
#detail .profile h2.name {
	position: relative;
	background: #ba1e81;
	color: #ffffff;
	padding-left: 30px;
	line-height: 120px;
	text-align: center;
	font-size: 70px;
	overflow: hidden;
}
#detail.vip .profile h2.name {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	color: #fff;
}

#detail .profile p.updated {
	text-align: center;
	line-height: 40px;
	margin: 0;
	position: relative;
}
#detail .profile hr {
	width: 90%;
	background-color: #ba1e8140;
}
#detail .profile .rows {
}
#detail .profile .views {
	position: absolute;
	right: 20px;
	font-size: 18px;
	padding-left: 40px;
	background: url("images/icon-eye.svg") left center no-repeat;
	background-size: 35px 35px;
}
#detail .profile .block {
	padding-bottom: 20px;
	text-align: center;
}
#detail .profile .two-col-rows {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 20px;
}
#detail .profile .two-col-rows .block:nth-child(2n-1) {
	border-right: 1px solid #ba1e8140;
}
#detail .profile .label {
	font-size: 18px;
	color: #515151;
	line-height: 1.5em;
}
#detail .profile .value {
	font-size: 30px;
	color: #2b2b2b;
	line-height: 1.5em;
}
#detail .profile .del {
	border-top: 1px solid #CFCFCF;
	margin-top: 10px;
	line-height: 0;
}
#detail .profile .label .verified,
#detail .profile .label .refreshed {
	background: url(images/verified.png) no-repeat;
	display: inline-block;
	height: 41px;
	width: 41px;
}
#detail .profile .label .refreshed {
	background: url(images/refreshed.gif) no-repeat;
}
#detail .profile .verified span,
#detail .profile .refreshed span {
	display: none;
}
#detail .profile .value em.verified,
#detail .profile .value em.refreshed {
	display: block;
	font-style: normal;
	font-size: 18px;
}
#detail .profile .value .verified_text,
#detail .profile .value .refreshed_text {
	display: block;
	font-style: normal;
	font-size: 12px;
}
#detail .profile .value .callto {
	background: #EA9595;
	font-size: 17px;

}
#detail .videos {
	float: left;
	width: 426px;
	margin-bottom: 20px;
	border: 1px solid #ffffff;
}
#detail .videos h2 {
	background: #000000;
	color: #ffffff;
	padding: 3px;
}
#detail .photos {
	padding: 20px;
}
#detail .photos .call-me {
	text-align: center;
	font-size: 25px;
	line-height: 1.1em;
	color: #9d9d9d;
}
#detail .photos .call-me > div {
	position: relative;
}
#detail .photos .call-me > div::before {
	content: '';
	display: block;
	position: absolute;
	left: 50px;
	top: 4px;
	width: 48px;
	height: 48px;
	background: url('images/phone-profil.png') no-repeat;
}
#detail .photos .call-me p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.5em;
	color: #ba1e81;
}
#detail .photos .call-me a {
	text-decoration: none;
}
#detail .photos .now-online {
	color: #ff6767;
	text-align: center;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
}
#detail .photos .now-online span::before {
	content: url("images/online-now.png");
	vertical-align: -50%;
	margin-right: 20px;
}

#detail .photos > .photo ~ .photo {
	float: left;
	width: 50%;
	overflow: hidden;
}
#detail .photos > .photo {
	width: 100%;
	height: auto;
}
#detail .photos .photo {
	box-sizing: border-box;
	padding-right: 3px;
}
#detail .photos .photo img {
	box-sizing: border-box;
	width: 100%;
}
#detail .photos .photo a {
	position: relative;
}
#detail .photos .photo a::before {
	position: absolute;
	bottom: 5px;
	right: 5px;
	content: url("images/image-zoom.png");
}
#detail #vip-block .vip-photos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 300px;
	justify-content: center;
	gap: 4px;
	align-content: center;
	margin: 0 auto;
}
#detail #vip-block .vip-photos .photo-private.lock {
	cursor: pointer;
}
#detail #vip-block .photo-private.sms,
#detail #vip-block #chat-online .chat-sms {
	margin-top: 20px;
	/*padding: 10px;*/
	width: 100%;
	background: #ba1e81;
	color: white;
	font-size: 19px;
	line-height: 1.5em;
	text-align: left;
}
#detail #vip-block .photo-private.sms .zape-input {
	width: 50%;
	min-width: auto;
}
#detail #chat-online
{
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	#detail #vip-block {
		display: block;
	}
	#detail #vip-block>div {
		border: none;
	}
	#detail #vip-block>div:nth-child(2n-1) {
		border: none;
		border-bottom: 1px solid #ba1e8140;
	}
}
#detail .videos {
	float: left
}
#detail .videos p {
	margin: 0;
}
#detail .description {
	color: #515151;
	font-size: 14px;
	margin: 10px;
	padding: 10px;
	min-height: 100px;
	line-height: 1.8em;
}
#detail .description .value {
	text-align: center;
}

#detail .stats {
	list-style: none;
	font-size: 11px;
	margin-top: 10px;
}

#content .entry-content {
	padding: 20px
}
#content .entry-content h1 {
	margin-bottom: 20px;
}
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

#main .page .vip {
	text-align: center;
	margin: -15px 0 10px 0;
}
#main .page .vip p {
	width: 150px;
	display: inline-block;
	background-color: #c81ec6;
	background: linear-gradient(90deg, rgba(162,0,195,1) 0%, rgba(200,30,198,1) 50%, rgba(147,0,255,1) 100%);
	border-radius: 45px;
	box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
	margin: 0 4px;
}
#main .page .vip p:last-child {
	background: linear-gradient(90deg, rgba(147,0,255,1) 0%, rgba(57,30,200,1) 50%, rgba(147,0,255,1) 100%);
}
#main .page .vip p:hover {
	box-shadow: none;
	/*color: #fff;*/
}
#main .page .vip p a {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2em;
	display: inline-block;
	padding: 10px 35px;
}
#main .page h1.vip.img {
	background: transparent url('images/vip-150x150.png') no-repeat center center;
	background-size: 150px 150px;
	height: 150px;
	text-indent: -9999px;
	white-space: nowrap;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Related Posts
-------------------------------------------------------------- */
#content .bawmrp {
	padding-top: 30px;
}
#content .bawmrp h3 {
	font-size: 16px;
	border-bottom: 1px solid #E4E3C8;
	color: #E4E3C8;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#content .bawmrp ul {
	margin-top: 10px;
	list-style-image: url("images/sipka-vpravo.png");
}
#content .bawmrp p {
	margin: 0;
	line-height: 0;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #0C5344;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
.navigation a:link,
.navigation a:visited {
	color: #0C5344;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	text-decoration: underline;
}
.navigation img {
	margin: 0 5px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #000000;
	position: relative;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 50px;
}
#footer p {
	margin-bottom: 20px;
}
.footer-left {
	float: left;
}
#copyright {
	font-size: 12px;
	color: #999999;
	clear: both;
}
#footer-content {
	padding: 0 10px;
	clear: both;
}
#footer-content .column {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	vertical-align: top;
}
#footer-content .column.first {
	text-align: center;
}
#footer-content .column .center {
	text-align: center;
}
#footer-content .column .contact-link {
	width: 120px;
	background-color: #00a9ff;
	color: #fff;
	border: none;
	border-radius: 45px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 8px 0;
	box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
#footer-content .column .contact-link:hover {
	box-shadow: none;
	color: #fff;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Verification
-------------------------------------------------------------- */
#verif {
	width: 100%;
	min-height: 700px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #5e5e5e;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter:alpha(opacity=90);
	background: #ffffff;
	z-index: 10000;
}
#verif .table {
	margin: 0 auto;
	display: table;
	width: 100%;
	height: 100%;
}
#verif .table .middle {
	display: table-cell;
	vertical-align: middle;
}
#verif .rights {
	top: -60px;
	width: 515px;
	margin: 25px auto 0;
	padding:100px 0 10px;
	position: relative;
}
#verif .rights p {
	margin-bottom: 7px;
	line-height: 1.2em;
}
#verif .rights p strong {
	font-size: 14px;
}
#verif .rights .button {
	position: absolute;
	background: url(images/vstup2.png) center top no-repeat;
	width: 100%;
	height: 96px;
	top: -14px;
}
#verif .rights .button a {
	display: block;
	height: 100%;
	width: 250px;
	margin: 0 auto;
	text-indent: -9999pt;
}
#verif .rights2 {
	margin-top: 20px;
	border-top: 1px solid #EEEEEE;
}
#verif .rights2 p {
	width: 515px;
	margin: 10px auto 0;
	font-size: 10px;
	line-height: 1.2em;
}

/* =Banner
-------------------------------------------------------------- */
#banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Vycentrování banneru na střed obrazovky */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Banner bude nad ostatním obsahem */
}

.banner-content {
    position: relative;
    max-width: 90vw; /* Obrázek nepřesáhne 90% šířky viewportu */
    max-height: 90vh; /* Obrázek nepřesáhne 90% výšky viewportu */
    background-color: #fff; /* Pozadí pouze pod obrázkem (volitelné) */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Jemný stín pod bannerem */
    border-radius: 8px; /* Zaoblené rohy (volitelné) */
    text-align: center;
}

.banner-content a {
    display: inline-block;
    text-decoration: none;
}

.banner-content img {
    max-width: 100%; /* Obrázek se přizpůsobí šířce kontejneru */
    max-height: 100vh;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.banner-close {
    position: absolute;
    top: -10px; /* Tlačítko je umístěno nad obrázkem */
    right: -10px;
    background: #ff0000;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.banner-close:hover {
    background: #cc0000; /* Tmavší červená při hoveru */
}

#scrollingText
{
	font-size: 18px;
	color: #000;
	background: #cccccc;
	height: 20px;
	overflow: hidden;
}
div.scrollableArea p {
	display: block;
	float: left;
	margin: 0;
	padding-right: 20px;
	white-space: nowrap;
}
#showroom div.scrollableArea p a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
}
@media (min-width: 769px) {
	.hide-desktop {
		display: none;
	}
}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

@media only screen and (max-width: 1140px) {
	#wrapper {
		width: 762px;
	}
	#header {
		width: 100%;
		margin-top: 20px;
	}
	.home #main {
		width: 100%;
	}
	.page #main {
		width: 100%;
	}
	#filter {
		width: 58%;
		float: none;
		margin-left: 320px;
	}
	#filter .items.third {
		padding-top: 20px;
		padding-left: 10px;
	}
	.home #branding {
		margin: 15px 0 0 25px;
	}
	#container, .home #footer {
		float: center;
		/*width: 730px;*/
		margin: 0 auto;
	}
	#filter select {
		font-size: 15px;
	}
	#showroom {
		margin: 0 auto;
		padding: 0;
		font-size: 16px;
	}
	#showroom .locality {
		font-size: 13px;
	}
	#content #detail .profile {
		margin-right: 15px;
	}
	#detail .photos .call-me > div::before {
		left: 0;
	}
	#detail .photos {
		padding: 0;
	}
	#footer {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#wrapper {
		width: 360px;
	}
	#header {
		margin-top:10px;
		height: auto;
	}
	.home #branding,
	.page #branding {
		float: none;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
	#site-title {
		background-position: center center;
		width: 100%;
	}
	#site-title a {
		width: auto;
	}
	#filter {
		margin: 0 auto;
		width: 100%;
	}
	#filter .items.second {
		padding-top: 0;
	}
	#filter .items.third {
		padding: 0;
	}
	#showroom .tile {
		margin: 3px;
	}
	#verif img {
		width: 100%;
	}
	#verif .rights, #verif .rights2 p {
		width: 100%;
	}
	#content #detail .profile,
	#content #detail .photos {
		width: 100%;
		margin-bottom: 15px;
	}
	#detail .profile .views {
		position: unset;
	}
	#footer-content .column {
		width: 100%;
	}
	#alert {
		padding: 0;
	}
	#alert .column {
		width: 100%;
	}
	#alert .column .alert,
	#tab-topping .alert {
		margin: 0 0 5px 0;
		padding: 10px;
	}
	#form.profil .left_side,
	#form.profil .right_side {
		width: 100%;
	}
	#form.profil .loaded_images {
		max-width: 312px;
	}
}
/* =Banner
-------------------------------------------------------------- */
#banner-header {
	float: right;
	margin-top: 15px;
	overflow: hidden;
	width:468px;
	height:60px;
	/*background: red;*/
}
#banner-footer {
	position: fixed;
	bottom: 0;
	width:728px;
	height:90px;
	left: 50%;
	margin-left: -364px;
	/*background: white;*/
}
#banner-header-left {
	display: none;
	position: absolute;
	top: 5px;
	left: -310px;
	overflow: hidden;
}
@media only screen and (max-width: 1400px) {
	#banner-header-left {
		display: none;
	}
}

#banner-header-right {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#banner-header-left a,
#banner-header-right a {
	display: block;
	/*height: 100%;*/
	text-align: center;
}
/* hack header for banner */
#filter {
	float: none;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 1279px) {
	.banners {
		/*display: none;*/
	}
}
@media only screen and (max-width: 690px) {
	#banner-header-right {
		top: auto;
		bottom: 0;
	}
}
