@import url(http://fonts.googleapis.com/css?family=Open+Sans:300&amp;subset=latin-ext);

.cookies {
  position: fixed;
  width: 100%;
  padding: 2px 0% 2px 0%;
  border-bottom: 1px solid gray;
  font-size: 14px;
  background-color: white;
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.5);
  text-align: center;
  display: none;
  z-index: 100;
  bottom: 0px;
}
.cookies a {
  color: red;
}

body {
	font-family: Open Sans;
	font-size: 16px;
	color: #888888;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a {
  color: #d42236;
	text-decoration: none;
}
a:hover {
  color: #d42236;
	text-decoration: underline;
}
.root {
  width: 1000px;
	position: relative;
	margin: auto;
	text-align: left;
}
h1,h2 {
  float: left;
  width: 150%;
  margin: 0px 0px 20px 0px;
  padding: 0;
  font-size: 28px;
  font-weight: normal;
  color: black;
}
h2 {
  font-size: 25px;
  color: #333333;
  margin: 0px;
}
.in_obsah {
  float: left;
  width: 940px;
  margin: 30px 0px 30px 30px;
  font-size: 18px;
}
.in_obsah_txt {
  float: left;
  width: 1000px;
  font-size: 18px;
  margin-bottom: 30px;
}
.in_obsah_txt p {
	float: left;
	width: 940px;
	margin: 20px 0px 0px 30px;
	padding: 0;
	text-align: justify;
}
.in_obsah_txt table {
  float: left;
  width: 1000px;
}
.in_obsah_txt table p {
  width: auto;
}
.news_content {
  float: right;
  width: 490px;
}
.news_content p {
  float: left;
  width: 460px;
  margin: 20px 0px 0px 0px;
  padding: 0;
}
.in_obsah_txt p strong {
  float: left;
  width: 940px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  padding: 10px 29px 10px 29px;
  margin: 0px 0px 0px -30px;
  color: black;
  font-weight: normal;
  font-size: 20px;
}
.in_obsah_txt .multi_strong {
  float: left;
  width: 940px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  padding: 10px 29px 10px 29px;
  margin-top: 15px;
}
.in_obsah_txt .multi_strong img {
  float: left;
  border: 0px;
}
.in_obsah_txt .multi_strong strong {
  float: right;
  width: 820px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
  color: black;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px #dcdfe6 solid;
}
.multi_strong strong a {
  color: black;
}
.multi_strong table a {
  display: inline-block;
  width: 300px;
  padding-top: 4px;
}

/* head */

.head_place {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 195px;
  background: url(data/head_bg.png) repeat-x;
  color: white;
  z-index: 98;
}
.head_place a {
  color: white;
}
a.logo {
  float: left;
  width: 171px;
  height: 195px;
  background: url(data/logo.png);
  margin-left: 30px;
}
.head_links {
  float: right;
  height: 36px;
  margin: 20px 30px 0px 0px;
}
.head_links_item {
  float: left;
  padding-left: 28px;
  background: url(data/ico_top_tel.png) no-repeat left center;
  font-size: 14px;
  margin-left: 20px;
}
.search_place {
  float: right;
  width: 280px;
  height: 36px;
  background: url(data/search_bg.png);
  margin-right: 30px;
}
.search_place .s_txt {
  float: left;
  width: 230px;
  height: 36px;
  border: 0px;
  margin: 0px;
  padding-left: 10px;
  background: none;
  color: #333333;
}
.search_place .s_btn {
  float: right;
  width: 36px;
  height: 36px;
  border: 0px;
  cursor: pointer;
  background: none;
}
.menu_place {
  float: right;
  height: 63px;
  margin-right: 10px;
}
.menu_item {
  float: left;
}
.menu_place a {
  float: left;
  height: 42px;
  padding: 12px 10px 0px 10px;
  text-transform: uppercase;
  font-size: 21px;
  margin: 9px 0px 0px 15px;
}
.menu_place a.active {
  background: url(data/menu_hi.png) bottom;
}
.menu_place a.dropdown {
  height: 43px;
  padding-right: 18px;
  background: url(data/ico_drop_down.png) no-repeat right center;
}
.top_shadow {
  float: right;
  width: 790px;
  height: 10px;
  background: url(data/shadow.png) no-repeat left top;
}
.menu_item .submenu_place {
  position: absolute;
  top: 148px;
  left: 570px;
  width: 262px;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 100;
}
.menu_item:hover .submenu_place {
  opacity: 1;
  visibility: visible;
}
.submenu_top {
  float: left;
  width: 260px;
  height: 5px;
  background: url(data/submenu_top.png) no-repeat center center;
}
.submenu {
  float: left;
  width: 260px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.25);
}
.submenu a {
  float: left;
  padding: 10px;
  margin: 0px;
  font-size: 16px;
  width: 240px;
  height: auto;
  border-bottom: 1px #dcdfe6 solid;
  color: #888888;
}
.submenu a:last-child {
  border-bottom: 0px;
}
.submenu a:hover {
  color: #d42236;
  text-decoration: none;
}

