/******************************************************************
UNI
*/

body {
  padding: 0px;
  margin: auto;
  background: #ebebeb;
  font-family: arial, verdana, tahoma, sans-serif;
  font-weight: normal;
  font-size: 80%;
  color: #000;
  text-align: left;
}

#small_menu {
  display: none;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
div,
form {
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
  margin: 0px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}

/* start commented backslash hack */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* stop commented backslash hack */

a:link,
a:visited,
a:hover {
  font-weight: normal;
  outline: none;
  color: #0b56a3;
}

strong a:link,
strong a:visited,
strong a:hover {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

/********************************************/
/*			 	HEADER  	     			*/
/********************************************/

#header {
  /*background:#ffffff url(header.gif) repeat-x left top;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cfcfcf+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(207, 207, 207, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(207, 207, 207, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-8 */
}
#header #headerIn {
  width: 960px;
  height: 134px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
#header #headerIn a.header-logo:link,
#header #headerIn a.header-logo:visited,
#header #headerIn a.header-logo:hover {
  float: left;
  margin: 38px 0px 0px 0px;
}
#header #headerIn #header-info {
  position: relative;
  font-size: 115%;
  padding-top: 45px;
  width: 270px;
  float: right;
}
a#construct_button {
  display: block;
  float: right;
  margin-top: 45px;
  margin-right: 55px;
  background: red;
  padding: 10px 25px;
  background: rgb(75, 162, 229);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(75, 162, 229, 1)),
    to(rgba(10, 77, 153, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(75, 162, 229, 1) 0%,
    rgba(10, 77, 153, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba2e5', endColorstr='#0a4d99',GradientType=0 );
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border-bottom: 2px solid darkgrey;
  font-size: 14px;
}

a#construct_button:hover {
  border-bottom: 4px solid darkgrey;
  margin-top: 43px;
}

#header #headerIn #header-info a:hover {
  opacity: 0.7;
}
/*
#header #headerIn #header-info strong {
  color: #0b56a3;
}

 */
#header #headerIn form {
  float: right;
  padding: 47px 0px 0px 0px;
}
#header #headerIn #header-info a:link,
#header #headerIn #header-info a:visited,
#header #headerIn #header-info a:hover {
  text-decoration: none;
}
#header #headerIn #header-info a:hover {
  text-decoration: underline;
}
#header #headerIn form label#searchText {
  float: right;
  width: 173px;
  height: 43px;
  margin: 0px;
  padding: 0px;
  background: url(header-label.gif) no-repeat left top;
}
#header #headerIn form label#searchText input {
  display: block;
  width: 145px;
  height: 43px;
  margin: 0px 6px 0px 22px;
  padding: 0px;
  background: none;
  border: 0px;
  line-height: 3.1em;
}
#header #headerIn form button {
  float: right;
  width: 44px;
  height: 43px;
  margin: 0px;
  padding: 0px;
  background: url(header-button.gif) no-repeat left top;
  border: 0px;
  cursor: pointer;
}

/************************
INFOBOX
*/

#infoBox {
  background: url(boxInfo-rep.gif) repeat-x top left;
}
#infoBox #infoBoxContent {
  margin: auto;
  width: 1030px;
  height: 335px;
  position: relative;
  z-index: 100;
}
#infoBox #infoBoxContent #infoBoxContentIn {
  padding: 80px 75px 0px 0px;
  text-align: right;
}

/* HOMEPAGE MENU */

#infoBox #infoBoxIn {
  margin: auto;
  text-align: left;
  width: 1030px;
  position: relative;
}

