@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "LeviReBrushed";
  src: url("../fonts/levirebrushed-webfont.woff2"), url("/fonts/levirebrushed-webfont.woff");
  font-style: normal;
  font-weight: normal; }
p {
  font-family: "Montserrat",sans serif; }

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.slider_section {
  font-size: 62.5%;
  height: 100%;
  overflow: hidden; }

.slider_section {
  background: #000; }

svg {
  display: block;
  overflow: visible; }

.slider-container {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0; }

.slider-control.inactive:hover {
  cursor: auto; }

.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer; }

.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%); }

.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%); }

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none; }

.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer; }

.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.slider {
  z-index: 1;
  position: relative;
  height: 100%; }

.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform; }

.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform; }

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform; }

.slide:nth-child(1) {
  left: 0; }

.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../img/Tehnike/antika/Cover.jpg"); }

.slide:nth-child(1) .slide__overlay-path {
  fill: rgba(111, 80, 15, 0.5); }

@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(111, 80, 15, 0.5); } }
.slide:nth-child(2) {
  left: 100%; }

.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("../img/Tehnike/dekor/cover.jpg"); }

.slide:nth-child(2) .slide__overlay-path {
  fill: #81534d; }

@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
    background-color: #81534d; } }
.slide:nth-child(3) {
  left: 200%; }

.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../img/Tehnike/dekorativni_kit/Cover.jpg"); }

.slide:nth-child(3) .slide__overlay-path {
  fill: #637765; }

@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
    background-color: #637765; } }
.slide:nth-child(4) {
  left: 300%; }

.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("../img/Tehnike/jeans/cover.jpg"); }

.slide:nth-child(4) .slide__overlay-path {
  fill: rgba(116, 87, 6, 0.6); }

@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(116, 87, 6, 0.6); } }
.slide:nth-child(5) {
  left: 400%; }

.slide:nth-child(5) .slide__bg {
  left: -200%;
  background-image: url("../img/Tehnike/reliefna_tehnika/cover.jpg"); }

.slide:nth-child(5) .slide__overlay-path {
  fill: rgba(74, 42, 19, 0.8); }

@media (max-width: 991px) {
  .slide:nth-child(5) .slide__text {
    background-color: rgba(74, 42, 19, 0.8); } }
.slide:nth-child(6) {
  left: 500%; }

.slide:nth-child(6) .slide__bg {
  left: -250%;
  background-image: url("../img/Tehnike/groba_reliefna_tehnika/3.jpg"); }

.slide:nth-child(6) .slide__overlay-path {
  fill: rgba(58, 84, 72, 0.5); }

@media (max-width: 991px) {
  .slide:nth-child(6) .slide__text {
    background-color: rgba(58, 84, 72, 0.5); } }
.slide:nth-child(7) {
  left: 600%; }

.slide:nth-child(7) .slide__bg {
  left: -300%;
  background-image: url("../img/Tehnike/spuzva/cover.jpg"); }

.slide:nth-child(7) .slide__overlay-path {
  fill: rgba(99, 33, 41, 0.5); }

@media (max-width: 991px) {
  .slide:nth-child(7) .slide__text {
    background-color: rgba(99, 33, 41, 0.5); } }
.slide:nth-child(8) {
  left: 700%; }

.slide:nth-child(8) .slide__bg {
  left: -350%;
  background-image: url("../img/Tehnike/vertikalni_detajli/cover.jpg"); }

.slide:nth-child(8) .slide__overlay-path {
  fill: rgba(108, 48, 0, 0.5); }

@media (max-width: 991px) {
  .slide:nth-child(8) .slide__text {
    background-color: rgba(108, 48, 0, 0.5); } }
.slide:nth-child(9) {
  left: 800%; }

.slide:nth-child(9) .slide__bg {
  left: -400%;
  background-image: url("../img/Tehnike/omet/cover.jpg"); }

.slide:nth-child(9) .slide__overlay-path {
  fill: rgba(17, 24, 19, 0.6); }

@media (max-width: 991px) {
  .slide:nth-child(9) .slide__text {
    background-color: rgba(17, 24, 19, 0.6); } }