.lo_drop_down_btn {
  float: right;
  height: 30px;
}
.lo_drop_down_btn .lo_drop_down {
  position: absolute;
  top: 46px;
  left: 338px;
  width: 662px;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 100;
}
.lo_drop_down_btn:hover .lo_drop_down {
  opacity: 1;
  visibility: visible;
}
.lo_map_top {
  float: left;
  width: 660px;
  height: 5px;
  background: url(data/submenu_top.png) no-repeat 575px center;
}
.lo_map {
  float: left;
  width: 660px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  background-color: #edeff3;
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.25);
  padding-bottom: 10px;
}
.lo_map a {
  color: #333333;
}
.lo_head {
  float: left;
  width: 637px;
  border-top: 1px solid rgb(192,192,192);
  text-align: right;
  padding: 10px 5px 0px 0px;
  margin: 5px 0px 0px 10px;
}
.lo_head a {
  color: #d42236;
}

/* hlavní banner */

.main_banner {
  float: left;
  width: 100%;
  height: 391px;
  background: url(data/map_bg.png) center center;
  margin-top: 155px;
}
.main_top {
  float: left;
  width: 100%;
  height: 260px;
  background: url(data/map_bg.png) center bottom;
  margin-top: 155px;
}
.main_top h1 {
  width: 940px;
  margin-left: 30px;
  font-size: 32px;
  color: #333333;
  padding-top: 0px;
  margin-top: -5px;
}
.main_top p {
	float: left;
	width: 940px;
	margin: 0px 0px 0px 30px;
	font-size: 19px;
	padding: 0;
	text-align: justify;
}
.nav_place {
  float: left;
  color: #888888;
  margin-left: 30px;
  margin-top: 40px;
  font-size: 14px;
}
.nav_place a {
  color: #d42236;
}
a.main_banner_box {
  float: left;
  width: 292px;
  height: 170px;
  background-color: #edeff3;
  border-radius: 4px;
  margin-left: 30px;
  margin-top: 50px;
  transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
  text-align: center;
  padding-top: 30px;
}
a.main_banner_box:hover {
  background-color: white;
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.25);
}
a.main_banner_box img {
  border: 0px;
}
a.main_banner_box strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 19px;
  font-weight: normal;
  padding-top: 4px;
}
.main_box_links {
  float: left;
  width: 294px;
  height: 170px;
  color: #d42236;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 16px;
}
.main_banner ul {
  padding-left: 30px;
  margin-top: 5px;
}
.in_obsah_txt ul {
  float: left;
  width: 870px;
  padding-left: 70px;
  padding-top: 0px;
}
.in_obsah_txt li {
  padding-top: 10px;
}

/* home */

