/*Colors*/
/*Fonts*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 1.1em;
  font-style: normal;
  color: #000000; }

ul, ol, dl {
  padding: 0;
  margin: 0px 0px; }

input, select, textarea {
  border: solid 1px #cccccc;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  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; }

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.7; }

.owl-controls {
  display: none; }

input, select, textarea, button {
  border-radius: 0;
  -webkit-border-radius: 0; }

/* Global  */
.centering {
  padding: 0px 15px;
  max-width: 1140px;
  margin: 0 auto; }

/* 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: 1140px;
  left: 50%;
  margin-left: -570px; }

/* content */
#content-wrap {
  width: 100%;
  padding-top: 145px; }

.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: 35px solid #514f49; }

/* left */
#left-wrap {
  width: 69.4%;
  float: left; }
  #left-wrap ul {
    list-style-type: disc;
    margin: 10px 15px; }
  #left-wrap li {
    list-style: disc; }
  #left-wrap a {
    color: #514f49;
    display: inline-block; }
  #left-wrap a:hover {
    color: #000000; }

/* center */
#center-wrap {
  width: 100%; }

/* right wrap */
#right-wrap {
  width: 29.3%;
  float: right; }
  #right-wrap ul {
    list-style-type: disc;
    margin: 10px 15px; }
  #right-wrap li {
    list-style: disc; }
  #right-wrap a {
    color: #514f49;
    display: inline-block; }
  #right-wrap a:hover {
    color: #000000; }

/* footer wrap */
#footer-wrap {
  width: 100%;
  background: url("../images/footer_bg.jpg") no-repeat;
  background-size: cover;
  min-height: 404px; }

.equal-height {
  min-height: 910px; }

ul {
  list-style-type: none; }

.col-md {
  width: 208px; }

.col-footer {
  width: 21.4%; }

.width-50 {
  width: 50%; }

h1 {
  font-family: "amaticbold";
  font-size: 48px;
  line-height: 58px;
  color: #e6007e;
  margin-bottom: 10px; }

h2 {
  font-family: "amatic_scregular";
  font-size: 35px;
  line-height: 35px;
  color: #514f49;
  margin-bottom: 20px; }

h3 {
  font-family: "amaticbold";
  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: #e6007e; }

a.less {
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #f0f3f4;
  background-color: #868889; }
  a.less.white {
    color: #514f49;
    background-color: #ffffff; }

hr {
  height: 4px;
  background-color: #514f49;
  margin: 12px 0; }

.mm-slideout {
  position: relative; }
  .mm-slideout:after {
    position: absolute;
    content: '';
    left: -64px;
    top: 21px;
    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; }
  .mm-slideout:hover:after {
    background: url("../images/menu_icon_hover.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 .right-block .searchitem {
      display: none; }
    .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.mob-search {
    display: none; }
  .search-item input[type='text'] {
    padding: 10px 30px 10px 10px;
    border: 3px solid #514f49;
    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: #514f49 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; }

@media only screen and (max-width: 1139px) {
  .equal-height {
    min-height: 1000px; }

  .box-model #header-wrap.sticky {
    width: 100%;
    left: 0;
    margin-left: 0; } }
@media only screen and (max-width: 1023px) {
  .equal-height {
    min-height: 1058px; } }
@media only screen and (max-width: 959px) {
  .equal-height {
    min-height: 1270px; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #content-wrap {
    width: 100%;
    padding-top: 77px; }

  .equal-height {
    min-height: inherit; }

  .border-line {
    display: none; }

  .col-footer {
    width: 100%; }

  .info-text {
    min-height: 0px; }

  /* left */
  #left-wrap {
    width: 100%;
    float: none; }

  /* right wrap */
  #right-wrap {
    width: 100%;
    float: none;
    margin-top: 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: 6px; }
    .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: #514f49;
  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: 979px) {
  .member {
    width: 25%; } }
@media (max-width: 767px) {
  .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; } }
.info-text table {
  width: 100% !important;
  height: auto !important; }

.info-text table td {
  vertical-align: top;
  height: auto !important;
  width: 25% !important;
  padding: 0 10px; }

@media screen and (max-width: 1023px) {
  .info-text table td {
    width: 50% !important;
    display: inline-block;
    float: left; } }
@media screen and (max-width: 650px) {
  .info-text table td {
    width: 100% !important; } }
/* ==========================================================================
   MAXICMS
   ========================================================================== */
.mx_news_category_item a {
  color: #e6007e; }

.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: #e6007e !important;
  color: #e6007e !important; }

form.mx_form input[type=submit] {
  color: white;
  background-color: #e6007e !important;
  border: none;
  padding: 5px 10px 5px 10px;
  margin-top: 5px; }

.mx_logged_in #header-wrap {
  top: 51px; }

#header-wrap {
  padding: 5px 0 0px;
  width: 100%;
  height: 145px;
  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: 296px;
    position: absolute;
    top: 0;
    background: url("../images/logo.png") no-repeat left top;
    background-size: cover;
    -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 .right-block {
    width: 100%;
    float: right;
    margin-top: 13px; }
    #header-wrap .right-block .searchitem {
      float: right;
      padding-top: 14px; }
      #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: 1023px) {
  #header-wrap .logo {
    width: 230px; } }
