/*Colors*/
/*Fonts*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 1.1em;
  font-style: normal;
  color: #2e2c27; }

ul, ol, dl {
  padding: 0;
  margin: 0px 0px; }

input, select, textarea {
  border: solid 1px #cccccc;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2e2c27; }

body {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

img {
  border: 0px;
  display: block;
  max-width: 100%;
  height: auto; }

a, input {
  outline: none; }

.clear {
  clear: both;
  height: 0px;
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/*font-family: epicursive,sans-serif;
font-weight: 400;
font-style: normal;*/
html.mx_logged_in {
  margin-top: 40px !important; }

.mx_logged_in .sticky#header-wrap {
  margin-top: 45px;
  height: 69px; }

td img {
  max-width: 100%;
  height: auto;
  width: auto !important; }

td {
  width: auto;
  vertical-align: top; }

p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }

a:hover {
  opacity: 0.9; }

.owl-controls {
  display: none; }

input, select, textarea, button {
  border-radius: 0;
  -webkit-border-radius: 0; }

/* Global  */
.centering {
  padding: 0px 15px;
  max-width: 1400px;
  margin: 0 auto; }

.centering-vervolg {
  padding: 0px 15px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-around; }

/* section  */
#section {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%; }

/* page wrap */
#page-wrap {
  margin: 0 auto;
  width: 100%; }

.box-model #page-wrap {
  max-width: 1140px; }

.box-model #header-wrap.sticky {
  width: 1400px;
  left: 50%;
  margin-left: -570px; }

/* content */
#content-wrap {
  width: 100%;
  padding-top: 30px;
  /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 50%, rgba(109, 178, 166, 0.85) 50%);*/
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 100%, rgba(109, 178, 166, 0.85) 0%); }

.content-wide {
  width: 100%;
  padding: 20px 5%;
  max-width: 1400px;
  margin: 0 auto; }

.content-wide img {
  margin-right: 10px; }

.content-wide img[style*="left"], #content img[align="left"] {
  margin: 0 20px 10px 0; }

.content-wide img[style*="right"], #content img[align="right"] {
  margin: 0 0 10px 20px; }

.info-text img[style*="left"], #content img[align="left"] {
  margin: 0 20px 10px 0; }

.info-text img[style*="right"], #content img[align="right"] {
  margin: 0 0 10px 20px; }

.border-line {
  border-top: 115px solid #fff; }

/* left */
#left-wrap {
  width: 68%;
  margin-right: 2%;
  float: left;
  position: relative;
  /*background-color: #fff;*/ }
  #left-wrap ol {
    margin: 10px 15px 10px 35px; }
  #left-wrap ul {
    list-style-type: disc;
    list-style-type: disc;
    margin: 10px 15px 10px 35px; }
    #left-wrap ul li {
      list-style: disc; }
  #left-wrap a {
    color: #6db2a6;
    display: inline-block; }
  #left-wrap a:hover {
    color: #2e2c27; }

/* center */
#center-wrap {
  width: 100%; }

/* right wrap */
#right-wrap {
  width: 30%;
  float: right;
  position: relative;
  background-color: #999a07; }
  #right-wrap ol {
    margin: 10px 15px 10px 35px; }
  #right-wrap ul {
    list-style-type: disc;
    list-style-type: disc;
    margin: 10px 15px 10px 35px; }
    #right-wrap ul li {
      list-style: disc; }
  #right-wrap a {
    color: #6db2a6;
    display: inline-block; }
  #right-wrap a:hover {
    color: #2e2c27; }

/* footer wrap */
#footer-wrap {
  width: 100%;
  background: url("../images/footer_bg.webp") no-repeat;
  background-size: cover; }

ul {
  list-style-type: none; }

.col-md {
  width: 208px; }

.col-footer {
  width: 46.4%; }

.width-50 {
  width: 50%; }

h1 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #2b8578;
  margin-bottom: 10px; }

h2 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  color: #2b8578;
  margin-bottom: 20px; }

h3 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  color: #2e2c27;
  margin-bottom: 10px; }

h4 {
  font-size: 24px;
  line-height: 24px; }

h5 {
  font-size: 21px;
  line-height: 24px;
  color: #202628;
  text-transform: uppercase; }

