/*
Theme Name: paratie-noe - it - v.1                            
Theme URI: paratie-noe.it
Author: Tallweb 
Author URI: tallweb.eu
Description: paratie-noe
Version: 1.0
Tags: paratie-noe

*/                  


/* 3rd party packages */                  


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */                  


/* Document
   ========================================================================== */                  


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */                  


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}                  


/* Sections
   ========================================================================== */                  


/**
 * Remove the margin in all browsers.
 */                  


body {
  margin: 0;
}                  
/**
 * Remove recaptcha banner
 */ 
.grecaptcha-badge {
    display: none;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */                  


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}                  


/* Grouping content
   ========================================================================== */                  


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */                  


hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}                  


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */                  


pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}                  


/* Text-level semantics
   ========================================================================== */                  


/**
 * Remove the gray background on active links in IE 10.
 */                  


a {
  background-color: transparent;
}                  


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */                  


abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}                  


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */                  


b,
strong {
  font-weight: bolder;
}                  


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */                  


code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}                  


/**
 * Add the correct font size in all browsers.
 */                  


small {
  font-size: 80%;
}                  


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */                  


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}                  


sub {
  bottom: -0.25em;
}                  


sup {
  top: -0.5em;
}                  


/* Embedded content
   ========================================================================== */                  


/**
 * Remove the border on images inside links in IE 10.
 */                  


img {
  border-style: none;
}                  


/* Forms
   ========================================================================== */                  


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */                  


button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}                  


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */                  


button,
input { /* 1 */
  overflow: visible;
}                  


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */                  


button,
select { /* 1 */
  text-transform: none;
}                  


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */                  


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}                  


/**
 * Remove the inner border and padding in Firefox.
 */                  


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}                  


/**
 * Restore the focus styles unset by the previous rule.
 */                  


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}                  


/**
 * Correct the padding in Firefox.
 */                  


fieldset {
  padding: 0.35em 0.75em 0.625em;
}                  


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */                  


legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}                  


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */                  


progress {
  vertical-align: baseline;
}                  


/**
 * Remove the default vertical scrollbar in IE 10+.
 */                  


textarea {
  overflow: auto;
}                  


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */                  


[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}                  


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */                  


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}                  


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */                  


[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}                  


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */                  


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}                  


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */                  


::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}                  


/* Interactive
   ========================================================================== */                  


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */                  


details {
  display: block;
}                  


/*
 * Add the correct display in all browsers.
 */                  


summary {
  display: list-item;
}                  


/* Misc
   ========================================================================== */                  


/**
 * Add the correct display in IE 10+.
 */                  


template {
  display: none;
}                  


/**
 * Add the correct display in IE 10.
 */                  


[hidden] {
  display: none;
}                  


/* Slider */                  


.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}                  


.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}                  


.slick-list:focus
{
    outline: none;
}                  


.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}                  


.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}                  


.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}                  


.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}                  


.slick-track:after
{
    clear: both;
}                  


.slick-loading .slick-track
{
    visibility: hidden;
}                  


.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}                  


[dir='rtl'] .slick-slide
{
    float: right;
}                  


.slick-slide img
{
    display: block;
}                  


.slick-slide.slick-loading img
{
    display: none;
}                  


.slick-slide.dragging img
{
    pointer-events: none;
}                  


.slick-initialized .slick-slide
{
    display: block;
}                  


.slick-loading .slick-slide
{
    visibility: hidden;
}                  


.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}                  


.slick-arrow.slick-hidden {
    display: none;
}                  


/* SASS and Global'ish Stuff */                  


body {
  color: #333;
  font-family: "Roboto-Light",sans-serif;
  overflow-x: hidden;
  position: relative;
}                  


img {
  max-width: 100%;
  height: auto;
}                  


a {
  color: #fff;
}                  


a:hover {
  text-decoration: none;
}                  


p, ul, ol {
  margin: 0 0 25px 0;
}                  


p, li {
  line-height: 1.75;
}                  


input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #ededed inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;

}                  


input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #ededed inset !important;
    -webkit-text-fill-color: #333;
}                  


.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}                  


.container--narrow {
  max-width: 960px;
}                  


.container--carousel {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}                  


@media (min-width: 960px) {                  


.container--narrow-carousel {
  max-width: 930px

}
  }                  


@media (min-width: 1100px) {                  


.container--narrow-carousel {
  max-width: 1050px

}
  }                  


@media (min-width: 1350px) {                  


.container--narrow-carousel {
  max-width: 1200px

}
  }                  


.container--visual {
  max-width: 1300px;

  position: absolute;

    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}                  


.container--page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 16px;
  position: relative;
}                  


@media (min-width: 960px) {                  


.container--page {
   padding: 70px 16px
}
  }                  


@media (min-width: 1350px) {                  


.container--page {
       padding: 70px 40px
}
  }                  


.container--archive {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 60px;
  position: relative;
}                  


@media (min-width: 960px) {                  


.container--archive {
   padding: 50px 60px
}
  }                  


@media (min-width: 1350px) {                  


.container--archive {
       padding: 50px 40px
}
    }                  


.container--footer {
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}                  


.section-break {
  border: none;
  border-top: 1px solid #DDD;
  margin: 2.5rem 0;
}                  


.min-list {
  padding: 0;
  margin: 0 10px 0px 0px;
  display: inline-block;
}                  


.min-list li {
  list-style: none;
  display: inline-block;
}                  


hr.style1{
 /* border: 1px solid $tableLines;*/

 border-color: #a5aebf;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 2px;
}                  


.p-top-small {padding-top: 16px}                  


.p-top-large {padding-top: 25px}                  


.p-bottom-large {padding-bottom: 25px}                  


.p-bottom-medium {padding-bottom: 20px;}                  


.p-left-large {padding-left: 40px;}                  


.p-left-medium {padding-left: 20px;}                  


.m-top-large {margin-top: 25px}                  


@media (min-width: 530px) {
  .p-top-large {padding-top: 56px}
  .p-top-medium {padding-top: 30px}
  .p-bottom-large {padding-bottom: 56px}
  .p-bottom-medium {padding-bottom: 10px;}
  
  .m-top-large {margin-top: 50px}
  }                  


@media (min-width: 960px) {
  .p-bottom-medium {padding-bottom: 20px;}
  }                  


.fontnormal {
  font-size: 21px;
}                  


.fontlarge {
  font-size: 50px;
  line-height: 1;
}                  


.fontmediump {
  font-size: 16px;
}                  


.fontmediump atMedium {
    font-size: 18px;
  }                  


.no-margin {margin: 0}                  


.no-padding {padding: 0}                  


.nu {text-decoration: none}                  


.nu:hover {text-decoration: none;}                  


.nu a:hover{text-decoration: none;}                  


.uppcase {text-transform: uppercase;}                  


.hicons { display: none; }                  


@media (min-width: 1350px) {

.hicons {
display: block;
}
  }                  


.t-left {text-align: left}                  


.t-right {text-align: right}                  


.t-center {text-align: center}                  


.t-small {font-size: .85rem}                  


.float-left {float: left}                  


.float-right {float: right}                  


.push-right {margin-right: 20px}                  


.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}                  


.inlineblock {
  display: inline-block;
}                  


.flagimg img{
padding-right: 0px;
padding-top: 3px;
}                  


.container:after,
.group:after {
  clear: both;
}                  


.hide {
  display: none;
}                  


.wpcf7-list-item-label {
  display: none;
}                  


/* BEM Blocks */                  


.paratie-noe-infopages a i{
     display: inline-block;
     font-size: 20px;
     padding: 5px 0;
     }                  


@media (min-width: 960px) {                  


.paratie-noe-infopages a i{
       font-size: 16px;
       padding:0
     }
  }                  


.paratie-noe-infopages a p{
     display: none;
   }                  


@media (min-width: 960px) {                  


.paratie-noe-infopages a p{
       display: inline-block
   }
  }                  


.paratie-noe-info-header {
  margin: 0;
  position: relative;
  z-index: 20;



}                  


.paratie-noe-info-header__location {
    font-size: 16px;
  }                  


.paratie-noe-info-header__location a i{
    display: inline-block;
    font-size: 20px;
    padding: 5px 10px 5px 0;
    }                  


@media (min-width: 960px) {                  


.paratie-noe-info-header__location a i{
      font-size: 16px;
      padding:0
    }
  }                  


.paratie-noe-info-header__location a p{
    display: none;
  }                  


@media (min-width: 960px) {                  


.paratie-noe-info-header__location a p{
      display: inline-block
  }
  }                  


.paratie-noe-info-header__phone {
    display: inline-block;
  }                  


.paratie-noe-info-header__mail {
    display: inline-block;
  }                  