#infoBox #infoBoxIn ul#menu {
  width: 960px;
  height: 62px;
  margin: 0;
  margin-left: 35px;
  position: absolute;
  z-index: 1000;
  top: 0;
  padding: 0px;
  background: url(header-menu.gif) no-repeat left top;
  overflow: hidden;
}
#infoBox #infoBoxIn ul#menu li {
  margin: 0px;
  list-style-type: none;
  float: left;
  background: url(header-menuBorder.gif) no-repeat left top;
}
#infoBox #infoBoxIn ul#menu li.first {
  background: none;
}
#infoBox #infoBoxIn ul#menu li a:link,
#infoBox #infoBoxIn ul#menu li a:visited,
#infoBox #infoBoxIn ul#menu li a:hover {
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 21px 33px 25px 33px;
  float: left;
}
#infoBox #infoBoxIn ul#menu li a.active:link,
#infoBox #infoBoxIn ul#menu li a.active:visited,
#infoBox #infoBoxIn ul#menu li a.active:hover,
#infoBox #infoBoxIn ul#menu li a:hover {
  color: #0b56a3;
  background: url(header-menuAct.gif) repeat-x left top;
}
#infoBox #infoBoxIn ul#menu li.first a.active:link,
#infoBox #infoBoxIn ul#menu li.first a.active:visited,
#infoBox #infoBoxIn ul#menu li.first a.active:hover,
#infoBox #infoBoxIn ul#menu li.first a:hover {
  color: #0b56a3;
  background: url(header-menuActFirst.png) no-repeat left top;
}

/* SUBPAGE MENU */
#subpage_menu {
  background: none repeat scroll 0 0 #ebebeb;
  padding-bottom: 10px;
  text-align: center;
}

#subpage_menu ul#menu {
  width: 960px;
  height: 62px;
  margin: 0px 0px 26px 35px;
  padding: 0px;
  background: url(header-menu-sub.png) no-repeat left top;
  overflow: hidden;
  text-align: left;
  margin: auto;
}
#subpage_menu ul#menu li {
  margin: 0px;
  list-style-type: none;
  float: left;
  background: url(header-menuBorder.gif) no-repeat left top;
}
#subpage_menu ul#menu li.first {
  background: none;
}
#subpage_menu ul#menu li a:link,
#subpage_menu ul#menu li a:visited,
#subpage_menu ul#menu li a:hover {
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  text-transform: uppercase;
  padding: 21px 33px 25px 33px;
  float: left;
}
#subpage_menu ul#menu li a.active:link,
#subpage_menu ul#menu li a.active:visited,
#subpage_menu ul#menu li a.active:hover,
#subpage_menu ul#menu li a:hover {
  color: #0b56a3;
  background: url(header-menuAct.gif) repeat-x left top;
}
#subpage_menu ul#menu li.first a.active:link,
#subpage_menu ul#menu li.first a.active:visited,
#subpage_menu ul#menu li.first a.active:hover,
#subpage_menu ul#menu li.first a:hover {
  color: #0b56a3;
  background: url(header-menuActFirst.png) no-repeat left top;
}
/* END SUBPAGE MENU*/

#infoBox #infoBoxContent .slider_data {
  width: 1030px !important;
  height: 335px !important;
}

#infoBox #infoBoxContent .slider_data ul {
  width: 1030px;
  height: 335px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

#infoBox #infoBoxContent .slider_data ul li {
  width: 1030px;
  height: 335px;
  display: block;
  margin: 0;
}

#infoBox #infoBoxContent .slider_data ul li .slideBackground {
  width: 1030px;
  height: 335px;
  display: block;
}

#infoBox #infoBoxContent ol#controls {
  bottom: 20px;
  left: 40px;
  height: 11px;
  margin: 0;
  padding: 0;
  position: absolute;
}
#infoBox #infoBoxContent ol#controls li {
  float: left;
  height: 13px;
  list-style-type: none;
  margin: 0 5px 0 0;
  padding: 0;
  width: 13px;
}
#infoBox #infoBoxContent ol#controls li a:link,
#infoBox #infoBoxContent ol#controls li a:visited,
#infoBox #infoBoxContent ol#controls li a:hover {
  background: url("sliderControls.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 13px;
  text-indent: -9999px;
  width: 13px;
}
#infoBox #infoBoxContent ol#controls li a:hover,
#infoBox #infoBoxContent ol#controls li.current a:link,
#infoBox #infoBoxContent ol#controls li.current a:visited,
#infoBox #infoBoxContent ol#controls li.current a:hover {
  background: url("sliderControlsAct.png") no-repeat scroll 0 0 transparent;
}

