<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:300,400,700&amp;display=swap');
:root {
	--cerna: rgb(31,26,23);
	--ruda: rgb(110,1,0);
	--cervena: rgb(218,37,29);
}
html, body, .fullHeight {
     /*min-height: 100% !important;
     height: 100%;*/
     position: relative;
}
html, body, #all{
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: var(--cerna);
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1400px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.font {
	font-family: 'Roboto Condensed', sans-serif;
}
.containerIn {
	padding: 10px;
}
a {
	color: var(--cerna);
	text-decoration: none;
}
.cerna {color: var(--cerna) !important;}
.bgCerna {background-color: var(--cerna) !important;}
.ruda {color:  var(--ruda) !important;}
.bgRuda {background-color:  var(--ruda);}
.cervena {color:  var(--cervena) !important;}
.bgCervena {background-color:  var(--cervena);}

.stin {
	-webkit-box-shadow: 0px 0px 15px -2px rgb(31,26,23);
   -moz-box-shadow:    0px 0px 15px -2px rgb(31,26,23);
   box-shadow:         0px 0px 15px -2px rgb(31,26,23);
}

#top {
	width: 100%;
	z-index: 500;
	position: relative;
	
}
#topFixed {
	position: fixed;
	width: 100%;
	z-index: 500;
	background: white;
}


#logo {
	display: block;
	float: left;
	width: 193px;
	height: 80px;
	background: url(../images/logo.png) no-repeat 50%;
}

.topMenu {
	position: relative;
	z-index: 100;
}

#topInfo {
	float: right;
}
	#topInfoAkce {
		font-weight: 700;
		color: white;
		/*background: url(../images/akcniLetak.png) no-repeat left 50%;
		background-size: contain;*/
		text-transform: upsercase;
		font-size: 16px;
		display: inline-block;
		vertical-align: middle;		
		position: relative;
		right: -10px;
		top: 2px;
	}
	#topInfoAkce img {
		vertical-align: middle;
		z-index: 2;
		position: relative;
		top: -1px;
	}
	#topInfoAkce span {
		background: #FF0000;
		padding: 2px 5px 2px 18px;
		letter-spacing: 1px;
		display: inline-block;
		position: relative;
		left: -20px;
		-webkit-box-shadow: 0px 0px 3px 1px rgba(31,26,23,0.5);
   	-moz-box-shadow:    0px 0px 3px 1px rgba(31,26,23,0.5);
   	box-shadow:         0px 0px 3px 1px rgba(31,26,23,0.5);
		border-radius: 0 5px 5px 0;
	}
	#topInfoFb {
		background: url(../images/fb.png) no-repeat left 50%;
		background-size: contain;
		height: 23px;
		display: inline-block;
		color: #3B5998;
		vertical-align: middle;
		padding: 0 0 0 18px;
		font-weight: 700;
	}
	#topInfoYt {
		background: url(../images/yt.png) no-repeat left 50%;
		background-size: contain;
		height: 23px;
		display: inline-block;
		color: black;
		vertical-align: middle;
		padding: 0 0 0 25px;
		font-weight: 700;
		margin: 0 0 0 18px;
	}
#menuSpacer {min-height:100px;}
#menu {
	float: right;
	clear: right;
	margin-top: 8px;
}
	#nav {
		margin: 0px 0 0 0;
		padding: 0;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 19px;
		text-transform: uppercase;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		font-weight: 400;
		color: var(--cerna);
		padding: 0px 10px;
		z-index: 999;
		position: relative;
		outline: none;
		font-family: 'Roboto Condensed', sans-serif;
	}
	#nav li:last-child a {
		padding: 5px 0px 5px 10px;
	}
	#nav li a:hover,.XactMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: var(--ruda) !important;
	}
	.sluzby-page {
		background: url(../images/submenu.png) center bottom no-repeat;
	}
#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	 overflow: hidden;
	 /*left:-50%;*/
}
#nav ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: auto;
}
#nav ul li a {
    border-left: medium none;
    color: #4D4948;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 7px 5px;
    position: relative;
    transition: none 0s ease 0s ;
    white-space: nowrap;
    width: auto;
	 font-weight: normal;
}
#nav ul li a:hover {
    background: white none repeat scroll 0 0 !important;
    color: var(--ruda) !important;
}
#nav ul li:last-child a {
		padding: 5px 5px 5px 10px;
	}
