@charset "utf-8";
/* CSS Document *

/*-------------------------------------------------------------------------------------*/
/*GENERAL -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
  margin: 0;
}

html,
body {
  padding: 0px;
  margin: 0px;
  height: 100%;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #252525;
  background: #ffffff;
  line-height: 22px;
}

body.popup {
  background-color: white;
  background-image: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
  background: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

/*-------------------------------------------------------------------------------------*/
/*STICKY FOOTER -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -189px;
  -webkit-transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  -ms-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  overflow-x: hidden;
}

.wrapper.clicked {
  margin-top: 35px;
}

.push {
  height: 189px;
}

/*-------------------------------------------------------------------------------------*/
/*HEADERS -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
h1 {
  color: #23ac87;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

h2 {
  color: #835e9e;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}

h3 {
  font-weight: 600;
  color: #835e9e;
}

h4,
h5 {
  color: #23ac87;
}

h6 {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/*-------------------------------------------------------------------------------------*/
/*GLOBAL ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.tooltip-inner {
  border-radius: 0;
}

.btn,
.btn-primary {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  background-image: -webkit-linear-gradient(left, #835e9e 0, #c93e85 100%);
  background-image: linear-gradient(to right, #835e9e 0, #c93e85 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF835E9E", endColorstr="#FFC93E85", GradientType=1);
  border: none;
  position: relative;
  border-radius:6px;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.active:hover,
.btn:focus,
.btn:active:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: #835e9e;
}

ul {
  margin-left: 15px;
  padding: 0;
}

ul li {
  list-style: none;
}
ul li::before {
  content: "";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -15px;
  top: 0;
  color: #23ac87;
  font-family: "FontAwesome";
}
ul li a:hover::before {
  color: #835e9e;
}

.shape {
  position: absolute;
  width: 101%;
  pointer-events: none;
  z-index: 501;
  left: -1%;
  max-width: none;
}
@media (max-width: 767px) {
  .shape {
    display: none;
  }
}
.shape.shape-top {
  top: -1px;
}
.shape.shape-bottom {
  bottom: -1px;
}
.shape.shape-flip-V {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.shape.shape-flip-H {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/*-------------------------------------------------------------------------------------*/
/*HEADER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
header {
  height: 111px;
  background: #fff;
  position: relative;
}

header .logo {
  width: 311px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: -58px;
  z-index: 502;
}

header .quick-menu {
  float: right;
  margin: 11px 0 22px 0;
  z-index: 2;
  position: relative;
}

header .quick-menu .quick-item {
  padding-right: 30px;
}

header .quick-menu .quick-item::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  right: 10px;
  top: 0;
}

@media (max-width: 991px) {
  header {
    height: 120px;
  }

  header .logo {
    top: -122px;
  }
}

@media (max-width: 767px) {
  header .logo {
    top: -25px;
    left: 10px;
    width: 189px;
    z-index: 0;
  }

  header .quick-menu .quick-item {
    font-size: 0;
    padding: 0;
    width: 36px;
  }
  header .quick-menu .quick-item::after {
    right: 13px;
  }
}

/*-------------------------------------------------------------------------------------*/
/*SEARCH ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.search-toggle.btn {
  padding-right: 36px;
  margin-right: 15px;
}

.search-toggle.btn::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
  font-size: 16px;
  color: #fff;
  right: 10px;
  font-weight: 400;
  top: 0;
}

.search-toggle.btn.clicked::after {
  content: "";
}

.navbar-header .search-toggle {
  width: 40px;
  height: 40px;
  z-index: 501;
  float: right;
  margin-top: 15px;
  line-height: 40px;
}

.search {
  z-index: 502;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -35px;
  -webkit-transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  -ms-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}

.search.clicked {
  margin: 0;
}

.searchWrapperOnsite input {
  width: 100%;
  height: 35px;
  border-radius: 0;
  border: none;
  padding: 0 15px;
  line-height: 35px;
  float: left;
  background: #835e9e;
  color: #fff;
}

.searchWrapperOnsite input::placeholder {
  color: #fff;
}

.searchWrapperOnsite input:focus {
  outline: none;
  box-shadow: none;
}

.searchOnsiteSubmitWrapper a {
  position: relative;
  width: 35px;
  height: 35px;
  float: left;
  line-height: 35px;
  margin-left: -35px;
  color: #fff;
  background: #835e9e;
  border: none;
}

.searchOnsiteSubmitWrapper a:hover {
  background: #c93e85;
}

.searchOnsiteSubmitWrapper a::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 9px;
  pointer-events: none;
  font-size: 19px;
  color: #fff;
  font-weight: normal;
}

@media (max-width: 767px) {
  .search-toggle.btn {
    font-size: 0;
    padding: 0;
    width: 36px;
  }
  .search-toggle.btn::after {
    right: 11px;
  }
}

/*-------------------------------------------------------------------------------------*/
/*SLIDESHOW ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.slideshow {
  position: relative;
  overflow: hidden;
}

.slideshow-container {
  width: 100%;
  height: 500px;
  position: relative;
}

.owl-stage-outer,
.owl-stage,
.owl-item,
.slideshow-image {
  height: 500px;
}

.slideshow .owl-carousel .slideshow-image {
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.slideshow .owl-carousel .slideshow-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.slideshow .owl-carousel .owl-item .container {
  position: relative;
  height: 100%;
}

.slideshow .owl-carousel .owl-item h2 {
  position: absolute;
  right: 0;
  bottom: 100px;
  font-size: 36px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  z-index: 2;
}

.slideshow .owl-carousel .owl-carousel .owl-wrapper-outer {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .slideshow .owl-carousel .owl-item h2 {
    font-size: 25px;
    padding: 10px 15px;
    bottom: 0;
    line-height: 28px;
    text-align: center;
    background: rgba(131, 94, 158, 0.5);
  }
}

@media (max-width: 767px) {
  .slideshow-container {
    height: 300px;
  }

  .owl-stage-outer,
  .owl-stage,
  .owl-item,
  .slideshow-image {
    height: 300px;
  }
}

/*-------------------------------------------------------------------------------------*/
/*MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.navbar-main {
  height: 32px;
  clear: both;
}
@media (max-width: 991px) {
  .navbar-main {
    margin-top: 130px;
  }
}
.navbar-main .container {
  position: relative;
}
@media (max-width: 991px) {
  .navbar-main {
    width: 100%;
    text-align: center;
  }
}

#nav-bar {
  height: 32px;
  padding-right: 0;
}
#nav-bar .mainMenu {
  float: right;
  width: auto;
  height: 32px;
  margin: 0 0 0 0;
  z-index: 999;
  display: inline-block;
}

@media (max-width: 991px) {
  #nav-bar .mainMenu  {
    margin-top:-40px;
  }
}

ul.cssMenu {
  cursor: default;
  text-align: left;
  padding: 0 0 0 0;
  list-style: none;
  list-style-type: none;
  width: 100%;
  margin: 0;
}

/* SUBLEVEL 1 */

