/*----------------------------------------------------------------*/
* {
  outline: none;
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", sans-serif;
  color: #50616b;
}

.small-footer {
  background: #005485;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ns-link {
  float: right;
  color: #ffffff;
}
.ns-link svg path,
.ns-link svg rect {
  fill: #ffffff;
}

.ns-link:hover {
  color: #fff !important;
  text-decoration: underline;
}
.ns-link:hover svg path,
.ns-link:hover svg rect {
  fill: #f26921;
}

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

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

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

@media screen and (max-width: 768px) {
  .skip-to-content-link {
    display: none;
  }
  .small-footer {
    text-align: center;
  }

  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 26px;
  font-weight: 700;
  color: #50616b;
  border-bottom: 1px solid #d5dde1;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #50616b;
  border-bottom: 1px solid #d5dde1;
  display: block;
  padding-bottom: 12px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #50616b;
  padding-bottom: 12px;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  color: #50616b;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

p {
  line-height: 1.7;
  margin-bottom: 23.8px;
}

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

a:hover {
  color: #006aa6;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted !important;
}

/*-------------------- typography END --------------------*/

h3.home-post-item {
  font-size: 18px;
}

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

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

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

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

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

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

table {
  min-height: 0.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 #d5dde1;
  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;
  border: none;
  margin: 0;
  text-transform: unormal;
  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: 10px 11.1px;
  font-size: 14px;
}

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

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

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

#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: #242424;
  border: 1px solid #005688;
  background: #005688;
  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: #242424;
  background: #a7cf4c;
  border: 1px solid #a7cf4c;
}

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

#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: #242424;
  border: 1px solid #88af2f;
  background: #88af2f;
  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: #a7cf4c;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #d5dde1 !important;
  border-top: 1px solid #d5dde1 !important;
  border-left: 1px solid #d5dde1 !important;
  border-right: 1px solid #d5dde1 !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: #005485 !important;
}

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

  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #9bc735 !important;
  }

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

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

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

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

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

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

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

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

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

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

.vc_toggle_icon::before {
  background: #005485 !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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #005485;
  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: #006aa6;
  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: #a7cf4c;
}

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

/* ---------- 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;
  position: relative;
  text-align: center;
  height: 290px;
}

@media (max-width: 767px) {
  .title-banner {
    height: 130px;
  }
}
/*.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: 28px;
  color: #005d92;
  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: darken($primary-color, 10%);
}

.breadcrumbs ul a {
	color: darken($primary-color, 10%);
	padding: 0 10px;
}

.breadcrumb_last {
	color: darken($primary-color, 10%);
	padding-left: 10px;
	font-weight: 700;
	margin-right: 10px;
}*/
.breadcrumbs-container {
  border-bottom: 1px solid #d5dde1;
  padding: 8px 0;
  margin-bottom: 30px;
}

.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #005485;
}

.ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}

.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 700;
}

.ns-breadcrumbs li:after {
  content: "/";
  margin-left: 9px;
  color: #50616b;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs a {
  color: #50616b;
}

.ns-breadcrumbs a:hover {
  color: #005485;
  text-decoration: none;
}

.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-r10-14 {
  padding-bottom: 140%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-size: cover;
}

/*.nsg-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	//max-width: 100%;
	max-height: 100%;
}*/
.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
  float: right;
  clear: both;
  margin-top: 23px;
}

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

.main-nav .nav li {
  padding: 0;
  position: relative;
  margin-left: 30px;
}

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

.main-nav .nav li a {
  color: #005485;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}

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

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

.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: #005485;
  border-bottom: 2px solid #005485;
}

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

.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;
  width: 100%;
}

.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: 15px !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: #fff;
  font-size: 18px;
  text-transform: none;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .nav li a {
    font-size: 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: -50px;
    position: absolute;
    right: 0;
    margin: 0;
  }

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

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

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

  .main-nav .navbar-collapse.show {
    display: block !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: #005485;
    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: #a7cf4c;
    border-bottom: none;
    font-weight: 700;
  }

  .main-nav .collapse.in {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .main-nav .navbar-toggle {
    top: -40px;
  }
}
/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  background: #005485;
  padding: 0 20px;
}

.sidenav .sidenav-title {
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 28px 0 15px 0;
}

