@charset "UTF-8";
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #333;
	color: #CCC;
}


h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	text-decoration: none;
	margin: 0px;
	text-align: center;
}

h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	text-decoration: none;
	margin: 0px;
	color: #FFF;
	text-align: center;
}

.h2_orange {
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	text-decoration: none;
	margin: 0px;
	color: #F90;
	text-align: center;
}

h3 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	color: #F90;
}

.tip_text {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	color: #999;
}

.logo {
	float: left;
	width: 300px;
	height: 100px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FF9900;
	background-image: url(images/bg_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.header {
	width: auto;
	margin-left: 300px;
	height: 100px;
	color: #FFF;
	text-align: center;
	background-color: #333;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 0px;
}

.slider {
	height: 500px;
	width: 100%;
	margin-top: 0px;
	position: relative;
	vertical-align: top;
	background-image: url(images/bg_content.jpg);
	background-color: #666;
	background-position: center;
	background-size: 100% auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 40px;
}

.slider_selector {
	height: auto;
	width: 100%;
	margin-top: 0px;
	position: relative;
	vertical-align: top;
	background-image: url(images/bg_content.jpg);
	background-color: #666;
	background-position: center;
	background-size: 100% auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
}

.slider_tittle {
	height: auto;
	width: 100%;
	margin-top: 0px;
	position: relative;
	vertical-align: top;
	background-image: url(images/bg_content2.jpg);
	background-color: #666;
	background-position: center;
	background-size: 100% auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
}

.slider_lable {
	background-image: url(images/bg_content_lable.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	height: 40px;
	width: 300px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: right;
}
.location {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	height: 20px;
	width: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-weight: 300;
}

.nazevfirmy {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	height: 20px;
	width: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: 300;
}

.rubrika {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	height: 20px;
	width: auto;
	position: absolute;
	font-weight: 300;
	left: 0px;
	top: 0px;
}


.selector_request {
	position: absolute;
	height: 29px;
	width: 230px;
	left: 2px;
	bottom: -16px;
	display: block;
	background-image: url(images/selector_request.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	margin-top: 40px;
}

.selector_request:hover {
	background-position: center top;
}

.selector_note {
	position: absolute;
	height: 41px;
	width: 174px;
	bottom: -32px;
	display: block;
	right: -3px;
}


.selector {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 20px;
	height: 320px;
	width: 580px;
	background-image: url(images/bg_selector.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	text-align: center;
}

.navi_strip {
	position: relative;
	height: 320px;
	width: 100%;
}

.navi_strip_expand {
	position: relative;
	height: 320px;
	width: 100%;
	display: none;
}
.form_field_search {
	position: relative;
	height: auto;
	width: 65%;
	border: 1px solid #F90;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: 300;
}

.form_field_search_full {
	position: relative;
	height: auto;
	width: 85%;
	border: 1px solid #F90;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: 300;
}

.form_field_search_full_light {
	position: relative;
	height: auto;
	width: 90%;
	border: 1px solid #F90;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #FFF;
	background-color: #2F2F2F;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: 300;
}

.form_field_search_half_light {
	position: relative;
	height: auto;
	width: 40%;
	border: 1px solid #F90;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #FFF;
	background-color: #2F2F2F;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	vertical-align: middle;
	font-weight: 300;
}

.form_field_captcha {
	position: relative;
	height: auto;
	width: 40%;
	border: 1px solid #F90;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #FFF;
	background-color: #2F2F2F;
	padding: 5px;
	vertical-align: middle;
	font-weight: 300;
}

#captcha_container {
	position: relative;
	height: auto;
	width: 91%;
	background-color: #2F2F2F;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

#captcha_container img {
	vertical-align: middle;
	margin-right: 20px;
	}


.form_button_search {
	position: relative;
	height: auto;
	width: 20%;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #000;
	background-color: #F90;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-style: none;
	margin-bottom: 10px;
}

.form_button_search:hover {
	color: #F90;
	background-color: #000;
}

.form_button_uni {
	position: relative;
	height: auto;
	width: 20%;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #000;
	background-color: #F90;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-style: solid;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-color: #F90;
}

.form_button_uni:hover {
	color: #F90;
	background-color: #000;
}

a.selector_icon {
	position: relative;
	height: 36px;
	width: 49%;
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
	line-height: 36px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 150px;
	padding-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 372px;
	margin-top: 40px;
	vertical-align: top;
}

a.selector_icon:hover {
	position: relative;
	height: 36px;
	width: 49%;
	color: #ff9933;
	background-position:center top;
	
}

a.selector_icon2 {
	position: relative;
	height: 18px;
	width: 150px;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	line-height: 18px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 75px;
	padding-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 186px;
	margin-top: 20px;
}

a.selector_icon2:hover {
	color: #ff9933;
	background-position:center top;
	
}

.content {
	height: auto;
	width: 100%;
	margin-top: 0px;
	position: relative;
	background-color: #333;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.contentv2 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	position: relative;
	background-color: #333;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}
a.button {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #F90;
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

a.button:hover {
	color: #000;
	background-color: #F90;
}



select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #F90;
	background: url(images/select.png) no-repeat 95% 50%;
	border-radius: 0px;
	font-size: 18px;
	color: #FFF;
	line-height: 24px;
	font-weight: 300;
	padding: 5px;
	height: auto;
	width: 40%;
}

::-ms-expand {
  display: none;
}

select {
  text-overflow: '';
  text-indent: 0.01px;
}

.wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.wrapper_half {
	height: auto;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
}

#footer {
	text-align: center;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	position: relative;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	background-color: #151515;
}
 
.pozice_standart {
	position: relative;
	min-height: 40px;
	height: auto;
	width: 98%;
	margin: 1%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: inline-block;
	zoom: 1;
    *display: inline;
	color: #FFF;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-align: left;
}
.pozice_standart:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); 
	opacity: 1;
}

.pozice_tn {
	position: relative;
	height: 24px;
	width: auto;
	display: inline-block;
	zoom: 1;
    *display: inline;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: 300;
	color: #F90;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
}

.pozice_text {
	position: relative;
	height: auto;
	width: auto;
	display: inline-block;
	zoom: 1;
    *display: inline;
	vertical-align: middle;
	margin-left: 20px;
}
.pozice_datum {
	position: relative;
	height: auto;
	width: auto;
	font-size: 24px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
    *display: inline;
	vertical-align: middle;
}




@media all and (max-width : 900px) {




.logo {
	float: none;
	width: 100%;
	height: 100px;
	background: #ff9933;
	vertical-align: top;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.header {
	width: 100%;
	margin-left: 0px;
	height: 42px;
	color: #FFF;
	text-align: right;
	background-color: #333;
	background-image: url(images/bg_header_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 10px;
}

.wrapper {
	height: auto;
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.wrapper_half {
	height: auto;
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
}

.selector {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	height: auto;
	width: 100%;
	background-image: url(images/bg_selector2.png);
	background-repeat: repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: center;
}



}

@media all and (max-width : 820px) {
	
	.slider {
	background-size: auto 100%;
	height: 500px;
}

.slider_lable {
	background-image: url(images/bg_content_lable_2.png);
	background-repeat: repeat;
	text-align: center;
		width: 100%;
}


.selector {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	height: auto;
	width: 100%;
	background-image: url(images/bg_selector2.png);
	background-repeat: repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: center;
}

#selector_main {
	position: relative;
	height: 90%;
	width: 94%;
}

.selector_note {
	
	display: none;

}

.selector_request {
	position: relative;
	height: 29px;
	width: 100%;
	left: 5px;
	bottom: 0px;
	display: block;
	background-image: url(images/selector_request.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

.selector_icon {
	position: relative;
	height: 36px;
	width: 96%;
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
	line-height: 36px;
	display: inline-block;
	zoom: 1;
    *display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 150px;
	padding-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.selector_icon:hover {
	position: relative;
	height: 36px;
	width: 96%;
	color: #ff9933;
	background-position:center top;
}
	
	}
	
	@media all and (max-width : 520px) {
		
		.slider_selector {
	height: auto;
	width: 100%;
	margin-top: 0px;
	position: relative;
	vertical-align: top;
	background-image: url(images/bg_content.jpg);
	background-color: #666;
	background-position: center;
	background-size: auto 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
}

.slider_tittle {
	height: auto;
	width: 100%;
	margin-top: 0px;
	position: relative;
	vertical-align: top;
	background-image: url(images/bg_content2.jpg);
	background-color: #666;
	background-position: center;
	background-size: auto 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
}
		
		}
.hled_divmain2018 
{
	width: 100%;
}	
.hled_input2018 {	
	position: relative;
	height: auto;
	width: 80%;
	border: 1px solid #F90;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	background-color: #000;
	padding: 5px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom: 10px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
    background-image: url(/images/icon_seloblast_A1_0.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	color: #FFF;	
    display: inline-block;	
	left:12px;
}
.hled_clear2018 {
	position: relative;
	left:-18px;
	top:5px;
	width: 24px;
	height: 24px;
	background-image: url(/images/icon_del1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	display: inline-block;
}
.hled_divafterinp2018 {
	position: relative;
	left:-15px;
	top:5px;
	width: 0px;
	height: 0px;
	background-color:blue;
	display: inline-block;
	}