.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.dumb_only {
  position: absolute;
  top: -200px;
  left: -200px;
}
html,
body {
  font-family: 'Bree Serif', serif;
  font-size: 12px;
  background: #fff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 100%;
  color: #465257;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.message_cover {
  display: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -transition: all 0.3s;
  transition: all 0.3s;
}
table,
tr,
td {
  border-collapse: collapse;
  text-align: left;
}
td {
  padding: 3px;
  padding-right: 10px;
}
.table_header {
  border-bottom: solid black 1px;
  font-weight: bold;
}
.clear {
  clear: both;
}
#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 85px;
  text-align: center;
  background: #fff;
  z-index: 888;
  -webkit-box-shadow: 0px 9px 39px -15px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 9px 39px -15px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 9px 39px -15px rgba(0, 0, 0, 0.36);
}
.logo {
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
}
.logo a,
.logo span {
  display: block;
}
.logo #logo_small {
  display: none;
}
#top_right_menu {
  position: absolute;
  right: 10px;
  top: 17px;
}
#right_menu_over {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 300px;
  background: rgba(128, 128, 128, 0.85);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
}
#right_menu_inner {
  overflow: auto;
  padding: 0px 30px;
  margin-top: 20px;
}
#right_menu_over div#close_menu {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 16px;
  float: right;
}
#right_menu_over div#close_menu span {
  font-family: "Verdana";
  font-size: 22px;
  display: inline-block;
  padding-right: 8px;
  position: relative;
  top: 2px;
  font-weight: 400;
}
#right_menu_over div#close_menu:hover {
  color: #000;
  cursor: pointer;
}
#right_menu_over ul {
  margin: 0px;
  padding: 0;
  list-style: none;
  font-size: 17px;
}
#right_menu_over ul ul {
  margin-left: 25px;
  margin-top: 5px;
}
#right_menu_over ul li {
  font-weight: 400;
  padding: 7px 0px;
}
#right_menu_over ul li ul li {
  font-weight: 400;
  font-size: 16px;
}
#right_menu_over ul li a {
  color: #fff;
}
#right_menu_over ul li.active_menu_item a,
#right_menu_over ul li span {
  color: #3b3b3b;
}
#right_menu_over ul li.active_menu_item ul li a {
  color: #fff;
}
#right_menu_over ul li ul li span {
  font-weight: 400;
}
#right_menu_over ul li a:hover,
#right_menu_over ul li.active_menu_item ul li a:hover {
  color: #000;
  text-decoration: none;
}
#top_phone_email {
  float: left;
}
.clear_top_phone_email {
  display: none;
}
#top_phone,
#top_email {
  color: #575756;
  font-size: 16px;
  font-weight: 400;
  float: left;
  padding: 0px 42px 0px 0px;
  margin-top: 15px;
}
#top_phone p,
#top_email p {
  margin: 0;
  padding: 0;
}
#top_phone img,
#top_email img {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 4px;
}
#top_phone a,
#top_email a {
  color: #575756;
  text-decoration: none;
}
#top_phone a:hover,
#top_email a:hover {
  color: #30a23b;
}
.top_fb {
  display: block;
  float: left;
  background-image: url(/images/top_fb.png);
  background-repeat: no-repeat;
  background-position: 9px 50%;
  background-color: #AE9675;
  color: #fff;
  padding: 8px 10px 8px 30px;
  font-size: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  top: 10px;
  right: 10px;
}
.top_fb:hover {
  background-color: #E30613;
  text-decoration: none;
}
#language {
  float: left;
  padding: 20px 10px 0px 40px;
  margin-right: 12px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