.sidenav-title:before {
  display: none;
}

.sidenav-title h2 {
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

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

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

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

.sidenav .page_item_has_children.current-menu-item,
.sidenav .page_item_has_children.current-page-ancestor {
  padding-bottom: 0;
}

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

.sidenav a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.sidenav a:before {
  content: "\f054";
  font-family: fontAwesome;
  font-size: 13px;
  font-weight: bold;
  float: left;
  width: 20px;
  margin-top: 2px;
  margin-left: -20px;
}

/*.sidenav a:hover:before {
	content: '\f111';
}*/
.sidenav li.current-menu-item > a,
.sidenav li.current-page-ancestor > a {
  color: #fff;
  font-weight: 700;
}

.sidenav li.current-menu-item > a:before,
.sidenav li.current-page-ancestor > a:before {
  content: "\f054";
}

ul[class^="sub-menu-"] {
  padding-left: 20px;
  display: none;
}

.sidenav .current-menu-item > ul[class^="sub-menu-"],
.sidenav .current-page-ancestor > ul[class^="sub-menu-"] {
  display: block;
}

.sidenav .sub-menu-1 li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sidenav .sub-menu-1 a {
  font-size: 15px;
}

.sidenav .sub-menu-2 li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.sidenav .sub-menu-2 a {
  font-size: 14px;
}

.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 #d5dde1;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

/*SKIP TO CONTENT LINK*/

.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  background: #005485;
  height: 36px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 10;
  text-decoration: none !important;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}
/*End of skip to content link*/

/* ---------------------------------------- */
.big-footer {
  background: #005485;
  color: #fff;
  margin-top: 35px;
}

.big-footer p {
  line-height: 2;
}

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

.footer-logos {
  background: #a7cf4c;
  padding-top: 45px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.footer-logos img {
  margin-bottom: 30px;
}

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

@media (max-width: 767px) {
  .logo img {
    max-height: 40px;
    width: auto;
  }
}
header {
  padding-top: 30px;
  padding-bottom: 26px;
}

.home header {
  border-bottom: 1px solid #98abb6;
  position: absolute;
  width: 100%;
  top: 650px;
  background: #fff;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home header {
    top: 500px;
  }
}
@media (max-width: 991px) {
  .home header {
    top: 400px;
  }
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 4px;
}

.footer-nav li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}

.footer-nav li:before {
  content: "\f054";
  font-family: fontAwesome;
  color: #fff;
  left: 0;
  font-size: 12px;
  position: absolute;
  margin-top: 1px;
}

.color-box a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 40px 30px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .color-box a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .color-box a {
    text-align: center;
    padding: 40px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .color-box a {
    font-size: 16px;
  }
}
.color-box.green a {
  background: #005485;
}

.color-box.blue a {
  background: #005485;
}

.color-box.green a:hover {
  background: #006aa6;
}

.color-box.blue a:hover {
  background: #006aa6;
}

.color-box a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 30px;
  margin-top: -10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .color-box a:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 80px;
    float: left;
    margin-right: 0;
    margin-top: -10px;
    margin-bottom: 5px;
  }
}
.color-box.green a:before {
  background-image: url(../images/wheat.png);
}

.color-box.blue a:before {
  background-image: url(../images/oil.png);
}

.icon-list {
  font-size: 18px;
  border-bottom: 1px solid #d5dde1;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.icon-list .ns-cwi-icon {
  width: 30px;
}

.icon-list a {
  color: #50616b;
}

.icon-list a:hover {
  color: #005485;
  text-decoration: none;
}

.main-section {
  text-align: center;
  min-height: 650px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 120px;
}

.main-section h1 {
  color: #fff;
  font-size: 30px;
  padding-top: 200px;
  border: none;
  padding-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-section {
    min-height: 500px;
  }

  .main-section h1 {
    padding-top: 125px;
  }
}
@media (max-width: 991px) {
  .main-section {
    min-height: 400px;
  }

  .main-section h1 {
    padding-top: 75px;
  }
}

.wpb_text_column ul,
.wpb_text_column ol {
  margin-top: -15px;
  margin-bottom: 25px;
}

.wpb_text_column table ul,
.wpb_text_column table ol {
  margin-top: unset;
  margin-bottom: 25px;
}