h6 {
  font-size: 16px;
  line-height: 24px;
  color: #202628; }
  h6.small {
    font-size: 13px;
    color: #767c7e; }

a.less {
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: transparent;
  border: solid 2px #fff;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  bottom: 0;
  width: 183px;
  margin: 0 auto; }
  a.less:hover {
    background-color: #6db2a6 !important;
    opacity: 1; }
  a.less.white {
    color: #6db2a6;
    background-color: #ffffff;
    border: solid 2px #6db2a6; }
  a.less.white:hover {
    color: #fff !important;
    background-color: #6db2a6 !important;
    opacity: 1; }

hr {
  height: 4px;
  background-color: #fff;
  margin: 12px 0;
  border: none; }

.sticky#header-wrap .right-block .searchitem {
  display: none; }

.mm-slideout {
  position: relative; }
  .mm-slideout:after {
    position: absolute;
    content: '';
    left: -64px;
    top: 19px;
    width: 47px;
    height: 47px;
    z-index: 99999;
    display: block;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 10px;
    background: url("../images/menu_icon.png") no-repeat left top;
    border-radius: 17%; }
  .mm-slideout:hover:after {
    background: url("../images/menu_icon.png") no-repeat left top; }

/*css for stiky header*/
.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6); }
  .sticky#header-wrap {
    height: 69px; }
    .sticky#header-wrap .logo {
      width: 110px; }
      .sticky#header-wrap .logo img {
        max-width: 110px; }
    .sticky#header-wrap .right-block .menu-block {
      margin-top: 13px; }

/*Header search*/
.search-item {
  display: none;
  float: right;
  width: 200px;
  margin-right: 5px;
  position: relative; }
  .search-item input[type='text'] {
    padding: 10px 30px 10px 10px;
    border: 3px solid #6db2a6;
    width: 100%;
    height: 37px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-weight: normal; }
  .search-item input[type='submit'] {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    cursor: pointer;
    background: #6db2a6 url("../images/search-icon.png") no-repeat center center; }
    .search-item input[type='submit']:hover {
      opacity: 0.7; }

.info-text {
  min-height: 480px;
  margin-top: 20px;
  padding-right: 20px;
  /* Desktop: dunne lijn onder elke rij */
  /* Mobiel: kolommen onder elkaar, en alleen prijs krijgt border-bottom */ }
  .info-text table {
    width: 100%;
    border-collapse: collapse; }
  .info-text td {
    padding: 8px;
    vertical-align: top; }
  @media (min-width: 769px) {
    .info-text tr {
      border-bottom: 1px solid #ccc; } }
  @media (max-width: 768px) {
    .info-text table, .info-text tbody, .info-text tr, .info-text td {
      display: block;
      width: 100%; }
    .info-text tr {
      margin-bottom: 5px;
      padding-bottom: 5px; }
    .info-text td {
      padding-left: 0;
      padding-right: 0; }
    .info-text tr td:first-child {
      font-weight: bold; }
    .info-text tr td + td {
      color: #333;
      border-bottom: 1px solid #ccc; }
    .info-text tr td[colspan="2"] {
      font-weight: normal;
      border-bottom: none; } }

@media (max-width: 600px) {
  info-text table, info-text tbody, info-text tr, info-text td {
    display: block;
    width: 100%; } }
@media only screen and (max-width: 1139px) {
  .box-model #header-wrap.sticky {
    width: 100%;
    left: 0;
    margin-left: 0; } }
@media only screen and (max-width: 1023px) {
  .border-line {
    border-top: 34px solid #fff; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 836px) {
  .centering-vervolg {
    padding: 0; }

  #content-wrap {
    width: 100%;
    padding-top: 22px !important; }

  .border-line {
    display: none; }

  .col-footer {
    width: 100%; }

  .info-text {
    min-height: 0px; }

  /* left */
  #left-wrap {
    width: 100%;
    float: none;
    margin-right: 0; }

  /* right wrap */
  #right-wrap {
    width: 100%;
    float: none;
    margin-top: 30px;
    margin: 0 -15px;
    padding: 0 30px; }

  .search-item {
    display: none; }
    .search-item.mob-search {
      display: block;
      width: 245px;
      float: none;
      margin: 10px auto 30px; }

  .sticky#header-wrap {
    height: 66px; }
    .sticky#header-wrap .logo {
      margin: 5px 0 0;
      width: 82px; }
    .sticky#header-wrap .right-block .searchitem {
      display: block; }
      .sticky#header-wrap .right-block .searchitem .social {
        display: none; }
      .sticky#header-wrap .right-block .searchitem .tab-icon .one {
        display: none; }
      .sticky#header-wrap .right-block .searchitem .tab-icon .two {
        display: block;
        margin-top: -2px; }
    .sticky#header-wrap .right-block .menu-block {
      margin-top: 0px; } }
/*mobile menu*/
html.mm-opening .mm-slideout {
  transform: translate3d(256px, 0px, 0px);
  -webkit-transform: translate3d(256px, 0px, 0px); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  /*position: relative;*/
  background-color: #6db2a6;
  opacity: 1; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):after, .mm-menu .mm-listview > li.mm-selected > span:after {
  content: none; }