#nav li:hover &gt; ul {
    background: white none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.fadeIn {
	opacity: 0;
}

#top20let {
	height: 80px;
	width: 80px;
	background: url(../images/20let.png) no-repeat 50% / cover;
	float: left;
	margin: 0 0 0 10px;
}
#slider15let {
	height: 100px;
	width: 100px;
	background: url(../images/15let.png) no-repeat 50% / cover;
	position: absolute;
	z-index: 100;
	top: 150px;
	left: calc(50% - 50px);
	display: none;
}
#sliderBox {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.sliderBx {
	height: 100%;
	width: 100%;
	position: relative;
}
.sliderItem {
	width: 100%;
	height: 100%;
	position:relative;
}
.sliderRight, .sliderLeft {
	height: 100%;
	width: 20%;
	position: absolute;
	top: 0;
	z-index: 60;
	outline: none;
}
.sliderRight {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(51,59,65, 0), rgba(51,59,65, 0.9)) repeat scroll 0 0;
	float: right;
	right: 0;
}
.sliderLeft {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(51,59,65, 0), rgba(51,59,65, 0.9)) repeat scroll 0 0;
	float: left;
	left: 0;
}
.bx-prev, .bx-next {
	position: absolute;
	z-index: 65;
	top: calc(50% - 80px);
	width: 50px;
	height: 160px;
	text-indent: -9999px; 
	outline: none;
}
.bx-prev {
	background: url(../images/sliderLeft.png) no-repeat 50%;
	left: 10px;
}
.bx-next {
	background: url(../images/sliderRight.png) no-repeat 50%;
	right: 10px;
}
.bx-pager {
	position: relative;
	top: -30px;
	z-index: 100;
}
.bx-wrapper,.bx-viewport {
	height: 100% !important;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: var(--cerna);
  text-indent: -9999px;
  display: block;
  width: 35px;
  height: 6px;
  margin: 0 5px;
  border: 1px solid white;
  outline: 0;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	/*background: rgba(255,255,255,0.5);*/
}
.bx-pager-link.active {
	background: var(--ruda) !important;
}


.sliderText {
	position: relative;
	top: 100px;
	left: 100px;
	z-index: 110;
	display: inline;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	font-size: 45px;
	background: rgba(31,26,23,0.55);
	box-shadow: 10px 0 0 rgba(31,26,23,0.55), -10px 0 0 rgba(31,26,23,0.65);
}

.sliderPage {
	height: auto !important;
}
.sliderPage #sliderText {
	top: 0;
	padding: 0 0 25px 0;
}



#homeContact {
	width: 100%;
	padding: 10px 0;
}
#homeContact span.ruda {

}
#homeContact .container {
	/*background: rgba(0,0,0,0.6);*/
}
#homeContact .container {
	display: flex;
	justify-content: space-between;
}
.homeBox {
	/*flex-grow: 1;*/
	padding: 20px 20px 20px 80px;
	line-height: 150%;
	font-size: 18px;
}
.homeBox a {
	text-decoration: none;
}
.homeBox.telmail {
	background: url(../images/homeBox-telmail.png) no-repeat 10px 50%;
}
.homeBox.place {
	background: url(../images/homeBox-place.png) no-repeat 10px 50%;
}
.homeBox.otv {
	background: url(../images/homeBox-otv.png) no-repeat 10px 50%;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#aktualne-blok {
	background: rgba(232,232,232,0.5);
}

#blog {
	text-align: center;
}
.blogItem {
	margin: 0 12px 20px 12px;
	display: inline-block;
	width: calc(33% - 24px);
	/*-webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);
	-moz-box-shadow:    0px 0px 4px 0px rgba(100, 100, 100, 1);
	box-shadow:         0px 0px 4px 0px rgba(100, 100, 100, 1);*/
	vertical-align: top;
	background: white;
	position: relative;
}
.blogItemIn {
	padding: 10px;
}
.blogTitle {
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: 600;
	font-size: 18px;
	padding: 0 0 5px 0;
}
.blogImage {
	width: 100%;
	height: 220px;
	margin: 0px 0 15px 0;
	border: 1px solid rgb(224,224,224);
}
	.blogImage a {
		width: 100%;
		height: 100%;
		display: block;
		font-size: 0;
	}
	.blogImage a img {
		display: none;
	}
