* {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.clear {
  clear: both;
}
.hideNav {
  top: -90px !important;
}
.hideNavMobile {
  top: -180px !important;
}
body {
  font-size: 62.5%;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  padding-top: 90px;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
#mobilemenu {
  width: 300px;
  position: fixed;
  top: 10px;
  right: -190px;
  z-index: 9999999;
  transition: top 0.3s ease-out;
  display: none;
}
#mobilemenu span.hamburger {
  width: 100px;
  background: #f71211;
  color: #fff;
  font-size: 2em;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  border: 2px solid #b10100;
  position: absolute;
  left: 0;
}
#mobilemenu ul.menu {
  list-style: none;
  width: 190px;
  background: #f71211;
  border: 2px solid #b10100;
  color: #fff;
  padding: 7px 0;
  position: absolute;
  right: 0;
}
#mobilemenu ul.menu li {
  font-size: 1.7em;
  font-weight: bold;
  border-bottom: 1px dashed #ff9190;
}
#mobilemenu ul.menu li:last-child {
  border: 0;
}
#mobilemenu ul.menu li a {
  text-decoration: none;
  color: #fff;
  padding: 7px 15px;
  display: block;
}


/*
 *  HEADER
 */
#header {
  background: #fff;
  padding: 10px 0 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: top 0.3s ease-out;
}
#header h1 {
  float: left;
}
#header h1 img {
  height: 70px;
  width: auto;
}
#header ul.menu {
  float: left;
  list-style: none;
  margin-left: 100px;
}
#header ul.menu li {
  line-height: 70px;
  font-size: 1.7em;
  float: left;
  font-weight: bold;
  position: relative;
}
#header ul.menu li a {
  text-decoration: none;
  color: #353535;
  display: block;
  height: 100%;
  padding: 0 20px;
  transition: all 0.3s ease;
}
#header ul.menu li a:hover {
  color: #ee000f;
}
#header ul.menu ul {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  transition: all 0.3s ease;
}
#header ul.menu ul li {
  font-size: 1em;
  line-height: normal;
  float: none;
}
#header ul.menu ul li a {
  background: #ee000f;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
}
#header ul.menu ul li a:hover {
  background: #d8000e;
  color: #fff;
}
#header ul.menu li:hover ul {
  display: block;
}
#header a.kontakt {
  float: right;
  text-decoration: none;
  text-align: center;
  height: 70px;
  width: 150px;
  position: relative;
}
#header a.kontakt .icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#header a.kontakt .icon img {
  height: 42px;
  width: auto;
  position: absolute;
  left: 54px;
}
#header a.kontakt .tel {
  color: #ee000f;
  display: block;
  font-size: 1.8em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#header a.kontakt .icon img.hover {
  display: none;
}
#header a.kontakt:hover img.hover {
  display: block;
}
#header a.kontakt:hover img.nohover {
  display: none;
}
#header a.kontakt:hover .tel {
  color: #353535;
}


/*
 *  SLIDER
 */
#slider {
  background: #f4f5f7;
  height: 600px;
  width: 100%;
  clear: both;
}
#slider .slider {
  height: 600px;
  width: 100%;
}
#slider .slider .slide {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
#slider .slider .slide1 { background-image: url("../img/slider/slide1.jpg"); }
#slider .slider .slide2 { background-image: url("../img/slider/slide2.jpg"); }
#slider .slider .slide3 { background-image: url("../img/slider/slide3.jpg"); }
#slider .bx-wrapper {
  border: 0;
  box-shadow: none;
}
#slider .slider .slide .titleslide {
  color: #fff;
  font-size: 5.7em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 80px;
  letter-spacing: 3px;
  text-shadow: 0 0 10px #000;
}
#slider .bx-wrapper .bx-controls-direction a {
  height: 36px;
  width: 36px;
}
#slider .bx-wrapper .bx-prev {
  background: url("../img/arrowslider.png") no-repeat 0 0;
}
#slider .bx-wrapper .bx-next {
  background: url("../img/arrowslider.png") no-repeat -36px 0;
}
#slider .bx-wrapper .bx-prev:hover {
  background-position: 0 -36px;
}
#slider .bx-wrapper .bx-next:hover {
  background-position: -36px -36px;
}


