@charset "utf-8";
/* CSS Document */

/* SETINGS */
* {
	border:0;
	margin:0;
	padding:0;
}
.clear {
	height:0.1px;
	line-height:0.1px;
	clear:both;
}
.nodisplay {
	display:none;
}
.block {
	display:block;
}
/* SET-COLOR */
.red {
	color:#E7E7E7;
}
a {
	color:inherit;
}
li a {
	text-decoration:none;
}
p {
	font-family:"Trebuche MS", Verdana, Arial, Helvetica, sans-serif;
}

/* SET-FORM */
fieldset {
	border:0;
}
legend {
	display:none;
}

/* START */

html {
	background:#fd1414;
	/*url(../images/bg-html.png) repeat-x*/
}
body {
	text-align:center;
	position:relative;
	font-family:"Trebuche MS", Verdana, Arial, Helvetica, sans-serif;
}

/* ELEMENTS OF PAGE */

#page {
	width:800px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#strip-images img {
	display:none;
}
#strip-images img.first {
	display:inline;
}

#corner {
	height:20px;
	width:20px;
	position:absolute;
}

.ltc {
	top:-5px;
	left:-5px;
	background:url(../images/corners.png) no-repeat 0 0;
}
.rtc {
	top:-5px;
	right:-5px;
	background:url(../images/corners.png) no-repeat -20px 0;
}
.lbc {
	bottom:-5px;
	left:-5px;
	background:url(../images/corners.png) no-repeat 0 -20px;
}
.rbc {
	bottom:-5px;
	right:-5px;
	background:url(../images/corners.png) no-repeat -20px -20px;
}
#shadowEffect {
	position:absolute;
}
#shadowEffect.top {
	width:100%;
	height:5px;
	background:transparent url(../images/shadow-top.png) repeat-x;
	top:-5px;
	left:15px;
}
#shadowEffect.bottom {
	width:100%;
	height:5px;
	background:url(../images/shadow-bottom.png) repeat-x;
	bottom:-5px;
	left:15px;
}
#shadowEffect.left {
	width:5px;
	height:30px;
	background:url(../images/shadow-left.png) repeat-y;
	top:15px;
	left:-5px;
}
#shadowEffect.right {
	width:5px;
	height:30px;
	background:url(../images/shadow-right.png) repeat-y;
	top:15px;
	right:-5px;
}

/* HEADER */

#header {
	height:280px;
	/*position:relative;*/
	background:url(../images/bg-kruhy.png) no-repeat;
	background-position:85% 0;
}
#header h1 span, #header h2 span {
	display:none;
}
#header h1 {
	width:200px;
	/*height:0;*/
	position:absolute;
	top:30px;
	z-index:1;
	overflow:hidden;
}
#header h1.logo a {
	padding-top:200px;
	height:0;
	overflow:hidden;
}
#header h1 a {
	display:block;
	height:200px;
	background:url(../images/logo.gif) no-repeat;
}
#header h2 {
	position:absolute;
	top:256px;
	left:14px;
	font-size:14px;
	color:#f977b7;
}
#strip-images {
	position:absolute;
	top:-25px;
	/*235*/
	/*left:565px;*/
	right:-130px;
	width:365px;
	height:365px;
	text-align:center;
}
#strip-images img {
	position:relative;
	top:60px;

}
#strip-images #kruh {
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	background:url(../images/kruh.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* MENU */

#menu {
	height:48px;
	color:white;
	background: url(../images/bg-menu.jpg) repeat-x;
	position:relative;
}
#menu ul {
	display:block;
	float:left;
}
#menu li {
	display:block;
	float:left;
	padding-right:2px;
	background:url(../images/oddelovac.jpg) no-repeat right 57%;
}
#menu li.pansky-striptyz a {
	width:169px;
	background:url(../images/but-pansky-striptyz.jpg) no-repeat center top;
}
#menu li.carlos-v-akci a {
	width:137px;
	background:url(../images/but-carlos-v-akci.jpg) no-repeat center top;
}
#menu li.ladys-night a {
	width:150px;
	background:url(../images/but-ladys-night.jpg) no-repeat center top;
}
#menu li.cenik a {
	width:73px;
	background:url(../images/but-cenik.jpg) no-repeat center top;
}
#menu li.objednat a {
	width:106px;
	background:url(../images/but-objednat.jpg) no-repeat center top;
}
#menu li.kontakt a {
	width:97px;
	background:url(../images/but-kontakt.jpg) no-repeat center top;
}
#menu li.kontakt {
	background:none;
	padding-right:0;
}
#menu li a {
	display:block;
	height:48px;
}
#menu li a span {
	display:none;
}
#menu li a:hover, #menu li a.active {
	background-position:0 -48px;
}

/* CONTENT */