.blogText {
	text-align: left;
	font-size: 15px;
	line-height: 140%;
}
.leva {
	float: left;
	width: 50%;
}
.prava {
	float: right;
	width: 50%;
}
.blogDate {
	text-align: left;
}
.blogMore {
	display: block;
	text-decoration: none;
	padding: 10px 0 0 0;
	line-height: 150%;
	text-align: right;
	font-weight: 600;
}
.blogMore img {
	vertical-align: middle;
}
.text-center {
	text-align: center;
}
.blogImgTop {
	max-height: 450px;
	width: auto;
	max-width: 100%;
	float: right;
	margin: 0 20px 10px 20px;
}
.articleInfo {
     font-weight: 600;    
}
.share {
	vertical-align: middle;
}
.share svg {
	height: 20px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.fb-share svg {
	fill: #4e4990;
}
.tw-share svg {
	fill: #0098f4;
}
.in-share svg {
	fill: #0067b1;
}
.left.articleInfo, .right.share {
	float: left !important;
	width: auto !important;
	display: inline-block;
	vertical-align: middle;
}
.left.articleInfo{
	padding: 2px 0 0 20px; 
	font-size: 15px;
}


.sortiment {
	display: flex;
	flex-wrap: wrap;
	align-items: strech;
	justify-content: space-between;
}
.sortiment .item {
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	height: 270px;
}
.sortiment .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	text-align: center;
}
.sortiment a.item-text {
	padding: 20px;
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 100%;
	text-decoration: none;
}
.sortiment .item-text h3 {
	font-size: 35px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 10;
	position: relative;
}
.sortiment .item:nth-child(1) {
	width: 60%;
}
	.sortiment .item:nth-child(1) .item-text {
		color: white;
	}
	.sortiment .item:nth-child(1) .item-box {
		background: url(../images/sortimentBg_naradi-brusiva.jpg) no-repeat 50% / cover;
	}
	.sortiment .item:nth-child(1) .item-img {
		position: absolute;
		right: 25px;
		top: -15px;
		height: calc(100% + 30px);
	}
.sortiment .item:nth-child(2) {
	width: 40%;
}
	.sortiment .item:nth-child(2) .item-text {
		color: white;
	}
	.sortiment .item:nth-child(2) .item-box {
		background: url(../images/sortimentBg_spojovaci-material.jpg) no-repeat 50% / cover;
	}
	.sortiment .item:nth-child(2) .item-img {
		position: absolute;
		right: 25px;
		top: -15px;
		height: calc(100% + 30px);
	}
.sortiment .item:nth-child(3) {
	width: 20%;
}
	.sortiment .item:nth-child(3) .item-text h3 {
		font-size: 25px;
	}
	.sortiment .item:nth-child(3) .item-box {
		background: rgba(232,232,232,0.5);
	}
	.sortiment .item:nth-child(3) .item-img {
		max-height: calc(80%);
		position: absolute;
		bottom: -15px;
		right: -20px;
	}
.sortiment .item:nth-child(4) {
	width: 20%;
}
	.sortiment .item:nth-child(4) .item-text h3 {
		font-size: 25px;
	}
	.sortiment .item:nth-child(4) .item-box {
		background: rgba(232,232,232,0.5);
	}
	.sortiment .item:nth-child(4) .item-img {
		max-height: calc(80%);
		position: absolute;
		bottom: -10px;
		right: -10px;
	}
.sortiment .item:nth-child(5) {
	width: 40%;
}
	.sortiment .item:nth-child(5) .item-text {
		color: white;
	}
	.sortiment .item:nth-child(5) .item-box {
		background: url(../images/sortimentBg_svarovaci-materialy.jpg) no-repeat 50% / cover;
	}
	.sortiment .item:nth-child(5) .item-img {
		position: absolute;
		right: 25px;
		top: -15px;
		height: calc(100% + 30px);
	}