/*
 *  NASA PONUKA
 */
#ponuka {
  background: #fff;
  padding: 40px 0;
}
#ponuka h2 {
  font-size: 3.2em;
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal;
}
#ponuka .custom p {
  font-size: 1.6em;
  color: #1f1f1f;
  line-height: 1.8em;
  padding-bottom: 20px;
}
#ponuka p.title {
  font-size: 2em;
  border: 3px solid #f71211; 
  color: #f71211;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
#ponuka .video {
  margin-bottom: 20px;
  text-align: center;
}
#ponuka p.inspiracia {
  font-size: 1.8em;
  color: #f71211;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
#ponuka .linkbox {
  text-align: center;
}
#ponuka .linkbox a {
  padding: 15px 25px;
  display: inline-block;
  background: #f71211;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
#ponuka .linkbox a:hover {
  background: #d20100;
}


/*
 *  NASE SLUZBY
 */
#sluzby {
  background: #f4f5f7;
  padding: 40px 0;
}
#sluzby h2 {
  font-size: 3.2em;
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal;
}
#sluzby .linkbox {
  text-align: center;
}
#sluzby .linkbox a {
  padding: 15px 25px;
  display: inline-block;
  background: #f71211;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
#sluzby .linkbox a:hover {
  background: #d20100;
}
#sluzby .wrapper {
  overflow: hidden;
  padding-bottom: 40px;
}
#sluzby .wrapper .box {
  float: left;
  width: 280px;
  margin: 0 10px;
}
#sluzby .wrapper .box img {
  width: 100%;
  height: auto;
}
#sluzby .wrapper .box p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  color: #292929;
  text-align: center;
  padding-top: 10px;
}
#sluzby .wrapper .box p::before {
  content: "";
  display: inline-block;
  background: #f71211;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  margin-bottom: 2px;
}


/*
 *  HODNOTENIA
 */
#hodnotenia {
  background: #fff;
  padding: 40px 0;
}
#hodnotenia h2 {
  font-size: 3.2em;
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal;
}
#hodnotenia .container {
  width: 800px;
}
#hodnotenia .custom p {
  font-size: 1.6em;
  color: #1f1f1f;
  line-height: 1.8em;
}
#hodnotenia .wrapper {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 40px 0;
  padding: 40px 0;
}
#hodnotenia .bx-wrapper {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
#hodnotenia .wrapper .slider .slide {
  padding: 0 100px;
  text-align: center;
}
#hodnotenia .wrapper .slider .slide .text {
  font-size: 1.6em;
  color: #1f1f1f;
  line-height: 1.8em;
}
#hodnotenia .wrapper .slider .name {
  font-size: 1.6em;
  color: #1f1f1f;
  font-weight: bold;
  padding-top: 10px;
}
#hodnotenia .linkbox {
  text-align: center;
}
#hodnotenia .linkbox a {
  padding: 15px 25px;
  display: inline-block;
  background: #f71211;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
#hodnotenia .linkbox a:hover {
  background: #d20100;
}
#hodnotenia .linkbox a.mobile {
  display: none;
}
#hodnotenia .bx-wrapper .bx-controls-direction a {
  height: 33px;
  width: 18px;
}
#hodnotenia .bx-wrapper .bx-prev {
  background: url("../img/arrowleft.png") no-repeat 0 0;
}
#hodnotenia .bx-wrapper .bx-next {
  background: url("../img/arrowright.png") no-repeat 0 0;
}
#hodnotenia .bx-wrapper .bx-prev:hover,
#hodnotenia .bx-wrapper .bx-next:hover {
  background-position: 0 -33px;
}


/*
 *  O NAS
 */