.box_head {
  float: left;
  width: 960px;
  font-size: 25px;
  color: #333333;
  margin: 30px 0px 0px 30px;
}
.ref_box {
  float: left;
  width: 1000px;
  height: 192px;
  background: url(data/ref_box.png);
}
.ref_box img {
  float: left;
  width: 105px;
  height: auto;
  border: 0px;
  margin-left: 32px;
}
.csi_box {
  float: left;
  width: 1000px;
  height: 282px;
  background: url(data/csi_box.png);
}
.csi_box p strong {
  font-weight: normal;
  font-size: 16px;
  color: black;
}
.csi_box p {
  float: left;
  width: 328px;
  margin: 25px 0px 0px 260px;
  padding: 0;
  font-size: 15px;
}
.map_box, .news_main {
  float: left;
  width: 499px;
  border-right: 1px #bbbdc3 dotted;
  margin: 30px 0px 30px 0px;
}
.map_box .box_head {
  width: 469px;
  margin: 0px 0px 0px 30px;
}
.map_place {
  float: left;
  width: 454px;
  height: 240px;
  background: url(data/mapka_anim.png) no-repeat center top;
  margin: 20px 0px 0px 30px;
}
.map_box p {
  float: left;
  width: 439px;
  margin: 20px 0px 0px 30px;
  padding: 0;
  font-size: 15px;
}
.map_box a.more {
  float: left;
  width: 439px;
  margin: 20px 0px 0px 30px;
  padding: 20px 0px 10px 0px;
  border-top: 1px #dcdfe6 solid;
  text-align: right;
}
.c_box, .news_next {
  float: right;
  width: 500px;
  margin: 30px 0px 30px 0px;
}
.c_box .box_head {
  width: 440px;
  margin: 0px 0px 0px 30px;
}
.c_place {
  float: right;
  width: 440px;
  height: 284px;
  margin: 20px 30px 0px 0px;
}
.c_box p {
  float: right;
  width: 440px;
  margin: 20px 30px 0px 0px;
  padding: 0;
  font-size: 15px;
}
.c_box a.more {
  float: right;
  width: 440px;
  margin: 20px 30px 0px 0px;
  padding: 20px 0px 10px 0px;
  border-top: 1px #dcdfe6 solid;
  text-align: right;
  font-size: 16px;
}
.c_box input.frm_text, .c_box input.frm_text_2 {
  float: left;
  width: 420px;
  padding: 5px 9px 5px 9px;
  background: #edeff3;
  border: 1px #edeff3 solid;
  color: #333333;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 16px;
}
.c_box input.frm_text_2 {
  width: 200px;
}
.c_box textarea {
  float: left;
  width: 420px;
  height: 80px;
  padding: 5px 9px 5px 9px;
  background: #edeff3;
  border: 1px #edeff3 solid;
  color: #333333;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 16px;
}
.c_box input.frm_submit {
  float: right;
  padding: 6px 15px 6px 15px;
  background: #d42236;
  color: white;
  border-radius: 4px;
  border: 0px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 16px;
  cursor: pointer;
}
.news_main img {
  float: left;
  width: 439px;
  height: 236px;
  border: 0px;
  margin-left: 30px;
  border-radius: 4px; 
}
a.news_item, a.news_item_full {
  float: left;
  width: 440px;
  margin: 11px 0px 0px 30px;
  padding-bottom: 17px;
  border-bottom: 1px #dcdfe6 solid;
}
a.news_item_full {
  width: 940px;
}
a.news_item h3, a.news_item_full h3 {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  padding: 0;
  margin: 0;
}
a.news_item p, a.news_item_full p {
  float: left;
  width: 100%;
  color: #888888;
  padding: 0;
  margin: 0;
}
.date_stamp {
  float: left;
  width: 100%;
  color: #888888;
  background: url(data/ico_date.png) no-repeat left center;
  padding-left: 25px;
  font-size: 14px;
}
.news_more_link {
  color: #d42236;
}
a.news_item:hover h3, a.news_item:hover .news_more_link, a.news_item_full:hover h3, a.news_item_full:hover .news_more_link {
  text-decoration: underline;
}
.news_next {
  margin-top: 25px;
}
.news_next a.more {
  float: left;
  width: 440px;
  margin: 15px 0px 10px 30px;
  text-align: right;
}

