/*
Theme Name: Odm
Author: Erpium d.o.o.
Author URI: http://www.erpium.com
Description: Custom template for odm webpage
Version: 1.0
*/
@import url('css/bootstrap.min.css');
@import url('css/animate.min.css');

/* ==========================================================================
   Stylesheet for Typography
   ========================================================================== 
*/
/*
 * Custom fonts
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome.eot?v=4.2.0');
  src: url('fonts/fontawesome.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome.woff?v=4.2.0') format('woff'), url('fonts/fontawesome.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "work_sans_regular";
  src: url('fonts/work_sans_regular.eot');
  src: url('fonts/work_sans_regular.eot?#iefix') format('embedded-opentype'), url('fonts/work_sans_regular.woff') format('woff'), url('fonts/work_sans_regular.ttf') format('truetype'), url('fonts/work_sans_regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "work_sans_bold";
  src: url('fonts/work_sans_bold.eot');
  src: url('fonts/work_sans_bold.eot?#iefix') format('embedded-opentype'), url('fonts/work_sans_bold.woff') format('woff'), url('fonts/work_sans_bold.ttf') format('truetype'), url('fonts/work_sans_bold.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
button,
input,
select,
textarea {
  color: #424242;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "work_sans_regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.46;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
}
/**
 *
 * =======================================================================
     Headings
 * =======================================================================
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: "work_sans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
h1 {
  font-size: 3em;
  color: #424242;
  line-height: 1.05;
}
h2 {
  font-size: 2.25em;
  color: #424242;
  line-height: 1.25;
}
h3 {
  font-size: 1.5em;
  color: #424242;
  line-height: 1.25;
}
h4 {
  font-size: 1.3125em;
  color: #424242;
  line-height: 1.22222222;
}
h5 {
  font-size: 1.125em;
  color: #424242;
}
h6 {
  font-size: 14px;
  color: #424242;
}
/**
 *
 * =======================================================================
     Paragraphs and Indentation
 * =======================================================================
 */
p {
  margin: auto auto 1.39em;
}
.lead {
  font-size: 1.3125em;
  margin-bottom: 20px;
  font-style: italic;
  color: #000;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/**
 *
 * =======================================================================
    Blockquote
 * =======================================================================
 */
blockquote {
  border-left: 1px solid #32bea2;
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  font-size: 14px;
  background: none;
  color: #424242;
}
blockquote p {
  margin-bottom: 1em;
}
blockquote footer {
  color: #0f0f0f;
}
blockquote.blockquote-reverse {
  border-right: 1px solid #32bea2;
  border-left: none;
}
.callout {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  margin: 20px 0;
  padding: 20px;
}
.callout-info {
  border-left-color: #32bea2;
}
.callout-info h1,
.callout-info h2,
.callout-info h3,
.callout-info h4 {
  color: #32bea2;
}
ul.inline-list,
ul.link-list {
  list-style: outside none none;
  margin: 0 0 17px -22px;
  overflow: hidden;
  padding: 0;
}
ul.inline-list > li,
ul.link-list > li {
  display: block;
  float: left;
  list-style: outside none none;
  margin-left: 22px;
}
table.styled_table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}
table.styled_table thead {
  background-color: #32bea2 !important;
}
table.styled_table tbody {
  border-top: 1px solid #ddd;
}
table.styled_table thead tr th {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px;
}
table.styled_table tbody tr td {
  border: medium none;
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
}
table.styled_table tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
table.styled_table tbody tr:nth-child(2n) {
  background: none repeat scroll 0 0 #f9f9f9;
}
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.618;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
}
/* Small devices (tablets, From 768px up to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
}
/* ==========================================================================
   Stylesheet for (Project name) - width: bootstrap
   ========================================================================== 

Content:
1. GENERAL STYLES
2. PAGE STRUCTURE ELEMENTS
3. WRAPPERS
4. NAVIGATION
5. CLOUDS
6. BUTTONS
7. CONTENT 
8. TABS, BANNERS and SLIDERS
9. OTHER
10. JQUERY DYNAMIC CLASSES
*/
/*
 * 1. GENERAL STYLES
 * -----------------------------------------------------------------------------------------
 */
body {
  background: #ffffff;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #cbf1ea;
  text-shadow: none;
}
::selection {
  background: #cbf1ea;
  text-shadow: none;
}
/*
 * loader color definition - here for less compatibility
 */
.animsition-loading:before,
.animsition-loading:after {
  border: 1px solid #32bea2;
}
/*
 * Link basic styles
 */
a {
  text-decoration: none;
  color: #32bea2;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #22816e;
}
/*
 * Input focus highlight
 */
input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none;
  border: solid 1px #d9d9d9;
  box-shadow: none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=password]:hover,
textarea:hover {
  border: solid 1px #a0a0a0!important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  border: solid 1px #32bea2 !important;
  box-shadow: none;
}
input.spam_input {
  display: none;
}
/*
 * 2. PAGE STRUCTURE ELEMENTS
 * -----------------------------------------------------------------------------------------
 */
.uberfooter {
  background: #495250;
  color: #fff;
  padding: 60px 0 30px;
}
.uberfooter .footer_content h4 {
  color: #fff;
  font-size: 1.2857em;
  font-family: "work_sans_regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
}
.uberfooter .footer_content h4:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 1px;
  background: #fff;
  content: "";
}
.uberfooter .footer_content ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.uberfooter .footer_content ul li {
  line-height: 18px;
  position: relative;
  padding-left: 10px;
}
.uberfooter .footer_content ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #a2b2af;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -1px;
}
.uberfooter .footer_content ul li a {
  color: #a2b2af;
  font-size: 12px;
  line-height: 18px;
}
/*
 * 3. WRAPPERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 4. NAVIGATION
 * -----------------------------------------------------------------------------------------
 */
