 /**
 * Table of Contents:
 *
 * 1.0 - Reset & Normalize
 * 2.0 - Structure & Global
 * 3.0 - Header
 * 4.0 - Footer
 * 7.0 - Single
 * 8.0 - Page
 * 9.0 - Archive
 * 10.0 - Grid
 * 16.0 - Media Queries
 * 17.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset & Normalize
 * ----------------------------------------------------------------------------
 */



  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin-ext');
  @import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&subset=latin-ext');



/**
 * Reset default browser CSS.
 * Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  width: 100%;
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #59391f;
  background-color: #f1edc9;

  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  }

  body.term-samo-voce, body.single-product{
    background: url('../images/pozadina_papir_natur.jpg');
  }

  body.term-sto-posto, body.single-product{
    background: url('../images/pozadina_papir_natur_100.jpg');
  }



h1, h2, h3, h4, h5, h6,
#main h1, h2, h3, h4, h5, h6,
.sidebar h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%; }
  h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, h5, h5 a, h5 a:hover, h5 a:visited, h6, h6 a, h6 a:hover, h6 a:visited,
  #main h1,
  #main h1 a,
  #main h1 a:hover,
  #main h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, h5, h5 a, h5 a:hover, h5 a:visited, h6, h6 a, h6 a:hover, h6 a:visited,
  .sidebar h1,
  .sidebar h1 a,
  .sidebar h1 a:hover,
  .sidebar h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, h5, h5 a, h5 a:hover, h5 a:visited, h6, h6 a, h6 a:hover, h6 a:visited {
    color: #59391f; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1 {
  margin-bottom: 35px; }

h2, h3, h4, h5, h6 {
  margin-bottom: 25px; }

p {
  margin-bottom: 25px; }

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #012025; }

a:focus {
  outline: none; }

a > img {
  border: none;
  /* IE */ }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic;
  font-weight: lighter; }

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

input,
input:focus,
textarea,
textarea:focus {
  outline: none; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='number'],
input[type='color'],
input[type='search'],
textarea {
  padding: 5px 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  border: none;
  
  /* iphone safari fix */
  -webkit-appearance: none;
  border-radius: 10px;
  max-width: 100%;
  background: #e7d4b6; }

.button,
a.button,
.button a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-size: 18px;
  background-color: #e44a38;
  border-radius: 10px;
  max-width: 100%;
  /* iphone safari fix */
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
   }

select {
  border-width: 1px;
  border-style: solid;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  padding: 5px;
  max-width: 100%; }

ul, li, div, aside, span, table,
thead, tbody, tfoot, tr, td, th, form, input, p, article {
  border-color: inherit;
  color: inherit; }

ins {
  text-decoration: none; }

address {
  font-style: italic; }

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  background-color: #F2F2F2;
  font-family: monospace;
  padding: 10px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

cite {
  font-style: italic; }

mark {
  background-color: transparent;
  color: inherit; }

blockquote, q {
  border-left: 2px solid #a0a0a0;
  font-style: italic;
  padding-left: 25px; }

table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%; }

::selection {
  color: #fff;
  background-color: #aecb35; }

::-moz-selection {
  color: #fff;
  background-color: #aecb35; }

  .height-80{
    height: 80px;
    display: block;
  }

/* =Embeds
----------------------------------------------- */
embed,
iframe,
object,
video {
  max-width: 100%;
  vertical-align: bottom; }

/* =Utils
----------------------------------------------- */
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.content-right {
  float: right; }

.content-left {
  float: left; }

.social-share-buttons .fa {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.social-share-buttons .fa:hover.fa-twitter {
  background-color: #00aced; }
.social-share-buttons .fa:hover.fa-google-plus {
  background-color: #dd4b39; }
.social-share-buttons .fa:hover.fa-facebook, .social-share-buttons .fa:hover.fa-facebook-square {
  background-color: #3b5998; }
.social-share-buttons .fa:hover.fa-linkedin {
  background-color: #007bb6; }

/**
 * 2.0 Structure & Global
 * ----------------------------------------------------------------------------
 */
#wrapper {
  overflow: hidden; }

.single #content {
  padding-left: 0;
  padding-right: 0; }

  #content{
    margin-bottom: 20px;
  }

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */
/* =Page Header
----------------------------------------------- */
#page-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 50%;
  max-height: 50vh; }
  #page-header > img {
    width: 100%;
    height: auto; }
  #page-header h1 {
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    background-color: #7589b4;
    background-color: rgba(117, 137, 180, 0.8);
    width: 100%;
    position: absolute;
    bottom: 70px; }
  #page-header.featured-header {
    text-align: center; }
    #page-header.featured-header .page-header-content {
      display: inline-block;
      position: absolute;
      bottom: 20px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      #page-header.featured-header .page-header-content h1 {
        color: #58585b;
        position: static;
        bottom: auto;
        background-color: transparent; }
    #page-header.featured-header .featured-text {
      font-size: 80px;
      font-weight: bold;
      color: #012025; }