.catalogue {
  background: #f1f1f1;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.catalogue i {
  font-size: 36px;
}

.home-post-item {
  margin-top: 0;
}

.home-post-item a {
  padding: 25px;
  background: #005485;
  color: #fff;
  display: block;
  font-weight: 400;
}

.home-post-item a:hover {
  background: #006aa6;
  color: #f0f0f0;
}

.zemljevid {
  margin-bottom: 35px;
}

.h2-mt {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .h2-mt {
    margin-top: 30px;
  }
}
.language-selector {
  right: 15px;
  position: absolute;
  top: -25px;
}

.home .language-selector {
  top: -655px;
}

.language-wrap {
  float: left;
  margin-left: 10px;
}

.flag {
  width: 31px;
  height: 31px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

a.language-wrap .flag {
  opacity: 0.2;
}

.home a.language-wrap .flag {
  opacity: 0.5;
}

a:hover.language-wrap .flag {
  opacity: 1;
}

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

.flag.en {
  background-image: url(../images/uk.png);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home .language-selector {
    top: -505px;
  }
}
@media (max-width: 991px) {
  .language-selector {
    top: -45px;
    right: 80px;
  }

  .home .language-selector {
    top: -455px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .language-selector {
    top: -55px;
    right: 70px;
  }

  .language-wrap {
    clear: both;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.info-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.info-bar p {
  margin-bottom: 10px;
}

.file {
  display: table;
  vertical-align: center;
}

.file-icon {
  display: table-cell;
  width: 40px;
  font-size: 32px;
}

.file-name {
  display: table-cell;
  vertical-align: middle;
}

.notice {
  padding: 15px 40px 30px 40px;
  background: #005485;
  color: #fff;
  margin-bottom: 20px !important;
}

.notice h3 {
  color: #fff;
}

.notice a {
  color: #fff;
}

.ns_vc_icon,
.vc_el-container #ns_include_section .vc_element-icon,
.wpb_ns_include_section > .wpb_element_wrapper > .wpb_element_title > .vc_element-icon,
.vc_el-container > #ns_include_section > .vc_element-icon,
.vc_el-container > #ns_include_section > .vc_element-icon[data-is-container="true"],
.compose_mode .vc_helper.vc_helper-ns_include_section > .vc_element-icon,
.vc_helper.vc_helper-ns_include_section > .vc_element-icon,
.compose_mode .vc_helper.vc_helper-ns_include_section > .vc_element-icon[data-is-container="true"],
.vc_helper.vc_helper-ns_include_section > .vc_element-icon[data-is-container="true"],
.wpb_ns_include_section > .wpb_element_wrapper > .wpb_element_title > .vc_element-icon,
.wpb_ns_include_section > .wpb_element_wrapper > .wpb_element_title > .vc_element-icon[data-is-container="true"] {
  background-image: url("../images/element-icon-ns.png") !important;
}

/** GDPR COOKIES - START ------------------------------------------------ */
/** GDPR COOKIES - START ------------------------------------------------ */
.moove-gdpr-company-logo-holder,
.moove-gdpr-branding-cnt,
#cookie-law-container,
#jquery-cookie-law-script,
#moove-gdpr-menu li:before,
.grecaptcha-badge,
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

/** GDPR COOKIES - END ------------------------------------------------ */
/** GDPR COOKIES - END ------------------------------------------------ */
#moove_gdpr_cookie_info_bar {
  /* display: none !important; */
}

.main-nav .collapse:not(.show) {
  display: block;
}
.main-nav {
  width: 100%;
}
.main-nav ul.navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.main-nav .nav li a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .main-nav .navbar-header {
    display: none;
  }
}

.navbar-toggle {
  border: 1px solid #000;
  padding: 9px 10px;
  background: transparent;
}  

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 4px 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
    .main-nav ul.navbar-nav {
  flex-direction: column;
  align-items: flex-start;
  
}
.main-nav .nav li{
  margin-top: 7.5px;margin-bottom: 7.5px;
}
.main-nav .nav li a {
        padding: 5px 0px;
}}


@media (max-width: 992px) {
  .vc_custom_1523364895823 img,
    .vc_custom_1521810203701 img {
      width: 180px;height: auto;
    }
} 