ul.cssMenu li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 15px;
  text-align: left;
  position: relative;
  color: #404041;
  display: inline;
  float: left;
  cursor: pointer;
  height: 32px;
  width: auto;
  font-size: 22px;
  font-weight: 700;
  z-index: 999;
  line-height: 32px;
  font-family: "Nunito", sans-serif;
  border-radius: 6px;
  /* SUBMENU ACTIVATION */
}
@media (min-width: 768px) {
  ul.cssMenu li#home {
    font-size: 0;
    width: 114px;
  }
  ul.cssMenu li#home::before {
    content: "Welkom";
    font-size: 22px;
    font-weight: 700;
    z-index: 999;
    line-height: 32px;
    font-family: "Nunito", sans-serif;
    color: #404041;
    padding: 0 15px;
  }
  ul.cssMenu li#home:hover::before {
    color: #fff;
  }
}
@media (max-width: 1199px) {
  ul.cssMenu li {
    padding: 0 10px;
    font-size: 18px;
  }
}
ul.cssMenu li::before {
  content: none;
}
ul.cssMenu li a {
  color: #404041;
  text-decoration: none;
  display: block;
}
ul.cssMenu li:hover,
ul.cssMenu li.pressed,
ul.cssMenu li.selected {
  background-image: -webkit-linear-gradient(left, #23ac87 0, #4c7abb 100%);
  background-image: linear-gradient(to right, #23ac87 0, #4c7abb 100%);
  color: #fff;
}
ul.cssMenu li:hover > a,
ul.cssMenu li.pressed > a,
ul.cssMenu li.selected > a {
  color: #fff;
  text-decoration: none;
}
ul.cssMenu li.hasKids:hover,
ul.cssMenu li.hasKids.pressed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
ul.cssMenu li.hasKids:hover a,
ul.cssMenu li.hasKids.pressed a {
  border-bottom: 0;
}
.noTouch ul.cssMenu li:hover > ul,
ul.cssMenu li.pressed > ul {
  left: 1%;
  margin-left: -1px;
  left: 1px;
}
.noTouch ul.cssMenu li:hover > ul li:hover a,
.noTouch ul.cssMenu li:hover > ul li.pressed a,
ul.cssMenu li.pressed > ul li:hover a,
ul.cssMenu li.pressed > ul li.pressed a {
  color: #fff;
}
.noTouch ul.cssMenu li:hover > ul li:hover > ul,
.noTouch ul.cssMenu li:hover > ul li.pressed > ul,
ul.cssMenu li.pressed > ul li:hover > ul,
ul.cssMenu li.pressed > ul li.pressed > ul {
  display: block;
  left: 230px;
  padding: 0;
  margin: 0;
}
ul.cssMenu ul {
  width: 230px;
  padding: 0;
  margin: 32px 0 0 0;
  cursor: default;
  text-align: left;
  position: absolute;
  z-index: 999;
  left: -999em;
  top: 0;
  /* SUBLEVEL 2 */
}
ul.cssMenu ul li {
  width: 230px;
  text-align: left;
  min-height: 18px;
  line-height: 22px;
  height: auto !important;
  padding: 5px 25px 5px 22px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  background-image: -webkit-linear-gradient(left, #23ac87 0, #4c7abb 100%);
  background-image: linear-gradient(to right, #23ac87 0, #4c7abb 100%);
  border-radius: 0;
}

ul.cssMenu ul li.noLink, ul.cssMenu ul li.noLink a {
  cursor:default;
}

ul.cssMenu ul li:last-child {
  border-bottom: none;
}
ul.cssMenu ul li.hasKids::after {
  right: 15px;
  content: "";
  font-family: FontAwesome;
  top: 5px;
  color: #fff;
  position: absolute;
}
ul.cssMenu ul li.hasKids:hover::after {
  color: #fff;
}
ul.cssMenu ul li a {
  color: #fff;
  display: block;
}
.noTouch ul.cssMenu ul li:hover,
ul.cssMenu ul li.pressed {
  background: #23ac87;
}
.noTouch ul.cssMenu ul li:hover a,
ul.cssMenu ul li.pressed a {
  color: #fff;
  border: none;
}
ul.cssMenu ul li.selected a {
  color: #fff;
  border: none;
}
ul.cssMenu ul ul {
  display: none;
  position: absolute;
  top: 0px;
}

/* MOBILE MENU */
@media (max-width: 767px) {
  .navbar-main {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    transition: top 0.5s;
    padding: 0;
    margin-top: 30px;
  }

  .container > .navbar-header {
    margin: 0;
    padding: 15px 0 0 0;
  }

  .sticky > .navbar-header {
    padding: 10px 0 10px 0;
  }

  .navbar-toggle {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #23ac87;
    border: none;
    color: #ffffff;
    z-index: 1001;
    float: right;
    margin: 5px 0 0 0;
    background-image: -webkit-linear-gradient(left, #835e9e 0, #c93e85 100%);
    background-image: linear-gradient(to right, #835e9e 0, #c93e85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF835E9E", endColorstr="#FFC93E85", GradientType=1);
  }
  .navbar-toggle .icon-bar {
    display: none;
  }
  .navbar-toggle::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    line-height: 36px;
  }
  .navbar-toggle.collapsed::before {
    content: none;
  }
  .navbar-toggle.collapsed .icon-bar {
    background: #ffffff;
    width: 17px;
    display: block;
  }

  #nav-bar {
    margin-top: 0;
    position: absolute;
    top: 78px;
    left: 0;
    z-index: 10000;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  #nav-bar.navbar-collapse.in {
    overflow-x: visible;
    overflow-y: auto;
    max-height: 366px;
    height: auto;
  }
  #nav-bar .mainMenu {
    height: auto;
    margin: 0;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    display: block;
  }
  #nav-bar .mainMenu::after {
    content: "";
    display: table;
    clear: both;
  }
  #nav-bar ul.cssMenu {
    margin-top: 0px;
    width: 100%;
    height: auto;
  }
  #nav-bar ul.cssMenu #home {
    color: #ffffff;
    text-align: left;
    padding: 5px 10px 5px 12px;
    width: auto !important;
    line-height: 29px;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #125744;
  }
  #nav-bar ul.cssMenu li {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    min-height: 29px;
    line-height: 29px;
    border: none;
    margin: 0;
    border-bottom: 1px solid #125744;
    border-radius: 0;
    padding: 0;
    background: #23ac87;
    /* SUBLEVEL 2 */
  }
  #nav-bar ul.cssMenu li.hasKids::after {
    right: 15px;
    content: "";
    left: auto;
    top: 3px;
    color: #fff;
    font-family: "FontAwesome";
    position: absolute;
  }
  #nav-bar ul.cssMenu li.pressed.hasKids::after {
    content: "";
  }
  #nav-bar ul.cssMenu li a {
    color: #ffffff;
    text-align: left;
    display: block;
    padding: 5px 10px 5px 12px;
    font-weight: normal;
    border-bottom: none !important;
  }
  #nav-bar ul.cssMenu li:hover > ul,
  #nav-bar ul.cssMenu li.pressed > ul {
    left: 0px;
    position: relative;
  }
  #nav-bar ul.cssMenu li:hover > ul li,
  #nav-bar ul.cssMenu li.pressed > ul li {
    background-color: #3cd7ae;
  }
  #nav-bar ul.cssMenu li:hover > ul li:last-child,
  #nav-bar ul.cssMenu li.pressed > ul li:last-child {
    border-bottom: 0;
  }
  #nav-bar ul.cssMenu li:hover > ul li:hover > ul,
  #nav-bar ul.cssMenu li:hover > ul li.pressed > ul,
  #nav-bar ul.cssMenu li.pressed > ul li:hover > ul,
  #nav-bar ul.cssMenu li.pressed > ul li.pressed > ul {
    left: auto;
    display: block;
    margin-top: 0px;
    left: 0;
    top: 0;
  }
  #nav-bar ul.cssMenu li:hover > ul li:hover > ul li,
  #nav-bar ul.cssMenu li:hover > ul li.pressed > ul li,
  #nav-bar ul.cssMenu li.pressed > ul li:hover > ul li,
  #nav-bar ul.cssMenu li.pressed > ul li.pressed > ul li {
    background-color: #58ddb9;
  }
  #nav-bar ul.cssMenu li ul {
    margin: 0;
    width: 100%;
    border-top: 1px solid #125744;
  }
  #nav-bar ul.cssMenu li ul li {
    width: 100%;
    padding: 0;
  }
  #nav-bar ul.cssMenu li ul li a {
    width: auto;
    padding: 5px 0px 5px 25px;
  }
  #nav-bar ul.cssMenu li ul li ul {
    left: auto;
    display: none;
    position: relative;
  }
  #nav-bar ul.cssMenu li ul li ul li a {
    padding-left: 35px;
  }
}

