/*--------------------------------------------------
	Urgent
--------------------------------------------------*/
.urgent {
  background-color: #AE4141;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 250; }
  .mason--urgent .urgent {
    display: block; }

.urgent__inner {
  position: relative; }

.urgent__list {
  padding: 10px 0; }

.urgent__item__link {
  color: #fff;
  text-decoration: none;
  display: inline-block; }

.urgent__item__title {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 35px; }
  .urgent__item__title svg {
    margin-right: 10px; }

.urgent__item__intro {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 35px; }

.urgent__close {
  background-color: #AE4141;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 15px;
  right: 0;
  color: #fff; }

@media all and (min-width: 1025px) {
  .urgent__close {
    right: 5px; } }

@media all and (min-width: 1301px) {
  .urgent__close {
    right: 5%; } }

/*--------------------------------------------------
	Hero
--------------------------------------------------*/
.hero__container {
  position: relative;
  min-height: 550px;
  max-height: 100vh; }
  .hero__container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%; }

.hero__inner:after {
  top: 50%; }

.hero__center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  z-index: 3;
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }
  .hero__center h3 {
    color: #fff;
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
    font-family: "Merriweather", serif;
    display: none;
    text-align: center;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
    .mason--loaded .hero__center h3 {
      opacity: 0.6;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
      transition: opacity 1s ease, -webkit-transform 1s ease;
      -o-transition: transform 1s ease, opacity 1s ease;
      transition: transform 1s ease, opacity 1s ease;
      transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
  .hero__center h2 {
    color: #fff;
    margin: 25px 0 0;
    font-size: 2em;
    letter-spacing: -2px;
    text-align: center;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
    .mason--loaded .hero__center h2 {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity 1s ease 500ms, -webkit-transform 1s ease 500ms;
      transition: opacity 1s ease 500ms, -webkit-transform 1s ease 500ms;
      -o-transition: transform 1s ease 500ms, opacity 1s ease 500ms;
      transition: transform 1s ease 500ms, opacity 1s ease 500ms;
      transition: transform 1s ease 500ms, opacity 1s ease 500ms, -webkit-transform 1s ease 500ms; }

.hero__scroll {
  right: 5%;
  margin: 0 auto; }

@media all and (min-width: 1025px) {
  .hero__center h3 {
    display: block; }
  .hero__center h2 {
    font-size: 4em; } }

@media all and (min-width: 1301px) {
  .hero__scroll {
    right: calc(50% - 585px); } }

/*--------------------------------------------------
	Welcome
--------------------------------------------------*/
.welcome {
  padding: 50px 0 75px;
  background: url("/_site/images/design/trail2.png") right top/75% auto no-repeat; }

.welcome__inner:before, .welcome__inner:after {
  content: "";
  display: table; }

.welcome__inner:after {
  clear: both; }

.welcome__left {
  width: 250px;
  margin: 25px auto 0;
  position: relative; }

.welcome__img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden !important; }

.welcome__link {
  position: absolute !important;
  left: 0;
  bottom: -25px; }
  .welcome__link a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 32px 64px 0px rgba(148, 65, 150, 0.2);
    box-shadow: 0px 32px 64px 0px rgba(148, 65, 150, 0.2);
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease; }
    .welcome__link a img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 50px; }
    .welcome__link a div {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -20px;
      white-space: nowrap;
      color: #944196;
      font-size: 0.75em;
      font-weight: 700;
      font-family: "Merriweather", serif; }
    .welcome__link a:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.welcome__region {
  text-align: center;
  margin-bottom: 0; }
  .welcome__region .button__link {
    margin: 2em 0 0; }

@media all and (min-width: 1025px) {
  .welcome {
    padding: 160px 0; }
  .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .welcome__left {
    width: 510px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-transition: opacity 1s ease 500ms, -webkit-transform 1s ease 500ms;
    transition: opacity 1s ease 500ms, -webkit-transform 1s ease 500ms;
    -o-transition: transform 1s ease 500ms, opacity 1s ease 500ms;
    transition: transform 1s ease 500ms, opacity 1s ease 500ms;
    transition: transform 1s ease 500ms, opacity 1s ease 500ms, -webkit-transform 1s ease 500ms; }
    .toView .welcome__left {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; }
  .welcome__img {
    width: 510px;
    height: 510px; }
  .welcome__link a {
    width: 130px;
    height: 130px; }
    .welcome__link a img {
      width: 80px; }
    .welcome__link a div {
      font-size: 0.875em;
      bottom: -40px; }
  .welcome__right {
    width: calc(100% - 510px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 70px;
    -webkit-transition: opacity 1s ease 500ms, -webkit-transform 1s ease 500ms;
    transition: opacity 1s ease 500ms, -webkit-transform 1s ease 500ms;
    -o-transition: transform 1s ease 500ms, opacity 1s ease 500ms;
    transition: transform 1s ease 500ms, opacity 1s ease 500ms;
    transition: transform 1s ease 500ms, opacity 1s ease 500ms, -webkit-transform 1s ease 500ms; }
    .toView .welcome__right {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0; }
  .welcome__region {
    text-align: left; } }

/*--------------------------------------------------
	Boxes
--------------------------------------------------*/
.boxes {
  position: relative;
  z-index: 1; }

.boxes__watermark {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  max-width: 525px;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
  pointer-events: none;
  opacity: 0.1;
  display: none; }

.boxes__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (260px)[4];
  grid-template-rows: repeat(4, 260px);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }

