@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600&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;
}

.ros_anim {
  float: left;
  width: 998px;
  height: 330px;
  overflow: hidden;
  border-radius:5px;
  border: 1px solid #dcdfe6;
}
.ros_frame {
  float: left;
  width: 1000px;
  height: 330px;
  background-image: url(data/anim_1.png);
  background-position: center;
}
.ros_frame p {
  float: right;
  font-size: 24px;
  margin: 30px 30px 0px 0px;
  padding: 0;
  text-align: right;
}
.ros_frame cite {
  color: black;
  font-style: normal;
  font-size: 32px;
}

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: 100%;
  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;
}
.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;
  margin-top: 5px;
}
.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_h.png) repeat-x;
  color: #636466;
  z-index: 10;
}
.head_place a {
  color: #636466;
}
a.logo {
  float: left;
  width: 155px;
  height: 195px;
  background: url(data/logo_i.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_h.png) no-repeat left center;
  font-size: 14px;
  margin-left: 20px;
}
.search_place {
  float: right;
  width: 280px;
  height: 36px;
  background: url(data/search_bg_h.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: 10px 10px 0px 10px;
  text-transform: uppercase;
  font-size: 21px;
  margin: 11px 0px 0px 15px;
}
.menu_place a.active {
  background: url(data/menu_hi_h.png) bottom;
  border-radius: 4px 4px 0 0;
  color: white;
}
.menu_place a.dropdown {
  height: 43px;
  padding-right: 18px;
  background: url(data/ico_drop_down_h.png) no-repeat right center;
}
.top_shadow {
  float: right;
  position: relative;
  width: 790px;
  height: 10px;
  top: -50px;
  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;
  margin-bottom: 15px;
}
.main_top p {
  float: left;
  width: 940px;
  margin: 0px 0px 0px 30px;
  font-size: 19px;
  padding: 0;
}
.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: 290px;
  height: 170px;
  background-color: #edeff3;
  border-radius: 4px;
  margin-left: 30px;
  margin-top: 45px;
  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: 18px;
  font-weight: normal;
  padding-top: 4px;
}
.main_box_links {
  float: left;
  width: 292px;
  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, .in_obsah_txt ol {
  float: left;
  width: 870px;
  padding-left: 70px;
  padding-top: 5px;
}

/* 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: 6px 10px 6px 10px;
  background: #edeff3;
  color: #333333;
  border-radius: 4px;
  border: 0px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 16px;
}
.c_box input.frm_text_2 {
  width: 190px;
}
.c_box textarea {
  float: left;
  width: 420px;
  height: 80px;
  padding: 6px 10px 6px 10px;
  background: #edeff3;
  color: #333333;
  border-radius: 4px;
  border: 0px;
  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;
}
.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_part img {
  float:left;
  width:335px;
  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;
}

h3.kurz {
  float:left;
  width:700px;
  /*cursor:pointer;*/
  margin: 0px 0px 10px 30px;
  padding: 5px 0px 10px 0px;
  font-weight:normal;
  color:black;
  font-size:24px;
  border-bottom: 1px #dcdfe6 solid;
}
h3.kurz:hover {
  /*color: #d42236;*/
}
.ui-state-default {
  background: url(data/ico_close_sec.png) no-repeat left center;
}
.ui-state-active {
  background: url(data/ico_open_sec.png) no-repeat left center;
}
.skoleni_info {
  float:left;
  margin:0px;
  width:730px;
}
.skoleni_info p {
  float:left;
  width:700px;
}
.skoleni_info p:first-child {
  margin-top: 0px;
}
.skoleni_info ul {
  float:left;
  width:660px;
  margin: 0;
}
.skoleni_info p strong {
  display: inline;
  float: none;
  font-size: 22px;
  padding: 0;
  margin: 0;
  border: 0;
}
.termin_item {
  float: left;
  width: 680px;
  border-radius: 4px;
  background-color: #edeff3;
  padding: 6px 10px 6px 10px;
  margin: 10px 0px 0px 30px;
  cursor: default;
}
.termin_l {
  float: left;
  width: 460px;
  padding: 2px 0px 2px 0px;
}
.termin_item .termin_datum {
  color: black;
}
.termin_item:hover {
  background-color: #D4D6D9;
}
a.termin_get, .termin_full, a.termin_edit {
  float: right;
  width: 100px;
  text-align: center;
  background-color: #d42236;
  color: white;
  border-radius: 4px;
  padding: 2px 0px 2px 0px;
  cursor: pointer;
  text-decoration: none;
}
.termin_full {
  background-color: #888888;
  cursor: default;
}
a.termin_edit {
  margin-left: 5px;
}
.reveal-modal p {
  margin-left: 0;
  width: auto;
}
.frm_name {
  display: inline-block;
  width: 120px;
}
.reveal-modal input {
  display: inline-block;
  width: 250px;
  padding: 3px 8px 3px 8px;
  background: white;
  color: #333333;
  border-radius: 4px;
  border: 0px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-size: 14px;
  border: 1px white solid;
}
.rez_btn {
  display: inline-block;
  padding: 5px 8px 5px 8px;
  background: #d42236;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.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_contact2 {
  float: right;
  width: 180px;
  border: 1px #dcdfe6 solid;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 15px 0px 15px;
  background-color: white;
  margin-right: 30px;
}
.right_subcontact {
  float: right;
  width: 180px;
  border-left: 1px #dcdfe6 solid;
  border-right: 1px #dcdfe6 solid;
  border-bottom: 1px #dcdfe6 solid;
  border-radius: 0px 0px 4px 4px;
  padding: 15px;
  background-color: white;
  margin-right: 30px;
}
.right_subcontact p {
  float: left;
  width: 145px;
  background: url(data/rcs.png) left center no-repeat;
  padding: 0px 0px 0px 35px;
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}
.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, .right_contact2 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, .right_contact2 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, .right_contact2 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;
}

