/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url(//fonts.googleapis.com/css?family=Fira+Sans:400,300,500,700&subset=latin,latin-ext);

* {
	outline: none;
}

html {
	font-size: 20px;
}

body {
	background: url("../images/background.jpg") left top #000;
	font-family: 'Fira Sans',sans-serif;
}

a {
	color: white;
}

	a:hover {
		color: white;
	}

.vlevo {
	display: none;
}

.vpravo {
	display: none;
}

.nadpis {
	background: white;
	padding: 0 20px;
}

	.nadpis h2 {
		color: #6b3253;
		font-size: 34px;
		font-size: 1.7rem;
		font-weight: 400;
	}

header #hamburger-menu {
	position: fixed;
	z-index: 10;
	top: 10px;
	right: 10px;
	border: 2px solid white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background: black;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

	header #hamburger-menu .glyphicon {
		font-size: 22px;
		top: 2px;
	}

header #lang-menu {
	padding: 0px;
	margin: 0px auto;
	list-style-type: none;
	display: table;
}

	header #lang-menu li {
		float: left;
		background: #6b3253;
	}

		header #lang-menu li a {
			color: white;
			padding: 5px 10px;
			text-transform: uppercase;
			font-size: 16px;
			font-size: .8rem;
			display: inline-block;
		}

header #logo-lady .logo {
	display: block;
	margin: 50px 0;
	padding: 0 20px;
	text-align: center;
}

	header #logo-lady .logo img {
		max-width: 100%;
	}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

	nav #nav-ram {
		background: #6b3253;
		position: relative;
		z-index: 1;
	}

		nav #nav-ram #social-icons {
			margin: 0 auto;
			padding: 8px 20px 0;
			padding-bottom: 0;
			background: #6b3253;
			position: relative;
			z-index: 1;
			display: none;
			width: 320px;
		}

			nav #nav-ram #social-icons li {
				list-style-type: none;
				float: left;
				margin-right: 3px;
			}

				nav #nav-ram #social-icons li a {
					color: #6b3253;
					font-size: 20px;
				}

					nav #nav-ram #social-icons li a .fa-square {
						color: white;
					}

				nav #nav-ram #social-icons li:last-child {
					margin-right: 0;
				}

		nav #nav-ram #main-menu {
			list-style-type: none;
			z-index: 9;
			padding: 15px;
			display: none;
			margin: 0;
			top: 0px;
			background: #6b3253;
		}

			nav #nav-ram #main-menu li {
				float: left;
			}

				nav #nav-ram #main-menu li a {
					background: #803c63;
					padding: 15px 0;
					text-align: center;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					color: white;
					text-transform: uppercase;
					font-size: 15px;
					font-size: .75rem;
					display: block;
					margin: 7px;
					transition: .3s all 0s linear;
					-webkit-transition: .3s all 0s linear;
					-moz-transition: .3s all 0s linear;
					-o-transition: .3s all 0s linear;
				}

					nav #nav-ram #main-menu li a:hover,
					nav #nav-ram #main-menu li .active {
						background: white;
						color: #6b3253;
						text-decoration: none;
					}

		nav #nav-ram .nav-text {
			color: white;
			font-style: italic;
			font-size: 30px;
			font-size: 1.5rem;
			text-align: center;
			float: left;
			width: 100%;
			padding: 20px 0;
			display: none;
		}

	nav #submenu {
		padding: 20px;
		background: #5b2b47;
		padding: 15px;
		margin: 0;
		position: absolute;
		z-index: 9;
		top: 190px;
	}

    @media (max-width: 790px){
        nav #submenu {
		    display: none;
	    }
    }

		nav #submenu li {
			float: left;
			list-style-type: none;
			text-transform: uppercase;
			text-align: center;
		}

			nav #submenu li a {
				color: white;
				font-weight: 300;
				padding: 10px 25px;
				font-size: 14px;
				font-size: .7rem;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				transition: .3s all 0s linear;
				-webkit-transition: .3s all 0s linear;
				-moz-transition: .3s all 0s linear;
				-o-transition: .3s all 0s linear;
				display: block;
			}

				nav #submenu li a:hover,
				nav #submenu li .active {
					background: #3f1d31;
					text-decoration: none;
				}