#language_menu {
  display: none;
  background: #ebebeb;
  position: absolute;
  top: 56px;
  right: 0;
  width: 100%;
  padding: 10px 10px;
}
#language a {
  color: #bbbbbb;
  margin-right: 12px;
}
#language a:hover {
  color: #30a23b;
  text-decoration: none;
}
#language span.active {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 12px;
  color: #30a23b;
}
#language_menu a {
  display: block;
}
#language_menu span.active {
  display: none;
}
#right_menu {
  float: left;
  width: 74px;
  height: 56px;
}
#right_menu span#right_menu_icon {
  float: left;
  width: 74px;
  height: 56px;
  background: url(/images/icon_menu.png) no-repeat 95% 50%;
  padding-top: 17px;
  font-size: 16px;
  text-align: left;
}
#right_menu span#right_menu_icon:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
}
.slider {
  width: 100%;
  min-width: 320px;
  height: auto;
  position: relative;
  margin-top: 85px;
}
.slider_center {
  width: 100%;
  margin: 0 auto;
}
.sliders,
.sliders li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sliders,
.sliders li img {
  width: 100%;
  height: auto;
}
.sliders li div {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  max-width: 600px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding: 0px 74px;
}
.sliders li div strong {
  font-size: 40px;
  font-weight: 400;
}
.slider .bx-controls {
  position: absolute;
  right: 40px;
  bottom: 18px;
  z-index: 850;
}
.slider .bx-pager-item {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px 10px;
}
.slider .bx-pager-link {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ae9675;
}
.slider .bx-pager-link:hover,
.slider .active {
  background: #e30613;
}
.sub-main-wrap,
.main_wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0px 20px;
}
.main_wrapper.no-main-wrap {
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 0;
}
.main_wrapper .menu {
  width: 26.93877551020408%;
  float: left;
  text-align: left;
  padding: 50px 20px 50px 0px;
}
.main_wrapper .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_wrapper .menu ul ul {
  margin-top: 10px;
  margin-left: 25px;
}
.main_wrapper .menu ul li {
  padding-bottom: 16px;
}
.main_wrapper .menu ul li ul li {
  padding: 4px 0;
}
.main_wrapper .menu ul li a,
.main_wrapper .menu ul li span {
  font-size: 18px;
  color: #c0c0c0;
}
.main_wrapper .menu ul li ul li span,
.main_wrapper .menu ul li ul li a {
  font-size: 16px;
}
.main_wrapper .menu ul li span {
  color: #30a23b;
}
.main_wrapper .menu ul li.active_menu_item a {
  color: #30a23b;
}
.main_wrapper .menu ul li.active_menu_item ul li a {
  color: #101010;
}
.main_wrapper .menu ul li a:hover,
.main_wrapper .menu ul li.active_menu_item ul li a:hover {
  color: #30a23b;
  text-decoration: none;
}
.main_wrapper .text {
  width: 73%;
  float: right;
  text-align: left;
  padding: 50px 0px 50px 0px;
  font-size: 16px;
  line-height: 25px;
  color: #465257;
}
.main_wrapper .text iframe {
  border: 0;
  overflow: hidden;
  width: 300px;
  height: 314px;
}
.main_wrapper .illustration_image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.main_wrapper .text .text_head {
  font-size: 18px;
  line-height: 26px;
}
.main_wrapper .text_home {
  width: 100%;
  min-width: 320px;
  text-align: center;
  float: none;
  padding: 30px 0px 0px 0px;
}
.main_wrapper .text h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 22px;
  font-size: 40px;
  font-weight: 400;
  color: #30a23b;
  line-height: 120%;
}
.main_wrapper .text_home h1 {
  font-size: 40px;
  padding-bottom: 34px;
}
.main_wrapper .text h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 14px;
  font-size: 24px;
  color: #30a23b;
  margin-top: 16px;
}
.main_wrapper .text_home h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  font-size: 40px;
  color: #30a23b;
  line-height: 120%;
  font-weight: 400;
}
.main_wrapper .text h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  font-size: 20px;
  color: #30a23b;
}
.main_wrapper .text h4 {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  color: #30a23b;
}
.main_wrapper .text .home_block h3 {
  color: #424242;
  font-size: 24px;
  font-weight: 400;
}
.main_wrapper .text .blocks_block h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.main_wrapper .text p {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.main_wrapper .text a {
  color: #30a23b;
}
.main_wrapper .text a:hover {
  text-decoration: none;
}
.main_wrapper .text ul {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  margin-left: 20px;
}
.main_wrapper .text ul li {
  padding-bottom: 14px;
}
.main_wrapper .text table {
  font-family: "Signika", "Arial", "Verdana", "Tahome", "Lucida Grande", "Helvetica";
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #30a23b;
  border-collapse: collapse;
}
.main_wrapper .text table th {
  padding: 6px 10px;
  font-weight: 400;
  border: 1px solid #30a23b;
  border-collapse: collapse;
}
.main_wrapper .text table td {
  padding: 6px 10px;
  border: 1px solid #30a23b;
  border-collapse: collapse;
}
.main_wrapper .text a.back {
  font-weight: 400;
}
.main_wrapper .text img {
  max-width: 100%;
  height: auto !important;
}
.text .breadcrumb {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding: 0px 0px 30px 0px;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 300;
}
.text .breadcrumb a {
  color: #b0b0b0;
}
.text .breadcrumb a:hover {
  text-decoration: none;
}
.home_main_text {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
}
.home_main_text img {
  margin: 0 auto;
}
.home_next_text {
  font-size: 16px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}
.home_block {
  font-size: 14px;
  width: 33%;
  float: left;
  text-align: center;
  margin: 18px 0px 20px 0px;
  padding: 0px 1%;
}
.home_block img {
  margin: 0 auto;
  margin-bottom: 14px;
  display: inline-block;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
}
.home_block a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.60;
}
.home_block p {
  padding: 0 !important;
  margin: 0;
}
.main_wrapper .text .home_block a {
  font-weight: 600 !important;
}
.home_next_text_link {
  margin-bottom: 40px;
}
.list_item {
  padding: 6px 0px 20px 0px;
}
.list_item img {
  display: block;
  width: 96px;
  height: 96px;
  float: left;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  margin-right: 20px;
}
.list_item_text {
  padding-top: 10px;
}
.list_item img:hover {
  filter: alpha(opacity=60);
  opacity: 0.60;
}
.main_wrapper .text .list_item h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}
.main_wrapper .text .list_item h2 a {
  font-weight: 400;
}
.list_item_date {
  color: #606060;
  font-size: 14px;
}
.list_item a.list_item_vice {
  font-size: 18px;
}
#files {
  width: 100%;
  padding-top: 10px;
}
#gallery {
  width: 100%;
  padding-top: 30px;
}
#gallery a.lightbox {
  position: relative;
  display: block;
  width: 128px;
  height: 128px;
  float: left;
  margin: 7px;
  border: 1px solid #c4c4c4;
}
#gallery a.lightbox span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 128px;
  height: 128px;
  background-color: rgba(174, 150, 117, 0.8);
  background-image: url(/images/lupa.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#gallery a.lightbox:hover span {
  display: block;
}
div.gallery_title {
  margin: 0;
  padding: 0px 0px 6px 0px;
  font-size: 14pt;
  font-weight: 500;
  color: #AE9675;
}
div.gallery_description {
  margin: 0;
  padding: 0px 0px 0px 0px;
}
.text .button a,
.button a {
  display: inline-block;
  font-size: 20px;
  color: #afc2b1 !important;
  border: 2px solid #afc2b1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 26px 8px 26px;
}
.text .button a:hover,
.button a:hover {
  color: #30a23b !important;
  border: 2px solid #30a23b;
  text-decoration: none !important;
}
.actual .button a {
  color: #fff !important;
  border: 2px solid #fff;
  margin-top: 20px;
}
.actual .button a:hover {
  color: #acdab1 !important;
  border: 2px solid #acdab1;
}
.text .button p,
.button p {
  margin: 0;
  padding: 0;
}
.actual_bg {
  width: 100%;
  min-width: 320px;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 50px;
}
.actual_bg_small {
  padding-top: 0px;
  height: 10px;
}
.realizace_zakazky_bg {
  width: 100%;
  min-width: 320px;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(/images/realizace_zakazky.jpg);
}
.realizace_zakazky {
  width: 100%;
  min-width: 320px;
  max-width: 890px;
  margin: 0 auto;
  padding: 80px 20px 70px 20px;
}
.realizace_zakazky_img {
  float: left;
  width: 40%;
  padding-right: 40px;
}
.realizace_zakazky_text {
  float: right;
  width: 60%;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
.main_wrapper .text .realizace_zakazky_text ul {
  margin: 0;
  padding: 0;
}
.main_wrapper .text .realizace_zakazky_text p {
  margin: 0;
  padding: 10px 0px 0px 0px;
}
.blocks {
  width: 100%;
  min-width: 320px;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-size: contain;
  background-position: 50% 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 55px 0;
  color: #465257;
}
.actual {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  min-width: 320px;
  position: relative;
  font-size: 16px;
}
.actual #actual_title {
  height: 50px;
  font-size: 40px;
  color: #ffffff;
}
.actual .actual_img {
  float: left;
  display: block;
  width: 34.04255319148936%;
  height: auto;
}
.actual .actual_img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
}
.actual .actual_img img:hover {
  filter: alpha(opacity=60);
  opacity: 0.60;
}
.actual .actual_text {
  width: 100%;
  height: 150px;
  float: right;
  text-align: left;
  padding: 10px 20px 0px 16px;
  font-size: 18px;
}
.actual .actual_text h3 {
  padding: 0;
  margin: 0;
}
.actual .actual_text .actual_title {
  display: block;
  text-align: left;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}
