.pust_indicator {
	margin: -25px 0 0 -25px;
	width: 60px;
	height: 60px;
	background: #000 url('/images/indicator_1.gif') no-repeat center center;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	box-shadow: 1px 2px 1px #000;
	-webkit-box-shadow: 1px 2px 1px #000;
	-moz-box-shadow: 1px 2px 1px #000;
	-o-box-shadow: 1px 2px 1px #000;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
}

.button_1, .buttons_1 a,
.button_2, .buttons_2 a,
.button_3, .buttons_3 a  {
	display: block;
	height: 25px;
	text-decoration: none;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	text-transform: uppercase;
	border: none;
	padding: 0;
}
.button_1, .buttons_1 a {
	/*background: url('../images/button_1_left.jpg') no-repeat;*/
}
.button_2, .buttons_2 a {
	/*background: url('../images/button_1_left.jpg') no-repeat 0 -25px;*/
}
.button_3, .buttons_3 a {
	/*background: url('../images/button_1_left.jpg') no-repeat 0 -50px;*/
}
.button_1:hover:not(:disabled), .buttons_1 a:hover,
.button_1:focus:not(:disabled), .buttons_1 a:focus,
.button_2:hover:not(:disabled), .buttons_2 a:hover,
.button_2:focus:not(:disabled), .buttons_2 a:focus,
.button_3:hover:not(:disabled), .buttons_3 a:hover,
.button_3:focus:not(:disabled), .buttons_3 a:focus {
	-moz-box-shadow: 0 0 2px #000,  0 0 4px #000, 0 0 4px #000;
	-webkit-box-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 4px #000;
	box-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 4px #000;
}
.button_1 > span, .buttons_1 a > span,
.button_2 > span, .buttons_2 a > span,
.button_3 > span, .buttons_3 a > span {
	display: block;
	/*height: 21px;*/
	padding: 5px 7px 4px 7px;
	font-family: "Roboto Condensed";
	font-size: 15px;
	line-height: 14px;
	color: #DDD;
	border-radius: 3px;
	background: url('../images/mnu_bg_act.png') repeat-x;
	box-shadow: 0 0 8px black, 0 0 10px black, 0 1px 1px black, 0 1px 5px black, 0 1px 5px black,inset 0px 2px 5px #ffde83,inset 0px 1px 2px rgba(255,255,255,.3);
	text-shadow:  0 0 8px black, 0 0 10px black, 0 1px 1px black, 0 1px 5px black, 0 1px 5px black;
	font-weight: 700;
	text-align: center;
}
.button_1 > span, .buttons_1 a > span {
	/*background: url('../images/button_1_right.jpg') no-repeat 100% 0;*/
	cursor: pointer;
}
.button_2 > span, .buttons_2 a > span {
	/*background: url('../images/button_1_right.jpg') no-repeat 100% -25px;*/
	color: #FFD;
	cursor: pointer;
}
.button_3 > span, .buttons_3 a > span {
	/*background: url('../images/button_1_right.jpg') no-repeat 100% -50px;*/
}
.button_1:hover:not(:disabled) >  span, .buttons_1 a:hover >  span,
.button_1:focus:not(:disabled) >  span, .buttons_1 a:focus >  span,
.button_2:hover:not(:disabled) >  span, .buttons_2 a:hover >  span,
.button_2:focus:not(:disabled) >  span, .buttons_2 a:focus >  span,
.button_3:hover:not(:disabled) >  span, .buttons_3 a:hover >  span,
.button_3:focus:not(:disabled) >  span, .buttons_3 a:focus >  span  {
	color: #FFF;
	background: url('../images/mnu_bg_hov.png') repeat-x;
	box-shadow: 0 0 8px black, 0 0 10px black, 0 1px 1px black, 0 1px 5px black, 0 1px 5px black,inset 0px 2px 5px #f3f3f3,inset 0px 1px 2px rgba(255,255,255,.3);
}
.more img {
	display: inline;
	vertical-align: bottom;
}
.normal_font > span {
	font-family: "Roboto Condensed";
	font-size: 15px;
	/*line-height: 25px;*/
	background: url('../images/mnu_bg_hov.png') repeat-x;
	box-shadow: 0 0 8px black, 0 0 10px black, 0 1px 1px black, 0 1px 5px black, 0 1px 5px black,inset 0px 1px 2px rgba(255,255,255,.3);
	padding-top: 7px;
	padding-bottom: 5px;
}

dl.two_col {
	overflow: hidden;
}
dl.two_col > dt {
	float: left;
	width: 100px;
	clear: both;
	text-align: right;
}
dl.two_col > dd:after {
	content: '\00a0';
	display: block;
	clear: left;
	float: right;
	height: 0;
	width: 0;
}
dl.two_col > dd {
	clear: right;
	margin: 0;
}

.adv_types {
	margin: 0;
	overflow: hidden;
	padding: 0;
	font: bold 11px/28px Arial, sans-serif;
	text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
	text-align: center;
}
.adv_types li,
.adv_types span {
	float: left;
	list-style: none;
	margin: 0;
	height: 34px;
	width: 32px;
	background: url('../images/diamond.png') no-repeat;
	opacity: 0.5;
}
.adv_types a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;

}
.adv_types .active {
	opacity: 1;
	background-position: 0 -34px;
}