#infoBox #infoBoxContent #infoBoxContentIn .sliderHeader {
  color: #fff;
  font-size: 340%;
  padding: 0px 0px 25px 0px;
}
#infoBox #infoBoxContent #infoBoxContentIn h2 {
  color: #fff;
  font-size: 195%;
  padding: 0px 0px 25px 0px;
}
#infoBox #infoBoxContent #infoBoxContentIn a.more:link,
#infoBox #infoBoxContent #infoBoxContentIn a.more:visited,
#infoBox #infoBoxContent #infoBoxContentIn a.more:hover {
  float: right;
  color: #fff;
  text-decoration: none;
  width: 240px;
  height: 50px;
  font-size: 150%;
  background: url(boxInfoHref.png) no-repeat top left;

  display: flex;
  align-items: center;
}
#infoBox #infoBoxContent #infoBoxContentIn a.more:hover {
  background: url(boxInfoHref.png) no-repeat bottom left;
}

#infoBox #infoBoxContent #infoBoxContentIn a.more:link span,
#infoBox #infoBoxContent #infoBoxContentIn a.more:visited span,
#infoBox #infoBoxContent #infoBoxContentIn a.more:hover span {
  display: block;
  padding: 11px 55px 0px 0px;

  padding: 0 0 0 30px;
}



/************************
CONTENT
*/

#content {
  background: #ebebeb;
  line-height: 1.9em;
}
#content #contentIn {
  width: 960px;
  margin: auto;
  padding: 0px 0px 50px 0px;
}
#content #contentIn #leftCol {
  width: 631px;
  float: left;
}
#content #contentIn h2 {
  font-size: 195%;
  color: #1f1a17;
  padding: 0px;
}
#content #contentIn #leftCol h2.choose,
#content #contentIn #leftCol h1.choose {
  background: url(h2-choose.gif) no-repeat 0px 21px;
}
#content #contentIn #leftCol h2.choose span,
#content #contentIn #leftCol h1.choose span {
  background: url(h2-chooseShadow.gif) no-repeat left bottom;
  padding: 27px 0px 39px 50px;
  display: block;
}
#content #contentIn #leftCol ul#chooseList {
  margin: 0px;
  padding: 0px;
}
#content #contentIn #leftCol ul#chooseList li {
  margin: 0px 29px 20px 0px;
  padding: 0px;
  width: 301px;
  height: 110px;
  list-style-type: none;
  float: left;
  background: url(bottomMenu.gif) no-repeat 0px 0px;
  background-size: 100% 100%;
}
#content #contentIn #leftCol ul#chooseList li.even {
  margin: 0px 0px 20px 0px;
}

