/*----------------------------------------------------------------*/
.site {
  position: relative;
  overflow-x: hidden;
}

* {
  outline: none !important;
}

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", sans-serif;
  color: #4e5156;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
.small-footer {
  margin-top: 30px;
}

.small-footer .container {
  background: #0b6bb5;
  color: #fff;
  font-size: 14px;
  padding: 20px 30px 0 115px;
  position: relative;
  height: 56px;
}

.small-footer .container:before {
  content: "";
  width: 96px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  background: url(../images/flogo1.png) no-repeat;
  top: 0;
}

.ns-link {
  float: right;
  color: #fff;
}

.ns-link:hover {
  color: #fff;
  text-decoration: underline;
}

.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center;
  }

  .ns-link {
    margin-top: 1px;
    float: none;
    display: block;
  }

  .small-footer .container {
    font-size: 12px;
    padding: 4px 30px 0 115px;
  }
}
/*-------------------- typography START --------------------*/
h1,
.t1 h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0b6bb5;
}

/*.home h1 {
	font-size: 38px;
	font-weight: 700;
	color: $secondary-color;
}*/
h2 {
  font-size: 24px;
  color: #0b6bb5;
  font-weight: 700;
  margin-bottom: 14px;
}

.home h2 {
  /*font-size: 38px;*/
  font-size: 32px;
  font-weight: 700;
  color: #0b6bb5;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  font-weight: 900;
  color: #0b6bb5;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h1,
  .t1 h2 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  .home h2 {
    /*font-size: 30px;*/
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: #4e5156;
  padding-top: 20px;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0b6bb5;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9d1d6;
  margin-bottom: 10px !important;
  line-height: 1.4;
}

p {
  line-height: 1.5;
  margin-bottom: 13.5px;
}

a {
  color: #0b6bb5;
  text-decoration: none;
}

a:hover {
  color: #095a98;
  text-decoration: underline;
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .fs24 {
    font-size: 22px;
  }
}
/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #c9d1d6;
  border-radius: 8px;
  height: 48px;
  padding: 8px;
  background: #fff;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
  border: 1px solid #b8c2c9;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #a6b3bc;
  outline: none;
}

select {
  border: 1px solid #c9d1d6;
  border-radius: 8px;
  height: 48px;
  padding: 8px;
  background: #fff;
}

textarea {
  border: 1px solid #c9d1d6;
  border-radius: 8px;
  padding: 8px;
  height: 144px;
  outline: none;
  resize: none;
}

.fw {
  width: 100%;
  display: block;
}

.table-responsive-container {
  position: relative;
  overflow: auto;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 99%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #c9d1d6;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 8px;
  border: none;
  margin: 0;
  text-transform: normal;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 9.5px 15.2px;
  font-size: 12px;
}

.btn-sm {
  padding: 13.5px 14.985px;
  font-size: 15px;
  font-weight: 700;
}

.btn-md {
  padding: 14.5px 21.75px;
  font-size: 17px;
  font-weight: 700;
}

.btn-lg {
  padding: 18.5px 26.455px;
  font-size: 19px;
  font-weight: 700;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: #fff;
  background: #42ac39;
  border: 1px solid #42ac39;
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: #f0f0f0;
  border: 1px solid #399531;
  background: #399531;
}

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #e0e0e0;
  border: 1px solid #307e2a;
  background: #307e2a;
  box-shadow: none;
  outline: none;
}

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited,
.btn-default,
.btn-default:visited {
  color: #fff;
  background: #0b6bb5;
  border: 1px solid #0b6bb5;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #f0f0f0;
  border: 1px solid #095a98;
  background: #095a98;
}

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover,
.btn-default:active,
.btn-defoult:focus,
.btn-defoult:active:focus,
.btn-default:active:hover {
  color: #e0e0e0;
  border: 1px solid #07497b;
  background: #07497b;
  box-shadow: none;
  outline: none;
}

.table-responsive {
  border: 0;
  margin: 0;
}

/*-------------------- bootstrap classes END --------------------*/
/*------------------- VC default START ---------------------*/
/* tabs */
.vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.vc_tta-tabs .vc_tta-panel-body {
  padding: 35px 0 !important;
  border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab {
  width: 25%;
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
  border-bottom: none !important;
}

.vc_tta-tabs .vc_tta-tab > a {
  background: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  color: #0b6bb5;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #c9d1d6 !important;
  border-top: 1px solid #c9d1d6 !important;
  border-left: 1px solid #c9d1d6 !important;
  border-right: 1px solid #c9d1d6 !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child > a {
  margin-right: 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  margin-left: 0;
}

.vc_tta-tabs .vc_tta-tab > a:hover {
  color: #42ac39 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #42ac39 !important;
  color: #fff !important;
  font-weight: 600;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
  -webkit-transition: none !important;
  transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #42ac39 !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .vc_tta-tabs .vc_tta-panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #fff !important;
  }

  .vc_tta-tabs .vc_tta-panel-heading {
    border-radius: 0 !important;
    border: none !important;
    background: #0b6bb5 !important;
  }

  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #095a98 !important;
  }

  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #42ac39 !important;
  }

  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }

  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #42ac39;
    text-transform: uppercase;
  }
}
/* acordion */
.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-body {
  padding: 5px 0 14px 0 !important;
}