.boxes__item {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .toView .boxes__item {
    opacity: 0; }

.boxes__item--1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2; }

.boxes__item--2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2; }

.boxes__item--3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2; }

.boxes__item--4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4 / 1 / 5 / 2; }

.boxes__item__link {
  display: block;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  background-color: #A657A8;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .boxes__item__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  .boxes__item__link:hover {
    background-color: #944196; }
    .boxes__item__link:hover:after {
      opacity: 0; }
    .boxes__item__link:hover .boxes__item__img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
      .boxes__item__link:hover .boxes__item__img.lazyLoaded {
        opacity: 0.2; }
    .boxes__item__link:hover .boxes__item__title {
      -webkit-transform: translateY(-50%) translateY(-30px);
      -ms-transform: translateY(-50%) translateY(-30px);
      transform: translateY(-50%) translateY(-30px); }
      .boxes__item__link:hover .boxes__item__title:after {
        opacity: 1; }

.boxes__item__img {
  height: 100%;
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease, opacity 350ms ease;
  transition: transform 350ms ease, opacity 350ms ease;
  transition: transform 350ms ease, opacity 350ms ease, -webkit-transform 350ms ease; }
  .boxes__item__img.lazyLoaded {
    opacity: 0.9; }

.boxes__item__title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 5vw;
  color: #fff;
  margin: 0;
  z-index: 2;
  font-size: 1.75em;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .boxes__item__title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #944196;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }

@media all and (min-width: 769px) {
  .boxes__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (260px)[3];
    grid-template-rows: repeat(3, 260px); }
  .boxes__item--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3; }
  .boxes__item--2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2; }
  .boxes__item--3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3; }
  .boxes__item--4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3; } }

@media all and (min-width: 1025px) {
  .boxes {
    margin-bottom: -180px; }
  .boxes__watermark {
    display: block; }
  .boxes__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 300px 260px;
    grid-template-rows: 300px 260px;
    grid-column-gap: 65px;
    grid-row-gap: 65px; }
  .boxes__item--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms; }
  .boxes__item--2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .boxes__item--3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .boxes__item--4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 3 / 4;
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }
  .boxes__item__link {
    height: 100%; }
  .boxes__item__title {
    padding: 0 25px; } }

/*--------------------------------------------------
	Events
--------------------------------------------------*/
.events {
  position: relative;
  z-index: 0;
  background-color: #A657A8;
  padding: calc(5.2vh + 50px) 0 calc(5.2vh + 50px); }

.events__bg {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0 !important;
  overflow: hidden !important;
  -webkit-filter: saturate(0);
  filter: saturate(0); }
  .events__bg.lazyLoaded {
    opacity: 0.1; }

.events__curve {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  z-index: 1; }