#content #contentIn #leftCol ul#chooseList li a {
  display: flex;
  align-items: center;
  height: 100%;
}
#content #contentIn #leftCol ul#chooseList li a:link,
#content #contentIn #leftCol ul#chooseList li a:visited,
#content #contentIn #leftCol ul#chooseList li a:hover {
  width: 301px;
  text-decoration: none;
}
#content #contentIn #leftCol ul#chooseList li a:hover {
  background: url(bottomMenuHover.gif) no-repeat 0px 0px;
  background-size: 100% 100%;
}
#content #contentIn #leftCol ul#chooseList li .bottomMenuInfo {
  width: 150px;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
}
#content #contentIn #leftCol ul#chooseList li .bottomMenuInfo strong {
  display: block;
  height: 24px;
  color: #fff;
  font-size: 120%;
  font-style: normal;
}
#content #contentIn #leftCol ul#chooseList li a:hover .bottomMenuInfo strong {
  font-style: normal;
  color: #fff;
}
#content #contentIn #leftCol ul#chooseList li img {
  float: left;
  margin: 6px;
  border: 1px solid transparent;
  border-radius: 10px;
}
#content #contentIn #leftCol h2.company {
  background: url(h2-company.gif) no-repeat 0px 8px;
}
#content #contentIn #leftCol h2.company span {
  background: url(h2-companyShadow.gif) no-repeat left bottom;
  padding: 17px 0px 23px 50px;
  display: block;
}
#content #contentIn #rightCol {
  width: 301px;
  float: right;
}
#content #contentIn #rightCol h2.action {
  background: url(h2-action.gif) no-repeat 0px 21px;
}
#content #contentIn #rightCol h2.action span {
  background: url(h2-actionShadow.gif) no-repeat left bottom;
  padding: 27px 0px 41px 50px;
  display: block;
}
#content #contentIn #rightCol .actionBox {
  width: 301px;
  height: 205px;
  position: relative;
  text-align: center;
  background: url(actionBox.png) no-repeat 0px 0px;
  color: #fff;
  font-size: 175%;
  border: none transparent;
  /*border-radius: 10px;*/
  margin: 0px 0px 27px 0px;
}
#content #contentIn #rightCol .actionBox strong {
  display: block;
  font-size: 205%;
  padding: 21px 0px 10px 0px;
}
#content #contentIn #rightCol .actionBox a:link,
#content #contentIn #rightCol .actionBox a:visited,
#content #contentIn #rightCol .actionBox a:hover {
  position: absolute;
  left: 76px;
  bottom: -19px;
  width: 152px;
  height: 41px;
  background: url(actionBoxHref.png) no-repeat left top;
  color: #fff;
  text-decoration: none;
  font-size: 65%;
}
#content #contentIn #rightCol .actionBox span {
  display: block;
  padding: 7px 0px 0px 0px;
}
#content #contentIn #rightCol .actionBox a:hover {
  background: url(actionBoxHref.png) no-repeat left bottom;
}

#content #contentIn #rightCol h2.contact {
  background: url(h2-contact.gif) no-repeat 0px 21px;
}

#content #contentIn #rightCol h2.contact span {
  display: block;
  background: url(h2-contactShadow.gif) no-repeat left bottom;
  padding: 27px 0px 28px 50px;
}
#content #contentIn #rightCol .contactBox {
  padding: 0px 51px;
}

/************************
Nabidka - podstranka
*/

#content #contentIn #subpage_nabidka .leftColMenu {
  float: left;
  width: 204px;
  margin-top: 20px;
}

#content #contentIn #subpage_nabidka .rightColFull {
  float: right;
  width: 736px;
}

#contentIn #subpage_nabidka #rightCol #leftColTop {
  background: #000;
  color: #ffffff;
  font-size: 115%;
  height: 49px;
  border: 1px solid black;
  border-radius: 15px 15px 0 0;
  width: 202px;
}
#contentIn #subpage_nabidka #rightCol #leftColTop a {
  color: white;
  display: block;
  padding: 19px 0 0 23px;
  text-decoration: none;
}
#contentIn #subpage_nabidka #rightCol ul {
  margin: 0;
  padding: 9px 0 5px;
  width: 202px;
  border: 1px solid black;
  border-radius: 0 0 15px 15px;
}

#contentIn #subpage_nabidka #rightCol ul ul {
  margin: 0;
  padding: 9px 0 5px;
  width: 193px;
  border: 0;
}

#contentIn #subpage_nabidka #rightCol ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li h4 {
  display: inline;
}

#contentIn #subpage_nabidka #rightCol ul li a:link,
#contentIn #subpage_nabidka #rightCol ul li a:visited,
#contentIn #subpage_nabidka #rightCol ul li a:hover {
  display: block;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
}

#contentIn #subpage_nabidka #rightCol ul li a:hover {
  text-decoration: underline;
}
#contentIn #subpage_nabidka #rightCol ul li ul li {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
}

#contentIn #subpage_nabidka #rightCol ul.sub_1 {
  padding: 0;
}
#contentIn #subpage_nabidka #rightCol ul.sub_1 li {
  padding-left: 10px;
}

#contentIn #subpage_nabidka #rightCol #menu .active > a {
  font-size: 14px;
}

#contentIn #subpage_nabidka #rightCol #contactform {
  border: 1px solid #000;
  border-radius: 0 0 15px 15px;
  padding: 15px;
}

#contentIn #subpage_nabidka #rightCol #contactform textarea {
  width: 166px;
}

