/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
.nalozbaTxt {
  font-size: 12px;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 10px;
}

.izdelek-slike {
  padding: 0;
}

.izdelek-slike img {
  max-width: 49%;
  margin: 0 1% 1% 0;
}

.izdelek-slike a:first-child img {
  max-width: 99%;
  margin-bottom: 1%;
}

a.button {
  background: #0876bd;
  color: #fff;
  display: inline-block;
  margin: 15px 15px 15px 0;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

a.button:hover {
  background: #515c65;
  color: #fff;
}

a.button.button2 {
  background: #515c65;
}

a.button.button2:hover {
  background: #0876bd;
}

a.button.button3 {
  background: transparent;
  border: 1px solid #0876bd;
  color: #0876bd;
}

a.button.button3:hover {
  background: #0876bd;
  color: #fff;
}

a.button.button4 {
  background: transparent;
  border: 1px solid #515c65;
  color: #515c65;
}

a.button.button4:hover {
  background: #515c65;
  color: #fff;
}

a.button.shop {
  padding-left: 50px;
}

a.button.shop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/shopping-cart.svg) no-repeat center center;
}

a.button.arrow {
  padding-left: 50px;
}

a.button.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/arrow-two.svg) no-repeat center center;
}

iframe {
  max-width: 100%;
}

form {
  max-width: 850px;
}

form label {
  cursor: pointer;
}

form input, form textarea {
  -webkit-appearance: none;
  border: none;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  border: 1px solid #0876bd;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

form input:focus, form textarea:focus {
  border-color: #fff !important;
  -webkit-box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.05);
}

form input[type="checkbox"] {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 7px !important;
  cursor: pointer;
}

form input[type="checkbox"]:focus {
  border: 1px solid #0876bd !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form input[type="checkbox"]:checked {
  background-color: #0876bd;
}

form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}

form input[type="submit"] {
  background: #0876bd;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}

form input[type="submit"]:hover {
  background: #515c65;
}

/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  max-width: 100%;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #0876bd;
}

h3 {
  font-size: 2.6rem;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #0876bd;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #515c65;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input,
select,
textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #515c65;
  font-size: 16px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 28px;
}

::-moz-selection {
  background: #0876bd;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #0876bd;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #0876bd;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  display: none !important;
  position: static !important;
  float: right;
  margin-top: 35px !important;
}

.responsive-nav button {
  width: 40px !important;
}

.responsive-nav, .responsive-nav2, .responsive-nav3 {
  display: block;
  margin: 0 auto;
  background-color: #0876bd;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.responsive-nav button, .responsive-nav2 button, .responsive-nav3 button {
  padding: 7px 10px;
  background: none;
  border: none;
  position: relative;
  height: 40px;
  width: 51px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
}

.responsive-nav button:hover .line, .responsive-nav2 button:hover .line, .responsive-nav3 button:hover .line {
  background: #fff;
}

.responsive-nav2 {
  position: static;
  float: left;
  margin-top: 7px;
}