#slider .container {
	position: relative;
}

#slider #slider-ram {
	background: white;
	padding: 0 20px;
	position: relative;
}

    #slider #slider-ram .slider-text h2,
    #slider #slider-ram .slider-text h3,
    #slider #slider-ram .slider-text .phone {
        color: #6b3253;
    }

       #slider #slider-ram .slider-text h1 {
		font-size: 18px;
		font-size: 1.5rem;
		color: #6b3253;
	}
    
    #slider #slider-ram .slider-text .phone {
		/*font-size: 14px;
		font-size: 1.00rem;*/
        font-weight: bold;
	}

	#slider #slider-ram .slider-text p {
		font-size: 16px;
		font-size: .8rem;
		font-weight: 300;
		color: black;
	}

#subtext #subtext-ram {
	background: #6b3253;
	padding: 20px;
}

	#subtext #subtext-ram .subtext-box {
		color: white;
		font-size: 16px;
		font-size: .8rem;
		font-weight: 300;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

		#subtext #subtext-ram .subtext-box:last-child {
			border: none;
		}

		#subtext #subtext-ram .subtext-box p {
			margin: 10px 0;
		}

#news-main .container {
	position: relative;
}

#news-main #news-ram {
	background: #6b3253;
	padding: 20px;
}

	#news-main #news-ram .news-box {
		color: white;
		font-size: 16px;
		font-size: .8rem;
		font-weight: 300;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

		#news-main #news-ram .news-box:last-child {
			border: none;
		}

		#news-main #news-ram .news-box h3 {
			font-weight: 400;
			font-size: 28px;
			font-size: 1.4rem;
		}

			#news-main #news-ram .news-box h3 a {
				color: white;
				text-decoration: none;
			}

				#news-main #news-ram .news-box h3 a:hover {
					text-decoration: underline;
				}

		#news-main #news-ram .news-box p {
			margin: 10px 0;
		}

.category {
	color: white;
	font-size: 17px;
	font-size: .85rem;
	font-weight: 300;
}

	.category .container {
		position: relative;
	}

	.category h1 {
		font-size: 34px;
		font-size: 1.7rem;
		color: #6b3253;
		font-weight: 400;
	}

	.category #category-text {
		color: white;
		font-size: 17px;
		font-size: .85rem;
		font-weight: 300;
		background: #6b3253;
		padding: 20px;
		width: 100%;
	}

	.category .category-ram {
		background: #6b3253;
		padding: 20px;
	}

		.category .category-ram .category-box {
			color: white;
			/*font-size: 16px;*/
			/*font-size: .88em;*/
			font-weight: 300;
			border-bottom: 1px solid rgba(255,255,255,0.2);
			margin-bottom: 20px;
		}

			.category .category-ram .category-box:last-child {
				border: none;
				margin-bottom: 0;
			}

			.category .category-ram .category-box h3 {
				font-weight: 300;
				/*font-size: 28px;*/
				font-size: 1.4em;
				text-align: center;
				margin-top: 8px;
			}
           
             .category .category-ram .category-box p {
				margin: 10px 0;
				font-size: .85em;                
			}
			
            /* 1.25 dpr */
            @media 
            (-webkit-min-device-pixel-ratio: 1.25), 
            (min-resolution: 120dpi){ 
                .category .category-ram .category-box h3 {
				    font-weight: 300;
				    /*font-size: 28px;*/
				    font-size: 1.1em;
				    text-align: center;
				    margin-top: 3px;
			    }

			    .category .category-ram .category-box p {
				    margin: 10px 0;
				    /*font-size: .85em;*/
                    font-size: .7em;
			    }
            }


			.category .category-ram .category-box .cat-box-img a {
				display: table;
				margin: 0px auto;
			}

				.category .category-ram .category-box .cat-box-img a img {
					display: block;
					box-shadow: 0 0 10px rgba(0,0,0,0.5);
					-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
					-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
				}

		.category .category-ram .select-box {
			border-bottom: 1px solid rgba(255,255,255,0.2);
			margin-bottom: 20px;
		}

			.category .category-ram .select-box:last-child {
				border: none;
				margin-bottom: 0;
			}

			.category .category-ram .select-box .select-img a {
				display: table;
				margin: 0px auto;
			}

				.category .category-ram .select-box .select-img a img {
					display: block;
					box-shadow: 0 0 10px rgba(0,0,0,0.5);
					-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
					-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
					max-width: 100%;
				}

			.category .category-ram .select-box .select-name {
				font-size: 28px;
				font-size: 1.1em;
				font-weight: 300;
				text-align: center;
				margin: 10px 0;
			}

				.category .category-ram .select-box .select-name a {
					color: white;
				}

					.category .category-ram .select-box .select-name a:hover {
						text-decoration: none;
					}