/**** nabidka plastu*/

#subpage_nabidka #leftCol .section_header span a {
  padding: 1px 15px 1px 25px;
}

#subpage_nabidka #leftCol #technicke_plasty .a_vyr {
  background: url("/data/img/tech_vp.gif") no-repeat;
  padding-left: 25px;
}

#subpage_nabidka #leftCol #technicke_plasty .a_fyz {
  background: url("/data/img/tech_fyz.gif") no-repeat;
  padding-left: 25px;
}

#subpage_nabidka #leftCol #spickove_plasty .a_vyr {
  background: url("/data/img/spic_vp.gif") no-repeat;
  padding-left: 25px;
}

#subpage_nabidka #leftCol #spickove_plasty .a_fyz {
  background: url("/data/img/spic_fyz.gif") no-repeat;
  padding-left: 25px;
}

#subpage_nabidka #leftCol #bezne_plasty .a_vyr {
  background: url("/data/img/bezn_vp.gif") no-repeat;
  padding-left: 25px;
}

#subpage_nabidka #leftCol #bezne_plasty .a_fyz {
  background: url("/data/img/bezn_fyz.gif") no-repeat;
  padding-left: 25px;
}

/************************
FOOTER
*/

#footer {
  color: #000000;
  background: #cccccc;
  clear: both;
}
#footer #footerIn {
  width: 960px;
  margin: auto;
  padding: 29px 0px 0px 0px;
  text-align: right;
}
#footer #footerIn ul {
  margin: 0px;
  padding: 0px;
  float: left;
}
#footer #footerIn ul li {
  margin: 0px;
  padding: 0px 22px 0px 2px;
  list-style-type: none;
  float: left;
}
#footer #footerIn ul li a:link,
#footer #footerIn ul li a:visited,
#footer #footerIn ul li a:hover {
  /*color:#000000;*/
}

#breadcrumb {
  margin-bottom: 0;
  padding: 14px 10px 9px 10px;
  background: url("breadcrumb-bg.gif") no-repeat left bottom;
}

#content #contentIn #rightCol .newsletterBox {
  padding: 0px 51px;
  margin-bottom: 20px;
}
#content #contentIn #rightCol h2.newsletter {
  background: url(h2-newsletter.gif) no-repeat 0px 21px;
}
#content #contentIn #rightCol h2.newsletter span {
  display: block;
  background: url(h2-contactShadow.gif) no-repeat left bottom;
  padding: 27px 0px 28px 50px;
}
#obal-news {
  border: 1px solid #000;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  padding: 15px;
}

#header-info p {
  float: left;
  display: block;
  width: 270px;
}
#preklik-kontakt {
  width: 301px;
  height: 205px;
  position: relative;
  text-align: center;
  background: #083675;
  color: #fff;
  font-size: 175%;
  border: none transparent;
  /*border-radius: 10px;*/
  margin: 0px 0px 27px 0px;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

  text-decoration: none;
}
#preklik-kontakt:hover {
  background: #112847;
}
#content #contentIn #rightCol #preklik-kontakt strong {
  display: block;
  font-size: 205%;
  padding: 21px 0px 10px 0px;
}
#roh {
  z-index: 1420;
  position: absolute;
  background-image: url("ousko.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 204px;
  height: 204px;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
#roh:hover {
  background-position: 0px -204px;
}

div.gal2 {
  width: 490px;
  margin: auto;
}

div.gal2 div.gallery_item {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #000000;
}
div.gal2 div.gallery_clear {
  clear: both;
}

table.obrobky {
  border: 1px solid black;
  border-collapse: collapse;
  background: #f3f5bb;
}
table.obrobky td {
  padding: 5px;
}

div.obrobkyPoptavka {
  float: right;
  width: 250px;
}

div.lineTop {
  width: 100%;
  height: 38px;
  padding-top: 16px;
  color: #fff;
  background: #2ecc71 none repeat scroll 0% 0%;
  text-align: center;
  font-size: 17px;
  position: fixed;
  z-index: 99999;
  top: 0px;
  background: #fba114 none repeat scroll 0% 0%;
}

