﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.googleapis.com/css?family=Asap:400,700&amp;subset=latin-ext');
body {
    font-family: 'Asap', sans-serif;
    color: #000;
    font-size: 14px;
}
a {
	color: rgba(163,191,42,1.00);
}
.brown {
    color: rgba(60,50,35,1.00);
}
.bg-brown {
    /*background-color: rgba(60,50,35,1.00)*/
    background-color: rgba(0,0,0,1.00);
}
.lbrown {
    color: rgba(197,176,156,1.00);
}
.bg-lbrown {
    color: rgba(197,176,156,1.00);
}
.green {
    color: rgba(163,191,42,1.00);
}
.bg-green {
    background-color: rgba(163,191,42,1.00);
}
.bg-lgray {
    background-color: rgba(247,247,247,1.00);
}
.bg-gray {
    background-color: rgba(231,231,231,1.00);
}
.bg-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
}
.h-0, .hidden {
    height: 0px;
}
.mt--4 {
	margin-top: -4px;
}
.hidden.show {
    height: auto !important;
}
.w-20 {
    width: 20%;
}
.w700 {
    font-weight: 700;
}
.w300 {
	font-weight: 300 !important;
}
.display-5 {
	font-size: 1.5rem;
}
.display-6 {
	font-size: 1.25rem;
}
.inspirace-content a {
    color: rgba(163,191,42,1.00);
}
.inspirace-content a.productlink {
	text-decoration: underline;
}
.inspirace-content a:hover, .inspirace-content a:focus {
    color: rgba(60,50,35,1.00);
}
.text-menu {
	color: #fff !important;
font-size: 14px;
margin-bottom: 4px;
display: block;
}
p.zavrit {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.video-fluid {
	width: 100%;
}
.video-fluid video {
    position: relative;
    display: block;
}
.video-fluid {
    width: 100%;
    height: auto;
}
.arrshad {
	text-shadow: 0 0 7px #4F4F4F;
}
/*******HOVER**********/
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
   /* background: #e1e1e1;*/
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:hover .nav-link {
	color: #000;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(56,56,56,1.00);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/******TOP CAROUSEL******/
.page .carousel {
    margin-bottom: 0px;
}
.page main {
    padding-top: 4rem;
}
.top-carousel {
    position: relative;
}
.navbar {
   /* position: absolute;
   top: 82px;*/
    z-index: 100;
    width: 100%;
}
.navbar {
	margin-top: -50px;
}
/*.sticky-wrapper {
	display: none;
}*/
.sticky.is-sticky {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1000;
      width: 100%;
 }
.top-carousel .navbar {
    padding-bottom: 0px;
}
.carousel-indicators {
    bottom: 5%;
}
/*.top-carousel .carousel-caption {
    bottom: inherit;
    top: 3rem;
}*/
.top-carousel .carousel-caption {
        bottom: 0%;
    display: flex !important;
    height: 100%;
    max-height: 75vh;
    top: 0;
}
.carousel-inner {
max-height: 75vh;
}
.top-carousel .carousel-item {
 /*   height: 50rem;*/
	
}
.top-carousel .carousel-item img {
    margin-top: -15%;
	display: block;
    height: auto;
    max-width: 100%;
	width: 100%;
}
.top-carousel .carousel-item .logo-carousel {
	max-width: 400px !important;
	max-height: 300px !important;
	margin-top: auto;
	margin-bottom: auto;
}
/******NAV******/
#navbarsExample08 {
    margin-bottom: -5px;
    text-transform: uppercase;
}
.navbar {
    /*border-bottom: 6px solid rgba(60,50,35,1.00);*/
	border-bottom: 6px solid rgba(0,0,0,1.00);
}
.navbar .nav-item {
}
.navbar .nav-item.active {
    background-color: rgba(247,247,247,1.00);
}
.navbar .nav-item.active .nav-link {
    color: rgba(60,50,35,1.00);
}
.navbar .nav-item .nav-link {
    color: #fff;
}
/******footer*****/
footer {
    border-top: 4px solid rgba(163,191,42,1.00)
}
footer a {
    color: rgba(197,176,156,1.00);
}
.bg-light {
    background-color: #fff !important;
}
/******PAGE******/
.page .top-carousel .carousel-item {
    height: 9rem;
}
.page h1 {
    font-size: 3.0rem;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    text-align: center;
}
.page h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 120px;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: rgba(163,191,42,1.00);
    margin-left: auto;
    margin-right: auto;
}
.row-tabs .tab-pane {
    padding: 2rem;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.row-tabs .tab-pane h3 {
    color: rgba(60,50,35,1.00);
    text-transform: uppercase;
    font-size: 1.4rem;
}
.row-tabs .nav-item .nav-link {
    display: block;
    height: 100%;
    border-radius: 0px;
    position: relative;
}
.materialy .row-tabs .nav-item .nav-link {
    display: block;
    height: 100%;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 0px;
}
.materialy.produkty .row-tabs .nav-item .nav-link img {
    max-height: 230px;
}
.row-tabs .nav-item .nav-link span {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    color: wheat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.cesty .row-tabs .nav-item .nav-link span {
    padding: 1rem;
}
.cesty .cesty.row-tabs .nav-item .nav-link span {
    height: 60%;
}
.cesty.produkty .cesty.row-tabs .nav-item .nav-link span {
    height: auto;
}
.materialy.row-tabs .nav-item .nav-link span {
    height: 20%;
}
.row-tabs .nav-item .nav-link span h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
}
.row-tabs .nav-item .nav-link span h4, .row-tabs .nav-item .nav-link span p {
    margin: 0px;
}
.row-tabs .nav-pills .nav-link.active, .row-tabs .nav-pills .show > .nav-link {
    background-color: rgba(0, 0, 0, 0.2);
}
.produkty .active p.brown {
	font-weight: 700;
}
.amb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 110%;
    height: 340px;
    margin-left: 2rem;
    margin-right: 2rem;
	-webkit-transition: all 0.6s ease;                  
    -moz-transition: all 0.6s ease;                 
    -o-transition: all 0.6s ease;   
    -ms-transition: all 0.6s ease;          
    transition: all 0.6s ease;
}
.amb:hover {
	background-size: 150%;
	-webkit-transition: all 0.6s ease;                  
    -moz-transition: all 0.6s ease;                 
    -o-transition: all 0.6s ease;   
    -ms-transition: all 0.6s ease;          
    transition: all 0.6s ease;
	background-position: center center;
}
.materialy .amb {
    /*border-radius: 50%;
	overflow: hidden;
	height: 300px;*/
    height: 100%;
    width: 100%;
    display: block;
    padding: 14% 0;
    line-height: 0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    /*transition: all 0.2s ease-in;*/
	-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.amb01 {
    background-image: url(../data/cesty/up01.jpg);
}
.amb02 {
    background-image: url(../data/cesty/up02.jpg);
}
.amb03 {
    background-image: url(../data/cesty/up03.jpg);
}
.amb04 {
    background-image: url(../data/cesty/up04.jpg);
}
.amb05 {
    background-image: url(../data/cesty/up05.html);
}
.amb06 {
    background-image: url(../data/cesty/up06.html);
}
.materialy .amb01 {
    background-image: url(../data/materiely/up/up01.jpg);
}
.materialy .amb02 {
    background-image: url(../data/materiely/up/up02.jpg);
}
.materialy .amb03 {
    background-image: url(../data/materiely/up/up03.jpg);
}
.materialy .amb04 {
    background-image: url(../data/materiely/up/up13.jpg);
}
.materialy .amb05 {
    background-image: url(../data/materiely/up/up05.jpg);
}
.materialy .amb06 {
    background-image: url(../data/materiely/up/up06.jpg);
}
.materialy .amb07 {
    background-image: url(../data/materiely/up/up07.jpg);
}
.materialy .amb08 {
    background-image: url(../data/materiely/up/up08.jpg);
}
.materialy .amb09 {
    background-image: url(../data/materiely/up/up09.jpg);
}
.materialy .amb10 {
    background-image: url(../data/materiely/up/up14.jpg);
}
.materialy .amb11 {
    background-image: url(../data/materiely/up/up12.jpg);
}
.materialy .amb12 {
    background-image: url(../data/materiely/up/up11.png);
}
.produkty-content .amb01-01 {
    background-image: url(../data/produkty/exoticka-dreva/up01.jpg);
}
.produkty-content .amb01-02 {
    background-image: url(../data/produkty/exoticka-dreva/up02.html);
}
.produkty-content .amb01-03 {
    background-image: url(../data/produkty/exoticka-dreva/up03.html);
}
/******produkty-SEKCE 01******/
.produkty-content .amb02-01 {
    background-image: url(../data/produkty/drevene-objekty/up01.jpg);
}
.produkty-content .amb02-02 {
    background-image: url(../data/produkty/drevene-objekty/up02.jpg);
}
.produkty-content .amb02-03 {
    background-image: url(../data/produkty/drevene-objekty/up03.jpg);
}
.produkty-content .amb02-04 {
    background-image: url(../data/produkty/drevene-objekty/up04.jpg);
}
/******produkty-SEKCE 02******/
.produkty-content .amb03-01 {
    background-image: url(../data/produkty/drevene-fosilie/up01.jpg);
}
.produkty-content .amb03-02 {
    background-image: url(../data/produkty/drevene-fosilie/02/04.jpg);
}
.produkty-content .amb03-03 {
    background-image: url(../data/produkty/drevene-fosilie/up03.html);
}
/******produkty-SEKCE 03******/
.produkty-content .amb04-01 {
    background-image: url(../data/produkty/liany/up01.jpg);
}
.produkty-content .amb04-02 {
    background-image: url(../data/produkty/liany/up02.jpg);
}
.produkty-content .amb04-03 {
    background-image: url(../data/produkty/liany/up03.html);
}
/******produkty-SEKCE 04******/
.produkty-content .amb05-01 {
    background-image: url(../data/produkty/kamene-artefakty/up01.jpg);
}
.produkty-content .amb05-02 {
    background-image: url(../data/produkty/kamene-artefakty/02/02.jpg);
}
.produkty-content .amb05-03 {
    background-image: url(../data/produkty/kamene-artefakty/up03.jpg);
}
.produkty-content .amb05-04 {
/*background-image: url(../data/produkty/kamene-artefakty/up04.jpg);*/	
}
/******produkty-SEKCE 05******/
.produkty-content .amb06-01 {
/*background-image: url(../data/produkty/domorada-remesla/up01.jpg);*/
}
.produkty-content .amb06-02 {
    background-image: url(../data/produkty/domorada-remesla/up03.jpg);
}
.produkty-content .amb06-03 {
    background-image: url(../data/produkty/domorada-remesla/up02.jpg);
}
/******produkty-SEKCE 06******/
/******PRODUKTY******/
.produkty-selector .h-300 {
	height: 352px;
}
/*.produkty-selector .contenido {
	max-height: 300px;
background-position: center center;
height: 100%;
max-width: 300px;
background-size: 100%;
background-repeat: no-repeat;
	-webkit-transition: all 0.6s ease;                  
    -moz-transition: all 0.6s ease;                 
    -o-transition: all 0.6s ease;   
    -ms-transition: all 0.6s ease;          
    transition: all 0.6s ease;
}*/
.contenido:hover {
	background-size: 150%;
	-webkit-transition: all 0.6s ease;                  
    -moz-transition: all 0.6s ease;                 
    -o-transition: all 0.6s ease;   
    -ms-transition: all 0.6s ease;          
    transition: all 0.6s ease;
	background-position: center center;
}
.produkty-selector .cont-01 {
	background-image: url(../data/materiely/up/up03.png);	
}
.produkty-selector .cont-02 {
	background-image: url(../data/materiely/up/up04.png);	
}
.produkty-selector .cont-03 {
	background-image: url(../data/materiely/up/up07.png);	
}
.produkty-selector .cont-04 {
	background-image: url(../data/materiely/up/up06.png);	
}
.produkty-selector .cont-05 {
	background-image: url(../data/materiely/up/up09.png);	
}
.produkty-selector .cont-06 {
	background-image: url(../data/materiely/up/up10.png);	
}

.width {
	width: 90%;
	position: relative;
	display: inline-block;
	margin: 1%;
	vertical-align: top;
}
.width:before {
	content: '';
	display: block;
}
.ratio1-1:before {
	padding-top: 100%;
}
.ratio2-1:before {
	padding-top: 50%;
}
.ratio4-3:before {
	padding-top: 75%;
}
.ratio16-9:before {
	padding-top: 56.25%;
}
.contenido {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}


.produkty-selector .nav-link .circle-black {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 300px;
}
.produkty-selector .nav-link .fas, .produkty-selector .nav-link .far {
    display: block;
    color: rgba(163,191,42,1.00);
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 18px);
    opacity: 0;
}
.produkty-selector .nav-link.active .fas, .produkty-selector .nav-link.active .far {
    opacity: 1.0;
}
.produkty-selector .nav-link.active {
    background-color: transparent;
}
.produkty-selector .nav-link img {
    max-width: 300px;
	
    opacity: 1.0;
    /*border-style: none;
    border-color: rgba(163,191,42,1.00);*/
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    border-width: .2rem;
}
_:-ms-fullscreen, :root .produkty-selector .nav-link img {max-width: 100%;}
.produkty-selector .nav-link.active img {
    opacity: 0.4;
}
.produkty .row-tabs .nav-pills .nav-link.active, .produkty .row-tabs .nav-pills .show > .nav-link {
    background-color: rgba(0, 0, 0, 0.0);
}
.produkty .row-tabs .nav-item .nav-link span {
    background-color: transparent;
    color: #000;
}
.produkty .amb {
    overflow: hidden;
    height: 300px;
    border-radius: 0;
    background-size: 80%;
}
.produkty .amb01 {
    background-image: url(../data/produkty/produkt-1/small.png);
}
.produkty .amb02 {
    background-image: url(../data/produkty/produkt-2/small.png);
}
.produkty .amb03 {
    background-image: url(../data/produkty/produkt-3/small.png)
}
.produkty .amb04 {
    background-image: url(../data/produkty/produkt-1/small.png);
}
.produkty .amb05 {
    background-image: url(../data/produkty/produkt-2/small.png);
}
.produkty .amb06 {
    background-image: url(../data/produkty/produkt-3/small.png)
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
    /*margin-bottom: 4rem;*/
}
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
.carousel-item {
   /* height: 32rem;*/
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
.fade:not(.show) {
    height: 0;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
/* slider
-------------------------------------------------- */
.inspirace-content {
    margin-top: 4rem;
}
.inspirace-content .row-tabs .tab-content .tabpane {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.inspirace-content .row-tabs .tab-content .tabpane .row {
    padding: 30px;
}
.inspirace-slider {
    overflow-x: hidden;
    max-width: 100%;
}
.inspirace-slider .inspirace-slider-item {
    position: relative;
    background-color: black;
    padding: 0px;
}
.inspirace-slider .inspirace-slider-item img {
    opacity: 0.3;
}
.inspirace-slider .inspirace-slider-item .otevri1 {
	background-size: 130%;
	background-position: center center;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	background-repeat: no-repeat;
}
.inspirace-slider .inspirace-slider-item .otevri1:hover {
	background-size: 160%;
		-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.inspirace-slider .inspirace-slider-item .insp01 {
	background-image: url(../data/inspirace/01_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .insp02 {
	background-image: url(../data/inspirace/02_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .insp03 {
	background-image: url(../data/inspirace/03_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .insp04 {
	background-image: url(../data/inspirace/04_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .insp05 {
	background-image: url(../data/inspirace/05_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .insp06 {
	background-image: url(../data/inspirace/06_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .insp07 {
	background-image: url(../data/inspirace/07_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .insp08 {
	background-image: url(../data/inspirace/08_small.jpg);	
}
.inspirace-slider .inspirace-slider-item .popis {
    position: absolute;
    z-index: 1;
    color: transparent;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}
.inspirace-slider .inspirace-slider-item:hover .popis {
    position: absolute;
    z-index: 1;
    color: #fff;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center
}
.slick-current .inspirace-slider-item img {
    opacity: 1.0;
}
.inspirace-slider .inspirace-slider-item .nav-link {
    margin: 0px;
    padding: 0px;
}
.navbar-toggler {
	margin-left:  calc(100% - 70px);
	margin-top: 8px;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(163, 191, 42, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.row-tabs .tab-pane.hidden.active {
}
.row-tabs .tab-pane.active.show {
    padding: 2rem;
    margin-bottom: 3rem;
}
.row-tabs .tab-pane {
    padding: 0rem;
    margin-bottom: 0rem;
}
.inner.p-4 .w700 {
	line-height: 1.8;
	border-bottom: 2px dotted #79693F;
	padding-bottom: 10px;
}
.inner.p-4 .w700 span {
	text-transform: uppercase;
	color: rgba(163,191,42,1.00);
}
/*AFFIX*/
.nad-affix {
  border-radius: 0;
	color: rgba(60,50,35,1.00);
  transition: all 0.3s ease-out;

}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* fixed to top styles */
.affix.nad-affix {
  background-color: #fff;
		-webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.3);
box-shadow: 0 6px 6px 0 rgba(0,0,0,0.3);
	font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.affix.nad-affix .nav-item>a, 
.affix.nad-affix .navbar-brand {
    color: #fff;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
}
.featurette-heading {
    font-size: 50px;
}
}

@media (min-width: 62em) {
.featurette-heading {
    margin-top: 7rem;
}
}
@media (min-width:768px) {
	/*.produkty-selector .display-md {
display:block !important;
}*/
}
@media (max-width:1200px) {
.produkty-selector .bgpr {
    max-height: 248px;
}
	.top-carousel .carousel-item .logo-carousel {
    max-width: 300px !important;
    max-height: 200px !important;
    margin-top: auto;
    margin-bottom: auto;
}
	}

@media (min-width: 768px) {
	.display-sm {
display:none !important;
}	
}


@media (max-width:992px) {
	.top-carousel .carousel-item .logo-carousel {
    max-width: 200px !important;
    max-height: 140px !important;
    margin-top: auto;
    margin-bottom: auto;
}
	.navbar {
    margin-top: -8px;
		padding-left: 0px;
		padding-right: 0px;
}
	.navbar .container {
		max-width: inherit;
	}
	.top-carousel .navbar {
    position: inherit;
	}
	.navbar.navbar-expand-lg.navbar-dark {
		padding: 0px;
	}
	.navbar.navbar-expand-lg.navbar-dark > .container {
		max-width: 100%;
		width: 100%;
	}
	.cesty .nav-justified .nav-item.amb {
		flex-basis: inherit;
		width: 48%;
		max-width: 48%;
		margin-left: 5px !important;
		margin-right:  5px !important;
		padding: 0px;
	}
	.produkty.cesty .nav-justified .nav-item.amb {
		flex-basis: inherit;
		width: 31% !important;
		max-width: 31% !important;
		margin-left: 5px !important;
		margin-right:  5px !important;
		padding: 0px;
	}
	.navbar-collapse.justify-content-md-center li {
		width: 100%;
	}
	.amb {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.produkty-selector .bgpr {
    max-height: 176px;
	}
}
@media (max-width:768px) {
	
	.top-carousel .carousel-item .logo-carousel {
    max-width: 200px !important;
    max-height: 160px !important;
    margin-top: auto;
    margin-bottom: auto;
}
	.display-md {
	display: none !important;
}
	.uvod-text {
		width: 75% !important;
	}
.materialy .amb {
    margin: 11px;
}
.materialy.row-tabs .nav-item .nav-link span {
    height: 48%;
}
	.container {
		max-width: 95%;
	}
	.page.materialy .img-fluid.m-4 {
		margin: inherit !important;
	}
	footer .f-logo {
		margin-bottom: 1rem;
	}
	footer .f-logo, footer .f-text1, footer .f-text2 {
		text-align: center !important;
	}
	.produkty-selector .bgpr {
    max-height: 260px;
}
	.produkty.cesty .nav-justified .nav-item.amb {
		flex-basis: inherit;
		width: 45% !important;
		max-width: 45% !important;
		margin-left: 5px !important;
		margin-right:  5px !important;
		padding: 0px;
	}
}
@media (max-width:660px) {
	.produkty-selector .bgpr {
    max-height: 230px;
}
	.top-carousel .carousel-item .logo-carousel {
    max-width: 170px !important;
    max-height: 130px !important;
    margin-top: auto;
    margin-bottom: auto;
}
}
@media (max-width:576px) {
	.top-carousel .carousel-item img {
    margin-top: 0%;
	}
	.produkty-selector .bgpr {
    max-height: 281px;
}
	.produkty.cesty .nav-justified .nav-item.amb {
		flex-basis: inherit;
		width: 90% !important;
		max-width: 90% !important;
		margin-left: 5% !important;
		margin-right:  5% !important;
		padding: 0px;
	}
	.materialy .row-tabs .nav-item .nav-link span h4 {
    font-size: 0.7rem;
}
	.tab-pane .inner.mr-4 {
		margin-right: 0 !important;
	}
}
@media (max-width:568px) {
	.uvod-text {
		width: 90% !important;
	}
.row-tabs .nav-item .nav-link span h4 {
	font-size: 1rem;
}
	}
.cesty .nav-justified .nav-item.amb {
	width: 100% !important;
	max-width: 100% !important;
}
@media (max-width:400px) {
	.produkty-selector .bgpr {
    max-height: 278px;
}
}
@media (max-width:360px) {
	.produkty-selector .bgpr {
    max-height: 260px;
}
	.produkty-selector .contenido {
    max-height: 266px;
	}
}
@media (max-width:330px) {
	.produkty-selector .bgpr {
    max-height: 215px;
}
}
@media (max-width:320px) {
.row-tabs .tab-pane.hidden.active .col-md-7, .row-tabs .tab-pane.hidden.active .col-md-7 .card-columns,
	.row-tabs .tab-pane.hidden.active .inner.p-4.mr-4  {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
	.row-tabs .tab-pane.hidden.active .inner.p-4.mr-4  {
		margin-right: 0px !important;
	}
	.produkty-selector .nav-link img {
    max-width: 250px;
	}
	.produkty-selector .bgpr {
    max-height: 194px;
}
	}
@media (min-width:992px) and (max-width:1199px) {
	.cesty .nav-justified .nav-item.amb {
		flex-basis: inherit;
		width: 23% !important;
		max-width: 23% !important;
		margin-left: 5px !important;
			margin-right:  5px !important;
	}
	.page.cesty.materialy.produkty .cesty .nav-justified .nav-item.amb {
		width: 32% !important;
		max-width: 32% !important;
	}
}
@media (min-width:568px) and (max-width:992px) {
  .materialy .materialy .amb {
    /*height: 210px;*/
}
	}
@media (min-width: 576px) {
.display-xs {
display:none !important;
}
}