/*----------------------------------------------------------------*/
body {
  font-size: 14px;
  font-family: 'Oxygen', sans-serif;
  color: #475f6b; }

* {
  outline: none !important; }

.small-footer {
  background: #3b4f59;
  color: #fff;
  font-size: 12px;
  padding: 13px 0 33px 0; }

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

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

.ns-logo-svg {
  margin: 0 0 -2px 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: 36px;
  font-weight: 700;
  color: #fff; }

.header-title {
  float: left;
  margin-left: 15px;
  margin-top: 47px;
  margin-bottom: 0 !important;
  color: #475f6b;
  font-weight: 300;
  font-size: 32px;
  line-height: 1; }

html[lang="sl-SI"] .header-title {
  font-size: 22px;
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .header-title {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 0 !important;
    margin-bottom: 15px !important; } }
h2 {
  font-size: 30px;
  font-weight: 700;
  color: #475f6b; }

h3 {
  font-size: 24px;
  font-weight: 300;
  color: #475f6b;
  margin: 0; }

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

h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px; }

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

a {
  color: #00aeed;
  text-decoration: none; }

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

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 2px solid #eee;
  border-radius: 3px;
  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: 3px;
  padding: 8px;
  height: 160px;
  outline: none;
  resize: none; }

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

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

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

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

hr {
  border-color: #00aeed;
  margin-top: 0; }

.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;
  margin-bottom: 21px; }

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

.fright {
  float: right !important; }

.stretch-left {
  position: relative;
  overflow: hidden; }

.stretch-xs-top h2,
.stretch-xs-top h3 {
  color: #fff; }

.stretch-left .stretch-xs-top img {
  max-width: none !important;
  position: absolute;
  right: 0; }

.stretch-right {
  position: relative;
  overflow: hidden; }

.stretch-right .stretch-xs-top img {
  max-width: none !important;
  position: absolute;
  left: 0; }

.stretch-xs-bottom .ns-cwi-container {
  margin-bottom: 20px;
  font-size: 16px; }

.stretch-left .vc_single_image-wrapper {
  padding-left: 15px; }

.stretch-right .vc_single_image-wrapper {
  padding-right: 15px; }

.stretch-xs-bottom .vc_single_image-wrapper {
  padding-top: 35px; }

.stretch-xs-bottom {
  padding-top: 35px;
  padding-bottom: 15px; }

.stretch-xs-top .btn {
  margin-bottom: 65px; }

@media (max-width: 767px) {
  .stretch-left,
  .stretch-right {
    display: table; }

  .stretch-xs-top {
    display: table-caption;
    width: 100%;
    overflow: hidden; }

  .stretch-xs-top .vc_row {
    margin: 0 !important; }

  .stretch-xs-bottom {
    display: table-cell;
    width: 100%; }

  .stretch-left img,
  .stretch-right img {
    position: relative;
    max-width: 100% !important; }

  .stretch-right .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .stretch-right .stretch-xs-top .vc_column_container {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .stretch-xs-bottom .vc_column-inner,
  .stretch-xs-bottom .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important; }

  .stretch-xs-bottom {
    padding-top: 0; } }
/*-------------------- UI elements END --------------------*/
/*---------- elements START ----------*/
.ns-cwi-container {
  display: table; }

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

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

/*---------- elements END----------*/
/*-------------------- bootstrap classes START --------------------*/
.btn,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 3px;
  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: #00aeed;
  border: 2px solid #00aeed; }

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

#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 #0081b0;
  background: #0081b0;
  box-shadow: none;
  outline: none; }

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

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

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