div.lineTop a:link,
div.lineTop a:visited {
  color: #ffffff;
}

#choose_out {
  width: 628px;
  height: 270px;
  background: url("/gfx/tribon-technicke-plasty-rozklik-pozadi.png");
  text-align: center;
  padding-top: 1px;
  z-index: 50;
  margin: 0 auto;
  max-width: 100%;
}
#choose_in {
  margin-top: 15px;
  position: relative;
  top: -235px;
  z-index: 90;
  margin-bottom: -140px;
}

#contentIn #subpage_nabidka #rightCol #leftColTop.contact_box_top {
  height: 19px;
  padding: 18px 10px 12px 20px;
  width: 172px;
  margin-top: 15px;
}

@media only screen and (max-width: 1000px) {
  div.lineTop {
    height: auto;
    position: relative;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  iframe {
    max-width: 100%;
  }

  #header {
    margin-top: 0 !important;
  }
  #header,
  #header #headerIn,
  #header #headerIn #header-info,
  #header #headerIn a.header-logo,
  #infoBox,
  #content #contentIn,
  #infoBox #infoBoxIn,
  #infoBox #infoBoxIn ul#menu,
  #footer,
  #footer #footerIn,
  #infoBox #infoBoxContent,
  #infoBox #infoBoxContent .slider_data,
  #content #contentIn #rightCol,
  #content #contentIn #leftCol,
  #infoBox #infoBoxContent .slider_data ul li,
  #infoBox #infoBoxContent .slider_data ul li .slideBackground,
  #infoBox #infoBoxContent .slider_data ul,
  #infoBox #infoBoxIn ul#menu li,
  #infoBox #infoBoxIn ul#menu li a,
  #subpage_menu ul#menu li,
  #subpage_menu ul#menu li a,
  #subpage_menu ul#menu,
  #preklik-kontakt,
  #content #contentIn #subpage_nabidka .leftColMenu,
  #contentIn #subpage_nabidka #rightCol #leftColTop,
  #contentIn #subpage_nabidka #rightCol ul,
  #content #contentIn #subpage_nabidka .rightColFull,
  #content #contentIn #leftCol ul#chooseList li,
  #contentIn #subpage_nabidka #rightCol #leftColTop.contact_box_top,
  div.obrobkyPoptavka,
  div.gal2,
  #footer #footerIn ul,
  #footer #footerIn ul li,
  #infoBox #infoBoxContent #infoBoxContentIn,
  #contentIn #subpage_nabidka #rightCol ul ul,
  #contentIn #subpage_nabidka #rightCol ul li,
  #footer #footerIn #header-info {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    float: left;
    text-align: center;
  }

  #infoBox #infoBoxContent,
  #infoBoxContent {
    display: none;
  }

  #infoBox #infoBoxContent .slider_data ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #infoBox #infoBoxContent .slider_data {
    height: auto !important;
  }

  div.gal2 {
    margin: 25px 0;
  }

  #content #contentIn h2 {
    margin-top: 50px;
    clear: both;
  }

  #footer #footerIn ul {
    margin-bottom: 25px;
  }

  #footer #footerIn ul li {
    margin: 10px 0;
  }

  #contentIn #subpage_nabidka #rightCol ul,
  #content #contentIn #rightCol {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #contentIn #subpage_nabidka #rightCol #leftColTop.contact_box_top,
  #contentIn #subpage_nabidka #rightCol #leftColTop {
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #content #contentIn #leftCol ul#chooseList li,
  #content #contentIn #leftCol ul#chooseList li a {
    background-position: center;
    margin: 25px auto;
    float: none;
  }

  #content #contentIn #leftCol,
  #content #contentIn #rightCol,
  #content #contentIn #subpage_nabidka .rightColFull {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10%;
  }

  #content #contentIn #rightCol {
    width: 100%;
    margin: 0 auto;
  }

  #preklik-kontakt {
    padding-bottom: 40px;
  }

  #content #contentIn #rightCol h2.action span,
  #content #contentIn #rightCol h2.contact span,
  #content #contentIn #leftCol h2.choose span,
  #content #contentIn #leftCol h1.choose span {
    background-position: center bottom;
  }

  #infoBox #infoBoxContent .slider_data ul {
    height: auto !important;
  }

  #header #headerIn a.header-logo:link,
  #header #headerIn a.header-logo:visited,
  #header #headerIn a.header-logo:hover {
    margin: 4% 0;
  }

  #infoBox #infoBoxContent .slider_data {
    width: 100% !important;
  }

  #footer {
    padding: 5% 0;
  }
  #infoBox #infoBoxIn ul#menu,
  #subpage_menu ul#menu {
    background: rgb(40, 39, 39);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(40, 39, 39, 1)),
      to(rgba(0, 0, 0, 1))
    );
    background: linear-gradient(
      to bottom,
      rgba(40, 39, 39, 1) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282727', endColorstr='#000000',GradientType=0 );
  }

  #infoBox #infoBoxIn ul#menu li,
  #infoBox #infoBoxIn ul#menu li.first a.active:link,
  #infoBox #infoBoxIn ul#menu li.first a.active:visited,
  #infoBox #infoBoxIn ul#menu li.first a.active:hover,
  #infoBox #infoBoxIn ul#menu li.first a:hover,
  #subpage_menu ul#menu li a.active:link,
  #subpage_menu ul#menu li a.active:visited,
  #subpage_menu ul#menu li a.active:hover,
  #subpage_menu ul#menu li a:hover,
  #subpage_menu ul#menu li,
  #subpage_menu ul#menu li.first a.active:link,
  #subpage_menu ul#menu li.first a.active:visited,
  #subpage_menu ul#menu li.first a.active:hover,
  #subpage_menu ul#menu li.first a:hover {
    background: transparent;
  }

  #infoBox #infoBoxIn ul#menu li,
  #subpage_menu ul#menu li {
    border-bottom: 1px solid #313131;
  }

  #header-info p {
    width: 33%;
    margin-bottom: 15px;
  }

  #leftCol ul li {
    text-align: left;
  }

  #header #headerIn #header-info {
    right: 0;
  }

  #infoBox #infoBoxIn ul#menu li a:link,
  #infoBox #infoBoxIn ul#menu li a:visited,
  #infoBox #infoBoxIn ul#menu li a:hover,
  #subpage_menu ul#menu li a:link,
  #subpage_menu ul#menu li a:visited,
  #subpage_menu ul#menu li a:hover {
    padding: 2% 0;
  }

  #content #contentIn #leftCol ul#chooseList li a:link,
  #content #contentIn #leftCol ul#chooseList li a:visited,
  #content #contentIn #leftCol ul#chooseList li a:hover {
    width: 100%;
    height: auto;
    background: black;
    border-radius: 15px;
  }

  #content #contentIn #leftCol ul#chooseList li img {
    float: none;
  }

  #content #contentIn #leftCol ul#chooseList li .bottomMenuInfo {
    float: none;
    width: auto;
    margin: 0;
  }

  #small_menu {
    display: block;
    margin: 5% 0;
    float: left;
    width: 20%;
    text-align: center;
  }

  .page_1 #small_menu {
    display: none;
  }

  .page_1 a.logo:link {
    width: 100%;
  }

  #small_menu_icon {
    width: 50%;
    cursor: pointer;
    margin-top: 10%;
    max-width: 50px;
  }

  #subpage_menu ul#menu {
    display: none;
  }

  #header #headerIn a.header-logo {
    width: 80%;
  }

  .page_1 #header #headerIn a.header-logo {
    width: 100%;
  }

  #page_1.mobile.not_tablet #small_menu {
    display: none;
  }
}