#content {
	padding:10px 0;
	margin:10px 0;
}
#content #left-column {
	width:550px;
	float:left;
	margin-bottom:10px;
}
#left-column #text {
	background:#ab0808;
	padding:15px;
	padding-top:25px;
	position:relative;
	/*min-height:482px;*/
}
#left-column #text ul, #left-column #text dl {
	margin-bottom:15px;
} 
#content h2 {
	color:#ffc813;
	margin-bottom:15px;
	font-size:28px;
}
#content p {
	text-indent:25px;
	text-align:justify;
	line-height:22px;
	font-size:14px;
	color:#e7e7e7;
	margin-bottom:10px;
}
#content #text p strong {
	font-weight:bold;
	background:#8e0909;
	padding:0 4px;
	border-bottom:1px solid #ba0807;
}
#content p.no-text-indent {
	text-indent:0;	
}
#content p.margin-top {
	margin-top:15px;	
}
#content p.margin-bottom {
	margin-top:15px;	
}
#content p.important {
	color:#F9FF4C;
	font-weight:bold;
}
#content a.button {
	width:150px;
	height:32px;
	line-height:32px;
	color:white;
	font-size:15px;
	background:url(../images/bg-button.png) no-repeat;
	background-position:0 0;
	display:block;
	text-decoration:none;
	margin:10px 0;
	float:right;
	text-align:center;
}
#content #kostymy a.button {
	margin:0;
	margin-bottom:10px;
	margin-right:10px;
	
}
#content a.button.second {
	margin-right:10px;
}
#content a:hover.button {
	background-position:0 -32px;
}
#content #right-column {
	float:right;
	width:250px;
	margin-bottom:10px;
}
#content .box {
	position:relative;
	width:238px;
	background:#f9ff4c;
	margin-bottom:10px;
	padding-bottom:10px;
	float:right;
}
#content .box.objednat {
	padding-bottom:70px;
	padding-top:16px;
}
#content .box form {
	padding-left:23px;
}
#content .box input, #content .box label {
	display:block;
}
#content .box input.text, #content .box select {
	margin:5px 0;
}
#content .box label.select {
	float:left;
	margin:0 3px;
}
#content .box select.den {
	width:45px;
}
#content .box select.mesic {
	width:60px;
}
#content .box select.rok {
	width:60px;
}
#content .box input.text {
	height:22px;
	line-height:22px;
	font-size:15px;
	width:176px;
	border:2px solid black;
	background:white;
}
#content .box select {
	height:22px;
	line-height:22px;
	font-size:15px;
	border:2px solid black;
	background:white;
}
#content .box input.submit, #objednavkovy-formular input.submit {
	position:absolute;
	bottom:0;
	right:0;
	width:90px;
	height:57px;
	background:url(../images/bg-objednat.png) no-repeat;
	text-indent:-5000px;
}
#content .box h2 {
	width:238px;
	height:49px;
	background:url(../images/bg-topic.png) no-repeat;
	color:white;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
	margin:0;
}
#content .box ul {
	margin-left:20px;
	
}
#content .box li {
	list-style:none;
	padding-left:15px;
	background:url(../images/li-arrow.png) no-repeat 0 60%;
	line-height:16px;
	font-size:14px;
	margin:5px 0;
}
#content .box li.no_arrow {
	background:none;
}
#content .box li a {
	text-decoration:none;
	color:black;
}
#content .box li a:hover {
	text-decoration:underline;
}
#content .box a.toplist {
	display:block;
	position:relative;
	left:70px;
	margin-top:20px;
	width:88px;
}
#content .box.facebook {
	margin-bottom:0;
}
/*#content .box.facebook h2 {
	font-size:14px;
	line-height:20px;
	padding-top:3px;
	text-indent:0;
	padding-left:15px;
}*/
#content .box.facebook li {
	padding-left:70px;
}
#content .box.facebook a {
	background:url(../images/logo_facebook.png) no-repeat;
	display:block;
	height:0;
	padding-top:50px;
	width:50px;
	overflow:hidden;
}
#kostymy {
	background-color:#f4750c;
	width:100%;
	padding:5px 0;
	position:relative;
	text-align:center;
	/*margin-top:10px;*/
}
#kostymy h2 {
	color:white;
	font-size:24px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
#kostymy p {
	color:white;
	font-size:14px;
	margin-left:10px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	text-indent:0;
}
#kostymy #obal-kostymy {
	width:630px;
	margin:0 auto;
}
#kostymy a.kostym {
	width:138px;
	height:165px;
	background:#5a8ee2;
	border:2px solid white;
	position:relative;
	display:block;
	text-decoration:none;
	float:left;
	margin:0 6px;
}
#kostymy a.kostym:hover {
	background:#2b60b5;
}
#kostymy a.kostym span {
	position:absolute;
	left:0;
	bottom:3px;
	margin:0;
	width:138px;
	text-align:center;
	color:black;
	font-weight:bold;
	display:block;
	font-size:14px;
}
#kostymy a.kostym img {
	position:relative;
	top:10px;
}

/* KONTAKT */