#content h2 {
	font-weight: 400;
	font-size: 28px;
	font-size: 1.4rem;
}

#content h3 {
	font-weight: 400;
	font-size: 24px;
	font-size: 1.2rem;
}

#content form {
	margin: 20px 0;
}

	#content form label {
		color: white;
		font-size: 17px;
		font-size: .85rem;
		font-weight: 400;
		padding: 6px;
		margin-right: 20px;
		width: 100%;
		text-align: center;
	}

	#content form .subscribe-box {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border: 1px solid white;
	}

		#content form .subscribe-box input[type="text"] {
			font-size: 16px;
			font-size: .8rem;
			font-weight: 300;
			border: 0;
			padding: 5px 15px;
			background: #6b3253;
			color: white;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			float: left;
			width: 60%;
			height: 33px;
		}

		#content form .subscribe-box input[type="submit"] {
			background: white;
			color: #6b3253;
			font-size: 16px;
			font-size: .8rem;
			font-weight: 300;
			border: 0;
			border-radius: 8px 5px 5px 8px;
			-webkit-border-radius: 8px 5px 5px 8px;
			-moz-border-radius: 8px 5px 5px 8px;
			padding: 5px 15px;
			text-transform: uppercase;
			float: right;
			height: 33px;
			width: 100px;
			transition: .3s all 0s linear;
		}

			#content form .subscribe-box input[type="submit"]:hover {
				background: rgba(255,255,255,0.8);
			}

#content table {
	width: 100%;
}

	#content table tr td {
		padding: 3px 10px;
	}

	#content table tr:nth-child(odd) {
		background: #5b2b47;
	}

		#content table tr:nth-child(odd) td:first-child {
			width: 80%;
		}

#content .contact-tel .fa {
	top: 7px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 30px;
}

#content .payment-method {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

	#content .payment-method img {
		text-align: center;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border: 5px solid #5b2b47;
		margin: 5px auto;
	}

#content .category-ram img {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-right: 10px;
	max-width: 100%;
	margin: 10px 0;
}

#galery .category-ram {
	overflow: hidden;
}

#galery #side-menu {
	position: fixed;
	top: 50%;
	color: white;
	z-index: 100;
	cursor: pointer;
	transition: .3s all 0s linear;
	-webkit-transition: .3s all 0s linear;
	-moz-transition: .3s all 0s linear;
	-o-transition: .3s all 0s linear;
}

#galery .rotuj {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#galery .posun-left {
	left: 0 !important;
}

#galery .posun-left-100 {
	left: 100% !important;
}

#galery #gallery-list {
	border-left: 10px solid #6b3253;
	padding: 0;
	position: absolute;
	left: -100%;
	transition: .3s all 0s linear;
	-webkit-transition: .3s all 0s linear;
	-moz-transition: .3s all 0s linear;
	-o-transition: .3s all 0s linear;
}

	#galery #gallery-list li {
		list-style-type: none;
	}

		#galery #gallery-list li a {
			color: white;
			padding: 5px 15px;
			display: block;
			transition: .3s all 0s linear;
			-webkit-transition: .3s all 0s linear;
			-moz-transition: .3s all 0s linear;
			-o-transition: .3s all 0s linear;
			border-radius: 0 5px 5px 0;
			-webkit-border-radius: 0 5px 5px 0;
			-moz-border-radius: 0 5px 5px 0;
			font-size: 19px;
			font-size: .95rem;
			float: left;
			clear: left;
		}

			#galery #gallery-list li a:hover {
				background: white;
				color: #6b3253;
				text-decoration: none;
			}