/* =Hero image section
----------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .hero img {
    width: 100%;
    height: auto; }
  .hero .hero-title {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -284;
    text-transform: uppercase;
    color: #fff;
    font-size: 82px;
    text-align: center;
    line-height: 152px;
    width: 566px;
    height: 152px;
    background-image: url("../images/brush-stroke-blue-single.png");
    background-repeat: no-repeat; }
  .hero.skin-yellow .hero-title {
    background-image: url("../images/brush-stroke-yellow-single.png"); }



.term-samo-voce .hero.proizvod{
  background: none;
  margin-bottom: 60px;
  
}



/* =Main Menu
----------------------------------------------- */
.menu-wrap {
  width: 100%;
  font-family: "Oswald", sans-serif;
  background-color: #f31335;
  /* BEGIN: sticky menu */
  /* END: sticky menu */ }
  .menu-wrap .logo {
    display: inline-block;    
    position: absolute;
    left: 0;
    z-index: 999;
    -webkit-animation: logoani 0.7s;
    -moz-animation: logoani 0.7s;
    animation: logoani 0.7s;
    transition-timing-function: ease-in;
   }


   @-webkit-keyframes logoani {
      0%   { top: -150px; }
      100% { top: 0; }
    }

    @-moz-keyframes logoani {
      0%   { top: -150px; }
      100% { top: 0; }
    }

    @keyframes logoani {
      0%   { top: -150px; }
      100% { top: 0; }
    }


      .ubermenu-nav > li > .ubermenu-target,
      .ubermenu-nav > li > a,
      .ubermenu-navli > a:visited,
      .ubermenu-nav > li > a:hover {
        font-weight: 500;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px; }

        .ubermenu-submenu{
          font-size: 16px;
          color: #f30c28;
        }
 
  .menu-wrap.menu-sticky {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: -300px;
    -webkit-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    -moz-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    -o-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    -ms-transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1);
    transition: all 0.33s cubic-bezier(0.06, 0.51, 0.7, 1); }
  .menu-wrap.sticky.sticky-animate {
    top: 0; }
  .menu-wrap.scrolled {
    padding-top: 0;
    padding-bottom: 0;
    }
  
      .menu-wrap.scrolled .logo img {
        max-height: 80px;
        width: auto; }
    .menu-wrap.scrolled #ubermenu li {
      padding-top: 15px;
      padding-bottom: 15px; }

.admin-bar .menu-wrap.sticky-animate {
  top: 32px; }

#breadcrumbs-bar {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background-color: #aecb35; }
  #breadcrumbs-bar, #breadcrumbs-bar a, #breadcrumbs-bar a:hover, #breadcrumbs-bar a:visited {
    color: #fff; }

  #ubermenu-main-2 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-item > .ubermenu-target, #ubermenu-main-2 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-parent > .ubermenu-target, #ubermenu-main-2 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-ancestor > .ubermenu-target {
  background-color: #f30c28;
  color: #ffffff;
}

#ubermenu-main-2 .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target{
  background-color:#f30c28 ;
  color: #fff;
}

#ubermenu-main-2  .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
  background-color:#fff ;
  color: #f30c28;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

/* engleski menu */

  #ubermenu-main-123 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-item > .ubermenu-target, #ubermenu-main-123 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-parent > .ubermenu-target, #ubermenu-main-123 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-ancestor > .ubermenu-target {
  background-color: #f30c28;
  color: #ffffff;
}

#ubermenu-main-123 .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target{
  background-color:#f30c28 ;
  color: #fff;
}



#ubermenu-main-123  .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
  background-color:#fff ;
  color: #f30c28;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#ubermenu-main-123 .ubermenu-submenu-id-2154{
  border: none;
}


/*kraj engleskog */

/*ruski podmeni*/

#ubermenu-main-159 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-item > .ubermenu-target, #ubermenu-main-159 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-parent > .ubermenu-target, #ubermenu-main-159 .ubermenu-submenu .ubermenu-tab.ubermenu-current-menu-ancestor > .ubermenu-target {
  background-color: #f30c28;
  color: #ffffff;
}

#ubermenu-main-159 .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target{
  background-color:#f30c28 ;
  color: #fff;
}



#ubermenu-main-159  .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
  background-color:#fff ;
  color: #f30c28;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#ubermenu-main-159 .ubermenu-submenu-id-3624{
  border: none;
}

/* kraj ruskog podmenija */

.container .ubermenu-skin-black-white-2.ubermenu-responsive-toggle{
  background-color:#f30c28 ;
  color: #fff;
  border: none;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.container .ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover{
  background-color:#f30c28 ;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.ubermenu-target{
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#ubermenu-main-2 .ubermenu-submenu > .ubermenu-tabs > .ubermenu-tabs-group .ubermenu-tab .ubermenu-tab-content-panel  .ubermenu-tab:hover > .ubermenu-target{
  background: #f65770;
}

#ubermenu-main-2 .ubermenu-submenu > .ubermenu-tabs > .ubermenu-tabs-group .ubermenu-tab .ubermenu-tab-content-panel  li.ubermenu-tab ul.ubermenu-tab-content-panel .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target{
    background: #f87d90;

}

#ubermenu-main-123 .ubermenu-submenu > .ubermenu-tabs > .ubermenu-tabs-group .ubermenu-tab .ubermenu-tab-content-panel  .ubermenu-tab:hover > .ubermenu-target{
  background: #f65770;
}

#ubermenu-main-123 .ubermenu-submenu > .ubermenu-tabs > .ubermenu-tabs-group .ubermenu-tab .ubermenu-tab-content-panel  li.ubermenu-tab ul.ubermenu-tab-content-panel .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target{
    background: #f87d90;

}

.ubermenu-target-description{
  display: none !important;
}


/**
* 4.0 Footer
* ----------------------------------------------------------------------------
*/
#footer {
  
  
  background-color: #e7d4b6;
  border-top: 4px solid #fff;
  margin-top: 20px;
  clear: both;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }
  
  #footer, #footer a, #footer a:visited, #footer a:hover {
    color: #e44a38; }
  #footer h1, #footer h1 a, #footer h1 a:visited, #footer h1 a:hover,
  #footer h2, #footer h2 a, #footer h2 a:visited, #footer h2 a:hover,
  #footer h3, #footer h3 a, #footer h3 a:visited, #footer h3 a:hover,
  #footer h4, #footer h4 a, #footer h4 a:visited, #footer h4 a:hover,
  #footer h5, #footer h5 a, #footer h5 a:visited, #footer h5 a:hover,
  #footer h6, #footer h6 a, #footer h6 a:visited, #footer h6 a:hover {
    color: #e44a38; }
  #footer .container {
    position: relative; }
  #footer #logo-footer {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase; }
  #footer #footer-social-menu-wrap {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px; }
    #footer #footer-social-menu-wrap li {
      display: inline-block;
      margin-left: 10px; }
      #footer #footer-social-menu-wrap li:first-child {
        margin-left: 0; }
  #footer #copyright {
    margin: 5px 0;
    font-size: 14px;
    text-align: center; }

