html,body{
	overflow-x: hidden;
	
}
a:hover {
	text-decoration: none;
}
.comp p {
	text-align: center;
	font-family: Montserrat;
	font-size: 10px;
	line-height: 14px;
    padding: 14px;
}
.mw {
	max-width: 1200px;
	margin: 0 auto;
}
html { scroll-behavior: smooth; } 
h3 {
	
	font-family: Montserrat;"
}
.outi{
 height: 100%;
    position: relative;
}
.outi img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: grayscale(100%);
  }
  .outi img:hover {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: grayscale(0%);
    transition: 0.5s;
  }
.form {
	padding: 10px;    
	border-radius: 7px;
	border: 0.5px solid #0000003b;
}
.bluebtn {
	background-color: #889bd3;
	color: white;
	width: 150px;
	box-shadow: 0px 0px 20px 0px #889bd3;
}
img {
	width: 100%;
	height: auto;
}


@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat'), local('Montserrat'),
	url('../fonts/Montserrat.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'MontserratR';
	src: local('MontserratR'), local('MontserratR'),
	url('../fonts/MontserratR.ttf') format('truetype');
	font-style: normal;
}
.cssSlider {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cssSlider .slides {
	overflow: hidden;
	overflow: hidden;
	width: 100%;
	height: 70vmin;
	margin-bottom: -35px;
	padding: 0;
	list-style: none;
}
.cssSlider .slides > li {
	width: 100%;
	height: 70vmin;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.cssSlider .slides > li > img {
	width: 100%;
	height: auto;
}
/*
.cssSlider .slides > li:first-child:not(:target) {
	z-index: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
*/
.cssSlider .thumbnails {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.cssSlider .thumbnails > li {
	float: left;
	width: 20%;
}
.cssSlider .thumbnails > li > a {
	display: block;
}
.cssSlider .thumbnails > li > a > img {
	width: 100%;
	height: auto;
}

.cssSlider .slides li:target {
	z-index: 3;
	-webkit-animation: slide 1s 1;
}
.cssSlider .slides li:not(:target) {
	-webkit-animation: hidden 1s 1;
}
@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@-webkit-keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
@keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}# Empty CSS file for your own CSS

::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}	
:focus::-moz-placeholder {opacity: 0;}	
:focus:-moz-placeholder {opacity: 0;}	
:focus:-ms-input-placeholder {opacity: 0;}	
.form-at {
	width: 100%;
	padding: 20px;
	box-sizing: border-box; 
	overflow: hidden;
	font-size: 0;  
	letter-spacing: 0;	
	background: #f9f9f9;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
}
.form-at * {
	box-sizing: border-box;
	font-family: Verdana, sans-serif;	
}
.validate-input-at,
.no-validate-input-at {
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 2px solid #BFE2FF;
	border-radius: 2px;
	margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
	width: calc(50% - 10px);
	display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
	margin-right: 20px;
}
.input-at {
	display: block;
	width: 100%;
	background: transparent;
	color: #000;
}
input.input-at {
	height: 50px;
	padding: 0 20px 0 20px;
	font-size: 16px;
	outline: none;
	border: none;  
}
textarea.input-at {
	min-height: 170px;
	padding: 18px 20px;
	font-size: 16px;
	line-height: 22px;
	outline: none;
	border: none;
	resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
	border-color: transparent;
}
.focus-input-at {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 2px solid #337AB7;
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	transform: scaleX(1.1) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.form-at-btn {
	position: relative;
	display: block;
	padding: 0 40px;
	height: 50px;
	background-color: #337AB7;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	transition: all 0.4s;
	margin: 0 auto;
	outline: none;
	border: none;
	cursor: pointer;		
}
.form-at-btn:hover {
	background-color: #333333;
}
.form-at-btn[disabled] {
	opacity: .6;
	cursor: not-allowed;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	pointer-events: none;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "\f129";
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 18px;
	font-weight: bold;	
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
.error-at {
	color: red;
	padding: 10px 0;
}
.success-at {
	color: green;
	font-size: 28px;
	padding: 20px 0;
	text-align: center;
}
.form-at input[type=checkbox] {
	display:none;
}
.form-at input[type=checkbox] + label {
	display: block;
	position: relative;
	margin: 0 0 20px 34px;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
.form-at input[type=checkbox] + label:before {
	box-sizing: border-box;
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	line-height: 22px;
	left: -34px;
	border: 2px solid #BFE2FF;
	border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
	content: '\2714';
	color:#337AB7;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #337AB7;
}
@media (max-width: 768px) {
	.validate-input-at.w-50 {
		width: 100%;
	}
	.validate-input-at.w-50:first-child {
		margin-right: 0;
	}
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}
.padding {
	padding-bottom: 19px;
}

footer {
	background-color: #222;
	color: white;
	display: block;
	padding: 0% 4% 0% 4%;
	left: 0;
	position: absolute;
	width: 100%;
}
.navbar-brand {
	font-size: 20px;
	color: #000000a8;
	font-family: YesevaOne-Regular;
}

.col-md-12 {
	animation:anim 2s;
	animation-duration:2s;
}
@keyframes anim {
	from {opacity: 0;}
	to {opacity: 1;}
}

.pr {

	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: white;
	background-color: #0000001f;
	display: flex;
	border-radius: 10px;

}
h3, pr {
	font-size: calc( 0.04 * 10vw + 15px );
}
h1, pr {

	width: 100%;
}

p, pr {

}

.pr1 {
	display: flex;
	padding: 30px;
	border-radius: 10px;
	color: white;
	margin-bottom: 25px;
	align-items: flex-start;
	background-color: #0000001f;
}



.row-flex, .row-flex > div[class*='col-']
{  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex:1 1 auto; }
	.row-flex-wrap
	{    -webkit-flex-flow: row wrap;
		align-content: flex-start;
	}
	.row-flex > div[class*='col-'] {  margin:-.2px; }

	.h1c {
		height: 90%;
		text-align: center;
		display: table;
	}
	h1, h1c {
		height: 100%;
		display: table-cell;
		vertical-align: middle;
		text-shadow: 0 0 14px #ffffff99;
	}

	.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

input[type=text] {
  padding: 25px;
  width: 100%;
  max-width: 380px;
  height: 76px;
  border-radius: 50px;
  border: 0;
  background-color: #f1f6fb;
  text-align: center;
  color: #292b2c;
  font-size: 20px;
  line-height: 24px;
}

input[type=email] {
  padding: 25px;
  width: 100%;
  max-width: 380px;
  height: 76px;
  border-radius: 50px;
  border: 0;
  background-color: #f1f6fb;
  text-align: center;
  color: #292b2c;
  font-size: 20px;
  line-height: 24px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #e4e4e4;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #e4e4e4;
}

.btn {
  font-family: Montserrat;
  font-size: 15px;
  background-color: black;
  color: white;
  padding: 25px 20px 25px 20px;
  border-radius: 38px;
}

.modal form {
  max-width: 380px;
}

.zagruska-proizvod-container {
  background: #fff;
  width: 750px;
  min-height: 500px;
  margin: 20px auto;
  position: relative;
}
.zagruska-proizvod-container ul {
  list-style-type: none;
  padding: 0;
}
.zagruska-proizvod-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.zagruska-proizvod-container ul li {
  width: calc(20% - 10px);
  margin: 10px 5px 0;
  height: 120px;
  color: #000;
  float: left;
  border-radius: 2px;
}
.zagruska-proizvod-container ul li:nth-child(1n + 16) {
  max-height: 0;
  opacity: 0;
  transition: 0.1s ease-in;
}
.zagruska-proizvod-container .zagruska-proizvod-btn {
  width: 264px;
  line-height: 42px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  background: #3d3c50;
  color: #f5f2f2;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.zagruska-proizvod-container .zagruska-proizvod-btn:hover {
  background: #211e1e;
}
.zagruska-proizvod-container .zagruska-proizvod-btn .loaded {
  display: none;
}
.zagruska-proizvod-container #zagruska-proizvod {
  display: none;
}
.zagruska-proizvod-container #zagruska-proizvod:checked ~ ul li:nth-child(1n + 16) {
  max-height: 999px;
  opacity: 1;
  transition: 0.2s ease-in;
}
.zagruska-proizvod-container #zagruska-proizvod:checked ~ .zagruska-proizvod-btn .loaded {
  display: block;
}
.zagruska-proizvod-container #zagruska-proizvod:checked ~ .zagruska-proizvod-btn .unloaded {
  display: none;
}

.footer {
  padding: 40px 0 0;
  background-color: #101010;
}

.footer .link {
  font-size: 15px;
  color: #fff;
}

.footer em {
  font-style: normal;
  color: #f7c14f;
}

.footer img {
  width: 30px;
}

.footer .mini {
  font-size: 15px;
  font-weight: 400;
  color: #d0d0d0;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .footer {
    padding: 70px 0 0;
  }
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #d0d0d0;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #f5b858;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #000;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 5px;
  width: 21px;
  height: 15px;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}

.btnftr {
  font-family: Montserrat;
  font-size: 15px;
  background-color: black;
  color: white;
  padding: 25px 20px 25px 20px;
  border-radius: 38px;
}

.btnftr:hover {
	color: white;
}