.stripped_text, .text {
	line-height: 1.333;
}
.stripped_text *, .stripped_text {
	margin: 0;
	padding: 0;
}
.left .text {
	font-size: 13px;
}
.text h3,
.text h4 {
	margin-bottom: 0.5em;
	color: #B94;
	font-size: 13px;
}
.text h3 {
	text-transform: uppercase;
	padding-top: 1.25em;
}
.text h4 {
	padding-top: 0.5em;
}
.text h3:first-child,
.text h4:first-child {
	padding-top: 1em;
}
.text strong {
	font-weight: bold;
}
.text em {
	font-style: normal;
	text-decoration: underline;
}
.text ul {
	padding: 0;
}
.text li {
	line-height: 1.2;
	margin: 0 0 5px 0;
}
.text ul > li {
	list-style: none;
	background: url('../images/dot_1.png') no-repeat 0 1px;
	padding-left: 23px;
}
.text ol > li {
	list-style: decimal;
	margin-left: 23px;
}
.text ol.abc > li {
	list-style: lower-latin;
}
.text p,
.text dl,
.text ul,
.text ol {
	margin: 0.5em 0 1em 0;
	line-height: 1.4;
}
.text ul, .text ol, .text h3, .text h4 {
	clear: both;
}
.right .text ul, .right .text ol {
	margin: 0;
}
.text img, .text object {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 2px #000,  0 0 4px #000;
	-webkit-box-shadow: 0 0 2px #000, 0 0 4px #000;
	box-shadow: 0 0 2px #000, 0 0 4px #000;
	margin-bottom: 1em;
}
.text .right {
	float: right;
	margin-left: 1em;
}
.text .left {
	float: left;
	margin-right: 1em;
}
.text b {
	color: #FFF;
}

.box .section {
	position: relative;
}
.box .section h2 {
	font-family: 'Dins Pl', Impact, 'Trebuchet Ms', sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	padding-left: 25px;
	line-height: 38px;
	background: url('../images/left_narrow_tab_1.jpg') no-repeat;
	text-transform: uppercase;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.box .section .toggle {
	position: absolute;
	right: 8px;
	top: 8px;
}
.box .section .toggle a {
	outline: none;
}
.box .section .toggle span {
	min-width: 60px;
}
.box .section .content {
	overflow:hidden;
	background: url('../images/left_narrow_bg.jpg');
}

.buttons_nav .buttons_1 {
	padding: 4px 0;
}
.buttons_nav .buttons_1 > li {
	padding: 4px 15px;
}

/*----------------------------FORMULARZE--*/
.select {
	display: inline-block;
}
.select > select,
.input_text,
.textarea {
	color: #BBB;
}
.select,
.input_text,
.textarea {
	border: solid #000;
	border-width: 4px 4px 1px;
	/* background: transparent !important; */
	background: rgba(0, 0, 0, 0.4);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 1px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 1px;
	box-shadow: rgba(255, 255, 255, 0.15) 0 1px 1px;
	font-size: 13px;
	line-height: 20px;
}
.select > select {
	border: none;
	background: transparent !important;
	display: block;
	width: 100%;
}

.win.chrome .select > select {
	background: #000 !important;
}

.label {
	color: #B94;
	text-transform: uppercase;
	font-size: 15px;
}

.continent {
	color: #B94;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Dins Pl', Impact, 'Trebuchet Ms', sans-serif;
}


/* errors */
.form .has-error span {
	position: relative;
}
.form .has-error input,
#book .form input:invalid,
.form .has-error select,
.form .has-error textarea,
#book .form textarea:invalid {
	border: solid 2px rgb(148, 114, 28);
	margin-bottom: 0;
}

.form .has-error span:after,
.form input:invalid+span:after {
	display:inline-block;
	position:absolute;
	right: 0;
	top: -10px;
	width: 35px;
	height: 35px;
	background: rgb(148, 114, 28);
	color: white;
	content: "";
	box-sizing: border-box;
	background-image:url("../images/exclamation-mark_tiny.svg");
	background-position: center center;
	background-repeat:no-repeat;
}
.form button:disabled {
	opacity:0.2;
}
.error_list {
	margin-bottom: 20px;
}
.error_list li  {
	/*background: url('../images/icons/warning.png') left center no-repeat;*/
	/*padding-left: 25px;*/
	color: #B94;
	text-transform: uppercase;
	/* font-size: 0.8em; */
}


/*
 * <span class="title_hint"><span class="inner">Text</span></span>
 */

.title_hint {
	display: block;
	position: absolute;
	height: 46px;
	background: url('../images/hint_1_bgs.png') repeat-x 0 -106px;
	padding: 7px 0 0 0;
	margin: 0 0 0 16px;
	font-weight: normal;
	line-height: 26px;
	font-family: 'Dins Pl',	Impact, 'Trebuchet Ms', sans-serif;
	color: #DDD;
	text-shadow: 0 0 3px #000, 0 0 3px #000;
	z-index: 300;
}
.title_hint:before, .title_hint:after {
	content: '';
	display: block;
	width: 30px;
	height: 53px;
	position: absolute;
	top: 0;
}
.title_hint:before {
	left: -30px;
	background: url('../images/hint_1_bgs.png') no-repeat;
}
.title_hint.right:before {
	background-position: 0 -212px;
}
.title_hint:after {
	right: -30px;
	background: url('../images/hint_1_bgs.png') no-repeat 0 -53px;
}
.title_hint.right:after {
	background-position: 0 -159px;
}
.title_hint > .inner {
	position: relative;
	z-index: 1;
	margin: 0 -18px;
	white-space: nowrap;
}