/* =Social sections
----------------------------------------------- */
.social-section, .social-section a, .social-section a:hover, .social-section a:visited,
.social-section .social-title,
.social-section .social-subtitle {
  color: #fff; }
.social-section .social-title {
  margin-bottom: 10px; }
.social-section .social-subtitle {
  font-weight: 300;
  margin-bottom: 55px; }

  .product-wrapper-list .social-link{
    display: inline-block;
    position: relative;
    top: -2px;
    
  }

  .product-wrapper-list .social-sharing-icon{
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    margin: 0 4px;
  }


  .single-product .product-wrapper-list .social-sharing-icon, .term-sto-posto .product-wrapper-list .social-sharing-icon{
    color: #59391f;
  }

  .page-id-1623 a.kontakt-lin{
    font-size: 26px;
    color: #59391f;
  }

  



/* =Facebook section
----------------------------------------------- */
.social-facebook {
  margin-top: 200px;
  padding-top: 20px;
  padding-bottom: 200px;
  background-color: #2b4689;
  position: relative; }
  .social-facebook:before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    top: -120px;
    left: 0;
    background-color: inherit;
    -webkit-transform: skewY(3.5deg);
    -moz-transform: skewY(3.5deg);
    -ms-transform: skewY(3.5deg);
    -o-transform: skewY(3.5deg);
    transform: skewY(3.5deg);
    transform-origin: 0;
    -webkit-box-shadow: 0px -18px 24px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px -18px 24px rgba(50, 50, 50, 0.25);
    box-shadow: 0px -18px 24px rgba(50, 50, 50, 0.25); }
  .social-facebook .fb-items {
    margin-top: 50px; }
    .social-facebook .fb-items .fb-item {
      transition: all 0.3s;
      transition-timing: ease-in-out;
      text-align: center; }
      .social-facebook .fb-items .fb-item img {
        width: 80%; }
      .social-facebook .fb-items .fb-item:hover {
        transform: rotate(15deg); }
      .social-facebook .fb-items .fb-item:nth-child(2) {
        margin-top: -30px; }
        .social-facebook .fb-items .fb-item:nth-child(2):hover {
          transform: rotate(-15deg); }

/* =Instagram section
----------------------------------------------- */
.social-instagram {
  margin-top: -100px;
  padding-top: 75px;
  background-color: #f57421;
  position: relative;
  /* Instagram Fruit */ }
  .social-instagram:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    background-color: inherit;
    -webkit-transform: skewY(-1.8deg);
    -moz-transform: skewY(-1.8deg);
    -ms-transform: skewY(-1.8deg);
    -o-transform: skewY(-1.8deg);
    transform: skewY(-1.8deg);
    transform-origin: 100%; }
  .social-instagram,
  .social-instagram h2,
  .social-instagram h4, .social-instagram a, .social-instagram a:hover, .social-instagram a:visited {
    color: #fff; }
  .social-instagram h2,
  .social-instagram h4 {
    text-align: right; }
  .social-instagram .news-fruit {
    display: block;
    position: absolute;
    top: -150px;
    left: 0; }

/* =Instagram feed plugin section
----------------------------------------------- */
.sbi_item .sbi_photo_wrap:after {
  font-family: "FontAwesome";
  content: "\f004";
  font-size: 52px;
  color: #f57421;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.2);
  -moz-transform: translate3d(-50%, -50%, 0) scale(0.2);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.2);
  -o-transform: translate3d(-50%, -50%, 0) scale(0.2);
  transform: translate3d(-50%, -50%, 0) scale(0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.sbi_item:hover .sbi_photo_wrap:after {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1); }

.sbi_item a {
  position: relative;
  opacity: 1 !important;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .sbi_item a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    display: none; }
.sbi_item:hover a {
  z-index: 2;
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  -o-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg); }
  .sbi_item:hover a:after {
    opacity: 1;
    display: block; }

#sbi_load {
  display: none; }

/* =Default Product Styling
----------------------------------------------- */