@media only screen and (max-width: 959px) {
  #header-wrap .logo {
    width: 170px; } }
@media only screen and (max-width: 767px) {
  #header-wrap {
    height: 77px; }
    #header-wrap .logo {
      float: none; }
    #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: 37px;
          float: right;
          margin-left: 13px; }
          #header-wrap .right-block .searchitem .tab-icon .two {
            display: none; } }
@media only screen and (min-width: 768px) {
  #header-wrap .right-block .searchitem .tab-icon {
    display: none; } }
.menu-block {
  margin-top: 18px;
  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: 30px;
      line-height: 30px;
      color: #2e2c27;
      font-family: "amaticbold"; }
    .menu-block ul li:hover a {
      color: #514f49; }
    .menu-block ul li.mx_current a {
      color: #514f49;
      opacity: 1; }
    .menu-block ul li.mx_current li a {
      color: #ffffff; }
    .menu-block ul li ul {
      padding: 10px 0px 10px 15px;
      position: absolute;
      width: 219px;
      top: 100%;
      z-index: 99;
      display: none;
      background-color: rgba(134, 136, 137, 0.8); }
      .menu-block ul li ul:before {
        width: 39px;
        height: 17px;
        content: '';
        background: url("../images/menu_active.png") no-repeat left top;
        position: absolute;
        left: 5px;
        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: $white-color;
          	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;
          position: relative; }
        .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: #ffffff; }
          .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: #ffffff !important; }

@media only screen and (max-width: 959px) {
  .menu-block {
    margin-top: 40px;
    width: 100%; }
    .menu-block ul li {
      margin-left: 3%; } }
@media only screen and (max-width: 767px) {
  .menu-block {
    display: none; }
    .menu-block.mm-menu {
      width: 256px;
      margin-top: 0;
      background-color: #514f49; }
      .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: #ffffff; }
          .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%; }
      .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: 7px 15px 7px 35px;
          color: #ffffff;
          font-family: 'Fira Sans', sans-serif;
          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: 9px; }
          .menu-block.mm-menu ul li a:hover {
            background-color: #868889;
            opacity: 1; }
          .menu-block.mm-menu ul li a.hover-submenu {
            color: #ffffff;
            background-color: #868889;
            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: #868889; } }
.slider-block {
  position: relative; }
  .slider-block .flexslider {
    position: relative; }
    .slider-block .flexslider ul.slides li {
      position: relative;
      max-height: 609px;
      overflow: hidden;
      cursor: pointer;
      display: none; }
      .slider-block .flexslider ul.slides li img {
        width: 100%; }
      .slider-block .flexslider ul.slides li .caption {
        padding: 70px 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .slider-block .flexslider ul.slides li .caption .text {
          font-family: "amaticbold";
          font-size: 34px;
          line-height: 34px;
          color: #ffffff;
          letter-spacing: 0.02em;
          padding: 2%;
          background-color: rgba(134, 136, 137, 0.8);
          border: solid 4px #ffffff;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          display: inline-block; }
          .slider-block .flexslider ul.slides li .caption .text:hover {
            color: #514f49;
            opacity: 1; }
      .slider-block .flexslider ul.slides li.flex-active-slide {
        display: block; }
    .slider-block .flexslider .flex-control-nav {
      width: 100%;
      position: relative;
      left: 0;
      bottom: -14px;
      text-align: center;
      z-index: 997; }
      .slider-block .flexslider .flex-control-nav li {
        display: inline-block;
        margin: 0 7px; }
        .slider-block .flexslider .flex-control-nav li a {
          background-color: #514f49;
          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: #514f49;
            background-color: #ffffff; }
          .slider-block .flexslider .flex-control-nav li a.flex-active {
            border-color: #514f49;
            background-color: #ffffff; }
    .slider-block .flexslider .flex-direction-nav {
      position: absolute;
      width: 100%;
      /* margin: auto auto; */
      margin-top: 10%;
      /* margin-top: -36px; */
      z-index: 99; }
      .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; }
        .slider-block .flexslider .flex-direction-nav li a.flex-next {
          right: 30px;
          background: url("../images/slider_arrow_right.png") no-repeat;
          background-size: cover; }

@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: 767px) {
  .slider-block .flexslider ul.slides .caption {
    display: none; }
  .slider-block .flexslider .flex-direction-nav {
    display: none; }
  .slider-block .flexslider .flex-control-nav {
    display: none; } }
.mx_buttons .pic {
  display: none !important; }

.information-block {
  padding: 48px 0;
  overflow: hidden;
  background-color: #e6007e; }
  .information-block ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around; }
    .information-block ul li {
      float: left;
      width: 30%;
      text-align: center;
      color: #fff;
      position: relative; }
      .information-block ul li a.pic {
        width: 126px;
        height: 126px;
        margin: 0 auto 18px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 7px solid #514f49;
        background-color: #514f49; }
        .information-block ul li a.pic img {
          width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%; }
        .information-block ul li a.pic:hover {
          opacity: 1; }
      .information-block ul li h3 {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #fff; }
      .information-block ul li h2 {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #ee960e; }
      .information-block ul li h1 {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #ee960e; }
      .information-block ul li p {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        padding-bottom: 15px; }
      .information-block ul li a.less {
        margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .information-block {
    padding: 10px 0 28px; }
    .information-block ul {
      margin-left: 0; }
      .information-block ul li {
        padding: 0 10px;
        width: 50%;
        margin: 0 0 20px; }
        .information-block ul li a.pic {
          width: 90px;
          height: 90px; } }
@media only screen and (max-width: 414px) {
  .information-block {
    padding: 10px 0 28px; }
    .information-block ul {
      margin-left: 0; }
      .information-block ul li {
        padding: 0 10px;
        width: 100%;
        margin: 0 0 20px; }
        .information-block ul li a.pic {
          width: 90px;
          height: 90px; } }
.newsbrief-block {
  padding: 40px 0px 160px;
  width: auto;
  background-image: url("../images/newsbrief_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom, top center;
  background-size: cover;
  height: 320px;
  background-color: #514f49;
  background-attachment: fixed; }
  .newsbrief-block h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px; }
  .newsbrief-block .left {
    float: left;
    overflow: hidden; }
    .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; }
  .team-block h2 {
    text-align: center;
    margin-bottom: 40px; }
  .team-block a {
    color: #514f49;
    display: inline-block; }
  .team-block a:hover {
    color: #000000; }
  .team-block ul {
    margin-left: -7.5%; }
    .team-block ul li {
      float: left;
      margin: 0 0 47px 7.5%;
      width: 17.5%;
      min-height: 410px; }
      .team-block ul li a.pic {
        width: 176px;
        height: 176px;
        margin: 0 auto 32px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 7px solid #514f49;
        background-color: #514f49; }
        .team-block ul li a.pic img {
          width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%; }
        .team-block ul li a.pic:hover {
          opacity: 1; }
      .team-block ul li h3 {
        color: #514f49;
        letter-spacing: 0.02em;
        font-family: "amatic_scregular"; }
      .team-block ul li h2 {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #514f49; }
      .team-block ul li h1 {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        color: #514f49; }
      .team-block ul li p {
        font-size: 12px;
        line-height: 19px;
        color: #000000;
        padding-bottom: 15px; }
      .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 a.pic {
    width: 130px;
    height: 130px; } }
@media only screen and (max-width: 1072px) {
  .team-block h2 {
    margin-bottom: 20px; }
  .team-block ul {
    margin: 0;
    text-align: center; }
    .team-block ul li {
      width: 30%;
      margin: 0 10px 20px;
      float: left;
      display: inline-block;
      height: 410px; }
      .team-block ul li a.pic {
        width: 170px;
        height: 170px;
        margin-bottom: 20px; }
      .team-block ul li h3 {
        text-align: left; }
      .team-block ul li p {
        text-align: left; } }
@media only screen and (max-width: 767px) {
  .team-block h2 {
    margin-bottom: 20px; }
  .team-block ul {
    margin: 0;
    text-align: center; }
    .team-block ul li {
      width: 42%;
      margin: 0 4% 2%;
      float: left;
      display: inline-block;
      height: auto; }
      .team-block ul li a.pic {
        width: 170px;
        height: 170px;
        margin-bottom: 20px; }
      .team-block ul li h3 {
        text-align: left; }
      .team-block ul li p {
        text-align: left; } }
@media only screen and (max-width: 414px) {
  .team-block h2 {
    margin-bottom: 20px; }
  .team-block ul {
    margin: 0;
    text-align: center; }
    .team-block ul li {
      width: 100%;
      margin: 0 10px 20px;
      float: left;
      display: inline-block;
      min-height: 100px; }
      .team-block ul li a.pic {
        width: 170px;
        height: 170px;
        margin-bottom: 20px; }
      .team-block ul li h3 {
        text-align: left; }
      .team-block ul li p {
        text-align: left; } }
.info-block {
  padding: 15px;
  margin-right: -20px;
  background-color: #f0f3f4; }
  .info-block .col1 {
    padding: 20px 0; }
    .info-block .col1 h3 {
      margin-bottom: 25px; }
    .info-block .col1 p {
      font-size: 12px;
      line-height: 19px; }
    .info-block .col1 a.pic1 {
      width: 107px;
      height: 103px;
      border-radius: 50%;
      margin: 10px auto 30px;
      border: 7px solid #514f49;
      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; } }
@media only screen and (max-width: 767px) {
  .info-block {
    margin: 0 -15px; }
    .info-block hr {
      margin: 12px -15px; } }
.element-block {
  position: relative; }
  .element-block img {
    margin-bottom: 37px;
    max-width: 100%;
    height: auto;
    margin-top: -1px; }
  .element-block h1 {
    font-family: "amaticbold";
    font-size: 48px;
    line-height: 58px;
    color: #e6007e;
    margin-bottom: 10px; }
  .element-block h2 {
    font-size: 38px;
    line-height: 48px;
    color: #e6007e;
    margin-bottom: 5px; }
  .element-block h3 {
    color: #202628;
    margin-bottom: 5px; }
  .element-block h4 {
    color: #e6007e; }
  .element-block h5 {
    color: #202628; }
  .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: #514f49;
          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: #514f49;
        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: #514f49; }
    .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: #514f49;
      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: 767px) {
  .element-block {
    margin: 0 -15px; }
    .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;
  margin-top: 40px; }
  .np-block ul li {
    padding-left: 13px;
    margin-left: 10px;
    font-family: "armataregular";
    font-size: 10px;
    line-height: 15px;
    color: #514f49;
    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: #514f49;
      position: absolute;
      left: 0;
      top: 1px; }
    .np-block ul li a {
      color: #373839; }
      .np-block ul li a:hover {
        color: #514f49;
        opacity: 1; }

.footer-block {
  padding: 40px 0 0px;
  width: 100%;
  min-height: 404px;
  background-color: rgba(134, 136, 137, 0.8);
  color: #ffffff; }
  .footer-block .footer {
    overflow: hidden; }
    .footer-block .footer h3 {
      color: #ffffff;
      margin-bottom: 40px; }
    .footer-block .footer .col-footer {
      float: left;
      margin-left: 4.8%; }
      .footer-block .footer .col-footer:first-child {
        margin-left: 0; }
      .footer-block .footer .col-footer.social-icon {
        overflow: hidden; }
        .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: 10px;
            background-color: #ffffff; }
            .footer-block .footer .col-footer.social-icon ul li a:hover {
              opacity: 0.7; }
      .footer-block .footer .col-footer ul {
        margin-top: 10px; }
        .footer-block .footer .col-footer ul li {
          margin-bottom: 15px; }
          .footer-block .footer .col-footer ul li a {
            color: #ffffff;
            display: inline-block; }
            .footer-block .footer .col-footer ul li a:hover {
              opacity: 1;
              text-decoration: underline; }
  .footer-block .copyright {
    padding: 43px 0 10px;
    text-align: center; }
    .footer-block .copyright p {
      font-size: 12px;
      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; }

@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: 767px) {
  .footer-block .footer .col-footer {
    float: none;
    margin: 0 0 10px; }
    .footer-block .footer .col-footer.social-icon ul {
      margin-left: -18%; }
      .footer-block .footer .col-footer.social-icon ul li {
        margin-left: 18%; }
  .footer-block .footer h3 {
    margin-bottom: 20px; }
  .footer-block .copyright {
    padding: 0px; } }

/*# sourceMappingURL=vd_master.css.map */