/* služby */

a.pr_item {
  float: left;
  width: 305px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  padding: 20px 29px 15px 29px;
  margin: 15px 15px 0px 0px;
  transition: all 0.3s ease 0s;
}
a.pr_item:hover {
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.25);
}
.pr_item img {
  float: left;
  width: 114px;
  height: 200px;
  border: 0px;
}
.pr_item_content {
  float: right;
  width: 170px;
  height: 165px;
}
.pr_item strong {
	float: right;
	width: 170px;
	font-size: 25px;
	font-weight: normal;
	color: #333333;
	font-family: "Open Sans";
}
.pr_item strong2 {
  float: right;
  width: 170px;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
.pr_item p {
  float: right;
  width: 170px;
  font-size: 18px;
  font-weight: normal;
  color: #888888;
  padding: 0;
  margin: 10px 0px 0px 0px;
}
.pr_item_link {
  float: right;
  width: 170px;
  font-size: 18px;
  font-weight: normal;
}
a.pr_item:hover .pr_item_link {
  text-decoration: underline;
}
.pr_text_part {
  float:left;
  margin:15px 0px 0px 30px;
  width:700px;
  border-bottom:1px solid #dcdfe6;
}
.pr_text_part2 {
  float:left;
  margin:15px 0px 0px 0px;
  width:700px;
  border-bottom:1px solid #dcdfe6;
}
.pr_text_part img {
  float:left;
  width:335px;
  border-radius:4px;
  margin-bottom:15px;
}
.pr_text_part img mine {
  float:left;
  width:300px;
  border-radius:4px;
  margin-bottom:15px;
}
.pr_text_part img.ico {
  float:right;
  margin-top:40px;
  width:114px;
  border-radius:0px;
  margin-bottom: 0px;
}
.pr_text_part p {
  float: right;
  width:335px;
  margin: 0px 0px 15px 30px;
}
.pr_text_part p strong {
  display: inline;
  float: none;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border: 0;
}
.pr_text_part h2 {
  float:left;
  width:100%;
  color:black;
  font-size:22px;
  margin:0;
  padding:0;
  font-weight:normal;
}

a.pr_item_full {
  float: left;
  width: 668px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  padding: 20px 29px 15px 29px;
  margin: 15px 0px 0px 0px;
  transition: all 0.3s ease 0s;
}
a.pr_item_full:hover {
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.25);
}
.pr_item_full strong {
  float: left;
  width: 100%;
  font-size: 25px;
  font-weight: normal;
  color: #333333;
}
.pr_item_full p {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #888888;
  padding: 0;
  margin: 10px 0px 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px #dcdfe6 solid;
}
.pr_item_full_info {
  float: left;
  color: black;
  font-size: 18px;
}
.pr_item_full_link {
  float: right;
  font-size: 18px;
}
a.pr_item_full:hover .pr_item_full_link {
  text-decoration: underline;
}

