/* ==========================================================================
   Stylesheet for Typography
   ========================================================================== 
*/
/*
 * Custom fonts
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fontawesome.eot?v=4.2.0');
  src: url('/static/fonts/fontawesome.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome.woff?v=4.2.0') format('woff'), url('/static/fonts/fontawesome.ttf?v=4.2.0') format('truetype'), url('/static/fonts/fontawesome.nhc7q1?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "worksans_light";
  src: url('/static/fonts/worksans_light.eot');
  src: url('/static/fonts/worksans_light.eot?#iefix') format('embedded-opentype'), url('../fonts/worksans_light.woff') format('woff'), url('/static/fonts/worksans_light.ttf') format('truetype'), url('/static/fonts/worksans_light.nhc7q1#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "worksans_bold";
  src: url('/static/fonts/worksans_bold.eot');
  src: url('/static/fonts/worksans_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/worksans_bold.woff') format('woff'), url('/static/fonts/worksans_bold.ttf') format('truetype'), url('/static/fonts/worksans_bold.nhc7q1#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
button,
input,
select,
textarea {
  color: #303e48;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  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: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
h1 {
  font-size: 3em;
  color: #00a6cf;
  line-height: 1.05;
}
h2 {
  font-size: 2.25em;
  color: #00a6cf;
  line-height: 1.25;
}
h3 {
  font-size: 1.5em;
  color: #00a6cf;
  line-height: 1.25;
}
h4 {
  font-size: 1.3125em;
  color: #00a6cf;
  line-height: 1.22222222;
}
h5 {
  font-size: 1.125em;
  color: #00a6cf;
}
h6 {
  font-size: 13px;
  color: #00a6cf;
}
/**
 *
 * =======================================================================
     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 #00a6cf;
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  font-size: 13px;
  background: none;
  color: #303e48;
}
blockquote p {
  margin-bottom: 1em;
}
blockquote footer {
  color: #07090b;
}
blockquote.blockquote-reverse {
  border-right: 1px solid #00a6cf;
  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: #00a6cf;
}
.callout-info h1,
.callout-info h2,
.callout-info h3,
.callout-info h4 {
  color: #00a6cf;
}
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: #00a6cf !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 {
    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 {
    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 Solis - 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;
}
body,
html {
  height: 100%;
}
/*
 * 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: #00a6cf;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #00a6cf;
  text-shadow: none;
  color: #fff;
}
/*
 * loader color definition - here for less compatibility
 */
.animsition-loading:before,
.animsition-loading:after {
  border: 1px solid #00a6cf;
}
/*
 * Link basic styles
 */
a {
  text-decoration: none;
  color: #00a6cf;
  -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: #006983;
}
/*
 * 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 #4d90fe!important;
  box-shadow: none;
}
input.u01l6q3dcw {
  display: none;
}
/*
 * 2. PAGE STRUCTURE ELEMENTS
 * -----------------------------------------------------------------------------------------
 */
.lp1g4tku4w {
  height: 100%;
  overflow: visible;
}
.first_screen {
  width: 100%;
  padding: 0;
  min-height: 100%;
}
video#bgvid {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 101%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  /*-ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);*/
  background: url('/static/resources/eahqv4md.jpg') no-repeat;
  background-size: cover;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media screen and (max-device-width: 768px) {
  .first_screen {
    min-height: 100%;
    background: url('/static/resources/eahqv4md.jpg') no-repeat center center;
    background-size: cover;
  }
  #bgvid {
    display: none;
  }
  .sz76cq86zx {
    background: url('/static/resources/eahqv4md.jpg') no-repeat center center;
    background-size: cover;
  }
  .t9186azhpa {
    background-size: cover;
  }
}
.modify.swiper-container {
  width: 100%;
  min-height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
}
.modify .swiper-slide {
  background-position: center;
  background-size: cover;
  min-height: 100%;
  padding: 250px 0 70px;
}
.modify .swiper-slide h3 {
  color: #303e48;
  font-size: 16px;
  letter-spacing: 3px;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}