#galery #gallery-photo {
	transition: .3s all 0s linear;
	-webkit-transition: .3s all 0s linear;
	-moz-transition: .3s all 0s linear;
	-o-transition: .3s all 0s linear;
	position: relative;
	left: 0;
}

	#galery #gallery-photo .gallery-img {
		float: left;
		padding: 10px;
		text-align: center;
	}

		#galery #gallery-photo .gallery-img img {
			max-width: 100%;
			box-shadow: 0 0 10px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
			-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
		}

#news .news-box1 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
}

	#news .news-box1:last-child {
		border-bottom: 0;
	}

	#news .news-box1 h2 {
		font-size: 28px;
		font-size: 1.4rem;
		font-weight: 400;
	}

	#news .news-box1 .date {
		font-size: 17px;
		font-size: .85rem;
		font-weight: 300;
	}

	#news .news-box1 .news-img {
		text-align: center;
		margin: 15px 0;
	}

		#news .news-box1 .news-img img {
			max-width: 100%;
			box-shadow: 0 0 10px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
			-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
		}

#contact h2 {
	font-size: 27px;
	font-size: 1.35rem;
	font-weight: 400;
}

#contact form label {
	font-weight: 400;
	font-size: 18px;
	font-size: .9rem;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#contact form input[type="text"], #contact form input[type="email"], #contact form textarea {
	font-size: 16px;
	font-size: .8rem;
	font-weight: 300;
	border: 1px solid white;
	padding: 5px 15px;
	background: #6b3253;
	color: white;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 100%;
}

#contact form textarea {
	height: 125px;
}

#contact .subscribe label {
	color: white;
	font-size: 17px;
	font-size: .85rem;
	font-weight: 400;
	padding: 6px;
	margin-right: 20px;
	width: 100%;
	text-align: center;
}

#contact .subscribe .subscribe-box {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid white;
}

	#contact .subscribe .subscribe-box input[type="text"] {
		font-size: 16px;
		font-size: .8rem;
		font-weight: 300;
		border: 0;
		padding: 5px 15px;
		background: #6b3253;
		color: white;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		float: left;
		width: 60%;
		height: 33px;
	}

	#contact input[type="submit"] {
		background: white;
		color: #6b3253;
		font-size: 16px;
		font-size: .8rem;
		font-weight: 300;
		border: 0;
		border-radius: 8px 5px 5px 8px;
		-webkit-border-radius: 8px 5px 5px 8px;
		-moz-border-radius: 8px 5px 5px 8px;
		padding: 5px 15px;
		text-transform: uppercase;
		float: right;
		height: 33px;
		/*width: 100px;*/
		transition: .3s all 0s linear;
	}

		#contact input[type="submit"]:hover {
			background: rgba(255,255,255,0.8);
		}

#contact .fa-2x {
	position: relative;
	top: 5px;
	margin-right: 10px;
}

#girl-detail .container {
	position: relative;
}

#girl-detail h1 {
	font-size: 34px;
	font-size: 1.7rem;
	color: #6b3253;
	font-weight: 400;
}

#girl-detail #detail-ram {
	background: #6b3253;
}

	#girl-detail #detail-ram #detail-images {
		padding: 20px;
	}

		#girl-detail #detail-ram #detail-images .big-img {
			width: 100%;
			text-align: center;
			padding-right: 5px;
		}

			#girl-detail #detail-ram #detail-images .big-img img {
				box-shadow: 0 0 10px rgba(0,0,0,0.5);
				-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
				-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
				width: 100%;
			}

		#girl-detail #detail-ram #detail-images .small-img {
			width: 100%;
			margin-top: 20px;
		}

			#girl-detail #detail-ram #detail-images .small-img .small-img-box {
				float: left;
				width: 33.333%;
				padding-right: 5px;
				padding-bottom: 10px;
			}

				#girl-detail #detail-ram #detail-images .small-img .small-img-box img {
					box-shadow: 0 0 10px rgba(0,0,0,0.5);
					-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
					-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
					width: 100%;
				}

	#girl-detail #detail-ram #detail-text {
		color: white;
		padding: 20px;
		font-size: 16px;
		font-size: .8rem;
		font-weight: 300;
	}

		#girl-detail #detail-ram #detail-text h3 {
			font-size: 24px;
			font-size: 1.2rem;
			font-weight: 400;
		}

		#girl-detail #detail-ram #detail-text table {
			width: 100%;
		}

			#girl-detail #detail-ram #detail-text table td {
				width: 50%;
			}

		#girl-detail #detail-ram #detail-text .check-price,
        #pricedescription .bookingbutton{
			background: white;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			padding: 15px 25px;
			color: #6b3253;
			font-size: 21px;
			font-size: 1.05rem;
			font-weight: 300;
			display: inline-block;
			margin: 20px 0;
		}

		#girl-detail #detail-ram #detail-text .contact-tel .fa {
			top: 7px;
			margin-right: 10px;
			position: relative;
		}

