/* NASTAVENIA - menit podla farieb stranky*/

/* 
nadpis h1, blokquote:  #farba1
podnadpis h2, h3, h4: #farba2
link: #b9b9b9
link hover: #000
formular: #b9b9b9
formular hover: #000
odrazky: #000
dokumenty: #000
font nadpisov: 'roboto_condensedlight'
*/



a, input, textarea, select {outline: none !important;}

/* VNUTRO.............................................................. */

.vnutro a img {
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;
-ms-transition:all 300ms linear;
transition:all 300ms linear;	
}
.vnutro a:hover img {
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-o-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05);	
}

.vnutro	h1 {
    position: relative;
    color: #F89448;
    font-size: 110%;
    font-family: 'poppinsregular';
    margin-top: 0;
    padding-bottom: 0px;
    text-align: left;
    margin-bottom: 15px;
} 	
.vnutro h2 {
	font-size: 180%;
    font-family: 'poppinsregular';
    margin-top: 10px;
	padding-bottom: 15px;
	line-height: 130%;
} 
.vnutro h2 strong {
    font-family: 'poppinsbold';
} 
.vnutro h3 {
	font-size: 130%;
    font-family: 'poppinsregular';
    margin-top: 15px;
	padding-bottom: 10px;
	line-height: 130%;
}
.vnutro h3 strong {
    font-family: 'poppinsbold';
} 
.vnutro h4 {
		font-size: 110%;
    font-family: 'poppinsregular';
	color: #f89448;
    margin-top: 15px;
	padding-bottom: 5px;
}  
.vnutro h5 {
		font-size: 100%;
    font-family: 'poppinsregular';
		color: #333;
    margin-top: 15px;
		padding-bottom: 10px;
}
.vnutro	h1 span, .vnutro	h2 span, .vnutro	h3 span, .vnutro	h4 span, .vnutro	h5 span {
	position:relative;
}  
.vnutro a:link, .vnutro a:visited {
    transition: 0.3s;
    text-decoration: none;
  	color: #5f5f5f !important;      
}
.vnutro a:hover, .vnutro a:focus {
   	color: #f89448 !important;      
} 
 
.vnutro .holder-kariera a:link, .vnutro .holder-kariera a:visited {
    transition: 0.3s;
    text-decoration: none;
	color: #f89448 !important;       
}
.vnutro .holder-kariera a:hover, .vnutro .holder-kariera a:focus {
   	color: #5f5f5f !important;     
}  


 
.vnutro ul {
    list-style-type: none;
    padding:0;
    margin:0;
    margin-bottom: 15px;
}   
.vnutro ul li {
				position:relative;
    margin-left: 20px;
    text-align: left !important;
}
.vnutro ul li:before {
			position:absolute;
			top:8px;
			left:0;
  	content:"";
			width:6px;
			height:6px;
  	background-color: #f89448; 
			margin-left: -20px;
}

.vnutro ul.nav-pills {
    list-style-type: none;
    padding:0;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;	
}   
.vnutro ul.nav-pills li {
	position:relative;
    margin-left: 0px;
}
.vnutro ul.nav-pills li a:link, .vnutro ul.nav-pills li a:visited {
    color:#fff !important;
	padding:10px 20px;
	background-color: #f79347;
	margin:3px;
	display:inline-block;
}
.vnutro ul.nav-pills li a:hover, .vnutro ul.nav-pills li a:focus, .vnutro ul.nav-pills li.active a {
    color:#fff !important;
	background-color: #303632;
}
.vnutro ul.nav-pills li:before {
	display:none;
  	content:"";
}

.vnutro .mapa_stranok ul {
    list-style-type: none;
    padding:0;
    margin:0;
    margin-bottom: 5px;
    margin-left: 20px;
}   
.vnutro .mapa_stranok ul li {
    margin-left: 20px;
}
.vnutro .mapa_stranok ul li:before {
  	content: "\f105";
  	font-family: "FontAwesome";
  	color: #5E95DB;  
    padding-left: 5px;
    padding-right:5px;
    margin-left: -25px; 
}  