.line {
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.line-t {
  top: 15px;
}

.line-m {
  top: 20px;
}

.line-b {
  top: 25px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  opacity: 0;
}

.menu-on .line {
  top: 18px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

body {
  padding-top: 105px;
}

body.overflowed {
  overflow: hidden;
}

.simple-btn {
  background: #0876bd;
  border-radius: 10px;
  display: inline-block;
  margin: 0 10px;
  height: 52px;
  padding: 0 30px;
  line-height: 52px;
  border-radius: 52px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.simple-btn:hover {
  background: #7b888e;
  color: #fff;
}

.buttons-wrapper {
  margin-top: 30px;
  text-align: center;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

header.scrolling {
  -webkit-box-shadow: 0 0 5px rgba(55, 84, 170, 0.1);
          box-shadow: 0 0 5px rgba(55, 84, 170, 0.1);
}

header.scrolling span.search {
  margin-top: 8px;
}

header.scrolling span.languages-text {
  margin-top: 20px;
}

header.scrolling .languages .current {
  margin-top: 8px;
}

header.scrolling .top-bar {
  margin-top: -63px;
}

header.scrolling .main-header a.logo {
  width: 140px;
  height: 49px;
  margin: 5px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.scrolling .main-header nav > ul > li > a {
  padding: 20px;
}

header.scrolling .main-header nav > ul > li .submenu {
  top: 59px;
}

header .top-bar {
  border-bottom: 1px solid #d6dbdf;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .top-bar .left {
  float: left;
  font-size: 14px;
  padding-top: 12px;
}

header .top-bar .right {
  float: right;
}

header .top-bar .btn,
header .top-bar span,
header .top-bar a.lang {
  display: inline-block;
  margin: 0 5px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #7b888e;
  width: 42px;
  text-align: center;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .top-bar .btn:hover,
header .top-bar span:hover,
header .top-bar a.lang:hover {
  background: #6e7b81;
}

header .top-bar .btn {
  background: #0876bd;
  width: auto;
  padding: 0 25px 0 60px;
}

header .top-bar .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/shopping-cart.svg) no-repeat center center;
}

header .top-bar .btn:hover {
  background: #0767a5;
}

header .languages {
  float: right;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .languages:hover .current:after {
  opacity: 1;
}

header .languages.active .current:after {
  -webkit-transform: scaleY(90deg) translateY(-50%) scaleX(-1);
          transform: scaleY(90deg) translateY(-50%) scaleX(-1);
}

header .languages.active .lang-options {
  opacity: 1;
  visibility: visible;
}

header .languages .current {
  display: inline-block;
  margin: 0 5px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #7b888e;
  width: 42px;
  text-align: center;
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #0876bd;
  margin: 32px 30px 0 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .languages .current:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  background: url(../images/arrow-three.svg) no-repeat 50%;
  width: 13px;
  height: 13px;
  opacity: 0.3;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  margin-top: -2px;
}

header .languages .lang-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

header .languages .lang-options a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}

header span.languages-text {
  display: inline-block;
  float: right;
  margin: 44px 0 0 25px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

header span.search {
  display: inline-block;
  margin: 32px 0 0 0;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #7b888e;
  width: 42px;
  text-align: center;
  float: right;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header span.search:hover {
  background: #6e7b81;
}

header span.search:after {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/magnify.svg) no-repeat center center;
}

header .main-header {
  position: relative;
}

header .main-header:after {
  content: "";
  display: block;
  clear: both;
}

header .main-header a.logo {
  display: block;
  float: left;
  background: url(../images/logo.svg) no-repeat center center;
  width: 250px;
  height: 85px;
  margin: 10px 0;
}

header .main-header nav {
  float: right;
}

header .main-header nav .arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: #0876bd url(../images/arrow-two.svg) no-repeat center center;
  background-size: 40%;
  z-index: 50;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .main-header nav .arrow.active {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header .main-header nav > ul {
  margin: 0;
  padding: 0;
}

header .main-header nav > ul > li {
  float: left;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  position: relative;
}

header .main-header nav > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #7b888e;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .main-header nav > ul > li:first-child:after {
  display: none;
}

header .main-header nav > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 43px 20px;
}

header .main-header nav > ul > li .submenu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 105px;
  background: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

header .main-header nav > ul > li .submenu.active {
  opacity: 1;
  visibility: visible;
}

header .main-header nav > ul > li .submenu .close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #0876bd;
  z-index: 20;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
}

header .main-header nav > ul > li .submenu .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/close.svg) no-repeat center center;
  background-size: 50%;
}

header .main-header nav > ul > li .submenu .pageAlignFluid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul {
  width: 100%;
  padding: 0;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33.33333%;
  background: #f9f9f9;
  margin-right: 63px;
  z-index: -1;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -66px;
  width: 900000000px;
  background: #f9f9f9;
  left: 100%;
  z-index: -2;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li {
  width: 33.3333%;
  float: right;
  clear: both;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li:after {
  display: none;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li:hover a {
  background: #fff;
  color: #0876bd;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 13px;
  display: block;
  color: #515c65;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul {
  width: 66.666666%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul a {
  color: #515c65 !important;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul a:hover {
  color: #0876bd !important;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test > li {
  float: left;
  width: 33.3333%;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test > li a {
  background: transparent !important;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test > li > ul {
  padding: 5px 20px 5px 10px;
}

header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test > li > ul > li {
  font-weight: 400;
  font-size: 14px;
  padding: 4px 0;
  display: inline-block;
  margin: 0 15px 5px 0;
}

/*
header {
	&.scrolling {
		span.search {
			margin-top: 8px;
		}
		.languages {
			.current {
				margin-top: 8px;
			}
		}
	}
	.main-header {
		nav {
			>ul {
				>li {
					&.dropdown-menu {
						&:hover {
							.submenu {

							}
						}
					}
					.submenu {
						position: absolute;
						top: 100%;
						right: auto;
						background: #fff;
						left: 50%;
						transform:translateX(-50%);
						bottom:auto;
						border-right:1px solid #ccc;
						width:200px;
						.close {
							display:none;
						}
						.pageAlignFluid {
							padding:0px;
							>ul {
								&:before {
									display:none;
								}
								&:after {
									display:none;
								}
								>li {
									width:auto;
									> a {
										font-size:14px;
									}
									>ul {
										border-left:1px solid #ccc;
										background:#fff;
										right:auto;
										left:100%;
										width:auto;
										min-width:650px;
										bottom:0;
										transform:translateX(0px);
										transition:none;
										padding:0 20px;
										.test {
											display:block;
											>li {
												padding:10px;
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
}
*/
.glavni-slider {
  overflow: hidden;
}

.glavni-slider .slide {
  height: 550px;
  background: no-repeat center center;
  background-size: cover;
}

.glavni-slider .slick-prev,
.glavni-slider .slick-next {
  background: #0876bd url(../images/arrow-two.svg) no-repeat center center;
  background-size: 40%;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.glavni-slider .slick-prev:before,
.glavni-slider .slick-next:before {
  display: none;
}

.glavni-slider .slick-prev {
  left: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.glavni-slider .slick-next {
  right: 0;
}

.zadnje-novice {
  background: #eef0f1;
  padding: 7rem 0;
}

.zadnje-novice h2 {
  text-align: center;
  font-size: 3rem;
}

.zadnje-novice .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.zadnje-novice .wrapper .box {
  padding: 20px;
}

.zadnje-novice .wrapper .box span {
  display: block;
}

.zadnje-novice .wrapper .box .image {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}

.zadnje-novice .wrapper .box .image .img-resize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.zadnje-novice .wrapper .box .image .img-resize img {
  max-width: none;
}

.zadnje-novice .wrapper .box span.title {
  font-size: 22px;
  padding-top: 15px;
}

.zadnje-novice .wrapper .box a.read-more {
  position: relative;
  display: inline-block;
}

.zadnje-novice .wrapper .box a.read-more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.zadnje-novice .slick-prev,
.zadnje-novice .slick-next {
  background: #0876bd url(../images/arrow-two.svg) no-repeat center center;
  background-size: 40%;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.zadnje-novice .slick-prev:before,
.zadnje-novice .slick-next:before {
  display: none;
}

.zadnje-novice .slick-prev {
  left: -30px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

.zadnje-novice .slick-next {
  right: -30px;
}

.o-podjetju {
  background: #0876bd;
  padding: 50px 0;
  color: #fff;
}

.o-podjetju h1,
.o-podjetju h2,
.o-podjetju h3,
.o-podjetju h4,
.o-podjetju h5 {
  color: #fff;
}

.o-podjetju h2 {
  font-size: 3rem;
}

.o-podjetju a {
  color: #fff;
  text-decoration: underline;
}

/*
header {
	//background:lighten($gray-color,42%);
	background:#fff;
	margin-bottom: 30px;
	.top-bar {
		border-bottom: 1px solid lighten($font-color, 50%);
		padding:10px 0;
		.left {
			float:left;
			font-size:14px;
			padding-top: 12px;
		}
		.right {
			float:right;
		}
		.btn, span, a.lang {
			display:inline-block;
			margin:0 5px;
			height:42px;
			line-height:42px;
			border-radius:21px;
			font-size:14px;
			font-family: 'Lato', sans-serif;
			font-weight:700;
			text-transform: uppercase;
			color:#fff;
			background:$gray-color;
			width:42px;
			text-align: center;
			float:left;
			position:relative;
			transition:all 0.3s ease-out;
			&:hover {
				background:darken($gray-color, 5%);
			}
		}
		.btn {
			background:$link-color;
			width:auto;
			padding:0 25px 0 60px;
			&:after {
				content:"";
				display:block;
				position:absolute;
				top:50%;
				left:23px;
				width:25px;
				height:25px;
				transform:translateY(-50%);
				background:url(../images/shopping-cart.svg) no-repeat center center;
			}
			&:hover {
				background:darken($link-color, 5%);
			}
		}
		span.search {
			&:after {
				cursor:pointer;
				content:"";
				display:block;
				position:absolute;
				top:50%;
				left:50%;
				width:18px;
				height:18px;
				transform:translate(-50%, -50%);
				background:url(../images/magnify.svg) no-repeat center center;
			}
		}
	}
	.main-header {
		@include clearfix;
		padding:40px 0;
		position:relative;
		a.logo {
			display:block;
			float:left;
			background:url(../images/logo.svg) no-repeat center center;
			width:250px;
			height:85px;
		}
		nav {
			float:right;
			margin-top: 10px;
			ul {
				margin:0;
				padding:0;
				li {
					float:left;
					font-size:16px;
					font-family: 'Lato', sans-serif;
					font-weight:700;
					position:relative;
					&:after {
						content:"";
						display:block;
						position:absolute;
						width:1px;
						height:20px;
						background:$gray-color;
						top:50%;
						left:0px;
						transform:translateY(-50%);
					}
					&:first-child:after {
						display:none;
					}
					a {
						display:block;
						text-transform: uppercase;
						padding:20px;
					}
				}
			}
		}
	}
}
*/
.search-box {
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  z-index: 6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}

.search-box.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.search-box .container {
  background: #fff;
  padding: 20px 60px 20px 20px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
}

.search-box .responsive-nav3 {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #7b888e;
}

.search-box .responsive-nav3:hover {
  background: #0876bd;
}

.search-box .responsive-nav3 button {
  margin-top: 23px;
  width: 40px;
}

.search-box .left {
  float: left;
}

.search-box .left h3 {
  margin: 0;
  padding: 0;
}

.search-box .align {
  float: right;
  width: 70%;
  font-size: 14px;
  text-align: right;
}

.search-box .align form {
  float: right;
  width: 100%;
}

.search-box input {
  border: none;
  border: 1px solid #d1d9dc;
  padding: 13px;
  font-size: 15px;
  width: 80%;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0;
}

.search-box input[type="submit"] {
  width: auto;
  border: 1px solid #0876bd;
  background: #0876bd;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: -10px;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box input[type="submit"]:hover {
  background: #515c65;
  border-color: #515c65;
}

.main.no-sidebar .main-content {
  width: 100%;
}

.main .container {
  margin: 0 -15px;
}

.main .sidebar {
  float: left;
  width: 25%;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

.main .sidebar .header {
  background: #0876bd;
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  height: 55px;
  padding-left: 10px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
}

.main .sidebar .header:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../images/arrow-two.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main .sidebar .header.sidebar-active:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.main .sidebar ul {
  border: 1px solid #cdd2d5;
  margin: 0;
  padding: 20px 0;
  list-style: none;
}

.main .sidebar ul.hidden {
  display: none;
}

.main .sidebar ul li {
  position: relative;
  display: block;
}

.main .sidebar ul li a {
  display: block;
  color: #515c65;
  padding: 13px 20px;
}

.main .sidebar > ul > li .arrow {
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 5;
  top: 13px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-three.svg) no-repeat center center;
  background-size: 40%;
}

.main .sidebar > ul > li .arrow.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main .sidebar > ul > li:hover > a {
  background: #f1f3f3;
}

.main .sidebar > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.main .sidebar > ul > li > ul {
  width: 720px;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border: none;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main .sidebar > ul > li > ul:after {
  content: "";
  display: block;
  clear: both;
}

.main .sidebar > ul > li > ul a {
  padding: 12px 20px;
}

.main .sidebar > ul > li > ul a:hover {
  color: #0876bd;
}

.main .sidebar > ul > li > ul > li {
  float: left;
  width: 50%;
  font-weight: 700;
}

.main .sidebar > ul > li > ul > li .arrow {
  display: none;
}

.main .sidebar > ul > li > ul > li > ul {
  border: none;
  padding: 10px 0 15px 0;
}

.main .sidebar > ul > li > ul > li > ul > li {
  font-weight: 400;
}

.main .sidebar > ul > li > ul > li > ul > li > a {
  padding: 3px 20px;
}

.main .youtube-video {
  float: right;
  width: 75%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.main .youtube-video .video-align {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.main .youtube-video .video-align iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .main-content {
  float: right;
  width: 75%;
  padding: 0 15px;
  margin-top: -7px;
}

.main .main-content h1 {
  margin-top: 0;
  padding-top: 0;
}

.main .main-content ul li {
  margin: 5px 0;
}

.main .main-content .ctn {
  position: relative;
  padding-left: 30px;
  margin: 5px 0 10px 0;
  display: inline-block;
}

.main .main-content .ctn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/phone2.svg) no-repeat center center;
  width: 16px;
  height: 16px;
}

.main .main-content .ctn.ctn-cellphone:after {
  background-image: url(../images/smartphone.svg);
}

.main .main-content .ctn.ctn-email:after {
  background-image: url(../images/email2.svg);
}

.main .main-content .columns:after {
  content: "";
  display: block;
  clear: both;
}

.main .main-content .columns .col50 {
  float: Left;
  width: 50%;
  margin-bottom: 50px;
}

.slick-list {
  width: 100%;
}

.ponudba-tedna {
  padding: 6rem 0;
}

.ponudba-tedna .top {
  position: relative;
}

.ponudba-tedna .top:after {
  content: "";
  display: block;
  clear: both;
}

.ponudba-tedna .top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0;
  background: #0876bd;
}

.ponudba-tedna .top .left {
  float: left;
  background: #fff;
  position: relative;
  padding-right: 20px;
}

.ponudba-tedna .top .arrows {
  float: right;
  height: 32px;
  width: 70px;
  border: 1px solid #0876bd;
  background: #fff;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
  padding: 6px 0 0 3px;
}

.ponudba-tedna .top .arrows .slick-prev,
.ponudba-tedna .top .arrows .slick-next {
  float: left;
  margin: 0 7px;
  width: 16px;
  height: 16px;
  position: static;
  -webkit-transform: none;
          transform: none;
  background: url(../images/arrow.svg) no-repeat center center;
}

.ponudba-tedna .top .arrows .slick-prev:before,
.ponudba-tedna .top .arrows .slick-next:before {
  display: none;
}

.ponudba-tedna .top .arrows .slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ponudba-tedna .ponudba-slider {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ponudba-tedna .ponudba-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ponudba-tedna .ponudba-slider .slide {
  padding: 0 15px;
  height: auto;
  margin-bottom: 30px;
}

.ponudba-tedna .ponudba-slider .align {
  border: 1px solid #e9ebec;
  padding: 35px 20px 5px 20px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ponudba-tedna .ponudba-slider .align:hover {
  -webkit-box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.ponudba-tedna .ponudba-slider span {
  display: block;
}

.ponudba-tedna .ponudba-slider .image {
  height: 0;
  padding-bottom: 70%;
  position: relative;
}

.ponudba-tedna .ponudba-slider .image .discount {
  position: absolute;
  top: -30px;
  right: -25px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #0876bd;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 80px;
  text-align: center;
  z-index: 2;
}

.ponudba-tedna .ponudba-slider .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.ponudba-tedna .ponudba-slider .title {
  padding-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

.hiter-kontakt {
  background: #0876bd;
  color: #fff;
  padding: 7rem 0;
  text-align: center;
}

.hiter-kontakt a,
.hiter-kontakt h1,
.hiter-kontakt h2,
.hiter-kontakt h3,
.hiter-kontakt h4 {
  color: #fff;
  margin-bottom: 50px;
}

.hiter-kontakt a.icn {
  display: inline-block;
  margin: 0 35px;
  padding-left: 35px;
  position: relative;
}

.hiter-kontakt a.icn:hover {
  text-decoration: underline;
}

.hiter-kontakt a.icn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

.hiter-kontakt a.icn.phone:before {
  background: url(../images/phone.svg) no-repeat center center;
}

.hiter-kontakt a.icn.email:before {
  background: url(../images/email.svg) no-repeat center center;
}

.zadnja-novica {
  background: #eef0f1;
  padding: 8rem 0;
}

.zadnja-novica .left {
  float: left;
  width: 40%;
}

.zadnja-novica .right {
  float: right;
  width: 55%;
}

.zadnja-novica .right h3 {
  margin-top: 0;
  padding-top: 0;
}

.zadnja-novica .right h4 {
  font-size: 18px;
  font-weight: 600;
}

.zadnja-novica a.btn {
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 21px;
  background: #0876bd;
  display: inline-block;
  padding: 0 30px;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.zadnja-novica a.btn:hover {
  background: #0767a5;
}

.zadnja-novica a.btn.archive {
  background: #7b888e;
}

.zadnja-novica a.btn.archive:hover {
  background: #6e7b81;
}

.prodajne-znamke {
  padding: 7rem 0;
}

.prodajne-znamke .top {
  position: relative;
}

.prodajne-znamke .top h3 {
  background: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.prodajne-znamke .top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0;
  background: #0876bd;
}

.prodajne-znamke .logo-slider {
  margin-top: 30px;
  overflow: hidden;
}

.prodajne-znamke .logo-slider img {
  display: inline-block;
  margin: 0 25px;
  width: 200px;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

.prodajne-znamke .logo-slider img:hover {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
  opacity: 1;
}

.additional-info {
  background: #0876bd;
  color: #fff;
  padding: 7rem 0 0 0;
  text-align: center;
}

.additional-info h3 {
  color: #fff;
}

.additional-info .buttons .btn {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  margin: 0 10px;
  height: 52px;
  padding: 0 30px;
  line-height: 52px;
  border-radius: 52px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.additional-info .buttons .btn:hover {
  color: #fff;
  background: #515c65;
}

.additional-info .social {
  margin-top: 30px;
}

.additional-info .social .soc {
  display: inline-block;
  margin: 0 3px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.additional-info .social .soc:hover {
  border-color: #515c65;
  background-color: #515c65;
}

.additional-info .social .soc:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 19px;
  width: 19px;
  background: no-repeat center center;
  background-size: contain;
}

.additional-info .social .soc.fb:after {
  background-image: url(../images/facebook.svg);
}

.additional-info .social .soc.tw:after {
  background-image: url(../images/twitter.svg);
}

.additional-info .social .soc.google:after {
  background-image: url(../images/google.svg);
}

.additional-info .social .soc.youtube:after {
  background-image: url(../images/youtube.svg);
}

.additional-info .social .soc.linkedin:after {
  background-image: url(../images/linkedin.svg);
}

.additional-info .newsletter {
  background: #005186;
  padding: 50px 0;
  margin-top: 50px;
}

.additional-info .newsletter h3 {
  margin-top: 0;
}

footer {
  padding: 40px 0 0 0;
}

footer h3 {
  margin-top: 0;
  padding-top: 0;
  font-weight: 700;
}

footer a {
  color: #515c65;
  font-weight: 700;
}

footer a:hover {
  text-decoration: underline;
}

footer .col20 {
  float: left;
  width: 20%;
  padding-right: 10px;
}

footer .col20 .address {
  padding: 20px 0 0 10px;
}

footer .col20 img {
  height: 25px;
}

footer .col20:first-child img {
  width: 90%;
  height: auto;
}

footer .col20:last-child a {
  font-weight: 400;
}

footer .col20 ul {
  margin: 0;
  padding: 0;
}

footer .col20 ul li {
  margin: 5px 0;
}

footer .bottom {
  margin-top: 40px;
  border-top: 1px solid #9ea8b1;
  color: #515c65;
  padding: 20px 0;
  font-size: 14px;
}

footer .bottom .left {
  float: left;
}

footer .bottom .right {
  float: right;
}

footer .bottom ul {
  margin: 0;
  padding: 0;
}

footer .bottom ul li {
  display: inline-block;
}

footer .bottom ul li:last-child:after {
  display: none;
}

footer .bottom ul li:after {
  content: "|";
  float: right;
  margin: 0 4px;
}

footer .bottom a {
  font-weight: 400;
}

.to-top {
  width: 40px;
  height: 40px;
  background: #0876bd;
  bottom: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.to-top.visible {
  opacity: 1;
  visibility: visible;
}

.to-top:hover {
  background: #515c65;
}

.to-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  background: url(../images/arrow-two.svg) no-repeat center center;
  background-size: 30%;
}

.subpage-hero {
  position: relative;
}

.subpage-hero-content {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  padding: 0 50px;
  z-index: 5;
  color: #fff;
}

.subpage-hero-content h1,
.subpage-hero-content h2,
.subpage-hero-content h3,
.subpage-hero-content h4,
.subpage-hero-content h5 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.subpage-hero-content h1 {
  font-size: 8rem;
}

.subpage-hero-content p {
  margin: 0;
  padding: 0;
}

.subpage-slider {
  padding: 0 15px;
}

.subpage-slider.only-one-slide .slick-dots {
  display: none !important;
}

.subpage-slider .slide .slide-align {
  height: 0;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}

.subpage-slider .slide .slide-align:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.8;
}

.subpage-slider .slide .img-resize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.subpage-slider .slide .img-resize img {
  display: block;
  max-width: none;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots li button {
  border: 1px solid #fff;
  border-radius: 20px;
  text-indent: -900000px;
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #fff;
}

@media only screen and (max-width: 1350px) {
  body {
    padding-top: 58px;
  }
  .vav8td {
    height: auto;
  }
  .vav8td img {
    max-width: 100px !important;
    max-height: 100px !important;
  }
  header span.search {
    margin: 2px 0 0 10px !important;
  }
  header span.languages-text {
    margin-top: 15px !important;
  }
  header .languages .current {
    margin-top: 2px !important;
  }
  header.scrolling .main-header nav {
    top: 58px;
  }
  header .responsive-nav {
    display: block !important;
    margin-top: 3px !important;
  }
  header .main-header {
    padding: 5px 0;
  }
  header .main-header a.logo {
    margin: 0px 0 0 0 !important;
    width: 130px !important;
    height: 47px !important;
  }
  header .main-header nav {
    position: fixed;
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
  }
  header .main-header nav.visible {
    visibility: visible;
    opacity: 1;
  }
  header .main-header nav > ul > li {
    display: block;
    float: none;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  header .main-header nav > ul > li > a {
    padding: 13px !important;
  }
  header .main-header nav > ul > li:after {
    display: none;
  }
  header .main-header nav > ul > li .submenu {
    opacity: 1;
    visibility: visible;
    position: static;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    width: auto;
    left: 0;
  }
  header .main-header nav > ul > li .submenu .close {
    display: none;
  }
  header .main-header nav > ul > li .submenu li.hassub {
    position: relative;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid {
    padding: 0;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul {
    display: none;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul.menu-visibile {
    display: block;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul li.active a {
    background: #0876bd;
    color: #fff;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li {
    border-top: 1px solid #ccc;
    width: 100%;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li ul {
    background: #fff;
    display: none;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li ul.menu-visibile {
    display: block;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul {
    padding-left: 0;
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test > li {
    width: 100%;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test > li .arrow {
    background-color: #b5b5b5;
  }
  header .main-header nav > ul > li .submenu .pageAlignFluid > ul > li > ul .test > li > ul > li {
    border-bottom: none;
  }
  .main .sidebar {
    width: 100%;
    margin-bottom: 25px;
  }
  .main .sidebar .arrow {
    pointer-events: auto !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main .sidebar ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .main .sidebar ul.open + .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .main .sidebar > ul {
    max-height: 500px;
    overflow-y: scroll;
  }
  .main .sidebar > ul > li > ul {
    display: none;
    padding: 0;
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main .sidebar > ul > li > ul > li {
    font-size: 12px;
    width: 100%;
  }
  .main .sidebar > ul > li > ul > li a {
    padding: 5px 20px 5px 30px;
  }
  .main .sidebar > ul > li > ul > li .arrow {
    display: block;
    top: 3px;
  }
  .main .sidebar > ul > li > ul > li > ul {
    display: none;
    padding: 0;
  }
  .main .sidebar > ul > li > ul > li > ul li a {
    padding: 5px 20px 5px 40px;
  }
  .main .youtube-video {
    width: 100%;
  }
  .main .main-content {
    width: 100%;
  }
  footer .col20 {
    width: 33.333%;
    margin-bottom: 30px;
  }
  footer .col20:nth-child(3n + 1) {
    clear: left;
  }
}

@media only screen and (max-width: 800px) {
  header {
    margin-bottom: 0;
  }
  header .top-bar .left {
    display: none;
  }
  header span.languages-text {
    display: none;
  }
  .search-box .align {
    float: left;
    width: 100%;
    text-align: left;
  }
  .search-box .align input:first-child {
    width: 60%;
  }
  .additional-info .buttons .btn {
    margin: 10px;
  }
  footer .bottom .left {
    width: 100%;
  }
  footer .bottom .right {
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .nalozbaDiv:after {
    content: "";
    display: block;
    clear: both;
  }
  .vav8td {
    width: 50%;
    height: auto;
  }
  .zadnja-novica .left {
    width: 100%;
  }
  .zadnja-novica .right {
    width: 100%;
    margin-top: 30px;
  }
  .main .main-content .columns .col50 {
    width: 100%;
  }
  .izdelek-slike {
    padding: 0;
    width: 100%;
  }
  .izdelek-podrobnosti {
    width: 100%;
  }
}

@media only screen and (max-width: 620px) {
  .hiter-kontakt .icn.phone {
    margin-bottom: 30px;
  }
  .subpage-slider .slide .slide-align {
    padding-bottom: 80%;
  }
  .subpage-hero-content h1 {
    font-size: 32px;
  }
  .subpage-hero-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  html {
    font-size: 40%;
  }
  .pageAlign,
  .pageAlignFluid {
    padding: 0 15px;
  }
  header .top-bar .btn,
  header .top-bar span,
  header .top-bar a.lang {
    font-size: 12px;
  }
  header .top-bar a.lang {
    background: #c8d7de;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  header .top-bar .btn {
    width: 42px;
    padding: 0;
    text-indent: -900000px;
    overflow: hidden;
  }
  header .top-bar .btn:after {
    left: 9px;
  }
  .glavni-slider .slide {
    height: 300px;
  }
  .zadnje-novice {
    overflow: hidden;
  }
  .zadnje-novice .slick-prev,
  .zadnje-novice .slick-next {
    top: 23%;
  }
  .zadnje-novice .slick-prev {
    left: 0;
  }
  .zadnje-novice .slick-next {
    right: 0;
  }
  .ponudba-tedna .ponudba-slider {
    margin: 0;
  }
  .prodajne-znamke .logo-slider img {
    width: 100px;
    margin: 0 5px;
  }
  .hiter-kontakt {
    padding: 10px 0 30px 0;
  }
  .additional-info .buttons .btn {
    padding: 0 15px;
  }
  footer {
    font-size: 12px;
  }
  footer .col20 {
    width: 50%;
    margin-bottom: 30px;
  }
  footer .col20 img {
    height: 20px;
  }
  footer .col20:nth-child(3n + 1) {
    clear: none;
  }
  footer .col20:nth-child(2n + 1) {
    clear: left;
  }
}
/*# sourceMappingURL=styles.css.map */