.vc_tta-accordion .vc_tta-title-text {
  font-size: 14px;
  color: #0b6bb5;
  font-weight: 400;
  text-transform: uppercase;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #42ac39;
  font-weight: 500;
}

.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #0b6bb5;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #0b6bb5;
  padding: 5px;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #42ac39;
  border: 5px solid #42ac39;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
  color: #fff !important;
  border-color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !important;
}

/* FAQ */
.vc_toggle {
  margin-bottom: 3px !important;
}

.vc_toggle_title {
  background: #0b6bb5;
  padding: 15px 40px !important;
  color: #42ac39;
}

.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}

.vc_toggle_icon {
  background: #42ac39 !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}

.vc_toggle_icon::after {
  display: none !important;
}

.vc_toggle_icon::before {
  background: #42ac39 !important;
  border: none !important;
  height: 14px !important;
}

.error-404 {
  margin-top: 150px;
  margin-bottom: 150px;
}

/*------------------- VC default END ---------------------*/
#jquery-cookie-law-script,
#jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #f1f1f3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3b89c7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #f9fafc;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #42ac39;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #399531;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #0b6bb5;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
#jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #095a98;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #eaedf1;
  border-top: 1px solid #f0f2f5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3b89c7;
}

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }

  #cookie-law-container {
    display: none;
  }

  #jquery-cookie-law-script.active {
    max-width: 230px;
  }

  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }

  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
/*------------------- include VC elements START ---------------------*/
.ns-cwi-container {
  display: table;
}

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px;
}

.ns-cwi-icon-inner {
  padding: 0;
  display: block;
}

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.ns-cwi-content-inner {
  display: block;
}

.title-banner {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  position: relative;
  text-align: left;
  margin-bottom: 35px;
  height: 526px;
}

/*.title-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba($secondary-color, 0.5);
}*/
.title-banner h1 {
  font-size: 44px;
  color: #005da8;
  font-weight: 700;
  margin: 46px 0 7px 0;
  z-index: 1;
  position: relative;
  padding-left: 70px;
}

.page-subtitle {
  font-size: 18px;
  color: #005da8;
  max-width: 50%;
  display: block;
  padding-left: 70px;
}

@media (max-width: 991px) {
  .title-banner h1,
  .page-subtitle {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .title-banner {
    padding-top: 30px;
    margin-bottom: 35px;
    height: 300px;
  }

  .title-banner h1 {
    font-size: 25px;
    margin-top: 0;
  }

  .title-banner h1,
  .page-subtitle {
    text-shadow: 0 0 40px #fff;
  }

  .page-subtitle {
    max-width: 60%;
  }
}
.title-banner.right h1 {
  width: 50%;
  float: right;
  padding-left: 0;
  clear: both;
  margin-top: 0;
}

.title-banner.right .page-subtitle {
  width: 50%;
  float: right;
  padding-left: 0;
  clear: both;
}

@media (max-width: 767px) {
  .title-banner.right h1 {
    width: 65%;
  }

  .title-banner.right .page-subtitle {
    width: 65%;
    max-width: 65%;
  }
}
.post-162 .title-banner.right h1,
.post-162 .title-banner.right .page-subtitle {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .post-162 .title-banner.right h1,
  .post-162 .title-banner.right .page-subtitle {
    padding-left: 0;
  }
}
.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative;
}

.breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #33862c;
}

.breadcrumbs ul a {
  color: #33862c;
  padding: 0 10px;
}

.breadcrumb_last {
  color: #33862c;
  padding-left: 10px;
  font-weight: 700;
  margin-right: 10px;
}

.ns-gallery {
  float: left;
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }

  .nsg-c6 {
    width: 16.666%;
  }

  .nsg-c5 {
    width: 20%;
  }

  .nsg-c4 {
    width: 25%;
  }

  .nsg-c3 {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }

  .nsg-c6 {
    width: 25%;
  }

  .nsg-c5 {
    width: 33.333%;
  }

  .nsg-c4 {
    width: 25%;
  }

  .nsg-c3 {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }

  .nsg-c6 {
    width: 50%;
  }

  .nsg-c5 {
    width: 50%;
  }

  .nsg-c4 {
    width: 50%;
  }

  .nsg-c3 {
    width: 100%;
  }
}
.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 56.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
  float: right;
  clear: both;
  margin-top: 27px;
}

.main-nav .collapse {
  padding: 0;
}

.main-nav .nav li {
  padding: 0;
  position: relative;
  padding-right: 40px;
}

