html, body {
	box-sizing: border-box;
	height: 100%
}
body {
	font-family:  'Archivo','Monda', 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	font-size: 16px;
	background: #fff;
	color: #000;
	text-align: left;
	margin: 0;
	padding-top: 140px; /* header + nav*/
}
body.index {
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address, blockquote, table, .meta, .separ {
	line-height: 24px;
	margin: 25px 0 20px 0;
}
::selection {
	background: #00aedb;
	color: #fff;
}
::-moz-selection {
	background: #00aedb;
	color: #fff;
}
/* Headings-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #00aedb;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 28px;
	line-height: 115%;
	margin-bottom: 30px;                          ;
	letter-spacing: -1px;
}
h2 {
	font-size: 2.1em;
	line-height: 115%;
	margin-bottom: 30px;
	letter-spacing: -1px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
}
h3 {
	font-size: 20px;
	/*letter-spacing: -1px; */
	text-transform: none;
}
h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
p {
	quotes: "„" "“" "‚" "‘" "»" "«" "›" "‹";
}
/* Text elements-------------------------------------------------------------- */
p {
	margin: 10px 0 30px 0px;
	line-height: 150%;
}
a {
	text-decoration: underline;
	color: #00aedb;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
}
a:visited {
	text-decoration: underline;
	color: #00aedb;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.external {
	background: url(../img/url_ext.gif) no-repeat right 1px;
	padding-right: 10px;
}
blockquote {
	margin: 18px;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
abbr:hover, acronym:hover {
	border-bottom: 1px dotted #999;
	cursor: help;
}
small {
	font-size: 12px;
}
big {
	font-size: 18px;
}
/* Lists-------------------------------------------------------------- */
ul, ol {
	margin: 0 10px 20px 0;
	padding: 0;
	line-height: 28px;
}
li {
	margin: 0;
	padding: 0;
	background: url(../img/li.gif) no-repeat 0px 12px;
	padding-left: 25px;
}
ul.mapa {
	list-style: none;
	position: relative;
}
ul.mapa li {
	background: url(../img/li_extra.jpg) no-repeat 0 6px;
	padding: 2px 0 2px 15px;
	font-weight: bold;
	font-size: 16px;
}
ul.mapa ul {
	margin-top: 0;
}
ul.mapa ul li {
	font-size: 14px;
}
ul.mapa ul li a {
	color: #929294;
}
ul.mapa ul ul li {
	font-weight: normal;
}
ul.mapa ul ul li a {
	color: #929294;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol li {
	background: none;
	padding: 0;
	margin-left: 20px;
}
dl {
	margin: 20px 0 20px 0px;
	line-height: 140%;
}
dt {
	color: #0076bd;
	font-size: 18px;
	font-weight: bold;
}
dd {
	margin: 5px 0 15px 20px;
}
/*table*/
table {
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fefefe;
	/*width: 100%;
*/
	font-size: 14px;
}
table td, table th {
	padding: 4px 12px;
	text-align: left;
}
th {
	background: #999;
	border-right: 1px solid #ccc;
}
td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
td.spojene {
	color: #EB7617;
	font-family: 'Aller', 'Arial Narrow', Arial, Helvetica, sans-serif;
}
td {
background: -moz-linear-gradient(100% 25% 90deg,
#fefefe,
	#f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
th {
	background: #333;
	color: white;
	;
}
tr:nth-child(odd) td {
background: -moz-linear-gradient(100% 25% 90deg,
#f4f3f3,
	#f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f4f3f3))
}
table td.highlight, table th.highlight {
	background: url(../img/bg_highlight.jpg) repeat-y 0;
	background-size: 100% 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
table td p, table th p {
	margin: 0;
}
/* Misc classes-------------------------------------------------------------- */
.noborder {
	border: none;
}
.bold {
	font-weight: bold;
}
/* Body Elements-------------------------------------------------------------- */
img {
	border: 0
}
img.fr {
	margin: 0 0 20px 20px;
}
img.fl {
	margin: 0 20px 20px 0;
}
img.border {
	border: 1px solid #f3f3f3;
	border: 3px solid #eeeeee;
}
address {
	line-height: 140%;
	font-size: 1.2em;
	font-style: normal;
}
hr {
	margin-top: 40px;
	padding-bottom: 20px;
}
/* Form fields-------------------------------------------------------------- */
#formular {
	border: 1px solid #cccccc;
	background: #f6fafd;
background: -moz-linear-gradient(#cccccc,
	#f6fafd);
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#f6fafd));
background: -webkit-linear-gradient(#cccccc,
	#f6fafd);
background: -o-linear-gradient(#cccccc,
	#f6fafd);
background: -ms-linear-gradient(#cccccc,
	#f6fafd);
background: linear-gradient(#cccccc,
	#f6fafd);
	-moz-box-shadow: 0 1px 2px #fff inset;
	-webkit-box-shadow: 0 1px 2px #fff inset;
	box-shadow: 0 1px 2px #fff inset;
	padding: 20px 0 20px 5%;
}
#formular h3 {
	margin: 20px 0 10px 0;
}
label {
	float: left;
	width: 49%;
}
label.textarea {
	float: none;
	width: 100%;
}
label span {
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}
label div {
	padding-bottom: 5px;
	display: block;
}
input.input, textarea.input, select.input {
	/*height: 23px;
*/
	padding: 10px 10px 10px 10px;
	margin: 10px 0 30px 0;
	background: #fff;
	width: 90%;
	font-size: 16px;
	display: block;
	border: 1px #cccccc solid;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	box-shadow: 0px 0px 4px #aaa;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
  font-weight: normal;
}
.fade-in, .fade-in:hover {
	-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;
}
select.input {
	width: 93.5%;
	height: 30px;
	padding: 5px;
}
textarea.input {
	width: 93%;
	height: 175px;
}
#formular .input::-webkit-input-placeholder {
	color: #828282;
}
#formular .input:-moz-placeholder {
	color: #828282;
}
#formular .input:-ms-placeholder {
	color: #828282;
}
#formular .input.placeholder {
	color: #828282 !important;
}
input.input:hover, textarea.input:hover {
	background: #f3f3f3;
}
#formular .input:focus {
	border-color: #00aedb;
	background: #fff;
	outline: none;
}
input.submit {
	width: 95%;
	clear: both;
	font-weight: bold;
	color: #fff;
	padding: 0;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px;
	border: none;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #00aedb;
}
input.submit:hover {
	-webkit-box-shadow: 0px 0px 20px #555;
	-moz-box-shadow: 0px 0px 20px #aaa;
	box-shadow: 0px 0px 20px #555;
	cursor:  pointer;
	background: #000;
}

/*    boot    */
.container-fluid{
  padding-left: 30px;
  padding-right: 30px;
}

/* ---   body    ----  */

#header{
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #000;
  width: 100%;
  height: 80px;
  display: grid;
  grid-template-columns: 6fr auto auto;
  align-items: center;
  grid-gap: 30px;
  padding: 0 30px;
  box-shadow: 0px 10px 40px -20px black;
}

.logo{
  background: url(/img/skiregaly_logo.svg) no-repeat left center;
  background-size: 100%;
  height: 60px;
  width: 320px;
}
.logo a{
  display: block;
  width: 100%;
  height: 100%;
}             
#header .contact{
  display: flex;
  align-items: center;
}
#header .contact a{
  padding: 1em 2em 1em 2em ;
  color: #fff;
  text-decoration: none;
}
#header .contact a:hover{
  text-decoration: none;
  opacity: .8;
}
#header .contact .mail{
     background: url(/img/ico_mail.svg) no-repeat left center;
     background-size: 20px 20px; 
}
#header .contact .tel{
     background: url(/img/ico_tel.svg) no-repeat left center;
     background-size: 20px 20px; 
}