.paratie-noe-info-header__language {
   display: inline-block;
  }                  


@media (min-width: 960px) {                  


.paratie-noe-info-header__language {
    font-size: 16px
  }
  }                  


.site-header__fixed .paratie-noe-logo {
  top: 0px;
  }                  


@media (min-width: 530px) {                  


.site-header__fixed .paratie-noe-logo {
      top: -5px;
      width:128px
  }
  }                  


@media (min-width: 1350px) {                  


.site-header__fixed .paratie-noe-logo {
    top: -5px;
    width:100px
  }
  }                  


.paratie-noe-logo {
    padding: 0px 16px;
    position: relative;
    left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
    z-index: 4;
    width: 170px;
  }                  


@media (min-width: 530px) {                  


.paratie-noe-logo {
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      padding: 0px 15px;
      width: 250px
  }
  }                  


@media (min-width: 960px) {                  


.paratie-noe-logo {
      position: absolute;
      left:0;
      margin:0;
      text-align:left;
      width:300px
  }
  }                  


@media (min-width: 960px) {
  }                  


.paratie-noe-logo-footer {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 100px;
  }                  


.paratie-noe-logo-nav {
  width: 200px;
  margin: 0;
  position: relative;
  z-index: 20;
  display: block;
}                  


@media (min-width: 960px) {                  


.paratie-noe-logo-nav {
    display: none
}
  }                  


.paratie-noe-logo-nav img{
  width: 130px;
  }                  


@media (min-width: 960px) {                  


.paratie-noe-logo-nav img{
    width: 160px
  }
  }                  


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}                  


@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}                  


.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}                  


.c-white {color: #FFF}                  


.c-black {color: #000}                  


.c-dark {color: #333}                  


.c-gray {color: #999999}                  


.c-blue {color: #0656a4}                  


.c-lightblue {color: #52c8ec}                  


.bg-white {background-color: #ffffff;}                  


.bg-blue {background-color: #0656a4;}                  


.bg-lightblue {background-color: #52c8ec}                  


.bg-lightgray {background-color: #f1f1f1;}                  


.headline_und_form {border-bottom: 1px solid #1F345F; margin-bottom: 25px;}                  


.search-trigger {
  display: none;
  color: #FFF;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 20px;
}                  


@media (min-width: 960px) {                  


.search-trigger {
    display: inline-block;
    top: 6px
}
  }                  


.search-trigger:hover {
  opacity: .65;
}                  


.social-icons-list {
  margin: 0 -8px;
}                  


.social-icons-list li {
  margin: 0 8px;
}                  


.social-icons-list li a {
  display: block;
  text-align: center;

  font-size: 1.25rem;
}                  


.social-icons-list li a:hover {
  opacity: .75;
}                  


.nav-list ul {
  padding: 0;
  margin: 0;
}                  


.nav-list li {
  list-style: none;
}                  


.nav-list a {
  font-size: 16px;
 color: #fff;
  text-decoration: none;
}                  


.nav-list a:hover {
 color: #52c8ec;
  text-decoration: underline;
}                  


.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}                  


@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }

  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 50px;
  }

  .two-thirds {width: 66.66%;}
  .one-half {width: 50%}
  .one-third {width: 33.33%}
  .one-quarter {width: 25%}
  .one-fifth {width: 20%}
  .one-sixth {width: 16.66%}
  }                  


/* Make Top WP Admin Bar Fixed on Mobile */                  


@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}                  


/* Customize Login Screen */                  


body.login .button-primary {
  background-color: #9E004F;
  font-size: 19px;
  text-transform: uppercase;
  
  border-color: rgb(133, 0, 66);
  text-shadow: 0 -1px 1px rgb(120, 0, 60),1px 0 1px rgb(120, 0, 60),0 1px 1px rgb(120, 0, 60),-1px 0 1px rgb(120, 0, 60);
  -webkit-box-shadow: 0 1px 0 rgb(107, 0, 54);
          box-shadow: 0 1px 0 rgb(107, 0, 54);
}                  


.login .button.button-large {
  padding: 5px 10px 32px;
  border-radius: 0px;
}                  


body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
  background-color: rgb(140, 0, 70);
  border-color: rgb(120, 0, 60);
  text-shadow: 0 -1px 1px rgb(107, 0, 54),1px 0 1px rgb(107, 0, 54),0 1px 1px rgb(107, 0, 54),-1px 0 1px rgb(107, 0, 54);
  -webkit-box-shadow: 0 1px 0 rgb(94, 0, 47);
          box-shadow: 0 1px 0 rgb(94, 0, 47);
}                  


body.login {
  /*background-color: $mainBlue;*/
  background-image: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}                  


.login h1 a {
  color: #555555;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}                  


.login form { 
padding: 26px 24px 0px;
-webkit-box-shadow: none;
        box-shadow: none;
}                  


#login {
  background-color: #fff;

  width: 320px;

}                  


@media (min-width: 530px) {                  


#login {
      width: 450px;
      margin: 8% auto 20px;
      padding: 40px

}
  }                  


.login #nav {
  margin:-30px 0px;
  background-color: #fff;
  font-size: 21px;
  width: 200px;

}                  


.login #nav a:hover {
 color: #9E004F;
}                  


#backtoblog {
  margin:30px 0;
  background-color: #fff;
}                  


.login label {
  font-size: 21px;
  color: #555555;
}                  


.login input[type="text"]{
  width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
    -webkit-box-shadow: none;
            box-shadow: none;
}                  


.login input[type="password"]{
  width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
    -webkit-box-shadow: none;
            box-shadow: none;
}                  


.login form .forgetmenot {
  float: none;
}                  


.login form .forgetmenot label{
  font-size: 21px;
  padding-top: 40px;
}                  


#login form p.submit {
  padding-top: 40px;
}                  


.loginpagefooter {
  text-align: center;
}                  


.bybimeli {
font-size: 15px;
}                  


.bybimeli a{
text-decoration: none;
color: #555555;
}                  


.bybimeli a:hover {
  color: #9E004F;
}                  


.bybimeli img {
  vertical-align: middle;
  padding-right: 5px;
}                  


.bybimeli span{
color: #9E004F;
  }                  


.btn {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}                  


.btn--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
  }                  


.btn--bluesend {
    background-color: #0656a4;
    padding: 12px 24px;
    float: right;
   
  }                  


.btn--bluesend:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(5, 105, 204)), to(#0656a4));
    background: -webkit-linear-gradient(rgb(5, 105, 204), #0656a4);
    background: -o-linear-gradient(rgb(5, 105, 204), #0656a4);
    background: linear-gradient(rgb(5, 105, 204), #0656a4);
    padding: 12px 24px;
    float: right;
  }                  


.btn--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
  }                  


@media (min-width: 530px) {                  


.btn--large {
      font-size: 1.9rem
  }
  }                  


.btn--inactive {
    background-color: transparent;
    cursor: default;
    color: #333;
  }                  


.site-header {
  /*z-index: 3;*/
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
/*  background-color: #000;*/
  height: 20px;
}                  


@media (min-width: 960px) {                  


.site-header {
    z-index: 3;
    position: relative;
  /*  background-color: transparent;*/
    padding: 0px 0 0px;
    /*
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    */
   height: 45px
}
  }                  


.site-header__fixed {
    position: fixed;
    width: 100%;
    display: none;
    z-index: 101;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
   padding: 0px 0 10px;
   height: 35px;
  }                  


@media (min-width: 530px) {                  


.site-header__fixed {
    height: 20px
  }
  }                  


@media (min-width: 960px) {                  


.site-header__fixed {
    height: 20px;
    padding: 5px 0 10px
  }
  }                  


.site-header__menu {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: -20px;
    padding-top: 58px;
    opacity: 0;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    padding-bottom: 20px;
  }                  


.site-header__menu--active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      padding-top: 80px;
      text-align: center;
      z-index: 3;
    }                  


.site-header__menu--active .main-navigation__leftC li.activesubmenu .submenu {
      position: relative;
      margin: 0 auto;


    }                  


.site-header__menu--active .main-navigation__leftC li.activesubmenu .submenu a{
      font-size: 16px;
      margin: 0;
    }                  


.site-header__menu--active .main-navigation__leftC li.activesubmenu .submenu li{
     line-height: 1;
    }                  


@media (min-width: 960px) {                  


.site-header__menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
          -ms-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      position: static;
      background-color: transparent;
      float: right;
      padding-top: 0;
      padding-bottom: 0;  
      top: 0;
      z-index: 1
  }
  }                  


.site-header__search-trigger {
    cursor: pointer;
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 16px;
  }                  


@media (min-width: 530px) {                  


.site-header__search-trigger {
      top: 4px;
      font-size: 1.4rem
  }
  }                  


@media (min-width: 960px) {                  


.site-header__search-trigger {
      display: none
  }
  }                  