#girl-detail .other-h2 {
	color: white;
	font-size: 28px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 20px;
	clear: both;
	margin: 0;
}

#girl-detail #carousel-ram {
	background: #562842;
}

	#girl-detail #carousel-ram #carousel {
		margin: 0px auto;
		position: relative;
		width: 100%;
	}

		#girl-detail #carousel-ram #carousel .carousel-item {
			margin: 20px;
		}

			#girl-detail #carousel-ram #carousel .carousel-item img {
				display: block;
				width: 100%;
				height: auto;
			}

		#girl-detail #carousel-ram #carousel .owl-buttons {
			display: none;
		}

			#girl-detail #carousel-ram #carousel .owl-buttons .owl-prev, #girl-detail #carousel-ram #carousel .owl-buttons .owl-next {
				background: none;
				opacity: 1;
				font-size: 100px;
				font-size: 5rem;
				padding: 0;
				margin: 0;
				position: absolute;
			}

			#girl-detail #carousel-ram #carousel .owl-buttons .owl-prev {
				left: -25px;
			}

			#girl-detail #carousel-ram #carousel .owl-buttons .owl-next {
				right: -25px;
			}

footer {
	margin-top: 50px;
}

	footer #footer-top {
		background: #6b3253;
	}

		footer #footer-top .first-line {
			padding: 20px;
		}

			footer #footer-top .first-line #bottom-menu {
				padding: 0;
				margin: 0;
				margin-bottom: 25px;
			}

				footer #footer-top .first-line #bottom-menu li {
					/*float: left;*/
					list-style-type: none;
					text-transform: uppercase;
					width: 50%;
					/*text-align: center;*/
				}

					footer #footer-top .first-line #bottom-menu li a {
						color: white;
						font-size: 15px;
						font-size: .75rem;
						font-weight: 200;
					}

                    footer #footer-top .first-line #bottom-menu >li:first-child a {
                        font-weight: bolder;
					}

			footer #footer-top .first-line #subscribe label {
				color: white;
				font-size: 17px;
				font-size: .85rem;
				font-weight: 400;
				padding: 6px;
				margin-right: 20px;
				width: 100%;
				text-align: center;
			}

			footer #footer-top .first-line #subscribe .subscribe-box {
				border-radius: 8px;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				border: 1px solid white;
			}

				footer #footer-top .first-line #subscribe .subscribe-box input[type="text"] {
					font-size: 16px;
					font-size: .8rem;
					font-weight: 300;
					border: 0;
					padding: 5px 15px;
					background: #6b3253;
					color: white;
					border-radius: 8px;
					-webkit-border-radius: 8px;
					-moz-border-radius: 8px;
					float: left;
					width: 60%;
					height: 33px;
				}

				footer #footer-top .first-line #subscribe .subscribe-box input[type="submit"] {
					background: white;
					color: #6b3253;
					font-size: 16px;
					font-size: .8rem;
					font-weight: 300;
					border: 0;
					border-radius: 8px 5px 5px 8px;
					-webkit-border-radius: 8px 5px 5px 8px;
					-moz-border-radius: 8px 5px 5px 8px;
					padding: 5px 15px;
					text-transform: uppercase;
					float: right;
					height: 33px;
					width: 100px;
					transition: .3s all 0s linear;
				}

					footer #footer-top .first-line #subscribe .subscribe-box input[type="submit"]:hover {
						background: rgba(255,255,255,0.8);
					}

		footer #footer-top .second-line {
			text-align: center;
			color: white;
			font-size: 17px;
			font-size: .85rem;
			padding: 20px;
		}

			footer #footer-top .second-line .thin {
				font-weight: 300;
			}

			footer #footer-top .second-line a {
				color: white;
			}

				footer #footer-top .second-line a:hover {
					text-decoration: none;
				}

				footer #footer-top .second-line a .fa {
					color: #6b3253;
				}

				footer #footer-top .second-line a .fa-circle {
					color: white;
				}

			footer #footer-top .second-line .fa-2x {
				position: relative;
				top: 5px;
				margin-right: 10px;
			}

			footer #footer-top .second-line div {
				margin-bottom: 15px;
			}

	footer #footer-bottom {
		background: #602c4b;
		color: white;
		font-size: 15px;
		font-size: .75rem;
		font-weight: 300;
		text-align: center;
		padding: 15px;
		line-height: 1.2;
	}