.events__curve--top {
  top: -1px; }
  .events__curve--top path {
    fill: #faf5ff; }

.events__curve--bot {
  bottom: -1px; }
  .events__curve--bot path {
    fill: #fff; }

.events__container {
  position: relative;
  z-index: 2; }

.events__title {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  margin: 0 auto 25px; }

.events__feed {
  position: relative;
  padding: 0 15%; }

.events__trail {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.events__list {
  position: static; }
  .events__list.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: calc(5% - 27.5px);
    right: calc(5% - 27.5px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .events__list.owl-carousel .owl-nav button {
      pointer-events: auto;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.15);
      color: #fff;
      outline: none;
      border: none;
      padding: 0;
      -webkit-transition: background-color 350ms ease, color 350ms ease, opacity 350ms ease;
      -o-transition: background-color 350ms ease, color 350ms ease, opacity 350ms ease;
      transition: background-color 350ms ease, color 350ms ease, opacity 350ms ease; }
      .events__list.owl-carousel .owl-nav button.disabled {
        opacity: 0.25; }
      .events__list.owl-carousel .owl-nav button:not(.disabled):hover {
        background-color: #944196;
        color: #fff; }
  .events__list.owl-carousel .owl-stage {
    background: url("/_site/images/design/trail3.png") left 50px center/auto 250px repeat-x; }

.events__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms;
  -o-transition: opacity 350ms ease, visibility 0ms linear 350ms;
  transition: opacity 350ms ease, visibility 0ms linear 350ms; }
  .owl-item.active .events__item {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear;
    -o-transition: opacity 350ms ease, visibility 0ms linear;
    transition: opacity 350ms ease, visibility 0ms linear; }

.events__item__link {
  background-color: #fff;
  width: 255px;
  height: 255px;
  max-width: 70vw;
  max-height: 70vw;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .events__item__link:after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    color: #944196;
    text-align: center;
    line-height: 70px;
    font-size: 2em;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  .events__item__link:hover {
    background-color: #944196; }
    .events__item__link:hover:after {
      opacity: 1; }
    .events__item__link:hover .events__item__title {
      color: #fff; }

.events__item__info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 5vw;
  text-align: center; }

.events__item__date, .events__item__time {
  color: rgba(0, 0, 0, 0.25);
  font-family: "Merriweather", serif;
  font-size: 0.875em;
  font-weight: 700; }

.events__item__title {
  color: #944196;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
  font-size: 1.5em;
  margin: 15px 0; }

.events__footer {
  text-align: center;
  margin-top: 25px; }

@media all and (min-width: 769px) {
  .events__list .owl-item:nth-child(2n) {
    margin-top: 80px; } }

@media all and (min-width: 1025px) {
  .events {
    padding: calc(5.2vh + 210px) 0 calc(5.2vh + 75px); }
  .events__title {
    font-size: 3em;
    margin: 0 auto 50px; }
  .events__feed {
    padding: 0 10%; }
  .events__list.owl-carousel .owl-nav {
    left: calc(5% - 27.5px);
    right: calc(5% - 27.5px); }
  .events__list.owl-carousel .owl-stage {
    background: url("/_site/images/design/trail3.png") left 50px center/auto 300px repeat-x; }
  .events__item__info {
    padding: 0 50px; }
  .events__footer {
    margin-top: 50px; } }

/*--------------------------------------------------
	News
--------------------------------------------------*/
.news {
  background-color: #fff;
  padding: 50px 0;
  position: relative; }

.news__watermark {
  position: absolute;
  top: -250px;
  bottom: -250px;
  right: 0;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  margin: auto;
  width: 830px;
  height: 830px;
  background-color: #944196;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
  display: none; }
  .news__watermark img {
    -webkit-filter: saturate(0) brightness(200);
    filter: saturate(0) brightness(200);
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1400px; }

.news__header {
  margin-bottom: 25px;
  position: relative;
  z-index: 2; }

.news__title {
  font-size: 1.5em;
  margin: 0 0 10px;
  line-height: 1;
  text-align: center; }

.news__header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .news__header__right .button__link a {
    padding: 8px 15px; }

.news__btn {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-color: #A657A8;
  color: #944196;
  border-radius: 50%;
  -webkit-transition: background-color 350ms ease, color 350ms ease, opacity 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease, opacity 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, opacity 350ms ease; }
  .news__btn:disabled {
    opacity: 0.5; }
  .news__btn:enabled:hover {
    background-color: #944196;
    color: #fff; }

.news__feed {
  position: relative;
  z-index: 2;
  height: 560px; }
  .news__feed .facebook_mason_setup {
    top: 35px; }
  .news__feed .instagram_mason_setup {
    top: 70px; }

.news__list {
  -webkit-transition: opacity 350ms ease, -webkit-transform 1s ease;
  transition: opacity 350ms ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 350ms ease;
  transition: transform 1s ease, opacity 350ms ease;
  transition: transform 1s ease, opacity 350ms ease, -webkit-transform 1s ease; }
  .toView .news__list {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  .news__list .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: none; }
  .news__list button.owl-dot {
    width: 6px;
    height: 6px;
    margin-right: 15px;
    outline: none;
    padding: 0;
    background-color: #A657A8;
    border-radius: 50%;
    border: 1px #A657A8 solid;
    -webkit-transition: border 350ms ease, -webkit-transform 350ms ease;
    transition: border 350ms ease, -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease, border 350ms ease;
    transition: transform 350ms ease, border 350ms ease;
    transition: transform 350ms ease, border 350ms ease, -webkit-transform 350ms ease; }
    .news__list button.owl-dot:last-child {
      margin-right: 0; }
    .news__list button.owl-dot.active {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25);
      border: 1px #944196 solid; }

.news__item {
  height: 560px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(166, 87, 168, 0.1);
  box-shadow: 0px 8px 24px 0px rgba(166, 87, 168, 0.1);
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 5vw;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .news__item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.news__item__img {
  position: relative;
  position: absolute;
  left: 35px;
  width: 100%;
  top: -75px; }
  .news__item__img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }

.news__item__img__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); }

.news__item__info {
  position: relative;
  z-index: 1;
  height: 100%; }
  .news__item--img .news__item__info {
    padding-top: 50%; }

.news__item__icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 1.5em;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(166, 87, 168, 0.4);
  box-shadow: 0px 8px 24px 0px rgba(166, 87, 168, 0.4); }
  .news__item--facebook .news__item__icon {
    background-color: #1877f2; }
  .news__item--twitter .news__item__icon {
    background-color: #1da1f2; }
  .news__item--instagram .news__item__icon {
    background-color: #c13584; }
  .news__item--news .news__item__icon {
    background-color: #944196; }

.news__item__date {
  display: block;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 0.875em; }
  .news__item--facebook .news__item__date {
    color: #1877f2; }
  .news__item--twitter .news__item__date {
    color: #1da1f2; }
  .news__item--instagram .news__item__date {
    color: #c13584; }
  .news__item--news .news__item__date {
    color: #944196; }

.news__item__text {
  margin: 25px 0;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  max-height: 16.2em;
  overflow: hidden; }
  .news__item--img .news__item__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    max-height: 7.2em;
    overflow: hidden; }

.news__item__link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px;
  line-height: 51px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 27.5px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease; }
  .news__item--facebook .news__item__link {
    background-color: #1877f2;
    border-color: #1877f2; }
    .news__item--facebook .news__item__link:hover {
      color: #1877f2; }
  .news__item--twitter .news__item__link {
    background-color: #1da1f2;
    border-color: #1da1f2; }
    .news__item--twitter .news__item__link:hover {
      color: #1da1f2; }
  .news__item--instagram .news__item__link {
    background-color: #c13584;
    border-color: #c13584; }
    .news__item--instagram .news__item__link:hover {
      color: #c13584; }
  .news__item--news .news__item__link {
    background-color: #944196;
    border-color: #944196; }
    .news__item--news .news__item__link:hover {
      color: #944196; }
  .news__item__link:hover {
    background-color: #fff; }

@media all and (min-width: 1025px) {
  .news {
    padding: 80px 0 105px; }
  .news__watermark {
    display: block; }
  .news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .news__header .button__link a {
      background-color: #fff;
      border: 2px solid #fff;
      color: #944196;
      padding: 15px 25px; }
      .news__header .button__link a:hover {
        color: #fff; }
  .news__title {
    font-size: 3em;
    line-height: 55px;
    margin: 0; }
  .news__btn {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    width: 55px;
    height: 55px;
    margin-right: 10px; }
    .news__btn:enabled:hover {
      background-color: #fff;
      color: #944196; }
  .news__list .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news__item {
    padding: 50px; }
  .news__item__img {
    left: 50px;
    top: -100px; } }

@media all and (min-width: 1301px) {
  .news__watermark {
    width: 1000px;
    height: 1000px; }
    .news__watermark img {
      width: 1600px; } }

/*--------------------------------------------------
	Contact
--------------------------------------------------*/
.contact {
  position: relative; }

.contact__curve {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  z-index: 1;
  top: -1px; }
  .contact__curve path {
    fill: #fff; }

.contact__map {
  height: 650px;
  cursor: pointer;
  background: #fff url("/_site/images/design/mapMobile.png") center/cover; }

.contact__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  width: 90vw;
  height: 90vw;
  max-width: 350px;
  max-height: 350px; }

.contact__info__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 5vw;
  text-align: center; }
  .contact__info__inner .button__link {
    margin: 20px 0 0; }

.contact__info__title {
  font-size: 1.5em;
  margin: 0;
  line-height: 1; }

.contact__info__name {
  margin: 10px 0 0;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1em; }

.contact__info__text {
  line-height: 1.4;
  margin: 0;
  font-size: 0.875em; }
  .contact__info__text a {
    color: #944196;
    text-decoration: none; }
    .contact__info__text a:hover {
      text-decoration: underline; }

@media all and (min-width: 769px) {
  .contact__map {
    height: 725px;
    background: #fff url("/_site/images/design/map.png") center/cover; }
  .contact__info {
    left: 5%;
    right: auto;
    max-width: 510px;
    max-height: 510px; }
  .contact__info__inner {
    padding: 0 35px; }
    .contact__info__inner .button__link {
      margin: 30px 0 0; }
  .contact__info__title {
    font-size: 3em; }
  .contact__info__name {
    margin: 30px 0 15px;
    font-size: 1.25em; }
  .contact__info__text {
    font-size: 1em;
    line-height: 1.8; } }

@media all and (min-width: 1301px) {
  .contact__info {
    left: calc(50% - 585px); } }

/*--------------------------------------------------
	Footer
--------------------------------------------------*/
.footer {
  margin-top: 0; }
