* {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: Montserrat, sans-serif;
	background-color: #f6f6f6;
}
/* navbar start */

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #F6F6F6;
}
::-webkit-scrollbar-thumb {
    background: #454854;
}
::selection{
	background: #dadbda;
}
.content{
	max-width: 1250px;
	margin: auto;
	padding: 0 30px;
}
.navbar{
	position: fixed;
	width: 100%;
	z-index: 5;
	transition: all 0.3s ease;
	opacity: 0.95;
}
.navbar.sticky{
	background: #F6F6F6;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.navbar .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar .logo a{
	color: #C3162E;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}
.navbar .menu-list{
	display: inline-flex;
}
.menu-list li{
	list-style: none;
}
.menu-list li a{
	color: #454854;
	font-size: 18px;
	font-weight: 500;
	margin-left: 25px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.menu-list li a:hover{
	color: #dadbda;
}
.icon{
	color: #454854;
	font-size: 20px;
	cursor: pointer;
	display: none;
}
.menu-list .cancel-btn{
	position: absolute;
	right: 30px;
	top: 20px;
}
@media (max-width: 1230px) {
	.content{
		padding: 0 60px;
	}
}
@media (max-width: 1100px) {
	.content{
		padding: 0 40px;
	}
}
@media (max-width: 900px) {
	.content{
		padding: 0 30px;
	}
}
@media (max-width: 900px) {
	body.disabled{
		overflow: hidden;
	}
	.icon{
		display: block;
	}
	.icon.hide{
		display: none;
	}
	.navbar .menu-list{
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 400px;
		left: -100%;
		top: 0px;
		display: block;
		padding: 40px 0;
		text-align: center;
		background: #F6F6F6;
		transition: all 0.3s ease;
	}
	.navbar.show .menu-list{
		left: 0%;
	}
	.navbar .menu-list li{
		margin-top: 45px;
	}
	.navbar .menu-list li a{
		font-size: 23px;
		margin-left: -100%;
		transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	.navbar.show .menu-list li a{
		margin-left: 0px;
	}
}
@media (max-width: 380px) {
	.navbar .logo a{
		font-size: 27px;
	}
}
/* navbar konc */

.left {
  float: left !important;
}
.right {
  float: right !important;
}

.animate-left {
  position: relative;
  animation: animateleft 0.4s;
}
.animate-fading {
  animation: fading 10s infinite;
}

.content {
	background-color: #F6F6F6;
	padding: 10px;
	min-height: 50px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

.hero-text {
	font-family: Montserrat, sans-serif;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #F6F6F6;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 80px;
}
.footer {
	background-color: #454854;
	color: #F6F6F6;
	padding: 2px;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
}
.slajd-text {
	font-family: Montserrat, sans-serif;
	text-align: center;
	color: #454854;
	font-size: 20px;
	font-style: italic;
	font-weight: 900;
}
.n1 {
	left: 50%;
	transform: translate(-50%);
	position: relative;
	display: inline-block;
	bottom: -20px;
	box-sizing: border-box;
	padding-top: 4px;
	background-color: #f6f6f6;
	width: 97%;
	min-height: 100px;
	opacity: 0.75;
	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);	
}
.margin {
	margin: 16px !important;
}
.margin-top {
	margin-top: 16px !important;
}
.margin-bottom {
	margin-bottom: 16px !important;
}
.margin-left {
	margin-left: 16px !important;
}
.margin-right {
	margin-right: 16px !important;
}
.padding-small {
	padding: 4px 8px !important;
}
.padding {
	padding: 8px 16px !important;
}
.padding-large {
	padding: 12px 24px !important;
}
.ser1 {
	left: 10%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f6f6f6;
	width: 50%;
	padding: 10px;
	min-height: 100px;
	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
}
.ser2 {
	position: absolute;
	right: -70%;
	bottom: -70px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #C3162E;
	width: 90%;
	min-height: 30px;
	color: #f6f6f6;
	text-align: center;
	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
}

.k1 {
	font-family: Open Sans Condensed;
	font-size: 10vw;
	font-weight: 800;
	text-shadow: 2px 2px #454854;
	line-height: 1px;
	color: #C3162E;
	text-decoration: none;
}


.polje1 {
	background-color: #F6F6F6;
	padding: 15px;
	color: #454854;
	text-align: center;
	font-size: 14px;
}

[class*="col-"] {
	width: 100%;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
.hide-large {
	width: 100%;
	border: none;
}

@media screen and (min-width: 900px) {
	.hide-large {
		display: none;
	}
}
@media only screen and (min-width: 900px) {
	.col-0 {width: 4.16%;}
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}

.m2-okvir {
	background-color: #F6F6F6;
	min-height: 50px;
  	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
}
.stolpec {
	background-color: #f6f6f6;
	padding: 0;
	min-height: 30px;
	-webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
	overflow: hidden;
}

/* zbriši plavo barvo na linkih */
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}
/* LISAR Colors*/
/* svetlo siva*/
.ssiva,.hover-ssiva:hover{color:#454854!important;background-color:#f6f6f6!important}
.text-ssiva,.hover-text-ssiva:hover{color:#f6f6f6!important}
.border-ssiva,.hover-border-ssiva:hover{border-color:#f6f6f6!important}
/* siva*/
.siva,.hover-siva:hover{color:#C3162E!important;background-color:#DADBDA!important}
.text-siva,.hover-text-siva:hover{color:#DADBDA!important}
.border-siva,.hover-border-siva:hover{border-color:#DADBDA!important}
/* temno siva*/
.tsiva,.hover-tsiva:hover{color:#fff!important;background-color:#454854!important}
.text-tsiva,.hover-text-tsiva:hover{color:#454854!important}
.border-tsiva,.hover-border-tsiva:hover{border-color:#454854!important}
/* rdeča*/
.red,.hover-red:hover{color:#000!important;background-color:#C3162E!important}
.text-red,.hover-text-red:hover{color:#C3162E!important}
.border-red,.hover-border-red:hover{border-color:#C3162E!important}
/* LISAR Colors END */


img {
	vertical-align: middle;
    display: block;
	margin-left: auto;
	margin-right: auto;
}

.input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 3px solid #454854;
	width: 100%;
	overflow: visible;
	font: inherit;
	margin: 0;
}
.button {
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	border: none;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
}

.button:hover {
	background-color: #454854;
  	color: #F6F6F6;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* dodatek za info */

/* txt na ozadju */
span.s1 {
	position: absolute;
	top: 0;
	left: 10%;
	font-size: 24.5vw;
	font-weight: 800;
	text-transform: uppercase;
	font-stretch: condensed;
	font-family: 'Open Sans Condensed';
	color: #dadbda;
	overflow: hidden;
}
span.s2 {
	position: absolute;
	bottom: -500px;
	right: 0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12vw;
	font-family: 'Open Sans Condensed';
	color: #dadbda;
}

poz5 {
	position: absolute;
	left: 30px;
	bottom: -120px;
	font-size: 6rem;
	color: #DADBDA;
}
.separator {
	margin-top: 10px;
	border: 1px solid #C3162E;
}
.n2 {
	left: 50%;
	transform: translate(-50%);
	position: relative;
	display: inline-block;
	bottom: -20px;
	box-sizing: border-box;
	padding-top: 4px;
	background-color: #f6f6f6;
	width: 90%;
	min-height: 100px;
	opacity: 0.75;
	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);	
}

.n3 {
	left: 50%;
	transform: translate(-50%);
	position: relative;
	display: inline-block;
	bottom: -20px;
	box-sizing: border-box;
	padding-top: 4px;
	background-color: #454854;
	width: 90%;
	min-height: 100px;
	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);	
}

.n4 {
	left: 50%;
	transform: translate(-50%);
	position: relative;
	display: inline-block;
	bottom: -20px;
	box-sizing: border-box;
	padding-top: 4px;
	background-color: #C3162E;
	width: 90%;
	min-height: 100px;
	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);	
}

.polaroid {
	width: 100%;
	object-fit: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 30px;
	top: -30px;
}
/* dodatek za info konec */

/* dodatek za garancije */
.leva-crta {
	background: linear-gradient(
	to left,
    #C3162E,
    #C3162E 25rem,
    transparent 15rem,
    transparent 100%);
	padding: 50px;
}
.roundsquare {
	border-radius: 0 25px 25px 0;
	border: 25px solid #F6F6F6;
	background-color: #F6F6F6;
	width: 100%;
	min-height: 100px; 
}
.k2 {
	font-family: Open Sans Condensed;
	font-size: 4vw;
	font-weight: 800;
	color: #C3162E;
	text-decoration: none;
}
@media screen and (max-width: 900px) {
	.k2 {
	font-size: 10vw;
	font-weight: 800;
	text-align: center;
	}
	.hero-text {
	top: 70%;
	font-size: 30px;
	line-height: 50px;
	}
}

.ser3 {
	left: 10%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background-color: #C3162E;
	width: 50%;
	padding: 10px;
	min-height: 100px;
	-webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
}
/* dodatek za garancije konec*/

/* dodatek za navodila */

.polje-navodil {
	position: relative;
	min-height: 150px;
	width: 95%;
	margin: auto;
	justify-content: center;
	align-items: center;
	background-color: #F6F6F6;
	-webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}

/* gumbi za srč */
.but {
  	background-color: #C3162E;
	border: none;
	color: #f6f6f6;
	text-align: center;
	padding: 15px 15px;
	text-decoration: none;
	width: 100%;
	height: auto;
	display:inline-table;
	font-size: 15px;
	transition-duration: 0.2s;
}
.but:hover {
	background-color: #454854;
	color: f6f6f6;
}

/* navodila grid */
.vrsta {
	margin: auto;
	padding: 0.5%;

}
/* kreira 3 kolone za navodila */
.kol {
	float: left;
	width: 33.33%;
	text-align: center;
	display: none;
	margin: 3% auto;
}
@media only screen and (max-width: 900px) {
	.kol {
		width: 90%;
	}
}
/* prilagodi kontejner */ 
.vrsta:after {
	content: "";
	display: table;
	clear: both;
}

/* prikaže rezultat iskanja */
.show {
	display: block;
}
/* dodatek za navodila konec */

/* dodatek za servis */
.oncto {
	width: 100%;
	height: auto;
	background-size: contain;
    background-color: #F6F6F6;
	display: inline-block;
	margin: 4px;
	cursor: pointer;
	position: relative;
}
.oncto div {
	position: absolute;
	color: #F6F6F6;
	padding: 8px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #454854;
	padding-top: 35%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.oncto.show div {
	opacity: 1;
	padding-top: 10%;
	visibility: visible;
}
.obcina {
	text-align: center;
	font-family: Open Sans Condensed;
	font-size: 20px;
	font-weight: 800;
	color: #454854;
	text-decoration: none;
}
.cms4 {
	position: relative;
	right: -20px;
	bottom: 200px;
}
@media only screen and (max-width: 900px) {
	.cms4 {
		width: 70%;
	}
}
.cms1 {
	font-family: Open Sans Condensed;
	font-size: 7vw;
	font-weight: 800;
	text-shadow: 2px 2px #454854;
	line-height: 110%;
	color: #F6F6F6;
	text-decoration: none;
	z-index: 2;
}

/* dodatek za servis konec */