.site-header__menu-trigger {
    color: #000;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 20px;
  }                  


@media (min-width: 530px) {                  


.site-header__menu-trigger {
      top: 0px;
      font-size: 1.4rem;
      right: 17px
  }
  }                  


@media (min-width: 960px) {                  


.site-header__menu-trigger {
      display: none
  }
  }                  


.site-header__fixed .site-header__menu-trigger {
    color: #000;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
  }                  


@media (min-width: 530px) {                  


.site-header__fixed .site-header__menu-trigger {
      top: 0px;
      font-size: 1.4rem;
      right: 17px
  }
  }                  


@media (min-width: 960px) {                  


.site-header__fixed .site-header__menu-trigger {
      display: none
  }
  }                  


.site-header__util {
    padding: 0 0 0 20px;
  }                  


@media (min-width: 960px) {                  


.site-header__util {
      padding: 25px 0 0;
      float: right
  }
  }                  


.site-header__btn {
    margin-right: 20px;
  }                  


@media (min-width: 960px) {                  


.site-header__btn {
      float: left
  }
  }                  


.site-header .btn--with-photo {
    margin-right: 0;
  }                  


.site-header-info {
  
  display: block;
 /* z-index: 3;*/
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0 0;
}                  


/*  border-bottom: 1px solid;*/                  


@media (min-width: 960px) {                  


.site-header-info {
   /* display: none;*/
  /* background-color: #658D3D;*/
   padding: 20px 0 30px
}
  }                  


/*background-color: #658D3D;*/                  


.site-header-info__menu {
    visibility: visible;
    position: relative;
   /* background-color: rgba(0, 0, 0, 0.89);*/
    right: 0;
    opacity: 1;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  }                  


.site-header-info__menu--active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      text-align: center;
    }                  


@media (min-width: 960px) {                  


.site-header-info__menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
          -ms-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      position: static;
      background-color: transparent;
      float: left;
      padding-top: 0;
      padding-bottom: 0;
      top: 0;
      z-index: 1
  }
  }                  


.site-header-info__location {
    display: none;
  }                  


@media (min-width: 960px) {                  


.site-header-info__location {
      display: inline-block
  }
  }                  


.site-header-info__phone {
     display: none;

  }                  


@media (min-width: 960px) {                  


.site-header-info__phone {
      display: inline-block

  }
  }                  


.site-header-info__mail {
    display: none;

  }                  


@media (min-width: 960px) {                  


.site-header-info__mail {
      display: inline-block

  }
  }                  


.site-header-info__search-trigger {
    cursor: pointer;
    color: #000;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 16px;
  }                  


@media (min-width: 530px) {                  


.site-header-info__search-trigger {
      top: 4px;
      font-size: 1.4rem
  }
  }                  


@media (min-width: 960px) {                  


.site-header-info__search-trigger {
      display: none
  }
  }                  


.site-header-info__util {
    padding: 0 0 0 20px;
  }                  


@media (min-width: 960px) {                  


.site-header-info__util {
      padding: 0px 0 0;
      float: right
  }
  }                  


.site-header-info__btn {
    margin-right: 20px;
  }                  


@media (min-width: 960px) {                  


.site-header-info__btn {
      float: left
  }
  }                  


.site-header-info .btn--with-photo {
    margin-right: 0;
  }                  


.site-footer {
  padding: 2rem 0 0 0;
}                  


.site-footer p {
    font-size: .9rem;
    overflow: hidden;
  }                  


.site-footer .headline {
    color: #fff;
    margin-bottom: .33rem;
  }                  


.site-footer__link {
    color: #fff;
    text-decoration: none;
  }                  


.site-footer__link:hover {
    color:  #fff;
    text-decoration: underline;
  }                  


a.site-footer__link{
    display: block;
    line-height:25px;
  }                  


.site-footer__link .icon-location {
    display: none;
  }                  


@media (min-width: 960px) {                  


.site-footer__link .icon-location {
    display: block;
      float: left
  }
  }                  


.site-footer__inner {
    border-bottom: 1px solid rgba(242, 242, 242, .4);
    padding: 3.5rem 16px;
  }                  


.site-footer__col-one {
    text-align: center;
    padding: 10px 10px 35px;
  }                  


@media (min-width: 960px) {                  


.site-footer__col-one {
      padding: 0;
      text-align: left;
      width: 33%;
      float: left
  }
  }                  


.site-footer__col-two-three-group {
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }                  


@media (min-width: 960px) {                  


.site-footer__col-two-three-group {
      text-align: left;
      float: left;
      width: 42%;
      margin: 0
  }
  }                  


.site-footer__col-two {
    width: 50%;
    float: left;
  }                  


.site-footer__col-three {
    width: 50%;
    float: left;
  }                  


.site-footer__col-four {
    padding-top: 20px;
    width: 85%;
    margin: 0 auto;
    clear: both;
    text-align: center;
  }                  


@media (min-width: 960px) {                  


.site-footer__col-four {
      padding-top: 0;
      margin: 0;
      clear: none;
      text-align: left;
      width: 25%;
      float: right
  }
  }                  


.site-footer__copyright {
		text-align: center;
		padding: 15px 0;

	}                  


@media (min-width: 530px) {                  


.site-footer__copyright {
			padding: 20px 0;
			height: auto

	}
  }                  


.site-footer__copyright p{
		color: #fff;
		margin: 0 auto;
        font-size: 15px;
        padding: 0 16px;
	}                  


@media (min-width: 530px) {                  


.site-footer__copyright p{
        	font-size: 16px
	}
  }                  


/* INFO */                  


.main-navigation-info {
  padding-top: 0px;
}                  


.main-navigation-info ul {
    padding: 0;
    margin: 0;
  }                  


.main-navigation-info ul:before,
  .main-navigation-info ul:after {
    content: " ";
    display: table;
  }                  


.main-navigation-info ul:after {
    clear: both;
  }                  


@media (min-width: 960px) {                  


.main-navigation-info {
    float: left;
    margin-right: 0px
}
  }                  


.main-navigation-info li {
  list-style: none;
  display: inline-block;
}                  


@media (min-width: 960px) {                  


.main-navigation-info li {
    float: left;
    padding-right: 20px
}
  }                  


.main-navigation-info li i{
  display: inline-block;
  font-size: 20px;
    padding: 5px 0px 5px 0;

}                  


@media (min-width: 960px) {                  


.main-navigation-info li i{
      font-size: 16px;
      padding:0

}
  }                  


.main-navigation-info li p{
  display: none;
  line-height: 0;
  margin: 0;
  padding: 0;

}                  


@media (min-width: 960px) {                  


.main-navigation-info li p{
   display: inline-block

}
  }                  


.main-navigation-info li:last-child {
  list-style: none;
  padding-right: 0;
}                  


.main-navigation-info a {
  display: inline-block;
  padding: 3px 3px;
  color: #0656a4;
  text-decoration: none;
}                  


@media (min-width: 960px) {                  


.main-navigation-info a {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height:1.15
}
  }                  


.main-navigation-info .current-menu-item a,
.main-navigation-info a:hover {
  color: #63B63D;
}                  


.main-navigation {
  padding-top: 10px;
}                  


.main-navigation ul {
    padding: 0;
    margin: 0;
  }                  


.main-navigation ul:before,
  .main-navigation ul:after {
    content: " ";
    display: table;
  }                  


.main-navigation ul:after {
    clear: both;
  }                  


@media (min-width: 960px) {                  


.main-navigation {
    float: left
}
  }                  


.main-navigation li {
  list-style: none;
}                  


@media (min-width: 960px) {                  


.main-navigation li {
    float: left;
    padding-left: 20px
}
  }                  


.site-header__fixed .main-navigation {
  padding-top: 0;
}                  


.main-navigation a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
}                  


@media (min-width: 960px) {                  


.main-navigation a {
    display: inline-block;
    padding: 0
}
  }                  


.main-navigation .current-menu-item a,
.main-navigation a:hover {
  color: #0656a4;
}                  


/* Style the navbar */                  


#navbar {
  overflow: hidden;
  background-color: #333;
}                  


/* Navbar links */                  


#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}                  


/* Page content */                  


.content {
  padding: 16px;
}                  


/* The sticky class is added to the navbar with JS when it reaches its scroll position */                  


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}                  


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */                  


.sticky + .content {
  padding-top: 60px;
}                  


.home-visual {
  background-color: #000;
  /*padding: 80px 0 40px 0;*/
  position: relative;
  height: 400px;
  height: 100vh;

}                  


@media screen and (device-aspect-ratio: 2/3) {                  


.home-visual { /* iPhone < 5 */
    height: 400px

}
  }                  


@media (min-width: 530px) {                  


.home-visual {
  	outline: none;
  	height: 700px

}
  }                  