.nav_main_section .navbar-default.nav_main {
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 0px;
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  margin-bottom: 0px;
  min-height: 60px;
}
.nav_main_section .navbar-default.nav_main .navbar-header a.navbar-brand {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu {
  float: right;
  padding: 20px 0 0;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a {
  padding: 5px 10px;
  color: #737373;
  font-size: 14px;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a .fa {
  color: #32bea2;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a:hover {
  color: #32bea2;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a.active {
  color: #32bea2;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li.dropdown {
  border: solid 1px #d5d5d5;
  //display: none;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li.dropdown a {
  padding: 4px 10px;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li.dropdown a:hover {
  color: #fff;
  background: #32bea2;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu {
  float: right;
  clear: both;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li a {
  padding: 20px;
  color: #2a2a2a;
  font-size: 16px;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li a:hover {
  color: #32bea2;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li a.active {
  color: #32bea2;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown.open > a {
  background: none!important;
  box-shadow: none!important;
  color: #32bea2 !important;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu {
  background-color: #32bea2;
  border: none;
  border-top: solid 1px #fff;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 14px;
  left: 0;
  margin: 0;
  min-width: 160px;
  padding: 15px;
  text-align: left;
  top: 100%;
  z-index: 1000;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li {
  padding: 0 15px!important;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li.spacer {
  border-bottom: solid 1px #1D1D1B;
  margin: 6px 15px!important;
  padding: 0px!important;
  color: #1D1D1B;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li a {
  padding: 6px 0px!important;
  color: #fff;
  position: relative;
  font-size: 14px;
  border-bottom: solid 1px transparent;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li a:hover {
  background: none;
  border-bottom: solid 1px #fff;
  background: none!important;
}
.nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li.active a {
  background: none!important;
}
.dropdown-menu>.active>a{
  background: none!important;
  background-image: none!important;
  background-color: #32bea2!important;
  color: #fff!important;
}
.nav_green {
  background: rgba(27, 163, 136, 0.8);
  padding: 0;
  position: relative;
  z-index: 2;
}
.nav_green ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_green ul li {
  float: left;
}
.nav_green ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
}
.nav_green ul li a:hover {
  background: #1ba388;
  text-decoration: none;
}
.nav_green div.search {
  float: right;
}
.nav_green div.search #search_trigger {
  color: #fff;
  padding: 10px 15px;
  display: block;
  background: #1d937c;
}
.nav_green div.search #search_trigger:hover {
  background: #1d937c;
  text-decoration: none;
}
.nav_green div.search form {
  height: 100%!important;
  left: 0;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  top: 0;
  width: 100%!important;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -20;
  background: #32bea2;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav_green div.search form .form-control {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff;
  font-size: 20px;
  height: 100%;
  letter-spacing: 2px;
  margin-top: 0 !important;
  outline: 0 none !important;
  padding: 10px 60px 10px 15px;
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  left: 0;
  right: 0;
  text-align:center;
}
.nav_green div.search form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.nav_green div.search form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.nav_green div.search form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.nav_green div.search form .form-control:hover,
.nav_green div.search form .form-control:focus {
  border: none!important;
}
.nav_green div.search form #search_form_close {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  font-size: 32px;
  line-height: 20px;
  color: #fff;
}
.nav_green div.search form #search_form_close:hover {
  text-decoration: none;
}
.nav_green div.search .show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
}
.slider_swiper {
  height: 530px;
  position: relative;
  z-index: 1;
}
.slider_swiper .swiper-container {
  width: 100%;
  height: 530px;
}
.slider_swiper .swiper-container .swiper-slide {
  text-align: center;
  background-size: cover!important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slider_swiper .swiper-container .swiper-slide .slide_content h2 {
  color: #fff;
  font-size: 3em;
  margin-bottom: 70px;
}
.slider_swiper .swiper-button-prev {
  background: url('img/slider-prev.png') top right no-repeat!important;
  background-size: contain;
}
.slider_swiper .swiper-button-next {
  background: url('img/slider-next.png') top right no-repeat!important;
  background-size: contain;
}
/*
 * 5. CLOUDS
 * -----------------------------------------------------------------------------------------
 */
/*
 * custom cloud for gmap
 */
.gmap_cloud {
  width: 250px;
  background: #fff;
}
.gmap_cloud h2 {
  margin: 0;
  padding: 0;
  color: #424242;
}
.gmap_cloud p {
  margin: 0 0 10px;
  padding: 0;
  color: #424242;
}
/*
 * 6. BUTTONS
 * -----------------------------------------------------------------------------------------
 */

.btn-std {
  display: inline-block;
  line-height: 28px;
  color: #fff;
  padding: 12px 35px 8px;
  background: #32bea2;
  font-size: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  border: solid 1px #32bea2;
}

.btn-std.small{
  padding: 6px 18px;
  line-height: 1;
  font-size: 14px;
}
.btn-std img {
  margin-top: -6px;
  margin-left: 10px;
}
.btn-std:hover {
  background: #1d937c;
  text-decoration: none;
  border: solid 1px #1d937c;
  color: #fff;
}
.cloud {
  background: #32bea2;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
.cloud p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.cloud a {
  border: solid 1px #fff;
  display: inline;
  font-size: 12px;
  padding: 5px;
  color: #fff;
}
.cloud h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.map_link {
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  border: solid 1px #fff;
  margin-bottom: 25px;
  border-radius: 20px;
}
.map_link:hover {
  background: #fff;
  color: #32bea2;
  text-decoration: none;
}
.scroll_link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 71px;
  height: 71px;
  margin-left: -35px;
  display: inline-block;
}
/*
 * 7. CONTENT
 * -----------------------------------------------------------------------------------------
 */
.columns_backface {
  background: #eeeeee;
  padding: 50px 0 20px;
  text-align: center;
}
.columns_backface .flex_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.columns_backface .flex_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.columns_backface .column {
  margin: 0 0 30px;
  text-align: center;
  width: 100%;
}
.columns_backface .column img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.columns_backface .column h3 {
  font-size: 1.71428em;
  padding: 0;
  margin: 10px 0 10px;
  color: #606060;
}
.columns_backface .column h3 a {
  color: #606060;
  text-decoration: none;
}
.columns_backface .column h3 a:hover {
  color: #32bea2;
}
.columns_backface .column p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.seznam_produktov_grid {
  background: #fff;
  padding: 56px 0 20px;
  text-align: center;
}
.seznam_produktov_grid .flex_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.seznam_produktov_grid .flex_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.seznam_produktov_grid .column {
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
  background: #fff;
  /*border: solid 1px #f4f4f4;*/
  border: solid 1px #32bea2;
}
.seznam_produktov_grid .column img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.seznam_produktov_grid .column h3 {
  font-size: 16px;
  padding: 15px 10px 10px;
  margin: 0;
  color: #737373;
  background: #fff;
}
.seznam_produktov_grid .column h3 a {
  color: #737373;
  text-decoration: none;
}
.seznam_produktov_grid .column h3 a:hover {
  color: #32bea2;
}
.seznam_produktov_grid .column h6 {
  font-size: 13px;
  padding: 5px 0px;
  color: #fff;
  background: #32bea2;
  margin: 0;
  font-family: "work_sans_regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
.seznam_produktov_grid .column p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px 15px;
  background: #fff;
  margin: 0;
}
.seznam_produktov_grid .column.line-1, .seznam_produktov_grid .column.line-1-en {
  border: solid 1px #32bea2;
}
.seznam_produktov_grid .column.line-1 h6, .seznam_produktov_grid .column.line-1-en h6 {
  background: #32bea2;
}
.seznam_produktov_grid .column.line-2, .seznam_produktov_grid .column.line-2-en {
  border: solid 1px #23eac2;
}
.seznam_produktov_grid .column.line-2 h6, .seznam_produktov_grid .column.line-2-en h6 {
  background: #23eac2;
}
.seznam_produktov_grid .column.line-3, .seznam_produktov_grid .column.line-3-en {
  border: solid 1px #87c1b5;
}
.seznam_produktov_grid .column.line-3 h6, .seznam_produktov_grid .column.line-3-en h6 {
  background: #87c1b5;
}
.seznam_produktov_grid .column.line-4, .seznam_produktov_grid .column.line-4-en {
  border: solid 1px #1e6a5b;
}
.seznam_produktov_grid .column.line-4 h6, .seznam_produktov_grid .column.line-4-en h6 {
  background: #1e6a5b;
}
.seznam_produktov_grid .column .akcija-item {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  border: solid 1px #32bea2;
  color: #32bea2;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  right: -10px;
}
.seznam_produktov_grid .column .active-item {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #32bea2;
  font-size: 32px;
  text-align: center;
  line-height: 55px;
  position: absolute;
  top: 0;
  left: 15px;
  border: solid 1px #32bea2;
}
.seznam_produktov_grid .column_dodatna {
  margin: 0 0 40px;
  text-align: left;
  width: 100%;
  background: #fff;
  border: none;
}
.seznam_produktov_grid .column_dodatna img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.seznam_produktov_grid .column_dodatna .img_container {
  position: relative;
}
.seznam_produktov_grid .column_dodatna .img_container:hover img {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.seznam_produktov_grid .column_dodatna .img_container:hover:before {
  content: "\f00e";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #32bea2;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  z-index: 10;
  font-family: "FontAwesome";
  margin-left: -25px;
  margin-top: -25px;
}
.seznam_produktov_grid .column_dodatna h3 {
  font-size: 15px;
  padding: 7px 10px 5px;
  margin: 0;
  color: #737373;
  background: #fff;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.seznam_produktov_grid .column_dodatna h3 a {
  color: #737373;
  text-decoration: none;
}
.seznam_produktov_grid .column_dodatna h3 a:hover {
  color: #32bea2;
}
.seznam_produktov_grid .column_dodatna h6 {
  font-size: 13px;
  padding: 5px 0px;
  color: #fff;
  background: #32bea2;
  margin: 0;
  font-family: "work_sans_regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.seznam_produktov_grid .column_dodatna p {
  color: #7a7a7a;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 10px 5px;
  background: #fff;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.seznam_produktov_grid .column_dodatna span {
  padding: 5px 10px 5px;
  font-size: 12px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.seznam_produktov_grid .column_dodatna ul {
  margin: 0 0 15px;
  padding: 15px 0 12px 10px;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
.seznam_produktov_grid .column_dodatna ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
  font-size: 12px;
}
.seznam_produktov_grid .column_dodatna ul li:before {
  content: "\f0c8";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 11px;
}
.seznam_produktov_grid .column_dodatna table {
  font-size: 11px;
  border-bottom: 1px solid #cccccc;
}
.title_top {
  text-align: center;
  padding: 15px 0 10px;
}
.title_top h4 {
  color: #32bea2;
  font-size: 2em;
}
.configurator_for_products .list_config {
  margin: 0;
  padding: 0;
  list-style: none;
}
.configurator_for_products .list_config li {
  position: relative;
  border-bottom: solid 1px #d6d6d6;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.configurator_for_products .list_config li:before {
  content: "\f061";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
}
.configurator_for_products .list_config li:hover:before {
  left: 4px;
}
.configurator_for_products .list_config li a {
  color: #737373;
  font-size: 14px;
  padding: 5px 0;
  display: block;
}
.configurator_for_products .list_config li:last-child {
  border-bottom: none;
}
.configurator_for_products .list_pdf {
  margin: 0;
  padding: 0;
  list-style: none;
}
.configurator_for_products .list_pdf li {
  position: relative;
  border-bottom: solid 1px #d6d6d6;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.configurator_for_products .list_pdf li:before {
  content: "\f1c1";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
}
.configurator_for_products .list_pdf li a {
  color: #737373;
  font-size: 14px;
  padding: 5px 0;
  display: block;
}
.configurator_for_products .list_pdf li:last-child {
  border-bottom: none;
}
.configurator_for_products p {
  margin: 0;
}
.configurator_for_products .ui-slider {
  margin: 0 0 15px;
}
.configurator_for_products .ui-slider-horizontal {
  height: 10px;
}
.configurator_for_products .input_slider_jui {
  width: 100px;
  text-align: center;
  padding: 2px 0 0px;
}
.configurator_for_products .ui-slider-range {
  background: #c1ebe3;
}
.configurator_for_products .ui-slider-handle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #32bea2;
  border: solid 1px #32bea2;
  cursor: pointer;
}
.configurator_for_products .slider_ui_section {
  margin-bottom: 25px;
}
.akcija_home {
  padding: 5% 0;
}
.akcija_home .flex_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
}
.akcija_home .flex_item {
  //margin: auto;
}
.akcija_home h3 {
  font-size: 2.14285em;
  margin-bottom: 30px;
}
.akcija_home p {
  line-height: 22px;
  margin-bottom: 30px;
}
.footer {
  background: #3d4442;
  padding: 25px 0 20px;
}
.footer p {
  color: #fff;
  font-size: 0.875em;
  margin: 0;
}
.footer p a {
  color: #fff;
  padding: 0;
}
.footer p a:hover {
  text-decoration: underline;
}
.footer .erpium {
  text-align: left;
}
.produkt h5 {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #aeaeae;
}
.produkt h3 {
  margin: 0 0 30px;
}
.produkt p {
  font-size: 13px;
  text-align: justify;
}
.produkt .links {
  padding-bottom: 35px;
}
.produkt .links a {
  margin-bottom: 15px;
  margin-right: 30px;
  font-size: 14px;
  font-family: "work_sans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
}
.produkt .links a:hover {
  text-decoration: none;
}
.produkt .links a .fa {
  margin-right: 3px;
}
.produkt .links button {
  margin-bottom: 15px;
  margin-right: 20px;
  font-size: 14px;
  font-family: "work_sans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
  background: none;
  border: none;
  color: #32bea2;
}
.produkt .links button:hover {
  text-decoration: none;
}
.produkt .links button .fa {
  margin-right: 3px;
}
.produkt .links button i {
  font-style: normal;
}
.produkt .links .dropdown {
  float: left;
}
.produkt .links .dropdown .dropdown-menu {
  border: solid 1px #d5d5d5;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  left: 0;
  margin: 2px 0 0;
  min-width: 260px;
  padding: 5px 0;
}
.produkt .links .dropdown .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.produkt .links .dropdown .dropdown-menu ul li {
  width: 100%;
}
.produkt .links .dropdown .dropdown-menu ul li a {
  padding: 4px 10px;
  width: 100%;
  float: none;
  margin: 0;
  display: block;
  color: #424242;
  text-decoration: none;
  font-size: 13px;
  font-family: "work_sans_regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.produkt .links .dropdown .dropdown-menu ul li a:hover {
  color: #fff;
  background: #32bea2;
}
.produkt ul.prednosti {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.produkt ul.prednosti li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}
.produkt ul.prednosti li:before {
  content: "\f005";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 12px;
}
.produkt .nav-tabs li a {
  border-radius: 0;
  color: #2a2a2a;
  font-size: 12px;
  border-top: solid 3px transparent;
}
.produkt .nav-tabs li.active a {
  border-top: solid 3px #32bea2;
  outline: none;
}
.produkt .tab-content {
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 50px 30px 35px;
  margin-bottom: 30px;
}
.produkt .tab-content .tab-pane h3 {
  font-size: 14px;
  color: #737373;
  margin: 0 0 25px;
  padding: 0;
}
.produkt .tab-content .tab-pane p {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
}
.produkt .tab-content .tab-pane h4 {
  font-size: 13px;
  color: #a2a2a2;
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: solid 1px #aeaeae;
  font-family: "work_sans_regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.produkt .tab-content .tab-pane ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.produkt .tab-content .tab-pane ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
  font-size: 12px;
}
.produkt .tab-content .tab-pane ul li:before {
  content: "\f0c8";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 11px;
}
.produkt .tab-content .tab-pane ul li ul li {
  position: relative;
  font-size: 12px;
}
.produkt .tab-content .tab-pane ul li ul li:before {
  content: "\f096";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 11px;
}
.produkt .tab-content .tab-pane .links ul li {
  padding-left: 0px;
}
.produkt .tab-content .tab-pane .links ul li:before {
  content: "";
}
.produkt .tab-content .tab-pane .links ul li ul li:before {
  content: "";
}
.produkt .tab-content .tab-pane .spacercek {
  height: 3px;
  width: 100%;
  background: #32bea2;
}
.produkt .tab-content .tab-pane .btn-std {
  font-size: 14px;
}
.produkt .table {
  font-size: 12px;
}
.produkt .table span {
  color: red;
}
.produkt .swiper-container {
  width: 100%;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
}
.produkt .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.produkt .swiper-slide.swiper_slide_thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.produkt .gallery-top {
  height: 500px;
  width: 100%;
}
.produkt .gallery-top .swiper-button-prev {
  left: 15px;
  width: 22px;
}
.produkt .gallery-top .swiper-button-next {
  right: 15px;
  width: 22px;
}
.produkt .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  background: #e4e4e4;
}
.produkt .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.produkt .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.produkt.product_100 h3 {
  margin: 0 0 20px;
}
.produkt.product_100 .links {
  padding-bottom: 25px;
}
.produkt.product_100 ul.prednosti {
  margin: 0 0 20px;
  width: 100%;
  display: block;
  float: left;
}
.produkt.product_100 ul.prednosti li {
  float: left;
  margin-right: 30px;
}
.produkt.product_100 h4 {
  margin: 0 0 20px;
}
.produkt.product_100 .swiper-container {
  width: 100%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.produkt.product_100 .gallery-top {
  height: 500px;
  width: 100%;
}
.produkt.product_100 .gallery-top .swiper-button-prev {
  left: 15px;
  width: 22px;
}
.produkt.product_100 .gallery-top .swiper-button-next {
  right: 15px;
  width: 22px;
}
.produkt.product_100 .gallery-thumbs {
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
  background: #e4e4e4;
}
.produkt.produkt_smaller .links {
  padding-bottom: 25px;
}
.produkt.produkt_smaller h4 {
  clear:both;
}
.produkt.produkt_smaller .links a {
  margin-right: 10px;
  font-size: 13px;
}
.produkt.produkt_smaller .links button {
  margin-bottom: 15px;
  margin-right: 10px;
  font-size: 13px;
}
.produkt.produkt_smaller .nav-tabs {
  padding-top: 50px;
}
.produkt.produkt_smaller .swiper-container {
  height: 660px;
}
.produkt.produkt_smaller .gallery-top {
  height: 550px;
margin-top: -32px;
}
.produkt.produkt_smaller .gallery-top .img_title {
  background: #495250;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 15px;
  width: 100%;
}
.produkt.produkt_smaller .gallery-thumbs {
  height: 110px;
  box-sizing: border-box;
  padding: 10px 0;
  background: #e4e4e4;
}
.produkt.produkt_smaller .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.produkt.produkt_smaller .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.produkt.produkt_pohistvo .swiper-container {
  height: 400px;
}
.produkt.produkt_pohistvo .gallery-top {
  height: 300px;
}
.produkt.produkt_pohistvo .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  background: #e4e4e4;
}
.produkt.produkt_pohistvo .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.produkt.produkt_pohistvo .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.produkt.produkt_pohistvo h3 {
  margin: 0 0 10px;
}
.produkt.produkt_pohistvo .bg_title_2 {
  /*background: url('img/lines.png') top left repeat;*/
  padding: 30px 0;
  margin-bottom: 15px;
}
.produkt.produkt_pohistvo .bg_title_2 p {
  margin: 0;
}
.produkt.produkt_pohistvo .tab-content {
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0;
  padding: 50px 0px 0;
}
.section_seperator {
  width: 100%;
  margin: 15px 0 50px;
  background: #32bea2;
  height: 5px;
}
.title {
  padding: 55px 0;
  background-repeat: no-repeat !important;
  background-size: cover!important;
  background-position: center!important;
}
.title h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 3.6em;
}
.title-light p {
  color: #fff;
}
.title-pulti {
  text-align: center;
}
.title-pulti h1 {
  color: #424242;
  margin: 0;
  padding: 0;
  font-size: 3.6em;
}
.prduct_form {
  background: url('img/lines.png') top left repeat;
  padding: 60px 0;
}
.prduct_form h2 {
  margin: 0 0 30px 0;
  font-size: 2em;
  color: #32bea2;
}
.prduct_form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.prduct_form .form-group .form-control {
  background: transparent;
  border: solid 1px #000;
  border-radius: 0;
  color: #000;
}
.prduct_form .form-group .form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.prduct_form .form-group .form-control:-ms-input-placeholder {
  color: #000000;
}
.prduct_form .form-group .form-control::-webkit-input-placeholder {
  color: #000000;
}
.content {
  padding: 60px 0;
}
.content ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}
.content ul li:before {
  content: "\f0c8";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 12px;
}
.content ul li ul li {
  position: relative;
}
.content ul li ul li:before {
  content: "\f096";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 12px;
}
.vizitka {
  background: url('img/lines.png') top left repeat;
  padding: 45px 15px 30px;
}
.contact_section {
  padding: 10% 0;
  background: url('img/bg_contact.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
.contact_section .contact_left_column {
  background: rgba(50, 190, 162, 0.85);
  min-height: 498px;
  padding: 80px 80px 50px;
  text-align: left;
}
.contact_section h1 {
  margin: 0 0 25px;
  padding: 0;
  color: #fff;
}
.contact_section h3 {
  margin: 0 0 25px;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  text-transform: uppercase;
}
.contact_section address {
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  line-height: 1.5em;
}
.contact_section address a {
  color: #fff;
}
.contact_section .contact_right_column {
  background: rgba(0, 0, 0, 0.72);
  text-align: left;
  padding: 50px 60px 30px;
  min-height: 450px;
}
.contact_section .contact_right_column .form-group {
  margin-left: 0!important;
  margin-right: 0!important;
  margin-bottom: 10px;
}
.contact_section .contact_right_column .form-group .form-control {
  border: solid 1px #6f7173;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 45px;
  line-height: 45px;
  background: none;
}
.contact_section .contact_right_column .form-group .form-control.tex {
  height: auto;
  min-height: 150px;
  line-height: 30px;
}
.cloud_contact {
  text-align: center;
  width: 295px;
  height: 292px;
  background: url('img/lines-karo.png') center center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 30px;
}
.cloud_contact h4 {
  font-size: 16px;
}
.cloud_contact p {
  margin: 0;
  font-size: 13px;
}
.cloud_contact p span {
  color: #32bea2;
  font-weight: bold;
}
.cloud_contact p a {
  color: #5e5f5f;
}
.contact_bubbles {
  padding: 30px 0;
  text-align: center;
}
.contact_bubbles h2 {
  color: #32bea2;
  text-align: center;
  margin: 30px 0 40px;
  padding: 0;
}
.gray_box {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
}
.tags_sliders {
  padding: 0;
  margin-top: 0px;
  /*position: relative;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);*/
  z-index: 1000;
}
.tags_sliders .inch_tag {
  background: #32bea2;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 6px 2px;
  float: left;
  font-size: 18px;
  margin-right: 10px;
}
.tags_sliders img {
  height: 32px;
  margin-right: 10px;
}
.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox input[type="checkbox"] {
  border: none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  vertical-align: text-top;
  background-color: transparent;
}
.custom-checkbox .form-checkbox-mask {
  height: 20px;
  width: 20px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  float: left;
  background: #d3d3d3;
  text-align: center;
}
.custom-checkbox .form-checkbox-mask::before {
  content: "";
  background: transparent;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-checkbox .form-checkbox-mask::after,
.custom-checkbox .form-checkbox-mask::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.custom-checkbox input[type="checkbox"]:checked + .form-checkbox-mask::after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #32bea2;
  font-size: 15px;
}
.custom-checkbox:hover .form-checkbox-mask:before {
  border-color: #32bea2;
}
.custom-checkbox .label-text {
  color: #424242;
  font-weight: 700;
  font-size: 14px;
}
.newsletter_row {
  background: #68716f;
  padding: 2.3% 0 2%;
}
.newsletter_row h3 {
  color: #32bea2;
  font-size: 22px;
  margin: 5px 0 0;
  padding: 0;
  font-weight: 400;
}
.newsletter_row h3 span {
  color: #fff;
}
.newsletter_row h3 .fa {
  margin-right: 10px;
  font-size: 32px;
  color: #b6b6b6;
}
.newsletter_row .form_newsletter .form-group {
  margin-left: 0px!important;
  margin-right: 0px!important;
  margin-bottom: 0px!important;
}
.newsletter_row .form_newsletter .form-control {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 45px;
}
.newsletter_row .form_newsletter .form-control::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}
.newsletter_row .form_newsletter .form-control:-ms-input-placeholder {
  color: #9f9f9f;
}
.newsletter_row .form_newsletter .form-control::-webkit-input-placeholder {
  color: #9f9f9f;
}
.newsletter_row .form_newsletter .btn-submit {
  border: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  color: #fff;
  margin-top: 0px;
  background: #32bea2;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.newsletter_row .form_newsletter .btn-submit:hover {
  background: #1d937c;
  text-decoration: none;
  color: #fff;
}
.newsletter_row .form_newsletter img.ajax-loader {
  display: none!important;
}
/*
 * 8. TABS, BANNERS and SLIDERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 9. OTHER
 * -----------------------------------------------------------------------------------------
*/
/*
 * Responsive Google maps
 */
.google-map-canvas {
  height: 0;
  padding-bottom: 56.25%;
  /* 16: 9 */
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.google-map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gmap_section_basic {
  width: 100%;
  height: 380px;
}
.section_contact_gmap {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.section_contact_gmap #map_contact {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.section_contact_gmap .contact_content {
  position: relative;
  background: rgba(50, 190, 162, 0.85);
  z-index: 11;
  padding: 140px 15px 120px 60px;
  float: right;
  color: #fff;
}
.section_contact_gmap .contact_content h3 {
  color: #fff;
  font-size: 2.1428em;
  font-family: "work_sans_regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 40px;
}
.section_contact_gmap .contact_content a {
  color: #fff;
}
.liner {
  background: #fff;
  height: 1px;
  width: 150px;
  margin-bottom: 40px;
}
.tooltip-inner {
  background: red!important;
}
.section_contact_gmap_v2 {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #32bea2;
}
.section_contact_gmap_v2 #map_contact_2 {
  position: relative;
  height: 320px;
  top: auto;
  left: auto;
  width: 100%;
}
.section_contact_gmap_v2 .contact_content {
  position: relative;
  z-index: 11;
  padding: 20px 15px;
  max-width: 100%;
}
#erpiumcms-controllbar .modal {
  display: block!important;
  position: initial;
}
.pult_section {
  margin: 0 auto;
  max-width: 2560px;
  background: #fff;
  padding: 30px 0;
}
.pult_section .col-bg {
  padding: 0;
  min-height: 70vh;
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: contain!important;
}
.pult_section .col-content {
  padding: 0;
  min-height: 70vh;
  background: #fff;
  padding: 0 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pult_section .col-content .flex_item {
  margin: auto;
  max-width: 585px;
}
.pult_section .col-content h5 {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #aeaeae;
}
.pult_section .col-content h3 {
  margin: 0 0 30px;
}
.pult_section .col-content p {
  font-size: 13px;
}
.pult_section .col-content ul.prednosti {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.pult_section .col-content ul.prednosti li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}
.pult_section .col-content ul.prednosti li:before {
  content: "\f005";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 12px;
}
.additional_images {
  padding: 0px 0 0px;
}
.additional_images .gallery {
  border-bottom: solid 2px #32bea2;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
.additional_images .galery-field img {
  margin-bottom: 15px;
}
.additional_images .galery-field {
  min-height: 255px;
margin-bottom: 30px;
}
.additional_images .galery-field h3 {
  font-size: 14px;
}
.additional_images.last .gallery {
  border-bottom: none!important;
}
.ral {
  margin-bottom: 30px;
}
.ral .color {
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.ral span {
  padding: 0 5px 0;
  font-size: 11px;
  display: inline-block;
  margin: 2px 5px 0 0;
  float: left;
}
.postaja {
  padding: 20% 0 0;
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover!important;
}
.postaja h3 {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  margin: 0;
  padding: 20px 15px 15px;
}
/*
 * 10. JQUERY DYNAMIC CLASSES
 * -----------------------------------------------------------------------------------------
 */
/*
 * Parsley 2.0 notification styles
 */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 1px solid #ff0000!important;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #80c248;
  border: 1px solid #80c248!important;
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  text-align: left;
  color: #ff0000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.parsley-errors-list.filled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#fancybox-wrap,
#fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
  clear: both;
}
.no_margin {
  margin: 0!important;
}
.no_padding {
  padding: 0!important;
}
.padding_top_10 {
  padding: 10px 0 0;
}
.padding_top_20 {
  padding: 20px 0 0;
}
.padding_top_30 {
  padding: 30px 0 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*Cookies*/
.cc-cookies {
  font-size: 12px;
  position: fixed;
  width: 280px;
  padding: 10px 10px 60px;
  background: #32bea2;
  font-weight: normal;
  z-index: 1035;
  text-align: left;
  color: #ffffff;
  left: auto;
  right: 20px;
  bottom: 60px;
  line-height: 1.35;
}
.cc-cookies:before {
  border-color: #32bea2 transparent;
  border-style: solid;
  border-width: 23px 0px 0 36px;
  bottom: -23px;
  content: "";
  position: absolute;
  right: 34px;
}
.cookie_btn {
  position: fixed;
  bottom: -39px;
  right: -39px;
  cursor: pointer;
  width: 78px;
  height: 78px;
  background: #32bea2 url('img/icons/cookie.png') 3px 27px no-repeat;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
  /*for IE*/
  z-index: 1035;
}
.cc-close-message {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  text-decoration: none;
}
.cc-close-message:hover {
  color: #404040!important;
}
.cookie_responsive {
  width: 280px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #ffffff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: #ffffff;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  text-shadow: none;
  background: #ffffff !important;
  text-align: center;
  font-size: 14px;
  padding: 2px 0;
  text-decoration: none;
  color: #32bea2;
  border: solid 1px #ffffff;
  width: 115px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cc-cookies a.cc-cookie-policy-close:hover {
  background: none!important;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #e13434;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
a.cc-cookie-accept {
  position: absolute;
  bottom: 25px;
  left: 20%;
  width: 60%;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 0 0 2px;
  text-decoration: none;
  color: #32bea2;
  border: solid 1px #ffffff;
}
a.cc-cookie-accept:hover {
  background: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
.cc-cookies .cc-cookie-policy-ajax {
  overflow: hidden;
  margin: 5px 0 10px 0;
  height: auto !important;
}
a.cc-cookie-decline {
  margin: 0em 0.5em!important;
}
.cc-cookies .cc-cookie-policy-open {
  position: absolute;
  bottom: 5px;
  left: 5%;
}
.cc-cookies .cc-cookie-policy-div {
  text-align: left!important;
  height: 280px;
  overflow-y: scroll;
}
.cc-cookies .cc-cookie-policy-div h1 {
  font-size: 2.25em;
}
.cc-cookies .cc-cookie-policy-div h2 {
  font-size: 1.5em;
}
.cc-cookies .table {
  margin-bottom: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
  color: #ffffff;
  font-size: 11px;
}
.cc-cookies .table thead th {
  vertical-align: bottom;
  font-weight: bold;
}
.cc-cookies .table th,
.cc-cookies .table td {
  border-top: 1px solid #ffffff;
  line-height: 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.cc-cookies .table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0 none;
}
.cc-cookies .table-hover tbody tr:hover td,
.cc-cookies .table-hover tbody tr:hover th {
  background-color: #ffffff;
  color: #32bea2;
}
/*Media queries*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cookie_responsive {
    width: 730px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 450px;
  }
  .section_contact_gmap_v2 #map_contact_2 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    width: 50%;
  }
  .section_contact_gmap_v2 .contact_content {
    position: relative;
    z-index: 11;
    padding: 20px 15px;
    max-width: 450px;
  }
  .slider_swiper {
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .columns_backface {
    position: relative;
    z-index: 3;
    padding-top: 10px;
  }
  .columns_backface:before {
    background: #eeeeee;
    height: 40px;
    left: 0;
    top: -40px;
    width: 100%;
    content: "";
    position: absolute;
  }
  .nav_green_placeholder {
    height: 40px;
  }
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
  }
  .slider_sa {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 40px;
  }
  .footer .erpium {
    text-align: right;
  }
  .footer .erpium img {
    width: 60px;
    margin-top: -4px;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu {
    background-color: #3d4442;
    border: none;
    border-top: solid 1px #fff;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 160px;
    padding: 15px 5px;
    text-align: left;
    top: 100%;
    z-index: 1000;
    position: absolute;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li {
    padding: 0 10px!important;
    color: #1D1D1B;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li.spacer {
    border-bottom: solid 1px #1D1D1B;
    margin: 3px 10px!important;
    padding: 0px!important;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li a {
    padding: 5px 0px!important;
    color: #fff;
    position: relative;
    font-size: 16px;
    border-bottom: solid 1px transparent;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown .dropdown-menu li a:hover {
    background: none;
    border-bottom: solid 1px #fff;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown:hover {
    color: #32bea2;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown:hover > a {
    color: #32bea2;
    transition: none;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li.dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cookie_responsive {
    width: 920px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Small devices (From 481px up to 767px) */
/* Small devices (tablets, From 768px up to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .nav_main_section .navbar-default.nav_main .navbar-header a.navbar-brand img {
    width: 180px;
    margin-top: 10px;
  }
  .nav_green ul li a {
    padding: 12px 7px 8px;
    font-size: 12px;
  }
  .uberfooter .col-xs-12.col-sm-6.col-md-3:nth-child(3n) {
    clear: both;
  }
  .contact_section {
    padding: 120px 0;
  }
  .contact_section .contact_left_column {
    min-height: 450px;
    padding: 50px 30px 30px;
    text-align: left;
  }
  .contact_section .contact_right_column {
    background: rgba(0, 0, 0, 0.72);
    text-align: left;
    padding: 50px 30px 40px;
    min-height: 450px;
  }
  .contact_section .contact_right_column .form-group {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 10px;
  }
  .contact_section .contact_right_column .form-group .form-control {
    border: solid 1px #6f7173;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 45px;
    line-height: 45px;
    background: none;
  }
  .contact_section .contact_right_column .form-group .form-control.tex {
    height: auto;
    min-height: 150px;
    line-height: 30px;
  }
  .newsletter_row .form_newsletter .form-control {
    margin-bottom: 15px!important;
  }
}
/* Medium devices (desktops, From 992px up to 1199px) */
/* Small devices (phone, up to 480px) */
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  .cc-cookies {
    font-size: 11px;
  }
  .nav_main_section .navbar-default.nav_main .navbar-header a.navbar-brand {
    padding: 5px 5px 0 15px;
  }
  .nav_main_section .navbar-default.nav_main .navbar-header a.navbar-brand img {
    width: 160px;
    margin-top: 0px;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu {
    float: left;
    padding: 20px 0 0 15px;
    width: 100%;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li {
    float: left;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a {
    padding: 5px 10px;
    color: #737373;
    font-size: 13px;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a .fa {
    color: #32bea2;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a:hover {
    color: #32bea2;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li a.active {
    color: #32bea2;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li.dropdown {
    border: solid 1px #d5d5d5;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li.dropdown a {
    padding: 4px 10px;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.top_menu li.dropdown a:hover {
    color: #fff;
    background: #32bea2;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
  }
  .nav_main_section .navbar-default.nav_main .navbar-collapse ul.navbar-nav.bottom_menu li a {
    padding: 10px 20px;
    font-size: 15px;
  }
  .nav_main_section .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
    float: right;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 12px;
    padding: 5px 10px;
    position: relative;
    border-color: #fff;
    background: #fff;
  }
  .nav_main_section .navbar-toggle:hover {
    background: #fff!important;
  }
  .nav_main_section .navbar-toggle:focus,
  .nav_main_section .navbar-toggle:active {
    background: #fff!important;
  }
  .nav_main_section .navbar-toggle .icon-bar {
    background-color: #32bea2;
    border-radius: 1px;
    display: block;
    height: 5px;
    width: 30px;
    margin-bottom: 5px;
  }
  .nav_green ul li {
    float: left;
    width: 50%;
  }
  .nav_green ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
    font-size: 12px;
  }
  .nav_green ul li a:hover {
    background: #1ba388;
    text-decoration: none;
  }
  .nav_green div.search form #search_form_close {
    right: 15px;
    top: 15px;
    margin-top: 0px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 16px;
    height: 52px;
    margin-top: -25px;
  }
  .section_contact_gmap {
    position: relative;
    padding: 0;
    overflow: visible;
  }
  .section_contact_gmap .container {
    padding: 0!important;
  }
  .section_contact_gmap #map_contact {
    position: relative;
    height: 100%;
    top: auto;
    left: auto;
    width: 100%;
    height: 400px;
  }
  .section_contact_gmap .contact_content {
    position: relative;
    background: rgba(50, 190, 162, 0.95);
    z-index: 11;
    padding: 40px 15px;
    float: none;
    width: 100%;
  }
  .produkt .nav-tabs li {
    float: left;
    width: 25%;
  }
  .produkt .nav-tabs li a {
    width: 100%;
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .produkt .tab-content {
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    padding: 30px 15px 15px;
  }
  .contact_section {
    padding: 20% 0;
  }
  .contact_section .contact_left_column {
    min-height: 350px;
    padding: 50px 30px 30px;
    text-align: left;
  }
  .contact_section .contact_right_column {
    background: rgba(0, 0, 0, 0.72);
    text-align: left;
    padding: 50px 30px 40px;
    min-height: 350px;
  }
  .contact_section .contact_right_column .form-group {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 10px;
  }
  .contact_section .contact_right_column .form-group .form-control {
    border: solid 1px #6f7173;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 45px;
    line-height: 45px;
    background: none;
  }
  .contact_section .contact_right_column .form-group .form-control.tex {
    height: auto;
    min-height: 150px;
    line-height: 30px;
  }
  .seznam_produktov_grid .akcija-item {
    top: -12px;
    right: 0px;
  }
  .newsletter_row {
    background: #68716f;
    padding: 10% 0 10%;
  }
  .newsletter_row h3 {
    color: #32bea2;
    font-size: 22px;
    margin: 5px 0 30px;
    padding: 0;
    font-weight: 400;
  }
  .newsletter_row h3 span {
    color: #fff;
  }
  .newsletter_row h3 .fa {
    margin-right: 10px;
    font-size: 32px;
    color: #b6b6b6;
  }
  .newsletter_row .form_newsletter .form-group {
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
  }
  .newsletter_row .form_newsletter .form-control {
    margin-bottom: 15px!important;
  }
  .newsletter_row .form_newsletter .btn-submit {
    border: none;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 0px;
    background: #32bea2;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .newsletter_row .form_newsletter .btn-submit:hover {
    background: #1d937c;
    text-decoration: none;
    color: #fff;
  }
  .postaja {
    padding: 200px 0 0;
  }
}
@media (max-width: 768px) and (min-height: 320px) and (orientation: landscape) {
  .cc-cookies {
    bottom: 40px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 140px;
  }
}
.page-template-page-dodatna-oprema .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -40px!Important;
}
.page-template-page-dodatna-oprema .mfp-close {
    top: 40px!important;
}
.page-template-page-pulti .mfp-close {
    right: -40px!Important;
}
.page-template-page-pulti .mfp-close {
    top: 40px!important;
}
.additional_content {
color: #fff!important;
padding: 10px 0 0;
}
ul.prednosti_sa {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.prednosti_sa li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}
ul.prednosti_sa li:before {
  content: "\f005";
  color: #32bea2;
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 12px;
}
.btn_enote {
padding: 0 5px!important;
}
.btn_enote:hover {
background: #fff;
color: #32bea2!important;
text-decoration: none;
}

.language-chooser .lang-item a img{
  vertical-align: baseline;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  visibility: visible;
  margin-top: -2px;
  bottom:120%;
  margin-left: -1.5em;
  opacity: 1;
  outline: none;
}

.tooltip .tooltip-arrow {
  bottom: -2px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #32bea2;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
}

.tooltip-inner {
  background: #32bea2!important;
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.slider_ui_section p{
  margin-bottom: 25px;
}

.lang_chooser i, .lang_chooser span{
  vertical-align: sub;
}

.lang_chooser:hover i{
  color: #fff!important;
}

.ui-slider-handle{
  outline: none;
}

#firstHeading {
    color: #606060;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}
#bodyContent p img {
    max-width: 100%;
}