@media (min-width:790px) {
	.vlevo {
		position: absolute;
		left: -32px;
		background: white;
		height: 100%;
		top: 0;
		display: block;
	}

		.vlevo img {
			position: relative;
			top: 100%;
		}

	.vpravo {
		position: absolute;
		right: -32px;
		background: white;
		height: 100%;
		top: 0;
		display: block;
	}

		.vpravo img {
			position: relative;
			top: 100%;
		}

	header #lang-menu {
		display: block;
		float: right;
	}

	header #logo-lady .logo {
		float: left;
		position: relative;
		left: 260px;
	}

	header #logo-lady .lady {
		float: left;
		position: absolute;
		z-index: 2;
		padding-left: 50px;
	}

	nav {
		margin-top: 0px;
		z-index: 0;
		position: static;
	}

		nav #nav-ram {
			padding: 0 50px;
		}

			nav #nav-ram #social-icons {
				display: none;
			}

			nav #nav-ram #main-menu {
				display: block;
				width: 70%;
				position: relative;
				z-index: 0;
				margin-left: 210px;
			}

			nav #nav-ram .nav-text {
				text-align: left;
				padding-bottom: 30px;
				line-height: 1.7;
				width: 100%;
				text-align: center;
			}

		nav #submenu {
			position: relative;
			top: 0;
		}

			nav #submenu a {
				font-size: 16px;
				font-size: .8rem;
			}

	#slider #slider-ram {
		padding: 0 0 0 50px;
	}

		#slider #slider-ram .slider-text {
			background: white;
			z-index: 1;
		}

			#slider #slider-ram .slider-text h2 {
				font-size: 25px;
				font-size: 1.25rem;
			}

            #slider #slider-ram .slider-text h3 {
				font-size: 18px;
				font-size: 1.00rem;
			}

			#slider #slider-ram .slider-text p {
				font-size: 14px;
				font-size: .7rem;
			}

		#slider #slider-ram .slider-img img {
			position: absolute;
			right: 0;
			max-width: auto;
			/*height: 100%;*/
		}



	#subtext #subtext-ram {
		padding: 25px 50px;
	}

		#subtext #subtext-ram .subtext-box {
			border-bottom: none;
			padding-right: 20px;
		}

			#subtext #subtext-ram .subtext-box:last-child {
				padding-right: 0;
			}

	#news-main #news-nadpis {
		padding: 0 50px;
	}

	#news-main #news-ram {
		padding: 25px 50px;
	}

		#news-main #news-ram .news-box {
			border-bottom: none;
			padding-right: 20px;
		}

			#news-main #news-ram .news-box:last-child {
				padding-right: 0;
			}

	.category #category-first-nadpis {
		padding: 0 50px;
	}

	.category #category-text {
		padding: 25px 50px;
	}

		.category #category-text p {
			/*width: 50%;*/
			white-space: pre-line;
		}

	.category .category-ram {
		padding: 20px 50px;
	}

		.category .category-ram .category-box {
			border-bottom: none;
			margin-bottom: 40px;
		}

			.category .category-ram .category-box:nth-child(odd) {
				padding-right: 15px;
			}

			.category .category-ram .category-box:nth-child(even) {
				padding-left: 15px;
			}

			.category .category-ram .category-box h3 {
				text-align: left;
			}

			.category .category-ram .category-box .cat-box-text {
				padding-left: 15px;
			}

			.category .category-ram .category-box .cat-box-img a {
				display: block;
			}

				.category .category-ram .category-box .cat-box-img a img {
					max-width: 100%;
				}

		.category .category-ram .select-box {
			border-bottom: 0;
			margin-bottom: 20px;
		}

			.category .category-ram .select-box .select-img {
				padding: 10px;
			}

				.category .category-ram .select-box .select-img a {
					display: block;
					margin: 0px auto;
				}

					.category .category-ram .select-box .select-img a img {
						display: block;
						box-shadow: 0 0 10px rgba(0,0,0,0.5);
						-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
						-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
						max-width: 100%;
					}

	#content .content-left {
		float: left;
		width: 50%;
		padding-right: 80px;
	}

	#content .content-right {
		float: left;
		width: 50%;
		margin-top: 16px;
	}

	#content form .subscribe-box {
		float: left;
	}

	#content .payment-method img {
		display: inline;
		margin: 5px;
	}

	#girl-detail #detail-ram #detail-images {
		padding: 25px 50px;
	}

		#girl-detail #detail-ram #detail-images .big-img {
			padding-right: 10px;
		}

		#girl-detail #detail-ram #detail-images .small-img .small-img-box {
			padding-right: 10px;
		}

	#girl-detail #detail-ram #detail-text {
		padding: 25px 50px;
	}

	#girl-detail .other-h2 {
		padding: 25px 50px;
	}

	#girl-detail #carousel-ram {
		padding: 0 50px;
	}

		#girl-detail #carousel-ram #carousel {
			width: 100%;
		}

			#girl-detail #carousel-ram #carousel .owl-buttons {
				position: absolute;
				width: 100%;
				top: 19%;
				display: block;
			}

				#girl-detail #carousel-ram #carousel .owl-buttons .owl-prev {
					left: -40px;
				}

				#girl-detail #carousel-ram #carousel .owl-buttons .owl-next {
					right: -40px;
				}

			#girl-detail #carousel-ram #carousel .slider-arrows {
				position: absolute;
				top: 50%;
				display: block;
				margin-top: -70px;
				padding: 0px;
				cursor: pointer;
				color: white;
				border: medium none;
				outline: medium none;
				background: transparent none repeat scroll 0% 0%;
				font-size: 140px;
			}

			#girl-detail #carousel-ram #carousel .fa-caret-left {
				left: -40px;
			}

			#girl-detail #carousel-ram #carousel .fa-caret-right {
				right: -40px;
			}

	#galery #side-menu {
		display: none;
	}

	#galery #gallery-list {
		border-left: 10px solid white;
		left: 0;
		position: relative;
	}

	#galery #gallery-photo .gallery-img {
		text-align: center;
	}

	#news .news-box1 {
		border: 0;
		height: 620px;
		overflow: hidden;
		margin-bottom: 30px;
	}

		#news .news-box1:nth-child(odd) .news-text {
			padding-right: 50px;
		}

		#news .news-box1 .news-img {
			text-align: left;
		}

	#contact .content-left {
		float: left;
		width: 50%;
		padding-right: 50px;
	}

	#contact .content-right {
		float: left;
		width: 50%;
	}

	footer #footer-top .first-line {
		padding: 25px 50px;
	}

		footer #footer-top .first-line #bottom-menu {
			display: table;
			margin: 0;
			margin-bottom: 25px;
		}

			footer #footer-top .first-line #bottom-menu li {
				width: auto;
				margin-right: 20px;
			}

		footer #footer-top .first-line #subscribe {
			display: table;
			margin: 0px auto;
		}

			footer #footer-top .first-line #subscribe label {
				float: left;
				width: auto;
			}

			footer #footer-top .first-line #subscribe .subscribe-box {
				float: left;
			}

	footer #footer-top .second-line {
		padding: 25px 50px;
	}
}