.actual .actual_text .actual_title:hover {
  color: #000000;
  text-decoration: none;
}
.actual .actual_text .actual_date {
  color: #acdab1;
  font-weight: 300;
}
.actual .actual_text p {
  display: inline;
  margin: 0;
  padding: 0;
}
.home_reference_bg {
  width: 100%;
  min-width: 320px;
  background-color: #f3f3f3;
}
.home_reference {
  margin: 0 auto;
  width: 100%;
  max-width: 1060px;
  min-width: 320px;
  position: relative;
  padding: 50px 20px;
  font-size: 18px;
  color: #808080 !important;
}
.home_reference h3 {
  font-size: 40px;
  font-weight: 400;
  color: #30a23b;
  margin: 0;
  padding: 0;
}
.home_reference p {
  margin: 0;
  padding: 8px 0px;
}
.home_reference img {
  margin: 20px 26px;
  display: inline-block;
}
.home_reference a img:hover {
  filter: alpha(opacity=35);
  opacity: 0.35;
}
.home_reference .button {
  padding-top: 20px;
}
.bottom_contacts_bg {
  width: 100%;
  min-width: 320px;
  background: #f3f3f3;
}
.bottom_contacts {
  width: 100%;
  max-width: 1020px;
  min-width: 320px;
  margin: 0 auto;
  color: #2d2113;
  padding: 45px 30px 30px 30px;
  text-align: left;
  font-size: 14px;
}
.bottom_contacts .bottom_line {
  height: 3px;
  background: #e7dfd5;
  margin: 30px 0px 60px 0px;
}
.bottom_contacts h4 {
  color: #30a23b;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
}
.bottom_contacts .bottom_menu h4 {
  text-transform: none;
  font-weight: 700;
}
.bottom_contacts p {
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
.bottom_contacts a {
  color: #2d2113;
}
.bottom_contacts a:hover {
  color: #000000;
  text-decoration: none;
}
.bottom_contacts .top_track {
  display: none;
}
.bottom_menu {
  float: left;
  width: 25%;
  text-transform: uppercase;
  font-size: 16px;
}
.bottom_menu ul {
  margin: 0;
  margin-right: 30px;
  padding: 0;
  list-style: none;
}
.bottom_menu ul ul {
  display: none;
}
.bottom_menu ul li {
  padding-bottom: 12px;
}
.bottom_menu ul li a,
.bottom_menu ul li.active_menu_item ul li a {
  color: #30a23b;
}
.bottom_menu ul li.active_menu_item a,
.bottom_menu ul li span,
.bottom_menu ul li a:hover,
.bottom_menu ul li.active_menu_item ul li a:hover {
  color: #000000;
}
.rychly_kontakt_firemni_udaje {
  float: right;
}
.rychly_kontakt {
  float: left;
  width: 270px;
  font-size: 14px;
  padding-right: 30px;
}
.rychly_kontakt table td {
  vertical-align: top;
  text-align: left;
  padding: 0;
  padding-bottom: 14px;
}
.rychly_kontakt p {
  padding-bottom: 14px;
}
.rychly_kontakt img {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.rychly_kontakt a:hover {
  color: #30a23b;
}
.firemni_udaje {
  float: right;
  width: 175px;
  line-height: 19px;
}
.footer {
  width: 100%;
  max-width: 1020px;
  min-width: 320px;
  margin: 0 auto;
  color: #c9c9c9;
  padding: 20px 30px 20px 30px;
}
.footer a {
  color: #c9c9c9;
}
.footer a:hover {
  color: #30a23b;
  text-decoration: none;
}
.footer img {
  float: left;
}
.footer span.copy {
  display: block;
  float: right;
  padding-top: 28px;
  padding-left: 34px;
  font-size: 12px;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 86%;
  margin: 34px auto 0px auto;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  display: block;
  /*width: 338px !important;*/
  float: left;
  text-align: left;
  margin: 0px 11px;
}
.jcarousel li a.cist_dale {
  display: inline-block;
  margin-left: 16px;
  color: #AE9675;
  font-size: 18px;
}
.jcarousel li a.cist_dale:hover {
  color: #E30613;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  display: block;
  position: absolute;
  top: 92px;
  width: 51px;
  height: 87px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 666;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -transition: none;
  transition: none;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.jcarousel-control-prev {
  left: 5px;
  background-image: url(/images/slider_arrows_left.png);
  background-position: 0px 0px;
}
.jcarousel-control-next {
  right: 5px;
  background-image: url(/images/slider_arrows_right.png);
  background-position: 0px 0px;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.home_write_us {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  min-width: 320px;
  position: relative;
  padding: 50px 15px;
  line-height: 26px;
  font-size: 16px;
}
.home_write_us h3 {
  font-size: 32px;
  font-weight: 700;
  color: #30a23b;
  margin: 0;
  padding: 0;
  padding-bottom: 14px;
}
.home_write_us p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
.home_write_us input {
  width: 100%;
  font-family: "Source Sans Pro", "Arial", "Verdana", "Tahoma", "Lucida Grande", "Helvetica";
  padding: 7px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  color: #575756;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.home_write_us textarea {
  font-family: "Source Sans Pro", "Arial", "Verdana", "Tahoma", "Lucida Grande", "Helvetica";
  width: 100%;
  height: 162px;
  padding: 4px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  color: #575756;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.home_write_us input:focus,
.home_write_us textarea:focus {
  border: 1px solid #30a23b;
}
.home_write_us .delete {
  display: inline-block;
  font-size: 16px;
  color: #afc2b1 !important;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #afc2b1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 26px 7px 26px;
  background: none;
  outline: 0;
  cursor: pointer;
  margin-right: 5px;
}
.home_write_us .delete:hover,
.home_write_us .delete:focus {
  color: #30a23b !important;
  border: 2px solid #30a23b;
  text-decoration: none !important;
}
.home_write_us .send {
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #dff5dc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 26px 7px 26px;
  background: #b2dcb6;
  outline: 0;
  cursor: pointer;
  margin-left: 5px;
}
.home_write_us .send:hover {
  color: #fff !important;
  border: 2px solid #30a23b;
  text-decoration: none !important;
  background: #30a23b;
}
.contact_form_left {
  float: left;
  text-align: right;
  width: 49%;
  margin-top: 20px;
}
.contact_form_right {
  float: right;
  text-align: left;
  width: 49%;
  margin-top: 20px;
}
::-webkit-input-placeholder {
  color: #c0c0c0;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0;
}
:-ms-input-placeholder {
  color: #c0c0c0;
}
.block-wrap {
  margin: 0 auto;
  text-align: center;
}
.main_wrapper .text .home_block_link table {
  margin: 0 auto;
  border: none;
}
.main_wrapper .text .home_block_link table td {
  border: none;
}
.main_wrapper .text ul {
  list-style: none;
  margin: 0;
}
.main_wrapper .text .home_main_text li,
.main_wrapper .text .home_next_text li {
  display: table;
  margin: 0 auto;
}
.main_wrapper .text ul li {
  background: url(/images/list.png) no-repeat 0 12px;
  padding-left: 12px;
}
.main_wrapper .text .home_main_text ul li {
  background: url(/images/list-big.png) no-repeat 0 12px;
  padding-left: 15px;
}
.main_wrapper .text .text_head ul li {
  background: url(/images/list.png) no-repeat 0 13px;
}
.main_wrapper .text_home .header_smaller h2 {
  font-size: 24px;
  font-weight: 700;
}
.home_next_text.header_smaller {
  padding-top: 0;
}
.main_wrapper .text .blocks_block {
  display: block;
  font-size: 16px;
  font-weight: 400;
  width: 21%;
  float: left;
  text-align: center;
  margin: 4% 2% 0px 2%;
  padding: 0;
  position: relative;
}
.main_wrapper .text a.blocks_block {
  background: #ae9675;
}
.main_wrapper .text .blocks_block span {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 6px 10px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.55);
}
.main_wrapper .text .blocks_block p {
  padding: 0;
  margin: 0;
}
.main_wrapper .text .blocks_block img {
  margin: 0 auto;
}
.main_wrapper .text .blocks_block:hover img {
  filter: alpha(opacity=10);
  opacity: 0.1;
}
/******************************** FOOTER END *********************/
.alertify-dialog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alertify-dialog ul li.message {
  padding-bottom: 10px;
}
.rychly_kontakt,
.firemni_udaje {
  line-height: 140%;
}
@media (max-width: 1100px) {
  .clear_top_phone_email {
    display: block;
  }
  #top_phone,
  #top_email {
    padding: 0px 36px 0px 26px;
    margin-top: 1px;
  }
}
@media (max-width: 1050px) {
  #language {
    padding: 20px 10px 0px 20px;
    margin-right: 0px;
  }
}
@media (max-width: 900px) {
  .logo {
    left: 20px;
  }
  .sliders li div {
    bottom: 10%;
    max-width: 480px;
    font-size: 16px;
    padding: 0px 20px;
  }
  .sliders li div strong {
    font-size: 32px;
  }
}
@media (max-width: 860px) {
  .top_fb {
    background-position: 50% 50%;
    height: 33px;
  }
  .top_fb span {
    display: none;
  }
  .main_wrapper .menu {
    display: none;
  }
  .main_wrapper .text {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .main_wrapper .text .blocks_block {
    width: 29.33333%;
  }
}
@media (max-width: 780px) {
  #top_phone_email {
    display: none;
  }
}
@media (max-width: 700px) {
  .sliders li div {
    bottom: 5%;
    max-width: 420px;
    font-size: 14px;
    line-height: 150%;
  }
  .sliders li div strong {
    font-size: 24px;
  }
  .bottom_menu {
    width: 100%;
    text-align: center;
  }
  .bottom_menu ul {
    margin: 0;
  }
  .rychly_kontakt,
  .firemni_udaje {
    margin-top: 30px;
    width: 50%;
  }
  .footer img {
    float: none;
    margin: 0 auto;
  }
  .footer span.copy {
    float: none;
    padding-top: 20px;
    font-size: 12px;
  }
}
@media (max-width: 649px) {
  .jcarousel {
    width: 72%;
  }
}
@media (max-width: 600px) {
  .logo {
    left: 20px;
  }
  .jcarousel {
    width: 75%;
  }
  .slider .bx-controls {
    right: 20px;
    bottom: 14px;
  }
  .main_wrapper .text iframe {
    width: 100%;
    height: 200px;
    float: none !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .jcarousel {
    width: 75%;
  }
  .contact_form_left {
    float: none;
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .contact_form_right {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .contact_form_left_button {
    float: left;
    text-align: right;
    width: 50%;
  }
  .contact_form_right_button {
    float: right;
    width: 50%;
  }
  .bottom_contacts {
    text-align: center;
  }
  .bottom_menu {
    width: 100%;
  }
  .bottom_menu ul {
    width: 100%;
    margin: 0;
  }
  .rychly_kontakt,
  .firemni_udaje {
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
  .rychly_kontakt table {
    text-align: center;
    margin: 0 auto;
  }
  .rychly_kontakt table td {
    text-align: center;
  }
  .home_block {
    width: 100%;
    text-align: left;
    margin: 0px 0px 20px 0px;
    padding-left: 24%;
    position: relative;
    min-height: 90px;
  }
  .home_block_clear {
    clear: both;
  }
  .home_block p {
    padding: 0 !important;
    margin: 0;
    width: 100%;
  }
  .home_block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20.68965517241379% !important;
    max-width: 96px !important;
    height: auto !important;
    margin-right: 10px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  #top {
    height: 65px;
  }
  .slider {
    width: 100%;
    min-width: 320px;
    height: auto;
    position: relative;
    margin-top: 65px;
  }
  .logo {
    left: 12px;
    top: 13px;
  }
  .logo #logo_small {
    display: block;
  }
  .logo #logo {
    display: none;
  }
  #top_right_menu {
    right: 10px;
    top: 8px;
  }
  .main_wrapper .text .blocks_block {
    width: 46%;
  }
  .realizace_zakazky_img {
    float: none;
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .realizace_zakazky_img img {
    margin: 0 auto;
  }
  .realizace_zakazky_text {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .slider .bx-controls {
    left: 0;
    max-width: 100%;
    right: auto;
    bottom: auto;
    top: 10px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 400px) {
  #language {
    margin-right: 0px;
  }
  #right_menu {
    right: 4px;
    top: 10px;
  }
  .contact_form_left {
    width: 100%;
  }
  .contact_form_right {
    width: 100%;
  }
  .contact_form_left_button {
    width: 50%;
  }
  .contact_form_right_button {
    width: 50%;
  }
  .bottom_contacts .top_track {
    display: block;
  }
}