.qbl{
  background: url(/img/qbl.png) no-repeat left center;
  background-size: contain;
  height: 40px;
  width: 90px;
  justify-self: end;
}

#navbar{
  position: fixed;
  z-index: 9999;
  top: 80px;
  background: rgb(0, 0, 0,  0.75);
  width: 100%;
  height: auto !important;
  padding: 0 30px;
  
  box-shadow: 0px 10px 40px -20px black;
}

#navbar ul{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    float: none;
    padding: 0 ;    
}
#navbar ul li{
  background: none;
  margin: 0 0.5em;
  padding: 0 ;
}
#navbar ul a{
  color: #fff;
  padding: 20px 1.3em ;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transform: scaleX(1.1);
    letter-spacing: 0;
}

#navbar ul a:hover{
  background: #000;
  color: #24b8dd;
}



/**/


.intro{
  margin-bottom: 3em;
}

.sekce{
  margin-top: 1em;
}

/*  PRODUKT   */

.catalog .container{
  width: 100%;
                   }

.products {
display: flex;
flex-wrap: wrap;

          }
.products .col-md-3{
  width: 50%;
  padding: 0 ;
                   }

.products .product-item a img{
  width: 175px;
                             }
                             
.description {
  margin-top: 3em;
}                             

.description table{
  width: 100%;
}               




