@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
.load__logo {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #99162c url("/_site/images/design/logo-load.png") center no-repeat;
  z-index: 20; }
  .hide .load__logo {
    display: none; }
  .loaded .load__logo {
    visibility: visible;
    opacity: 0;
    left: 200%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: visibility 0s ease 0s, opacity .5s ease .5s, left 0s ease 1s, -webkit-transform .5s ease .5s;
    transition: visibility 0s ease 0s, opacity .5s ease .5s, left 0s ease 1s, -webkit-transform .5s ease .5s;
    -o-transition: visibility 0s ease 0s, opacity .5s ease .5s, transform .5s ease .5s, left 0s ease 1s;
    transition: visibility 0s ease 0s, opacity .5s ease .5s, transform .5s ease .5s, left 0s ease 1s;
    transition: visibility 0s ease 0s, opacity .5s ease .5s, transform .5s ease .5s, left 0s ease 1s, -webkit-transform .5s ease .5s; }
  @media all and (max-width: 414px) {
    .load__logo {
      background-size: contain; } }
  .load__logo .lte-ie8 {
    background-size: contain; }

.header {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  .loaded .header {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
  .animate .header {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  @media all and (max-width: 414px) {
    .header {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .header .lte-ie8 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.hero {
  height: 26.5em;
  height: 85vw;
  margin-top: 92px;
  opacity: 0;
  -webkit-transition: height .4s ease, max-height .4s ease, opacity 2s ease;
  -o-transition: height .4s ease, max-height .4s ease, opacity 2s ease;
  transition: height .4s ease, max-height .4s ease, opacity 2s ease; }
  .loaded .hero {
    opacity: 1; }
  .animate .hero {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  @media all and (max-width: 414px) {
    .hero {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .hero .lte-ie8 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.hero__content {
  z-index: 5;
  top: auto;
  bottom: 0;
  height: auto;
  font-size: 16px;
  padding-bottom: 1em;
  text-align: center; }

.hero__border {
  opacity: 1;
  visibility: visible; }

.hero__title {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0; }

#hero__youtube {
  top: -25%;
  left: -30%;
  right: -30%;
  bottom: -25%;
  height: 150%;
  width: 160%;
  margin: auto; }

.youtube__thumb {
  width: 100%;
  height: auto; }

.hero__strap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  text-align: center;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .25s ease, height .3s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, height .3s ease, -webkit-transform .25s ease;
  -o-transition: opacity .25s ease, transform .25s ease, height .3s ease;
  transition: opacity .25s ease, transform .25s ease, height .3s ease;
  transition: opacity .25s ease, transform .25s ease, height .3s ease, -webkit-transform .25s ease; }
  .hero__strap h3 {
    display: block;
    position: relative;
    font-size: 1em;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 0.4em; }
  .hero__strap span {
    display: inline-block;
    position: relative;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #fff, #dedede);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text; }

.hero__strapline span {
  opacity: 0;
  line-height: 1.3em;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity .3s ease, line-height .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, line-height .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease, line-height .3s ease;
  transition: transform .3s ease, opacity .3s ease, line-height .3s ease;
  transition: transform .3s ease, opacity .3s ease, line-height .3s ease, -webkit-transform .3s ease; }
.hero__strapline.cycle-slide-active span {
  opacity: 1;
  line-height: 1.3em;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .3s ease, line-height .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, line-height .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease, line-height .3s ease;
  transition: transform .3s ease, opacity .3s ease, line-height .3s ease;
  transition: transform .3s ease, opacity .3s ease, line-height .3s ease, -webkit-transform .3s ease; }
.hero__strapline.animate--out span {
  opacity: 0;
  line-height: 1.3em;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity .3s ease, line-height .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: opacity .3s ease, line-height .3s ease .3s, -webkit-transform .3s ease .3s;
  -o-transition: transform .3s ease .3s, opacity .3s ease, line-height .3s ease .3s;
  transition: transform .3s ease .3s, opacity .3s ease, line-height .3s ease .3s;
  transition: transform .3s ease .3s, opacity .3s ease, line-height .3s ease .3s, -webkit-transform .3s ease .3s; }

.hero__line {
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 2px;
  height: 55px;
  margin: auto;
  z-index: 6;
  background: #FFF;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.home__line {
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 2px;
  margin: auto;
  z-index: 6;
  background: #99162c;
  height: 65px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px); }

.explore {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 12px;
  text-decoration: none; }
  .explore:hover + div {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }

.open__video {
  width: 90px;
  height: 90px;
  bottom: 100%;
  bottom: calc(100% + 20px);
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  margin: auto;
  z-index: 6;
  -webkit-box-shadow: 0 0 1px 10px rgba(208, 46, 74, 0.4);
  box-shadow: 0 0 1px 10px rgba(208, 46, 74, 0.4);
  background: rgba(208, 46, 74, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background .25s ease, border .25s ease, bottom .25s ease, width .25s ease, height .25s ease, -webkit-box-shadow .25s ease;
  transition: background .25s ease, border .25s ease, bottom .25s ease, width .25s ease, height .25s ease, -webkit-box-shadow .25s ease;
  -o-transition: background .25s ease, border .25s ease, box-shadow .25s ease, bottom .25s ease, width .25s ease, height .25s ease;
  transition: background .25s ease, border .25s ease, box-shadow .25s ease, bottom .25s ease, width .25s ease, height .25s ease;
  transition: background .25s ease, border .25s ease, box-shadow .25s ease, bottom .25s ease, width .25s ease, height .25s ease, -webkit-box-shadow .25s ease;
  /** PLAY BUTTON HIDDEN **/
  display: none !important; }
  .open__video:after {
    content: "";
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #99162c;
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  .open__video:before {
    content: "X";
    position: absolute;
    font-size: 20px;
    font-family: "tex", sans-serif;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    line-height: 1;
    height: 1em;
    width: 1em;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s; }
  .open__video img {
    width: 25%;
    max-width: 18px;
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  .open__video:hover {
    background: rgba(208, 46, 74, 0.6);
    -webkit-box-shadow: 0 0 0 5px rgba(153, 22, 44, 0.8);
    box-shadow: 0 0 0 5px rgba(153, 22, 44, 0.8); }

.open__fullplayer.hero {
  height: calc(100vh - 92px);
  max-height: calc(100vh - 92px);
  -webkit-transition: height .3s ease, max-height .3s ease;
  -o-transition: height .3s ease, max-height .3s ease;
  transition: height .3s ease, max-height .3s ease; }
.open__fullplayer .hero__border {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s; }
.open__fullplayer .hero__strap {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }
.open__fullplayer .open__video {
  bottom: 130px;
  width: 50px;
  height: 50px;
  -webkit-transition: background .25s ease, border .25s ease, bottom .25s ease .27s, width .25s ease .27s, height .25s ease .27s, -webkit-box-shadow .25s ease;
  transition: background .25s ease, border .25s ease, bottom .25s ease .27s, width .25s ease .27s, height .25s ease .27s, -webkit-box-shadow .25s ease;
  -o-transition: background .25s ease, border .25s ease, box-shadow .25s ease, bottom .25s ease .27s, width .25s ease .27s, height .25s ease .27s;
  transition: background .25s ease, border .25s ease, box-shadow .25s ease, bottom .25s ease .27s, width .25s ease .27s, height .25s ease .27s;
  transition: background .25s ease, border .25s ease, box-shadow .25s ease, bottom .25s ease .27s, width .25s ease .27s, height .25s ease .27s, -webkit-box-shadow .25s ease; }
  .open__fullplayer .open__video:after {
    opacity: 0;
    -webkit-transition: opacity .25s ease .55s;
    -o-transition: opacity .25s ease .55s;
    transition: opacity .25s ease .55s; }
  .open__fullplayer .open__video:before {
    opacity: 1;
    -webkit-transition: opacity .25s ease .55s;
    -o-transition: opacity .25s ease .55s;
    transition: opacity .25s ease .55s; }
  .open__fullplayer .open__video img {
    opacity: 0;
    -webkit-transition: opacity .25s ease .55s;
    -o-transition: opacity .25s ease .55s;
    transition: opacity .25s ease .55s; }

.explore, .hero__line, .home__line {
  display: none; }

@media all and (min-width: 415px) {
  .hero {
    height: 90vh;
    max-height: 75vw; } }
.lte-ie8 .hero {
  height: 90vh;
  max-height: 75vw; }

@media all and (min-width: 769px) {
  .hero__content {
    font-size: 20px;
    padding-bottom: 3.6em; }

  .hero__strap h3 {
    font-size: 1.5em; }

  .hero {
    height: 85vh;
    max-height: 45vw; }

  .explore, .hero__line, .home__line {
    display: block; }

  .open__video {
    width: 90px;
    height: 90px;
    bottom: 300px;
    bottom: calc(100% + 30px); } }
.lte-ie8 .hero__content {
  font-size: 20px;
  padding-bottom: 3.6em; }
.lte-ie8 .hero__strap h3 {
  font-size: 1.5em; }
.lte-ie8 .hero {
  height: 85vh;
  max-height: 45vw; }
.lte-ie8 .explore, .lte-ie8 .hero__line, .lte-ie8 .home__line {
  display: block; }
.lte-ie8 .open__video {
  width: 90px;
  height: 90px;
  bottom: 300px;
  bottom: calc(100% + 30px); }

@media all and (min-width: 1025px) {
  .hero__content {
    font-size: 24px; }

  .hero__strap h3 {
    font-size: 2em; } }
@media all and (max-height: 600px) {
  .hero__stra h3 {
    font-size: 20px; } }
.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.homepage {
  position: relative; }

.welcome .center {
  max-width: 1250px; }

.welcome__area {
  padding: 30px 0 10px; }

.welcome__photo {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden !important;
  margin: 0 auto 20px; }
  .welcome__photo:after {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0px 10px rgba(208, 46, 74, 0.25);
    box-shadow: inset 0 0 0px 10px rgba(208, 46, 74, 0.25); }

.welcome__intro {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #f5cece;
  border-bottom: 1px solid #f5cece; }
  .welcome__intro h2 {
    font-family: "tex", sans-serif;
    margin: 0;
    color: #d2667a; }

.advise__region {
  font-size: 18px; }
  .advise__region p {
    margin-top: 0; }

h4.welcome__intro__text {
  color: #979797;
  letter-spacing: 0.2em;
  font-size: 14px;
  margin: 15px 0 15px; }

.editable__region__update {
  display: inline-block;
  padding: 0px;
  text-align: right; }
  .editable__region__update .message {
    color: #fff;
    background: #222;
    display: inline-block;
    padding: 5px 10px;
    color: #fff; }

.region__overflow {
  position: relative;
  height: auto;
  overflow: hidden;
  -webkit-transition: height .25s ease;
  -o-transition: height .25s ease;
  transition: height .25s ease;
  z-index: 3; }
  .mason--admin .region__overflow {
    height: auto;
    overflow-x: hidden; }

.editable__region.show__more {
  padding-bottom: 30px; }

.welcome__more {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: auto;
  padding-right: 80px;
  font-size: 13px;
  z-index: 4;
  padding: 12px 0;
  width: 120px;
  text-align: left; }
  .welcome__more span {
    position: absolute;
    right: 30px;
    bottom: 12px;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .welcome__more .fa {
    position: absolute;
    right: 12px;
    bottom: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .welcome__more .more {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .welcome__more .less {
    opacity: 0;
    -webkit-transform: translate(-7px, 100%);
    -ms-transform: translate(-7px, 100%);
    transform: translate(-7px, 100%); }
  .welcome__more.active .more {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .welcome__more.active .less {
    opacity: 1;
    -webkit-transform: translate(-7px, 0);
    -ms-transform: translate(-7px, 0);
    transform: translate(-7px, 0); }
  .welcome__more.active .fa {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1); }
  .show__more .welcome__more {
    display: block; }
  .mason--admin .welcome__more {
    display: none; }

.advise__region {
  position: relative;
  overflow: hidden; }
  .advise__region em.teal, .advise__region em.blue, .advise__region em.green {
    font-style: normal; }

.welcome__lion {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  padding-left: 4%;
  top: -12px;
  background: #fff; }

.lion__svg__path {
  fill: none;
  stroke: #d2677a;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000; }
  .welcome__area.inview .lion__svg__path {
    -webkit-animation: lionDraw 1s linear 0.3s forwards;
    animation: lionDraw 1s linear 0.3s forwards; }

.welcome__btn {
  font-family: "tex", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }
  .welcome__btn a {
    color: #99162c;
    text-decoration: none; }
    .welcome__btn a:hover .arrow:before {
      width: 50%; }
    .welcome__btn a:hover .arrow span {
      width: 25%; }
  .welcome__btn .arrow--right {
    display: inline-block;
    width: 44px;
    height: 13px; }

.welcome__link {
  letter-spacing: 0.2em;
  font-size: 15px; }

@-webkit-keyframes lionDraw {
  0% {
    stroke-dashoffset: -2000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes lionDraw {
  0% {
    stroke-dashoffset: -2000; }
  100% {
    stroke-dashoffset: 0; } }
@media all and (min-width: 500px) {
  .welcome__intro {
    padding-left: 125px;
    text-align: left; }
    .welcome__intro h2 {
      font-size: 30px;
      line-height: 1.3em; }

  .welcome__photo {
    position: absolute !important;
    top: 0px;
    left: 0;
    height: 100px;
    width: 100px;
    bottom: 0;
    margin: auto; }

  .welcome__area {
    padding: 40px 0 20px; }

  .welcome__lion {
    display: block; } }
@media all and (min-width: 900px) {
  .welcome__area {
    padding: 100px 0 70px; }

  .region__overflow {
    height: 140px; }

  .welcome__intro {
    width: 57%;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 5%; }

  h4.welcome__intro__text {
    margin: 0 0 10px; }

  .welcome__link {
    width: 37.8%;
    float: right; } }
@media all and (min-width: 1025px) {
  .region__overflow {
    height: 190px; }

  .welcome__intro h2 {
    font-size: 40px; }

  .advise__region {
    font-size: 21px; }

  .welcome__intro__text {
    font-size: 15px; }

  .advise__region p {
    font-size: 26px; } }
@media all and (min-width: 1301px) {
  .welcome__area {
    padding: 135px 0 115px; }

  .region__overflow {
    height: 170px; }

  .welcome__intro {
    padding-left: 180px; }
    .welcome__intro h2 {
      font-size: 50px; }

  .welcome__photo {
    width: 135px;
    height: 135px; }

  .advise__region {
    font-size: 24px; } }
.student__area {
  background: #961930;
  padding: 30px 5%;
  color: #fff; }
  .student__area ul, .student__area li {
    width: 100%; }
  .student__area hr {
    border: 0;
    background: #ba3d56;
    height: 1px;
    margin-top: 20px; }

.student__list__item__image {
  min-height: 180px;
  height: 18vw; }

.student__list__item__title {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

.student__list__item__year {
  font-weight: 400;
  margin-top: 0;
  color: #fe7a93;
  margin-bottom: 0.5em; }

.student__list__item__intro {
  font-size: 16px;
  line-height: 1.7em; }

.student__nav {
  position: absolute;
  height: 30px;
  width: 5%;
  top: 110px;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  min-width: 50px; }
  .student__nav:after {
    content: "";
    position: absolute;
    background: #b81e3c;
    width: 75%;
    top: -150%;
    bottom: -150%;
    z-index: 1;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease; }
  .student__nav .arrow:before {
    background: #fff;
    z-index: 2; }
  .student__nav span {
    z-index: 3; }
    .student__nav span:before, .student__nav span:after {
      background: #fff; }
  .student__nav:hover .arrow:before {
    width: 50%; }
  .student__nav:hover span {
    width: 25%; }

.student__prev {
  left: 0; }
  .student__prev:after {
    left: 0; }
  .student__prev span {
    left: 5%; }
  .student__prev .arrow:before {
    left: 5%; }

.student__next {
  right: 0; }
  .student__next:after {
    right: 0; }
  .student__next span {
    right: 5%; }
  .student__next .arrow:before {
    right: 5%; }

.student__list__item__more {
  font-weight: 700;
  margin-top: 15px; }

.owl-item {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .owl-item.active {
    opacity: 1; }

@media all and (min-width: 769px) {
  .student__area {
    padding: 50px 0; }

  .student__list__item__title {
    font-size: 28px; }

  .student__list__item__year {
    font-size: 20px; }

  .student__nav {
    width: 4%; }
    .student__nav:hover:after {
      width: 125%; }

  .student__prev span {
    left: 40%; }
  .student__prev .arrow:before {
    left: 40%; }

  .student__next span {
    right: 40%; }
  .student__next .arrow:before {
    right: 40%; } }
.lte-ie8 .student__area {
  padding: 50px 0; }
.lte-ie8 .student__list__item__title {
  font-size: 28px; }
.lte-ie8 .student__list__item__year {
  font-size: 20px; }
.lte-ie8 .student__nav {
  width: 4%; }
  .lte-ie8 .student__nav:hover:after {
    width: 125%; }
.lte-ie8 .student__prev span {
  left: 40%; }
.lte-ie8 .student__prev .arrow:before {
  left: 40%; }
.lte-ie8 .student__next span {
  right: 40%; }
.lte-ie8 .student__next .arrow:before {
  right: 40%; }

@media all and (min-width: 900px) {
  .student__area {
    padding: 90px 0; }

  .student__nav {
    bottom: 0;
    top: 0; }

  .student__list__item__image {
    width: 48%;
    float: right;
    min-height: 200px;
    height: 30vw;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%; }

  .student__list__item__info {
    width: 48%;
    float: left; }

  .owl-item .student__list__item__title,
  .owl-item .student__list__item__intro,
  .owl-item .student__list__item__more,
  .owl-item .student__list__item__year {
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease .2s;
    transition: opacity .3s ease, -webkit-transform .3s ease .2s;
    -o-transition: transform .3s ease .2s, opacity .3s ease;
    transition: transform .3s ease .2s, opacity .3s ease;
    transition: transform .3s ease .2s, opacity .3s ease, -webkit-transform .3s ease .2s; }
  .owl-item .student__list__item__image {
    opacity: 0.8;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .owl-item.active .student__list__item__title,
  .owl-item.active .student__list__item__intro,
  .owl-item.active .student__list__item__more,
  .owl-item.active .student__list__item__year {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  .owl-item.active .student__list__item__title {
    -webkit-transition: opacity .4s ease 0.15s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0.15s, -webkit-transform .4s ease 0s;
    -o-transition: transform .4s ease 0s, opacity .4s ease 0.15s;
    transition: transform .4s ease 0s, opacity .4s ease 0.15s;
    transition: transform .4s ease 0s, opacity .4s ease 0.15s, -webkit-transform .4s ease 0s; }
  .owl-item.active .student__list__item__year {
    -webkit-transition: opacity .45s ease 0.15s, -webkit-transform .45s ease 0s;
    transition: opacity .45s ease 0.15s, -webkit-transform .45s ease 0s;
    -o-transition: transform .45s ease 0s, opacity .45s ease 0.15s;
    transition: transform .45s ease 0s, opacity .45s ease 0.15s;
    transition: transform .45s ease 0s, opacity .45s ease 0.15s, -webkit-transform .45s ease 0s; }
  .owl-item.active .student__list__item__intro {
    -webkit-transition: opacity .6s ease 0.15s, -webkit-transform .6s ease 0s;
    transition: opacity .6s ease 0.15s, -webkit-transform .6s ease 0s;
    -o-transition: transform .6s ease 0s, opacity .6s ease 0.15s;
    transition: transform .6s ease 0s, opacity .6s ease 0.15s;
    transition: transform .6s ease 0s, opacity .6s ease 0.15s, -webkit-transform .6s ease 0s; }
  .owl-item.active .student__list__item__more {
    -webkit-transition: opacity .65s ease 0.15s, -webkit-transform .65s ease 0s;
    transition: opacity .65s ease 0.15s, -webkit-transform .65s ease 0s;
    -o-transition: transform .65s ease 0s, opacity .65s ease 0.15s;
    transition: transform .65s ease 0s, opacity .65s ease 0.15s;
    transition: transform .65s ease 0s, opacity .65s ease 0.15s, -webkit-transform .65s ease 0s; }
  .owl-item.active .student__list__item__image {
    opacity: 1; }

  .student__list__item__info {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

  .student__list__item .lazy__load__img {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

  .student__list__item__intro {
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 10px; }

  .student__area.inview .student__list__item__info {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, -webkit-transform .6s ease;
    -o-transition: opacity .6s ease, transform .6s ease;
    transition: opacity .6s ease, transform .6s ease;
    transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease; }
  .student__area.inview .student__list__item .lazy__load__img {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
    transition: opacity .3s ease, -webkit-transform .6s ease;
    -o-transition: opacity .3s ease, transform .6s ease;
    transition: opacity .3s ease, transform .6s ease;
    transition: opacity .3s ease, transform .6s ease, -webkit-transform .6s ease; } }
@media all and (min-width: 1025px) {
  .student__list__item__title {
    font-size: 50px; }

  .student__list__item__year {
    font-size: 26px; }

  .student__list__item__image {
    width: 58%;
    float: right;
    min-height: 200px;
    height: 30vw; }

  .student__list__item__info {
    width: 35%;
    float: left; } }
@media all and (min-width: 1301px) {
  .student__list__item__image {
    position: relative; } }
.news__area .center {
  width: 100%; }
.news__area .home__title--big {
  text-align: left;
  color: #c6c6c6;
  padding-left: 5%;
  font-size: 2em; }

.events {
  position: relative;
  background: #59a158;
  color: #fff;
  padding: 20px 5% 60px; }
  .events .home__title {
    color: #347933;
    margin: 0 0 0.4em;
    text-align: left; }
  .events a {
    color: #fff;
    text-decoration: none; }

.events__list__link {
  display: block;
  padding: 1em 0; }

.events__list__date {
  color: #a8eda7;
  font-size: 18px;
  margin: 0; }

.events__list__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  line-height: 1.35em;
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }
  .events__list__title:hover {
    opacity: 0.6; }

.events__list__item {
  margin-bottom: 1em;
  border-bottom: 1px solid #4c964b; }

.home__link {
  position: absolute !important; }
  .events .home__link {
    background: #499148;
    -webkit-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease; }
    .events .home__link:hover {
      background: #386f37; }
  .news .home__link {
    background: #189e84;
    -webkit-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease; }
    .news .home__link:hover {
      background: #11725f; }

@media all and (min-width: 415px) {
  .events {
    padding: 20px 5% 70px; }

  .events__list__date {
    font-size: 20px; }

  .events__list__title {
    font-size: 24px; }

  .home__link a {
    padding: 20px 5%; } }
.lte-ie8 .events {
  padding: 20px 5% 70px; }
.lte-ie8 .events__list__date {
  font-size: 20px; }
.lte-ie8 .events__list__title {
  font-size: 24px; }
.lte-ie8 .home__link a {
  padding: 20px 5%; }

@media all and (min-width: 769px) {
  .news__area__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .news__area {
    padding-bottom: 50px; }
    .news__area .home__title--big {
      font-size: 45px; }

  .events {
    padding: 20px 5% 85px;
    width: 50%;
    float: left; }

  .events__list__date {
    font-size: 22px; }

  .events__list__title {
    font-size: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 47.25px;
    /* fallback */
    max-height: 98px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

  .home__link a {
    padding: 25px 10%;
    font-size: 20px; }

  .news {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }

  .events {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

  .news__area.inview .news, .news__area.inview .events {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, -webkit-transform .6s ease;
    -o-transition: opacity .6s ease, transform .6s ease;
    transition: opacity .6s ease, transform .6s ease;
    transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease; } }
.lte-ie8 .news__area__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.lte-ie8 .news__area {
  padding-bottom: 50px; }
  .lte-ie8 .news__area .home__title--big {
    font-size: 45px; }
.lte-ie8 .events {
  padding: 20px 5% 85px;
  width: 50%;
  float: left; }
.lte-ie8 .events__list__date {
  font-size: 22px; }
.lte-ie8 .events__list__title {
  font-size: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 47.25px;
  /* fallback */
  max-height: 98px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }
.lte-ie8 .home__link a {
  padding: 25px 10%;
  font-size: 20px; }
.lte-ie8 .news {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0; }
.lte-ie8 .events {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0; }
.lte-ie8 .news__area.inview .news, .lte-ie8 .news__area.inview .events {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  -o-transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease; }

@media all and (min-width: 1025px) {
  .news__area {
    padding-bottom: 90px; }
    .news__area .center {
      width: 100%; }
    .news__area .home__title--big {
      font-size: 60px;
      padding-left: 0; }

  .events {
    padding: 35px 5% 120px;
    width: 44%; }

  .events__list__date {
    font-size: 25px; }

  .events__list__title {
    font-size: 35px; }

  .home__link a {
    padding: 37px 10%; } }
.news {
  position: relative;
  width: 100%;
  background: #2aaa91;
  padding-bottom: 60px; }
  .news ul, .news li {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .news .home__title {
    position: absolute;
    margin: 0;
    left: 5%;
    top: 20px;
    z-index: 3;
    color: #fff; }

.news__item__link {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative; }
  .news__item__link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2; }

.news__item__link__text {
  display: block;
  padding: 5px 5% 20px;
  color: #fff;
  text-decoration: none; }

.news__item__title {
  margin: 0;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
  margin-bottom: 20px; }
  .news__item__title:hover {
    opacity: 0.6; }

.news__item__date {
  color: #75e0cb;
  font-size: 18px;
  margin: 20px 0 0;
  padding-left: 5%;
  font-weight: 400; }

@media all and (min-width: 415px) {
  .news {
    padding-bottom: 70px; }

  .news__item__date {
    font-size: 20px; }

  .news__item__title {
    font-size: 28px; } }
.lte-ie8 .news {
  padding-bottom: 70px; }
.lte-ie8 .news__item__date {
  font-size: 20px; }
.lte-ie8 .news__item__title {
  font-size: 28px; }

@media all and (min-width: 769px) {
  .news {
    width: 49.9%;
    float: right;
    padding-bottom: 85px; }

  .news__item__date {
    font-size: 22px; }

  .news__item__title {
    font-size: 35px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 52.25px;
    /* fallback */
    max-height: 120px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

  .news__item__link__text {
    padding: 14px 10% 70px; }

  .news__item__date {
    padding-left: 10%;
    margin-top: 50px; }

  .news__item__link {
    height: 358px; } }
.lte-ie8 .news {
  width: 49.9%;
  float: right;
  padding-bottom: 85px; }
.lte-ie8 .news__item__date {
  font-size: 22px; }
.lte-ie8 .news__item__title {
  font-size: 35px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 52.25px;
  /* fallback */
  max-height: 120px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }
.lte-ie8 .news__item__link__text {
  padding: 14px 10% 70px; }
.lte-ie8 .news__item__date {
  padding-left: 10%;
  margin-top: 50px; }
.lte-ie8 .news__item__link {
  height: 358px; }

@media all and (min-width: 1025px) {
  .news {
    padding-bottom: 120px;
    width: 55.9%; }
    .news .home__title {
      left: 10%;
      top: 35px; }

  .news__item__date {
    font-size: 25px; }

  .news__item__title {
    font-size: 40px;
    line-height: 57.25px;
    /* fallback */
    max-height: 120px; }

  .news__item__link {
    height: 380px; } }
.social__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left; }

.social__item__container {
  position: relative;
  display: inline-block;
  height: 360px;
  overflow: hidden;
  width: 100%;
  font-weight: 700;
  vertical-align: top; }
  .social__item__container p {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4em;
    max-height: 130px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

.social__slider .owl-item {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease; }
  .social__slider .owl-item:first-child {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }

.inview .social__slider .owl-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }
  .inview .social__slider .owl-item:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .inview .social__slider .owl-item:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .inview .social__slider .owl-item:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .inview .social__slider .owl-item:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }

.social__link {
  width: 80%;
  text-transform: uppercase;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border .25s ease;
  -o-transition: border .25s ease;
  transition: border .25s ease;
  z-index: 5; }
  .social__link a {
    padding: 14px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 15px; }
  .social__link:hover {
    border-color: #fff; }

.social__instagram {
  width: 100%;
  position: relative;
  background: #000;
  height: auto; }

.insta__item {
  opacity: 0.9; }

.insta__end {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 360px;
  width: 100%; }

.insta__icon {
  position: absolute;
  left: 5%;
  top: 30px;
  z-index: 6; }

.insta__start {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%; }
  .insta__start .home__title {
    padding: 50px 5% 12px;
    color: #fff;
    z-index: 3;
    width: 90%;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.1em; }
    .insta__start .home__title br {
      display: none; }
  .insta__start + div {
    height: 120px; }
  .insta__start + div + div {
    height: 360px; }

.social__twitter {
  background: #00ACED;
  color: #fff; }

.social__tweet {
  padding: 30px 10%; }
  .social__tweet .fa {
    font-size: 35px;
    margin-bottom: 1em; }
  .social__tweet .tweets__item__text {
    font-size: 18px; }
    .social__tweet .tweets__item__text a {
      text-decoration: none;
      color: #80d6f6; }

.social__facebook {
  background: #3B5998;
  color: #fff; }

.social__item__facebook {
  padding: 30px 10%; }
  .social__item__facebook .fa {
    font-size: 35px;
    margin-bottom: 1em; }
  .social__item__facebook .facebook__text {
    font-size: 18px; }
    .social__item__facebook .facebook__text a {
      text-decoration: none;
      color: #80d6f6; }

.insta__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .insta__img .insta__img__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(197, 34, 52, 0.8); }

@media all and (min-width: 600px) {
  .social__instagram {
    width: 100%;
    position: relative;
    background: #000; }
    .social__instagram .social__item {
      width: 100%;
      height: 100%;
      display: block; }
      .social__instagram .social__item:first-child + div {
        width: 100%;
        display: block;
        position: relative; }

  .insta__start {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: rgba(197, 34, 52, 0.8); }
    .insta__start .home__title {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      padding: 40px 5% 0px;
      color: #fff;
      z-index: 3;
      width: 80%;
      font-size: 30px;
      text-align: left;
      margin: 0 auto;
      line-height: 1.1em; }

  .insta__end {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }

  .insta__icon {
    top: 40px;
    left: 5%;
    display: block; }

  .social__item__container {
    height: 480px; } }
@media all and (min-width: 769px) {
  .social__item__container {
    height: 480px; }
    .social__item__container p {
      max-height: 190px;
      -webkit-line-clamp: 6; }

  .social__item__facebook {
    padding: 40px 10%; }
    .social__item__facebook .fa {
      font-size: 35px; }
    .social__item__facebook .facebook__text {
      font-size: 22px; }
      .social__item__facebook .facebook__text a {
        text-decoration: none;
        color: #80d6f6; }

  .social__tweet {
    padding: 40px 10%; }
    .social__tweet .fa {
      font-size: 35px;
      margin-bottom: 1em; }
    .social__tweet .tweets__item__text {
      font-size: 22px; }
      .social__tweet .tweets__item__text a {
        text-decoration: none;
        color: #80d6f6; }

  .social__item .home__link {
    bottom: 40px; }

  .insta__icon {
    left: 10%; } }
.lte-ie8 .social__item__container {
  height: 480px; }
  .lte-ie8 .social__item__container p {
    max-height: 190px;
    -webkit-line-clamp: 6; }
.lte-ie8 .social__item__facebook {
  padding: 40px 10%; }
  .lte-ie8 .social__item__facebook .fa {
    font-size: 35px; }
  .lte-ie8 .social__item__facebook .facebook__text {
    font-size: 22px; }
    .lte-ie8 .social__item__facebook .facebook__text a {
      text-decoration: none;
      color: #80d6f6; }
.lte-ie8 .social__tweet {
  padding: 40px 10%; }
  .lte-ie8 .social__tweet .fa {
    font-size: 35px;
    margin-bottom: 1em; }
  .lte-ie8 .social__tweet .tweets__item__text {
    font-size: 22px; }
    .lte-ie8 .social__tweet .tweets__item__text a {
      text-decoration: none;
      color: #80d6f6; }
.lte-ie8 .social__item .home__link {
  bottom: 40px; }
.lte-ie8 .insta__icon {
  left: 10%; }

@media all and (min-width: 1025px) {
  .social__item__container {
    height: 550px; }
    .social__item__container p {
      max-height: 245px;
      -webkit-line-clamp: 8; }

  .social__item .home__link {
    bottom: 60px; }

  .insta__start .home__title {
    font-size: 50px; } }
.home__footer {
  background: #fff;
  padding: 20px 5%;
  color: #565656;
  font-size: 18px;
  position: relative;
  z-index: 4; }
  .home__footer h3 {
    font-size: 25px;
    margin-top: 0; }
  .home__footer .fa {
    color: #c84755;
    width: 20px; }
  .home__footer a {
    color: #c84755;
    text-decoration: none;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .home__footer a:hover {
      color: #a93340;
      text-decoration: underline; }
  .home__footer hr {
    border: 0;
    height: 1px;
    margin: 20px 0;
    background: #e1e1e1;
    background: rgba(156, 156, 156, 0.3); }

.footer__contact {
  margin-left: 0; }
  .footer__contact li {
    padding-left: 30px;
    position: relative; }
    .footer__contact li .address__item__icon {
      position: absolute;
      top: -.5em;
      bottom: -.5em;
      left: 0;
      height: 1.3em;
      margin: auto; }

#gmap {
  background-image: url("/_site/images/design/map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.home__footer__container {
  display: inline-block;
  padding: 0; }

.footer__home__legal {
  line-height: 1.7em; }

@media all and (min-width: 415px) {
  .home__footer__container {
    padding: 0 5%;
    font-size: 20px; } }
.lte-ie8 .home__footer__container {
  padding: 0 5%;
  font-size: 20px; }

@media all and (min-width: 769px) {
  .home__footer {
    width: 50%;
    float: left;
    padding: 0; }
    .home__footer .fa {
      width: 2em; }

  .home__footer__container {
    width: auto;
    padding: 40px 5%;
    font-size: 22px;
    background: #fff; } }
.lte-ie8 .home__footer {
  width: 50%;
  float: left;
  padding: 0; }
  .lte-ie8 .home__footer .fa {
    width: 2em; }
.lte-ie8 .home__footer__container {
  width: auto;
  padding: 40px 5%;
  font-size: 22px;
  background: #fff; }

@media all and (min-width: 1025px) {
  .home__footer {
    width: 40%;
    text-align: right; }

  .home__footer__container {
    padding: 60px 10%;
    font-size: 22px;
    text-align: left; } }
@media all and (min-width: 1301px) {
  .home__footer {
    width: 35%; }

  .home__footer__container {
    padding: 80px 10%;
    font-size: 22px; } }
.logos {
  padding: 20px 0;
  border-top: 1px solid #ccc; }
  .logos li {
    display: inline-block;
    height: 70px;
    display: table-cell;
    vertical-align: middle; }
    .logos li img {
      max-height: 99%; }
    .logos li a[href=""] {
      display: none; }

.popup__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .popup__container.popup__closed {
    opacity: 0;
    visibility: hidden; }

.popup {
  height: 70vh;
  width: 85vw;
  background: #fff;
  border-radius: 6px;
  position: relative;
  padding: 5px;
  overflow-y: auto; }

.popup__close {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 10;
  cursor: pointer;
  color: #99162c;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .popup__close:hover {
    color: #d6314d; }

.popup__image__container {
  width: 100%;
  height: 40%;
  position: relative; }
  .popup__image__container .popup__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.popup__text__container {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 60%; }

.popup__title {
  color: #99162c;
  font-family: "tex", sans-serif;
  font-size: 1.750em;
  letter-spacing: 0.04em;
  line-height: 1.036em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
  width: 100%; }

.popup__date {
  color: #99162c;
  font-weight: 600;
  font-size: 1.313em;
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: 5px;
  width: 100%; }

.popup__time {
  color: #b1b1b1;
  font-weight: 600;
  font-size: 1.188em;
  margin: 0;
  margin-bottom: 5px;
  width: 100%; }

.popup__text {
  color: #474747;
  font-size: 0.938em;
  letter-spacing: 0.04em;
  line-height: 1.600em;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  overflow-y: auto;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  width: 100%;
  padding-right: 20px;
  margin-top: 0;
  overflow-x: hidden;
  word-break: break-word; }

.popup__time:empty, .popup__date:empty {
  display: none; }

.popup__text::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.05); }

.popup__text::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5); }

.popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  min-height: 55px;
  width: 190px;
  border-radius: 6px;
  border: 3px solid #99162c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #99162c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 10px; }
  .popup__link:hover {
    color: #fff;
    background: #99162c; }

.popup__link[href=""] {
  display: none; }

@media all and (min-width: 550px) {
  .popup {
    height: 95vh; } }
@media all and (min-width: 767px) {
  .popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-height: 408px;
    max-width: 760px; }

  .popup__image__container {
    min-width: 300px;
    width: 300px;
    height: auto; }

  .popup__text__container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    height: 100%;
    width: calc( 100% - 300px); }

  .popup__title {
    margin-bottom: 18px; }

  .popup__time {
    margin-bottom: 15px; }

  .popup__text {
    margin-top: 1em;
    width: 100%; }

  .popup__link {
    margin-bottom: 50px; } }
@media all and (min-width: 1025px) {
  .popup__text__container {
    padding-left: 50px; } }