.main-nav .nav li:last-child {
  padding-right: 0;
}

.main-nav .nav li a {
  color: #005da8;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  position: relative;
}

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  color: #42ac39;
  background: transparent;
}

.main-nav .nav li a .b {
  font-size: 18px;
  font-weight: 900;
  display: block;
}

.main-nav .nav li a i {
  margin-left: 10px;
  display: none;
}

.main-nav .nav li.current-menu-item > a,
.main-nav .nav li.current-menu-item > a:hover,
.main-nav .nav li.current-menu-item > a:focus,
.main-nav .nav li.current-page-ancestor > a,
.main-nav .nav li.current-page-ancestor > a:hover,
.main-nav .nav li.current-page-ancestor > a:focus {
  color: #42ac39;
}

.main-nav .sub-menu-container {
  /*padding-top: 15px;
  width: 345px;
  left: 50%;
  margin-left: -172px;*/
  float: left;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10;
  padding-top: 33px;
}

.main-nav .nav li:hover .sub-menu-container,
.main-nav .nav li:focus .sub-menu-container {
  display: block;
}

.main-nav .sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 5px solid rgba(186, 205, 215, 0.7);
  border-top: none;
  background-clip: padding-box;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 15px;
  margin-left: -25px;
}

.main-nav .sub-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav .sub-menu li {
  float: left;
  width: 100%;
  padding: 3px 20px !important;
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #0b6bb5;
  font-size: 16px;
  text-transform: none;
  white-space: nowrap;
}

.main-nav .sub-menu li a:hover {
  text-decoration: none;
}

.main-nav .sub-menu li a:before {
  content: "\f054";
  font-family: fontAwesome;
  color: #42ac39;
  font-size: 13px;
  margin-right: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav {
    margin-top: 5px;
  }

  .main-nav .nav li {
    padding-right: 55px;
  }

  header.fixed .main-nav .nav li {
    padding-right: 45px;
  }

  header.fixed .main-nav .nav li:last-child {
    padding-right: 0;
  }

  .main-nav .sub-menu-container {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .nav-section {
    position: absolute !important;
    top: 0;
  }

  .main-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    float: none;
  }

  .main-nav-col > .vc_column-inner {
    display: block !important;
  }

  .main-nav .navbar-header {
    float: none;
  }

  .main-nav .navbar-toggle {
    display: block;
    top: -40px;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }

  .main-nav .icon-bar {
    background: #0b6bb5;
    width: 35px;
    height: 5px;
    border-radius: 0;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
  }

  header.fixed .main-nav .navbar-collapse {
    height: 90vh;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .main-nav .navbar-collapse.collapse {
    display: none !important;
  }

  .main-nav .nav {
    float: none !important;
    margin: 30px 0 10px 0;
    padding: 0;
    border-top: 1px solid #c9d1d6;
  }

  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
    border-bottom: 1px solid #c9d1d6;
    position: relative;
  }

  /*.main-nav .nav li:before {
  	content: '\f0dd';
  	font-family: fontAwesome;
  	color: $border-color;
  	position: absolute;
  	right: 0;
  	display: block;
  	font-size: 30px;
  	padding: 9px;
  	//margin-top: 2px;
  	z-index: 1;
  }*/
  .main-nav .nav li a {
    padding: 8px 13px;
    color: #0b6bb5;
    font-size: 16px;
    border-bottom: none;
  }

  .main-nav .nav li a .b {
    font-size: 20px;
  }

  .main-nav .nav li a:hover {
    border-bottom: none;
  }

  .main-nav .nav li.active a,
  .main-nav .nav li.active a:hover,
  .main-nav .nav li.active a:focus {
    background: none;
    color: #42ac39;
    border-bottom: none;
    font-weight: 600;
  }

  .main-nav .nav li a i {
    display: block;
    color: #c9d1d6;
    position: absolute;
    right: 0;
    display: block;
    font-size: 30px;
    padding: 15px;
    z-index: 1;
    top: 0;
  }

  .main-nav .nav li a i:before {
    content: "\f0dd";
  }

  .main-nav .nav li a i.up:before {
    content: "\f0de";
    padding-top: 10px;
    display: block;
  }

  .main-nav .collapse.in {
    display: block !important;
  }

  .main-nav .sub-menu-container {
    float: none;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
  }

  /*.main-nav .sub-menu-container.show {
  	height: auto;
  }*/
  .main-nav .sub-menu {
    position: static;
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .main-nav .sub-menu li:first-child {
    border-top: none;
  }

  .main-nav .sub-menu li {
    float: none;
    width: 100%;
    padding: 3px 20px 3px 30px !important;
    display: block;
    border-right: none;
    border-bottom: none;
    position: relative;
  }

  .main-nav .sub-menu li a {
    padding: 0;
    background: transparent;
    color: #0b6bb5;
    font-size: 16px;
    text-transform: none;
    white-space: normal;
  }

  .main-nav .sub-menu li a:hover {
    text-decoration: none;
  }

  .main-nav .sub-menu li a:before {
    content: "\f054";
    font-family: fontAwesome;
    color: #42ac39;
    font-size: 13px;
    margin-right: 4px;
    position: absolute;
    left: -15px;
    top: 1px;
  }
}
.post-img-cover {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vc-pagination {
  border-top: 1px solid #c9d1d6;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}

.page-numbers {
  padding: 10px 15px;
  border: 1px solid #0b6bb5;
  font-weight: bold;
  color: #0b6bb5;
  text-decoration: none;
  display: inline-block;
}

.page-numbers:hover {
  text-decoration: none;
}

.page-numbers.current {
  border: 1px solid #42ac39;
  background: #42ac39;
  color: #fff;
}

.page-numbers.next {
  float: right;
}

.page-numbers.prev {
  float: left;
}

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #0b6bb5;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #42ac39;
}

.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  box-shadow: none;
}

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #42ac39;
  font-family: FontAwesome;
}