@media (max-width:789px) {
    #girl-detail #carousel-ram #carousel .fa-caret-left {
        left: 0;
    }

    #girl-detail #carousel-ram #carousel .fa-caret-right {
        right: 0;
    }

    #girl-detail #carousel-ram #carousel .slider-arrows {
        position: absolute;
        top: 50%;
        display: block;
        margin-top: -55px;
        padding: 0px;
        cursor: pointer;
        color: white;
        border: thin none;
        outline: thin none;
        background: transparent none repeat scroll 0% 0%;
        font-size: 100px;
    }
}

@media (min-width:1020px) {
    nav #nav-ram #main-menu {
        width: 50%;
    }

    nav #nav-ram .nav-text {
        float: left;
        text-align: left;
        width: auto;
        font-size: 22px;
        font-size: 1.1rem;
        padding: 43px 0;
        display: block;
    }

    nav #submenu li {
        width: auto;
    }

    #slider #slider-ram .slider-text {
        background: transparent;
    }

        #slider #slider-ram .slider-text h2 {
            font-size: 30px;
            font-size: 1.25rem;
        }

        #slider #slider-ram .slider-text p {
            font-size: 16px;
            font-size: .8rem;
        }

    #slider #slider-ram .slider-img img {
        max-width: 100%;
        position: static;
    }

    /*#contact p {
		width: 50%;
	}*/

    #contact .contact-form .contact-form-box {
        clear: both;
        margin: 15px 0;
    }

        #contact .contact-form .contact-form-box label {
            float: left;
            width: 30%;
            margin: 0;
        }

        #contact .contact-form .contact-form-box input[type="text"], #contact .contact-form .contact-form-box input[type="email"], #contact .contact-form .contact-form-box textarea {
            float: left;
            width: 70%;
        }

        #contact .contact-form .contact-form-box select {
            float: left;
            width: 70%;
            color: black;
        }

    #news .news-box1 {
        height: auto;
        margin: 0;
        padding: 0;
    }

        #news .news-box1 .news-img {
            padding-right: 15px;
        }

        #news .news-box1 .news-text {
            margin-top: 15px;
            height: 195px;
            overflow: hidden;
        }
}