@media only screen and (orientation: portrait) {
  #header-info p {
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 629px) {
  #choose_out,
  #choose_in {
    display: none;
  }
}

#konzultace_form {
  width: 100%;
  text-align: center;
}

#konzultace_form input,
#konzultace_form textarea {
  width: 50%;
  height: 30px;
  text-align: center;
}

#konzultace_form input.form_submit {
  background: #29c075;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#29c075),
    to(#10a32e)
  );
  background: linear-gradient(to bottom, #29c075 0%, #10a32e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29c075', endColorstr='#10a32e',GradientType=0 );
  border-radius: 5px;
  border: 0;
  color: white;
  border-bottom: 2px solid black;
  cursor: pointer;
}

#konzultace_form textarea {
  height: 70px;
}

#tags {
  margin-top: 20px;
  font-style: italic;
}

.search_results_item {
  margin-top: 40px;
}
.search_results_title {
  font-size: 150%;
}

#demand_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

#demand_button_1 {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#demand_button_1 .demand_button_wrapper a {
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  max-width: 10rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(75, 162, 229, 1)),
    to(rgba(10, 77, 153, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(75, 162, 229, 1) 0%,
    rgba(10, 77, 153, 1) 100%
  );
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.74);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.74);
}

#demand_button_1 .demand_button_wrapper {
  display: inline-block;
  float: right;
  text-align: right;
}