/*  Clanky   */

.vypis-clanku{
    display: flex;
    flex-wrap: wrap;
  }

.clanek {
	padding-right: 50px;
	min-height: 280px;
	overflow: hidden;
  margin-bottom: 3em;
}
.clanek a {
	text-decoration: none;
	color: #00c0e3;
}
.clanek a h2 {
	color: #00c0e3;
	text-transform: none;
	margin: 0;
	letter-spacing: 0;
}
.clanek img {
	border-bottom: 5px solid #00b7df;
	width: 100%;
	height: auto;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.clanek a:hover img {
	border-color: #000;
	opacity: 0.8;
}
.clanek a:hover h2 {
	color: #000;
}
.clanek .date {
	display: block;
	font-size: 0.9em;
	color: #999;
	padding: 12px 0 5px 0;
	text-align: left;
	margin: 0px;
}
.clanek .break {
	border-bottom: 1px solid  #E3E3E3;
	margin:  20px 0;
}
.clanek .uvod p {
	font-size: 1.5em;
	line-height: 140%;
}
.clanky_stranky {
	margin: 20px 0;
	clear: both;
}
.clanky_stranky a {
	padding: 3px 7px;
	font-weight: bold;
	background: #e0e0e0;
	text-decoration: none;
	margin: 0 8px 0 0;
}
.clanky_stranky a.on {
	color: #000;
}
.article-detail .break {
	border-bottom: 1px solid  #E3E3E3;
	margin: 0 0 40px 0;
}
.article-detail .date {
	display: block;
	color: #999;
	margin: 5px 0 5px 0px;
}
.article-detail img {
	float: right;
	margin: 10px 0px 20px 40px;
  max-width: 45%;
}
.article-detail .uvod p {
	font-size: 1.4em;
	line-height: 140%;
}
.galerie {
	margin: 10px 0;
	padding: 5px 0;
}
.galerie img {
	border: 2px solid #ccc;
	margin-right: 15px;
  margin-bottom: 15px;
}
/**/
p.extra {
	font-size: 20px;
	line-height: 150%;
}
.galery img {
	margin: 20px 15px;
	float: left;
}
ul.info {
	margin: 30px 0;
	list-style: none;
}
ul.info li {
	color: #999999;
	vertical-align: middle;
	background: none;
	padding: 0;
}
ul.info li a {
	font-size: 18px;
	padding: 15px 0 15px 45px;
	line-height: 60px;
	margin: 5px 0;
	font-weight: bold;
	margin-right: 35px;
}
ul.info li a.pdf {
	background: url(../img/li_pdf.gif) no-repeat 0 5px;
}
ul.info li a.contact {
	background: url(../img/li_contact.gif) no-repeat 0 10px;
}
div.vcard p {
	font-size: 1.4em;
	float: left;
	margin-right: 50px;
}
.gmaps {
	margin: 20px 0 40px 0;
	width: 640px;
	overflow: hidden;
	height: 350px;
	border: 5px solid #ccc;
	float: right;
}
.item hr {
	margin: 0px;
	margin-top: 10px;
}
#reference {
	text-align: left;
	padding-right: 30px !important;
}
.ref-item .date {
	font-size: 0.9em;
	color: #666;
	margin: 0 0 5px 0;
}
.ref-item p {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	padding-bottom: 10px;
}
.ref-item .galerie {
	margin: 0px -5px 0 -5px
}
.ref-item .galerie img {
	margin: 0px 2px 0px 2px;
}
.addthis_toolbox {
	float: left;
	padding: 0;
	font-size: 18px;
	margin: 0 20px 40px 0;
}
.addthis_toolbox a {
	text-decoration: none;
	color: #115bb5;
	padding-right: 5px;
}
.addthis_toolbox a.external {
	background: none;
	padding: 0;
}
.addthis_toolbox a.addthis_button_email span {
	background: url(../img/ico_email.gif) no-repeat 0 4px;
}
.addthis_toolbox a.addthis_button_favorites span {
	background: url(../img/ico_fav.gif) no-repeat 0 0;
}
.addthis_toolbox a.addthis_button_print span {
	background: url(../img/ico_print.gif) no-repeat 0 4px;
}
.addthis_toolbox span.share {
	padding-right: 15px;
	vertical-align: middle;
	color: #666666;
}
/*sharing*/
.resp-sharing-button__link, .resp-sharing-button__icon {
	display: inline-block
}
.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.2em
}
.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.35em 0.55em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}
.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}
.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}
.resp-sharing-button--facebook {
	background-color: #999;
	border-color: #3b5998;
}
.resp-sharing-button--facebook:hover, .resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}
.resp-sharing-button--twitter {
	background-color: #999;
	border-color: #55acee;
}
.resp-sharing-button--twitter:hover, .resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}
.resp-sharing-button--email {
	background-color: #999;
	border-color: #777777;
}
.resp-sharing-button--email:hover, .resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}
.resp-sharing-button--linkedin {
	background-color: #999;
	border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover, .resp-sharing-button--linkedin:active {
	background-color: #046293;
	border-color: #046293;
}
/**/
.meta {
	float: right;
	padding: 0 10px;
	font-size: 12px;
	margin: 0 30px 40px 20px;
}
.meta a {
	background: url(../img/meta_a.gif) no-repeat 0 2px;
	text-decoration: none;
	padding-left: 17px;
	margin-left: 20px;
}
.meta a.print {
	background: url(../img/ico_print.gif) no-repeat 0 3px;
}
.meta a.up {
	background: url(../img/meta_up.gif) no-repeat 0 0px;
}
.call_action {
	background: #f4f4f4;
	margin: 40px 0 20px 0;
	padding: 0 60px 30px 50px;
}
.call_action h3 {
	margin: 0;
	color: #666666;
	font-size: 14px;
	padding-top: 20px;
}
.call_action ul {
	margin: 0;
	padding-top: 10px;
	list-style: none;
}
.call_action ul li {
	background: url(../img/call_li.gif) no-repeat 0 9px;
	padding-left: 20px;
}
/* Vypis kategorii */
.category ul {
	margin: 20px;
	list-style: none;
	line-height: 25px;
}
.category ul li {
	float: left;
	width: 245px;
	overflow: hidden;
	padding: 0;
}
.category ul li ul {
	display: none;
}
.category ul li h3 {
	clear: both;
	font-size: 1.0em;
	margin: 0;
	padding: 0 0 10px 0;
	width: 235px;
	letter-spacing: 0;
}
.category ul li a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #dbdee0;
	text-align: center;
	min-height: 180px;
}
.category ul li a img {
	margin-bottom: 12px;
	max-width: 100%;
	display: block;
}
.category ul li a:hover {
	background: #f3f3f3;
}
/*  Hledani + Info   */
p.info_ok {
	background: #e8f6fd;
	padding: 8px 12px;
}
p.info_error {
	background: #fcacac;
	padding: 8px 12px;
}
#search.results {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 20px 20px 0px;
}
#search.results span {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 11px;
}
h3.search_titulek {
	font-size: 14px;
	padding-left: 17px;
	font-weight: bold;
	text-align: right;
	background: url(../img/li_extra.jpg) no-repeat 0 3px;
}
h3.search_titulek a {
	float: left;
}
h3.search_titulek span {
	font-weight: normal;
	font-size: 0.9em;
}
/*  Soubory  */
ul.download {
	margin: 20px 0;
	padding: 0px;
	list-style: none;
}
ul.download li {
	padding: 4px 0px;
	margin: 3px 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
	color: #999;
	background: none;
}
.download img {
	float: left;
	margin-right: 10px;
  margin-top: 5px;
}
.download li a {
	float: left;
}
.sticky-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
/* footer */
#footer {
	background: url(../img/bg_footer.jpg) repeat 0 0;
	padding-top: 60px;
	padding-bottom: 60px;
  margin-top: 100px;
}
#footer a {
	text-decoration: none;
}
#footer p {
	margin: 0;
	/*float: left;*/
}