.multi_strong strong a {
  color: black;
}
.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;
}

a.sektor_item {
  float: left;
  width: 80%;
  margin: 15px 0px 0px 30px;
}
a.sektor_item strong {
  font-weight: normal;
  font-size: 24px;
  text-decoration: underline;
}
a.sektor_item p {
  width: 100%;
  margin: 0;
  padding: 0;
  color: black;
}
.sektor_text {
  float: left;
  width: 500px;
  border-bottom: 1px solid #dcdfe6;
  padding-bottom: 25px;
  margin: 0px 0px 25px 30px;
  padding-right: 440px;
  background: url(data/automotive.html) no-repeat bottom right;
}
.sektor_text p {
  width: auto;
  margin-left: 0;
}
.sektory_info_part {
  float: left;
  width: 590px;
  background: url(data/thumb_up.png) left top no-repeat;
  padding-left: 100px;
  margin-left: 30px;
}
.sektory_info_part p {
  float: left;
  margin: 0;
  width: 100%;
}
.sektory_info_part h2 {
  float: left;
}
.sektory_info_part ul {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0px;
  padding: 10px 0px 0px 0px;
  color: black;
  font-size: 15px;
}
.sektory_info_part li {
  float: left;
  width: 80%;
  padding-left: 20px;
  margin-left: 20px;
  color: #d42236;
}
.sektory_pr_items {
  float: left;
  width: 940px;
  border-top: 1px solid #dcdfe6;
  padding-top: 15px;
  margin: 35px 0px 0px 30px;
}
.sektory_pr_envelope {
  float: left;
  width: 100%;
}
.sektory_pr_items p {
  margin-left: 0;
  width: auto;
}
.sektory_pr_item {
  float: left;
  width: 212px;
  height: 305px;
  background: url(data/cer_box.png) no-repeat;
  overflow: hidden;
  margin: 30px 30px 0px 0px;
}
.sektory_pr_item:nth-child(4n+4) {
  margin: 30px 0px 0px 0px;
}
.sektory_pr_items .ins {
  background: url(data/ins_box.png) no-repeat;
}
.sektory_pr_items .per {
  background: url(data/per_box.png) no-repeat;
}
.sektory_pr_items .leg {
  background: url(data/leg_box.png) no-repeat;
}
.sektory_pr_item strong {
  float: left;
  width: 90%;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: black;
  margin: 120px 0px 0px 5%;
}
.sektory_pr_item p {
  float: left;
  width: 90%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0px 0px 5%;
  padding: 0;
}
.sektory_pr_item_place {
  float: left;
  width: 100%;
  height: 252px;
  overflow: hidden;
}
.sektory_pr_item a {
  float: left;
  width: 90%;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  margin: 0px 0px 0px 5%;
  padding: 0;
}
.sektory_pr_item a:hover {
  text-decoration: underline;
}
.more_sectors {
  float: left;
  width: 100%;
}
.sektor_more_btn {
  float: left;
  width: 100%;
  text-align: right;
  cursor: pointer;
  color: #d42236;
  padding-top: 5px;
}
.sektor_more_btn:hover {
  text-decoration: underline;
}
.sektor_ref_item {
  float: left;
  width: 23.5%;
  margin-right: 0.9%;
  padding-right: 0.9%;
  border-right: 1px dotted #61646d;
  text-align: center;
}
.sektor_ref_item:last-child {
  margin: 0;
  padding: 0;
  border:0;
}
.sektor_ref_item img {
  float: left;
}
.sektor_ref_item strong {
  float: left;
  width: 100%;
  height: 28px;
  color: #61646d;
  font-size: 20px;
  font-weight: normal;
}
.sektor_ref_item p {
  float: left;
  width: 100%;
  height: 25px;
  color: #a8a8a8;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.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;
}

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;
}