.vnutro ol {
    padding:0;
    margin:0;
    margin-left: 2em;
    margin-bottom: 15px;
    counter-reset: item;
}   
.vnutro ol li {
    margin-left: 0px;
    display: block;
    counter-increment: count-me;
}
.vnutro ol li:before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
    color: #000;
}
  
@media screen and (max-width: 480px) {
  .col-xs-6.gal { width: 100%; }
} 

.text-white a:link, .text-white a:visited {
    transition: 0.3s;
    text-decoration: none;
  	color: #fff !important;      
}
.text-white a:hover, .text-white a:focus {
   	color: #f89448 !important;      
} 
 
.news_list_casousel .text-white a:hover, .news_list_casousel .text-white a:focus {
   	color: #fff !important;      
} 
 
/* BLOCKQUOTE.............................................................. */

blockquote {
				position:relative;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 100%;
				color:#2B2B2B;
				border:0 solid #FFF;
				border-left:2px solid #000;
    background-color: transparent;
}

/* IMAGES.............................................................. */

.image_obrazok img {
width: 100%;
height: auto;
}

/* IMAGE LIST........................................................... */

.image_list_container {
width: 100%;
}
.image_list_container_in {
border: @Border; 
width: 48%; 
padding: 0px; 
float:left; 
margin: 1%;
}
.image_list_image img {
width: 100%; 
height: auto; 
border: @Border;
}
.image_list_popis {
text-align: center; 
line-height: 120%; 
margin-top: 5px;
margin-bottom: 15px;
font-weight: bold;
}

/* NEWS LIST........................................................... */

.novinky_container {
width: 100%;
}
.novinky_container_in {
width: 48%;
margin-right: 2%;
border: @Border;
background-color: #fff;
line-height: 0px;
}
.novinky_obrazok {
overflow:hidden;
}
.novinky_obrazok img {
width:100%; 
height:auto;
}
.novinky_obrazok a img {
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;
-ms-transition:all 300ms linear;
transition:all 300ms linear;	
}
.novinky_obrazok a:hover img {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);	
}
.novinky_popis {
text-align: left;
margin-top:0;
margin-bottom: 30px;
}
.novinky_popis a:link {
position:relative;
display:block;
color:#000 !important;
background-color:transparent;
padding:5px 10px;
border:0 solid #FFF;
}
.novinky_popis a:hover {
color:#fff !important;
background-color:#f89448;
}

/* FORM........................................................... */

.vnutro .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	border: 1px solid #DEDEDE;
	width: calc(100% - 2em);
	vertical-align: top;
  width: 100%;
  margin-bottom: 8px;
}

.vnutro .input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #000;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.vnutro .input__field:focus {
	outline: none;
}

.vnutro .input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: @BlackColor;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.vnutro .input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #000;
	font-size: 150%;
}




/* Fumi */
.vnutro .input--fumi {
	background: #fff;
	overflow: hidden;
	padding: 0.25em 0;
}

.vnutro .input--fumi::after {
	content: '';
	width: 1px;
	position: absolute;
	top: 0.5em;
	bottom: 0.5em;
	left: 2.5em;
	background: #f0f0f0;
	z-index: 100;
}

.vnutro .input__field--fumi {
	background: transparent;
	padding: 1.5em 1em 0.25em 3.15em;
	width: 100%;
	color: @BlackColor;
}

.vnutro .input__label--fumi {
	position: absolute;
	width: 100%;
	text-align: left;
	padding-left: 4.5em;
	pointer-events: none;
}

.vnutro .icon--fumi {
	width: 2em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em 0 0 0.5em;
}

.vnutro .input__label-content--fumi {
	padding: 1.7em 0;
	display: inline-block;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.vnutro .input__label-content--fumi span {
	display: inline-block;
}

.vnutro .input__field--fumi:focus + .vnutro  .input__label--fumi .input__label-content--fumi,
.vnutro .input--filled .input__label-content--fumi {
	-webkit-animation: anim-fumi-1 0.3s forwards;
	animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}

@keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}