/*-------------------------------------------------------------------------------------*/
/*HOME --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.quick-links {
  background-image: -webkit-linear-gradient(left, #835e9e 0, #c93e85 100%);
  background-image: linear-gradient(to right, #835e9e 0, #c93e85 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF835E9E", endColorstr="#FFC93E85", GradientType=1);
  padding: 0 0 150px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .quick-links {
    padding: 0 0 120px 0;
  }
}
@media (max-width: 1199px) {
  .quick-links {
    padding: 20px 0 110px 0;
  }
}
@media (max-width: 767px) {
  .quick-links {
    padding: 20px 0 20px 0;
  }
}
.quick-links .shape {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.quick-links .quick-link-text {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .quick-links .quick-link-text {
    margin-bottom: 20px;
  }
}
.quick-links .quick-link {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  border: 3px solid #fff;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  background-repeat: no-repeat;
}
.quick-links .quick-link:hover {
  background-color: #835e9e;
}
@media (max-width: 767px) {
  .quick-links .quick-link {
    width: 60%;
    padding-top: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .quick-links .col-md-2 {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .quick-links .col-md-2 {
    padding: 0 40px;
  }
}
.quick-links .col-md-2:nth-child(1) .quick-link {
  background-image: url(/images/groups-icon.svg);
  background-position: center center;
  background-size: 60%;
}
.quick-links .col-md-2:nth-child(2) .quick-link {
  background-image: url(/images/school-icon.svg);
  background-position: top 40% center;
  background-size: 65%;
}
.quick-links .col-md-2:nth-child(3) .quick-link {
  background-image: url(/images/team-icon.svg);
  background-position: top 57% center;
  background-size: 75%;
}

.contentWrapper {
  margin:0;
  padding:0;
}

@media (max-width: 1400px) {
  .main-content {
    padding: 0 0 0 0;
  }
}
@media (max-width: 1199px) {
  .main-content {
    padding: 20px 0 30px 0;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding: 40px 0 50px 0;
  }
}

.news-and-calendar {
  background-image: -webkit-linear-gradient(left, #23ac87 0, #4c7abb 100%);
  background-image: linear-gradient(to right, #23ac87 0, #4c7abb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF23AC87", endColorstr="#FF4C7ABB", GradientType=1);
  padding: 150px 0 0 0;
  position: relative;
  font-size: 19px;
  color: #fff;
}
@media (max-width: 1400px) {
  .news-and-calendar {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 991px) {
  .news-and-calendar {
    padding: 90px 0 0 0;
  }
}
@media (max-width: 767px) {
  .news-and-calendar {
    padding: 30px 0;
  }
}

/*-------------------------------------------------------------------------------------*/
/*NEWS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.newsOS .newsOSContent {
  margin-right: -15px;
  margin-left: -15px;
}

.newsOS .newsOSContent::after {
  content: "";
  clear: both;
  display: table;
}

.newsOS .newsContentItem {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333333%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.newsOS .newsItemImage {
  overflow: hidden;
  padding-top: 75%;
  display: block;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  max-width: none !important;
  max-height: none !important;
  background-image: url(/images/news-placeholder.png);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}

.newsOS .dateTitle {
  line-height: 25px;
  overflow: hidden;
  font-size: 20px;
  padding: 11px 12px 10px;
  background: #fff;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.newsOS .newsTitle a {
  color: #23ac87;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 53px;
}

.newsOS .date,
.newsOS .readMore,
.newsOS .allNews {
  display: none;
}

@media (max-width: 767px) {
  .newsOS .newsContentItem {
    width: 100%;
  }

  .newsOS .newsTitle a {
    height: auto;
  }
}
/*-------------------------------------------------------------------------------------*/
/*CALENDAR ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.calendarOS {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
}

.calendarOS .calendarOSHeader {
  display: none;
}

.calendarOS .calendarOSContent {
  min-height: 173px;
}

.calendarOS .calendarItem {
  width: 100%;
  color: #23ac87;
  margin-bottom: 8px;
}

.calendarOS .calendarItem::after {
  content: "";
  clear: both;
  display: table;
}

.calendarOS .calendarItemDate {
  width: 50px;
  height: 50px;
  min-width: 46px;
  float: left;
  color: #23ac87;
  text-transform: uppercase;
  border-radius: 100%;
  border: 2px solid #23ac87;
  text-align: center;
  margin: 0;
}

.calendarOS .dateDay {
  font-size: 19px;
  display: block;
  padding-top: 5px;
  line-height: 19px;
}

.calendarOS .dateMonth {
  display: block;
  font-size: 12px;
  line-height: 15px;
}

.calendarOS .calendarItemTitle {
  width: calc(100% - 50px);
  float: left;
  color: #23ac87;
  padding-left: 20px;
  font-size: 19px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}

.calendarOS .calendarOverview {
  line-height: 25px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  padding: 11px 12px 22px 12px;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border-top: 1px solid #23ac87;
  margin-left: -15px;
  margin-right: -15px;
}

.calendarOS .calendarOverview a {
  color: #23ac87;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .calendarOS .calendarItem:nth-child(3) {
    display: none;
  }

  .calendarOS .calendarOSContent {
    min-height: 135px;
  }
}

@media (max-width: 991px) {
  .calendarOS .calendarOSContent {
    min-height: auto;
  }
}

/*-------------------------------------------------------------------------------------*/
/*FOOTER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
footer {
  position: relative;
  padding: 150px 0 0 0;
  overflow-x: hidden;
}

footer .footer-top {
  font-size: 18px;
}

footer .footer-top .address,
footer .footer-top .phone,
footer .footer-top .mail,
footer .footer-top .facebook {
  position: relative;
  padding-left: 45px;
  display: block;
  min-height: 45px;
  word-break: break-all;
}

footer .footer-top .address::before,
footer .footer-top .phone::before,
footer .footer-top .mail::before,
footer .footer-top .facebook::before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 45px;
  line-height: 45px;
}

footer .footer-top .address {
  color: #835e9e;
}

footer .footer-top .address::before {
  content: "\f041";
}

footer .footer-top .phone {
  color: #23ac87;
}

footer .footer-top .phone::before {
  content: "\f095";
}

footer .footer-top .mail {
  color: #4c7abb;
  padding-left: 52px;
}

footer .footer-top .mail:hover {
  text-decoration: underline;
}

footer .footer-top .mail::before {
  content: "\f0e0";
}

footer .footer-top .facebook {
  color: #405ea8;
}

footer .footer-top .facebook::before {
  content: "\f082";
}

footer .footer-bottom {
  position: relative;
}

footer .footer-bottom .shape {
  position: relative;
}

footer .footer-bottom .powered-by {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 22px;
  left: 0;
  z-index: 502;
}

@media (max-width: 1400px) {
  footer {
    padding: 130px 0 0 0;
  }
}

@media (max-width: 1199px) {
  footer .footer-bottom .powered-by {
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  footer {
    padding: 90px 0 0 0;
  }

  footer .footer-top .address,
  footer .footer-top .phone,
  footer .footer-top .mail,
  footer .footer-top .facebook {
    margin-bottom: 20px;
  }

  footer .footer-bottom .powered-by {
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0 0 0;
  }

  footer .footer-top .address,
  footer .footer-top .phone,
  footer .footer-top .mail,
  footer .footer-top .facebook {
    padding-left: 80px !important;
    line-height: 64px;
  }

  footer .footer-bottom .powered-by {
    position: relative;
    color: #474747;
  }

  footer .footer-bottom {
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  footer .footer-top .address {
    line-height: 32px;
  }
}
footer .footer-bottom .powered-by:hover {
  text-decoration: underline;
}