.modify .swiper-slide h2 {
  color: #303e48;
  font-size: 4.38em;
  line-height: 1em;
  margin-bottom: 30px;
}
.modify .swiper-button-prev {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 82px;
  margin-top: -41px;
  position: absolute;
  top: 50%;
  width: 45px;
  z-index: 10;
  background: url('/static/resources/abhsw10d.png');
  left: 0;
  right: auto;
  display: none;
}
.modify .swiper-button-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  height: 82px;
  margin-top: -41px;
  position: absolute;
  top: 50%;
  width: 45px;
  z-index: 10;
  background: url('/static/resources/j1ctd0zf.png');
  left: auto;
  right: 0;
  display: none;
}
.pull_up_boxes {
  z-index: 1;
  background: #cce5eb;
}
.pull_up_boxes_inner_bg {
  background: transparent;
}
.zeiohoqmeo {
  padding: 25px 0;
  background: #fff;
}
.zeiohoqmeo .nh7w1i {
  float: right;
}
.zeiohoqmeo .nh7w1i a {
  color: #303e48;
}
.zeiohoqmeo .nh7w1i img {
  width: 80px;
  margin-left: 5px;
  margin-top: -2px;
  height: auto;
}
.swiper_mnenja.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper_mnenja.swiper-container .swiper-slide {
  padding: 0px 5px 10px;
}
.sz76cq86zx {
  padding: 150px 0 0;
}
.z30a0x9dqy h1 {
  font-size: 2.7692em;
  position: relative;
  margin: 40px 0 30px;
  padding: 0 0 20px;
}
.z30a0x9dqy h1:before {
  width: 110px;
  height: 1px;
  background: #00a6cf;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.z30a0x9dqy h3 {
  font-size: 1.846em;
  color: #303e48;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 30px;
  font-style: italic;
}
.content {
  background: #fff;
  background-image: linear-gradient(to bottom, #e3ecef, #ffffff, #e3ecef);
  padding: 30px 0 15px;
}
.content h2 {
  font-size: 2.307em;
  position: relative;
  margin: 20% 0 30px;
  padding: 0 0 40px;
  color: #303e48;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.content h2:before {
  width: 110px;
  height: 1px;
  background: #00a6cf;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
/*
 * 3. WRAPPERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 4. NAVIGATION
 * -----------------------------------------------------------------------------------------
 */
.v9yv3pqan1 {
  background: #fff;
}
.nav_main.navbar-default {
  background-image: none;
  background: #fff;
  background-repeat: none;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  filter: none;
  margin-bottom: 0px;
  z-index: 3110;
}
.nav_main.navbar-default .navbar-brand {
  float: left;
  height: auto;
  line-height: 20px;
  padding: 10px 5px 10px 15px;
}
.nav_main.navbar-default .navbar-brand img {
  width: 139px;
  height: 60px;
}
.nav_main.navbar-default .navbar-nav {
  padding-top: 12px;
  clear: right;
}
.nav_main.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  font-size: 16px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.nav_main.navbar-default .navbar-nav > li > a.hl04e7 {
  color: #00a6cf;
}
.nav_main.navbar-default .navbar-nav > li > a.fb {
  font-size: 2em;
  color: #00a6cf;
  padding: 0px 15px 0;
}
.nav_main.navbar-default .navbar-nav > li > a.u82zq7 {
  color: #00a6cf;
  border: solid 2px #00a6cf;
  border-radius: 0;
  padding: 3px 10px;
  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;
}
.nav_main.navbar-default .navbar-nav > li > a.u82zq7:hover {
  background: #00a6cf;
  color: #fff;
}
.nav_main.navbar-default .navbar-nav > li > a:hover {
  color: #00a6cf;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #00a6cf;
  border-radius: 0px;
  box-shadow: none;
  left: 0;
  padding: 0;
}
.nav_main.navbar-default .navbar-nav .dropdown-menu a {
  padding: 10px 15px 10px 25px;
  background: #e7e7e7;
}
.n6dnvql5 {
  background: #0c9abd;
}
.n6dnvql5 ul {
  margin: 0;
  padding: 0px 25px 15px;
  list-style: none;
}
.n6dnvql5 ul li {
  padding: 8px 0;
  border-bottom: solid #63b4c7 1px;
}
.n6dnvql5 ul li:last-child {
  border-bottom: none;
}
.n6dnvql5 ul li a {
  color: #fff;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.n6dnvql5 ul li a:hover {
  color: #9fe4f5;
  text-decoration: none;
}
.n6dnvql5 h2 {
  color: #fff;
  background: #0caad1;
  padding: 17px 25px 15px;
  margin: 0;
  line-height: 1em;
  font-size: 14px;
}
/*
 * 5. CLOUDS
 * -----------------------------------------------------------------------------------------
 */
.count_oklepaj {
  border-left: solid 1px #00a6cf;
  border-right: solid 1px #00a6cf;
  padding: 15px 15px 5px 15px;
  position: relative;
  text-align: center;
  color: #00a6cf;
  min-height: 120px;
}
.count_oklepaj big {
  font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3em;
}
.count_oklepaj img {
  margin-top: -10px;
  display: inline-block;
  margin-bottom: 10px;
  width: 60px;
}
.count_oklepaj:before {
  width: 15px;
  border-top: solid 1px #00a6cf;
  border-bottom: solid 1px #00a6cf;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0px;
  content: "";
}
.count_oklepaj:after {
  width: 15px;
  border-top: solid 1px #00a6cf;
  border-bottom: solid 1px #00a6cf;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0px;
  content: "";
}
.pull_up_boxes_blue {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.pull_up_boxes_blue h3 {
  background: rgba(0, 194, 242, 0.95);
  background: rgba(0, 166, 207, 0.95);
  margin: 0;
  padding: 0 0 0 35px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 14px;
}
.pull_up_boxes_blue h3 a {
  color: #fff;
}
.pull_up_boxes_blue .blue_trans {
  background: rgba(0, 194, 242, 0.95);
  padding: 15px 15px 15px 35px;
}
.pull_up_boxes_blue .blue_trans ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pull_up_boxes_blue .blue_trans ul li {
  margin: 0 0 5px;
}
.pull_up_boxes_blue .blue_trans ul li a {
  color: #fff;
}
.pull_up_boxes_blue p {
  color: #fff;
  font-size: 14px;
}
.pull_up_boxes_blue .a_toggle {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.align_center {
  text-align: center;
}
/*
 * custom cloud for gmap
 */
.gmap_cloud {
  width: 250px;
  background: #fff;
}
.gmap_cloud h2 {
  margin: 0;
  padding: 0;
  color: #00a6cf;
}
.gmap_cloud p {
  margin: 0 0 10px;
  padding: 0;
  color: #303e48;
}
/*
 * 6. BUTTONS
 * -----------------------------------------------------------------------------------------
 */
.u82zq7 {
  color: #00a6cf;
  border: solid 2px #00a6cf;
  border-radius: 0;
  padding: 3px 10px;
  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;
}
.u82zq7:hover {
  background: #00a6cf;
  color: #fff;
}
.more_white {
  color: #00a6cf;
  border: solid 2px #fff;
  border-radius: 0;
  padding: 2% 10%;
  background: #fff;
  display: inline-block;
  -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;
}
.more_white:hover {
  background: #00a6cf;
  color: #fff;
  text-decoration: none;
}
/*
 * 7. CONTENT
 * -----------------------------------------------------------------------------------------
 */
.three_boxes {
  text-align: center;
}
.three_boxes h2 {
  font-size: 2.77em;
  margin-bottom: 40px;
}
.three_boxes_box {
  background: url('/static/resources/c32uaqot.png') top center no-repeat;
  padding: 15px 50px 15px;
  min-height: 300px;
  margin-bottom: 140px;
  z-index: 3;
}
.three_boxes_box img {
  display: inline-block;
  margin: 0 0 65px;
}
.three_boxes_box h3 {
  font-size: 13px;
  margin: 0 0 25px;
  padding: 0;
}
.three_boxes_box p {
  color: #303e48;
  font-size: 12px;
}
.zelim_ponudbo {
  background: #00a6cf;
  color: #fff;
  padding: 20px 0;
}
.zelim_ponudbo h4 {
  color: #fff;
  font-size: 2.3em;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  padding: 0;
  margin: 5px 0 0 0;
}
.zelim_ponudbo h4 strong {
  font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.x30gve6ip3 {
  background: #ffffff url('/static/resources/g1koosmj.jpg') top left no-repeat;
  background-size: cover;
  padding: 80px 0 90px;
}
.x30gve6ip3 .h3ls05 {
  float: none;
  position: relative;
  width: 100%;
}
.x30gve6ip3 .h3ls05 .kftk94 {
  width: 20%!important;
  height: 30%!important;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.x30gve6ip3 .h3ls05 .kftk94 h3 {
  font-size: 13px;
  margin: 0 0 5px;
  padding: 0;
  color: #00a6cf;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.x30gve6ip3 .h3ls05 .kftk94 p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.x30gve6ip3 .h3ls05 .kftk94:hover {
  background: rgba(0, 166, 207, 0.9);
}
.x30gve6ip3 .h3ls05 .kftk94:hover h3 {
  color: #fff;
}
.x30gve6ip3 .h3ls05 .kftk94:hover p {
  color: #fff;
}
.x30gve6ip3 .h3ls05 .lplro2h {
  top: -62px;
  left: -33px;
}
.x30gve6ip3 .h3ls05 .exkm6xp {
  top: 41.8%;
  left: 2.4%;
}
.x30gve6ip3 .h3ls05 .ldqc93x {
  top: 83.8%;
  left: 7.4%;
}
.x30gve6ip3 .h3ls05 .x3buiby {
  top: 7.5%;
  left: 34.4%;
}
.x30gve6ip3 .h3ls05 .f0sz5cy {
  top: 62.1%;
  left: 61%;
}
.x30gve6ip3 h2 {
  font-size: 30px;
  position: relative;
  margin: 19% 0 30px;
  padding: 0 0 20px;
  color: #303e48;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.x30gve6ip3 h2:before {
  width: 110px;
  height: 1px;
  background: #00a6cf;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.x30gve6ip3 a {
  color: #00a6cf;
  font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
  display: inline-block;
}
.x30gve6ip3 a:hover {
  color: #303e48;
  text-decoration: none;
}
.counter {
  background: #303e48;
  padding: 40px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.counter big {
  font-size: 45px;
}
.mnenja_strank_1 {
  text-align: center;
  padding: 80px 0;
}
.mnenja_strank_1 h5 {
  font-size: 12px;
}
.mnenja_strank_1 p {
  font-size: 22px;
  color: #303e48;
  font-style: italic;
  margin: 0;
}
.mnenja_strank_2 {
  background: #fff;
  padding: 10% 0 6%;
}
.mnenja_strank_2 h2 {
  font-size: 30px;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 20px;
  color: #303e48;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.mnenja_strank_2 h2:before {
  width: 110px;
  height: 1px;
  background: #00a6cf;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.mnenje {
  margin-bottom: 20px;
}
.mnenje img {
  margin: 6px 0 0 0;
}
.mnenje h5 {
  color: #303e48;
  font-size: 13px;
  font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.mnenje p {
  margin: 0 0 6px;
}
.r40wga4ddx {
  background: url('../images/krmr2ss8.jpg') center center no-repeat;
  background-size: cover;
  padding: 150px 0 60px;
  position: relative;
}
.r40wga4ddx h4 {
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  font-size: 2.3em;
  padding: 0 0 30px;
  margin: 0 0 30px;
  position: relative;
}
.r40wga4ddx h4:before {
  width: 110px;
  height: 1px;
  background: #fff;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}
.r40wga4ddx p {
  color: #fff;
}
.r40wga4ddx a {
  color: #fff;
  font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
  display: inline-block;
}
.r40wga4ddx a:hover {
  color: #303e48;
  text-decoration: none;
}
.r40wga4ddx .form-group {
  margin-left: 0!important;
  margin-right: 0!important;
  margin-bottom: 10px;
}
.r40wga4ddx .form-control {
  height: 50px;
  background: #fff;
  box-shadow: none!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #fff;
}
.r40wga4ddx .form-control::-moz-placeholder {
  color: #303e48;
  opacity: 1;
}
.r40wga4ddx .form-control:-ms-input-placeholder {
  color: #303e48;
}
.r40wga4ddx .form-control::-webkit-input-placeholder {
  color: #303e48;
}
.r40wga4ddx .u82zq7 {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
  padding: 3% 10%;
}
.r40wga4ddx .u82zq7:hover {
  background: #fff;
  text-decoration: none;
  color: #00a6cf;
}
.ft5vvlddlg {
  max-width: 2560px;
  margin: 0 auto;
}
.ft5vvlddlg .bg_mesto {
  background: url('../images/dkv4tkx3.jpg') center center no-repeat;
  background-size: cover;
  height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
}
.ft5vvlddlg .pakyc98xdh {
  width: 100%;
  height: 500px;
}
.ft5vvlddlg .uhf7lwq167 {
  width: 580px;
  text-align: left;
  margin: auto 0;
}
.ft5vvlddlg .uhf7lwq167 h2 {
  font-size: 30px;
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.ft5vvlddlg .uhf7lwq167 h2 strong {
  font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.ft5vvlddlg .uhf7lwq167 address {
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1em;
}
.ft5vvlddlg .uhf7lwq167 address a {
  color: #fff;
}
.w0rkpc {
  background: #00a6cf;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.w0rkpc h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2em;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
.lyfqgrg1 {
  text-align: center;
  background: #fff;
  padding: 3% 0 5%;
}
.lyfqgrg1 .pe2txt4w68 {
  background: url('/static/resources/x8p07xs1.png') top center no-repeat;
  padding: 15px 25px 15px;
  margin-bottom: 60px;
  width: 100%;
  display: inline-block;
}
.lyfqgrg1 .pe2txt4w68 img {
  display: inline-block;
  margin: 0 0 50px;
}
.lyfqgrg1 .pe2txt4w68 h3 {
  font-size: 13px;
  margin: 0 0 25px;
  padding: 0;
  text-transform: uppercase;
}
.lyfqgrg1 .pe2txt4w68 p {
  color: #303e48;
  font-size: 12px;
}
.lyfqgrg1 .pe2txt4w68 ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lyfqgrg1 .pe2txt4w68 ul li {
  position: relative;
  padding-left: 15px;
  color: #303e48;
  margin-bottom: 5px;
  font-weight: bold;
}
.lyfqgrg1 .pe2txt4w68 p {
  padding-left: 0px;
  color: #303e48;
  margin-bottom: 5px;
  font-weight: bold;
  text-align:left;
  font-size:14px!important;
}
.lyfqgrg1 .pe2txt4w68 ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
}
.lyfqgrg1 .pe2txt4w68 a.dropdown-toggle {
  font-size: 18px;
  cursor: pointer;
}
.lyfqgrg1 .pe2txt4w68 .dropdown {
  position: relative;
  z-index: 4 !important;
}
.lyfqgrg1 .pe2txt4w68 ul.dropdown-menu {
  text-align: left;
  margin: 0;
  padding: 0 25px 15px;
  list-style: none;
  background: #ddf1f5!important;
  width: calc(100% + 50px);
  left: -25px;
  z-index: 5!important;
  position: absolute!important;
  border: 1px solid #ddf1f5;
}
.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;
}
.flex_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.vdgkerg9q1 {
  background: #fff;
  padding: 5% 0;
}
.vdgkerg9q1 img {
  margin-bottom: 15px;
}
.vdgkerg9q1 img.rxly68zaq {
  margin: 0 15px 15px 0;
}
.vdgkerg9q1 img.pull-right {
  margin: 0 0 15px 15px;
}
.vdgkerg9q1 h3 {
  color: #303e48;
  font-size: 1.38em;
  font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 30px;
  padding: 0;
}
.vdgkerg9q1 .n6dnvql5 {
  margin-bottom: 30px;
}
.t9186azhpa {
    padding: 140px 0 50px;
    background-size: cover!important;
    background-position: center!important;
}
.epo4t8pfc4 h1 {
  font-size: 2.7692em;
  position: relative;
  margin: 0;
  padding: 0;
}
/*
 * 8. TABS, BANNERS and SLIDERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 9. OTHER
 * -----------------------------------------------------------------------------------------
*/
.n2krc8hqwf {
  display: none;
}
/*
 * 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;
}
.pakyc98xdh {
  width: 100%;
  height: 380px;
}
.section_contact_gmap {
  position: relative;
  padding: 100px 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(0, 166, 207, 0.85);
  z-index: 11;
  padding: 20px 15px;
  max-width: 450px;
}
.section_contact_gmap_v2 {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #00a6cf;
}
.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%;
}
/*
 * 10. JQUERY DYNAMIC CLASSES
 * -----------------------------------------------------------------------------------------
 */
#sticky_trigger {
  position: absolute;
  top: 1px;
  right: 0;
}
/*
 * 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;
}
.xtzbvfkfe5 {
  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;
}
.xtzbvfkfe5.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;
}
.yk1bnsbdfa {
  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*/
.rhjasirt6y {
  font-size: 11px;
  position: fixed;
  width: 280px;
  padding: 10px 10px 60px;
  background: #00a6cf;
  font-weight: normal;
  z-index: 1035;
  text-align: left;
  color: #ffffff;
  left: auto;
  right: 20px;
  bottom: 60px;
  line-height: 1.35;
}
.rhjasirt6y:before {
  border-color: #00a6cf 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: #00a6cf url('../images/ea5id0im.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;
}
.muise9crad {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  text-decoration: none;
}
.muise9crad: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;
}
.rhjasirt6y a,
.rhjasirt6y a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.rhjasirt6y 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;
}
.rhjasirt6y a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.rhjasirt6y a.cc-cookie-reset,
.rhjasirt6y 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);
}
.rhjasirt6y a.cc-cookie-policy-close {
  display: inline-block;
  text-shadow: none;
  background: #ffffff !important;
  text-align: center;
  font-size: 13px;
  padding: 2px 0;
  text-decoration: none;
  color: #00a6cf;
  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;
}
.rhjasirt6y a.cc-cookie-policy-close:hover {
  background: none!important;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.rhjasirt6y a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.rhjasirt6y a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.rhjasirt6y a:hover.cc-cookie-reset {
  background: #e13434;
}
.cc-cookies-error a.polbr3txxx,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
a.polbr3txxx {
  position: absolute;
  bottom: 25px;
  left: 20%;
  width: 60%;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
  padding: 0 0 2px;
  text-decoration: none;
  color: #00a6cf;
  border: solid 1px #ffffff;
}
a.polbr3txxx:hover {
  background: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.rhjasirt6y.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.rhjasirt6y.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.rhjasirt6y.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
.rhjasirt6y .cc-cookie-policy-ajax {
  overflow: hidden;
  margin: 5px 0 10px 0;
  height: auto !important;
}
a.cc-cookie-decline {
  margin: 0em 0.5em!important;
}
.rhjasirt6y .astx24f8h4 {
  position: absolute;
  bottom: 5px;
  left: 5%;
}
.rhjasirt6y .cc-cookie-policy-div {
  text-align: left!important;
  height: 280px;
  overflow-y: scroll;
}
.rhjasirt6y .cc-cookie-policy-div h1 {
  font-size: 2.25em;
  color: #fff;
}
.rhjasirt6y .cc-cookie-policy-div h2 {
  font-size: 1.5em;
  color: #fff;
}
.rhjasirt6y .table {
  margin-bottom: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
  color: #ffffff;
  font-size: 10px;
}
.rhjasirt6y .table thead th {
  vertical-align: bottom;
  font-weight: bold;
}
.rhjasirt6y .table th,
.rhjasirt6y .table td {
  border-top: 1px solid #ffffff;
  line-height: 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.rhjasirt6y .table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0 none;
}
.rhjasirt6y .table-hover tbody tr:hover td,
.rhjasirt6y .table-hover tbody tr:hover th {
  background-color: #ffffff;
  color: #00a6cf;
}
/*Media queries*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cookie_responsive {
    width: 730px;
  }
  .rhjasirt6y .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;
  }
  .nav_main.navbar-default {
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    min-height: 40px;
  }
  .nav_main.navbar-default .navbar-brand {
    transition: none;
    padding: 5px 15px 5px 40px;
  }
  .nav_main.navbar-default .navbar-brand img {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 30px;
    width: 70px;
  }
  .nav_main.navbar-default .navbar-nav {
    float: right;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding-top: 5px;
  }
  .nav_main.navbar-default .navbar-nav > li {
    margin: 0;
    position: relative;
  }
  .nav_main.navbar-default .navbar-nav > li > a {
    color: #494949;
    padding: 6px 5px 0;
    transition: none;
    font-size: 12px;
    border: solid 1px transparent;
    text-shadow: none;
  }
  .nav_main.navbar-default .navbar-nav > li.dropdown > a {
    padding: 6px 15px 6px;
  }
  .nav_main.navbar-default .navbar-nav > li > a:hover {
    color: #00a6cf;
  }
  .nav_main.navbar-default .navbar-nav > li > a.hg2vsgsrdf {
    color: #00a6cf;
  }
  .nav_main.navbar-default .navbar-nav > li > a.hg2vsgsrdf:hover {
    color: #5a5a5a;
  }
  .nav_main_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3110;
    background: #fff;
  }
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3110;
    -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
    -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
    box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
    background: #fff;
  }
  .sticky .nav_main.navbar-default {
    background: none;
    padding: 0px!important;
  }
  .sticky .navbar-brand {
    transition: none;
    padding: 5px 15px 5px 40px!important;
  }
  .sticky .navbar-brand img {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 30px!important;
    width: 70px!important;
  }
  .sticky .nav_main.navbar-default .navbar-nav {
    margin-top: 5px!important;
    padding-top: 0px!important;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .sticky .nav_main.navbar-default {
    min-height: 30px;
  }
  .nav_main.navbar-default .navbar-nav > li > a.dropdown-toggle:hover,
  .nav_main.navbar-default .navbar-nav > li > a.dropdown-toggle:active,
  .nav_main.navbar-default .navbar-nav > li > a.dropdown-toggle:focus {
    background: #00a6cf;
    color: #fff;
    border: solid 1px #00a6cf;
  }
  .dropdown-menu {
    background-color: #00a6cf !important;
    border: none;
    padding: 0px;
    min-width: 260px;
  }
  .nav_main.navbar-default .navbar-nav .dropdown-menu li a {
    padding: 8px 15px;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 14px;
  }
  .nav_main.navbar-default .navbar-nav .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .nav_main.navbar-default .navbar-nav .dropdown-menu li a:hover {
    background: #ccc;
    color: #fff;
  }
  .nav_main.navbar-default .navbar-nav > li.dropdown:hover {
    color: #fff;
  }
  .nav_main .dropdown:hover .dropdown-menu {
    display: block!important;
  }
  .open_on_hover {
    background: #00a6cf;
    color: #fff!important;
  }
  .open_on_hover a {
    color: #fff!important;
  }
  .nav_main.navbar-default .navbar-nav .dropdown-menu a {
    background: none;
  }
  .bordi {
    border-left: solid 1px #fff;
  }
  .mnenja_strank_2 {
    background: #ffffff url('/static/resources/gj3oprod.jpg') top left no-repeat;
    background-size: contain;
  }
  .pull_up_boxes {
    z-index: 1;
    background: #f4fafc url('/static/resources/w0uyn8cx.png') top left repeat-x;
  }
  .pull_up_boxes_inner_bg {
    background: url('/static/resources/u3ya55se.png') bottom right no-repeat;
  }
  #nav_side_sticky {
    z-index: 5;
  }
  #section_kontakt_2 {
    position: absolute;
    top: -300px;
    left: 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cookie_responsive {
    width: 920px;
  }
  .nav_main.navbar-default .navbar-brand {
    float: left;
    height: auto;
    line-height: 20px;
    padding: 10px 5px 10px 40px;
  }
  .nav_main.navbar-default .navbar-brand img {
    width: 139px;
    height: 60px;
  }
  .nav_main.navbar-default .navbar-nav {
    float: right;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding-top: 25px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .nav_main.navbar-default .navbar-nav > li > a {
    color: #494949;
    padding: 6px 15px 0;
    transition: none;
    font-size: 13px;
    border: solid 1px transparent;
    text-shadow: none;
  }
  .mnenja_strank_2 {
    background-size: cover;
  }
}
/* Small devices (From 481px up to 767px) */
/* Small devices (tablets, From 768px up to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .zelim_ponudbo h4 {
    font-size: 1.6em;
  }
  .x30gve6ip3 {
    background: #ffffff url('/static/resources/g1koosmj.jpg') top left no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  .x30gve6ip3 .h3ls05 {
    float: left;
    position: relative;
    max-width: 100%;
  }
  .x30gve6ip3 .h3ls05 .kftk94 h3 {
    font-size: 12px;
  }
  .x30gve6ip3 .h3ls05 .kftk94 p {
    font-size: 11px;
  }
  .x30gve6ip3 .h3ls05 .lplro2h {
    top: -62px;
    left: -33px;
  }
  .x30gve6ip3 .h3ls05 .exkm6xp {
    top: 41.8%;
    left: 3.4%;
  }
  .x30gve6ip3 .h3ls05 .ldqc93x {
    top: 84.8%;
    left: 8.4%;
  }
  .x30gve6ip3 .h3ls05 .x3buiby {
    top: 7.5%;
    left: 34.4%;
  }
  .x30gve6ip3 .h3ls05 .f0sz5cy {
    top: 62.1%;
    left: 62%;
  }
  .mnenja_strank_2 {
    background-size: contain;
    background-position: bottom left;
  }
  .modify .swiper-slide {
    background-position: center;
    background-size: cover;
    min-height: 100%;
    padding: 15% 0 40px;
  }
  .modify .swiper-slide h3 {
    color: #303e48;
    font-size: 15px;
    letter-spacing: 3px;
    font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 25px;
  }
  .modify .swiper-slide h2 {
    color: #303e48;
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 30px;
  }
  .count_oklepaj {
    padding: 10px 10px 5px 10px;
    position: relative;
    text-align: center;
    color: #00a6cf;
    min-height: 120px;
  }
  .count_oklepaj big {
    font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 2em;
  }
  .count_oklepaj img {
    margin-top: -10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 50px;
  }
  .three_boxes_box {
    padding: 15px 30px 15px;
    min-height: 355px;
    margin-bottom: 100px;
  }
  .x30gve6ip3 h2 {
    font-size: 30px;
    position: relative;
    margin: 50px 0 10px;
    padding: 30px 0 10px;
    color: #303e48;
    font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    clear: both;
    display: inline-block;
  }
  .x30gve6ip3 h2:before {
    width: 110px;
    height: 1px;
    background: #00a6cf;
    bottom: auto;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
  }
  .pull_up_boxes_blue .blue_trans {
    min-height: 171px;
  }
}
/* Medium devices (desktops, From 992px up to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .zelim_ponudbo h4 {
    font-size: 1.9em;
  }
  .mnenja_strank_2 {
    background-size: contain;
    background-position: bottom left;
  }
  .three_boxes_box {
    min-height: 320px;
    margin-bottom: 100px;
  }
  .x30gve6ip3 h2 {
    font-size: 30px;
    position: relative;
    margin: 50px 0 10px;
    padding: 30px 0 10px;
    color: #303e48;
    font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    clear: both;
    display: inline-block;
  }
  .x30gve6ip3 h2:before {
    width: 110px;
    height: 1px;
    background: #00a6cf;
    bottom: auto;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
  }
}
/* Small devices (phone, up to 480px) */
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  .rhjasirt6y {
    font-size: 10px;
  }
  .nav_main.navbar-default .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 23px;
    padding: 5px 10px;
    position: relative;
    border-color: #4f4b48;
    background: #fff;
  }
  .nav_main.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a6cf;
    border-radius: 1px;
    display: block;
    height: 5px;
    width: 30px;
    margin-bottom: 5px;
  }
  .nav_main_section .container-fluid {
    padding: 0!important;
  }
  .nav_main_section .row {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .nav_main_section .col-xs-12 {
    padding: 0!important;
  }
  .nav_main_section .navbar-header {
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
  .nav_main_section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav_main_section .navbar-collapse {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .nav_main.navbar-default .navbar-nav > li > a.hl04e7 {
    color: #00a6cf;
    float: left;
  }
  .nav_main.navbar-default .navbar-nav > li > a.fb {
    font-size: 2em;
    color: #00a6cf;
    padding: 0px 15px 0;
    display: inline-block;
    clear: both;
  }
  .nav_main.navbar-default .navbar-nav > li > a.u82zq7 {
    color: #00a6cf;
    border: solid 2px #00a6cf;
    border-radius: 0;
    padding: 3px 10px;
    font-weight: bold;
    display: inline-block;
    margin: 5px 0 10px 15px;
    -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.navbar-default .navbar-nav > li > a.u82zq7:hover {
    background: #00a6cf;
    color: #fff;
  }
  .modify .swiper-button-prev {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain!important;
    cursor: pointer;
    height: 41px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 22px;
    z-index: 10;
    background: url('/static/resources/abhsw10d.png');
    left: 0;
    right: auto;
  }
  .modify .swiper-button-next {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain!important;
    cursor: pointer;
    height: 41px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 22px;
    z-index: 10;
    background: url('/static/resources/j1ctd0zf.png');
    left: auto;
    right: 0;
  }
  .pull_up_boxes_blue {
    margin-top: 0px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
  }
  .zelim_ponudbo h4 {
    margin: 15px 0 15px 0;
  }
  .r40wga4ddx {
    padding: 50px 0 50px;
  }
  .ft5vvlddlg .bg_mesto {
    height: auto;
  }
  .ft5vvlddlg .pakyc98xdh {
    height: 340px;
  }
  .ft5vvlddlg .uhf7lwq167 {
    width: 100%;
    padding: 30px 15px;
    text-align: left;
    margin: auto 0;
  }
  .zeiohoqmeo {
    padding: 25px 0;
  }
  .zeiohoqmeo .nh7w1i {
    float: left;
    margin-top: 15px;
  }
  .xm4hdhmb {
    clear: both;
  }
  .mnenja_strank_1 {
    padding: 30px 0;
  }
  .mnenja_strank_1 h5 {
    font-size: 12px;
  }
  .mnenja_strank_1 p {
    font-size: 18px;
    line-height: 22px;
    color: #303e48;
    font-style: italic;
    margin: 0;
  }
  .mnenja_strank_1 .swiper-slide {
    padding: 0 30px;
  }
  .three_boxes_box {
    margin-bottom: 30px;
  }
  .x30gve6ip3 {
    padding: 50px 0 50px;
  }
  .x30gve6ip3 .h3ls05 {
    float: left;
    position: relative;
    max-width: 100%;
  }
  .x30gve6ip3 .h3ls05 img {
    position: absolute;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
  }
  .x30gve6ip3 .h3ls05 .kftk94 {
    width: 100%!important;
    height: auto!important;
    padding: 0 10px;
    position: relative;
    text-align: center;
    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;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
  }
  .x30gve6ip3 .h3ls05 .kftk94 h3 {
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0;
    color: #00a6cf;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .x30gve6ip3 .h3ls05 .kftk94 p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #303e48;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .x30gve6ip3 .h3ls05 .kftk94:hover {
    background: transparent;
  }
  .x30gve6ip3 .h3ls05 .kftk94:hover h3 {
    color: #00a6cf;
  }
  .x30gve6ip3 .h3ls05 .kftk94:hover p {
    color: #303e48;
  }
  .x30gve6ip3 .h3ls05 .lplro2h {
    top: auto;
    left: auto;
  }
  .x30gve6ip3 .h3ls05 .exkm6xp {
    top: auto;
    left: auto;
  }
  .x30gve6ip3 .h3ls05 .ldqc93x {
    top: auto;
    left: auto;
  }
  .x30gve6ip3 .h3ls05 .x3buiby {
    top: auto;
    left: auto;
  }
  .x30gve6ip3 .h3ls05 .f0sz5cy {
    top: auto;
    left: auto;
  }
  .x30gve6ip3 h2 {
    font-size: 30px;
    position: relative;
    margin: 50px 0 10px;
    padding: 30px 0 10px;
    color: #303e48;
    font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    clear: both;
    display: inline-block;
  }
  .x30gve6ip3 h2:before {
    width: 110px;
    height: 1px;
    background: #00a6cf;
    bottom: auto;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
  }
  .x30gve6ip3 a {
    color: #00a6cf;
    font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 30px;
    display: inline-block;
  }
  .x30gve6ip3 a:hover {
    color: #303e48;
    text-decoration: none;
  }
  .modify.swiper-container {
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    top: 0;
    bottom: auto;
  }
  .first_screen {
    width: 100%;
    padding: 0;
    min-height: 100%;
    height: auto;
  }
  .lp1g4tku4w {
    height: auto;
    overflow: visible;
  }
  .modify .swiper-slide {
    background-position: center;
    background-size: cover;
    min-height: 100%;
    padding: 30px 0 30px;
  }
  .modify .swiper-slide h3 {
    color: #303e48;
    font-size: 13px;
    letter-spacing: 3px;
    font-family: "worksans_light", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 30px;
  }
  .modify .swiper-slide h2 {
    color: #303e48;
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 30px;
  }
  .count_oklepaj {
    padding: 10px 10px 5px 10px;
    min-height: 100px;
    margin-bottom: 15px;
  }
  .count_oklepaj big {
    font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 2em;
  }
  .count_oklepaj img {
    margin-top: -10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 50px;
  }
  .sz76cq86zx {
    padding: 30px 0 0;
  }
  .lyfqgrg1 .pe2txt4w68 {
    padding: 15px 25px 15px;
    margin-bottom: 60px;
    z-index: 3;
    width: 100%;
    display: inline-block;
  }
  .lyfqgrg1 .pe2txt4w68 img {
    display: inline-block;
    margin: 0 0 50px;
  }
  .lyfqgrg1 .pe2txt4w68 h3 {
    font-size: 13px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: uppercase;
  }
  .lyfqgrg1 .pe2txt4w68 p {
    color: #303e48;
    font-size: 12px;
  }
  .lyfqgrg1 .pe2txt4w68 ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .lyfqgrg1 .pe2txt4w68 ul li {
    position: relative;
    padding-left: 15px;
    color: #303e48;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .lyfqgrg1 .pe2txt4w68 ul li:before {
    content: "\f061";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
    position: absolute;
    font-size: 12px;
  }
  .lyfqgrg1 .pe2txt4w68 a.dropdown-toggle {
    font-size: 18px;
    cursor: pointer;
  }
  .lyfqgrg1 .pe2txt4w68 .dropdown {
    position: relative;
    z-index: 4 !important;
  }
  .lyfqgrg1 .pe2txt4w68 ul.dropdown-menu {
    text-align: left;
    margin: 0;
    padding: 0 25px 15px;
    list-style: none;
    background: #ddf1f5!important;
    width: calc(100% + 50px);
    left: -25px;
    z-index: 5!important;
    position: relative!important;
    border: 1px solid #ddf1f5;
  }
  .t9186azhpa {
    padding: 60px 0 50px;
  }
  #nav_side_sticky {
    width: auto!important;
    position: relative!important;
    top: auto!important;
  }
  .sticky-wrapper {
    height: auto!important;
  }
}
@media (max-width: 768px) and (min-height: 320px) and (orientation: landscape) {
  .rhjasirt6y {
    bottom: 40px;
  }
  .rhjasirt6y .cc-cookie-policy-div {
    height: 140px;
  }
}
@media (min-width: 1580px) {
  .n2krc8hqwf {
    position: fixed;
    top: 15%;
    left: 0;
    max-width: 200px;
    z-index: 5;
  }
  .side_nav_fixed_show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 263px;
  }
}
@media (max-width: 1580px) {
  .n2krc8hqwf {
    display: none!important;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .modify .swiper-slide {
        padding: 150px 0 70px;
    }
}
@media (min-width: 768px) and (max-width: 1919px) {
    .mnenja_strank_1 p {
        padding: 0 40px 0 40px;
    }
    .mnenja_strank_1 {
      text-align: center;
      padding: 80px 25% 80px 0;
    }
}
@media (min-width: 768px) and (max-width: 1360px) {
    .mnenja_strank_1 p {
        padding: 0 40px 0 40px;
    }
    .mnenja_strank_1 {
        text-align: center;
        padding: 80px 0 80px 0!important;
    }
    .pull_up_boxes_inner_bg {
        background: none!important;
    }
}

.fancy_links ul li {
    margin-bottom:10px!important;
}
.fancy_links ul li a {
    position: relative;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    padding: 5px 10px 3px;
    width: 100%;
    display: block;
}
.fancy_links ul li a:hover {
    background: #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.fancy_links ul li a:hover {
    text-decoration: none;
    color: #00a6cf;
}
.fancy_links ul li a:before {
    width: 15px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: absolute;
    top: 0;
    height: 100%;
    left:0px;
    content:"";
}
.fancy_links ul li a:after {
    width: 15px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: absolute;
    top: 0;
    height: 100%;
    right:0px;
    content:"";
}
.mf5rc68x {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.mf5rc68x li {
  position: relative;
  padding-left: 15px;
  color: #303e48;
  margin-bottom: 5px;
  font-weight: bold;
}
.mf5rc68x li:before {
  content: "\f061";
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
}

.olkq4468vw {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-auto-flow: row;
  gap: 32px;
}

.dyx3bbjlu {
  color: inherit;
  border: 1px solid #00a6cf;
  padding: 16px;
  background-color: white;
}

.dyx3bbjlu img {
  width: 100%;
  height: auto;
}

.cp1fqrfj9n {

}

.dyx3bbjlu:hover .cp1fqrfj9n {
  text-decoration: underline;
}

.kdsblqtyhx {

}


.bg_o_nas {
    background: url('/static/resources/w58bjnan.jpg') bottom left repeat-x;
}
@media (max-width: 991px) {
    .bg_o_nas .container {
        background: rgba(255, 255, 255, 0.7);
    }
}


.modify .swiper-slide h3 {
    color: #303e48;
    font-size: 2.7692em;
    letter-spacing: 3px;
    font-family: "worksans_bold", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 30px;
    color: #00a6cf;
}


@media (min-width: 768px) and (max-width: 991px) {
    #solis_nav {
       padding: 0!important; 
    }
    .nav_main.navbar-default .navbar-brand {
        transition: none;
        padding: 5px 10px 5px 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
   .nav_main.navbar-default .navbar-nav {
        padding-top: 24px;
    }
}

.logo_top_right {
    position: absolute;
    top: 120px;
    right: 80px;
}
@media (max-width: 991px) {
    .logo_top_right {
        display: none;
    }
}

