@charset "UTF-8";
/*
Theme Name: IT v kostce
Theme URI: https://webdesign.itvkostce.cz
Author: Martin Gross
Author URI: https://webdesign.itvkostce.cz
Description: Šablona vytvořená na míru pro potřeby klienta
Version: 1.0
License: Copyright - Martin Gross 
Tags: custom-made
Text Domain: itvkostce
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Variables
# General
# Elements
# Typography
# Links
# Icons
# Menus
# Atomic Styles
# WYSIWYG
# Footer
# Form
# Subpage - Content formatting
# Breakpoints

--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Cabin:400,700&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Montserrat');
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  height: 100%;
}

body {
  font-family: 'Cabin', sans-serif !important;
  background: #ffffff;
}

html, body {
  margin: 0;
  padding: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.subpage.site-wrapper {
  /*margin-top: 75px;*/
	margin-top: 50px;
}

@media (max-width: 650px) {
  .site-wrapper {
    margin-top: 75px;
  }
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
p {
  font-size: 18px;
  font-weight: 400;
}

a, h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 40px;
  font-weight: 400;
}

h2 {
  font-size: 35px;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

h4, .about-product h2 {
  font-size: 25px;
  font-weight: 400;
}

h5, .item-box h2 {
  font-size: 20px;
}

.item-box h2 {
  font-weight: normal;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  background-color: transparent;
  font-size: 18px;
  transition: .5s color;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

a:visited {
  color: white;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
/* Hamburger Icon */
#hamburger-icon {
  display: none;
  width: 28px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #5db7e7;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-icon:hover span {
  background: white;
}

#hamburger-icon span:nth-child(1) {
  top: 0px;
}

#hamburger-icon span:nth-child(2), #hamburger-icon span:nth-child(3) {
  top: 10px;
}

#hamburger-icon span:nth-child(4) {
  top: 20px;
}

#hamburger-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*--------------------------------------------------------------
## Grids
--------------------------------------------------------------*/
.column {
  margin-bottom: 1.5em;
}