.products {

  
  margin-bottom: 30px;
  position: relative; }
  .products .product {
    margin: 0 10px 10px 10px;
    text-align: center;
    position: relative; }
 
    .products .product .product-image {
      padding: 20px;
    }
    .products .product .product-image .bottle-big {
      max-width: 100%; }
    .products .product .product-image .bottle-small {
      max-width: 100%; }
    
      transition: all .2s ease-in-out; }
      .products .product .product-content-wrap .product-title {
        font-size: 38px; }
        .products .product .product-content-wrap .product-title, .products .product .product-content-wrap .product-title a, .products .product .product-content-wrap .product-title a:hover, .products .product .product-content-wrap .product-title a:visited {
          color: #59391f; }
 
  .products .floating-fruit {
    display: block;
    position: absolute; }

    .brand.samovoce{
      background:none;
      font-size: 14px;
      color: #59391f;
    }

    .single-product .brand.samovoce{
      margin-top: 20px;
    }


    .brand.samovoce h2{
        text-align: center;
        color: #59391f;
        font-size: 46px;
        letter-spacing: 2px;
    }

  .product-package{
   

  }

  .product-package h4{
    color: #fff;
  }

  .term-sto-posto .product-package h4, .single-product .product-package h4{ 
    color:#59391f;
  }

  .product-package span{
    display: inline-block;
    margin: 10px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;

  }

  .term-sto-posto .product-package span, .single-product .product-package span {
     color:#59391f;
  }


/* = Hello Product
----------------------------------------------- */



/* =Natura Product
----------------------------------------------- */
.tax-product_category.term-hello-natura {
  background-image: none; }

.products-natura .product .bottle-big {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
/*.products-natura .product:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  z-index: 0;
  width: 120%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../images/products/bg-natura-leafs.png");
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7); }*/
/*
.products-natura .product:hover .bottle-big {
  -webkit-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  -ms-transform-origin: 20% 40%;
  -webkit-transform-origin: 20% 40%;
  transform-origin: 50% 100%; }*/

.products-natura .product:hover .bottle-big{
  
  filter: brightness(120%);
  opacity: .9;
}


  .products-natura .product-content-wrap .product-title {
    font-size: 18px;
    color: #1f1c1c; }
    .products-natura .product-desc, .products-natura .product-terms{
      display: none;
    }


/* =Ice Tea Product
----------------------------------------------- */
.tax-product_category.term-hello-fruit-tea {
  background-image: none; }

.products-ice-tea .products {
  padding-bottom: 75px; }
.products-ice-tea .product .bottle-big {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }


  .products-ice-tea .product-content-wrap .product-title {
    font-size: 38px;
    color: #1f1c1c; }
.products-ice-tea .floating-fruit.fruit-left {
  top: 600px;
  left: -50px; }
.products-ice-tea .floating-fruit.fruit-bottom {
  bottom: -170px;
  left: 50%;
  margin-left: -192px; }

/**
 * 7.0 Single
 * ----------------------------------------------------------------------------
 */



.single-post #content {
  padding-top: 50px;
  padding-bottom: 80px; }

.entry-title {
  margin-bottom: 20px;
  font-size: 40px;
  color: #f30c28; }

.entry-meta {
  margin-top: 15px;
  font-size: 14px;
  padding-bottom: 15px;
  position: relative; }
  .entry-meta:before {
    content: "";
    width: 115px;
    height: 2px;
    background-color: #9c9c9c;
    position: absolute;
    bottom: 0;
    left: 0; }

.entry-content {
  margin-top: 100px;
  word-wrap: break-word; }
  .entry-content blockquote, .entry-content q {
    line-height: 175%;
    padding: 5px 25px;
    border-left: 2px solid #f67321;
    border-right: 2px solid #f67321; }
  .entry-content p,
  .entry-content ul,
  .entry-content ol,
  .entry-content table,
  .entry-content dl,
  .entry-content pre,
  .entry-content address,
  .entry-content pre,
  .entry-content blockquote, .entry-content q,
  .entry-content .wp-caption {
    margin-bottom: 25px; }
  .entry-content .wp-caption {
    max-width: 100% !important; }
  .entry-content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .entry-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .entry-content .alignleft {
    float: left; }
  .entry-content .alignright {
    float: right; }
  .entry-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .entry-content img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .entry-content img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .entry-content img.aligncenter {
    display: block;
    margin: 5px auto;
    text-align: center;
    clear: both; }
  .entry-content img.alignnone {
    margin: 5px 0; }
  .entry-content img.size-full,
  .entry-content img.size-large,
  .entry-content img.wp-post-image {
    max-width: 100%;
    height: auto; }

/* =Gallery
----------------------------------------------- */
.entry-content .gallery dd {
  margin-bottom: 0px; }

.gallery {
  margin-bottom: 20px;
  margin-left: -10px;
  overflow: hidden; }

.gallery dl {
  margin-bottom: 0; }

.gallery img {
  width: 100%;
  vertical-align: bottom; }

.gallery-item {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px !important; }

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px; }

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center; }

.gallery-columns-1 .gallery-item {
  width: 75%;
  width: -webkit-calc(75% - 10px);
  width: calc(75% - 10px); }

.gallery-columns-2 .gallery-item {
  width: 48%;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px); }

.gallery-columns-3 .gallery-item {
  width: 31%;
  width: -webkit-calc(33% - 10px);
  width: calc(33% - 10px); }

.gallery-columns-4 .gallery-item {
  width: 23%;
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px); }

.gallery-columns-5 .gallery-item {
  width: 19%;
  width: -webkit-calc(20% - 10px);
  width: calc(20% - 10px); }

.gallery-columns-6 .gallery-item {
  width: 15%;
  width: -webkit-calc(16.6% - 10px);
  width: calc(16.6% - 10px); }

.gallery-columns-7 .gallery-item {
  width: 13%;
  width: -webkit-calc(14.28% - 10px);
  width: calc(14.28% - 10px); }

.gallery-columns-8 .gallery-item {
  width: 11%;
  width: -webkit-calc(12.5% - 10px);
  width: calc(12.5% - 10px); }

.gallery-columns-9 .gallery-item {
  width: 9%;
  width: -webkit-calc(11.1% - 10px);
  width: calc(11.1% - 10px); }

.gallery-columns-10 .gallery-item {
  width: 8%;
  width: -webkit-calc(10% - 10px);
  width: calc(10% - 10px); }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%; }

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 8.0 Page
 * ----------------------------------------------------------------------------
 */
/* =About Us
----------------------------------------------- */
#video-bg .ytplayer-container {
  display: none; }
#video-bg.loaded .entry-title {
  display: none; }
#video-bg.loaded .ytplayer-container {
  display: block; }

.about-intro {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url("../images/fruvita-logo.png");
  background-repeat: no-repeat;
  background-position: center 30%;
  position: relative; }
  .about-intro .news-wrap-fruit {
    display: block;
    position: absolute;
    top: -150px;
    left: -200px; }