#content dt, #content dd {
	display:block;
	margin-bottom:4px;
}
#content dt {
	font-weight:bold;
	color:white;	
}
#content dd {
	color:#F9FF4C;	
}
#content ul {
	list-style:none;
	margin-left:25px;
}
#content li {
	font-size:14px;
	line-height:22px;
	/*color:#aeaeae;*/
	color:white;
	padding-left:20px;
	background:url(../images/li-kruh.png) no-repeat 0 60%;
}
#content li strong {
	font-weight:bold;
	color:#ffffff;
}

/* FOTOGALERIE */

#text a.foto {
	width:157px;
	height:137px;
	background:#5a8ee2;
	border:2px solid white;
	position:relative;
	display:block;
	text-decoration:none;
	float:left;
	margin:0 6px;
	text-align:center;
	padding-top:7px;
	margin-bottom:10px;
}
#text a.foto:hover {
	background:#2b60b5;
}
#pager {
	float:right;
	margin-top:10px;
	margin-right:6px;
}
#pager a {
	display:block;
	padding:2px 5px;
	margin:0 2px;
	background-color:#D14A0A;
	border:1px solid #333333;
	color:white;
	text-decoration:none;
	float:left;
}
#pager a:hover, #pager a.active {
	background-color:#000000;
	border:1px solid #CCCCCC;
}

/* FOOOTER */

#footer {
	float:left;
	height:20px;
	padding-bottom:10px;
	width:100%;
}
#footer p {
	line-height:20px;
	font-size:10px;
	color:#111111;
}
#footer p.left {
	float:left;
	width:300px;
}
#footer p.right {
	float:right;
	width:300px;
	text-align:right;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#111111;
}

/* OBJEDNAVKOVY FORMULAR */

#objednavkovy-formular {
	padding-left:30px;
}
#objednavkovy-formular label {
	display:block;
	margin-bottom:7px;
	color:white;
	font-weight:bold;
	font-size:15px;
}
#objednavkovy-formular input, #objednavkovy-formular select {
	display:block;
	height:22px;
	font-size:14px;
	margin-top:5px;
	width:300px;
}
#objednavkovy-formular textarea {
	display:block;
	width:300px;
}
#objednavkovy-formular label.cas {
	float:left;
}
#objednavkovy-formular label.cas input {
	width:188px;
}
#objednavkovy-formular label.select {
	float:left;
	margin:0 3px;
}
#objednavkovy-formular select.den {
	width:70px;
}
#objednavkovy-formular select.mesic {
	width:70px;
}
#objednavkovy-formular select.rok {
	width:70px;
}
#objednavkovy-formular fieldset.datum span.legend {
	display:block;
	width:74px;
	float:left;
	height:45px;
	line-height:65px;
	color:white;
	font-weight:bold;
}
#objednavkovy-formular span.cas {
	display:block;
	width:130px;
	float:left;
	color:white;
	height:45px;
	line-height:65px;
	margin-left:10px;
}
#objednavkovy-formular label.kontakt {
	position:relative;
}
#objednavkovy-formular span.zalozka {
	display:block;
	width:76px;
	height:18px;
	background:url(../images/bg-zalozka.png) no-repeat;
	background-position:0 -18px;
	color:black;
	font-size:12px;
	text-align:center;
	line-height:18px;
	position:absolute;
	top:5px;
}
#objednavkovy-formular span.zalozka.active {
	background-position:0 0;
}
#objednavkovy-formular span.zalozka.telefon {
	left:150px;
}
#objednavkovy-formular span.zalozka.email {
	left:225px;
}
#content p.information {
	color:#FFCC00;
	font-weight:bold;
	margin-bottom:15px;
	text-indent:0;
}
/*
#content p.error {
	color:#FF0000;
	font-weight:bold;
	margin-bottom:15px;
	text-indent:0;
}*/

/* PROFIL */

#content .profil {
	width:508px;
	padding:5px;
	background:#FFC813;
	background:#5A8EE2;
	border:1px solid #222222;
	margin-bottom:10px;
}
#content .profil img {
	float:left;
	margin-right:15px;
	border:1px solid #222222;
}
#content .profil h4 {
	margin-bottom:5px;
	color:white;
	padding:5px;
	background:#222222;
}
#content .profil p {
	float:right;
	width:394px;
	text-indent:0;
	color:black;
	text-align:left;
}

/* ERROR MSGS */

#form-information {
	padding:10px;
	margin-bottom:15px;
	background-color:#BA0807;
	border:1px solid #FF3333;
}
#form-information.error {
	color:#E7E7E7;
}
#form-information.error span {
	color:#FF9900;
}
#form-information .green, #form-information .info {
	color:#00CC00;
}
#content #form-information ul {
	margin:0;
}
#form-information li.info, #form-information li.error {
	font-weight:bold;
	text-indent:0;
	text-align:left;
	margin:0;
}
#form-information h3.information-headline {
	font-size:16px;
	color:#F9FF4C;
	margin-bottom:7px;
}
#content #form-information li strong {
	background-color:#F9FF4C;
	color:black;
}

#google_translate_element {
	display:block;
	background-color:#fff667;
	width:200px;
	position:absolute;
	top:5px;
	left:5px;
	overflow:hidden;
	padding:10px;
	z-index:10;
}