.home-visual__content {
    position: absolute;
    /*z-index: 2;*/
    z-index: 0;
    top:40%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width:80%;
  }                  


@media (min-width: 960px) {                  


.home-visual__content {
      top:50%;
      width: 100%
  }
  }                  


.home-visual__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
  }                  


@media (min-width: 530px) {                  


.home-visual__title {
      font-size: 5rem
  }
  }                  


.home-visual__bg-image {
    opacity: .7;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }                  


.page-banner {
  background-color: #000;
  padding: 50px 0 40px 0;
  position: relative;
}                  


@media (min-width: 530px) {                  


.page-banner {
    padding: 20px 0 10px
}
  }                  


@media (min-width: 960px) {                  


.page-banner {
    padding: 30px 0 10px
}
  }                  


.page-banner__content {
    position: relative;
    z-index: 2;
  }                  


.page-banner__title {
    font-family: 'Aclonica-Regular', sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 1rem 0;
    color: #FFF;
    text-align: center;
  }                  


@media (min-width: 530px) {                  


.page-banner__title {
      font-size: 40px
  }
  }                  


@media (min-width: 960px) {                  


.page-banner__title {
      font-size: 40px
  }
  }                  


.page-banner__bg-image {
    opacity: .33;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }                  


.page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
  }                  


@media (min-width: 530px) {                  


.page-banner__intro {
      font-size: 1.65rem
  }
  }                  


.page-banner__intro p {
    margin: 0;
  }                  


@media (min-width: 960px) {                  


.page-single {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
}
  }                  


.page-single__inner {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: center;
		border-right: 1px solid;
	}                  


.page-single__inner:last-child {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: center;
		border-right: 0px solid;
	}                  


.page-single__inner p {
		font-size: 20px;
	}                  


p.page-single__datum {
		font-size: 18px;
		border-bottom: 1px solid;
	}                  


.page-section {
    padding: 1.5rem 0;

  }                  


@media (min-width: 960px) {                  


.page-section {
      padding: 3rem 0 2rem

  }
  }                  


.bimeli-slider {
  position: relative;

}                  


.bimeli-slider div {
    outline: none;
  }                  


.bimeli-slider__interior {
    padding-top: 30%;
    padding-bottom: 0px;

  }                  