.about-values {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-color: #50b7e3;
  background-image: url("../images/pattern-fruit-blue.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  position: relative; }
  .about-values, .about-values a:hover, .about-values a:visited,
  .about-values h1, .about-values h2, .about-values h3, .about-values h4, .about-values h5, .about-values h6 {
    color: #fff; }
  .about-values .values-title {
    margin-bottom: 50px; }
  .about-values .container {
    position: relative; }
  .about-values .news-wrap-fruit.fruit-left {
    display: block;
    position: absolute;
    top: 0;
    left: -200px; }

.about-bottom {
  position: relative; }
  .about-bottom .container {
    padding-top: 150px;
    padding-bottom: 200px; }
  .about-bottom .bottom-title {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 64px;
    color: #26a5de;
    position: relative; }
    .about-bottom .bottom-title:before {
      content: "";
      width: 115px;
      height: 2px;
      background-color: #9c9c9c;
      position: absolute;
      bottom: 0;
      left: 0; }
  .about-bottom .bottom-img {
    width: 348px;
    height: 438px;
    position: absolute;
    bottom: -20px;
    right: 60px;
    z-index: 2;
    pointer-events: none;
    background-image: url("../images/about-bottom.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center 100%; }
  .about-bottom .bottom-img-leafs {
    content: "";
    display: block;
    position: absolute;
    bottom: 46px;
    right: 0;
    z-index: 0;
    width: 467px;
    height: 104px;
    background-image: url("../images/about-bottom-leafs.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center 100%;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    transform-origin: 100%; }
  .about-bottom .container {
    position: relative; }
  .about-bottom .news-wrap-fruit.fruit-left {
    display: block;
    position: absolute;
    top: 30%;
    left: -75px; }
  .about-bottom .news-wrap-fruit.fruit-right {
    display: block;
    position: absolute;
    top: -100px;
    right: -50px; }

/**
 * 9.0 Archive
 * ----------------------------------------------------------------------------
 */
.news-archive.news-items {
  margin-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/leaf-bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom; }
  .news-archive.news-items:after {
    display: none; }
  .news-archive.news-items .news-wrap:first-child .news-content {
    padding-bottom: 0; }
  .news-archive.news-items .news-wrap:first-child .news-img {
    margin-top: 0; }

/* =404
----------------------------------------------- */
.error404 #content {
  padding-top: 50px;
  padding-bottom: 80px; }
.error404 #post-0 {
  text-align: center; }
  .error404 #post-0 .entry-title {
    font-size: 50px; }
  .error404 #post-0 .entry-content {
    margin-bottom: 40px; }

/**
 * 10.0 Grid
 * ----------------------------------------------------------------------------
 */
/**
 * 11.0 Front page
 * ----------------------------------------------------------------------------
 */
.news-items {
  position: relative; }
  .news-items:after {
    display: block;
    content: "";
    width: 1px;
    background-color: #7f7f7f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px; }
  .news-items .news-item {
    padding-bottom: 80px;
    position: relative; }
  .news-items .news-img,
  .news-items .news-content {
    padding-left: 25px;
    padding-right: 25px; }
  .news-items .news-img {
    text-align: center; }
  .news-items .even .news-img {
    float: right; }
  .news-items .even .news-content {
    text-align: right; }
  .news-items .even .news-item-excerpt:before {
    right: 0;
    left: auto; }
  .news-items .news-item-title {
    margin-bottom: 0; }
    .news-items .news-item-title, .news-items .news-item-title a, .news-items .news-item-title a:hover, .news-items .news-item-title a:visited {
      color: #f67321; }
  .news-items .news-item-meta {
    margin-top: 15px;
    font-size: 14px; }
    .news-items .news-item-meta, .news-items .news-item-meta a, .news-items .news-item-meta a:hover, .news-items .news-item-meta a:visited {
      color: #000; }
  .news-items .news-item-excerpt {
    margin-top: 15px;
    padding-top: 25px;
    position: relative; }
    .news-items .news-item-excerpt:before {
      content: "";
      width: 115px;
      height: 2px;
      background-color: #9c9c9c;
      position: absolute;
      top: 0;
      left: 0; }
  .news-items .news-item-more {
    margin-top: 30px;
    display: inline-block; }

/* News Fruit */
.home .news-items {
  margin-top: 20px;
    /*
  .fruit-left{
    position: absolute;
    top: -100px;
    left: -150px;
    z-index: 2;
  }

  .fruit-bottom {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    z-index: 2;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  */ }
  .home .news-items .fruit-top {
    display: block;
    position: absolute;
    top: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
.home .news-item:first-child .news-content {
  padding-bottom: 100px; }
.home .news-item:first-child .news-fruit {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 120px;
  width: 200px; }
.home .news-item:nth-child(2) .news-fruit {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 150px; }
.home .news-item:nth-child(3) .news-content {
  padding-bottom: 200px; }
.home .news-item:nth-child(3) .news-fruit {
  display: block;
  position: absolute;
  bottom: 80px;
  right: 230px; }

/* Sliding separator */
.sliding-u-l-r {
  padding-bottom: 5px;
  position: relative; }
  .sliding-u-l-r:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid transparent;
    width: 0;
    transition: 0.2s ease;
    white-space: nowrap;
    height: 3px; }
  .sliding-u-l-r:hover:after {
    border-bottom: 3px solid #f67321;
    width: 100%; }

.home .social-facebook {
  margin-top: 90px; }

.page-template-template-product .entry-content,
.single-product .entry-content {
  padding-top: 100px;
  padding-bottom: 150px; }

/* =Product
----------------------------------------------- */
.nutrition-values {
  text-align: center; }

.nutrition-bar-wrap {
  margin-bottom: 50px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: inline-block;
  vertical-align: top; }
  .nutrition-bar-wrap .nutrition-bar {
    width: 50px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7e787;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .nutrition-bar-wrap .nutrition-bar span {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: height 0.5s;
      -moz-transition: height 0.5s;
      -ms-transition: height 0.5s;
      -o-transition: height 0.5s;
      transition: height 0.5s;
      background-color: #7ec241; }
  .nutrition-bar-wrap .nutrition-value {
    margin-top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #7ec241;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .nutrition-bar-wrap .nutrition-value.kcal {
      padding-top: 8px;
      line-height: 1;
      font-size: 10px; }
      .nutrition-bar-wrap .nutrition-value.kcal span {
        margin-top: 5px;
        margin-bottom: 5px;
        display: block; }
  .nutrition-bar-wrap.red .nutrition-bar span,
  .nutrition-bar-wrap.red .nutrition-value {
    background-color: #ef5724; }
  .nutrition-bar-wrap.blue .nutrition-bar span,
  .nutrition-bar-wrap.blue .nutrition-value {
    background-color: #26a5de; }
  .nutrition-bar-wrap .nutrition-label {
    margin-top: 30px;
    height: 50px;
    color: #6d6e70;
    text-align: center; }
    .product-wrapper-list .container{
      max-width: 940px;
    }

    .product-wrapper-list{
      background: #f49d2c;
      padding: 40px;
      margin-bottom: 30px;

    }

     .products .height-80{
      background: #f49d2c;
    }

    .hero.proizvod{
      margin-bottom: 0;
    }

    .term-hello .product-wrapper-list, .term-hello .products .height-80, .term-hello .hero.proizvod{
      background: #3FC1EE;
    }

    .term-hello .brand-wrapper{
      background: #f6983e;
      
    }

     .term-hello .brand-wrapper ul{
      text-align: center;
      
     }

     .term-hello .brand-wrapper li{
      
      line-height: 35px;
      vertical-align: top;
      display: inline-block;
      margin:5px 0;
    
    }

     .term-hello .brand-wrapper li::before { 
      content: url(../images/listici.png);
      margin-top: 5px;
      position: relative;
      vertical-align: top;
      display: inline-block;
      margin-right: 10px;
      }

    

    

    .term-primavera .product-wrapper-list, .term-primavera .products .height-80, .term-primavera .hero.proizvod, .term-primavera .brand-wrapper{
      background: #c5cd4b;
    }

    .term-vocna-dolina .product-wrapper-list, .term-vocna-dolina .products .height-80, .term-vocna-dolina .hero.proizvod, .term-vocna-dolina .brand-wrapper{
      background: #f4bc5a;
    }

    .vc_tta.vc_general .vc_tta-panel.invisible{
      display: none !important;
    }

    .brand-wrapper .container{
      padding: 20px 0;
      max-width: 940px;
      color: #fff;
    }

 

    

    .single-product .product-wrapper-list, .feature-item span, .term-sto-posto .product-wrapper-list{
      background: none;
    }

    

    .single-product .products .height-80, .term-sto-posto .product-wrapper-list, .term-sto-posto .products .height-80{
      background: none;
    }

    .product-wrapper-list h2.product-title{
      text-align: left;
      color: #fff;
      font-size: 46px;
      letter-spacing: 2px;
    }

    .single-product .product-wrapper-list h2.product-title, .term-sto-posto .product-wrapper-list h2.product-title{
        color: #59391f;    
    }    

    .product-wrapper-list .product-desc{
      color: #fff;
      font-size: 14px;
      text-align: justify;
    }

    .single-product .product-wrapper-list .product-desc, .term-sto-posto .product-wrapper-list .product-desc{
      color: #59391f; 
    }

    .product-content-wrap{
      padding-top: 10px;
      
    }

    .brand-desc{
      text-align: justify;

    }

    .brand-image{
      text-align: center;
    }

   

    .feature-item{
      width: 67px;
      height: 100px;
      float: left;
      margin-right: 10px;
    }

    .feature-item img{
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
    }

    .feature-item span{
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      text-align: center;
      display: block;
      margin-top: 2px;
    }

    .single-product .feature-item span, .term-sto-posto .feature-item span{
      color: #59391f; 
    }

    .page-id-14 .container{
      max-width: 940px;
      text-align: justify;
    }

    .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form-control.wpcf7-textarea {

      width: 90%;
      border-radius: 5px;
    }

    .wpcf7-form





/* =Product Carousel
----------------------------------------------- */


.hlo-owl-carousel {
  padding-left: 80px;
  padding-right: 80px; }

.hlo-carousel-wrap .container {
  position: relative; }
.owl-next, .owl-prev {
  display: inline-block;
  width: 50px;
  height: 100px;
  /*cursor: pointer;*/
  text-align: center;
  color:transparent !important;
  text-decoration: none !important;
  position: absolute;
  top: 30%;
  z-index: 9;
  background-repeat: no-repeat; }




.owl-prev {
  left: 10px;
  background-image: url("../images/arrow-prev.png"); }
.owl-next {
  right: 10px;
  background-image: url("../images/arrow-next.png"); }



.owl-item img{
  display: block;
  width: 100%;
  height: auto;
}


    .owl-item img:hover {
        filter: brightness(120%);
        opacity: .9;
    }


.hlo-carousel-wrap h2.product-title{
  font-size: 16px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.carousel-title{
  background: #f49d2c;
  padding: 20px;
  color: #fff;
}



/* TAG&TELL */

#ff-stream-1 .ff-userpic, #ff-stream-2 .ff-userpic, #ff-stream-3 .ff-userpic{
  margin: 0 20px 0 0;
  float: left;
}

#ff-stream-1 .ff-item-meta h6, #ff-stream-2 .ff-item-meta h6, #ff-stream-3 .ff-item-meta h6{
  float: left;
}

#ff-stream-1 .ff-layout-grid .ff-item .ff-img-holder img, #ff-stream-2 .ff-layout-grid .ff-item .ff-img-holder img, #ff-stream-3 .ff-layout-grid .ff-item .ff-img-holder img{
  max-width: 200%;
 
  min-width: 1px;
  position: relative;
  left: 0;
  top: 0;
  transform: none;

}

#ff-stream-1 .ff-layout-grid .ff-item.ff-facebook .ff-img-holder img, #ff-stream-1 .ff-layout-grid .ff-item.ff-instagram .ff-img-holder img, #ff-stream-1 .ff-layout-grid .ff-item.ff-youtube .ff-img-holder img, #ff-stream-2 .ff-layout-grid .ff-item.ff-facebook .ff-img-holder img, #ff-stream-2 .ff-layout-grid .ff-item.ff-instagram .ff-img-holder img, #ff-stream-2 .ff-layout-grid .ff-item.ff-youtube .ff-img-holder, img#ff-stream-3 .ff-layout-grid .ff-item.ff-facebook .ff-img-holder img, #ff-stream-3 .ff-layout-grid .ff-item.ff-instagram .ff-img-holder img, #ff-stream-3 .ff-layout-grid .ff-item.ff-youtube .ff-img-holder img{
  max-height: 100px !important;
}

#ff-stream-1 .ff-layout-grid .ff-item.ff-ad .ff-img-holder img, #ff-stream-2 .ff-layout-grid .ff-item.ff-ad .ff-img-holder img, #ff-stream-3 .ff-layout-grid .ff-item.ff-ad .ff-img-holder img {
  max-width: 100%;

  height: auto !important;
  min-height: 505px;
}

#ff-stream-1 .ff-layout-grid .ff-item .ff-img-holder, #ff-stream-2 .ff-layout-grid .ff-item .ff-img-holder, #ff-stream-3 .ff-layout-grid .ff-item .ff-img-holder{
  height: 100px;
  width: 100px;
  background: none;
  float: left;
  margin-left: 15px;
  overflow: hidden;
  
  
}

#ff-stream-1 .ff-layout-grid .ff-ad.ff-item .ff-img-holder, #ff-stream-2 .ff-layout-grid .ff-ad.ff-item .ff-img-holder, #ff-stream-3 .ff-layout-grid .ff-ad.ff-item .ff-img-holder{
  height: auto;
  width: auto;
  background: none;
  float: none;
  margin:0;
  
  
  
}

#ff-stream-1.ff-stream, #ff-stream-2.ff-stream, #ff-stream-3.ff-stream{
  padding: 0;
}

#ff-stream-1 .ff-stream-wrapper, #ff-stream-2 .ff-stream-wrapper, #ff-stream-3 .ff-stream-wrapper{
  margin-top: 15px;
}

#ff-stream-1  .ff-layout-grid .ff-item-cont, #ff-stream-2  .ff-layout-grid .ff-item-cont, #ff-stream-3  .ff-layout-grid .ff-item-cont{
  height: 200px;
}

#ff-stream-1  .ff-layout-grid .ff-ad .ff-item-cont, #ff-stream-2  .ff-layout-grid .ff-ad .ff-item-cont, #ff-stream-3  .ff-layout-grid .ff-ad .ff-item-cont{
  height: 502px;
}