#onas {
  padding: 60px 0;
  background: #fff url("../img/onas.png") no-repeat center;
  background-size: cover;
}
#onas .container {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
#onas h2 {
  font-size: 3.2em;
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal;
}
#onas .custom p {
  font-size: 1.6em;
  color: #1f1f1f;
  line-height: 1.8em;
  padding-bottom: 20px;
}
#onas .custom ul {
  list-style: none;
  margin-left: 20px;
}
#onas .custom ul li {
  font-size: 1.6em;
  color: #1f1f1f;
  line-height: 1.8em;
  padding-bottom: 5px;
}
#onas .custom ul li::before {
  content: "";
  display: inline-block;
  background: #f71211;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-bottom: 2px;
}


/*
 *  KONTAKT
 */
 #kontakt {
  background: #fff;
  padding: 40px 0;
}
#kontakt h2 {
  font-size: 3.2em;
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal;
}
#kontakt .wrapper {
  overflow: hidden;
}
#kontakt .wrapper .box {
  float: left;
  margin: 0 10px 20px;
  width: 280px;
  color: #1f1f1f;
}
#kontakt .wrapper .box.tel {
  clear: both;
}
#kontakt .wrapper .box .custom p {
  font-size: 1.6em;
  color: #1f1f1f;
  line-height: 1.8em;
}
#kontakt .wrapper .box .custom a {
  text-decoration: none;
  color: #f71211;
  transition: all 0.3s ease;
}
#kontakt .wrapper .box .custom a:hover {
  color: #b10100;
}
#kontakt .wrapper .box p.title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.7em;
}
#kontakt .wrapper .box .custom p img {
  width: 46px;
  height: auto;
}

#mapa {
  margin-bottom: 40px;
}
#mapa #map_canvas {
  width: 100%;
  height: 400px;
}
#mapa #map_canvas iframe {
  width: 100%;
}
#mapa .linkbox {
  text-align: center;
  padding-top: 20px;
}
#mapa .linkbox a {
  padding: 15px 25px;
  display: inline-block;
  background: #f71211;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
#mapa .linkbox a:hover {
  background: #d20100;
}


/*
 *  FOOTER
 */
#footer {
  background: #f71211;
  padding: 20px 0;
}
#footer p {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
.cookieinfo a {
  text-decoration: underline !important;
}
.cookieinfo .cookieinfo-close {
  background: #fff !important;
}


/*
 *  CONTENT
 */
#content {
  background: #f4f5f7;
  padding: 40px 0;
}
#content .item-page .icons {
  display: none;
}
#content h2 {
  font-size: 3.2em;
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 20px;
  font-weight: normal;
}
#content h3 {
  font-size: 2.5em;
  color: #2b2b2b;
  padding-bottom: 10px;
  font-weight: normal;
}
#content p {
  font-size: 1.6em;
  color: #1f1f1f;
  line-height: 1.8em;
  padding-bottom: 20px;
}


/*
 *  FOTOGALERIA
 */
div.main_thumb_table {
  width: 1200px !important;
}
div.main_thumb_table div.tr div.obrazok {
  width: 280px !important;
  float: left;
  margin: 10px;
}
div.main_thumb_table div.tr div.obrazok img {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 20px 25px -20px #000;
  transition: all 0.3s ease;
}
div.main_thumb_table div.tr div.obrazok img:hover {
  box-shadow: 0 20px 35px -20px #000;
}
div.lbox_slideshow_buttons {
  margin-left: 45%;
}


/*
 *  KATALOGY
 */
#content .item-page.katalogy {
  overflow: hidden;
}
#content .item-page.katalogy a {
  float: left;
  margin: 10px;
}
#content .item-page.katalogy a img {
  width: auto;
  height: 395px;
  box-shadow: 0 20px 25px -20px #000;
  transition: all 0.3s ease;
}
#content .item-page.katalogy a img:hover {
  box-shadow: 0 20px 35px -20px #000;
}
#content .blog.katalogy {
  overflow: hidden;
}
#content .blog.katalogy .items-leading .leading a.katalogBox {
  float: left;
  margin: 10px;
}
#content .blog.katalogy .items-leading .leading a.katalogBox img {
  width: auto;
  height: 395px;
  max-width: 280px;
  box-shadow: 0 20px 25px -20px #000;
  transition: all 0.3s ease;
}
#content .blog.katalogy .items-leading .leading a.katalogBox img:hover {
  box-shadow: 0 20px 35px -20px #000;
}