.slide:nth-child(10) {
  left: 900%; }

.slide:nth-child(10) .slide__bg {
  left: -450%;
  background-image: url("../img/Tehnike/perla/1.jpg"); }

.slide:nth-child(10) .slide__overlay-path {
  fill: rgba(72, 69, 68, 0.5); }

@media (max-width: 991px) {
  .slide:nth-child(10) .slide__text {
    background-color: rgba(72, 69, 68, 0.5); } }
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  opacity: 0; }

@media (max-width: 991px) {
  .slide__overlay {
    display: none; } }
.slide__overlay path {
  opacity: 0.6; }

.slide__text {
  position: absolute;
  width: 25%;
  bottom: 15%;
  left: 12%;
  color: #fff;
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0; }

@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem; } }
.slide__text-heading {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  margin-bottom: 2rem; }

@media (max-width: 991px) {
  .slide__text-heading {
    line-height: 20rem;
    font-size: 3.5rem; } }
.slide__text-desc {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: normal; }
  .slide__text-desc li {
    padding: 0.3em 0em; }

@media (max-width: 991px) {
  .slide__text-desc {
    display: none; } }
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

@media (max-width: 991px) {
  .slide__text-link {
    display: none; } }
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
  transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform; }

.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
  transform: rotateX(0); }

.slide:nth-child(9) a, .slide:nth-child(10) a {
  color: white; }

body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  background-color: #f8cf96; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 35px;
      font-size: 20px;
      line-height: 1.6; } }

a {
  color: #41dca3;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1c9b6d; }

.light {
  font-weight: 400; }

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: none;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: black; }
  .navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 1em;
    color: white; }
    .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
      outline: none; }
  .navbar-custom .navbar-brand {
    font-weight: 500; }
    .navbar-custom .navbar-brand:focus {
      outline: none; }
  .navbar-custom a {
    color: white; }
  .navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-size: 1.3em;
    font-weight: normal; }
    .navbar-custom .nav li a:hover {
      color: rgba(255, 255, 255, 0.8);
      outline: none;
      background-color: transparent; }
    .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
      outline: none;
      background-color: transparent; }
    .navbar-custom .nav li a i {
      padding-right: 5px; }
  .navbar-custom .nav li.active {
    outline: none; }
    .navbar-custom .nav li.active a {
      background-color: rgba(255, 255, 255, 0.3); }
      .navbar-custom .nav li.active a:hover {
        color: white; }
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 20px 0;
      border-bottom: none;
      letter-spacing: 1px;
      background: transparent;
      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
      transition: background .5s ease-in-out,padding .5s ease-in-out; }
      .navbar-custom.top-nav-collapse {
        padding: 0;
        background: rgba(10, 5, 5, 0.7);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

.intro,
.vodic {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/Home/Mavrica-17.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .intro .intro-body,
  .vodic .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .intro .intro-body .brand-heading,
    .vodic .intro-body .brand-heading {
      font-size: 2em; }
    .intro .intro-body .intro-text,
    .vodic .intro-body .intro-text {
      font-size: 18px; }
    .intro .intro-body img,
    .vodic .intro-body img {
      width: 30%;
      margin-bottom: 1.5em;
      margin-top: 100px;
      z-index: 5; }
  @media (min-width: 768px) {
    .intro,
    .vodic {
      height: 100%;
      padding: 0; }
      .intro .intro-body .brand-heading,
      .vodic .intro-body .brand-heading {
        font-size: 4em; }
      .intro .intro-body .intro-text,
      .vodic .intro-body .intro-text {
        font-size: 26px; } }

.vodic {
  background: url(../img/Background-Vodic.jpg);
  box-shadow: inset 0 0 0 1000px transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  background-position: center left;
  width: 100vh; }

.vodic-intro {
  background: none;
  padding: 0; }

.btn-circle {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  padding: 5px 10px;
  padding-right: 5px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 30px;
  color: white;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }
  .btn-circle:hover, .btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1); }
  .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s; }
  .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