#ff-stream-1 .ff-item, #ff-stream-2 .ff-item, #ff-stream-3 .ff-item{
  width: 260px;
}

#ff-stream-1 .ff-item-meta, #ff-stream-2 .ff-item-meta, #ff-stream-3 .ff-item-meta{
  margin: 15px;
}
#ff-stream-1 .ff-content, #ff-stream-1 .ff-item-cont h4, #ff-stream-2 .ff-content, #ff-stream-2 .ff-item-cont h4, #ff-stream-3 .ff-content, #ff-stream-3 .ff-item-cont h4{
  float: left;
  margin: -5px 15px 0 15px;
  width: 120px;
  font-family: "Oswald", sans-serf;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

#ff-stream-1 .ff-ad .ff-content, #ff-stream-2 .ff-ad .ff-content, #ff-stream-3 .ff-ad .ff-content{
  float: none;
  width: 100%;
  margin: 0 !important;
}

#ff-stream-1 .ff-ad .ff-content p, #ff-stream-2 .ff-ad .ff-content p, #ff-stream-3 .ff-ad .ff-content p{
  padding: 0 15px;
}

#ff-stream-1 .ff-name, #ff-stream-2 .ff-name, #ff-stream-3 .ff-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

#ff-stream-1  .ff-instagram .picture-item__inner, #ff-stream-2  .ff-instagram .picture-item__inner, #ff-stream-3  .ff-instagram .picture-item__inner{
  background: transparent url('../images/ff-hello.png') top left no-repeat;
  background-size: 100%;
  box-shadow: none;

}