.right_float {
  float: right;
  width: 240px;
  margin: 15px 0px 0px 0px;
  z-index: 9;
}
.right_contact {
  float: right;
  width: 180px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  padding: 20px 29px 15px 29px;
  background-color: white;
  margin-bottom: 15px;
}
.right_contact_head {
  float: left;
  width: 180px;
  font-size: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.right_contact_text {
  float: left;
  width: 180px;
  font-size: 15px;
  margin-bottom: 15px;
}
.right_contact input.frm_text {
  float: left;
  width: 160px;
  padding: 5px 9px 5px 9px;
  background: #edeff3;
  color: #333333;
  border-radius: 4px;
  border: 1px #edeff3 solid;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 15px;
}
.right_contact textarea {
  float: left;
  width: 160px;
  height: 80px;
  padding: 5px 9px 5px 9px;
  background: #edeff3;
  color: #333333;
  border-radius: 4px;
  border: 1px #edeff3 solid;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 15px;
}
.right_contact input.frm_submit {
  float: left;
  width: 180px;
  padding: 6px 0px 6px 0px;
  background: #d42236;
  color: white;
  border-radius: 4px;
  border: 0px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 15px;
  cursor: pointer;
}

/* copyright */

.bottom_place {
  float: left;
  width: 100%;
  background-color: #8d8f93;
  color: #6c6e74;
  padding: 30px 0px 30px 0px;
  font-size: 15px;
}
.bottom_place ul {
  float: left;
  width: 200px;
  margin: 0px 0px 0px 7px;
}
.bottom_place ul a {
  color: #4C4C4F;
}
.bottom_place_r {
  float: right;
  text-align: right;
  color: #4C4C4F;
}
.bottom_icons {
  float: right;
  width: 30px;
  margin: 5px 30px 0px 15px;
}
.bottom_icons img {
  float: left;
  width: 30px;
  height: 30px;
  border: 0px;
  margin-bottom: 5px;
}
.copyright {
  float: left;
  width: 100%;
  background-color: #323336;
  color: #6c6e74;
  padding: 20px 0px 20px 0px;
}
.copyright a {
  color: #b7bac2;
}
.copyright_left {
  float: left;
  font-size: 13px;
  margin-left: 30px;
}
.copyright img {
  float: right;
  width: 192px;
  height: 37px;
  border: 0px;
  margin-right: 30px;
}

.sluzby_links {
  float: right;
  width: 820px;
  margin-bottom: 5px;
}
a.sluzba_link {
  float: left;
  width: 200px;
  font-size: 16px;
}
a.sluzba_link_full {
  float: left;
  width: 820px;
  font-size: 16px;
}

.ui-autocomplete {
  position: absolute;
  width: 278px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.25);
  z-index: 99;
  padding: 0;
  margin: 0;
}
.ui-menu-item {
  float: left;
  list-style: none;
  width: 268px;
  padding: 2px 5px 2px 5px;
  margin: 0;
  text-align: left;
  color: #333333;
}
.ui-state-focus {
  background-color: #edeff3;
}
.ui-helper-hidden-accessible {
  display: none;
}

.kariera_place {
  float:left;
  width:760px;
}
.kariera_place p {
  float: left;
  width: 670px;
}
.kariera_item {
  float: left;
  width: 100%;
}
.kariera_head {
  float: left;
  width: 670px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px;
  padding: 10px 29px 10px 29px;
  margin: 20px 0px 0px 0px;
  color: black;
  font-weight: normal;
  font-size: 20px;
}
.kariera_item p {
  float: left;
  width: 670px;
}
.kariera_item ul {
  float: left;
  width: 630px;
}

a.qf_request {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #d42236;
  color: white;
  border-radius: 4px;
  padding: 6px 0px 6px 0px;
  margin-top: 15px;
}

/* nutné pro editor */

.admin_panel {
  position: fixed;
  padding: 10px;
  border: 1px red solid;
  border-radius: 4px;
  background-color: white;
  margin: 15px 0px 0px 215px;
  width: 180px;
  box-shadow: 0 0 6px 3px rgba(70, 70, 70, 0.75);
}
.admin_panel a {
  color: black;
}
.pozadi_editor {
  text-align: left;
  width: 847px;
	float: left;
	background: rgb(215,215,215);
	color: black;
	padding: 5px 5px 5px 5px;
}
.nadpis {
  font-size: 16px;
  color: #c4122d;
  margin: 10px 0px 10px 0px;
  display: block;
}