.sortiment .item:nth-child(6) {
	width: 20%;
}
	.sortiment .item:nth-child(6) .item-text h3 {
		font-size: 25px;
	}
	.sortiment .item:nth-child(6) .item-box {
		background: rgba(232,232,232,0.5);
	}
	.sortiment .item:nth-child(6) .item-img {
		max-height: calc(80%);
		position: absolute;
		bottom: -10px;
		right: -10px;
		width: auto !important;
	}


h1 {
	font-weight: 300;
	font-size: 40px;
	margin: 25px 0 30px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}
h2 {
	font-weight: 500;
	font-size: 25px;
	margin: 0px 0 15px 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}
h3 {
	font-size: 25px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0 0 10px 0;
	line-height: 140%;
	font-family: 'Roboto Condensed', sans-serif;
}
.homeText {
	/*padding: 30px 30px 30px 0;*/
	/*padding-left: calc(50% + 30px);*/
	/*background-image: url(../images/tempimage.jpg);*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50%;
	display: flex;
}
.homeTextIn {
	padding: 30px;
}
.homeText .right {
	width: 50%;
}
.homeTextImage {
	background: url(../images/tempimage.jpg) 50% / cover; 
	width: 50%;
}
.den {
	display: inline-block;
	width: 60px;
}
li p {
	padding: 0;
	margin: 0;
	display: inline;
}
.left {
	float: left;
}
.right {
	float: right;
}
#boxKontakt .left, #boxKontakt .right {
	width: 50%;
}
.filesPDF {
	padding: 10px 0 0 0; 
	font-size: 15px;
}
a.filePDF img {
	height: 30px;
	vertical-align: middle;
	padding-right: 5px;
}
a.filePDF {
	border-bottom: none;
}
a.filePDF:hover {
	color: var(--modra);
}
.text {
	line-height: 140%;
}
.text a {
	text-decoration: underline;
}

.text img {
	max-width: 100%;
	height: auto;
}
.text ul {
	list-style-image: url(../images/li.png);
	list-style-position: inside;
}
.text .left, .text .right {
	width: calc(48% - 10px);
}

.perex {
	font-weight: normal;
	font-size: 22px;
	line-height: 145%;
	font-family: 'Roboto Condensed', sans-serif;
}
.copy {
	font-size: 13px;
}
.copy a {
	text-decoration: none;
}
/*.parallax {
    height: 100%;
	 width: 100%;
    background: transparent;
}
.parallax-mirror {
	z-index:81 !important;
}*/
#kontaktBottom {
	display: flex;
}
#kontaktBottom .left {
	background: url(../images/prodejna-kontakt.jpg) no-repeat left 80% / cover;
}
#map {
	height: 400px;
}

.part {
	/*padding: 30px 0 150px 0;*/
	/*padding: 40px 0 50px 0;*/
}
#kontakt, #reference, #informace, #galerie, #sortiment {
	padding-top: 100px;
}
.line {
	background: #847115;
	height: 1px;
	width: 50%;
	margin: -20px auto 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.ef {
	padding: 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}


.boxes {
	display: flex;
	position: relative;
	font-size: 0;
	justify-content: space-around;
	flex-wrap: wrap;
}
#homeContent .box {
	font-size: 18px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	padding: 75px 10px 50px 10px;
	display: block;
	outline: none;
	-webkit-transition: padding 0.2s;
	transition: padding 0.2s;
	min-width: 120px;
	max-width: 130px;
	width: calc(100% / 5 - 20px);
	/*text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);*/
	background-size: 40%;
}
#homeContent .box:hover {
	/*padding: 115px 10px 0 10px;*/
}
#homeIcons {
	padding: 40px 0 0px 0;
}
.break {
	display: none;
}


#reference-loga img {
	vertical-align: middle;
	margin: 0 10px 5px 10px;
}
#reference-loga {
	text-align:center;
}