#ff-stream-1  .fruvita-sokovi .picture-item__inner, #ff-stream-1  .fruvita .picture-item__inner, #ff-stream-2 .fruvita-sokovi .picture-item__inner, #ff-stream-2 .fruvita .picture-item__inner, #ff-stream-3 .fruvita-sokovi .picture-item__inner, #ff-stream-3 .fruvita .picture-item__inner {
  background: transparent url('../images/ff-fruvita.png') top left no-repeat;
  background-size: 100%;
  box-shadow: none;
}

#ff-stream-1  .voćna-dolina .picture-item__inner, #ff-stream-2  .voćna-dolina .picture-item__inner, #ff-stream-3  .voćna-dolina .picture-item__inner {
  background: transparent url('../images/ff-vocnadolina.png') top left no-repeat;
  background-size: 100%;
  box-shadow: none;
}

#ff-stream-1  .hello-sokovi .picture-item__inner, #ff-stream-2  .hello-sokovi .picture-item__inner, #ff-stream-3  .hello-sokovi .picture-item__inner {
  background: transparent url('../images/ff-hello.png') top left no-repeat;
  background-size: 100%;
  box-shadow: none;
}



#ff-stream-1 .ff-sc-label2 .ff-icon::before, #ff-stream-2 .ff-sc-label2 .ff-icon::before, #ff-stream-3 .ff-sc-label2 .ff-icon::before{
  border:none;
}

#ff-stream-1 .ff-sc-label2 .ff-icon, #ff-stream-2 .ff-sc-label2 .ff-icon, #ff-stream-3 .ff-sc-label2 .ff-icon{
  width: 50px;
  height: 50px;
  
}

#ff-stream-1 .ff-sc-label2 .ff-icon-inner, #ff-stream-2 .ff-sc-label2 .ff-icon-inner, #ff-stream-3 .ff-sc-label2 .ff-icon-inner {
  font-size: 26px;
  line-height: 30px;
  padding: 10px;
}