.vnutro .input__field--fumi:focus + .vnutro .input__label--fumi .icon--fumi,
.vnutro .input--filled .icon--fumi {
	-webkit-animation: anim-fumi-2 0.3s forwards;
	animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #808080;
	}
}

@keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #808080;
	}
}

.vnutro .input__label-content--fumi b {
    color: red;
}
.vnutro .formular_popis {
     text-align: right;
     margin-right: 5px;
     font-size: 90%;
}
.vnutro .formular_popis span {
    color: red;
}

.vnutro input:-webkit-autofill,
.vnutro input:-webkit-autofill:hover,
.vnutro input:-webkit-autofill:focus,
.vnutro input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important;
}

.vnutro .formular_captcha {
width: 100%; 
display: inline;
}
.vnutro .formular_captcha_obrazok {
width: 120px; 
padding-top: 4px;
height: 32px;
float: left;
}
.vnutro .formular_captcha_text {
width: 45%;
padding: 5px;
float: right;
border:1px solid #ccc;
}
.vnutro .formular_button {
width: 100%; 
line-height: 30px;
border: 0px #FFFFFF solid;
background-color: #f89448;
font-family:'poppinsbold';
color: #FFF;
outline: none;
margin-top: 5px;
	padding:5px 15px !important;
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;
-ms-transition:all 300ms linear;
transition:all 300ms linear;
border-radius: 0 !important;
}
.vnutro .formular_button:hover {
color:#FFF;
background-color: #f85d48;
}
.vnutro #reklamacia-products .form-group {
    margin-bottom: 0rem;
}
.vnutro #captchaRefresh {
width: 32px; 
height: 32px;
border: 0px solid #fff;
color: #FFF;
margin-right: 5px;
float: left;
outline: none !important;
background-color: #f89448; 
}
.vnutro #captchaRefresh:before {  
  content: "\f021";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#FFF; 
  font-size: 120%; 
  padding-left: 2px;        
} 
.vnutro #captchaRefresh:hover {
	color:#FFF;
background-color: #f85d48;
}
.vnutro #captchaRefresh:hover:before {
	color:#FFF;
}

.vnutro input:-webkit-autofill,
.vnutro input:-webkit-autofill:hover,
.vnutro input:-webkit-autofill:focus,
.vnutro input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.vnutro input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
}
.vnutro input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 640px) {
.vnutro .formular_captcha_text {width: 38%;}
}
@media screen and (max-width: 320px) {
.vnutro .formular_captcha_text {width: 100%; float: none; margin-top: 5px;}
}  

form label {
	font-weight:bold;
	margin-bottom: 3px;
}
.checkbox label {
	font-weight:normal;
}
.checkbox a {
	text-decoration:underline !important;
}

a.facebook:link, a.facebook:visited {
	display: inline-block;
    background: #0166b4;
    padding: 5px 10px;
    color: #fff !important;
	text-decoration:none;
}	
a.facebook:hover, a.facebook:focus {
    background: #115080;
    color: #fff !important;
}	
a.facebook:before {  
  content: "\f09a";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#fff; 
  margin-right: 8px;             
} 