.text .tabulka {
	border: 1px solid rgba(230,230,230,0.5);
	width: 100%;
}
.text .tabulka td {
	padding: 5px;
}
.text .tabulka tr:nth-child(odd) {
    background-color: rgba(230,230,230,0.5);
}
.files {
	list-style-image: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.files li {
	padding: 10px 0 10px 0px;
}
.fileIcon {
	display: inline-block;
	height: 30px;
	width: 26px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.file-pdf {
	background: url(../images/files-pdf.png) no-repeat left 50%;
}
.file-doc, file-docx {
	background: url(../images/files-doc.png) no-repeat left 50%;
}
.file-xls, .file-xlsx {
	background: url(../images/files-xls.png) no-repeat left 50%;
}


.box3 {
	display: inline-block;
	width: calc(90% / 3);
	/*height: 150px;*/
	position: relative;
	text-align: center;
	font-size: 16px;
}
.box4 {
	display: inline-block;
	width: calc(90% / 4);
	/*height: 150px;*/
	position: relative;
	text-align: center;
	font-size: 16px;
}
.boxTitle {
	position: absolute;
	width: 100%;
	text-align:center;
	background: rgba(31,29,29,0.8);
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0;
}

.box4 img {
	visibility: hidden;
	width: 100%;
	height: auto;
}









#galerieP {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
	 line-height: normal;
}

.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 7 - 10px);
	 position: relative;
	
}
.gal .square {
	width: 100%;
	height: auto;
	position: relative;
	visibility: hidden;
	z-index:-999;
}
.gal a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
	 position: absolute;
	 top:0;left:0;
}
.zoomImg {
	display: none;
	margin: 0 auto;
	line-height: 100%;
	padding-top: calc(50% - 26px);
}
.gal a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.gal a:hover &gt; .zoomImg {
	display: block !important;
}
.gal a img {
    display: none;
}

#text iframe, #text img {
	max-width: 100%;
}


#webseo, #webseo a {
	font-size: 12px;
	text-decoration: none;
	color: ;
	text-align: left;
	padding: 10px 0 0 0;
}




#menuResponsive {
	display: none !important;
	cursor: pointer;
}
#menuResponsive a:hover {
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}








#poptavkaF {
	width: 95%;
	min-width: 200px;
	/*max-width: 600px;*/
	margin: 0px auto;
}
#nadpisPoptavka {
	font-weight: 300;
	font-size: 25px;
	color: #595959;
	text-align: right;
}
#poptavkaF label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
	 font-size:17px;
    width: 50%;
	 font-weight: 300;
	 font-family: 'Roboto Condensed', sans-serif;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 1px solid #595959;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid #B5C3CA;
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
	color: ;
}
.napiste {
	border-bottom: 1px solid #595959;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: rgba(50,50,50,0.75);
	background: white;
	border: 1px solid #B5C3CA;
}
#odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid rgba(0,0,0,0.75);;
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: white;
	color: #322E2D;
	font-size: 20px;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}

@media screen and (max-width: 1500px) {
	.break {
  		flex-basis: 100%;
  		height: 0;
		display: block;
	}
	.containerHome {
		max-width: 1200px;
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1200px) {
	.blogImgTop {
		max-width: 50% !important;
	}
}
@media screen and (max-width: 1000px) {
	.homeBox {
		font-size: 15px;
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
		padding: 0 10px !important;
	}
	#nav {
		border: none;
		padding: 0;
		margin: 5px 0 0 0;
	}
	#nav li {
		text-align: right !important;
	}
	.gal {    
    	width: calc(100% / 5 - 10px);
	}
	#nav li:last-child a, #nav li a {
		padding: 5px 10px;
	}
	.imageSlide {
		right: 0;
		height: 100%;
	}
	.sluzby-page {
		background: none;
	}
	#logo {
		/*width: 160px;
		height: 42px;
		background-size: cover;
		position: absolute;*/
	}
	#top {
		/*height:400px;*/
	}
	#nav ul {
    opacity: 1;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: auto;
	overflow: hidden;
	left: 0;
}
	#nav ul li a {
		text-transform: none;
		color: white;
	}
	#nav ul li {
		display: inline-block;
	}
	#nav ul li:nth-child(odd) a {
		/*color: red;
		float: right;
		clear: right;*/
	}
	#nav ul li:nth-child(odd) {
		/*float: left !important;*/
		
	}
	#nav ul li:nth-child(even) {
		/*clear: both;*/
		
	}
	#nav ul {
          width: 230px;
     }
	#nav li:hover &gt; ul {
    background: none;
    box-shadow: none;
	}
	#menu {
		margin-top: 5px;
	}
	.sliderText {
		font-size:30px;
	}
	.sortiment .item:nth-child(1),.sortiment .item:nth-child(2) {
		width: 50%;
	}
	.sortiment .item:nth-child(3),.sortiment .item:nth-child(4) {
		width: 20%;
	}
	.sortiment .item:nth-child(4) {
		order: 4
	}
	.sortiment .item:nth-child(5) {
		width: 40%;
	}
}