#ff-stream-1 .ff-item-bar a.ff-likes, #ff-stream-1 .ff-item-bar a.ff-comments, #ff-stream-1 .ff-item-bar .ff-share-wrapper, #ff-stream-2 .ff-item-bar a.ff-likes, #ff-stream-2 .ff-item-bar a.ff-comments, #ff-stream-2 .ff-item-bar .ff-share-wrapper, #ff-stream-3 .ff-item-bar a.ff-likes, #ff-stream-3 .ff-item-bar a.ff-comments, #ff-stream-3 .ff-item-bar .ff-share-wrapper{
  color: #fff !important;

}

#ff-stream-1.ff-layout-grid .ff-loadmore-wrapper .ff-btn, #ff-stream-2.ff-layout-grid .ff-loadmore-wrapper .ff-btn, #ff-stream-3.ff-layout-grid .ff-loadmore-wrapper .ff-btn{
background: #e44a38;
color: #fff;
}

#ff-stream-1 .ff-ad .picture-item__inner, #ff-stream-2 .ff-ad .picture-item__inner, #ff-stream-3 .ff-ad .picture-item__inner{
  box-shadow: none;
}
#ff-stream-1 .ff-item-bar, #ff-stream-2 .ff-item-bar, #ff-stream-3 .ff-item-bar{
  border: none;
}

.ff-slideshow .ff-content, #ff-stream-1-slideshow .ff-slideshow-media .ff-slide-wrapper .ff-content a, #ff-stream-1-slideshow .ff-slideshow-media .ff-slide-wrapper .ff-item-meta a{
  color: #59391f !important;
}

#ff-stream-1-slideshow .ff-slideshow-media .ff-slide-wrapper .ff-item-meta .ff-item-bar{
  display: none !important;
}

.ubermenu-responsive-default.ubermenu {

  margin-left: 200px;
}

#ubermenu-main-2 > .ubermenu-nav > .ubermenu-item > .ubermenu-submenu, #ubermenu-main-123 > .ubermenu-nav > .ubermenu-item > .ubermenu-submenu{
  padding:40px;
}

#menu-item-1467 > ul{
  border: none;
}

.home .entry-content{
  margin-top: 0;
}

.wpcf7-form select{
padding: 5px 10px;
font-size: 14px;
font-family: "Open Sans", sans-serif;
border: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border-radius: 10px;
width: 90%;
max-width: 100%;
background: #e7d4b6 url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
}





.socmenu a i:hover{
  background: #fff;
  color: #F31335;
}

#author a{
  float: right;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 8px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top:10px;
}


/* Scroll indicator*/

.icon-scroll {
  position: fixed;
  top: 80%;
  right: 20px;
  margin-left: -8px;
  width: 30px;
  height: 80px;
  z-index: 99999;
  -webkit-transition: opacity: .4s;
}
.icon-scroll span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid rgba(0,0,0,.7);
  border-bottom: 3px solid rgba(0,0,0,.7);
  margin: 0 0 1px 10px;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
    -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.icon-scroll .a1 {
  margin-top: 3px;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}

.icon-scroll .a2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}

.icon-scroll .a3 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.icon-scroll .mouse {
  height: 50px;
  width: 30px;
  border: 2px solid rgba(255,255,255,1);
  border-radius: 30px;
  background: rgba(0,0,0,.6);
}

.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 6px;
  width: 6px;
  margin: 10px auto 0;
  background: rgba(255,255,255,.8);
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

 .socmenu{
  position: absolute;  
  z-index: 99999;
  }


.socmenu a i{
  color: #fff;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 60px;
  margin: 0 5px;
  display: inline-block;
  padding: 5px 8px;
  
  text-align: center;
  line-height: 28px;
}

.langswitcher{
  position: absolute;
  top: 5px;
  right: 120px;
  z-index: 1000;
}

.langswitcher a{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.tp-bullet-title{
  display: none;
}

.post-3025 p{
  text-align: justify;
}



/**
 * 16.0 Media Queries
 * ----------------------------------------------------------------------------
 */

 @media screen and (min-width: 981px) {
  .socmenu{    
    top:7px;
    right: 20px; 
  }

  .socmenu a i{

  width: 40px;
  height: 40px;
 
  }
}



@media screen and (max-width: 480px) {

  #ff-uid-1{
    display: none !important;
  }
  .menu-wrap .socmenu{
    display: none;
  }

  .menu-wrap.menu-sticky .socmenu{
    display: block;
  }

  .langswitcher{
    right:90px;
    top:3px;
  }

  .langswitcher a span{
    font-size: 12px;
  }

  #author{
    position: relative;
  }


}

@media screen and (max-width: 1200px) {
  .news-items:after {
    display: none; }

  .news-item .news-img {
    margin-bottom: 20px;
    float: none !important; }
  .news-item .news-content {
    text-align: initial !important; }
  .news-item .news-item-excerpt:before {
    left: 0;
    right: auto !important; } }


@media screen and (max-width: 992px) {
  body {
    background-image: none; }

  #wrapper {
    margin-top: 46px; }



  #content {
    padding-top: 0 !important; }

  #footer {
    text-align: center; }
    #footer #logo-footer,
    #footer #footer-social-menu-wrap {
      position: static;
      left: auto;
      right: auto;
      top: auto;
      display: inline-block; }
    #footer #footer-social-menu-wrap {
      margin-top: 10px; } }

@media screen and (max-width: 980px) {
  /* Responsive menu */
  .admin-bar #menu-stripe {
    top: 46px; }
  .admin-bar #menu-open {
    top: 54px; }
  .admin-bar #ubermenu-inner {
    top: 82px !important;
  }

  .menu-wrap .logo img {
    max-height: 80px;
    width: auto;

   } 



   .socmenu{
    right: 100px;
    top: 10px;
   }

   .socmenu a i{
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    line-height: 22px;
    padding: 0;
    border-width: 1px;
  }

  #ubermenu-nav-main-2{
    padding-top: 20px;
  }

}




/**
 * 17.0 Print
 * ----------------------------------------------------------------------------
 */

/*# sourceMappingURL=main.css.map */