/* ==========================================================================
   TEAM
   ========================================================================== */
.member {
  float: left;
  width: 20%;
  padding: 2px; }

.member img {
  display: block;
  height: auto; }

.member-overlay {
  position: absolute;
  left: 0;
  bottom: 5vw;
  width: 90%;
  margin: 0 5%;
  background-color: #000000;
  border: solid 2px #FFFFFF;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 10px 7px 10px;
  font-size: 24px; }

.member-overlay span {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  display: block; }

.member-overlay img {
  display: block; }

@media (max-width: 1020px) {
  .member {
    width: 25%; } }
@media (max-width: 836px) {
  .member {
    width: 33.3%; } }
@media (max-width: 550px) {
  .member {
    width: 50%; } }
/* ==========================================================================
   Tabellen
   ========================================================================== */
.content-wide table {
  width: 100% !important;
  height: auto !important; }

.content-wide table td {
  vertical-align: top;
  height: auto !important;
  width: 25% !important;
  padding: 0 10px; }

@media screen and (max-width: 1023px) {
  .content-wide table td {
    width: 50% !important;
    display: inline-block;
    float: left; } }
@media screen and (max-width: 650px) {
  .content-wide table td {
    width: 100% !important; } }
/* ==========================================================================
   MAXICMS
   ========================================================================== */
.mx_news_category_item a {
  color: #2b8578; }

.banner .mx_buttons {
  margin-bottom: 70px; }

.mx_form_input select, .mx_form_input textarea, .mx_form_input input[type="text"], .mx_form_input textarea, .mx_form_input input[type="password"], .mx_form_input input[type="datetime"], .mx_form_input input[type="datetime-local"], .mx_form_input input[type="date"], .mx_form_input input[type="month"], .mx_form_input input[type="time"], .mx_form_input input[type="week"], .mx_form_input input[type="number"], .mx_form_input input[type="email"], .mx_form_input input[type="url"], .mx_form_input input[type="search"], .mx_form_input input[type="tel"], .mx_form_input input[type="color"], .mx_form_input input[m-type="num"] {
  float: left;
  display: table;
  border: 1px !important;
  border-style: solid !important;
  border-color: #2b8578 !important;
  color: #2b8578 !important; }

form.mx_form input[type=submit] {
  color: white;
  background-color: #2b8578 !important;
  border: none;
  padding: 5px 10px 5px 10px;
  margin-top: 5px; }

#header-wrap {
  padding: 5px 0 0px;
  width: 100%;
  height: 109px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  background-color: #ffffff; }
  #header-wrap .logo {
    width: 20%;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #header-wrap .logo img {
      max-width: 275px; }
  #header-wrap .right-block {
    width: 80%;
    float: right; }
    #header-wrap .right-block .searchitem {
      float: right;
      padding-top: 20px; }
      #header-wrap .right-block .searchitem .social {
        float: right; }
        #header-wrap .right-block .searchitem .social ul li {
          display: inline-block;
          margin-left: 12px; }
          #header-wrap .right-block .searchitem .social ul li a {
            display: inline-block; }

@media only screen and (max-width: 836px) {
  #header-wrap {
    height: 75px; } }
@media only screen and (max-width: 836px) {
  #header-wrap .logo {
    width: 167px; }
  #header-wrap .right-block {
    width: 100%;
    float: none; }
    #header-wrap .right-block .searchitem {
      position: absolute;
      right: 15px;
      top: 0px; }
      #header-wrap .right-block .searchitem .social {
        float: left; }
      #header-wrap .right-block .searchitem .tab-icon {
        display: block;
        width: 39px;
        float: right;
        margin-left: 13px; }
        #header-wrap .right-block .searchitem .tab-icon img {
          border-radius: 17%; }
        #header-wrap .right-block .searchitem .tab-icon .two {
          display: none; } }
@media only screen and (min-width: 836px) {
  #header-wrap .right-block .searchitem .tab-icon {
    display: none; } }