#footer p.info a {
	color: #000;
}
.quick_contact {
	color: #999;
	z-index: 9000;
	line-height: 17px;
	font-size: 18px;
	/* padding: 3px 0 3px 30px; */
	margin-top: 0;
	/*background: url(../img/footer_quick_contact.png) no-repeat;*/
}
.quick_contact strong {
	color: #000;
}
.quick_contact a {
	text-decoration: none;
	letter-spacing: 0;
	color: #000;
}
#footer .creactive {
	padding-top: 15px;
}
#footer p.info a:hover, .quick_contact a:hover {
	color: #00aedb;
}
.counters {
	position: absolute;
	top: -1000px;
	height: 0;
	width: 0;
}
/*  class   */
.noscreen {
	display: none;
}
.separ {
	border-bottom: 1px solid #e4e5e5;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 20px 0px;
}
.break {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	margin: 0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.silent {
	color: #999999;
}
.bg_silent {
	background: #d4d4d4;
}
.colborder {
	border: 1px solid #999;
}
.ico {
	vertical-align: middle;
	padding-right: 5px;
}
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
 {
	color: #fff;
}






/*  owl   */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	position: absolute;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 45%;
	font-size: 80px;
}
.owl-theme .owl-nav [class*=owl-] {
	/*color: #f2e748 !important;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
border-radius: 3px    */
	display: inline-block;
	cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav button:focus, .owl-theme .owl-nav span:focus {
	outline: 0;
}
.owl-theme .owl-nav span {
	display: none;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 50px;
	height: 4px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #24b8dd;
}
/**/
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
	border: none;
	border-left: 3px solid #24b8dd !important;
	border-bottom: 3px solid #24b8dd !important;
	width: 50px;
	height: 50px;
	border-radius: 0;
	outline: 0;
	transform: rotate(45deg);
	border-radius: 0;
}
.owl-theme .owl-nav .owl-next {
	border: none !important;
	border-right: 3px solid #24b8dd !important;
	border-bottom: 3px solid #24b8dd !important;
	transform: rotate(-45deg);
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
	border-color: #fff !important;
}
.owl-dots {
	position: absolute;
	z-index: 99999;
	left: 0;
	right: 0;
	bottom: 2em;
}
.owl-prev {
	position: absolute;
	left: 2.5vw;
}
.owl-next {
	position: absolute;
	right: 2.5vw;
}
.slider {
	margin-bottom: 70px;
	background: #16532A;
	animation: show-opacity .5s;
}
@keyframes show-opacity {
from {
	opacity: 0;
}
top {
	opacity: 1;
}
}
.owl-carousel .title {
	position: absolute;
	top: 30%;
	left: 150px;
	width: 45%;
	padding: 1.5em;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	text-shadow: 0 0 20px rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.6);
}
.owl-carousel .title h3 {
	font-size: 1.8em;
}


