.column-item {
  float: left;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.cols-2 .column-item {
  max-width: 50%;
}

@media (max-width: 750px) {
  .cols-2 .column-item {
    max-width: 100%;
  }
}

.cols-3 .column-item {
  width: 33.33%;
}

.cols-4 .col-item {
  max-width: 25%;
}

.cols-6 .col-item {
  max-width: 16.66%;
}

.cols-7 .col-item {
  max-width: 14.28%;
}

.cols-8 .col-item {
  max-width: 12.5%;
}

.cols-9 .col-item {
  max-width: 11.11%;
}

.col-caption {
  display: block;
}

.fourth {
float: left; width: 25%; padding-bottom: 20px;
}

.fourth:nth-of-type(4n+1) {
padding-right: 15px;
}

.fourth:nth-of-type(4n+2) {
padding-left: 5px;
padding-right: 10px;
}

.fourth:nth-of-type(4n+3) {
padding-left: 10px;
padding-right: 5px;
}

.fourth:nth-of-type(4n) {
padding-left: 15px;
}

/*-----float cleaner-----*/

.float_in:before, .float_in:after {
content:"";
display:table;
}

.float_in {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.float_in:after {
clear:both;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav {
  position: fixed;
  top: 0;
  z-index: 150;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 100%;
  background: #2B2B2B;
  height: auto;
  transition: top .5s, opacity .5s, background .5s, box-shadow .8s;
  opacity: 1;
  height: 75px;
}

.home nav {
  background: rgba(0, 0, 0, 0.5);
}

nav.sticky {
  background: #2B2B2B;
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
}

nav .logo a {
  float: left;
  clear: right;
}

nav .logo #logo-img {
  height: 57px;
  width: auto;
  float: left;
}

nav .logo h3 {
  text-transform: uppercase;
  color: #703882;
  font-weight: bold;
  float: left;
  margin-left: 9px;
  line-height: 1;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
  color: #5db7e7;
  transition: color .5s;
}

.main-navigation a:hover {
  color: white;
}

.main-navigation ul {
  padding-bottom: -8px;
}

.main-navigation ul li {
  display: inline;
}

.main-navigation {
  float: right;
  position: relative;
  z-index: 150;
}

.main-navigation .contact-info {
  text-align: right;
  display: flex;
  align-items: bottom;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.main-navigation .contact-info .contact-info-single {
  float: right;
  display: inline;
  padding-left: 26px;
}

.main-navigation .contact-info .contact-info-single p {
  padding-left: 7px;
}

.main-navigation .contact-info #social-icon-container-facebook {
  padding-left: 32px;
}

.main-navigation .contact-info #social-icon-container-facebook img {
  display: block;
}

.main-navigation .contact-info .contact-info-single * {
  display: inline;
}

.main-navigation .contact-info a {
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  color: #f6f3ed;
  transition: color .5s;
}

.main-navigation .contact-info a:hover {
  color: #9f7759;
}

.contact-info p {
  line-height: 1;
}

.main-navigation .primary-menu {
  padding-bottom: 7px;
}

.main-navigation ul {
  float: right;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
  padding-left: 13px;
  text-transform: lowercase;
}

/* Responsive menu */
@media (min-width: 991.5px) {
  nav ul {
    max-height: 230px !important;
  }
}

@media (max-width: 991.5px) {
  nav .main-navigation {
    height: auto;
    max-height: auto;
    position: relative;
    float: right;
  }
  nav .contact-info {
    display: none;
  }
  nav .main-navigation ul {
    display: none;
    max-height: 0;
    margin-right: 45px;
    display: block;
    overflow: hidden;
  }
  nav .main-navigation ul li {
    float: none;
    display: block;
    line-height: 2;
  }
  nav .main-navigation ul li a {
    display: inline-block;
  }
  nav .main-navigation .contact-info {
    display: none;
  }
  #hamburger-icon {
    display: block;
    position: relative;
    top: 33px;
    right: 0;
    z-index: 100;
  }
  nav {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 650px) {
  nav, .home nav {
    background: #2B2B2B;
  }
}

@media (max-width: 450px) {
  nav .main-navigation {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  nav .main-navigation ul {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
  nav .main-navigation ul li {
    padding-left: 0;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: center;
  }
  nav .main-navigation ul li:first-child {
    margin-top: 15px;
  }
  nav .main-navigation ul li:last-of-type {
    padding-bottom: 0;
  }
  nav .main-navigation .menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

.open-nav {
  max-height: 230px !important;
}

.nav-transition {
  transition: all .8s;
  transition-delay: 0s;
  -webkit-transition: max-height 800ms ease-in-out;
  -moz-transition: max-height 800ms ease-in-out;
  -o-transition: max-height 800ms ease-in-out;
  transition: max-height 800ms ease-in-out;
}

/*--------------------------------------------------------------
## Atomic styles
--------------------------------------------------------------*/

h1 {
  color: #297db2;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-upper {
  text-transform: uppercase;
}

.text-thin {
  font-weight: 100;
}

.no-decoration {
  text-decoration: none;
}

.highlight {
  opacity: 1;
  transition: .5s opacity;
}

.highlight:hover {
  opacity: 0.7;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.btn {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  transition: .5s background, .5s color, .5s border;
  display: inline-block;
}

a.btn {
  color: white;
  text-decoration: none;
}

.btn-blue {
  background: #297db2;
  color: white;
  font-weight: 400;
  padding: 11px 24px;
  border: 2px solid transparent;
}

.btn-blue:hover {
  background: white;
  border: 2px solid #297db2;
  color: #297db2;
}

.form-contact-info a.btn-terms {
  margin-top: 30px;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: normal;
}

.form-contact-info a.btn-terms:hover {
  background-color: #fff;
  color: #2b2b2b;
}


@media (max-width: 767.5px) {
  .btn-terms {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
## WYSIWYG
--------------------------------------------------------------*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  color: white;
  padding: 11.5px 0px 11.5px 0px;
  background-color: #222222;
  position: relative;
}

footer p,
footer a {
  font-weight: normal;
  font-size: 16px;
  color: #f6f3ed;
}

footer a:visited,
footer a:focus {
  color: white;
}

footer a:hover {
  color: #3ea3de;
}

footer p {
margin-bottom: 0;	
}

@media (max-width: 767.5px) {
  footer p {
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: 'Cabin', sans-serif;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
  position: relative;
  overflow: hidden;
margin-top: -13px;
}

header .item img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block;
}

.carousel {
  min-height: 500px;
  background: #ccc;
}

@media (max-width: 1366px) {
  .carousel {
    min-height: auto;
    background: none;
  }
}

header .item {
  position: relative;
}

.slider-overlay {
  height: 100%;
  width: 100%;
  background: black;
}

header .container {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

header .slider-text {
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 100px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 180%;
  text-align: right;
  z-index: 100;
  text-align: left;
}

header .slider-text h4 {
  float: left;
  margin-bottom: 0;
  background: rgba(93, 183, 231, 0.8);
  padding: 20px 15px;
}

header .slider-text h5 {
  float: left;
  clear: left;
  background: rgba(41, 125, 178, 0.8);
  padding: 10px 15px;
  text-transform: none;
  font-weight: normal;
}

@media (max-width: 992px) {
  header .container {
    max-width: 100% !important;
  }
  header .slider-text {
    left: 10px; right: 10px;
  }
}

@media (max-width: 650px) {
  .slider-text {
    display: none;
  }
}

.owl-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 transparent;
  border-radius: 20px;
  display: block;
  height: 15px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 15px;
  border: 2px solid white;
}

.owl-buttons {
  display: none;
}

@media (max-width: 800px) {
  .owl-carousel .owl-prev img,
  .owl-carousel .owl-next img {
    width: 70%;
  }
}

@media (max-width: 620px) {
  .owl-carousel .owl-prev img,
  .owl-carousel .owl-next img {
    display: none;
  }
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact {
  background: #2b2b2b;
  padding-top: 64px;
  padding-bottom: 70px;
}

.contact h3 {
  color: #9f7759;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.form-contact-info {
  padding-left: 0px;
}

.google-map {
  width: 100%;
  height: 290px;
  border: 0;
  padding-right: 59px;
  margin-top: 30px;
}

.form-contact-info a {
  color: #f6f3ed;
  font-weight: bold;
}

.form-contact-info a:hover {
  color: #3ea3de;
  text-decoration: none;
}

.form-contact-info p {
  color: #f6f3ed;
  line-height: 29px;
  margin-bottom: 5px;
}

.form-contact-info span {
  text-align: right;
  font-weight: normal;
  display: inline-block;
  min-width: 58px;
  margin-right: 8px;
  color: white;
}

/* Contact Form */
.form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group-textarea,
.form-group-button {
  width: 100%;
}

.error {
  color: red;
  width: 100%;
  float: right;
  text-align: right;
}

.thanks {
  color: #85a16b;
  margin-bottom: 20px;
}

form input, form textarea {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: normal;
  border: 0;
  color: black;
  font-family: 'Cabin', sans-serif;
  background: #eeeeee;
  min-height: 50px;
  -webkit-appearance: none;
}

form textarea {
  width: 100%;
  resize: none;
  min-height: 200px;
}

form input[type=submit] {
  padding: 10px 80px 10px 80px;
  background: #9f7759;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  font-weight: normal;
  transition: background .5s, border .5s;
  display: inline-block;
  width: auto;
  text-align: right;
}

form input[type=submit]:hover {
  background: #3ea3de;
  cursor: pointer;
  border-color: #3ea3de;
}

label {
  color: white;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
}

.single-product label {
  color: #333;
}

.single-product input[type=text], .single-product textarea {
  background: #fff;
  border: 1px #aaa solid;
}

.form-group-spam label {
  margin-right: 10px;
}

.form-group-spam {
  display: inline;
  float: right;
  text-align: right;
}

input.spam {
  max-width: 100px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
}

@media (max-width: 991.5px) {
  .google-map {
    height: 290px;
  }
}

@media (max-width: 767.5px) {
  .google-map {
    width: 100%;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
## Subpage - Content formatting
--------------------------------------------------------------*/
.subpage {
  color: #333333;
  background: #F6F3ED;
}

.subpage .content-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}

.subpage .content-wrapper p {
  line-height: 24px;
  text-align: justify;
}

.subpage .content-wrapper h1, .subpage .content-wrapper h2, .subpage .content-wrapper h3, .subpage .content-wrapper h4, .subpage .content-wrapper h5, .subpage .content-wrapper h6, .subpage .content-wrapper p, .subpage .content-wrapper ul, .subpage .content-wrapper ol, .subpage .content-wrapper img, .subpage .content-wrapper hr {
  margin-bottom: 28px;
}

.subpage .content-wrapper ul:first-child,
.subpage .content-wrapper ol:first-child,
.subpage .content-wrapper p:first-child {
  margin-top: 28px;
}

.subpage .content-wrapper p:last-child,
.subpage .content-wrapper ul:last-child,
.subpage .content-wrapper ol:last-child,
.subpage .content-wrapper img:last-child,
.subpage .content-wrapper hr:last-child {
  margin-bottom: 0;
}

.subpage .content-wrapper li {
  margin: 0;
}

.subpage .content-wrapper ul, .subpage .content-wrapper ol {
  width: auto;
  -webkit-padding-start: 0px;
  margin-left: 0;
  padding: 0;
}

.subpage .content-wrapper ul {
  list-style-type: square;
}

.subpage .content-wrapper ul li,
.subpage .content-wrapper ol li {
  line-height: 130%;
  list-style-position: outside;
  margin-left: 20px;
}

.subpage .content-wrapper ul li,
.subpage .content-wrapper ol li,
.subpage .content-wrapper p {
  line-height: 24px;
}

.subpage .content-wrapper a {
  color: #3ea3de;
}

.subpage .content-wrapper a:hover {
  text-decoration: underline;
}

.subpage .content-wrapper .btn-blue {
  color: white;
}

.subpage .content-wrapper .btn-blue:hover {
  color: #3ea3de;
  text-decoration: none;
}

.subpage.page-novinky .content-wrapper {
  padding-bottom: 34px;
}

@media (max-width: 767.5px) {
  .subpage.page-novinky .content-wrapper {
    padding-bottom: 44px;
  }
}

@media (max-width: 468px) {
  .page-novinky h1 {
    text-align: center;
  }
}

/*--------------------------------------------------------------
## About product
--------------------------------------------------------------*/
.about-product {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 0px;
  text-align: center;
  background: #f6f3ed;
}

.about-product h2 {
  color: #9f7759;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about-product p {
  color: #333333;
  line-height: 28px;
  margin-bottom: 45px;
}

.about-product .single-product img {
  max-height: 140px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 25px;
}

.about-product .single-product {
  padding-left: 17px;
  padding-right: 17px;
}

.about-product a {
  display: inline-block;
}

#vlna {
  min-width: 100%;
	min-height: 10px;
}

@media (max-width: 1199.5px) {
  .about-product h2 {
    min-height: 75px;
  }
}

@media (min-width: 768px) {
  .about-product h2, .about-product p {
    padding-left: 10px;
	padding-right:10px;	
  }
}

@media (max-width: 767.5px) {
  .about-product .btn-blue {
    margin-bottom: 30px;
  }
  .about-product h2 {
    min-height: auto;
  }
}

/*--------------------------------------------------------------
## Novinky - Boxes
--------------------------------------------------------------*/
.section-novinky {
  background: #3ea3de;
  padding-top: 34px;
  padding-bottom: 72px;
}

.section-novinky h2 {
  color: white;
  margin-bottom: 29px;
  text-align: center;
  text-transform: uppercase;
}

.section-novinky .btn-blue:hover {
  border: 2px solid transparent;
}

.item-box {
  position: relative;
  margin-bottom: 30px;
  transition: .5s opacity;
  min-height: 100px;
}

.item-box .no-image {
  width: 307px;
  height: auto;
}

.item-box h2 {
  position: absolute;
  text-align: center;
  padding: 10px 21px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(246, 243, 237, 0.8);
  font-weight: normal;
  color: #333;
  line-height: 23px;
  margin-bottom: 0px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}

.item-box img {
  display: block;
}

.subpage .item-box img {
  margin-bottom: 0;
}

.item-box .button {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 15px;
  z-index: 100;
  padding: 0px;
}

.item-box .button .btn-blue {
  min-width: 200px;
  text-transform: lowercase;
  border: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.item-box .button .btn-blue:hover {
  border: none;
  background: #297db2;
  color: white;
}

.item-box:hover {
  opacity: .8;
}

@media (min-width: 1200px) {
  .item-box:nth-child(3n-2) h2,
  .item-box:nth-child(3n-2) .button {
    right: 13px;
    left: 0px;
  }
  .item-box:nth-child(3n-1) h2,
  .item-box:nth-child(3n-1) .button {
    left: 5px;
    right: 8px;
  }
  .item-box:nth-child(3n) h2,
  .item-box:nth-child(3n) .button {
    left: 10px;
    right: 3px;
  }
  .item-box:nth-child(3n-2) {
    padding-left: 0;
    padding-right: 10px;
  }
  .item-box:nth-child(3n-1) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .item-box:nth-child(3n) {
    padding-left: 10px;
  }
}

.item-box .no-image {
  background: #D0CFCE;
  /*width: 100%;*/
  height: 310px;
  display: block;
}

.item-box .no-image-svg {
  width: 100px;
  height: auto;
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 50%;
  transform: translateX(-50%);
}

.homepage-content .item-box:last-child {
  margin-bottom: 50px !important;
}

.homepage-content .company-info {
  text-align: center;
  max-width: 674px;
  margin: 0 auto;
}

.homepage-content .company-info h2 {
  font-size: 30px;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 23px;
}

.homepage-content .company-info p {
  color: #333333;
  line-height: 130%;
  margin-bottom: 23px;
  font-weight: 300;
  font-size: 18px;
}

.homepage-content .company-info p:last-child {
  margin-bottom: 0;
}

.cols-3 {
  text-align: center;
  /*width: 	100%;*/
}

/* Homepage box - Responsive */
@media (max-width: 1200px) {
  .item-box:nth-child(3n-2) h2,
  .item-box:nth-child(3n-2) .button {
    right: 10px;
    left: 0px;
  }
  .item-box:nth-child(3n-1) h2,
  .item-box:nth-child(3n-1) .button {
    left: 5px;
    right: 5px;
  }
  .item-box:nth-child(3n) h2,
  .item-box:nth-child(3n) .button {
    left: 10px;
    right: 0px;
  }
  .item-box:nth-child(3n-2) {
    padding-left: 0;
    padding-right: 10px;
  }
  .item-box:nth-child(3n-1) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .item-box:nth-child(3n) {
    padding-left: 10px;
  }
}

@media (max-width: 991.5px) {
  .item-box h2 {
    height: auto;
    min-height: 60px;
  }
  .item-box .button .btn-blue {
    min-width: 150px;
  }
}

@media (max-width: 767.5px) {
  .section-novinky .btn-blue {
    margin-top: 10px;
  }
  .cols-3 .column-item.item-box {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .item-box:nth-child(2n-1) {
    padding-left: 0px;
    padding-right: 10px;
  }
  .item-box:nth-child(2n) {
    padding-left: 10px;
    padding-right: 0px;
  }
  .item-box:nth-child(2n-1) h2,
  .item-box:nth-child(2n-1) .button {
    right: 10px;
    left: 0px;
  }
  .item-box:nth-child(2n) h2,
  .item-box:nth-child(2n) .button {
    left: 10px;
    right: 0px;
  }
}

@media (max-width: 468px) {
  .cols-3 .column-item.item-box {
    float: none;
    width: 70%;
    padding: 0;
    display: inline-block;
  }
  .item-box:nth-child(3n-2) h2,
  .item-box:nth-child(3n-2) .button {
    right: 0px;
    left: 0px;
  }
  .item-box:nth-child(3n-1) h2,
  .item-box:nth-child(3n-1) .button {
    left: 0px;
    right: 0px;
  }
  .item-box:nth-child(3n) h2,
  .item-box:nth-child(3n) .button {
    left: 0px;
    right: 0px;
  }
}

@media (max-width: 320px) {
  .item-box h4 {
    position: static;
  }
  .cols-3 .column-item.item-box {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Breakpoints
--------------------------------------------------------------*/
/* XS */
/* SM */
/* MD */
/* LG */
/* XL */
/*--------------------------------------------------------------
## Fix for fixed nav when user is logged in
--------------------------------------------------------------*/
.logged-in nav {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in nav {
    margin-top: 46px;
  }
  .logged-in #wpadminbar {
    position: fixed;
  }
}

/*-----products-----*/

.products .content-wrapper {
padding-bottom: 34px;
}

.products-category {
padding-top: 30px; border-top: 2px #9f7759 dotted;
}

.products-category:first-child {
padding-top: 0; border-top: 0;
}

.product-inner {
background: #fff; padding: 15px; margin-bottom: 30px;	
}

.downloads {
margin-bottom: 30px;	
}

@media screen and (min-width: 800px) {

	.half {
	float: left; width: 50%; margin-bottom: 30px;
	}
	
	.half:nth-of-type(odd) {
	padding-right: 15px;	
	}
	
	.half:nth-of-type(even) {
	padding-left: 15px;	
	}
	
	.product-inner:last-child {
	margin-bottom: 0;	
	}
	
}

/*-----gallery-----*/

.gallery-pics {
margin-bottom: 10px;	
}

.gallery-pics:last-child {
margin-bottom: 0;	
}

.gallery-pic {
opacity: 1;
}

.gallery-pic:hover {
opacity: 0.3;	
}

.gallery-pic img {
width: 100%;	
}

.gal-href {
display: block; overflow: hidden;
}

.featherlight {
display: none; position:fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center;
background: #333;
background: rgba(0, 0, 0, 0);
z-index: 99999;
white-space: nowrap;
cursor: pointer;
}

.featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}

.featherlight .featherlight-content {
position: relative;	display: inline-block; overflow: hidden; margin-left: 5%; margin-right: 5%; max-height: 95%; padding: 25px 25px 0; text-align: left; vertical-align: middle;
border-bottom: 25px solid transparent;
background: #fff;
cursor: auto;
white-space: normal;
}

.featherlight .featherlight-inner {
display: block;
}

.featherlight .featherlight-close-icon {
position: absolute; width: 25px; top: 0; right: 0; text-align: center;
z-index: 99998;
cursor: pointer;
line-height: 25px; font-family: Arial, sans-serif; background: #fff;
color: #000;
}

.featherlight .featherlight-image {
max-width: 100%; max-height: 100%;
}

.featherlight-iframe .featherlight-content {
padding: 0;
border-bottom: 0;
}

.featherlight iframe {
border: none;
}

.featherlight-loading .featherlight-content {
width: 50px; height: 50px; padding: 0;
background: #fff url('images/loading.gif') no-repeat center 10px;
background-size: 30px 30px;
}

.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-close-icon {
display:none;
}

.featherlight-next, .featherlight-previous {
display: block; position: absolute; top: 25px; right: 25px; bottom: 0; width: 50px;
background-repeat: no-repeat;
background-position: center center;
background-size: 70% auto;
opacity: 0.6;
cursor: pointer;
}

.featherlight-next:hover, .featherlight-previous:hover {
opacity: 1;
background-color: rgba(0,0,0,0.2);
}

.featherlight-previous {
left: 25px;
background-image: url('images/white-arrow-left.png');
}

.featherlight-next {
background-image: url('images/white-arrow-right.png');
}

.featherlight-next span, .featherlight-previous span {
display: none;
}

/*-----video-----*/

.video {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.video.fb-video-container {
  padding-top: 0;
}

.video:last-child {
  margin-bottom: 0;	
}

.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gallery-pic {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.gallery-pic {
-webkit-backface-visibility: hidden;	
}

/*-----gdpr-----*/

.gdpr-bar {
position: fixed; width: 100%; left: 0; right: 0; padding: 10px; text-align: center;
background: #2b2b2b;
z-index: 99999;
}

.gdpr-bar-bottom {
bottom: 0; 
}

.gdpr-bar-top {
top: 0; 
}

body .gdpr-bar p, body .gdpr-bar a, body .gdpr-bar form, body .gdpr-bar input[type=submit] {
margin: 0; padding: 0;
font-size: 16px;
line-height: 22px;
color: #fff;
border: 0;
}

body .gdpr-bar p {
display: block; width: 100%; height: auto;
}

body .gdpr-bar a {
display: inline;
text-decoration: underline;
font-weight: bold;
}

body .gdpr-bar a:hover {
text-decoration: none;
}

body #gdpr_form input[type=submit] {
padding: 7px 18px; 
line-height: 1.5em;
}

body .gdpr-bar input[type=submit] {
display: inline-block; margin-top: 10px; min-height: auto;
border: 1px #297db2 solid;
background: #297db2;
color: #fff;
cursor: pointer;
transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
}

body .gdpr-bar input[type=submit]:hover {
background: #000;
color: #fff;
border-color: #fff;
}

body input[type=submit].gdpr-page-button {
text-align: center;
white-space: normal;
}

.checkbox-wrap {
text-align: right;
margin-bottom: 20px;	
}

.checkbox-wrap input[type=checkbox] {
display: inline-block; margin-right: 5px; padding: 0;
width: 15px; height: 15px; min-height: auto;
line-height: 15px;
cursor: pointer;
}

.checkbox-wrap input[type=checkbox]:checked {
background: #fff url('images/checkbox.png') center center no-repeat;
background-size: 80% 80%;
}

.checkbox-desc {
display: inline;
color: #fff;
}

.checkbox-wrap .error {
float: none;
}

/************************************************/
.clear {
	clear: both;
}
.profi-style {
	width: 100%;
	float: left;
}
.nature-main {
	width: 50%;
	float: left;
	padding-top: 10px;
}
.part {
	width: 50%;
	float: left;
	padding: 10px 10px 0px 10px;
}
.floor-type .profi .colors {
	display: none;
}
.floor-type {
	font-family: 'Montserrat', sans-serif;
}
.floor-type .header {
	border-top: 2px solid #939594;
	border-right: 2px solid #939594;
	border-left: 2px solid #939594;
}
.floor-type .description {
	border-right: 2px solid #939594;
	border-left: 2px solid #939594;
	background-color: white;
	background-size: 80%;
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
	background-position: 50% -28px;
}
.floor-type .nature .description {
	background-position: 50% 0px;
}
.floor-type .description-text {
	border-right: 2px solid #939594;
	border-left: 2px solid #939594;
	background-color: white;
	padding: 0 10px;
	display: none;
}
.floor-type .description-text p:first-child {
	margin: 0 !important;
}
.floor-type .description-text p {
	margin: 0;
}
.floor-type .description-text p.desc-header {
	font-size: 16px;
}
.floor-type .description-text p.desc-text {
	font-size: 12px;
	font-weight: lighter;
}
.floor-type .description-text p.desc-text span {
	font-weight: bold;
}
.floor-type .header {
	background-size: cover;
	height: 180px;
	width: 100%;
}
.floor-type .header .title {
	color: white;
	background-color: #676765;
	text-transform: uppercase;
	width: 60%;
	height: 50px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	padding-top: 2px;
	top: -15px;
}
.floor-type .colors {
	padding: 0px 10px 10px 10px;
}
.floor-type .nature .colors {
	padding:0;
}
.floor-type .colors > div {
	border-bottom: 2px solid #939594;
	border-right: 2px solid #939594;
	border-left: 2px solid #939594;
	background-color: white;
	padding: 10px 20px 0px 20px;
}
.floor-type .nature .colors > div {
	padding: 10px 2px 0px 2px;
}
.floor-type .colors .title p {
	margin-top: 0;
	text-align: center;
	color: #676765;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}
.floor-type .colors .item {
	float: left;
	padding: 8px 4px;
	width: 33%;
	text-align: center;
	color: white;
	text-transform: uppercase;
}
.floor-type .nature .colors .item {
	width: 50%;
}
.floor-type .nature .colors .item.item-long {
	width: 100%;
}
.floor-type .colors .item > div {
	height: 30px;
	padding-top: 2px;
}
.profi .header {
	background-image: url("https://pojizdneterasy.cz/wp-content/uploads/2019/09/profi_foto.jpg");
}
.profi .description {
	background-image: url("https://pojizdneterasy.cz/wp-content/uploads/2019/04/profi_detail.jpg");
}
.style .header {
	background-image: url("https://pojizdneterasy.cz/wp-content/uploads/2019/09/style_foto.jpg");
}
.style .description {
	background-image: url("https://pojizdneterasy.cz/wp-content/uploads/2019/04/style_detail.jpg");
}
.nature .header {
	background-image: url("https://pojizdneterasy.cz/wp-content/uploads/2019/09/nature_foto.jpg");
	background-position: bottom;
}
.nature .description {
	background-image: url("https://pojizdneterasy.cz/wp-content/uploads/2019/04/nature_detail.jpg");
}

.teak {
	background-color: #d4b563;
}
.brown {
	background-color: #c7a383;
}
.exotic-brown {
	background-color: #8b2725;
}
.colorado-brown {
	background-color: #6b4c2d;
}
.stone-grey {
	background-color: #bfb5b3;
}
.mixed-black {
	background-color: #525051;
}
.teak-cloud {
	background-color: #a18a78;
}
.mocha-cloud {
	background-color: #7e7570;
}
.chocolate-ancient {
	background-color: #524d49;
}

.floor-type .part .profi > p {
	margin: 0;
}

@media (min-width: 992px) {
	.profi-style {
	    width: 66%;
    }
	.nature-main {
		width: 33%;
	}
}
@media (max-width: 991px) {
	.floor-type .header {
	   height: 196px;
    }
	.nature-main {
		padding-left: 25%;
		padding-right: 25%;
		width: 100%;
	}
	.floor-type .nature .description {
	    margin-top: -1px;
    }
}
@media (max-width: 767px) {
	.profi-style {
	    width: 100%;
    }
	.nature-main {
		width: 100%;
	}
	.part {
	    width: 100%;
	    padding: 10px 10px 0px 10px;
    }
	.nature-main {
		padding-left: 2%;
		padding-right: 2%;
		width: 100%;
	}
	.floor-type .colors .item {
	    width: 50%;
    }
	.floor-type .profi .colors {
		display: block;
		padding: 0;
	}
}

.about-product .single-product h2 {
	min-height: 74px;
}

@media (max-width: 992px) {
	.about-product .single-product:last-child {
		margin: 0 auto;
	}	
}

#social-icon-container-instagram {
	padding-left: 5px;	
}

#social-icon-container-instagram img {
	width: 22px;
}

#language-selector li {
	text-transform: uppercase;
	margin-top: 4px;
}

@media(min-width: 992px) {
	#menu-item-610-en {
		display: none;
	}
	
	#menu-item-609-cs {
		display: none;
	}
}

.lang-item img {
	float: left;
	margin-top: 6px;
}

.subpage .content-wrapper ul {
	font-size: 18px;
}
