/*----------------------------------------------------------------*/
.debug {
  top: 35px !important; }

body {
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  color: #68798d;
  overflow-x: hidden; }

.small-footer {
  background: #009ce0;
  color: #fff;
  font-size: 14px;
  padding: 35px 0 35px 0; }

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

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

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

.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; } }
.slick-slide {
  outline: none !important;
  outline: 0 !important; }

.site-content {
  min-height: 400px; }

/*-------------------- typography START --------------------*/
h1 {
  font-size: 32px;
  font-weight: 700;
  color: #68798d; }

h2 {
  font-size: 22px;
  font-weight: 700;
  color: #009ce0;
  margin-top: 0;
  margin-bottom: 25px; }

h3 {
  font-size: 18px;
  font-weight: 700;
  color: #68798d;
  margin-top: 0;
  margin-bottom: 15px; }

h3:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #009ce0;
  float: left;
  margin-right: 8px;
  margin-top: 4px; }

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #68798d; }

h5 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px; }

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

a {
  color: #009ce0;
  text-decoration: none; }

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

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

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

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

textarea {
  border: 2px solid #eee;
  border-radius: 0;
  padding: 8px;
  min-height: 120px; }

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

.br {
  border-right: 1px solid #eee; }

.bl {
  border-left: 1px solid #eee; }

@media (max-width: 991px) {
  .drustvo .bl {
    border-left: none; } }
.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb35 {
  margin-bottom: 35px !important; }

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

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;
  padding: 0;
  height: auto !important; }

table td,
table th {
  padding: 8px 2px;
  line-height: 1;
  font-size: 12px;
  vertical-align: middle; }

.table-acf {
  margin-bottom: 35px; }

.table-acf table td,
.table-acf table th {
  border: 1px solid #eee; }

.table-acf table tr:nth-of-type(even) {
  background: #f6f6f6; }

.table-acf table th {
  background: #102584;
  color: #fff; }

.wpb_text_column ul {
  list-style: square; }

.wpb_text_column li {
  margin-bottom: 5px; }

ul {
  list-style: square; }

/*-------------------- UI elements END --------------------*/
/*---------- elements START ----------*/
/* CWI */
.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; }

/* language selector */
.language-selector-container {
  float: left;
  position: relative;
  width: 13%;
  border-left: 1px solid #eee; }

.language-selector-container:hover {
  background: #f9f9f9; }

.language-selector-container span {
  padding: 15px 0;
  float: left;
  margin-right: 10px;
  line-height: 1;
  color: #68798d;
  cursor: default; }

.language-selector {
  position: absolute;
  background: #fff;
  left: -1px;
  z-index: 11;
  top: 44px;
  float: right;
  width: 180px;
  display: none;
  border: 1px solid #eee; }

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

.language-selector span {
  display: none; }

.language {
  width: 100%;
  float: left;
  padding: 10px 15px;
  margin: 3px 0; }

.language span {
  padding: 0; }

.language:hover {
  background: #f9f9f9; }

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

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

.language-selector .flag {
  margin: 0;
  margin-right: 10px;
  float: left;
  height: 13px;
}

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

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

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

.language-selector-container i {
  float: left;
  margin: 16px 0 14px 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .language-selector-container {
    width: 15%;
    font-size: 13px; }

  .flag {
    margin: 9px 8px 9px 10px; }

  .language-selector {
    top: 43px; } }
@media (max-width: 991px) {
  .language-selector-container {
    float: left;
    width: auto;
    border: 1px solid #eee;
    padding-right: 10px;
    margin-left: 72px;
    margin-bottom: 10px;
    margin-top: 10px; } }
/* search */
.search-form-opener {
  background: #009ce0;
  width: 10%;
  position: relative;
  float: left;
  text-align: center;
  margin-bottom: -1px; }

.search-form-opener span {
  color: #fff;
  padding-right: 8px; }

.search-form-opener:hover {
  background: #0087c1; }

.search-form-opener .fa {
  color: #fff;
  padding: 15px 0 16px 0; }

.search-form-wrap {
  float: right;
  min-height: 56px;
  padding: 15px 20px 0 20px;
  background: #fff;
  right: 16px;
  display: none;
  position: absolute;
  top: 45px;
  z-index: 20;
  border: 1px solid #009ce0; }

.search-form-wrap.open {
  display: block; }

.search-form {
  border-bottom: 1px solid #eee; }

.search-form .screen-reader-text {
  display: none; }

.search-submit {
  background: #009ce0 !important;
  text-transform: uppercase;
  padding: 2px 5px;
  color: #fff !important; }

.search-field {
  border: none;
  outline: none;
  font-weight: 400;
  background: transparent;
  width: 170px; }

.search-submit {
  border: none;
  outline: none;
  background: transparent; }

@media (min-width: 992px) and (max-width: 1199px) {
  .search-form-opener .fa {
    font-size: 13px; }

  .search-form-wrap {
    top: 44px; } }
@media (max-width: 991px) {
  .search-form-opener {
    width: auto;
    float: right;
    position: absolute;
    top: 10px;
    right: 15px; }

  .search-form-opener .fa {
    padding: 16px 15px 16px 15px;
    margin-bottom: 0; }

  .search-form-wrap {
    top: 56px; }

  .search-form-opener span {
    display: none; } }
/*---------- elements END----------*/
/*---------- navbar START ----------*/
.main-nav.navbar {
  z-index: 10;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  float: right;
  margin-top: 38px;
  min-height: 0; }

.main-nav .nav {
  list-style: none;
  float: right; }

.main-nav .nav li {
  padding: 0;
  position: static;
  margin-left: 40px;
  padding-bottom: 33px; }

.main-nav .nav li a:before,
.main-nav .nav li span:before {
  display: none; }

.main-nav .nav li a {
  text-decoration: none;
  white-space: nowrap;
  padding: 3px 0;
  text-transform: uppercase;
  color: #009ce0;
  font-weight: 700;
  font-size: 22px;
  text-shadow: none; }

.main-nav .nav li a:hover {
  background: none;
  text-decoration: underline; }

.main-nav .nav li.current-menu-item a,
.main-nav .nav li.current-page-ancestor a {
  color: #009ce0; }

.main-nav .nav li.has-child a:after {
  content: ' \f107';
  font-family: FontAwesome;
  font-weight: 400 !important; }

.main-nav .nav li.has-child .megamenu a:after {
  content: ''; }

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

.main-nav .navbar-toggle {
  float: left;
  margin: 15px;
  padding: 5px; }

.main-nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px; }

.main-nav .navbar-toggle .icon-bar {
  background-color: #009ce0;
  width: 30px; }

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

.megamenu {
  position: absolute;
  width: 1140px;
  background: #102584;
  right: 0;
  top: 61px;
  border-top: 3px solid #009ce0;
  padding: 15px 30px;
  display: none; }

.megamenu.open {
  display: block; }

.megamenu-list {
  width: 33.333%;
  float: left;
  list-style: none;
  padding: 0 30px; }

.megamenu-list li {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 13px 0 !important;
  margin: 0 !important; }

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

.main-nav .nav li .megamenu-list a {
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin: 0; }

.main-nav .nav li .megamenu-list a:before {
  content: '\f105';
  display: block;
  float: left;
  margin-right: 10px;
  font-family: FontAwesome;
  border: 1px solid #009ce0;
  width: 19px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
  color: #009ce0;
  padding-left: 1px;
  padding-top: 1px;
  margin-top: 2px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .megamenu {
    width: 940px; }

  .main-nav .nav li {
    margin-left: 20px; } }
@media (max-width: 991px) {
  .main-nav .nav li {
    padding: 0;
    margin: 0; }

  .megamenu {
    position: static;
    width: 100%;
    background: transparent;
    display: block;
    border-top: none;
    padding-top: 0; }

  .megamenu-list {
    width: 100%;
    float: none;
    padding: 0; }

  .megamenu-list li {
    border: none;
    padding: 0; }

  .main-nav .nav li .megamenu-list a {
    color: #68798d;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin: 0; }

  .main-nav .nav li .megamenu-list a:before {
    border: 1px solid #68798d;
    color: #68798d; }

  .main-nav.navbar {
    margin: 0;
    width: 100%; }

  .main-nav .navbar-header {
    float: right;
    position: absolute;
    top: -74px;
    right: 0; }

  .main-nav .navbar-left,
  .main-nav .navbar-right {
    float: none !important; }

  .main-nav .navbar-toggle {
    display: block; }

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

  .main-nav .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

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

  .main-nav .nav {
    float: none !important;
    margin: 0;
    margin-top: 20px; }

  .main-nav .nav > li {
    float: none; }

  .main-nav .nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    color: #68798d; }

  .main-nav .nav li.current-menu-item a,
  .main-nav .nav li.current-page-ancestor a {
    color: #009ce0;
    border: none; }

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

  .main-nav .nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .main-nav .collapse.in .nav {
    padding-bottom: 30px !important; } }
@media (max-width: 767px) {
  .main-nav .navbar-header {
    top: -68px; } }
/* topnav */
.topnav.navbar {
  z-index: 10;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  float: left;
  min-height: 0;
  width: 77%; }

.topnav .nav {
  list-style: none;
  float: none; }

.topnav .nav li {
  padding: 0;
  position: relative;
  border-left: 1px solid #eee; }

/*.topnav .nav li:last-child {
    border-right: 1px solid $border-color;
}*/
.topnav .nav li a:before,
.topnav .nav li span:before {
  display: none; }

.topnav .nav li a {
  text-decoration: none;
  white-space: nowrap;
  color: #68798d;
  font-weight: 400;
  font-size: 14px;
  text-shadow: none;
  padding: 15px 0;
  line-height: 1; }

.topnav .nav li a:hover {
  background: none;
  color: #009ce0; }

.topnav .nav li.current-menu-item a,
.topnav .nav li.current-page-ancestor a {
  color: #fff;
  background: #009ce0; }

.topnav .navbar-header {
  float: right; }

.topnav .navbar-toggle {
  float: left;
  margin: 15px;
  padding: 5px; }

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

.topnav .navbar-toggle .icon-bar {
  background-color: #68798d;
  width: 30px; }

.topnav .navbar-collapse {
  padding: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .topnav.navbar {
    width: 75%; }

  .topnav .nav li a {
    font-size: 13px; } }
@media (max-width: 991px) {
  .topnav.navbar {
    margin: 0;
    width: 100%; }

  .topnav .navbar-header {
    float: none;
    position: absolute;
    top: -66px; }

  .topnav .navbar-left,
  .topnav .navbar-right {
    float: none !important; }

  .topnav .navbar-toggle {
    display: block;
    float: right; }

  .topnav .navbar-collapse {
    border-top: none;
    box-shadow: none;
    padding: 0; }

  .topnav .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

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

  .topnav .nav {
    float: none !important;
    margin: 0; }

  .topnav .nav > li {
    float: none;
    border: none !important; }

  .topnav .nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    color: #68798d;
    text-align: left; }

  .topnav .nav li.current-menu-item a,
  .topnav .nav li.current-page-ancestor a {
    color: #fff;
    border: none; }

  .topnav .collapse.in {
    display: block !important; }

  .topnav .nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .topnav .collapse.in .nav {
    padding-bottom: 20px !important; }

  .topnav .nav-justified > li {
    width: auto;
    display: block; } }
/* footer-nav */
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: square;
  list-style-position: inside; }

.footer-nav li {
  border-bottom: 1px solid #eee;
  color: #009ce0;
  padding: 8px 0; }

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

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

.footer-nav a:hover {
  color: #009ce0;
  font-weight: bold;
  text-decoration: none; }

.footer-nav .megamenu,
.footer-nav li:hover .megamenu {
  display: none; }

/* sedenav */
.sidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px; }

.sidenav li {
  border-bottom: 1px solid #eee; }

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

.sidenav a {
  color: #68798d;
  padding: 13px 0;
  display: inline-block; }

.sidenav .current-menu-item > a,
.sidenav .current-page-ancestor > a {
  color: #009ce0; }

.sidenav .sidenav-title {
  padding: 0; }

.sidenav .sub-menu {
  margin-bottom: 15px;
  padding-left: 30px;
  display: none; }

.sidenav .current-menu-item .sub-menu,
.sidenav .current-page-ancestor .sub-menu {
  display: block; }

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

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

.btn-sm {
  padding-top: 9px 9.99px;
  font-size: 14px; }

.btn-md {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500; }

.btn-lg {
  padding: 14px 20.02px;
  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: #009ce0;
  border: 2px solid #009ce0; }

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

#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: 2px solid #0071a3;
  background: #0071a3;
  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: #009ce0;
  background: transparent;
  border: 2px solid #009ce0; }

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #0087c1;
  border: 2px solid #0087c1;
  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-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #0071a3;
  border: 2px solid #0071a3;
  background: transparent;
  box-shadow: none;
  outline: none; }

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

/*-------------------- bootstrap classes END --------------------*/
/*-------------------- custom CSS START --------------------*/
.title-home {
  height: 1px;
  background: #eee;
  margin-bottom: 35px; }

.title-banner {
  background: #009ce0;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 45px; }

.title-banner h1 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  z-index: 1;
  position: relative;
  float: left;
  width: 100%;
  text-align: center; }

.breadcrumbs-container {
  margin-top: 15px;
  position: relative;
  margin-left: auto;
  float: left;
  width: 100%;
  text-align: center;
  opacity: 0.7; }

.breadcrumbs-container:hover {
  margin-top: 15px;
  position: relative;
  margin-left: auto;
  float: left;
  width: 100%;
  text-align: center;
  opacity: 1; }

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

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

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

.big-footer {
  background: #68798d;
  color: #fff;
  padding-top: 35px; }

.big-footer .wpb_column {
  margin-bottom: 35px; }

.big-footer .wpb_text_column {
  margin-bottom: 30px; }

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

.newsletter {
  background: #009ce0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  line-height: 1.2; }

.header-top {
  border-top: 4px solid #009ce0;
  border-bottom: 1px solid #eee; }

.widget_wysija_cont {
  font-size: 14px;
  font-weight: 400; }

.widget_wysija_cont form {
  position: relative; }

.widget_wysija_cont p {
  margin: 0; }

.widget_wysija_cont input[type="text"] {
  width: 100%;
  border: 1px solid #fff;
  background: #009ce0;
  padding-right: 50px;
  padding-left: 15px;
  height: 52px; }

.widget_wysija_cont input[type="submit"] {
  background: #68798d;
  border: 1px solid #fff;
  padding: 18px 20px 16px 20px;
  line-height: 1;
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 16px; }

.dl-container {
  border: 1px solid #68798d;
  width: 100%;
  height: 150px;
  margin-bottom: 85px;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  display: block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-container:hover {
  border: 1px solid #009ce0; }

.dl-container img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translateY(-50%) translateX(-50%);
  -ms-transform: perspective(1px) translateY(-50%) translateX(-50%);
  transform: perspective(1px) translateY(-50%) translateX(-50%);
  max-height: 100%; }

.dl-overlay {
  /*display: none;*/
  position: absolute;
  background: #009ce0;
  text-align: center;
  padding: 15px 10px;
  width: calc(100% + 2px);
  bottom: -50px;
  left: -1px;
  color: #fff;
  font-weight: 700;}

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

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

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

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

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

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

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

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

.sidebar-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 35px; }

.sidebar-list li {
  width: 100%;
  border-bottom: 1px solid #eee; }

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

.sidebar-list a {
  color: #68798d;
  padding: 13px 0;
  display: inline-block; }

.sidebar-list a.active {
  color: #009ce0; }

.listed-news {
  margin-bottom: 35px; }

.special-separator-container {
  width: 100%;
  position: relative;
  margin-bottom: 35px; }

.special-separator {
  background: url(../images/separator.png) left center repeat-x;
  height: 29px; }

.special-separator-text {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  background: #fff;
  padding-right: 15px; }

.nwo-container {
  position: relative;
  margin-bottom: 35px;
  display: inline-block; }

.nwo-overlay {
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;*/
  background: #009ce0;
  width: 100%;
  height: 100px;
  display: inline-block;
  z-index: 10;
  color: #fff;
  padding: 10px; }

/*.nwo-container:hover .nwo-overlay {
  display: inline-block; }*/

.nwo-overlay p {
  margin-bottom: 5px;
  margin-top: 0; }

.nwo-date {
  float: left; }

.nwo-date:before {
  content: '\f073';
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }

.nwo-foto {
  float: left;
  margin-left: 10px; }

.nwo-foto:before {
  content: '\f030';
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }

.nwo-category {
  float: left;
  margin-right: 10px; }

.nwo-category:before {
  content: '\f097';
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nwo-overlay p {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.1; }

  .nwo-date {
    font-size: 12px; }

  .nwo-foto {
    font-size: 12px; }

  .nwo-category {
    font-size: 12px; } }
.nfp-container {
  margin-left: -15px;
  margin-right: -15px;
  display: inline-block; }

.nfp-news-box-container .slick-list {
  overflow: visible; }

.nfp-news-box {
  border: 1px solid #68798d;
  float: left !important;
  width: 100% !important;
  margin-bottom: 15px;
  padding: 10px 15px;
  height: 94px;
  color: #68798d; }

.nfp-news-box p {
  margin: 0;
  text-decoration: none;
  line-height: 1.3; }

.nfp-news-box.slick-current {
  background: #009ce0;
  color: #fff; }

.nfp-news-big-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px; }

.nfp-news-big {
  position: relative;
  float: left; }

.nfp-news-big-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 156, 224, 0.8);
  padding: 15px 30px;
  color: #fff; }

.nfp-news-big-overlay h2 {
  color: #fff;
  margin-bottom: 5px; }

.nfp-news-big-overlay p {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nfp-news-box {
    height: 105px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nfp-col .vc_column-inner {
    padding: 0 !important; }

  .nfp-container {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
    float: left;
    width: 100%;
    margin: 0 !important; }

  .nfp-container > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr; }

  .nfp-news-big-container {
    margin-bottom: 0; }

  .nfp-news-box-container {
    margin: 15px 0; }

  .nfp-news-box {
    width: calc(50% - 10px) !important;
    margin-bottom: 15px; }

  .nfp-news-box:nth-of-type(odd) {
    margin-right: 10px; }

  .nfp-news-box:nth-of-type(even) {
    margin-left: 10px; } }
@media screen and (max-width: 768px) {
  .nfp-col .vc_column-inner {
    padding: 0 !important; }

  .nfp-container {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
    float: left;
    width: 100%;
    margin: 0 !important; }

  .nfp-container > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr; }

  .nfp-news-big-container {
    margin-bottom: 0; }

  .nfp-news-box-container {
    margin: 15px 0; }

  .nfp-news-big-overlay h2 {
    font-size: 16px; }

  .nfp-news-big-overlay p {
    font-size: 13px; } }
.n-date {
  float: left; }

.n-date:before {
  content: '\f073';
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }

.n-foto {
  float: left;
  margin-right: 10px; }

.n-foto:before {
  content: '\f030';
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }

.nfp-news-big-overlay .n-foto,
.nfp-news-box .n-foto {
  margin-left: 10px;
}

.n-category {
  float: left;
  margin-right: 10px; }

.n-category:before {
  content: '\f097';
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }

.n-club {
  float: left;
  margin-right: 10px; }

.n-club:before {
  content: '\f140';
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }

.n2c-container .n-category {
  width: 100%;
  margin-bottom: 3px; }

.n2c-container .n-foto {
  width: 100%;
  margin-top: 3px; }

.n2c-title {
  margin-bottom: 3px;
  line-height: 1.3; }

.n2c-title a {
  font-weight: bold;
  color: #68798d; }

.ds-slider {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 35px; }

.ds-slider .slick-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  background: #009ce0;
  color: #fff;
  font-size: 32px;
  position: absolute; }

.ds-slider .slick-arrow.slick-disabled {
  background: #68798d; }

.ds-slider .slick-prev {
  left: 0; }

.ds-slider .slick-next {
  right: 0;
  top: 0; }

.ds-slider .slick-list {
  margin-left: 50px;
  margin-right: 50px; }

.ds-club {
  text-align: center;
  border: 1px solid #68798d;
  margin-right: -1px;
  margin-bottom: 1px; }

.ds-club a {
  color: #68798d;
  font-weight: 700;
  padding: 14px;
  display: block; }

.fp-notice .wpb_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  height: 120px;
  padding: 15px;
  border: 1px solid #68798d; }

.fp-notice .wpb_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  height: 78px;
  padding: 15px;
  border: 1px solid #68798d; }

.n-separator {
  margin-bottom: 8px !important;
  margin-top: 35px !important; }

.nl-title {
  margin-bottom: 8px !important; }

.ne-spreglejte-container {
  border: 1px solid #68798d;
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.ne-spreglejte-container img {
  float: left;
  width: 44%; }

.ne-spreglejte-content {
  float: left;
  padding: 10px 15px;
  width: 56%; }

.ne-spreglejte-content p {
  text-transform: uppercase;
  color: #68798d;
  font-weight: 400;
  margin: 0; }

.ne-spreglejte-content h2 {
  text-transform: uppercase;
  margin: 0; }

.ne-spreglejte-content h2 a {
  color: #68798d; }

.ne-spreglejte-content h2 a:hover {
  text-decoration: none; }

.ne-spreglejte-content a {
  font-weight: 700; }

@media (min-width: 992px) and (max-width: 1199px) {
  .ne-spreglejte-container img {
    width: 51%; }

  .ne-spreglejte-content {
    width: 49%; }

  .ne-spreglejte-content h2 {
    font-size: 16px; }

  .col-to-row-md {
    width: 25%;
    float: left;
    padding: 0 15px; }

  .col-to-row-md .vc_single_image-wrapper {
    height: 95px;
    display: table-cell !important;
    vertical-align: middle !important; }

  .col-to-row-md .vc_single_image-wrapper img {
    vertical-align: middle; } }
@media (min-width: 768px) and (max-width: 991px) {
  .ne-spreglejte-col {
    margin-top: 20px; }

  .ne-spreglejte-container {
    width: calc(50% - 15px);
    height: 113px; }

  .ne-spreglejte-container:nth-of-type(odd) {
    margin-left: 15px; }

  .ne-spreglejte-container:nth-of-type(even) {
    margin-right: 15px; }

  .col-to-row-sm {
    width: 25%;
    float: left;
    padding: 0 15px; }

  .col-to-row-sm .vc_single_image-wrapper {
    height: 95px;
    display: table-cell !important;
    vertical-align: middle !important; }

  .col-to-row-sm .vc_single_image-wrapper img {
    vertical-align: middle; } }
@media screen and (max-width: 768px) {
  .ne-spreglejte-col {
    margin-top: 20px; }

  .ne-spreglejte-content h2 {
    font-size: 16px; }

  .col-to-row-xs {
    width: 50%;
    float: left;
    padding: 0 15px; }

  .col-to-row-xs .vc_single_image-wrapper {
    height: 95px;
    display: table-cell !important;
    vertical-align: middle !important; }

  .col-to-row-xs .vc_single_image-wrapper img {
    vertical-align: middle; } }
.bi-gallery {
  margin-bottom: 35px;
  float: left;
  width: 100%; }

.bi-gallery-thumb {
  width: 10%;
  display: block;
  float: left;
  overflow: hidden;
  padding: 10px; }

.bi-gallery-thumb img {
  max-height: 100%;
  width: 100%; }

.blueimp-gallery > .description {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  display: none;
  font-size: 16px;
  font-weight: 700; }

.blueimp-gallery-controls > .description {
  display: block; }

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    max-width: 230px; }

  .bi-gallery-thumb {
    width: 20%; } }
@media (max-width: 767px) {
  .logo {
    max-width: 200px; }

  .bi-gallery-thumb {
    width: 25%; } }
.vc_toggle {
  margin-bottom: 15px !important; }

.vc_toggle_title {
  background: #eee;
  padding: 15px 40px !important; }

.vc_toggle_title h2 {
  color: #68798d;
  margin-bottom: 0; }

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

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

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

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

.statistics {
  margin-bottom: 35px; }

.search-list h2 {
  color: #68798d;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px; }

.search-list ul {
  margin-bottom: 35px; }

.post-info {
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 15px; }

.post-info .n-date {
  margin-right: 10px; }

.listed-news .n-date {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .club-logo {
    margin-bottom: 35px; }

  .news-featured-image {
    margin-bottom: 15px; } }
.archive-nav ul {
  margin: 0;
  padding: 0; }

.archive-nav li {
  width: auto;
  float: left;
  margin-left: 25px; }

/*.vc_row[data-vc-full-width] {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}*/
/*-------------------- custom CSS END --------------------*/

@media (min-width: 768px) {
  .siclick {
    max-height: 75px;
  }

  .siclick img {
    max-height: 100%;
    width: auto;
  }
}

.siclick>.vc_column-inner {
  padding-right: 0 !important;
}

.fb-share-button {
  float: right;
}


.title-logo {
  text-align: center;
  float: left;
  width: 100%;
}

.title-logo img {
  display: inline-block;
}

@media (max-width: 991px) {
  .title-logo {
    margin-top: 25px;
  }
}