/**/
@media screen and (min-width: 1200px) {

    .equal.col-md-2, .equal.col-lg-2 {
    	/* width: 20% !important;       */
      padding: 0 ;
    }
    #navbar {
    
    }
    .navbar-toggle {
    	display: none;
    }
    .navbar-header {
    	float: left;
    }
    .navbar-toggle {
    	display: none;
    }
    .navbar-fixed-top .navbar-collapse,   .navbar-static-top .navbar-collapse,   .navbar-fixed-bottom .navbar-collapse {
    	display: block !important;
    }
    
    .container {
    	width: 1260px;
    }
    

    .product-detail{
      margin: 0 15px;
                   }      
}


/**/
@media screen and (min-width: 992px) and (max-width: 1200px) {
body{
  	font-size: 15px;
}

#navbar ul a{
    padding: 20px 1.5em ;
}

.equal.col-md-2, .equal.col-lg-2 {
	/*width: 20% !important;*/
  padding: 0 ;
}


.navbar-toggle {
	display: none;
}
.navbar-header {
	float: left;
}
.navbar-toggle {
	display: none;
}
.navbar-fixed-top .navbar-collapse,   .navbar-static-top .navbar-collapse,   .navbar-fixed-bottom .navbar-collapse {
	display: block !important;
}

.owl-carousel .title{
  font-size: 1.2em;
  top: 25%;
  left: 100px;
                    }

            
                    
                    
                    

}