@media (min-width:1390px) {
	nav #nav-ram .nav-text {
		font-size: 30px;
		font-size: 1.5rem;
		padding: 30px 15px;
	}

	nav #submenu {
		padding-left: 257px;
	}

	#slider #slider-ram .slider-text {
		padding-top: 10px 0;
	}

	#news .news-box1 .news-text {
		height: 240px;
	}

	footer #footer-top .first-line #bottom-menu {
		display: block;
		float: left;
	}

	footer #footer-top .first-line #subscribe {
		display: block;
		float: right;
	}

	footer #footer-top .second-line .left-box {
		float: left;
		margin-left: 20px;
	}

	footer #footer-top .second-line .right-box {
		float: right;
	}
}

.pre-line{
	white-space: pre-line;
}


.strong
{
    font-weight: bold;
}

.validation-summary-valid{
    display: none;
}

/*this overwrites the styles from the fucking unmaintaineable original stylesheet !!!*/
/*.k-datetimepicker {
    float: initial !important;
    font-weight: initial !important;
    border: 0;
    padding: 0;
    border-radius: initial !important;
}*/

.fullwidth{
    width: 100% !important;
}

@media (max-width: 789px){
    nav #nav-ram #main-menu li .main-nav-mobile-toggle-label{
        float: left;
        width: 78%;
        margin-right: 0px;
    }
    
    .main-nav-mobile-toggle {
        float: right;
        width: 9%;
        height: 51px;
    }

    nav #submenu li a {
		font-size: 12px;
		font-size: .6rem;
	}
}

/*iPhone 5*/
@media screen and (device-aspect-ratio: 40/71) {
    nav #nav-ram #main-menu li .main-nav-mobile-toggle-label{
        float: left;
        width: 75%;
        margin-right: 0px;
    }
    
    .main-nav-mobile-toggle {
        float: right;
        width: 10%;
        height: 51px;
    }

    nav #submenu li a {
		font-size: 11px;
		font-size: .5rem;
	}
}

.nutella label, .nutella input, div.nutella {
	visibility: hidden !important;
	height: 1px !important;
}