@media screen and (max-width: 800px) {
	.sortiment .item {
		width: 50% !important;
	}
	.sortiment .item:nth-child(5) .item-img {
    	right: 15px;
	}
	.sortiment .item-img {
    	max-height: calc(80%) !important;
		bottom: 0 !important;
		top: auto !important;
	}
	#homeContact .container {
		flex-flow: row wrap;
		justify-content: center;
	}
	.homeBox {
		width: 190px;
	}
	#top {
		/*height:350px;*/
	}
	#nav {
		margin: 0;
	}
	#menuResponsive a {
		padding: 5px 15px 5px 0;
	}
	.left,.right {
		float: none;
		width: 100% !important;
	}
	#o-nas .left {
		text-align: center !important;
	}
	.perex {
		font-size: 18px;
	}
	h2 {
		font-size: 23px;
	}
	.icons {
		display: block;
	}
	.icon {
		margin: 0 0 30px 0;
	}
	.gal {    
    	width: calc(100% / 4 - 10px);
		
	}
	.stroje {
		flex-wrap: wrap;
	}
	.box4 {
		width: calc(90% / 2);
		margin: 0 0 20px 0;
	}
	.imageSlide {
		right: 0;
		top: 15%;
		height: 65%;
	}
	/*#menuSpacer {
		min-height: 65px;
	}*/
	#sliderBox {
		height: 300px;
	}
	.sliderText {
		font-size:30px;
	}
	.sliderItem {
		text-align: center;
	}
	.sliderItem .sliderText {
		left:0 !important;top:0 !important;
	}

	.break {
		display: none;
	}
	#kontaktBottom .left,#kontaktBottom .right {
		float: none;
		width: 100% !important;
		height: 200px;
	}
	#kontaktBottom {
		display: block;
		position: relative;
	}
	.blogItem {
    width: calc(50% - 24px);
	}
	.bx-prev, .bx-next {
		height: 70px;
		top: calc(50% - 37px);
	}
}
@media screen and (max-width: 500px) {
	
	.blogItem {
    margin: 0 12px 20px 12px;
    display: inline-block;
    width: calc(100% - 24px);
    vertical-align: top;
    background: white;
    position: relative;
	}
	.sortiment .item {
		width: 100% !important;
	}


}
@media screen and (max-width: 600px) {
	#top {
		/*height:250px;*/
	}


	#topContact {
		display: none;
	}
	h1 {
		font-size: 30px;
	}

	

	#topInfoFb {
		font-size: 0;
		padding-right: 10px;
	}
	#topInfoYt {
		font-size: 0;
		padding-right: 10px;
		margin: 0 0 0 5px;
	}
	#topInfoTopAkce {
		padding: 2px 10px 2px 30px;
	}
}
@media screen and (max-width: 500px) {
	#top15let {
		display: none;
	}
	#slider15let {
		display: block;
	}
	.blogImgTop {
		width: calc(100% - 40px) !important;
		max-width: none !important;
	}
}
@media screen and (max-width: 450px) {
	#menu {
		margin-top: 0px;
	}
	#logo {
		height: 69px;
		width: 166px;
		background-size: cover;
		position: absolute;
	}
	#topInfoAkce {
		font-size: 13px;
		/*padding: 2px 5px 2px 25px;*/
	}
	.k-telmail {
		font-size: 14px;
	}
	
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
	.text img {
		max-width: 100%;
		height: auto !important;
	}
	.gal {    
    	width: calc(100% / 2 - 10px);
	}
	.box4 {
		width: 90%;
		margin: 0 0 20px 0;
	}
	#menuSpacer {min-height:90px;}
}
@media screen and (max-width: 370px) {
	
}</pre></body></html>