.vc_ns_content-slider-container .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.vc_ns_content-slider-container .slick-dots li button {
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

.vc_ns_content-slider-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}

.vc_ns_content-slider-container .slick-dots li button:hover:before,
.vc_ns_content-slider-container .slick-dots li button:focus:before {
  color: #999;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #42ac39;
}

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none;
}

/* ------------------------------------------ */
.learn-more-section {
  padding-top: 200px;
  padding-bottom: 180px;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .learn-more-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .learn-more-section {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .learn-more-section {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.info-section {
  border-top: 1px solid #c9d1d6;
  padding-top: 30px;
  margin-top: 20px;
}

.info-col {
  text-align: center;
  margin-bottom: 35px;
}

.info-col h3 {
  padding: 0 70px;
}

@media (max-width: 1199px) {
  .info-col h3 {
    padding: 0;
  }
}
.info-col .wpb_single_image {
  height: 200px;
}

footer {
  padding-top: 60px;
  font-size: 16px;
}

.footernav {
  margin-bottom: 30px;
}

.footernav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footernav li {
  position: relative;
  padding: 10px 0 10px 23px;
}

.footernav li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #42ac39;
  display: block;
  position: absolute;
  left: 0;
}

.footernav ul a {
  font-weight: 400;
}

.ccom {
  float: left;
}

.social-icons {
  float: left;
  margin-left: 20px;
  margin-top: -4px;
}

.social-icons i {
  font-size: 27px;
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .ccom {
    float: none;
  }
  .social-icons {
    float: none;
    position: absolute;
    left: 0;
    top: 63px;
    right: 0;
  }

  .social-icons i {
    color: #0b6bb5;
  }
}

.f-disclaimer {
  text-align: center;
  padding: 35px 0;
}

.top-header {
  background: #42ac39;
  padding: 4px 0;
  font-size: 14px;
}

.top-header a {
  color: #fff;
}

.top-header .wpb_text_column {
  margin-bottom: 0 !important;
}

.logo {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-header {
    margin-top: 30px;
  }

  .top-header .wpb_text_column {
    margin-top: -28px;
    padding-bottom: 28px;
  }

  .top-header .wpb_text_column a {
    color: #4e5156;
    position: relative;
    z-index: 2;
  }

  .logo {
    margin-top: -70px;
  }

  .logo img {
    max-height: 80px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .top-header .wpb_text_column a {
    display: none;
  }
}
header {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 10;
  width: 100%;
}

.small-logo {
  display: none;
  margin-bottom: 0 !important;
}

.small-logo img {
  max-height: 44px;
  width: auto;
}

.bottom-header {
  padding: 15px 0;
}

header.fixed {
  position: fixed;
  top: -29px;
  border-bottom: 1px solid #c9d1d6;
}

header.fixed .logo {
  display: none;
}

header.fixed .small-logo {
  display: block;
}

header.fixed .main-nav {
  margin-top: 0;
}

header.fixed .main-nav .nav li a {
  line-height: 1.2;
}

header.fixed .bottom-header {
  padding: 10px 0;
}

header.fixed .main-nav .sub-menu-container {
  padding-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.fixed {
    top: -59px;
  }

  header.fixed .small-logo {
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .bottom-header {
    padding: 0;
  }

  .logo {
    margin-bottom: -20px !important;
  }

  .logo img {
    max-height: 75px;
    width: auto;
  }

  header.fixed {
    top: 0;
  }
}
.main-section {
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px;
}

.slogan {
  margin-right: 200px;
  margin-bottom: 85px !important;
  margin-top: 25px;
}

.slogan img {
  max-height: 166px;
  width: auto;
}

.main-product {
  margin-bottom: -35px !important;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.main-bubble .wpb_column {
  width: 48%;
  border: 3px solid #c9d1d6;
  float: right;
  color: #005da8;
  font-size: 16px;
  margin-bottom: -70px;
  margin-top: -305px;
  margin-right: 60px;
  background: #fff;
  padding-bottom: 47%;
  position: relative;
  border-radius: 50%;
}

.main-bubble .vc_column-inner {
  position: absolute;
  padding: 85px 40px 0 70px !important;
}

.main-bubble p {
  margin-bottom: 20px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slogan {
    margin-bottom: 40px !important;
    z-index: 2;
    position: relative;
  }

  .slogan img {
    max-height: 126px;
    width: auto;
  }

  .main-product img {
    max-height: 225px;
    width: auto;
  }

  .main-bubble .wpb_column {
    width: 50%;
    margin-top: -265px;
    padding-bottom: 50%;
    margin-bottom: -55px;
  }

  .main-bubble .vc_column-inner {
    padding: 60px 20px 0 45px !important;
  }

  .main-bubble p {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-bubble .vc_column-inner {
    padding: 70px 35px 0 65px !important;
  }
}
@media (max-width: 767px) {
  .main-section {
    background-position: 57% center;
    background-size: cover;
    max-height: 300px;
    margin-bottom: 150px;
  }

  .slogan {
    margin-bottom: 20px !important;
    text-align: left !important;
  }

  .slogan img {
    max-height: 80px;
    width: auto;
  }

  .main-product img {
    max-height: 125px;
    width: auto;
  }

  .main-bubble .wpb_column {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding-bottom: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
  }

  .main-bubble .vc_column-inner {
    position: relative;
    padding: 30px !important;
  }

  .main-bubble p {
    margin-bottom: 8px !important;
  }
}
.product-item {
  margin-bottom: 35px;
}

.product-thumb {
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.product-content {
  min-height: 200px;
}

.product-title {
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #c9d1d6;
  margin-top: 10px;
  padding-top: 15px;
}

.ns-extra-tip-container {
  display: table;
  margin-bottom: 30px;
}

.ns-extra-tip-container div {
  display: table-cell;
  vertical-align: top;
}

.ns-extra-tip-title {
  padding-right: 18px;
  padding-left: 0;
}

.ns-extra-tip-title span {
  float: left;
  color: #fff;
  padding: 6px 18px 5px 10px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 0;
  font-weight: 700;
}

.ns-extra-tip-title span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 500px solid transparent;
  border-bottom: 500px solid transparent;
  border-left: 300px solid #ec6602;
  margin-top: -500px;
  z-index: -1;
}

.info-box {
  position: relative;
  background: #f1f5f7;
  padding: 13.5px 36px;
}

.info-box h2:after {
  right: auto;
  left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-top: -25px;
  content: "";
  position: absolute;
  top: 50%;
  border: 2px solid #ec6602;
  background: #fff url(../images/Info.png) 50% no-repeat;
  background-size: auto 65%;
  box-sizing: border-box;
}

.info-box h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #ec6602;
  padding-bottom: 5px;
  padding-left: 36px;
  padding-right: 18px;
  padding-top: 5px;
  margin-bottom: 13.5px;
  margin-left: -36px;
  z-index: 1;
}

.info-box .image-container {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.info-box .image-container img {
  width: auto;
  height: 100%;
  display: block;
}

@media (max-width: 767px) {
  .info-box .image-container img {
    display: none;
  }
}
.info-box > * {
  position: relative;
  z-index: 1;
}

.wpb_text_column ul,
.info-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpb_text_column ul {
  margin-bottom: 13px;
}

.wpb_text_column li,
.info-box li {
  padding-left: 18px;
  margin-bottom: 13.5px;
}

.wpb_text_column li:before,
.info-box li:before {
  content: "";
  border-left: 7px solid #00549a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 8px;
  margin-left: -15px;
  margin-top: -4px;
  vertical-align: middle;
}

.product-header {
  background: url(../images/p-back.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.product-header.depot {
  /*background: url(../images/p-back-depot.jpg) no-repeat;*/
  background-size: auto 100% !important;
  background-position: center !important;
  background: url(../images/product-ozadje.jpg) no-repeat;
}

.s-product-title {
  font-weight: 700;
  color: #005da8;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 150px;
  margin-bottom: 0;
}

.product-title-desc {
  font-weight: 700;
  color: #005da8;
  margin-bottom: 50px;
  font-size: 26px;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .s-product-title {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    text-align: center;
  }

  .product-title-desc {
    margin-bottom: -30px;
    font-size: 22px;
    margin-left: 0;
    text-align: center !important;
  }

  .s-product-slogan img {
    max-height: 80px;
    width: auto;
  }

  .s-product-img {
    margin-top: -20px;
    text-align: center !important;
  }

  .s-product-img img {
    max-height: 170px;
    width: auto;
  }
}
.grey-section {
  background: #f1f5f7;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.product-tabs {
  position: absolute;
}

.product-tabs.vc_tta-tabs .vc_tta-tab {
  width: 100%;
}

.product-tabs .vc_tta-tabs-container {
  width: 266px;
  overflow: visible !important;
}

.product-tabs .vc_tta-tabs-list {
  width: 100%;
  overflow: visible !important;
}

.product-tabs.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  text-align: left;
  text-transform: none;
  background: #f1f5f7 !important;
  border: none !important;
  margin-bottom: 3px;
  color: #0b6bb5;
  -webkit-transition: none !important;
  transition: none !important;
}

.product-tabs.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  font-weight: 400;
  background: #0b6bb5 !important;
  position: relative;
}

.product-tabs.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a:before {
  content: "";
  display: block;
  position: absolute;
  right: -13px !important;
  top: 0 !important;
  background: linear-gradient(to right top, #0b6bb5 50%, transparent 50%);
  width: 13px !important;
  left: auto !important;
  bottom: 50% !important;
  height: auto !important;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}

.product-tabs.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a:after {
  content: "";
  display: block;
  position: absolute;
  right: -13px !important;
  top: 50% !important;
  background: linear-gradient(to right bottom, #0b6bb5 50%, transparent 50%);
  width: 13px !important;
  left: auto !important;
  bottom: 0 !important;
  height: auto !important;
  z-index: 1;
}

.product-tabs .vc_tta-panels-container {
  padding-left: 80px;
}

.vc_row.alergen-section {
  border-top: 1px solid #c9d1d6;
  border-bottom: 1px solid #c9d1d6;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
}

.sidebar {
  width: 310px;
}

@media (max-width: 767px) {
  .product-tabs {
    position: static;
  }

  .product-tabs .vc_tta-tabs-container {
    width: 100%;
  }

  .product-tabs.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a:before {
    display: none;
  }

  .product-tabs.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a:after {
    display: none;
  }

  .product-tabs .vc_tta-panels-container {
    padding-left: 0;
  }

  .vc_tta-tabs .vc_active .vc_tta-panel-heading {
    background: #0b6bb5;
  }

  .vc_tta-panel-heading h4 {
    padding-top: 0;
  }

  .vc_tta-tabs .vc_tta-title-text {
    color: #fff;
  }

  .sidebar {
    width: 100%;
    margin: 20px 0 0 0 !important;
  }

  .sidebar .vc_empty_space {
    display: none;
  }
}
.products-slider {
  float: left;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-top: 50px;
}

.products-slider:before,
.products-slider:after {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  /* width: 100%; */
  height: 180px;
  z-index: -1;
  display: block !important;
}

.products-slider:before {
  top: 0;
  background: radial-gradient(
    ellipse at 61% 150%,
    rgba(20, 176, 226, 0) 60%,
    #14b0e2 96%
  );
}

.products-slider:after {
  bottom: 0;
  background: radial-gradient(
    ellipse at 41% -150%,
    rgba(20, 176, 226, 0) 60%,
    #14b0e2 96%
  );
}

.slick-prev,
.slick-next {
  height: auto;
  width: auto;
}

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

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

.slick-prev:before,
.slick-next:before {
  font-family: fontAwesome;
  color: #0b6bb5;
  font-size: 90px;
  opacity: 1;
  transition: 0.3s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #42ac39;
}

.light-blue-box > .vc_column-inner > .wpb_wrapper {
  background: #e4f0f1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}

.light-blue-box .wpb_text_column {
  margin-bottom: 0 !important;
}

.back-img-cover {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center center;
}

.blue-bar-link a {
  width: 100%;
  background: #0b6bb5;
  color: #fff;
  padding: 15px;
  display: block;
}

.light-blue-box-text {
  padding: 0 30px;
  margin-top: 20px;
}

.light-blue-box ul {
  list-style: none;
  margin: 0;
  padding: 5px 30px 10px 30px;
}

.light-blue-box li {
  border-bottom: 1px solid #c9d1d6;
  position: relative;
  padding: 12px 0 12px 23px;
  margin-bottom: 0;
}

.light-blue-box li:last-child {
  border-bottom: none;
}

.light-blue-box li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #42ac39;
  display: block;
  position: absolute;
  left: 0;
  border-left: none;
  border-top: none;
  border-bottom: none;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  /* vertical-align: middle; */
}

.light-blue-box ul a {
  font-weight: 900;
}

.tooltip-icon {
  width: 25px;
  height: 25px;
  float: right;
  text-align: center;
  border: 1px solid #0b6bb5;
  color: #0b6bb5;
  border-radius: 50%;
  margin-top: -25px;
  margin-bottom: 15px;
}

.tooltip-icon:before {
  content: "\f129";
  font-family: fontAwesome;
  display: block;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 2px;
}

.show .tooltip-icon {
  border: 1px solid #0b6bb5;
  color: #fff;
  background: #0b6bb5;
}

.tooltip-icon:hover {
  border: 1px solid #42ac39;
  color: #42ac39;
}

.show .tooltip-icon:hover {
  border: 1px solid #42ac39;
  color: #fff;
  background: #42ac39;
}

.tooltip-bubble {
  background: #fff;
  border: 1px solid #c9d1d6;
  padding: 10px;
  float: left;
  width: 100%;
  display: none;
}

.show .tooltip-bubble {
  display: block;
}

.mag-calc-wrap {
  text-align: center;
}

.mag-calc {
  background: #f1f5f7;
  border: 1px solid #bacdd7;
  margin-bottom: 20px;
  text-align: left;
}

.mag-calc .row {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.mag-calc-age-group-1,
.mag-calc-age-group-2,
.mag-calc-other {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mag-calc-age-group-1,
.mag-calc-age-group-2 {
  border-right: 1px solid #bacdd7;
}

.mag-calc-age-group-1 {
  padding-left: 30px;
}

.mag-calc-separator {
  width: calc(100% + 16px);
  margin-left: -15px;
  height: 1px;
  background: #bacdd7;
  margin-bottom: 10px;
  margin-top: 30px;
}

.mag-calc label {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.mag-calc-title {
  color: #0b6bb5;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mag-calc-result {
  border: 1px solid #ec6602;
  background: rgba(236, 102, 2, 0.04);
  display: none;
}

.mag-calc-result-header {
  background: #ec6602;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 5px 10px;
}

.mag-calc-result-header b {
  font-size: 24px;
}

.mag-calc-result-text {
  padding: 10px;
}

.mag-calc-result-text-small {
  margin-top: 15px;
  font-size: 14px;
}

.sport-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 400px;
  padding-top: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sport-banner {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sport-banner {
    background-size: auto 450px;
    background-position: left top;
    padding-top: 400px;
  }
}
@media (max-width: 767px) {
  .sport-banner {
    background-size: auto 300px;
    background-position: 0 -50px;
    padding-top: 200px;
  }
}

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

.b_MSIE.bv_11 .product-tabs .vc_tta-panels-container {
  display: block !important;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.wpcf7-form .row {
  margin-bottom: 20px;
}

.product-slider-item-img {
  max-width: 100%;
}

.slick-disabled .fa {
  display: none;
}

.light-blue-back {
  background: #f1f5f7;
}

.product-slider-item-wrap {
  padding: 0 15px;
}

.product-slider-item-content {
  background: #fff;
  text-align: center;
}

.product-slider-text {
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-slider-text p {
  margin-bottom: 0;
}

.product-slider .slick-prev,
.product-slider .slick-next {
  width: 32px;
}

.main-slider .slick-slide {
  background-position: center center;
  background-size: cover;
}

[id="1560261260711-f226b10b-69d2"],
[id="1560261260711-f226b10b-1111"] {
  background-position: right center !important;
}

[id="1743684864538-9adbdad3-60cf"] {
  background-position: center center !important;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  [id="1560261260711-f226b10b-69d2"],
  [id="1743684864538-9adbdad3-60cf"] {
    /*background-position: -425px !important ;*/
    background-position: -495px !important;
  }
}

@media (min-width: 1200px) {
  [id="1560255297227-7f7a607f-f8ed"] .vc_tta-panel-body {
    padding-right: 375px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  [id="1560255297227-7f7a607f-f8ed"] .vc_tta-panel-body {
    padding-right: 308px;
  }
}

.main-slider .slick-dots {
  bottom: 30px;
}

@media (min-width: 1200px) {
  [id="1560261260711-f226b10b-69d2"] .main-bubble,
  [id="1743684864538-9adbdad3-60cf"] .main-bubble,
  [id="1560261260711-f226b10b-1111"] .main-bubble {
    padding-right: 375px;
    margin-top: 300px;
  }


  [id="1560261260711-f226b10b-1111"] .main-bubble {
    padding-right: 375px;
    margin-top: 200px;
  }

  [id="1560261260711-f226b10b-69d2"] .main-bubble .wpb_column,
  [id="1560261260711-f226b10b-1111"] .main-bubble .wpb_column {
    margin-right: -45px;
  }

  [id="1743684864538-9adbdad3-60cf"] .main-bubble .wpb_column {
    margin-right: 50px;
  }


 [id="1560255296570-f2605398-9c68"] .main-bubble .wpb_column {
    margin-right: 50px;
  }

  .main-slider .new-product {
    float: left;
    max-width: 520px;
    /* margin-top: -110px; */
    margin-top: -70px;
    margin-bottom: -30px;
    position: relative;
    z-index: 10;
  }

  .new-slogan {
    max-width: 320px;
    margin-left: 480px;
    position: relative;
    z-index: 10;
    margin-top: 160px;
    margin-bottom: -50px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  [id="1560261260711-f226b10b-69d2"] .main-bubble,
  [id="1743684864538-9adbdad3-60cf"] .main-bubble,
  [id="1560261260711-f226b10b-1111"] .main-bubble {
    margin-top: 200px;
    padding-right: 300px;
  }

  [id="1560261260711-f226b10b-69d2"] .main-bubble .wpb_column,
  [id="1743684864538-9adbdad3-60cf"] .main-bubble .wpb_column,
  [id="1560261260711-f226b10b-1111"] .main-bubble .wpb_column {
    margin-right: -25px;
  }

  .main-slider .new-product {
    float: left;
    max-width: 305px;
    margin-top: -74px;
    margin-bottom: -40px;
    position: relative;
    z-index: 10;
  }

  .new-slogan {
    max-width: 320px;
    margin-left: 480px;
    position: relative;
    z-index: 10;
    margin-top: 70px;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  [id="1560261260711-f226b10b-69d2"],
  [id="1560261260711-f226b10b-1111"] {
    /*background-position: -850px !important ;*/
    background-position: -950px !important;
  }

  .main-slider .new-product {
    max-width: 300px;
    margin-bottom: -30px;
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  [id="1560261260711-f226b10b-69d2"],
  [id="1560261260711-f226b10b-1111"] {
    background-position: -50px !important;
    /*background-position: -280px center !important;*/
    /*background-position: -80px center !important;*/
  }

  .main-slider .slick-slider {
    margin-bottom: 250px;
  }

  .main-slider .slick-list {
    overflow: visible;
  }

  .main-slider .slick-slide {
    height: 230px;
  }

  .main-slider .new-product {
    max-width: 155px;
    float: left;
    clear: both;
  }

  .new-slogan {
    float: left;
    margin-right: 45px;
    clear: both;
  }

  .new-slogan img {
    max-height: 50px;
  }

  .main-slider .slick-dots {
    bottom: -230px;
  }

  .main-bubble .wpb_column {
    border-bottom: none;
  }
}
.product-header.depot {
  background-size: cover;
}

@media (max-width: 567px) {
  [id="1560261260711-f226b10b-69d2"],
  [id="1560261260711-f226b10b-1111"] {
    background-position: -280px !important;
  }
}

@media (max-width: 450px) {
  [id="1560261260711-f226b10b-69d2"],
  [id="1560261260711-f226b10b-1111"] {
    background-position: -380px center !important;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-detail-icons-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
.product-detail-icons-container {
  display: flex;
  align-items: center;
  padding: 30px;
}
.product-detail-icons-container span {
  display: block;
  color: #045aa3;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
}
.product-header .btn {
  margin-left: 50px;
}
.lekarne-modal .modal-lg {
  width: 1200px;
}
.lekarne-modal .lekarne-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.lekarne-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
}
.lekarne-modal .modal-header h5 {
  font-size: 24px;
  border-bottom: none;
  padding: 0;
  margin: 0 !important;
}
.lekarne-modal .modal-header button.close {
  font-size: 32px;
}
.lekarne-modal .modal-header:before,
.lekarne-modal .modal-header:after {
  display: none;
}
.lekarne-modal .modal-body {
  padding: 40px;
}
.lekarne-modal .lekarna-item {
  display: flex;
  flex-direction: column;
}
.lekarne-modal .lekarna-item img {
  align-self: center;
  margin-top: auto;
  margin-bottom: 12px;
}
.lekarne-modal .lekarna-item .btn {
  margin-bottom: 0;
  align-self: center;
  padding: 6px 12px !important;
  font-size: 19px !important;
  font-weight: 400 !important;
}

.icon-card-txt-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0 0 0;
  color: #0b6bb5;
  font-size: 18px;
}
.icon-card-txt-wrapper img {
  margin-right: 10px;
}
.product-s-desc.green-txt {
  font-size: 16px;
  font-weight: 700;
  color: #42ac39;
  margin: 10px 0 5px 0;
}
.product-s-desc.small-txt {
  font-size: 11px;
  color: #4e5156;
}

@media screen and (max-width: 1280px) {
  .lekarne-modal .modal-lg {
    width: 900px;
  }
  .lekarne-modal .lekarne-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .lekarne-modal .modal-body {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .lekarne-modal .modal-lg {
    width: 720px;
  }
  .lekarne-modal .lekarne-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lekarne-modal .modal-lg {
    width: 100%;
  }
  .product-header > div > div > div {
    text-align: center;
  }
  .btn-popup-trigger {
    padding: 5px 12px !important;
    margin: 0 auto 30px 0 !important;
  }
  .product-title-desc {
    margin-bottom: 50px;
  }
  .product-detail-icons-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .lekarne-modal .modal-header h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .lekarne-modal .lekarne-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .product-detail-icons-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-detail-icons-container {
    justify-content: center;
  }
}




.ns_badge {
    position: absolute;
    background: #34a030;
    color: #fff;
    padding: 5px 6px 2px 6px;
    font-size: 14px;
    top: 30px;
}