.content-section {
  padding-top: 10px;
  color: #483323;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .content-section {
      padding-bottom: 40px; } }
  .content-section p {
    color: #60432f;
    line-height: 1.4;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      .content-section p {
        max-width: 600px;
        margin: auto; } }
  .content-section img {
    width: 50%;
    margin: 0;
    padding: 0; }
  @media (max-width: 768px) {
    .content-section img {
      width: 30%;
      margin-bottom: 0.2em; } }
  .content-section .popravilo-text_h2 {
    padding-bottom: 32.22px; }
    @media (max-width: 768px) {
      .content-section .popravilo-text_h2 {
        padding-bottom: 0; } }
  .content-section ::selection {
    background: #315d6d;
    /* WebKit/Blink Browsers */
    color: #fdfdf2; }
  .content-section ::-moz-selection {
    background: #315d6d;
    /* Gecko Browsers */
    color: #fdfdf2; }

.vodic_naslov h1 {
  font-family: Oswald,Arial,sans-serif;
  font-size: 5em;
  text-align: left;
  color: #29a399; }
@media (max-width: 768px) {
  .vodic_naslov h1 {
    font-size: 2.5em;
    color: #5cd6cc; } }

.vodic_index ul li {
  list-style-type: none;
  text-align: left;
  margin: 1em 0em; }
  .vodic_index ul li a {
    font-family: oswald;
    color: white;
    font-size: 2em; }
    .vodic_index ul li a:hover {
      color: #29a399;
      webkit-transition: background .15s ease-in-out;
      -moz-transition: background .15s ease-in-out;
      transition: background .15s ease-in-out; }

.akcija {
  width: 100%;
  background-color: #315C6C;
  padding-top: 2rem;
  padding-bottom: 5rem;
  color: #483323; }
  .akcija p {
    font-size: 2.5em;
    font-family: "Oswald", "Montserrat", sans-serif,Arial;
    text-align: center;
    color: #fdfdf2; }
  .akcija object, .akcija img {
    max-width: 40em; }
  @media (min-width: 1200px) {
    .akcija object, .akcija img {
      max-width: 50em; } }
  @media (max-width: 600px) {
    .akcija p {
      font-size: 1.5em; } }

.special {
  position: absolute;
  z-index: 2;
  padding: 3em 3em 5em 5em;
  right: 0%;
  top: 10%;
  background: url("../img/Other/background_top_sticky.png") no-repeat;
  background-position: top right;
  background-size: contain; }
  .special h1 {
    font-size: 2em; }
  .special p {
    font-size: 1em; }
  .special h1, .special a, .special p {
    text-align: center;
    margin: 0;
    color: #C8CDD2; }
    .special h1:hover, .special a:hover, .special p:hover {
      color: #fdfdf2; }
  @media (max-width: 600px) {
    .special {
      width: 50%;
      padding: 1em 2em 2em 2em; }
      .special h1, .special p {
        font-size: 1em; } }

.clanki {
  width: 100%;
  padding-top: 3em;
  height: 60vh;
  background: url("../img/Background-Vodic.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .clanki .clanki-vsebina {
    margin: auto; }
  .clanki .Button {
    background-color: rgba(160, 143, 131, 0);
    border: 1px;
    color: white;
    display: inline-block; }

.vodic_body {
  background-color: white; }

.vodic_main {
  background-color: white;
  max-width: 700px;
  margin: auto; }
  .vodic_main p {
    display: block;
    color: black;
    margin-top: 12px;
    font-family: "Montserrat", Georgia,Cambria;
    font-style: normal;
    font-weight: 100;
    font-size: 2rem;
    text-align: left;
    line-height: 1.58;
    letter-spacing: -.003em;
    -webkit-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px; }
  .vodic_main h2 {
    margin-left: -2.25px;
    line-height: 1.15;
    letter-spacing: -.02em; }
  .vodic_main h3 {
    text-align: left;
    margin-bottom: 20px; }

.o_nas_section {
  padding-top: 3em;
  width: 100%;
  background-color: #829ca6;
  color: #483323; }
  .o_nas_section p {
    text-align: justify; }
  .o_nas_section ::-moz-selection {
    /* Code for Firefox */
    color: #a08f83;
    background: #829ca6; }
  .o_nas_section ::selection {
    color: #483323;
    background: #829ca6; }

.storitve-section {
  width: 100%;
  background-color: #fdfdf2;
  padding: 100px 0;
  color: #483323; }
  .storitve-section .storitve {
    margin-bottom: 3em; }
  .storitve-section .storitve-text ::-moz-selection {
    /* Code for Firefox */
    color: #483323;
    background: #829ca6; }
  .storitve-section .storitve-text ::selection {
    color: #483323;
    background: #829ca6; }
  .storitve-section .storitve-text h3 {
    color: #244551; }
  .storitve-section .storitve-text div {
    padding-top: 2em;
    padding: 30px; }
  .storitve-section .storitve-text p {
    text-align: justify;
    letter-spacing: normal;
    line-height: 1.5em;
    font-weight: normal; }
    .storitve-section .storitve-text p a {
      color: #244551; }
      .storitve-section .storitve-text p a:hover {
        color: #829ca6; }

.tehnike-section {
  width: 100%;
  padding: 150px 0;
  color: white;
  background: url(../img/Tehnike/jeans/2.jpg) no-repeat center center scroll;
  background: linear-gradient(transparent, rgba(1, 1, 1, 0)), url(../img/Tehnike/jeans/2.jpg) no-repeat center center scroll;
  fill: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .tehnike-section h2 {
    font-family: "Oswald","Montserrat",sans-serif,Arial;
    font-size: 4em;
    letter-spacing: 0.2em; }
  .tehnike-section h3 {
    font-family: "Oswald","Montserrat",sans-serif,Arial;
    letter-spacing: 0.2em; }

.kontakt-section {
  margin: 2em 0; }
  .kontakt-section ::-moz-selection {
    /* Code for Firefox */
    color: #483323;
    background: #829ca6; }
  .kontakt-section ::selection {
    color: #483323;
    background: #829ca6; }
  .kontakt-section .kontakt-section-adress {
    font-family: "Oswald","Montserrat",sans-serif;
    font-size: 1.5em;
    text-align: right;
    margin-top: 2.9em; }
  .kontakt-section a {
    color: #315d6d; }
  @media (max-width: 1200px) {
    .kontakt-section .kontakt-section-adress {
      display: none; } }

.konktakt-vodic {
  border-top: solid;
  width: 100%; }

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px; }

@media (min-width: 767px) {
  .content-section {
    padding-top: 50px; }

  .download-section {
    padding: 100px 0; }

  #map {
    height: 400px;
    margin-top: 250px; } }
.btn {
  text-transform: uppercase;
  font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 2px;
  margin-bottom: 20px; }

.btn-default {
  border: 2px solid #fdfdf2;
  padding: 1.5em 3em;
  color: #fdfdf2;
  font-size: 2em;
  background-color: transparent; }
  .btn-default:hover, .btn-default:focus {
    border: 2px solid #fdfdf2;
    outline: none;
    color: black;
    background-color: #fdfdf2; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 20px 0 0 0;
  background: url(../img/Slikopleskarstvo%20logotip%20bel.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 8%;
  background-color: #244551; }
  @media (min-width: 1200px) {
    footer {
      background-size: 5%; } }
  footer p {
    margin: 0;
    color: #829ca6;
    font-size: 0.80em; }
  footer address {
    font-family: "Oswald","Montserrat",sans-serif;
    font-size: 1.2em;
    color: #829ca6; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

.footer-tehnike {
  padding-bottom: 0; }

.tehnika-text a {
  color: #483323; }
.tehnika-text :before {
  background: rgba(255, 255, 255, 0.8); }

.barve-section {
  width: 100%;
  background-color: black;
  padding: 30px 0;
  color: #483323;
  background: #829ca6; }
  .barve-section .barve-text {
    padding-top: 130px;
    text-align: justify;
    text-align-last: left; }

/*# sourceMappingURL=main.css.map */