#demand_button_1 .demand_button_wrapper a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(75, 162, 229, 1)),
    to(rgba(80, 147, 224, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(75, 162, 229, 1) 0%,
    rgba(80, 147, 224, 1) 100%
  );
}

#demand_button .demand_button_wrapper a {
  display: inline-block;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  max-width: 10rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(75, 162, 229, 1)),
    to(rgba(10, 77, 153, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(75, 162, 229, 1) 0%,
    rgba(10, 77, 153, 1) 100%
  );
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.74);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.74);
}

#demand_button .demand_button_wrapper a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(75, 162, 229, 1)),
    to(rgba(80, 147, 224, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(75, 162, 229, 1) 0%,
    rgba(80, 147, 224, 1) 100%
  );
}

.call_wrapper {
  width: 50%;
  float: left;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.call_wrapper span:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 10px;
  width: 20px;
  content: "";
  background: url(/gfx/phone.png);
  background-size: 100% 100%;
}

.cta_wrapper {
  width: 100%;
  float: left;
}

.call_wrapper a {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}

.call_wrapper span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.page_43 #demand_button {
  display: none;
}

.photo {
  display: none;
}

#corona {
  position: fixed;
  z-index: 5000;
  width: 90%;
  max-width: 1200px;
  height: 300px;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid black;
  padding: 30px;
  -webkit-box-shadow: -9px 11px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -9px 11px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -9px 11px 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
  font-size: 22px;
}

.closeBtn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: red;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 24px;
}

.closeBtn:hover {
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: -16px;
  font-size: 25px;
  right: -16px;
}

figure img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 650px) {
  #corona {
    height: 90%;
    top: 10%;
    width: 75%;
  }
}
.text-gallery {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.text-gallery img {
  max-width: 200px;
  height: auto;
}
.text-gallery .gallery_item:nth-child(3n) {
  margin: 0px 20px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .text-gallery {
    flex-wrap: wrap;
    justify-content: left;
  }
  .text-gallery .gallery_item:nth-child(3n) {
    margin: 0px 0px;
    margin-bottom: 0px;
  }
}

.new-footer {
  display: flex;
  max-width: 960px;
  margin: auto;
  padding: 20px;
  padding-bottom: 0;
}

.new-footer p {
  width: 50%;
  text-align: left;
}

.new-footer .footer-contact {
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .call_wrapper {
    width: 100%;
    text-align: center;
  }

  #demand_button_1 {
    width: 100%;
    padding-right: 0;
  }

  #demand_button_1 .demand_button_wrapper {
    float: none;
    text-align: center;
  }

  .call_wrapper:before {
    display: none;
  }

  .new-footer {
    flex-direction: column;
  }

  .new-footer p {
    text-align: justify;
    width: 100%;
    margin-bottom: 20px;
  }

  .new-footer .footer-contact {
    text-align: center;
    width: 100%;
  }
}

.merry-christmass {
  padding: 10px 15px;
  background-color: #cc0000;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

#leftCol h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}


.table-wrap{
  overflow: auto;
}

#submenu .sub_1 {
  overflow: hidden;
}