a.instagram:link, a.instagram:visited {
	display: inline-block;
    background: rgb(131,58,180);
	background: linear-gradient(203deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    padding: 5px 10px;
    color: #fff !important;
	text-decoration:none;
}	
a.instagram:hover, a.instagram:focus {
    background: rgb(131,58,180);
	background: linear-gradient(310deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    color: #fff !important;
}	
a.instagram:before {  
  content: "\f16d";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#fff; 
  margin-right: 8px;             
} 


/* FILES........................................................... */

.files_container { overflow:hidden; }
.files_velkost { text-align: right; font-size: 12px; }
.files_nazov { font-weight: bold; padding-top: 0px; display: flex; } 
.files_popis { font-size: 80%; margin-left: 35px; } 

.files { margin-bottom: 10px; }
.files a.file_doc:before, .files a.file_rtf:before, .files a.file_pdf:before, 
.files a.file_xls:before, .files a.file_csv:before, .files a.file_ppt:before, 
.files a.file_zip:before, .files a.file_def:before {  
	font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
	color:#f89448; 
	font-size: 220%;
	display: inline-block;
    width: 35px;   
    padding-top: 0px;
	margin-top: -3px;
    float: left;   
}

.files a.file_rtf:before { content: "\f0f6"; } 
.files a.file_pdf:before { content: "\f1c1"; } 
.files a.file_xls:before { content: "\f1c3"; } 
.files a.file_csv:before { content: "\f0f6"; } 
.files a.file_ppt:before { content: "\f1c4"; } 
.files a.file_zip:before { content: "\f1c6"; } 
.files a.file_def:before { content: "\f016"; }
.files a.file_doc:before { content: "\f1c2"; }

.adresa a[href^="tel:"] {  
	white-space: nowrap;
} 

/*  RSLIDER  ............................................. */

.callbacks_container {
  position: absolute;
  height: 100%;
  width: 100%;
  }
.fill {
  height: 100%;
  width: 100%;
  }
  
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  }
 .rslider_nav li {
    float: none !important;
    left: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
	position: inherit !important;
 } 
  
/*  TABULKY ............................................. */

.table01 {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	table-layout: fixed;
}
.table01 th, .table01 td {
	padding: 10px;
	border-top: 1px solid #ddd;
}
.table01 thead {
	background: #eee;
	border-bottom: 3px solid #ddd;
}

@media (max-width: 767px) {
	.table01 thead { display: none;	}
	.table01 tr, .table01 th, .table01 td { display: block;	}
	.table01 td { border-top: none;	}
	.table01 tr td:first-child { border-top: 1px solid #ddd; font-weight: bold;	}
	.table01 tr td:first-child { font-weight: 300; }
	.table01 td:before { display: block; font-weight: bold;	}
	.table01 td:nth-of-type(1):before { content: "Rok:"; }
	.table01 td:nth-of-type(2):before {	content: "Miesto určenia:";	}
	.table01 td:nth-of-type(3):before {	content: "Popis výrobku:"; }
	.table01 td:nth-of-type(4):before { content: "Krajina:"; }
}

/*  IKONKY ............................................. */

.vnutro .adresa a[href^="mailto:"]:before {  
  content: "\f0e0";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#f89448; 
  margin-right: 8px;           
} 
.vnutro .adresa a.mobil[href^="tel:"]:before {  
  content: "\f10b";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#f89448; 
  margin-right: 8px;             
}
.vnutro .adresa a.fax[href^="tel:"]:before {  
  content: "\f02f";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#f89448; 
  margin-right: 8px;            
}
.vnutro .adresa a[href^="tel:"]:before {  
  content: "\f095";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#f89448; 
  margin-right: 8px;           
}
.vnutro .adresa a[href^="http://"]:before, .vnutro .adresa a[href^="https://"]:before {  
  content: "\f0c1";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#f89448; 
  margin-right: 8px;             
} 


/* Pagepath --------------------------------------- */

.navigacia > div:last-child > a {
color:#FF0000 !important;
}

/* Obrazky v textoch --------------------------------------- */

img.vlavo {
float: left;
margin: 5px 15px;
margin-left: 0px;
width: 35% !important;
height: auto !important;
}
img.vpravo {
float: right;
margin: 5px 15px;
margin-right: 0px;
width: 35% !important;
height: auto !important;
}
img.fullwidth {
float: none;
width: 100% !important;
height: auto !important;
}
img.vlavo:hover, img.vpravo:hover, img.fullwidth:hover {
opacity: 1;
}

@media screen and (max-width: 768px) {
img.vlavo { width: 50% !important; }
img.vpravo { width: 50% !important; }
}

@media screen and (max-width: 480px) {
img.vlavo { float: none; margin: 15px 0px; width: 100% !important; }
img.vpravo { float: none; margin: 15px 0px; width: 100% !important; }
} 

.scrolloff {
pointer-events: none;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000 !important;
}

.navbar-toggle .icon-bar.duo {
	  top: 1px;
}
.navbar-toggle .icon-bar.troa {
  	top: 2px;
}
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar.uno {
	  top: 6px;
	  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar.duo {
	  background-color: transparent;
}
.navbar-toggle.active .icon-bar.troa {
	  top: -6px;
	  transform: rotate(-45deg);
}

/* MAIN-BUTTONS........................................................... */

.mainButton a:link, .mainButton a:visited {
	display:inline-block;
	color:#fff !important;
	background-color:#f89448;
	margin-bottom:10px;
	padding:8px 40px;
}
.mainButton a:hover {
	background-color:#f85d48;
}

.kontakty-polozka--active {
	background: #f89449;
    color: #fff;
}

.kontakty-box {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-right: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}
.kontakty-box.bezramceka {
	border-right: 0px solid #f6f6f6;
    border-top: 0px solid #f6f6f6;
}
.kontakty-polozka {
	width: 25%;
	padding: 10px 0; 
    float: left;
    border-left: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.kontakty-polozka.bezramceka {
    border-left: 0px solid #f6f6f6;
    border-bottom: 0px solid #f6f6f6;
}
a:hover .kontakty-polozka {
background: #f89449;
color:#fff;
}
.kontakty-obrazok {
	float: left;
	width: 30%;
}
.kontakty-obrazok img {
	width: 56px;
	height: 56px;
	display: inline-block;
	background-color: #fff; 
	border-radius: 50px;
	float: right;
}
.kontakty-text {
	float: left;
	width: 70%;
	display: inline-block;
	text-align: center;
	padding: 8px 5px;
}
.kontakty-obrazok2 {
	float: left;
	width: 30%;
}
.kontakty-obrazok2 img {
    width: 57px;
    height: 57px;
    margin: auto;
    display: block;
    margin-top: 8px;
}
.kontakty-text2 {
	float: left;
	width: 70%;
	display: inline-block;
	text-align: left;
	padding: 8px 5px;
}
@media screen and (max-width: 1200px) {
	.kontakty-polozka { width: 25%; }
}	
@media screen and (max-width: 991px) {
	.kontakty-polozka { width: 33.33%; }
}
@media screen and (max-width: 767px) {
	.kontakty-polozka { width: 50%; }
}
@media screen and (max-width: 550px) {	
	.kontakty-polozka { width: 100%; }
}

/* Katalog  ........................... */
.katalog-prvy {
	padding-top: 30px;
	padding-bottom: 30px;
}
.katalog-druhy {
	padding-top: 30px;
	padding-bottom: 30px;	
	background-color: #efefef;	
}
.katalog-obr {
	padding:10%;
	padding-top:0;
	padding-bottom:0;
}
.katalog-obr img {
	border: 3px solid #efefef;
	border-radius: 50%;
	padding:10px;
}
.katalog-druhy .katalog-obr img {
	border: 3px solid #fff;
}
.katalog-nazov h2 {
    border-left: 8px solid #f89448;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    display: inline-block;
}
.katalog-date {
	text-align: right;
    /*border-bottom: 1px solid #000;*/
}
.katalog-text {
	display: inline-block;
}
.vnutro .katalog-link a:visited, .vnutro .katalog-link a:link {
    background-color: #f89448;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 100px;
    margin-top: 15px;
    margin-right: 5px;
    color:#fff !important;
}
.vnutro .katalog-link a:hover {
    color:#000 !important;
}
.katalog-link a i {
    padding-left: 5px;
}

.product_row {
	position:relative;
}
.product_box {
	position:relative;
}
.product_box:after {
	position:absolute;
	top:1px;
	right:0;
	content:"";
	width:1px;
	height:100%;
	background:#FFF;
}
.product_row .product_box:last-child:after {
	display:none;
}
.product_img {
	width:100%;
	background-color:#FFF;
	padding:15px;
	border: 1px solid #EFEFEF;
}
.product_title h3 {
	font-size:100%;
}
.product_title h3 small {
	display:block;
	font-size:16px;
	color:inherit;
	margin-bottom:5px;
}
.product_price {
	/*margin-top:30px;*/
}
.ppl {
	font-size:24px;
	color:#F89448;
}
.ppl_dph {
	position:relative;
	display:inline-block;
	font-size:90%;
	color:#FFF;
	text-align:center;
	background-color:#000;
	margin-top:15px;
	padding:3px 15px;
	border-radius:100px;
}
.ppr_old {
	text-decoration:line-through;
}
.product_price a {
	display:block;
	font-size:90%;
	letter-spacing:1px;
	color:#000;
	margin-top:20px;
}
.product_price a:hover {
	color:#F89448;
}
.product_price a i {
	color:#F89448;
}
.product_price a:hover i {
	color:#000;
}
a.product_row_nav {
	position:absolute;
	top:0;
	display:block;
	width:84px;
	height:100%;
	z-index:100;
}
a.product_row_nav1 {
	left:-120px;
}
a.product_row_nav2 {
	right:-120px;
}
a.product_row_nav i {
	position:absolute;
	top:50%;
	left:0;
	width:84px;
	height:84px;
	line-height:84px;
	font-size:300%;
	color:#FFF;
	background-color:#F89448;
	margin-top:-42px;
	z-index:1000;
}
a.product_row_nav:hover  i {
	background-color:#272727;
}


a.product_row_nav, .owl-controls {
	top:0;
	display:block;
	height:100%;
	z-index:100;
}
.owl-nav {
	width:100%; 
}
.owl-nav button.owl-prev {
	left:-10px;
  	display: block !important; 
}
.owl-nav button.owl-next {
	right:0px;
  	display: block !important;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
	position:absolute;
	top:50% !important;
	width:64px !important;
	color:#FFF !important;
	background-color:#F89448 !important;
	margin-top:-32px !important;
	z-index:1000 !important;
	border-radius: 50% !important;
	outline: none !important;
}
.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
	background-color:#272727 !important;
}

.vnutro .owl-nav button.owl-prev i, .vnutro .owl-nav button.owl-next i {
	width: 100% !important;
	line-height: 64px !important;
    display: inline-block !important;
    text-align: center !important;
    font-size:300% !important;
}
.owl-prev i {
	margin-left: -3px;
}
.owl-next i {
	margin-left: 3px;
}
@media screen and (max-width: 991px){
	.owl-theme .owl-nav {
		display: none;
	}
}

.uvod-stranky {
    width: 60%;
    margin: auto;
}
@media screen and (max-width: 991px){
	.uvod-stranky {
		width: 100%;
	}
}

.boxy-farebne .cislo {
    position: absolute;
    margin-left: -25px;	
}

.boxy-farebne a {
display:block;	
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;
-ms-transition:all 300ms linear;
transition:all 300ms linear;	
}
.boxy-farebne a:hover {
-webkit-transform:scale(1.02);
-moz-transform:scale(1.02);
-o-transform:scale(1.02);
-ms-transform:scale(1.02);
transform:scale(1.02);	
}


.boxy-farebne .oranzova {
	background-color: #F89448;
	color: #fff;
	padding: 20px 50px 20px 65px;
}
.boxy-farebne .oranzova a:link, .boxy-farebne .oranzova a:visited {
	background-color: #666666;
	color: #fff !important;
	padding: 10px 20px;
    border-radius: 100px;
    font-weight: bold;	
	display: inline-block;
}
.boxy-farebne .oranzova a:hover, .boxy-farebne .oranzova a:focus {
	background-color: #000;
	color: #fff !important;
}
.boxy-farebne .oranzova a.odkaz:link, .boxy-farebne .oranzova a.odkaz:visited {
	background-color: #fff;
	color: #666666 !important;
	padding: 10px 20px;
    border-radius: 100px;
    font-weight: bold;	
	display: inline-block;
}
.boxy-farebne .oranzova a.odkaz:hover, .boxy-farebne .oranzova a.odkaz:focus {
	background-color: #000;
	color: #fff !important;
}
.boxy-farebne .oranzova2 {
	background-color: #F89448;
	color: #fff;
	padding: 20px 50px 20px 65px;
}
.boxy-farebne .oranzova2 a:link, .boxy-farebne .oranzova2 a:visited {
	color: #fff !important;
}
.boxy-farebne .oranzova2 a:hover, .boxy-farebne .oranzova2 a:focus {
	color: #000 !important;
}
.boxy-farebne .siva {
	background-color: #666666;
	color: #fff;
	padding: 20px 50px 20px 65px;
}
.boxy-farebne .svetlosiva {
	background-color: #B3B3B3;
	padding: 20px 50px 20px 65px;
}
.boxy-farebne .cierna {
	background-color: #000;
	color: #fff;
	padding: 20px 50px 20px 65px;
}

.boxy-bez-pozadia {
	padding: 20px 10px 20px 10px;
}
.boxy-bez-pozadia2 {
	padding: 20px;
}

a.holder_sortiment.oranzova:link, a.holder_sortiment.oranzova:visited, .holder_sortiment.oranzova {
	background-color: #F89448;
	color: #fff !important;
	text-align:center;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
	min-height:155px;
}
	
.holder_sortiment.oranzova:hover {
	background-color: #666666;
}
a.holder_sortiment.siva:link, a.holder_sortiment.siva:visited, .holder_sortiment.siva {
	background-color: #666666;
	color: #fff !important;
	text-align:center;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;
	min-height:155px;
	
}
.holder_sortiment.siva:hover {
	background-color: #F89448;
}
a.holder_sortiment img, .holder_sortiment img {
	width:auto;
	height:50px;
	margin-bottom:10px;
	filter: brightness(0) invert(1);
}
a.holder_sortiment p, .holder_sortiment p {
	margin-bottom:0;
	font-weight:bold;
}

#myVideo {
    position: inherit;
    top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
}
@media screen and (min-width: 1600px) {
	#myVideo {

	}	
}	

.kurzor {
	cursor:pointer;
}
.split_columns__2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media screen and (max-width: 767px) {
	.split_columns__2 {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
    transition: 0.3s all;
    background-color: #fff !important;
    border-top: 3px solid #HLAVNAFARBA;
    box-shadow: 0px 0px 20px 0px #111;
}

.termsfeed-com---palette-dark .cc-nb-text, .termsfeed-com---palette-dark .cc-nb-title {
    color: #111 !important;
}

.termsfeed-com---nb-simple {
    max-width: 100%!important;
    width: 100%!important;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 0.1rem 1rem !important;
}

.termsfeed-com---nb .cc-nb-text {
    font-size: 14px!important;
}

.cc-nb-title{
    margin-bottom: 0.35rem!important;
    margin-top: 0.5em!important;
    font-size:20px!important;
}

.cc-nb-buttons-container{
    margin-bottom: 0.2em;
}

.termsfeed-com---palette-dark .cc-nb-reject, .termsfeed-com---palette-dark .cc-nb-okagree {
    background-color: #HLAVNAFARBA !important;
    color: #fff !important;
}

.termsfeed-com---palette-dark .cc-nb-reject:hover, .termsfeed-com---palette-dark .cc-nb-okagree:hover {
    background-color: #111 !important;
}

.termsfeed-com---palette-dark .cc-nb-changep:hover {
    background-color: #111 !important;
    color: #fff !important;
}

@media (max-width: 1000px) {

    .cc-nb-buttons-container {
        display: flex!important;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .cc-nb-okagree, .cc-nb-reject{
        flex: 0 0 48.75%;
    }

    .cc-nb-changep{
        flex: 0 0 98.5%;
    }

    .termsfeed-com---nb .cc-nb-text {
        font-size: 12px!important;
    }

}

@keyframes fadeInTop {
   0% {
      opacity: 0;
      transform: translateY(300px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

@media screen and (max-width: 767px) {
	a.holder_sortiment.oranzova:link, a.holder_sortiment.oranzova:visited, .holder_sortiment.oranzova,
	a.holder_sortiment.siva:link, a.holder_sortiment.siva:visited, .holder_sortiment.siva	{
		min-height:100px;
	}	
}