/**/
@media screen and (max-width: 992px) {
body{
  	font-size: 14px;
}

#navbar ul a{
    padding: 20px 1em ;
}


.equal.col-sm-4 {
	/*width: 33% !important;*/
  padding: 0 ;
}

button.navbar-toggle {
	margin-top: 50px;
}

.owl-carousel .title{
  font-size: 1em;
  top: 20%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  left: 70px;
                    }
                    
.logo{
  width: 190px;
     }
.qbl{
  height: 24px;
  width: 65px;
    }                         

}

/**/
@media screen and (max-width: 768px) {
body{
  	font-size: 14px;
    padding-top: 60px;
}
#header {
  grid-gap: 15px;
  height: 60px;
               }


#header .contact{
  display: none;
               }

.navbar-toggle .icon-bar {
  background: #fff;

}
button.navbar-toggle {
	margin: 0px;
  border-color: #24b8dd;
}

.owl-carousel .title{
  display: none;
                    }
.owl-dots {
	bottom: 0.5em;
}      
.owl-theme .owl-dots .owl-dot span{
  width: 25px;
}

#navbar{
  top: 60px;
  height: auto;
  background: rgb(0, 0, 0, 0.85);
       }              

#navbar ul{
  flex-flow:column;
          }
#navbar ul a{
  text-align: center;
            }          
          
          
.clanek{
  padding-right: 15px;
       }          
       
.article-detail img{
  float: none !important;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
                   }
                          
.equal.col-xs-12 {
	width: 100% !important;
}


.gmaps{
  max-width: 100%;
      }
iframe{
  max-width: 100%;
      }

#footer{
  text-align: center;
       }


/**/


.navbar-toggle {
	display: block;
}
.navbar-fixed-top .navbar-collapse,   .navbar-static-top .navbar-collapse,   .navbar-fixed-bottom .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block!important;
	margin-top: 0px;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav > li {
	float: none !important;
}
}

/**/
@media screen and (max-width: 580px) {
/*
button.navbar-toggle {
	margin-top: 105px;
}
.navbar {
	height: 150px;
}

#navbar {
	background-color: #000;
	margin-top: 2px;
}
*/

}


/**/
