/*----------------------------------------------------------------*/
* {
  outline: none; }
  
@font-face {
  font-family: 'Bahnschrift';
  src: url('bahnschrift.ttf') format('truetype'),
       url('Bahnschrift.woff2') format('woff2'),
       url('Bahnschrift.woff') format('woff');
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  /* font-family: 'Zilla Slab', serif; */
  font-family: 'Bahnschrift';
  color: #293a3e; }

.small-footer {
  background: #293a3e;
  color: #727d80;
  font-size: 14px;
  padding: 20px 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

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

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

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

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

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

  .ns-link {
    margin-top: 5px;
    float: none;
    display: block; } }
/*-------------------- typography START --------------------*/
h1 {
  font-size: 36px;
  font-weight: 700;
  color: #293a3e; }

h2 {
  font-size: 30px;
  font-weight: 700;
  color: #293a3e;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px; }

h2:before {
  content: '';
  height: 1px;
  background: #ee3224;
  width: 165px;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0; }

.white h2 {
  color: #fff; }

h2[style="text-align: center;"]:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (max-width: 767px) {
  h2 {
    font-size: 25px; } }
h3 {
  font-size: 18px;
  font-weight: 700;
  color: #293a3e; }

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000; }

h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ee3224;
  border-bottom: 1px solid #ee3224;
  padding-bottom: 10px;
  margin-bottom: 20px !important; }

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

a {
  color: #ee3224;
  text-decoration: none; }

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

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
  padding: 8px;
  background: #fff; }

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

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

textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none; }

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

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

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

table td {
  border: 1px solid #ccc;
  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: 0 20px;
  border: none;
  margin: 0;
  text-transform: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1; }

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 6px 9.6px;
  font-size: 11px; }

.btn-sm {
  padding: 9px 22.5px;
  font-size: 14px;
  font-weight: 700; }

.btn-md {
  padding: 11px 16.5px;
  font-size: 16px;
  font-weight: 700; }

.btn-lg {
  padding: 15px 21.45px;
  font-size: 18px;
  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: #ee3224;
  border: 1px solid #ee3224; }

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

#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 #c51c0f;
  background: #c51c0f;
  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: #ee3224;
  background: transparent;
  border: 1px solid #ee3224; }

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

#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: #c51c0f;
  border: 1px solid #c51c0f;
  background: transparent;
  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: #293a3e;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !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: #ee3224 !important; }

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #ee3224 !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: #ee3224 !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: #293a3e !important; }

  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #1d292c !important; }

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

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

  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #ee3224;
    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: #293a3e;
  font-weight: 400;
  text-transform: uppercase; }

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

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

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

.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: #293a3e;
  padding: 15px 40px !important;
  color: #ee3224; }

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

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

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

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

/*------------------- 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: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #ee3224;
  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: #e22012;
  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: #293a3e; }

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

/* ---------- 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: 75px;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 35px; }

.title-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 58, 62, 0.5); }

.title-banner h1 {
  font-size: 28px;
  color: #cf1d10;
  font-weight: 700;
  margin: 16px 0 0 0;
  z-index: 1;
  position: relative; }

.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative; }

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

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

.breadcrumb_last {
  color: #cf1d10;
  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%; }

.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: #ee3224;
  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: #333; }

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

/* -------------------------------------------- */
/* half section */
.left {
  float: left; }

.right {
  float: right; }

.half-container {
  width: 570px; }

.half-container.right {
  padding-right: 30px; }

.half-container.left {
  padding-left: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .half-container {
    width: 470px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .half-container {
    width: 360px; } }
@media (max-width: 767px) {
  .half-container {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  .half-container.right {
    padding-right: 15px; } }
.half-section {
  background: #e6e6e6; }

@media (max-width: 767px) {
  .half-section {
    display: table !important; }

  .half-section > .wpb_column {
    display: table-caption !important; }

  .half-section .half-section-img {
    display: table-cell !important; } }
.half-section .half-container {
  padding-top: 50px;
  padding-bottom: 50px; }

@media (max-width: 767px) {
  .half-section .half-container {
    padding-top: 30px;
    padding-bottom: 30px; } }
.half-section-img > .vc_column-inner {
  background-position: center center;
  background-size: cover; }

/* -------------------------------------------- */
.big-footer {
  background: #293a3e;
  color: #fff;
  padding-top: 45px; }

.contact-section {
  color: #fff; }

.services-section > .wpb_column > .vc_column-inner > .wpb_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; }

.product-item {
  background: #e6e6e6;
  border-radius: 10px;
  text-align: center;
  display: block;
  padding: 30px 20px 60px 20px;
  -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;
  position: relative;
  margin-bottom: 35px; }

.product-item p {
  color: #293a3e; }

.product-item:hover {
  color: #fff;
  background: #293a3e;
  text-decoration: none; }

.product-item:hover h3,
.product-item:hover p {
  color: #fff; }

.product-item-img-wrap {
  height: 85px; }

.product-item-img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 20px;
  max-height: 100%; }

.product-btn-wrap {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0; }

.contact-section {
  background-size: cover;
  background-position: center center; }

.contact-section .contact-btn-wrap {
  text-align: center; }

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="password"] {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  margin-top: 7px; }

.contact-section input[type="text"]:hover,
.contact-section input[type="email"]:hover,
.contact-section input[type="password"]:hover {
  border: 1px solid #fff; }

.contact-section input[type="text"]:focus,
.contact-section input[type="email"]:focus,
.contact-section input[type="password"]:focus {
  border: 1px solid #fff;
  outline: none; }

.contact-section textarea {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  margin-top: 7px; }

.contact-section select {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  margin-top: 7px;
  height: 40px; }

/*------------------------ gague start ------------------------------*/
.gauge-outer-container {
  margin-bottom: 35px; }

.gauge-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 50%;
  margin-bottom: 25px; }

.gauge-a {
  z-index: 1;
  position: absolute;
  background-color: #e6e6e6;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 650px 650px 0px 0px; }

.gauge-b {
  z-index: 3;
  position: absolute;
  background-color: #fff;
  width: 50%;
  height: 50%;
  bottom: 0;
  margin-left: 25%;
  margin-right: auto;
  border-radius: 650px 650px 0px 0px; }

.gauge-c {
  z-index: 2;
  position: absolute;
  background-color: #ee3224;
  width: 100%;
  height: 100%;
  top: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 650px 650px;
  transform-origin: center top; }

/*.start .gauge-c {
	-webkit-animation: gauge 3s forwards; 
    animation: gauge 3s forwards;
}*/
/*.gague-container:hover .gauge-c {  
	transform:rotate(.5turn);
}*/
.gauge-data {
  z-index: 4;
  color: #293a3e;
  font-size: 28px;
  position: absolute;
  width: 50%;
  bottom: 0;
  margin-left: 25%;
  margin-right: auto;
  transition: all 1s ease-out;
  font-weight: 700; }

.gauge-data p {
  line-height: 1;
  margin-bottom: 0; }

.gauge-data p:before {
  content: '+'; }

.gauge-title {
  width: 100%;
  border-top: 1px solid #293a3e;
  text-align: center;
  font-weight: 700;
  padding-top: 15px; }

/*------------------------ gague end ------------------------------*/
.main-slider-section {
  position: relative;
  text-align: center;
  color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.main-slider-section h1 {
  color: #fff;
  margin-bottom: 25px; }

.main-slider-section .slick-slide {
  height: 780px;
  background-size: cover;
  background-position: center center;
  position: relative; }

.main-slider-section p {
      text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 1px black;
}


@media (max-width: 767px) {
  .main-slider-section .slick-slide {
    height: 480px; } }
.main-slider-section .slick-slide:before {
  content: '';
  background: rgba(41, 58, 62, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1; }

.main-slider-section .slick-prev,
.main-slider-section .slick-next,
.main-slider-section .slick-prev:hover,
.main-slider-section .slick-next:hover {
  height: 40px;
  width: 40px;
  text-align: center;
  z-index: 2;
  border-radius: 0;
  border: 2px solid #fff;
  border-radius: 50%; }

.main-slider-section .slick-prev:before,
.main-slider-section .slick-next:before {
  font-family: 'fontAwesome';
  font-size: 22px;
  margin-top: -3px;
  font-weight: bold;
  color: #fff; }

.main-slider-section .slick-prev {
  left: 50px; }

.main-slider-section .slick-next {
  right: 50px; }

.center-container {
  margin-left: auto !important;
  margin-right: auto !important; }

.main-slider-content {
  min-height: 0 !important;
  height: 0 !important; }

.main-slider-content > .vc_column-inner > .wpb_wrapper {
  position: absolute !important;
  z-index: 2;
  bottom: 100px; }

@media (max-width: 767px) {
  .main-slider-content > .vc_column-inner > .wpb_wrapper {
    bottom: 20px; } }
/* ----- main nav ------ */
.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: 0 18px;
  line-height: 1; }

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

.main-nav .nav li a {
  color: #293a3e;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
  padding-bottom: 27px; }

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  color: #ee3224;
  background: transparent;
  border-bottom: 5px solid #ee3224; }

.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 {
  background: transparent;
  color: #ee3224;
  border-bottom: 5px solid #ee3224; }

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

  .main-nav .nav li {
    padding: 0 11px; }

  .main-nav .nav li a {
    font-size: 14px;
    padding-bottom: 16px; } }
@media (max-width: 991px) {
  .nav-section {
    position: absolute !important;
    top: 0; }

  .main-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
    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: -60px;
    position: absolute;
    right: 0;
    margin: 0; }

  .main-nav .icon-bar {
    background: #ee3224; }

  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #ccc; }

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

  .main-nav .nav {
    float: none !important;
    margin: 10px 0 10px 0;
    padding: 0; }

  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none; }

  .main-nav .nav li a {
    padding: 13px;
    color: #293a3e;
    border-bottom: none; }

  .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: #ee3224;
    border-bottom: none;
    font-weight: 700; }

  .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 {
    border-bottom: none; }

  .main-nav .collapse.in {
    display: block !important; } }
@media (max-width: 767px) {
  .main-nav .navbar-toggle {
    top: -45px; } }
header .btn {
  float: right;
  margin-top: 10px; }

@media (max-width: 991px) {
  header .btn {
    position: absolute;
    top: -65px;
    right: 150px; } }
@media (max-width: 767px) {
  header .btn {
    display: none; } }
/* language selector */
.language-selector-container {
  float: right;
  position: relative;
  width: 55px;
  margin-left: 18px;
  padding: 6px 3px;
  right: 0;
  margin-top: 10px; }

@media (max-width: 991px) {
  .language-selector-container {
    position: absolute;
    top: -65px;
    right: 80px; } }
@media (max-width: 767px) {
  .language-selector-container {
    top: -50px;
    right: 60px; } }
.language-selector-container span {
  padding: 0;
  float: left;
  line-height: 1;
  color: #ee3224;
  cursor: default;
  margin-left: 3px;
  margin-right: 5px; }

.language-selector-container i {
  float: right;
  color: #293a3e;
  margin-right: 3px;
  margin-top: 3px; }

.language-selector {
  position: absolute;
  background: rgba(41, 58, 62, 0.7);
  z-index: 11;
  top: 34px;
  float: right;
  width: 53px;
  display: none;
  left: 0;
  padding: 5px 0; }

.language-selector.open {
  display: block; }

/*.language-selector-container:hover .language-selector {
    display: block;
}*/
.language-selector span {
  display: none; }

.language {
  width: 100%;
  float: left;
  padding: 3px; }

.language span {
  padding: 0;
  margin-right: 0;
  color: #ee3224; }

.language-selector-container .language span {
  display: block; }

.flag {
  width: 25px;
  height: 21px;
  float: left;
  margin: 0 8px 0 10px; }

.flag.sl {
  background: url(../images/slo.png) center center no-repeat; }

.flag.en {
  background: url(../images/gb.png) center center no-repeat; }

.flag.de {
  background: url(../images/de1.png) center center no-repeat; }

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 15px; }

.footer-nav li {
  padding-bottom: 5px; }

.footer-nav a {
  color: #fff; }

.footer-nav a:hover {
  color: #ee3224;
  text-decoration: none; }

.footer-contact a {
  font-size: 18px;
  font-weight: 700; }

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

@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    max-height: 80px;
    width: auto; } }
@media (max-width: 767px) {
  .logo img {
    max-height: 50px;
    width: auto; } }
.title-banner {
  padding-bottom: 75px; }

.title-banner h1 {
  color: #fff;
  font-size: 45px;
  text-shadow: 1px 1px 1px #293a3e; }

.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; }

.big-footer .post-img-cover {
  height: 85px;
  min-height: 85px; }

.news-item {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

.big-footer h3 {
  margin: 0;
  margin-top: 5px; }

.big-footer .news {
  margin-bottom: 15px; }

.big-footer .news p {
  line-height: 1.2;
  margin-bottom: 10px; }

/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  background: #e6e6e6;
  padding: 0 20px; }

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }

.sidenav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  float: left;
  width: 100%;
  padding: 18px 0; }

.sidenav li:last-child {
  border-bottom: none; }

.sidenav a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #293a3e;
  float: left;
  line-height: 1.3; }

/*.sidenav a:before {
	content: '\f1db';
	font-family: fontAwesome;
	font-size: 9px;
	font-weight: bold;
	float: left;
	width: 20px;
	margin-top: 5px;
	margin-left: -20px;
}*/
.sidenav a:hover {
  color: #293a3e;
  text-decoration: none;
  font-weight: 700; }

/*.sidenav a:hover:before {
	content: '\f111';
}*/
/*.sidenav li.current-menu-item,
.sidenav li.current-page-ancestor {
	padding-bottom: 10px;
}*/
.sidenav li.current-menu-item a,
.sidenav li.current-page-ancestor a {
  color: #ee3224;
  font-weight: 900; }

.wpb_text_column ul {
  margin-top: -14px;
  margin-bottom: 24px;
  padding-left: 20px; }

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

select option {
    color: #000;
}
.odd-pomoc-btn {
  margin-right:10px;
}
@media screen and (max-width:991px){
  .odd-pomoc-btn {
   display: none;
  }
}

/* VIDEO BANNER */

.video-banner {
  top: -180px; 
  position: relative;
  margin-left: 50vw;
  transform: translate(-50%);
}

@media screen and (max-width:991px) {
  .video-banner {
    top: -200px;
  }
}

@media screen and (max-width:767px) {
  .video-banner {
    height: 100%;
    top: 0px;
  }
}


/* START - PODPORA 17.11.2023 - popravek slik na vstopni strani za EN in DE */
.home.lang-en .half-section-img *,
.home.lang-de .half-section-img * {
    height: 100%;
}
.home.lang-en .half-section-img .wpb_single_image,
.home.lang-de .half-section-img .wpb_single_image {
    margin-bottom: 0 !important;
}
.home.lang-en .half-section-img img,
.home.lang-de .half-section-img img {
    object-fit: cover;
}

.home.lang-en .contact-section,
.home.lang-de .contact-section {
    background: black !important;
}
/* END - PODPORA 17.11.2023 - popravek slik na vstopni strani za EN in DE */