.menu-block {
  margin-top: 32px;
  width: 100%;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .menu-block ul li {
    float: left;
    margin-left: 25px;
    position: relative; }
    .menu-block ul li:hover ul {
      display: block; }
      .menu-block ul li:hover ul li a {
        color: #ffffff; }
      .menu-block ul li:hover ul ul {
        display: none; }
      .menu-block ul li:hover ul li:hover ul {
        display: block; }
    .menu-block ul li a {
      padding-bottom: 20px;
      font-size: 18px;
      line-height: 32px;
      color: #2e2c27;
      font-family: "Nunito", sans-serif; }
    .menu-block ul li:hover a {
      color: #6db2a6; }
    .menu-block ul li.mx_current a {
      color: #6db2a6;
      opacity: 1; }
    .menu-block ul li.mx_current li a {
      color: #ffffff; }
    .menu-block ul li ul {
      padding: 15px 0px 10px 30px;
      position: absolute;
      width: auto;
      min-width: 200px;
      white-space: nowrap;
      top: 100%;
      z-index: 99;
      display: none;
      background-color: rgba(109, 178, 166, 0.9);
      -webkit-border-radius: 20px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius: 20px;
      -moz-border-radius-topleft: 0;
      border-radius: 20px;
      border-top-left-radius: 0; }
      .menu-block ul li ul:before {
        width: 39px;
        height: 17px;
        content: '';
        background: url("../images/menu_active.png") no-repeat left top;
        position: absolute;
        left: 0px;
        top: -12px; }
      .menu-block ul li ul li {
        float: none;
        margin-left: 0;
        margin-bottom: 5px;
        position: relative;
        background: url("../images/submenu_circle.png") no-repeat left center; }
        .menu-block ul li ul li.mx_parent:after {
          font-family: 'FontAwesome';
          content: '\f054';
          font-size: 15px;
          color: #ffffff;
          position: absolute;
          right: 10px;
          top: 15px; }
        .menu-block ul li ul li.mx_parent:before {
          font-family: 'FontAwesome';
          content: '\f054';
          font-size: 15px;
          color: #ffffff;
          position: absolute;
          right: 10px;
          top: 15px; }
        .menu-block ul li ul li ul {
          position: absolute;
          right: -219px;
          top: 0; }
          .menu-block ul li ul li ul:before {
            content: none; }
        .menu-block ul li ul li a {
          padding: 0 15px 0 15px; }
        .menu-block ul li ul li:hover, .menu-block ul li ul li.mx_current {
          background-image: url("../images/submenu_circle_hover.png"); }
          .menu-block ul li ul li:hover a, .menu-block ul li ul li.mx_current a {
            color: #2e2c27; }
          .menu-block ul li ul li:hover ul li a, .menu-block ul li ul li.mx_current ul li a {
            color: #ffffff; }
          .menu-block ul li ul li:hover ul li:hover a, .menu-block ul li ul li:hover ul li.mx_current a, .menu-block ul li ul li.mx_current ul li:hover a, .menu-block ul li ul li.mx_current ul li.mx_current a {
            color: #2e2c27; }

@media only screen and (max-width: 1020px) {
  .menu-block ul li a {
    font-size: 14px;
    line-height: 64px; }

  .menu-block {
    margin-top: 32px; }
    .menu-block ul {
      display: flex;
      justify-content: space-around; } }
@media only screen and (max-width: 836px) {
  .menu-block {
    display: none; }
    .menu-block.mm-menu {
      width: 256px;
      margin-top: 0;
      background-color: #6db2a6; }
      .menu-block.mm-menu .mm-panels {
        overflow: visible;
        top: 92px; }
        .menu-block.mm-menu .mm-panels #mm-0.mm-panel.mm-hasnavbar {
          padding-top: 0px; }
        .menu-block.mm-menu .mm-panels #mm-0 .mm-navbar {
          display: none; }
        .menu-block.mm-menu .mm-panels .mm-navbar {
          height: 42px; }
        .menu-block.mm-menu .mm-panels .mobile-demo {
          padding: 20px 16px;
          position: absolute;
          left: 0;
          top: -92px;
          z-index: 999;
          width: 100%;
          height: 87px;
          background-color: #f3f3f3; }
          .menu-block.mm-menu .mm-panels .mobile-demo a {
            margin-right: 12px;
            width: 47px;
            height: 47px;
            display: inline-block; }
            .menu-block.mm-menu .mm-panels .mobile-demo a img {
              width: 100%;
              border-radius: 17%; }
      .menu-block.mm-menu ul {
        display: inherit; }
        .menu-block.mm-menu ul.mm-listview {
          width: 236px; }
          .menu-block.mm-menu ul.mm-listview .mm-next:before {
            border-right: none; }
          .menu-block.mm-menu ul.mm-listview .mm-next:after {
            content: none; }
          .menu-block.mm-menu ul.mm-listview .mm-next + a {
            margin-right: 0; }
        .menu-block.mm-menu ul li {
          float: none;
          margin: 0 -20px;
          border-color: #ffffff; }
          .menu-block.mm-menu ul li a {
            padding: 0px 15px 0px 35px;
            color: #ffffff;
            font-size: 17px;
            font-weight: 400;
            text-transform: capitalize; }
            .menu-block.mm-menu ul li a.arrow {
              position: relative;
              /*background: url('../images/mm-next.png') no-repeat 92% center;*/ }
              .menu-block.mm-menu ul li a.arrow:before {
                font-family: 'FontAwesome';
                content: '\f054';
                font-size: 16px;
                color: #ffffff;
                position: absolute;
                right: 20px;
                top: 0px; }
            .menu-block.mm-menu ul li a:hover {
              background-color: #6db2a6;
              opacity: 1; }
            .menu-block.mm-menu ul li a.hover-submenu {
              color: #ffffff;
              background-color: #6db2a6;
              opacity: 1; }
          .menu-block.mm-menu ul li.mx_current {
            content: none; }
    .menu-block .mm-panel .mm-navbar {
      border-bottom-color: #ffffff; }
      .menu-block .mm-panel .mm-navbar .mm-btn.mm-prev {
        /*background: url('../images/mm-prev.png') no-repeat center center;*/ }
        .menu-block .mm-panel .mm-navbar .mm-btn.mm-prev:after {
          font-family: 'FontAwesome';
          content: '\f053';
          font-size: 22px;
          color: #ffffff;
          position: absolute;
          right: 15px;
          top: 9px; }
        .menu-block .mm-panel .mm-navbar .mm-btn.mm-prev:before {
          content: none; }
      .menu-block .mm-panel .mm-navbar a.mm-title {
        font-size: 17px;
        color: #ffffff;
        margin-left: -55px; }

  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
    background: #6db2a6; } }
.slider-block {
  position: relative; }
  .slider-block .flexslider {
    position: relative;
    border-top: none; }
    .slider-block .flexslider ul.slides li {
      position: relative;
      max-height: 609px;
      overflow: hidden;
      cursor: pointer; }
      .slider-block .flexslider ul.slides li img {
        width: 100%;
        border-top: 76px solid #fff; }
      .slider-block .flexslider ul.slides li .caption {
        position: absolute;
        bottom: 0;
        background-color: none;
        color: white;
        width: 70%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
        top: 0;
        left: 0;
        right: 0;
        height: 76px;
        margin: auto;
        text-align: center;
        z-index: 7; }
        .slider-block .flexslider ul.slides li .caption .text {
          font-family: "Nunito", sans-serif;
          font-size: 72px;
          line-height: 78px;
          color: #2e2c27;
          letter-spacing: 0.02em;
          display: inline-block; }
          .slider-block .flexslider ul.slides li .caption .text:hover {
            color: #6db2a6;
            opacity: 1; }
    .slider-block .flexslider .flex-control-nav {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 15px;
      text-align: center; }
      .slider-block .flexslider .flex-control-nav li {
        display: inline-block;
        margin: 0 7px; }
        .slider-block .flexslider .flex-control-nav li a {
          background-color: #6db2a6;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          border: 2px solid transparent;
          text-indent: -99999px;
          cursor: pointer; }
          .slider-block .flexslider .flex-control-nav li a:hover {
            border-color: #6db2a6;
            background-color: #ffffff; }
          .slider-block .flexslider .flex-control-nav li a.flex-active {
            border-color: #6db2a6;
            background-color: #ffffff; }
    .slider-block .flexslider .flex-direction-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -36px; }
      .slider-block .flexslider .flex-direction-nav li a {
        width: 72px;
        position: absolute;
        height: 72px;
        text-indent: -99999px; }
        .slider-block .flexslider .flex-direction-nav li a.flex-prev {
          left: 30px;
          background: url("../images/slider_arrow_left.png") no-repeat;
          background-size: cover;
          display: none; }
        .slider-block .flexslider .flex-direction-nav li a.flex-next {
          right: 30px;
          background: url("../images/slider_arrow_right.png") no-repeat;
          background-size: cover;
          display: none; }

@media only screen and (max-width: 1199px) {
  .slider-block .flexslider ul.slides li .caption {
    padding: 20px 0; }
    .slider-block .flexslider ul.slides li .caption a {
      font-size: 55px;
      line-height: 55px; } }
@media only screen and (max-width: 959px) {
  .slider-block .flexslider ul.slides li .caption a {
    font-size: 55px;
    line-height: 55px; }
  .slider-block .flexslider .flex-direction-nav {
    margin-top: -28px; }
    .slider-block .flexslider .flex-direction-nav li a {
      width: 55px;
      height: 55px; } }
@media only screen and (max-width: 836px) {
  .slider-block .flexslider ul.slides li img {
    width: 100%;
    max-width: inherit;
    overflow: hidden;
    margin-bottom: 0;
    border-top: 54px solid #fff; }

  .slider-block .flexslider ul.slides .caption .text {
    font-size: 54px !important; }
  .slider-block .flexslider .flex-direction-nav {
    display: none; }
  .slider-block .flexslider .flex-control-nav {
    display: none; } }
@media only screen and (max-width: 680px) {
  .slider-block .flexslider ul.slides .caption .text {
    font-size: 45px !important;
    line-height: 50px !important;
    font-weight: bold !important; }
  .slider-block .flexslider .flex-direction-nav {
    display: none; }
  .slider-block .flexslider .flex-control-nav {
    display: none; } }
.information-block {
  padding: 48px 0;
  overflow: hidden;
  background-color: #999a07; }
  .information-block h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 56px; }
  .information-block ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    /*.pic2 {background-position: -199px 2px !important;}
    		.pic3 {background-position: -389px 2px !important;}
    		.pic4 {background-position: -596px 2px !important;}
    		 .pic5 {background-position: -805px 2px !important;}*/ }
    .information-block ul li {
      float: left;
      width: 20.5%;
      /* margin-left: 7.5%; */
      text-align: center;
      margin: 0 2%;
      position: relative;
      padding-bottom: 50px !important; }
      .information-block ul li .pic {
        width: 147px;
        height: 124px;
        margin: 0 auto 18px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-image: url(../images/lotus2.png);
        background-position: center;
        background-size: 90%;
        background-repeat: no-repeat; }
        .information-block ul li .pic img {
          width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          padding: 45px; }
        .information-block ul li .pic:hover {
          opacity: 1; }
      .information-block ul li h3 {
        text-align: center;
        color: #fff;
        font-family: "Dancing Script", cursive;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal; }
      .information-block ul li p {
        color: #fff; }
      .information-block ul li a.less {
        margin: 0 auto; }

.information-block-white {
  padding: 48px 0;
  overflow: hidden;
  background-color: #fff; }
  .information-block-white h2 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 56px; }
  .information-block-white ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    /*.pic2 {background-position: -199px 2px !important;}
    		.pic3 {background-position: -389px 2px !important;}
    		.pic4 {background-position: -596px 2px !important;}
    		 .pic5 {background-position: -805px 2px !important;}*/ }
    .information-block-white ul li {
      float: left;
      width: 20.5%;
      /* margin-left: 7.5%; */
      text-align: center;
      margin: 0 2%;
      position: relative;
      padding-bottom: 50px !important; }
      .information-block-white ul li .pic {
        width: 147px;
        height: 124px;
        margin: 0 auto 18px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-image: url(../images/lotus2.png);
        background-position: center;
        background-size: 90%;
        background-repeat: no-repeat; }
        .information-block-white ul li .pic img {
          width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          padding: 45px; }
        .information-block-white ul li .pic:hover {
          opacity: 1; }
      .information-block-white ul li h3 {
        text-align: center;
        color: #000;
        font-family: "Dancing Script", cursive;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal; }
      .information-block-white ul li p {
        color: #000; }
      .information-block-white ul li a.less {
        margin: 0 auto;
        line-height: 24px;
        color: #6db2a6;
        background-color: transparent;
        border: solid 2px #6db2a6; }
        .information-block-white ul li a.less:hover {
          color: #fff; }

@media only screen and (max-width: 999px) {
  .information-block, .information-block-white {
    padding: 40px 0 28px; }
    .information-block ul, .information-block-white ul {
      margin-left: 0; }
      .information-block ul li, .information-block-white ul li {
        padding: 0 10px;
        width: 50%;
        margin: 0 0 20px; }
        .information-block ul li .pic img, .information-block-white ul li .pic img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; } }
@media only screen and (max-width: 600px) {
  .information-block-white ul li {
    width: 100%;
    border-radius: 10px; }
    .information-block-white ul li h3 {
      margin-bottom: 20px; }

  .information-block ul li {
    width: 100%;
    background-color: #7f8007;
    border-radius: 10px; }
    .information-block ul li h3 {
      margin-bottom: 20px; }

  .information-block ul li .pic {
    width: 77px;
    height: 51px;
    margin-bottom: 0; }

  .information-block-white ul li .pic {
    width: 77px;
    height: 51px;
    margin-bottom: 0; }

  a.less {
    bottom: 13px; } }
@media only screen and (max-width: 480px) {
  .information-block ul li, .information-block-white ul li {
    padding: 0 10px;
    width: 100%;
    margin: 0 0 20px; } }
.newsbrief-block {
  /*padding: 40px 0px 160px;*/
  padding: 50px 15px;
  width: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #ffffff; }
  .newsbrief-block h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px; }
  .newsbrief-block .left {
    float: left;
    overflow: hidden;
    text-align: center; }
    .newsbrief-block .left ul {
      margin-left: -14.2%; }
      .newsbrief-block .left ul li {
        float: left;
        width: 33%;
        margin: 0 0 10px 14.2%;
        overflow: hidden; }
        .newsbrief-block .left ul li h3 {
          color: #ffffff;
          letter-spacing: 0.02em; }
        .newsbrief-block .left ul li p {
          margin-bottom: 25px;
          font-size: 12px;
          line-height: 19px;
          color: #ffffff; }
        .newsbrief-block .left ul li a.less {
          float: right; }
  .newsbrief-block .right {
    float: right;
    overflow: hidden; }
    .newsbrief-block .right img {
      float: right; }

@media only screen and (max-width: 767px) {
  .newsbrief-block .right {
    display: none; }
  .newsbrief-block .left {
    width: 100%;
    float: none; }
    .newsbrief-block .left ul li {
      margin-bottom: 20px; } }
.team-block {
  padding: 40px 0;
  overflow: hidden;
  background-color: #999a07; }
  .team-block h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
    font-size: 48px;
    line-height: 56px; }
  .team-block h3 {
    text-align: center; }
  .team-block p {
    text-align: center; }
  .team-block ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around; }
    .team-block ul li {
      float: left;
      width: 20.5%;
      /* margin-left: 7.5%; */
      text-align: center;
      margin: 0 2%;
   /* margin-bottom: 50px !important;
padding-bottom:50px !important;*/
      position: relative; }
      .team-block ul li .pic {
        width: 176px;
        height: 176px;
        margin: 0 auto 32px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 7px solid #6db2a6;
        background-color: #ffffff; }
        .team-block ul li .pic img {
          width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%; }
        .team-block ul li .pic:hover {
          opacity: 1; }
      .team-block ul li h3 {
        color: #6db2a6;
        font-family: epicursive,sans-serif;
        font-weight: 400;
        font-style: normal; }
      .team-block ul li p {
        color: #ffffff; }
      .team-block ul li .bottom {
        overflow: hidden; }
        .team-block ul li .bottom .envelop {
          width: 32px;
          height: 24px;
          float: left;
          background: url("../images/envelop.png") no-repeat; }
        .team-block ul li .bottom a.less {
          float: right; }

@media only screen and (max-width: 959px) {
  .team-block ul li .pic {
    width: 130px;
    height: 130px; } }
@media only screen and (max-width: 836px) {
  .team-block h2 {
    margin-bottom: 20px; }
  .team-block ul {
    margin: 0;
    text-align: center; }
    .team-block ul li {
      width: 267px;
      margin: 0 10px 20px;
      float: none;
      display: inline-block; }
      .team-block ul li .pic {
        width: 170px;
        height: 170px;
        margin-bottom: 20px; }
        .team-block ul li .pic img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .team-block ul li h3 {
        text-align: center; }
      .team-block ul li p {
        text-align: center; } }
@media only screen and (max-width: 600px) {
  .team-block ul li {
    width: 100%; } }
.info-block {
  padding: 15px;
  position: relative; }
  .info-block h1 {
    display: none; }
  .info-block h2 {
    color: #ffffff; }
  .info-block .col1 {
    padding: 20px 0; }
    .info-block .col1 a.pic1 {
      width: 107px;
      height: 103px;
      border-radius: 50%;
      margin: 10px auto 30px;
      border: 7px solid #6db2a6;
      overflow: hidden; }
      .info-block .col1 a.pic1 img {
        width: 100%; }
      .info-block .col1 a.pic1:hover {
        opacity: 1; }

@media only screen and (max-width: 1139px) {
  .info-block {
    margin-right: 0; } }
.element-block {
  position: relative;
  /*background-color:#fff;*/ }
  .element-block img {
    margin-bottom: 37px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .element-block .text {
    padding: 20px 0; }
    .element-block .text h6 {
      font-size: 14px;
      line-height: 19px;
      color: #3f454d; }
    .element-block .text ul {
      padding-left: 15px;
      margin: 20px 0;
      list-style-type: disc;
      text-indent: 23px; }
      .element-block .text ul li {
        font-size: 14px;
        line-height: 19px;
        color: #3f454d; }
        .element-block .text ul li a {
          color: #6db2a6;
          display: inline-block;
          text-indent: 0; }
    .element-block .text p {
      margin-bottom: 20px;
      font-size: 12px;
      line-height: 19px;
      color: #3f454d; }
      .element-block .text p a {
        color: #6db2a6;
        text-decoration: underline;
        display: inline-block; }
  .element-block .newsletter {
    padding: 15px 20px 22px;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
    overflow: hidden;
    background-color: #6db2a6; }
    .element-block .newsletter h6 {
      line-height: 19px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 12px; }
    .element-block .newsletter p {
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
      margin-bottom: 12px; }
    .element-block .newsletter input[type='text'] {
      padding: 15px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      width: 202px;
      height: 48px;
      font-size: 14px;
      line-height: 14px;
      float: left;
      color: #6db2a6;
      background-color: #ffffff; }
    .element-block .newsletter input[type='submit'] {
      width: 48px;
      height: 48px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      float: right;
      cursor: pointer;
      background: #ffffff url("../images/newsletter_arrow.png") no-repeat center center; }
      .element-block .newsletter input[type='submit']:hover {
        opacity: 0.7; }

@media only screen and (max-width: 959px) {
  .element-block .newsletter {
    margin-top: 0;
    width: 288px; }
    .element-block .newsletter input[type="text"] {
      width: 190px; } }
@media only screen and (max-width: 836px) {
  img {
    margin-bottom: 37px;
    width: 100%;
    height: auto;
    margin-top: -1px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }

  .element-block img {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 94px solid #fff; }
  .element-block .info-text {
    padding: 0 15px; }
  .element-block .newsletter {
    position: static; } }
.np-block {
  padding: 10px 0;
  margin-top: 0px;
  overflow: hidden;
  background-color: #f0f3f4; }
  .np-block ul li {
    padding-left: 13px;
    margin-left: 10px;
    font-family: "Nunito", sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #6db2a6;
    float: left;
    position: relative;
    /*background: url('../images/np_arrow.png') no-repeat left center;*/ }
    .np-block ul li:first-child {
      padding-left: 0;
      margin-left: 0; }
      .np-block ul li:first-child:before {
        content: none; }
    .np-block ul li:before {
      font-family: 'FontAwesome';
      content: '\f054';
      font-size: 11px;
      color: #6db2a6;
      position: absolute;
      left: 0;
      top: 1px; }
    .np-block ul li a {
      color: #373839; }
      .np-block ul li a:hover {
        color: #6db2a6;
        opacity: 1; }

.footer-block {
  padding: 40px 5% 10px;
  width: 100%;
  min-height: 404px;
  background-color: rgba(153, 154, 7, 0.5); }
  .footer-block .footer {
    overflow: hidden; }
    .footer-block .footer h3 {
      color: #ffffff;
      margin-bottom: 40px; }
    .footer-block .footer p, .footer-block .footer td {
      color: #ffffff; }
    .footer-block .footer .col-footer {
      float: left;
      margin-left: 4.8%;
      color: #2e2c27; }
      .footer-block .footer .col-footer:first-child {
        margin-left: 0; }
      .footer-block .footer .col-footer.social-icon {
        overflow: hidden;
        width: 14%; }
        .footer-block .footer .col-footer.social-icon ul {
          margin-left: -14%; }
          .footer-block .footer .col-footer.social-icon ul li {
            width: 51px;
            height: 51px;
            float: left;
            margin: 0 0 23px 14%;
            border-radius: 50%;
            background-color: #fff; }
            .footer-block .footer .col-footer.social-icon ul li a:hover {
              opacity: 0.7; }
      .footer-block .footer .col-footer ul li {
        margin-bottom: 15px; }
        .footer-block .footer .col-footer ul li a {
          color: #2e2c27;
          display: inline-block; }
          .footer-block .footer .col-footer ul li a:hover {
            opacity: 1;
            text-decoration: underline; }
      .footer-block .footer .col-footer a {
        color: #ffffff;
        display: inline-block; }
        .footer-block .footer .col-footer a:hover {
          opacity: 1;
          text-decoration: underline; }
  .footer-block .copyright {
    padding: 43px 0 10px;
    text-align: center; }
    .footer-block .copyright p {
      font-size: 17px;
      line-height: 27px;
      color: #ffffff; }
      .footer-block .copyright p a {
        color: #ffffff;
        display: inline-block; }
        .footer-block .copyright p a:hover {
          text-decoration: underline;
          opacity: 1; }
    .footer-block .copyright .ovk {
      margin-top: -31px; }
      .footer-block .copyright .ovk p {
        color: #ccc; }
      .footer-block .copyright .ovk a {
        color: #ccc; }

@media only screen and (max-width: 959px) {
  .footer-block .footer .col-footer.social-icon ul {
    margin-left: -5%; }
    .footer-block .footer .col-footer.social-icon ul li {
      margin-left: 5%; } }
@media only screen and (max-width: 836px) {
  .footer-block .footer .col-footer {
    float: none;
    margin: 0 0 10px;
    width: 100% !important; }
  .footer-block .footer h3 {
    margin-bottom: 20px; }
  .footer-block .copyright {
    padding: 0px; } }
@media only screen and (max-width: 680px) {
  .footer-block .footer {
    overflow: hidden;
    font-size: 18px; } }

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