.btn-green,
.btn-green:visited {
  color: #fff;
  background: #8dc53e;
  border: 2px solid #8dc53e; }

.btn-green:hover {
  color: #fff;
  border: 2px solid #7db035;
  background: #7db035; }

.btn-green:active,
.btn-green:focus,
.btn-green:active:focus,
.btn-green:active:hover {
  color: #fff;
  border: 2px solid #6c982e;
  background: #6c982e;
  box-shadow: none;
  outline: none; }

.btn-green-inv,
.btn-green-inv:visited {
  color: #8dc53e;
  background: #fff;
  border: 2px solid #fff; }

.btn-green-inv:hover {
  color: #7db035;
  border: 2px solid #fff;
  background: #fff; }

.btn-green-inv:active,
.btn-green-inv:focus,
.btn-green-inv:active:focus,
.btn-green-inv:active:hover {
  color: #6c982e;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: none;
  outline: none; }

.btn-yellow,
.btn-yellow:visited {
  color: #fff;
  background: #ffc422;
  border: 2px solid #ffc422; }

.btn-yellow:hover {
  color: #fff;
  border: 2px solid #ffbc03;
  background: #ffbc03; }

.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover {
  color: #fff;
  border: 2px solid #e4a700;
  background: #e4a700;
  box-shadow: none;
  outline: none; }

.btn-yellow-inv,
.btn-yellow-inv:visited {
  color: #ffc422;
  background: #fff;
  border: 2px solid #fff; }

.btn-yellow-inv:hover {
  color: #ffbc03;
  border: 2px solid #fff;
  background: #fff; }

.btn-yellow-inv:active,
.btn-yellow-inv:focus,
.btn-yellow-inv:active:focus,
.btn-yellow-inv:active:hover {
  color: #e4a700;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: none;
  outline: none; }

.btn-red,
.btn-red:visited {
  color: #fff;
  background: #d2222a;
  border: 2px solid #d2222a; }

.btn-red:hover {
  color: #fff;
  border: 2px solid #b81e25;
  background: #b81e25; }

.btn-red:active,
.btn-red:focus,
.btn-red:active:focus,
.btn-red:active:hover {
  color: #fff;
  border: 2px solid #9d191f;
  background: #9d191f;
  box-shadow: none;
  outline: none; }

.btn-red-inv,
.btn-red-inv:visited {
  color: #d2222a;
  background: #fff;
  border: 2px solid #fff; }

.btn-red-inv:hover {
  color: #b81e25;
  border: 2px solid #fff;
  background: #fff; }

.btn-red-inv:active,
.btn-red-inv:focus,
.btn-red-inv:active:focus,
.btn-red-inv:active:hover {
  color: #9d191f;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: none;
  outline: none; }

.btn-blue-inv,
.btn-blue-inv:visited {
  color: #00aeed;
  background: #fff;
  border: 2px solid #fff; }

.btn-blue-inv:hover {
  color: #0098ce;
  border: 2px solid #fff;
  background: #fff; }

.btn-blue-inv:active,
.btn-blue-inv:focus,
.btn-blue-inv:active:focus,
.btn-blue-inv:active:hover {
  color: #e0e0e0;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: none;
  outline: none; }

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

/*-------------------- bootstrap classes END --------------------*/
/*---------- navbar START ----------*/
.nav-back {
  background: #475f6b; }

.navbar {
  z-index: 10;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  float: right;
  min-height: 0;
  width: 100%; }

.header-bottom .navbar {
  width: 100%; }

.nav {
  list-style: none; }

.nav li {
  padding: 0;
  position: relative; }

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

.nav li a {
  text-decoration: none;
  white-space: nowrap;
  color: #a1b1bc;
  font-weight: 700;
  font-size: 18px;
  text-shadow: none;
  padding: 20px 0;
  line-height: 1; }

.nav li a:hover {
  background: #3b4f59;
  color: #fff; }

.nav li.current-menu-item a,
.nav li.current-page-ancestor a {
  color: #fff;
  background: #3b4f59; }

.navbar-header {
  float: right; }

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

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

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

.navbar-collapse {
  padding: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nav li a {
    font-size: 16px; } }
@media (max-width: 991px) {
  .navbar {
    margin: 0;
    width: 100%; }

  .navbar-header {
    float: none; }

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

  .navbar-toggle {
    display: block;
    float: left; }

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

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

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

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

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

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

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

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

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

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

  .container .nav-justified > li {
    width: auto;
    display: block; } }
/*---------- navbar END ----------*/
/*---------- custom CSS START ----------*/
.logo {
  margin-top: 20px;
  margin-bottom: 20px !important;
  float: left; }

.big-footer {
  background: #475f6b;
  padding-top: 30px;
  color: #fff; }

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

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

.big-footer li {
  border-bottom: 1px solid #374952;
  padding: 10px 0; }

.big-footer li:last-child {
  border-bottom: 1px solid #374952;
  padding: 9px 0; }

.title-banner {
  padding: 40px 0;
  background-position: center;
  margin-bottom: 35px; }

.post-5 .title-banner {
  margin-bottom: 0; }

.eco {
  margin-top: 50px; }

.eco p {
  font-size: 20px;
  font-weight: 300; }

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

.icons {
  margin-top: 30px;
  margin-bottom: 35px; }

.icons .ns-cwi-container {
  margin-bottom: 20px; }

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

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

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

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

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

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

.vc_tta-panel-body {
  color: #fff; }

.vc_tta-panel-body h2,
.vc_tta-panel-body h3 {
  color: #fff; }

.vc_tta-panel-body .ns-cwi-container {
  margin-bottom: 20px;
  font-size: 16px; }

.slider-nav-container {
  width: 100%;
  float: left;
  margin-bottom: 30px; }

.slider-nav {
  width: 33.333%;
  border-bottom: 3px solid #8dc53e; }

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

.slider-nav-container li {
  width: 33.333%;
  float: left; }

.slider-nav-container a {
  background: #f5f5f5;
  width: 100%;
  float: left;
  padding: 20px;
  border-bottom: 8px solid #475f6b;
  color: #475f6b; }

.slider-nav-container a:hover {
  text-decoration: none;
  background: #f1f1f1; }

.slider-nav-container a.green {
  border-bottom: 8px solid #8dc53e; }

.slider-nav-container a.yellow {
  border-bottom: 8px solid #ffc422; }

.slider-nav-container a.red {
  border-bottom: 8px solid #d2222a; }

.slider-nav-container a.blue {
  border-bottom: 8px solid #00aeed; }

  .slider-nav-container a.orange {
  border-bottom: 8px solid #ff742e; }


.slider-nav-container a.orange {
  border-bottom: 8px solid #ff742e; }

.slider-nav-container li img {
  margin-right: 20px;
  float: left; }

.slider-nav-container .slick-current .icon {
  display: none; }

.slider-nav-container .active-icon {
  display: none; }

.slider-nav-container .slick-current .active-icon {
  display: block; }

.slider-nav-container span {
  font-size: 22px;
  font-weight: 700;
  float: left;
  margin-top: 20px; }

.slider-nav-container .slick-current span {
  color: #fff; }

.slider-nav-container .slick-current .green {
  background: #8dc53e; }

  .slider-nav-container .slick-current .orange {
  background: #ff742e; }

.slider-nav-container .slick-current .yellow {
  background: #ffc422; }

.slider-nav-container .slick-current .red {
  background: #d2222a; }

.slider-nav-container .slick-current .blue {
  background: #00aeed; }


.slider-nav-container .slick-current .orange {
  background: #ff742e; }

.vc_ns_content-slider-container {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .slider-nav-container span {
    font-size: 16px;
    font-weight: 700;
    float: left;
    margin-top: 20px;
    width: 100%; }

  .vc_ns_content-slider-container .slick-slide {
    height: 760px;
    overflow: hidden; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .eco p {
    font-size: 19px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .eco {
    margin-bottom: 35px; }

  .eco .wpb_text_column {
    margin-bottom: 15px !important; }

  .eco .wpb_single_image {
    float: left;
    width: auto;
    margin-right: 15px; } }
@media (max-width: 767px) {
  .eco {
    margin-bottom: 35px;
    margin-top: 10px; }

  .eco .wpb_text_column {
    margin-bottom: 15px !important; }

  .eco .wpb_single_image {
    float: left;
    width: auto;
    margin-right: 15px; } }
.sidenav {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
 }

.sidenav li {
  width: 100%;
  float: left; }

.sidenav a {
  width: 100%;
  margin-bottom: 1px;
  background: #eee;
  color: #475f6b;
  font-weight: bold;
  padding: 10px 15px;
  float: left; }

.sidenav a:hover {
  text-decoration: none;
  background: #e1e1e1; }

.sidenav li.current-menu-item a,
.sidenav li.current-page-ancestor a {
  color: #00aeed;
}

.sidenav .sub-menu {
  display: none;
 }

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

.sidenav .sub-menu a {
  padding: 6px 15px 6px 30px;
  font-size: 14px;
  font-weight: 400;
 }

.sidenav li.current-menu-item .sub-menu a,
.sidenav li.current-page-ancestor .sub-menu a {
  color: #475f6b;
}

.sidenav .sub-menu li.current-menu-item a,
.sidenav .sub-menu li.current-page-ancestor a {
  color: #00aeed;
}

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

.error-404 h1 {
  color: #475f6b; }

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

/* search */

.search-form-opener {
  width: 60px;
  position: relative;
  float: right;
  text-align: center;
  margin-bottom: -1px;
}

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

.search-form-opener .fa {
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
}

.search-form-opener:hover .fa {
  color: #00aeed;
}

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

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

.search-form {
  border-bottom: 1px solid #475f6b;
  width: 240px;
}

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

.search-submit {
  background: #00aeed !important;
  text-transform: uppercase;
  padding: 2px 5px;
  color: #fff !important;
  border: none;
  outline: none;
}

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

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

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

@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: 65px;
  }

  .search-form-opener span {
    display: none;
  }
}

/*---------- custom CSS END ----------*/

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

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

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

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

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

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

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

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

.n-date {
  margin-bottom: 5px;
  color: #ccc;
  display: block;
}

.events-cal {
  position: relative; }

.events-cal-loader {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  justify-content: space-around;
  align-items: center;
  display: none; }

.events-cal-loader.show-loader {
  display: flex; }

/* loader */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loading {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 0.25rem solid rgba(51, 51, 51, 0.2);
  border-top-color: #333;
  animation: spin 1s infinite linear; }

.events-cal table {
  margin-bottom: 0;
}

.events-cal td {
  width: 14.29%;
  padding: 5px 10px; }

.events-cal-days td {
  background: #f6f6f6; }

.events-cal-cells td {
  background: #fff; }

.events-cal-header {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  float: left; }

.events-cal-prev {
  float: left; }

.events-cal-next {
  float: right; }

.events-cal-month-title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 18px; }

.events-cal-day-number {
  width: 24px;
  height: 24px;
  display: block;
  font-weight: bold;
  text-align: center;
  padding-top: 2px; }

.events-cal-today .events-cal-day-number {
  background: #B9121B;
  border-radius: 50%;
  color: #fff; }

.events-cal-events-row {
  min-height: 16px;
  margin-top: 3px;
  display: inline-block;
  width: 100%; }

.events-cal-event-indicator-wrap {
  padding: 3px 1px;
  position: relative;
  display: block;
  float: left;
  margin: 0 2px; }

.events-cal-event-indicator {
  width: 12px;
  height: 12px;
  display: block;
  background: #475f6b;
  border-radius: 50%;
  float: left; }

.events-cal-event-indicator-wrap:hover .events-cal-event-indicator {
  background: #00aeed; }

.events-cal-bubble {
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  width: 250px;
  position: absolute;
  z-index: 10;
  top: 18px;
  left: -10px;
  padding: 15px;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.3); }

.events-cal-event-indicator-wrap:hover .events-cal-bubble {
  display: block; }

.events-cal-event-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

.events-cal-date,
.events-cal-time {
  width: 50%;
  color: #888;
  float: left;
  margin-bottom: 10px; }

.event-time {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.event-time-date,
.event-time-time {
  float: left;
  margin-right: 20px;
  color: #888;
}

.download-box {
  border: 2px solid #00aeed;
  float: left;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 35px;
  padding: 15px;
}

.newsletter-banner {
  background: #00aeed;
  padding: 35px 0;
}

.newsletter-input-wrap {
  width: 70%;
  padding-right: 10px;
  float: left;
}

.newsletter-input-wrap input {
  width: 100%;
}

.newsletter-submit {
  width: 30%;
  float: left;
}

.newsletter-text {
  color: #fff;
  margin-bottom: 0 !important;
  font-size: 26px;
}

#rtrn {
  margin-top: 5px;
  color: #fff;
  float: left;
  width: 100%;
}

/* loader */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#mlchmp_loader {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: .25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    animation: spin 750ms infinite linear;
    margin-top: 10px;
    display: none;
}

#mlchmp_loader.show_loader {
    display: inline-block;
}

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

.language-selector {
  float: right;
  padding-top: 10px;
}

.language {
  color: #475f6b;
  border: 2px solid #475f6b;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: table-cell;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
}

.language.active {
  border: 2px solid #00aeed;
  color: #00aeed;
}

.language-wrap {
  margin-top: 7px;
  margin-left: 13px;
  float: left;
}

a:hover .language {
  text-decoration: none !important;
  border: 2px solid #00aeed;
  color: #00aeed;
}

@media screen and (max-width: 768px) {
  .language-selector {
    padding-bottom: 10px;
    text-align: center;
  }
}

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

.vc_ns_content-slider-container .vc_tta-panel-body {
  min-height: 463px;
}