@media (min-width: 530px) {                  


.bimeli-slider__interior {
      padding-top: 27%;
      padding-bottom: 0px

  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider__interior {
      padding-top: 37%;
      padding-bottom: 0px

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider__interior {
      padding-top: 20%

  }
  }                  


.bimeli-slider__slide {
    background-size: cover;
    background-repeat: no-repeat;
  }                  


.bimeli-slider__overlay {
  /*  background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
    */
    /*padding: 40px;*/
    color: #FFF;
    /*border-radius: 20px 20px 0px 0px;*/
   /* width: 160px;
   height: 92px;*/
   margin: 0 auto;
   padding:0px 0 22px;
  }                  


@media (min-width: 530px) {                  


.bimeli-slider__overlay {
    /*width: 250px;
   height: 130px;
   */
   padding:0px 0 50px
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider__overlay {
     /* width: 50%;
     width: 350px;
     height: 190px;*/
     padding:0px 0 50px
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider__overlay {
     /* width: 50%;
     width: 450px;
     height: 275px;*/
     padding:100px 0 65px
  }
  }                  


.bimeli-slider__first_slide_overlay {
    margin: 0 0 0 auto; /* attach right*/
    background-color: #fff;
   /* padding: 40px;*/
    color: #FFF;
    border-radius: 20px 20px 0px 0px;
    width: 160px;
   height: 92px;
  }                  


@media (min-width: 530px) {                  


.bimeli-slider__first_slide_overlay {
    width: 250px;
   height: 130px
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider__first_slide_overlay {
   /*   width: 50%;*/
   width: 350px;
   height: 190px
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider__first_slide_overlay {
   /*   width: 50%;*/
   width: 450px;
   height: 275px
  }
  }                  


.bimeli-slider__secondimg {
   /* float: right;*/

   margin: -18px 0 0 65px;
  }                  


@media (min-width: 530px) {                  


.bimeli-slider__secondimg {
    margin: -33px 0 0 65px
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider__secondimg {
    margin: -51px 0 0 65px
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider__secondimg {
    margin: -51px 0 0 65px
  }
  }                  


.bimeli-slider-gallery {
 background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}                  


.bimeli-slider-gallery div {
    outline: none;
  }                  


.bimeli-slider-gallery__interior {
    padding-top: 60px;
    padding-bottom: 60px;
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-gallery__interior {
      padding-top: 130px;
      padding-bottom: 130px
  }
  }                  


.bimeli-slider-gallery__slide {
    background-size: cover;
    background-repeat: no-repeat;

height: 334px;
  margin-top: 0px;
  margin-bottom: 0px; 
  }                  


@media (min-width: 530px) {                  


.bimeli-slider-gallery__slide {
      height: 589px 
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-gallery__slide {
      height: 589px 
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-gallery__slide {
      height: 589px 
  }
  }                  


/*
height: 334px;
  margin-top: 0px;
  margin-bottom: 0px;
  @mixin atSmall {
      height: 400px;
    }
  @mixin atMedium {
      height: 700px;
    }
  @mixin atLargeMedium {
      height: 800px;
    } 
  }  
*/                  


.bimeli-slider-gallery__slide2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
     min-height: 527px;

    
  }                  


.bimeli-slider-gallery__overlay {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .68);
    padding: 40px;
    color: #FFF;
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-gallery__overlay {
      width: 50%
  }
  }                  


.bimeli-slider-postnovice {
  position: relative;



}                  


.bimeli-slider-postnovice div {
    outline: none;
  }                  


.bimeli-slider-postnovice__container {
    width: 100%;
  }                  


.bimeli-slider-postnovice__one {
    width: 100%; 
    display: inline-block;
    background: #fff;

  }                  


@media (min-width: 767px) {                  


.bimeli-slider-postnovice__one {
      float: right;
       width: 50%

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-postnovice__one {
      width: 50%

  }
  }                  


.bimeli-slider-postnovice__one_inner {
    width:240px;

  }                  


.bimeli-slider-postnovice__two {
    display: inline-block; 
    width: 100%;
    
    
  }                  


/*padding: 42px 70px;*/                  


@media (min-width: 767px) {                  


.bimeli-slider-postnovice__two {
      float: left;
       width: 50%
    
    
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-postnovice__two {
      /*padding: 21px 45px;
      width: 37%;*/
      padding: 0;
      width: 50%
    
    
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-postnovice__two {
      /*padding: 37px 67.2px;
      width: 37%;*/
      padding: 0;
      width: 50%
    
    
  }
  }                  


.bimeli-slider-postnovice__two_inner {
    padding: 20px 16px;

  }                  


@media (min-width: 960px) {                  


.bimeli-slider-postnovice__two_inner {
    float: right;
    padding: 40px 16px

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-postnovice__two_inner {
      width: 610px;
      padding: 40px

  }
  }                  


.bimeli-slider-postnovice__two_ptext {
    display: block;
    font-size: 16px;
    text-align: left;

  }                  


@media (min-width: 960px) {                  


.bimeli-slider-postnovice__two_ptext {
      display: block

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-postnovice__two_ptext {
      display: block;
      overflow: hidden;
      text-align: justify;
      font-size: 18px;
      height: 130px

  }
  }                  


.bimeli-slider-postnovice__slide {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60%;
    line-height: 0;
  }                  


@media (min-width: 767px) {                  


.bimeli-slider-postnovice__slide {
      padding-top: 115%
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-postnovice__slide {
      padding-top: 80%
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-postnovice__slide {
      padding-top: 60%
  }
  }                  


.bimeli-slider-preizkusime {
  position: relative;





}                  


@media (min-width: 767px) {                  


.bimeli-slider-preizkusime {
    padding: 25px 0





}
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-preizkusime {
    padding: 0





}
  }                  


.bimeli-slider-preizkusime__bgimg {
    background-size: cover;
    background-repeat: no-repeat;


  }                  


.bimeli-slider-preizkusime div {
    outline: none;
  }                  


.bimeli-slider-preizkusime__container {
    width: 100%;
  }                  


.bimeli-slider-preizkusime__one {
    width: 100%; 
    display: inline-block;

  }                  


@media (min-width: 767px) {                  


.bimeli-slider-preizkusime__one {
      float: right;
       width: 40%

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-preizkusime__one {
      width: 40%

  }
  }                  


.bimeli-slider-preizkusime__one img {
    padding-left: 20%;
  }                  


.bimeli-slider-preizkusime__one_inner {
    width:240px;

  }                  


.bimeli-slider-preizkusime__two {
    display: inline-block; 
    width: 100%;
    
    
  }                  


/*padding: 42px 70px;*/                  


@media (min-width: 767px) {                  


.bimeli-slider-preizkusime__two {
      float: left;
       width: 50%
    
    
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-preizkusime__two {
      /*padding: 21px 45px;
      width: 37%;*/
      padding: 0;
      width: 50%
    
    
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-preizkusime__two {
      /*padding: 37px 67.2px;
      width: 37%;*/
      padding: 0;
      width: 60%
    
    
  }
  }                  


.bimeli-slider-preizkusime__two_inner {
    padding: 0 16px;

  }                  


@media (min-width: 960px) {                  


.bimeli-slider-preizkusime__two_inner {
    float: right;
    padding: 40px

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-preizkusime__two_inner {
      width: 740px

  }
    }                  


.bimeli-slider-preizkusime__two_ptext {
    display: block;
    font-size: 18px;
    text-align: left;

  }                  


@media (min-width: 960px) {                  


.bimeli-slider-preizkusime__two_ptext {
      display: block

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-preizkusime__two_ptext {
      display: block;
      overflow: hidden;
      text-align: justify;
      font-size: 18px;
      height: 26px

  }
  }                  


.bimeli-slider-preizkusime__two_button {
    padding: 0 0 100px 0;
  }                  


.bimeli-slider-blogtik {
  position: relative;

}                  


.bimeli-slider-blogtik div {
    outline: none;
  }                  


.bimeli-slider-blogtik__container {
    width: 100%;
  }                  


.bimeli-slider-blogtik__two_ptext {
    display: block;
    font-size: 16px;
    text-align: left;

  }                  


@media (min-width: 960px) {                  


.bimeli-slider-blogtik__two_ptext {
      display: block

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-blogtik__two_ptext {
      display: block;
      overflow: hidden;
      text-align: justify;
      font-size: 18px;
      height: 120px

  }
  }                  


.bimeli-slider-blogtik__interior {
    padding-top: 60px;
    padding-bottom: 60px;
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-blogtik__interior {
      padding-top: 130px;
      padding-bottom: 130px
  }
  }                  


.bimeli-slider-blogtik__slide {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90%;
    line-height: 0;

  }                  


.bimeli-slider-blogtik__overlay {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .68);
    padding: 40px;
    color: #FFF;
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-blogtik__overlay {
      width: 50%
  }
  }                  


.bimeli-slider-podjetje {
  position: relative;



}                  


.bimeli-slider-podjetje div {
    outline: none;
  }                  


.bimeli-slider-podjetje__container {
    width: 100%;
  }                  


.bimeli-slider-podjetje__one {
    width: 100%; 
    display: inline-block;
    background: #fff;

  }                  


@media (min-width: 767px) {                  


.bimeli-slider-podjetje__one {
      float: right;
       width: 50%

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-podjetje__one {
      width: 50%

  }
  }                  


.bimeli-slider-podjetje__one_inner {
    width:240px;

  }                  


.bimeli-slider-podjetje__two {
    display: inline-block; 
    width: 100%;
    
    
  }                  


/*padding: 42px 70px;*/                  


@media (min-width: 767px) {                  


.bimeli-slider-podjetje__two {
      float: left;
       width: 50%
    
    
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-podjetje__two {
      /*padding: 21px 45px;
      width: 37%;*/
      padding: 0;
      width: 50%
    
    
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-podjetje__two {
      /*padding: 37px 67.2px;
      width: 37%;*/
      padding: 0;
      width: 50%
    
    
  }
  }                  


.bimeli-slider-podjetje__two_inner {
    padding: 20px 16px;

  }                  


@media (min-width: 960px) {                  


.bimeli-slider-podjetje__two_inner {
    float: right;
    padding: 40px 16px

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-podjetje__two_inner {
      width: 610px;
      padding: 40px

  }
  }                  


.bimeli-slider-podjetje__two_ptext {
    display: block;
    font-size: 16px;
    text-align: left;

  }                  


@media (min-width: 960px) {                  


.bimeli-slider-podjetje__two_ptext {
      display: block;
      font-size: 18px

  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-podjetje__two_ptext {
      display: block;
      overflow: hidden;
      text-align: justify;
      font-size: 18px;
      height: 130px

  }
  }                  


.bimeli-slider-podjetje__slide {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60%;
    line-height: 0;
  }                  


@media (min-width: 767px) {                  


.bimeli-slider-podjetje__slide {
      padding-top: 115%
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-slider-podjetje__slide {
      padding-top: 80%
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-slider-podjetje__slide {
      padding-top: 60%
  }
  }                  


.slick-dots {
  z-index: 100;
  position: relative;
  padding: 0;
  margin: 0;
  bottom:50px;
  
}                  


@media (min-width: 960px) {                  


.slick-dots {
   margin: 0 auto;
    max-width: 1300px;
    bottom:150px
  
}
  }                  


.slick-dots li {
    list-style: none;
    display: inline;
  }                  


.slick-dots li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
   
    background-color: rgba(255, 255, 255, .5);
    
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;

    width: 0; 
  height: 0; 
  border: 10px solid #E6E6E6;
  font-size: 0;
  line-height: 0;
  }                  


.slick-dots .slick-active button {
    background-color: rgba(255, 255, 255, .5);
    width: 0; 
  height: 0; 
  border: 10px solid #fff;
  font-size: 0;
  line-height: 0;

  }                  


.postnovice-dots {
  z-index: 100;
  position: relative;
  margin: 0 0 0 130px;
  bottom:250px;
  
}                  


@media (min-width: 530px) {                  


.postnovice-dots {
    bottom:370px
  
}
  }                  


@media (min-width: 960px) {                  


.postnovice-dots {
     padding: 0;
  margin: 0;
    padding-left: 16px;
    bottom:44px
  
}
  }                  


@media (min-width: 1350px) {                  


.postnovice-dots {
   margin: 0 auto;
    max-width: 1300px;
    bottom:70px;
    padding-left: 0
  
}
  }                  


@media (min-width: 1400px) {                  


.postnovice-dots {
   bottom:80px
  
}
  }                  


.postnovice-dots li {
    list-style: none;
    display: inline;
  }                  


.postnovice-dots li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
   
    background-color: rgba(255, 255, 255, .5);
    
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;

    width: 0; 
  height: 0; 
  border: 10px solid #d3d3d3;
  font-size: 0;
  line-height: 0;
  }                  


.postnovice-dots .slick-active button {
    background-color: rgba(255, 255, 255, .5);
    width: 0; 
  height: 0; 
  border: 10px solid #fff;
  font-size: 0;
  line-height: 0;

  }                  


.blogtik-dots {
  z-index: 100;
  position: relative;
  padding: 0 0 0 130px;
  margin: 0;
  bottom:50px;
  
}                  


@media (min-width: 960px) {                  


.blogtik-dots {
  padding: 0
  
}
  }                  


@media (min-width: 960px) {                  


.blogtik-dots {
   margin: 0 auto;
    max-width: 1300px;
    bottom:45px;
    left: 150px
  
}
  }                  


.blogtik-dots li {
    list-style: none;
    display: inline;
  }                  


.blogtik-dots li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
   
    background-color: rgba(255, 255, 255, .5);
    
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;

    width: 0; 
  height: 0; 
  border: 10px solid #a2d1ba;
  font-size: 0;
  line-height: 0;
  }                  


.blogtik-dots .slick-active button {
    background-color: rgba(255, 255, 255, .5);
    width: 0; 
  height: 0; 
  border: 10px solid #00A652;
  font-size: 0;
  line-height: 0;

  }                  


.arrows {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    position: absolute;
    top: 45%;
outline: none;

}                  


.arrows i {
  font-size: 30px;

}                  


@media (min-width: 1400px) {                  


.arrows i {
   font-size: 40px

}
  }                  


.slick-prev {
    color: #E6E6E6;
    z-index: 1;
    left: -45px;
    cursor: pointer;
    outline: none;
  }                  


@media (min-width: 530px) {                  


.slick-prev {
      left: -45px
  }
  }                  


@media (min-width: 767px) {                  


.slick-prev {
      left: -65px
  }
  }                  


@media (min-width: 1400px) {                  


.slick-prev {
   left: -85px
  }
  }                  


.slick-next {
   color: #E6E6E6;
   right: -45px;
   cursor: pointer;
   outline: none;
  }                  


@media (min-width: 530px) {                  


.slick-next {
       right: -45px
  }
  }                  


@media (min-width: 767px) {                  


.slick-next {
right: -65px
  }
  }                  


@media (min-width: 1400px) {                  


.slick-next {
    right: -85px
  }
  }                  


.bimeli-carousel {
 position: relative;
 height: 400px;
 padding-top: 50px;

}                  


@media (min-width: 530px) {                  


.bimeli-carousel {
  height: 500px

}
  }                  


@media (min-width: 960px) {                  


.bimeli-carousel {
      height: 530px

}
  }                  


@media (min-width: 1350px) {                  


.bimeli-carousel {
      height: 530px

}
  }                  


.bimeli-carousel__slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 60%;
  }                  


.bimeli-carousel__inner{
  margin: 0 auto;
width: 200px;
border:1px solid #63b63d; 
}                  


@media (min-width: 530px) {                  


.bimeli-carousel__inner{
      width: 200px 
}
  }                  


@media (min-width: 667px) {                  


.bimeli-carousel__inner{
      width: 250px 
}
  }                  


@media (min-width: 960px) {                  


.bimeli-carousel__inner{
      width: 300px 
}
  }                  


@media (min-width: 1100px) {                  


.bimeli-carousel__inner{
  width: 320px 
}
  }                  


@media (min-width: 1350px) {                  


.bimeli-carousel__inner{
      width: 350px 
}
  }                  


@media (min-width: 1400px) {                  


.bimeli-carousel__inner{
      /*width: 250px;*/
      width: 350px 
}
  }                  


.bimeli-carousel__title {
   padding-top: 60px;
  }                  


.bimeli-carousel__overtext {
   display: none;
   text-decoration: none;
  }                  


.bimeli-carousel__overtext {
    position: relative;
   display: block;
   text-align: center;
   /*background-color: rgba(255, 255, 255, .9);*/

   height: 100%;
   -webkit-transition: opacity 0.6s;
   -o-transition: opacity 0.6s;
   transition: opacity 0.6s;
   vertical-align: middle;
   opacity: 1;
   height: 150px; 
  }                  


@media (min-width: 530px) {                  


.bimeli-carousel__overtext {
      height: 150px 
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-carousel__overtext {
      height: 150px 
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-carousel__overtext {
      height: 150px 
  }
  }                  


.bimeli-carousel__overtext a{
  text-decoration: none;
  }                  


.bimeli-carousel__overtext p{
  padding-top: 0%;
  font-size: 17px;
  opacity: 1;
  }                  


@media (min-width: 960px) {                  


.bimeli-carousel__overtext p{
    font-size: 20px
  }
  }                  


.bimeli-carousel__link {
    vertical-align:top;
  }                  


.bimeli-carousel__link:hover .bimeli-carousel__slide {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }                  


.bimeli-carousel__link:hover .bimeli-carousel__overtext{
  opacity: 1;
 /* margin-top: -2px;*/
  cursor: pointer;

  }                  


.bimeli-carousel__link:hover .bimeli-carousel__overtext p {
    opacity: 1;
     color: #63b63d;
  }                  


.bimeli-no-carousel {
 position: relative;
 height: 400px;
 padding-top: 50px;

}                  


@media (min-width: 530px) {                  


.bimeli-no-carousel {
  height: 500px

}
  }                  


@media (min-width: 960px) {                  


.bimeli-no-carousel {
      height: 530px

}
  }                  


@media (min-width: 1350px) {                  


.bimeli-no-carousel {
      height: 530px

}
  }                  


.bimeli-no-carousel__slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 60%;
  }                  


.bimeli-no-carousel__inner{
  margin: 0 auto;
width: 200px;
border:1px solid #63b63d; 
}                  


@media (min-width: 530px) {                  


.bimeli-no-carousel__inner{
      width: 200px 
}
  }                  


@media (min-width: 667px) {                  


.bimeli-no-carousel__inner{
      width: 250px 
}
  }                  


@media (min-width: 960px) {                  


.bimeli-no-carousel__inner{
      width: 300px 
}
  }                  


@media (min-width: 1100px) {                  


.bimeli-no-carousel__inner{
  width: 320px 
}
  }                  


@media (min-width: 1350px) {                  


.bimeli-no-carousel__inner{
      width: 350px 
}
  }                  


@media (min-width: 1400px) {                  


.bimeli-no-carousel__inner{
      /*width: 250px;*/
      width: 350px 
}
  }                  


.bimeli-no-carousel__title {
   padding-top: 60px;
  }                  


.bimeli-no-carousel__overtext {
   display: none;
   text-decoration: none;
  }                  


.bimeli-no-carousel__overtext {
    position: relative;
   display: block;
   text-align: center;
   /*background-color: rgba(255, 255, 255, .9);*/

   height: 100%;
   -webkit-transition: opacity 0.6s;
   -o-transition: opacity 0.6s;
   transition: opacity 0.6s;
   vertical-align: middle;
   opacity: 1;
   height: 150px; 
  }                  


@media (min-width: 530px) {                  


.bimeli-no-carousel__overtext {
      height: 150px 
  }
  }                  


@media (min-width: 960px) {                  


.bimeli-no-carousel__overtext {
      height: 150px 
  }
  }                  


@media (min-width: 1350px) {                  


.bimeli-no-carousel__overtext {
      height: 150px 
  }
  }                  


.bimeli-no-carousel__overtext a{
  text-decoration: none;
  }                  


.bimeli-no-carousel__overtext p{
  padding-top: 0%;
  font-size: 17px;
  opacity: 1;
  }                  


@media (min-width: 960px) {                  


.bimeli-no-carousel__overtext p{
    font-size: 20px
  }
  }                  


.bimeli-no-carousel__link {
    vertical-align:top;
  }                  


.bimeli-no-carousel__link:hover .bimeli-no-carousel__slide {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }                  


.bimeli-no-carousel__link:hover .bimeli-no-carousel__overtext{
  opacity: 1;
 /* margin-top: -2px;*/
  cursor: pointer;

  }                  


.bimeli-no-carousel__link:hover .bimeli-no-carousel__overtext p {
    opacity: 1;
     color: #63b63d;
  }                  


.slick-dots-prod {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}                  


@media (min-width: 960px) {                  


.slick-dots-prod {
    top: 50px
}
  }                  


.slick-dots-prod li {
    list-style: none;
    display: inline;
  }                  


.slick-dots-prod li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    cursor: pointer;
  }                  


.slick-dots-prod .slick-active-prod button {
    background-color: #FFF;
  }                  


.arrows-prod {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    position: absolute;
    top: 45%;
    outline: none;

}                  


.arrows-prod i {
  font-size: 30px;

}                  


.slick-prev-prod {
    color: #63b63d;
    z-index: 1;
    left:0px;
    cursor: pointer;
    outline: none; 
  }                  


@media (min-width: 530px) {                  


.slick-prev-prod {
     left: -20px 
  }
  }                  


@media (min-width: 960px) {                  


.slick-prev-prod {
     left: -50px 
  }
  }                  


@media (min-width: 1350px) {
  }                  


@media (min-width: 1400px) {
  }                  


.slick-next-prod {
   color: #63b63d;
    right: 0px;
   cursor: pointer;
   outline: none; 

  }                  


@media (min-width: 530px) {                  


.slick-next-prod {
     right: -20px 

  }
  }                  


@media (min-width: 960px) {                  


.slick-next-prod {
     right: -50px 

  }
  }                  


@media (min-width: 1350px) {
  }                  


@media (min-width: 1400px) {
  }                  


.news-cards {
  margin: 0;
  padding: 0;
  list-style: none;

 
}                  


.search-overlay .news-cards {
    padding-top: 21px;
  }                  


.news-cards__image {
    text-align: center;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  }                  


.news-cards__imgbackg {
    background-position: center center;
  
  
  background-repeat: no-repeat;
  margin: 0px 0px 15px;
  height: 338px;
  /*border-radius: 20px 20px 0 0;*/

  background-size: cover;
  }                  


@media (min-width: 960px) {
  }                  


@media (min-width: 1350px) {                  


.news-cards__imgbackg {
   height: 350px
  }
  }                  


@media (min-width: 1400px) {                  


.news-cards__imgbackg {
   height: 350px
  }
  }                  


.news-cards__overtext {
   display: none;

  }                  


.news-cards__overtext {
   display: block;
   text-align: center;
   

   height: 100%;
   -webkit-transition: opacity 0.6s;
   -o-transition: opacity 0.6s;
   transition: opacity 0.6s;
   vertical-align: middle;
   opacity: 1;
   
   position: relative;
  /* border-radius: 20px 20px 0 0;*/
  }                  


.news-cards__overtext p{
 /* padding-top: 20%;*/

  font-size: 26px;

  }                  


.news-cards__overtext p.news6title{
padding: 50px 0 0;
  line-height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  }                  


.news-cards__overtext p.news6cat{
  width: 100%;
  /*border-bottom: 1px solid #fff;*/

  /*margin: 0 auto;*/
  font-size: 24px;
  /*padding-top: 55%;*/
  font-family: "PlayfairDisplay-Regular",sans-serif;
  font-style: italic;
  position: absolute;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);





  }                  


@media (min-width: 960px) {                  


.news-cards__overtext p.news6cat{
    font-size: 34px





  }
  }                  


.news-cards__overtext p.news6cat_two{
  width: 100%;
  /*border-bottom: 1px solid #fff;*/

  /*margin: 0 auto;*/
  font-size: 24px;
  /*padding-top: 55%;*/
  font-family: "PlayfairDisplay-Regular",sans-serif;
  font-style: italic;
  position: absolute;
  left: 50%;
  top: 90%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);



  }                  


@media (min-width: 960px) {                  


.news-cards__overtext p.news6cat_two{
    font-size: 20px



  }
  }                  


.news-cards__link:hover .news-cards__overtext {
  opacity: 1;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, .4);
  }                  


.news-cards__imgbackg a:hover{
  text-decoration: none;
  }                  


.news-cards li {
display: block;
padding-bottom: 40px;
}                  


@media (min-width: 530px) {
  .news-cards li {
display: inline-block;
padding-bottom: 40px;
}
  }                  


.news-cards p {
font-size: 28px;
}                  


.news-card {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  background-color: #F9F4EE;
  overflow: hidden;

}                  


.search-overlay .news-card {
    width: 180px;
  }                  


.news-card__image {
    display: block;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    width: 50px;
    display: inline-block;
vertical-align: top;
padding-right: 10px;
  }                  


.news-card:hover .news-card__image {
    
  }                  


.news-card__name {
    font-weight: 300;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.85);
  }                  


.news-card:hover .news-card__name {
    background-color: rgba(0, 0, 0, 0.85);
  }                  


.news-card__list-item {
    display: inline-block;
    list-style: none;
  }                  


.news-card__list-item.one-third:last-child {
    padding-right: 0;
  }                  


.news-cards-popust {
background-repeat:no-repeat; 
text-align:center; 
position:absolute; 
background-color:#e3b2a1;
  }                  


.card-product-dz__container {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

  }                  


.card-product-dz__link {
  width: 100%;
  margin:0 0 10px 0; 

  }                  


@media (min-width: 430px) {                  


.card-product-dz__link {
     width: 50% 

  }
  }                  


@media (min-width: 530px) {                  


.card-product-dz__link {
     width: 50% 

  }
  }                  


@media (min-width: 667px) {                  


.card-product-dz__link {
     width: 33% 

  }
  }                  


@media (min-width: 960px) {                  


.card-product-dz__link {
     width: 25% 

  }
  }                  


i.card-product-dz__ispace {
width: 100%;
  margin:0 0 10px 0; 
}                  


@media (min-width: 430px) {                  


i.card-product-dz__ispace {
     width: 50% 
}
  }                  


@media (min-width: 530px) {                  


i.card-product-dz__ispace {
     width: 50% 
}
  }                  


@media (min-width: 667px) {                  


i.card-product-dz__ispace {
     width: 33% 
}
  }                  


@media (min-width: 960px) {                  


i.card-product-dz__ispace {
     width: 25% 
}
  }                  


.card-product-dz__imgbg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 60%;
  }                  


.card-product-dz__inner{
  margin: 0 auto;
width: 250px;
border:1px solid #63b63d; 
}                  


@media (min-width: 430px) {                  


.card-product-dz__inner{
     width: 200px 
}
  }                  


@media (min-width: 530px) {                  


.card-product-dz__inner{
      width: 200px 
}
  }                  


@media (min-width: 667px) {                  


.card-product-dz__inner{
      width: 210px 
}
  }                  


@media (min-width: 960px) {                  


.card-product-dz__inner{
      width: 230px 
}
  }                  


@media (min-width: 1100px) {                  


.card-product-dz__inner{
      width: 260px 
}
  }                  


@media (min-width: 1350px) {                  


.card-product-dz__inner{
      width: 300px 
}
  }                  


@media (min-width: 1400px) {                  


.card-product-dz__inner{
      /*width: 250px;*/
      width: 300px 
}
  }                  


.card-product-dz__title {
   padding-top: 60px;
  }                  


.card-product-dz__overtext {
   display: none;
   text-decoration: none;
  }                  


.card-product-dz__overtext {
    position: relative;
   display: block;
   text-align: center;
   /*background-color: rgba(255, 255, 255, .9);*/

   height: 100%;
   -webkit-transition: opacity 0.6s;
   -o-transition: opacity 0.6s;
   transition: opacity 0.6s;

   opacity: 1;
   height: 150px; 
  }                  


@media (min-width: 530px) {                  


.card-product-dz__overtext {
      height: 150px 
  }
  }                  


@media (min-width: 960px) {                  


.card-product-dz__overtext {
      height: 150px 
  }
  }                  


@media (min-width: 1350px) {                  


.card-product-dz__overtext {
      height: 150px 
  }
  }                  


.card-product-dz__overtext a{
  text-decoration: none;
  }                  


.card-product-dz__overtext p{
  padding-top: 0%;
  font-size: 17px;
  opacity: 1;
  }                  


@media (min-width: 960px) {                  


.card-product-dz__overtext p{
    font-size: 20px
  }
  }                  


.card-product-dz__link:hover .card-product-dz__overtext{
  opacity: 1;
 /* margin-top: -2px;*/
  cursor: pointer;

  }                  


.card-product-dz__link:hover .card-product-dz__overtext p {
    opacity: 1;
     color: #63b63d;
  }                  


.gallery-cards__disflex {
    
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }                  


@media (min-width: 960px) {                  


.gallery-cards__disflex {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex
  }
  }                  


.gallery-card {
  display: inline-block;
  width: 47%;
  line-height: 0;

}                  


@media (min-width: 530px) {                  


.gallery-card {
  width: 30%

}
  }                  


@media (min-width: 960px) {                  


.gallery-card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%

}
  }                  


.gallery-cards-single {

 list-style: none;
 padding: 0;

 
}                  


.gallery-cards-single__imgbackg {
    background-position: center center;
  
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 0px 15px;
  height: 150px;
  position: relative;
  }                  


.gallery-cards-single__overtext {
   display: none;
   text-decoration: none;
   position: absolute;

  }                  


.gallery-cards-single__overtext {
   display: block;
   padding: 0 15px;
   text-align: center;
background-color: rgb(176, 121, 106);
   background-color: rgba(176, 121, 106, .4);
   -webkit-transition: opacity 0.6s;
   -o-transition: opacity 0.6s;
   transition: opacity 0.6s;
   vertical-align: middle;
   opacity: 0;
   bottom:0%;
left:50%;
-webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
width: 85%;
  }                  


.gallery-cards-single__link:hover .gallery-cards-single__overtext {
  opacity: 1;
  }                  


.gallery-card-single {
  

}                  


.headline {
  margin: 0;
  font-family: 'HelveticaRounded-Bold', sans-serif;
  font-weight: 300;

}                  


.headline--large {
    font-size: 50px;
    color: #63b63d;
  }                  


@media (min-width: 530px) {                  


.headline--large {
      font-size: 60px
  }
  }                  


@media (min-width: 960px) {                  


.headline--large {
      font-size: 80px
  }
  }                  


.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
  }                  


.headline--medium-home {
    font-size: 30px;
  }                  


@media (min-width: 530px) {                  


.headline--medium-home {
      font-size: 30px
  }
  }                  


@media (min-width: 960px) {                  


.headline--medium-home {
      font-size: 40px
  }
  }                  


.headline--medium {
    font-size: 25px;
    color: #346799;
    padding-bottom: 1.5rem;
    letter-spacing:1px;
  }                  


@media (min-width: 530px) {                  


.headline--medium {
      font-size: 25px
  }
  }                  


@media (min-width: 960px) {                  


.headline--medium {
      font-size: 25px
  }
  }                  


@media (min-width: 1350px) {                  


.headline--medium {
      font-size: 30px
  }
  }                  


.headline--medium_slogan {
    font-size: 25px;
    color: #346799;
    padding-bottom: 1rem;
    letter-spacing:1px;
  }                  


@media (min-width: 530px) {                  


.headline--medium_slogan {
      font-size: 25px
  }
  }                  


@media (min-width: 960px) {                  


.headline--medium_slogan {
      font-size: 25px
  }
  }                  


@media (min-width: 1350px) {                  


.headline--medium_slogan {
      font-size: 30px
  }
  }                  


.headline--small-plus {
    font-family: 'HelveticaRounded-Bold', sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 1.9rem;
  }                  


.headline--small {
    font-family: 'HelveticaRounded-Bold', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1.9rem;
  }                  


@media (min-width: 530px) {                  


.headline--small {
      font-size: 30px
  }
  }                  


.headline--smaller {
    font-size: 1.5rem;
  }                  


.headline--tiny {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem;
  }                  


.headline--post-title a {
    color: #333;
    text-decoration: none;
  }                  


.headline--post-title a:hover {
    text-decoration: underline;
  }                  


.metabox {

 

}                  


@media (min-width: 960px) {                  


.full-width-split-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
  }                  


.full-width-split-home__one {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.6rem 16px;
  }                  


@media (min-width: 960px) {                  


.full-width-split-home__one {
      padding: 40px
  }
  }                  


@media (min-width: 960px) {                  


.full-width-split-home__one .full-width-split-home__inner {
        float: right
    }
  }                  


.full-width-split-home__one .full-width-split-home__inner span{
      font-family: 'HelveticaRounded-Bold', sans-serif;
     font-size: 20px;
     text-transform: uppercase;

    }                  


.full-width-split-home__two {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.6rem 16px;
  }                  


@media (min-width: 960px) {                  


.full-width-split-home__two {
      padding: 40px
  }
  }                  


.full-width-split-home__two_bgimg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.6rem 16px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 32%;
  }                  


@media (min-width: 960px) {                  


.full-width-split-home__two_bgimg {
      padding: 40px;
      background-size:cover;
      padding-top:36px
  }
  }                  


@media (min-width: 1350px) {                  


.full-width-split-home__inner {
      width: 610px
  }
    }                  


@media (min-width: 960px) {                  


.full-width-split-threebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  

}
  }                  


.full-width-split-threebox__one {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.6rem 16px;
    border-bottom: 1px solid rgba(82, 200, 236, .3);
  }                  


@media (min-width: 960px) {                  


.full-width-split-threebox__one {
      padding: 40px;
      border-right:1px solid #fff
  }
  }                  


.full-width-split-threebox__one:last-child {
  border-right: 0;
  border-bottom:0;
  }                  


@media (min-width: 960px) {                  


.full-width-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px
}
  }                  


.page-section .full-width-split:last-child {
    padding-bottom: 0px;
  }                  


.full-width-split__one {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }                  


@media (min-width: 960px) {                  


.full-width-split__one {
      padding: 0px 0;
      -webkit-flex-basis:50%;
          -ms-flex-preferred-size:50%;
              flex-basis:50%
  }
  }                  


.full-width-split__one img {
  display: block;
  }                  


.full-width-split__two {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }                  


@media (min-width: 960px) {                  


.full-width-split__two {
      padding: 0px 40px;
      -webkit-flex-basis:50%;
          -ms-flex-preferred-size:50%;
              flex-basis:50%
  }
  }                  


/*row*/                  


.full-width-split-row{
  padding-bottom: 40px;

}                  


@media (min-width: 960px) {                  


.full-width-split-row{
    padding-bottom: 0px

}
  }                  


.full-width-split-row:last-child {
  padding-bottom: 40px;
}                  


/*right*/                  


@media (min-width: 960px) {                  


.full-width-split-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
  }                  


.full-width-split-right__one {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top:20px;
  }                  


@media (min-width: 960px) {                  


.full-width-split-right__one {
      padding: 0px 0;
      -webkit-flex-basis:50%;
          -ms-flex-preferred-size:50%;
              flex-basis:50%
  }
  }                  


.full-width-split-right__one img {
  display: block;
  margin:0 auto;
  }                  


.full-width-split-right__two {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }                  


@media (min-width: 960px) {                  


.full-width-split-right__two {
      padding: 2rem 40px 0 0;
      -webkit-flex-basis:50%;
          -ms-flex-preferred-size:50%;
              flex-basis:50%;
      text-align:left
  }
  }                  


/*left*/                  


.full-width-split-left__one {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top:20px;
  }                  


@media (min-width: 960px) {                  


.full-width-split-left__one {
      padding: 0px 0;
      width:50%;
      float: left
  }
  }                  


.full-width-split-left__one img {
  display: block;
  margin:0 auto;
  }                  


.full-width-split-left__gallery {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top:20px;
    position: relative;
    background-color: #000;
  }                  


@media (min-width: 960px) {                  


.full-width-split-left__gallery {
      padding: 0px 0;
      width:50%;
      float: left
  }
  }                  


.full-width-split-left__gallery img {
  display: block;
  margin:0 auto;
  opacity: .33;
  
  }                  


.full-width-split-left__two {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }                  


@media (min-width: 960px) {                  


.full-width-split-left__two {
      padding: 2rem 0px 0 40px;
      width:50%;
      float: right;
      text-align:left
  }
  }                  


.full-width-bg__hmainc_sec {
    padding: 10px 0 0;
  }                  


@media (min-width: 960px) {                  


.full-width-bg__hmainc_sec {
      padding: 15px 0
  }
  }                  


@media (min-width: 1350px) {                  


.full-width-bg__hmainc_sec {
      padding: 100px 0
  }
  }                  


.full-width-bg__hmainc_sec_title {
    padding: 10px 0 20px;
    text-align: center;
  }                  


@media (min-width: 960px) {                  


.full-width-bg__hmainc_sec_title {
      padding: 15px 0 25px
  }
  }                  


@media (min-width: 1350px) {                  


.full-width-bg__hmainc_sec_title {
      padding: 25px 0 50px
  }
  }                  


.full-width-bg__hmain_sec_minus {
    margin-top: -133px;
  }                  


.container-width__hmainc_sec_content {
		padding: 20px 0 10px;
	}                  


@media (min-width: 960px) {                  


.container-width__hmainc_sec_content {
			padding: 30px 0 15px
	}
  }                  


@media (min-width: 1350px) {                  


.container-width__hmainc_sec_content {
			padding: 50px 0 25px
	}
  }                  


.contact-form {
	outline: none; 

}                  


.contact-form__body {
		-webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
		        box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
		padding: 40px;
		margin: 0 auto;
		background-color: #fff;
		max-width: 500px
	}                  


.contact-form__container_inner {
		padding: 25px 0;
	}                  


.contact-form__title {
		font-family: "Roboto-Light",sans-serif;
		font-size: 35px;
	}                  


.contact-form__sr-only {
		/*position: absolute;*/
		display: none;
		position: relative;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
		font-family: "Roboto-Light",sans-serif;
		font-size: 21px;
	}                  


.contact-form__group {
		margin-bottom: 10px;
	}                  


.contact-form__datumpo {
		padding-right: 0;
	}                  


.contact-form__help-block {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		color: #cbcbcb;
	}                  


.contact-form__control {
		display: block;
		width: 100%;
		/*height: 25px;*/
		padding: 12px;
		font-size: 18px;
		line-height: 1.42857143;
		background-color: #e4e4e3;
		background-image: none;
		border: none;
		/*border-bottom: 1px solid #1F345F;*/
	}                  


.contact-form__control::-webkit-input-placeholder { 
		color:#0656a4;
		text-align: left;
		font-size: 18px;
		font-style: italic;
    }                  


.contact-form__control:-ms-input-placeholder { 
		color:#0656a4;
		text-align: left;
		font-size: 18px;
		font-style: italic;
    }                  


.contact-form__control::-ms-input-placeholder { 
		color:#0656a4;
		text-align: left;
		font-size: 18px;
		font-style: italic;
    }                  


.contact-form__control::placeholder { 
		color:#0656a4;
		text-align: left;
		font-size: 18px;
		font-style: italic;
    }                  


textarea.contact-form__control { 
		height: auto;
    }                  


select.contact-form__control {
    	-webkit-appearance:none;
    	   -moz-appearance:none;
    	        appearance:none;
    	background: transparent;

  background-image: url("data:image/svg+xml;utf8,<svg style='stroke-width: 0px; background-color:%23727376;' fill='white' height='42' viewBox='0 0 32 33' width='38' xmlns='http://www.w3.org/2000/svg'><path d='M16.003 18.626l7.081-7.081L25 13.46l-8.997 8.998-9.003-9 1.917-1.916z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
 border: none;

background-color: #ebe9e0;
text-align: left;
padding-right: 50px;
font-style: italic;
font-size: 20px;
color: rgb(114, 115, 117);
color: rgba(114, 115, 117, .5);
height: 37px;
border-radius: 0;
    }                  


select.contact-form__control option:first-child {
     text-align: left;
    }                  


select.contact-form__control option{
     color: #727376;
     text-align: left;
     font-style: normal;
     padding: 6px 0px 0px;
    }                  


.contact-form__sendbutton {
	line-height: 22px;
    width: 290px;
    height: 45px;
}                  


.contact-form__sendbuttonspan {
	font-size: 23px;
}                  


.contact-form__sendbutton i{
font-size: 40px;
vertical-align: middle;
padding: 0 0 0 20px;
}                  


.contact-form__sendbutton input{
	line-height: 1.35;

}                  


input, 
textarea, 
select {
	outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}  