/*----------------------------------------------------------------*/
* {
  outline: none !important;
}
body {
  font-size: 14px;
  font-family: 'Montserrat', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.small-footer {
  background: #353535;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 20px 0;
}
.site-content {
  min-height: 600px;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
.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: 5px;
    float: none;
    display: block;
  }
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 45px;
  font-weight: 600;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  line-height: 146%;
  margin: 0;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 136%;
  color: #309249;
  margin: 0;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 128%;
  color: black;
  margin: 0;
  margin-bottom: 10px;
}
h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: black;
  margin: 0;
  margin-bottom: 10px;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 172%;
  padding-bottom: 15px;
  border-bottom: 1px solid #606060;
  color: white;
  margin: 0;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 172%;
}
a {
  color: #309249;
  text-decoration: none;
}
a:hover {
  color: #287b3d;
  text-decoration: underline;
}
/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid #c6c6c6;
  background: #fff;
  padding: 15px 5px 10px 20px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 172%;
  width: 100%;
  margin-bottom: 15px;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
  border: 1px solid #dfdfdf;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  border: 1px solid #cfcfcf;
  outline: none;
}
textarea {
  border: 1px solid #c6c6c6;
  background: #fff;
  padding: 15px 5px 10px 20px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 172%;
  width: 100%;
  height: 140px;
  outline: none;
  resize: none;
}
.fw {
  width: 100%;
  display: block;
}
.table-responsive-container {
  position: relative;
  overflow: hidden;
}
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 #eee;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}
/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn, #jquery-cookie-law-script a.cookie-law-button {
  box-shadow: none;
  text-shadow: none;
}
.btn-xs, #jquery-cookie-law-script a.cookie-law-button {
  padding: 5px 8px;
  font-size: 11px;
}
.btn-sm {
  padding: 9px 9.99px;
  font-size: 14px;
}
.btn-md {
  padding: 10px 30px;
  border-radius: 30px;
}
.btn-lg {
  padding: 14px 20.02px;
  font-size: 18px;
  font-weight: 700;
}
#jquery-cookie-law-script a#cookie-law-button-ok {
  color: white;
  background-color: #309249;
  margin-right: 30px;
}
#jquery-cookie-law-script a#cookie-law-button-ok:visited {
  color: white;
  background-color: #309249;
}
.btn-primary, .btn-primary:visited {
  color: white;
  background-color: #309249;
  font-size: 16px;
  font-weight: 600;
  line-height: 193%;
  border: 1px solid #309249;
}
#jquery-cookie-law-script a#cookie-law-button-ok:hover {
  color: #309249;
  background-color: white;
}
#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 {
  color: #309249;
  background-color: white;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
  color: #309249;
  background-color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 193%;
  border: 1px solid #309249;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  color: white;
  background-color: #309249 !important;
}
#jquery-cookie-law-script a#cookie-law-button-more:visited {
  color: white !important;
  background-color: #309249 !important;
}
.btn-default, .btn-default:visited {
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 193%;
  background-color: white;
  border: 1px solid white;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover {
  color: #309249 !important;
  background-color: white !important;
}
#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 {
  color: #309249 !important;
  background-color: white !important;
}
.btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active:focus, .btn-default:active:hover {
  color: #309249;
  background-color: white;
  border: 1px solid white;
  font-size: 16px;
  font-weight: 600;
  line-height: 193%;
  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: #eee;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !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: #309249 !important;
}
.vc_tta-tabs .vc_tta-tab.vc_active > a, .vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #309249 !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: #309249 !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: #eee !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #dfdfdf !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #309249 !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #309249;
    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: #eee;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #309249;
  font-weight: 500;
}
.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #eee;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #eee;
  padding: 5px;
}
.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #309249;
  border: 5px solid #309249;
}
.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: #eee;
  padding: 15px 40px !important;
  color: #309249;
}
.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}
.vc_toggle_icon {
  background: #309249 !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}
.vc_toggle_icon::after {
  display: none !important;
}
.vc_toggle_icon::before {
  background: #309249 !important;
  border: none !important;
  height: 14px !important;
}
.error-404 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.error-404 h1 {
  color: black !important;
  text-shadow: none !important;
}
/* -------------------- Custom Styles -------------------- */
/* -------------------- Header and Top Info Styles -------------------- */
header {
  background-color: #309249;
  padding-top: 20px;
}
.header-row {
  position: relative;
}
.header-search-row {
  margin-bottom: 10px;
}
header .wpb_single_image {
  margin-bottom: 0 !important;
}
header .navbar {
  margin-bottom: 0;
}
.icon-bar {
  background-color: white !important;
}
.search-bar {
  position: relative;
}
.show {
  display: block !important;
}
header .header-row .search {
  border-radius: 30px;
  border: 1px solid #309249;
  background: #f8f8f8;
  padding: 7px 0 7px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 193%;
  margin-bottom: 0 !important;
  width: 100%;
}
.search-field {
  border-radius: 30px;
  border: 1px solid #309249;
  background: #f8f8f8;
  padding: 7px 0 7px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 193%;
  margin-bottom: 0 !important;
  width: 100%;
}
.search-submit {
  border: 0;
  background-color: transparent !important;
  position: absolute;
  right: 15px;
  top: 10px;
}
.search-form label {
  width: 100%;
}
.search-list {
  margin-top: 60px;
  margin-bottom: 50px;
}
.search-list ul li {
  font-size: 18px;
}
.search-list h1 {
  color: black;
  text-shadow: none;
}
header ul li {
  font-size: 20px;
  font-weight: 700;
  line-height: 155%;
  padding-left: 0;
}
header ul li a:focus {
  background-color: transparent !important;
}
header a {
  color: white !important;
}
header p {
  margin-bottom: 0 !important;
}
header .ns-cwi-content_inner {
  padding-top: 3px;
}
header .ns-cwi-content_inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 193%;
}
.header-logo {
  position: absolute;
  z-index: 100;
  top: -12px;
}
.navbar-collapse {
  margin-left: 20px;
}
header .ns-cwi-container {
  position: absolute;
  right: 25px;
  top: 5px;
}
header ul li {
  margin-left: 50px;
  position: relative;
}
header ul li a:hover::after {
  content: "";
  display: block !important;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -1px;
  background-color: white;
}
header ul li:first-of-type {
  margin-left: 0;
}
.navbar-collapse {
  padding-left: 30px !important;
  padding-right: 0 !important;
}
header ul li a {
  color: white !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
header ul li a:hover {
  background-color: transparent !important;
  color: white;
}
header .menu-header-menu-container .current-menu-item a {
  color: white !important;
}
header .menu-header-menu-container .current-menu-item a::after {
  content: "";
  display: block !important;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -1px;
  background-color: white;
}
.top-info-row .ns-breadcrumbs {
  padding-top: 40px;
  padding-bottom: 30px;
}
.top-info-row .ns-breadcrumbs li::after {
  content: '/' !important;
}
.top-info-row .ns-breadcrumbs li::before {
  content: none !important;
}
.top-info-row h1 {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 146%;
  text-shadow: none;
  color: #309249;
}
.top-info-row .ns-breadcrumbs li {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 150%;
  color: black;
  padding-left: 0;
}
.top-info-row .ns-breadcrumbs li a {
  color: black;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
/* ------------------- Home Page ---------------------- */
.entry-title, .page-title {
  display: none !important;
}
.hero-row .vc_column-inner {
  padding-top: 0 !important;
}
.hero-title {
  max-width: 420px;
  margin-bottom: 0 !important;
  padding-top: 250px;
  padding-bottom: 250px;
}
.home-green-row {
  background-color: #309249;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  align-items: center;
}
.home-green-row .vc_column-inner {
  padding-top: 0 !important;
}
.home-green-row-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  max-width: 440px;
  margin-bottom: 0 !important;
}
.home-izo {
  margin-top: 20px;
}
.home-izo a {
  color: black;
  text-decoration: underline !important;
}
.home-novice {
  margin-bottom: 30px !important;
}
.home-novice a {
  color: black !important;
  text-decoration: underline !important;
}
.home-novice-loop {
  margin-bottom: 10px !important;
}
.home-green-row h2 {
  color: white;
  width: 225px;
  margin: 0 auto;
}
.home-green-row-title {
  margin-bottom: 0 !important;
}
.home-green-row-title h2 {
  margin-bottom: 0;
}
.circle-row {
  padding-bottom: 50px;
}
.circle-row2 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.circle-row .vc_column-inner {
  padding-top: 0 !important;
  margin-top: -75px;
}
.circle-wrapper {
  width: 150px;
  height: 150px;
  background-color: #309249;
  border-radius: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
}
.circle-title {
  font-size: 20px;
  text-align: center;
  line-height: 155%;
  font-weight: 700;
  margin-top: 15px;
}
.circle-wrap {
  color: black !important;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100%;
}
.circle-link {
  color: black !important;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100%;
}
.circle-link:hover .circle-wrapper {
  background-color: green;
  text-decoration: none !important;
}
.circle-link:hover {
  text-decoration: none !important;
}
.home-grey-row {
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}
.home-post-text {
  margin-bottom: 40px !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
.home-post-text p {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0 !important;
}
.home-search .subscribe-wrap {
  display: flex;
}
.home-search .email {
  margin-bottom: 0 !important;
  border-radius: 30px;
  border: 1px solid #000;
  background: #f8f8f8;
  margin-right: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.home-search .email:hover {
  border: 1px solid #837d7d;
}
.home-search .check-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.home-search .checkbox {
  margin-right: 15px;
}
.customers-emails-wrapper {
  display: flex;
  flex-direction: column;
}
/* ------------------- Vrste ran Page ---------------------- */
.terapija-table {
  font-size: 18px;
  line-height: 172%;
}
.terapija-table .table-responsive-container {
  overflow: hidden;
}
.events-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.vrste-row {
  padding-bottom: 45px;
}
.vrste-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.vrste-row td {
  padding: 10px;
}
.vrste-row p {
  margin-bottom: 20px !important;
}
.menu-side-menu-container {
  padding: 20px 23px 12px 20px;
  background-color: #f8f8f8;
}
.menu-side-menu-container li {
  font-size: 18px;
  font-weight: 600;
  line-height: 172%;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.menu-side-menu-container li::before {
  content: none !important;
}
.menu-side-menu-container li:last-of-type {
  border: none;
}
.menu-side-menu-container li:hover {
  color: #309249 !important;
}
.menu-side-menu-container li a {
  color: black;
  height: max-content;
  display: block;
}
.menu-side-menu-container li a:hover {
  color: #309249;
  text-decoration: none !important;
}
.current-menu-item a {
  color: #309249 !important;
}
.green-big-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.green-big-list ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 172%;
  position: relative;
  padding-left: 25px;
}
.green-big-list ul li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #309249;
  position: absolute;
  top: 10px;
  left: 0;
}
.maligna-list {
  max-width: 800px;
}
.title-border {
  color: #309249;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.title-border h3 {
  color: #309249;
}
.file-dl-text {
  color: white;
  text-transform: lowercase;
}
.file-wrap {
  border: 1px solid var(--grey2, #e8e8e8);
  background: linear-gradient(0deg, #f8f8f8 0%, #f8f8f8 100%), #fff !important;
}
.file-wrap a {
  font-size: 16px !important;
  line-height: 26px !important;
}
.fa-download {
  color: white;
}
.literatura-row {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* -------------------- O Društvu Page ------------------- */
.drustvo-row h1 {
  display: none !important;
}
.drustvo-main-title h1 {
  text-shadow: none;
  font-size: 30px;
  color: #309249;
  line-height: 136%;
}
.drustvo-table table td {
  font-size: 16px;
}
.drustvo-table .table-responsive-container {
  overflow-y: auto;
  overflow-x: auto;
}
.border-row .top-info-title {
  border-bottom: 1px solid #e8e8e8;
}
.spostovani-row {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.spostovani-row p {
  margin-bottom: 0 !important;
}
.spostovani-right .vc_column-inner {
  padding-left: 45px !important;
}
.cilji-row {
  padding-top: 60px;
  padding-bottom: 15px;
}
.vodstvo-row {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}
.vodstvo-row .wpb_content_element {
  margin-bottom: 20px !important;
}
/* ------------------- Nega Zdrave Kože Page ----------------- */
.nega-row {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}
.nega-row2 {
  padding-top: 60px;
}
.nega-row3 .wpb_single_image {
  margin-bottom: 5px !important;
}
.nega-text {
  max-width: 970px;
}
.nega-small-text p {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
  line-height: 175%;
}
.nega-left .vc_column-inner {
  padding-right: 45px !important;
}
.nega-margin {
  margin-bottom: 60px !important;
}
.nega-gallery-row {
  margin-bottom: 45px !important;
}
.circle-move-row .circle-wrapper {
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
}
/* ------------------- Izobraženja Pages ----------------- */
.izobrazevanja-loop .loop-item {
  margin-bottom: 20px;
}
.izobrazevanja-loop .loop-item-inner {
  border: 1px solid #e8e8e8;
  background-color: white;
}
.izobrazevanja-loop h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  padding-bottom: 10px;
}
.izobrazevanja-loop .post-location {
  padding-left: 20px;
  padding-right: 10px;
}
.event-single-date {
  padding-top: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.event-single-location {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 30px;
}
.event-right {
  padding-top: 20px;
}
.izobrazevanja-loop a {
  color: #000 !important;
}
.izobrazevanja-loop .post-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  background-color: #a4a4a4;
  color: white;
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  max-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.double-date {
  min-height: 150px;
  min-width: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #a4a4a4;
}
.double-date .dates1 {
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.double-date .dates2 {
  padding-top: 5px;
}
.izobrazevanja-loop .row {
  display: flex;
  flex-wrap: wrap;
}
.double-date .dates1, .double-date .dates2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: white;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-width: 80px;
}
.izo-row {
  padding-top: 25px;
  padding-bottom: 60px;
}
.event-wrapper {
  display: flex;
}
/* ------------------- Portorož 2024 ----------------- */
.strokovno-row {
  margin-bottom: 45px;
}
.strokovno-margin {
  margin-bottom: 40px !important;
}
.strokovno-btn {
  margin-bottom: 60px !important;
}
.strokovno-list {
  margin-bottom: 30px !important;
}
.strokovno-list li {
  padding-bottom: 10px;
}
.strokovno-list a {
  text-decoration: underline !important;
  font-weight: 700;
}
.strokovno-text {
  max-width: 710px;
}
.strokovno-file-row {
  margin-bottom: 45px !important;
}
.delovna-gallery-row {
  margin-top: 20px;
}
.green-btn {
  margin-bottom: 70px !important;
}
/* ------------------- Vsebine Page ---------------------- */
.vsebine-row {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.timers-main-title {
  margin-top: 10px;
}
.timers-main-subtitle {
  margin-top: 20px;
}
.timers-row {
  margin-bottom: 40px;
}
.timers-row .vc_column-inner {
  border: 1px solid #309249;
}
.timers-border {
  border-bottom: 1px dotted #309249;
}
/* ------------------- Novice Page ---------------------- */
.novice-gallery-row {
  margin-bottom: 45px;
}
.novice-loop .loop-item-inner {
  border: 1px solid #e8e8e8;
  padding: 30px 50px 0px 50px;
  background-color: white;
  min-height: 180px;
}
.novice-loop .row {
  overflow: hidden;
}
.novice-loop .novice-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: lowercase;
}
.novice-loop .loop-item {
  margin-bottom: 30px;
}
.novice-loop a {
  color: #000 !important;
}
.novice-loop .loop-item h4 {
  margin-top: 17px;
}
.home-novice-column {
  margin-right: 60px;
}
.tables-news-row p {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}
.tables-news-row td {
  height: 80px;
  vertical-align: middle;
  padding-left: 10px;
}
.tables-news-row table td:first-of-type {
  width: 20% !important;
}
/* ------------------- Kontakt Page ---------------------- */
.contact-flex {
  display: flex;
  align-items: flex-start;
}
.clan-text {
  margin-top: 30px;
  margin-bottom: 50px !important;
}
.clan-row .wpcf7 {
  width: 850px;
  margin: 0 auto;
  padding: 30px 40px 45px 40px;
  background-color: #f8f8f8;
  margin-bottom: 80px;
}
.clan-row .contact-first-text {
  margin-bottom: 20px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
}
.clan-row .contact-second-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: -5px;
}
.clan-row .contact-third-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  padding-left: 10px;
  margin-bottom: 30px !important;
}
.prijava-row {
  margin-top: 50px;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 16px !important;
  display: block;
}
div.wpcf7-validation-errors {
  border: 2px solid #f00;
}
.contact-row {
  margin-top: 40px;
  margin-bottom: 80px;
}
.contact-row a {
  color: black;
}
.contact-left {
  font-size: 18px;
  font-weight: 400;
  line-height: 172%;
}
.contact-left p {
  margin-bottom: 0 !important;
}
.contact-row .wpcf7 {
  margin: auto !important;
  width: auto !important;
  padding-bottom: 35px !important;
}
.contact-row .contact-flex p {
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  padding-left: 10px;
  margin-bottom: 30px !important;
}
.contact-row .btn-default, .contact-row .btn-default:visited {
  color: white;
  background-color: #309249;
  font-size: 16px;
  font-weight: 600;
  line-height: 193%;
  border: 1px solid #309249;
}
.contact-row .btn-default:active, .contact-row .btn-default:hover, .contact-row .btn-default:focus, .contact-row .btn-default:active:focus, .contact-row .btn-default:active:hover {
  color: #309249;
  background-color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 193%;
  border: 1px solid #309249;
}
/* -------------------- Footer Section -------------------- */
footer {
  color: white;
  background-color: #353535;
  padding-top: 40px;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 193%;
  padding-left: 0;
}
footer ul li::before {
  content: none !important;
}
footer .current-menu-item a {
  color: white !important;
}
.social-row {
  position: relative;
}
.ns-cwi-container .ns-cwi-icon {
  padding-right: 15px;
}
footer .ns-cwi-content_inner {
  margin-top: 3px;
}
.big-footer {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.footer1 .vc_column-inner {
  padding-right: 45px !important;
}
.footer3 .vc_column-inner {
  padding-left: 45px !important;
  padding-right: 30px !important;
}
.youtube-image {
  position: absolute;
  left: -70px;
}
.footer-image {
  margin-top: 45px;
}
.footer-mail {
  margin-bottom: 47px !important;
}
footer a:visited, footer a:focus {
  color: white !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 172%;
  position: relative;
  padding-left: 25px;
}
ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #309249;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .home-novice-column {
    margin-right: 0px;
  }
  header ul li {
    margin-left: 30px;
  }
  .navbar-collapse {
    margin-left: 0;
  }
  .spostovani-right .vc_column-inner {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  .hero-title {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  header ul li {
    font-size: 16px;
    font-weight: 600;
    margin-left: 29px;
  }
  .circle4 .vc_column-inner, .circle5 .vc_column-inner, .circle6 .vc_column-inner {
    margin-top: 20px;
  }
  .youtube-image {
    left: -60px;
  }
  .footer1 .vc_column-inner {
    padding-right: 15px !important;
  }
  .footer2 .vc_column-inner, .footer3 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 992px) {
  .prijava-row {
    margin-top: 35px;
  }
  .strokovno-row {
    margin-bottom: 15px;
  }
  .strokovno-btn {
    margin-bottom: 40px !important;
  }
  .novice-gallery-row {
    margin-bottom: 15px;
  }
  .izo-row {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .footer-image {
    text-align: left !important;
  }
  .home-grey-row {
    padding-top: 10px;
    padding-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
  }
  .top-info {
    margin-top: 30px;
  }
  .home .top-info {
    margin-top: 0;
  }
  header .menu-header-menu-container .current-menu-item a::after {
    content: "";
    display: none !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  .hero-title {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  header {
    padding-bottom: 20px;
  }
  header ul li a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  header ul li a:hover {
    text-decoration: underline !important;
  }
  header ul li a:hover::after {
    display: none !important;
  }
  .search-bar {
    display: none;
    margin-bottom: 10px !important;
  }
  .header-mail {
    display: none;
  }
  .header-search {
    width: 100% !important;
  }
  .vrste-row {
    padding-bottom: 0;
  }
  .nega-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .circle-move-row .circle-wrapper {
    position: relative;
    margin: 0 auto;
  }
  .vsebine-row {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .circle-row2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .circle3 .vc_column-inner {
    margin-top: 20px;
  }
  .home-green-row-title {
    margin-bottom: 25px !important;
  }
  .home-green-row-text {
    margin-bottom: 30px !important;
  }
  .home-green-row {
    flex-wrap: wrap;
  }
  .home-green-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-green-row-title h2 {
    width: auto;
    text-align: center;
  }
  .home-green-row-text {
    max-width: inherit;
    text-align: center;
  }
  .home-green-button-column .wpb_wrapper {
    text-align: center;
  }
  .contact-row {
    margin-bottom: 60px;
  }
  .clan-row .wpcf7 {
    width: auto;
    margin: auto;
    margin-bottom: 50px;
  }
  .strokovno-text {
    max-width: inherit;
  }
  .title-border {
    margin-top: 30px;
  }
  .vodstvo-row {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .cilji-row, .nega-row2 {
    padding-top: 35px;
  }
  .spostovani-row {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 35px;
    padding-bottom: 0;
  }
  .youtube-image {
    left: -120px;
  }
  .footer3, .footer4 {
    margin-bottom: 30px;
  }
  .top-info-row .ns-breadcrumbs {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .top-info-row .ns-breadcrumbs h1 {
    padding-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .navbar-nav {
    width: 100% !important;
  }
  header ul li {
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
  }
  .menu-header-menu-container ul {
    display: flex;
    flex-direction: column;
    margin-top: 140px;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block !important;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 3000;
  }
}
@media screen and (max-width: 767px) {
  .tables-news-row td {
    height: auto;
  }
  .novice-loop .loop-item-inner {
    padding: 30px 30px 35px 30px;
  }
  .novice-gallery-row, .strokovno-row, .home-novice-loop, .header-search-row {
    margin-bottom: 0px;
  }
  .izo-row {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .home-grey-row {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .home-post-text, .strokovno-btn {
    margin-bottom: 30px !important;
  }
  .home-izo {
    margin-top: 10px;
    margin-bottom: 5px !important;
  }
  .literatura-row {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .izobrazevanja-loop .post-date {
    font-size: 18px;
  }
  .hero-title {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  h1 {
    font-size: 38px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  header ul li {
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
  }
  .navbar-nav {
    margin-top: 90px !important;
  }
  .nega-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vsebine-row {
    padding-top: 35px;
    background-color: #f8f8f8;
  }
  .circle-row2 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .circle-row {
    padding-bottom: 35px;
  }
  .home-green-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-green-row-title {
    margin-bottom: 20px !important;
  }
  .home-green-row-text, .footer-mail {
    margin-bottom: 25px !important;
  }
  .contact-row {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .delovna-gallery-row, .footer-image {
    margin-top: 0;
  }
  .strokovno-file-row, .nega-gallery-row {
    margin-bottom: 10px !important;
  }
  .green-btn {
    margin-bottom: 40px !important;
  }
  .strokovno-list {
    margin-bottom: 20px !important;
  }
  .nega-margin, .nega-small-text, .strokovno-margin {
    margin-bottom: 30px !important;
  }
  .spostovani-row {
    padding-top: 30px;
  }
  footer {
    padding-top: 25px;
  }
  .footer3 {
    margin-top: 20px;
  }
  .footer4 {
    margin-bottom: 5px !important;
  }
  .youtube-image {
    left: 60px;
    bottom: 0;
  }
  .header-logo {
    width: 120px;
    height: 120px;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 567px) {
  .home-search .subscribe-wrap {
    flex-wrap: wrap;
  }
  .home-search .email {
    margin-bottom: 20px !important;
  }
  .circle1, .circle2, .circle3, .circle4, .circle5, .circle6 {
    width: 100% !important;
  }
  .circle2 .vc_column-inner {
    margin-top: 20px;
  }
  .hero-title {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  header ul li {
    font-size: 18px;
  }
  header ul li a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .circle-row {
    padding-bottom: 30px;
  }
  .clan-row .contact-second-text {
    font-size: 12px;
  }
  .clan-row .contact-third-text, .clan-row .contact-first-text {
    font-size: 14px;
  }
  input[type="text"], input[type="email"], input[type="password"] {
    background: #fff;
    padding: 15px 5px 10px 20px;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 172%;
    width: 100%;
    margin-bottom: 15px;
  }
  .clan-row .wpcf7 {
    padding: 20px;
  }
  .strokovno-file-row {
    margin-bottom: 0 !important;
  }
  .nega-margin {
    margin-bottom: 20px !important;
  }
  .vodstvo-row {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  .cilji-row, .nega-row2 {
    padding-top: 25px;
  }
  .cilji-row .cilji-text {
    margin-bottom: 25px !important;
  }
  .spostovani-row {
    padding-top: 25px;
  }
  .spostovani-row .wpb_single_image {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 360px) {
  .izobrazevanja-loop h4 {
    padding-left: 10px;
  }
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
}
/*------------------- 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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #309249;
  color: white;
  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: #287b3d;
  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: #eee;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #dfdfdf;
}
/* ---------- 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 ---------------------*/
.file-wrap {
  background: #eee;
  margin-bottom: 7px;
  padding: 12px 120px 12px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .file-wrap {
    padding: 12px 110px 12px 10px;
  }
}
.file-wrap + *:not(.file-wrap) {
  margin-top: 20px;
}
.file-wrap:last-of-type {
  margin-bottom: 35px;
}
.file-wrap a {
  font-weight: 700;
  color: #000;
  float: left;
}
a.file-dl-btn {
  float: right;
  background: #309249;
  color: white;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
a.file-dl-btn:hover {
  background: #287b3d;
  text-decoration: none;
}
.file-dl-text {
  float: left;
}
.file-dl-icon {
  margin-left: 10px;
  font-size: 16px;
}
.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: #309249;
  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;
}
.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(238, 238, 238, 0.5);
}
.title-banner h1 {
  font-size: 28px;
  color: #236c36;
  font-weight: 700;
  margin: 16px 0 0 0;
  z-index: 1;
  position: relative;
}
.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative;
}
.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: white;
}
.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: '\f105';
  font-family: fontAwesome;
  margin-left: 9px;
}
.ns-breadcrumbs li:last-child:after {
  display: none;
}
.ns-breadcrumbs a {
  color: white;
}
.ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}
.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 #eee;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}
.page-numbers {
  padding: 10px 15px;
  border: 1px solid #eee;
  font-weight: bold;
  color: #eee;
  text-decoration: none;
  display: inline-block;
}
.page-numbers:hover {
  text-decoration: none;
}
.page-numbers.current {
  border: 1px solid #309249;
  background: #309249;
  color: #fff;
}
.page-numbers.next {
  float: right;
}
.page-numbers.prev {
  float: left;
}
.page-numbers.next, .page-numbers.prev {
  border: 1px solid #eee;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  border: 1px solid #309249;
}
.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;
}
.main-nav .collapse {
  padding: 0;
}
.main-nav .nav li {
  padding: 0;
  position: relative;
  background: #eee;
}
.main-nav .nav li:last-child {
  padding-right: 0;
}
.main-nav .nav li a {
  color: #333;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
}
.main-nav .nav li a:hover, .main-nav .nav li a:focus {
  color: #309249;
  background: transparent;
}
.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 {
  background: #eee;
  color: #309249;
}
.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(51, 51, 51, 0.3);
}
.main-nav .sub-menu li {
  float: left;
  width: 100%;
  padding: 15px !important;
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #333;
  font-size: 18px;
  text-transform: none;
}
.main-nav .sub-menu li a:hover {
  text-decoration: none;
}
@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: -35px;
    position: absolute;
    right: 0;
    margin: 0;
  }
  .main-nav .icon-bar {
    background: #309249;
  }
  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
  }
  .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: white;
    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: #fff;
    border-bottom: none;
    font-weight: 600;
  }
  .main-nav .collapse.in {
    display: block !important;
  }
}
.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;
}
/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  background: #eee;
  padding: 0 20px;
}
.sidenav .sidenav-title {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  width: 100%;
  padding: 28px 0 22px 0;
}
.sidenav-title:before {
  display: none;
}
.sidenav-title h2 {
  color: #333;
  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(51, 51, 51, 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: #333;
  float: left;
  line-height: 1.3;
  padding-left: 20px;
}
.sidenav a:hover {
  color: #333;
  text-decoration: none;
}
.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:before {
  content: '\f111';
}
.sidenav li.current-menu-item > a, .sidenav li.current-page-ancestor > a {
  color: #309249;
  font-weight: 900;
}
.sidenav li.current-menu-item > a:before, .sidenav li.current-page-ancestor > a:before {
  content: '\f111';
}
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;
}
