@charset "UTF-8";
/* -- Grid -- */
/* -- Colors -- */
/* -- Z-index -- */
/* Load fonts - all types */
/* Load fonts - .otf */
/* font size em/px */
/* Font */
/* Font style */
/* Vendor prefixes to animations */
/* Animation */
/* Transition */
/* Breakpoint */
/* Transform */
.txt-align--center {
  text-align: center;
}

.text-indent--16px li {
  margin-left: 16px;
  text-indent: -16px;
}

.vertical-align, .slider-caption-switcher p, .doc-slider .slick-slide div[data-type=video] video {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horz-align, .doc-slider--mobile .logo, .logo {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vert-horz-align {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video--fullscreen {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.lazyload-loading {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lazyload-loading.lazyload-show {
  opacity: 1;
}

@font-face {
  font-family: "Document Face Regular";
  src: url("../fonts/DocumentFaceRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zapf Dingbats";
  src: url("../fonts/ZapfDingbats.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 15px;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 15px;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 12.5%;
  max-width: 12.5%;
  padding: 15px;
}

.col-xs-offset-1 {
  margin-left: 12.5%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 15px;
}

.col-xs-offset-2 {
  margin-left: 25%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 37.5%;
  max-width: 37.5%;
  padding: 15px;
}

.col-xs-offset-3 {
  margin-left: 37.5%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 15px;
}

.col-xs-offset-4 {
  margin-left: 50%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 62.5%;
  max-width: 62.5%;
  padding: 15px;
}

.col-xs-offset-5 {
  margin-left: 62.5%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 15px;
}

.col-xs-offset-6 {
  margin-left: 75%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 87.5%;
  max-width: 87.5%;
  padding: 15px;
}

.col-xs-offset-7 {
  margin-left: 87.5%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px;
}

.col-xs-offset-8 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 577px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-sm-offset-1 {
    margin-left: 12.5%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-sm-offset-2 {
    margin-left: 25%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-sm-offset-3 {
    margin-left: 37.5%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-sm-offset-4 {
    margin-left: 50%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-sm-offset-5 {
    margin-left: 62.5%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-sm-offset-6 {
    margin-left: 75%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-sm-offset-7 {
    margin-left: 87.5%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-sm-offset-8 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-md-offset-1 {
    margin-left: 12.5%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-md-offset-2 {
    margin-left: 25%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-md-offset-3 {
    margin-left: 37.5%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-md-offset-4 {
    margin-left: 50%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-md-offset-5 {
    margin-left: 62.5%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-md-offset-6 {
    margin-left: 75%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-md-offset-7 {
    margin-left: 87.5%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-md-offset-8 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 993px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-lg-offset-1 {
    margin-left: 12.5%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-lg-offset-2 {
    margin-left: 25%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-lg-offset-3 {
    margin-left: 37.5%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-lg-offset-4 {
    margin-left: 50%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-lg-offset-5 {
    margin-left: 62.5%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-lg-offset-6 {
    margin-left: 75%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-lg-offset-7 {
    margin-left: 87.5%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-lg-offset-8 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 15px;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 15px;
  }

  .col-xl-offset-1 {
    margin-left: 12.5%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px;
  }

  .col-xl-offset-2 {
    margin-left: 25%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 15px;
  }

  .col-xl-offset-3 {
    margin-left: 37.5%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 15px;
  }

  .col-xl-offset-4 {
    margin-left: 50%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 15px;
  }

  .col-xl-offset-5 {
    margin-left: 62.5%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 15px;
  }

  .col-xl-offset-6 {
    margin-left: 75%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 15px;
  }

  .col-xl-offset-7 {
    margin-left: 87.5%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .col-xl-offset-8 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 15px;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1279px) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
.slick-slide {
  outline: 0;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev {
  left: 25px;
}

[dir=rtl] .slick-prev {
  right: 25px;
}

.slick-next {
  right: 25px;
}

[dir=rtl] .slick-next {
  left: 25px;
}

/*
* Base/global css style
*/
* {
  color: black;
  font-size: 26px;
}
* ::-moz-selection {
  color: white;
  background: black;
}
* ::selection {
  color: white;
  background: black;
}
* :focus {
  outline: none;
}
* ::-moz-focus-inner {
  border: 0;
}
* ::-moz-focus-outer {
  border: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  background-color: none;
}

p, h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  padding: 0;
  margin: 0;
  background-color: #E6E7E8;
  font-family: "Document Face Regular";
}

button:active {
  outline: none;
  border: 0;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.w100 {
  width: 100%;
}

.word_break {
  word-break: break-word;
}

.no-wrap {
  white-space: nowrap;
  display: block;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.m-0 {
  margin: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.p-0 {
  padding: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.m-5 {
  margin: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.p-5 {
  padding: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.m-10 {
  margin: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.p-10 {
  padding: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.m-15 {
  margin: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.p-15 {
  padding: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.m-20 {
  margin: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.p-20 {
  padding: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.m-25 {
  margin: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.p-25 {
  padding: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.m-30 {
  margin: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.p-30 {
  padding: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.m-35 {
  margin: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.p-35 {
  padding: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.m-40 {
  margin: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.p-40 {
  padding: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.m-45 {
  margin: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.p-45 {
  padding: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.m-50 {
  margin: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.p-50 {
  padding: 50px;
}

p, li {
  font-size: 6.5vw;
  line-height: 8vw;
  font-weight: normal;
}
p a, li a {
  font-size: 6.5vw;
  line-height: 8vw;
}
@media only screen and (min-width: 577px) {
  p, li {
    font-size: 3.6vw;
    line-height: 4.6vw;
  }
  p a, li a {
    font-size: 3.6vw;
    line-height: 4.6vw;
  }
}
@media only screen and (min-width: 769px) {
  p, li {
    font-size: 3vw;
    line-height: 3.93vw;
  }
  p a, li a {
    font-size: 3vw;
    line-height: 3.93vw;
  }
}
@media only screen and (min-width: 993px) {
  p, li {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: normal;
  }
  p a, li a {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

p {
  padding-bottom: 15px;
}
p a {
  border-bottom: 1px solid;
  padding-bottom: 1px;
  cursor: pointer;
}

a:hover span.no-wrap span {
  border-bottom: 1px solid;
}

p.small, p.small a, p.small span, h5, ul.small li {
  font-size: 4.8vw;
  line-height: 6vw;
}
p.small span, p.small a span, p.small span span, h5 span, ul.small li span {
  padding-bottom: 0px;
}
@media only screen and (min-width: 577px) {
  p.small, p.small a, p.small span, h5, ul.small li {
    font-size: 3.2vw;
    line-height: 4.5vw;
  }
}
@media only screen and (min-width: 769px) {
  p.small, p.small a, p.small span, h5, ul.small li {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
}
@media only screen and (min-width: 993px) {
  p.small, p.small a, p.small span, h5, ul.small li {
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: normal;
  }
}

@media only screen and (max-width: 992px) {
  .txt-group > *:not(:first-child),
.txt-group > *:not(:first-child) *,
.p-small--mobile p,
.p-small--mobile p a {
    font-size: 4.8vw;
    line-height: 6vw;
  }
  .txt-group > *:not(:first-child) span,
.txt-group > *:not(:first-child) * span,
.p-small--mobile p span,
.p-small--mobile p a span {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 577px) {
  .txt-group > *:not(:first-child),
.txt-group > *:not(:first-child) *,
.p-small--mobile p,
.p-small--mobile p a {
    font-size: 3.2vw;
    line-height: 4.5vw;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .txt-group > *:not(:first-child),
.txt-group > *:not(:first-child) *,
.p-small--mobile p,
.p-small--mobile p a {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
}
@media only screen and (max-width: 992px) and (min-width: 993px) {
  .txt-group > *:not(:first-child),
.txt-group > *:not(:first-child) *,
.p-small--mobile p,
.p-small--mobile p a {
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: normal;
  }
}
li p.small,
li p.small--mobile {
  padding-bottom: 0;
}

ul.small li {
  margin-left: 16px;
  text-indent: -16px;
}
ul.small li:before {
  content: "— ";
}

h1 {
  font-size: 7vw;
  line-height: 8.3vw;
  font-weight: normal;
}
h1 a, h1 span {
  font-size: 7vw;
  line-height: 8.3vw;
  border-bottom: 1px solid;
}
@media only screen and (min-width: 577px) {
  h1 a, h1 span {
    border-bottom: 2px solid;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 112.5px;
    line-height: 132px;
  }
  h1 a, h1 span {
    font-size: 112.5px;
    line-height: 132px;
  }
}

h5 {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding-bottom: 30px;
}
@media only screen and (min-width: 577px) {
  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

ul li {
  margin-left: 1rem;
  text-indent: -1rem;
}

.no-underline {
  border-bottom: 0 !important;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
@media only screen and (min-width: 769px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1300px;
  }
}

/* GRID EXAMPLE */
.container-example {
  background-color: rgba(0, 0, 200, 0.1);
}

.col-example div {
  min-height: calc(100vh - 15px*2 - 50px - 150px);
  background-color: rgba(255, 0, 0, 0.2);
}

.container section > .row:not(.row--no-top-pad) {
  padding-top: 100px;
}
@media only screen and (min-width: 993px) {
  .container section > .row:not(.row--no-top-pad) {
    padding-top: 210px;
  }
}
@media only screen and (max-width: 576px) {
  .container section > .row:not(.row--no-top-pad) .col-xs-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1280px) {
  .col-adapt-5 {
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

.logo {
  position: fixed;
  z-index: 1000;
  width: 150px;
  top: 20px;
}
@media only screen and (min-width: 993px) {
  .logo {
    width: 160px;
    top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .logo {
    width: 100px;
    top: 30px;
  }
}

nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
nav.only_web {
  display: none;
}
@media only screen and (min-width: 993px) {
  nav.only_web {
    display: block;
  }
  nav.only_web.touch-screens {
    display: block;
  }
  nav.only_web.touch-screens li a,
nav.only_web.touch-screens li span {
    opacity: 1;
  }
}
nav ul {
  padding: 35px;
  pointer-events: none;
}
nav ul li {
  text-indent: initial;
  margin: initial;
}
@media only screen and (min-width: 993px) {
  nav ul li {
    height: 1.19rem;
  }
}
nav ul li span {
  opacity: 0;
  padding-left: 10px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
nav ul li a {
  line-height: 0.9rem;
  vertical-align: text-top;
  pointer-events: all;
  padding-bottom: 5px;
}
nav ul li:before {
  content: " ";
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid;
  margin-bottom: 2px;
  pointer-events: all;
}
@media only screen and (min-width: 993px) {
  nav ul li:hover a:before {
    content: "✓";
    position: absolute;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: -13px;
    font-family: "Zapf Dingbats";
    line-height: 0.7rem;
  }
}
nav ul li.active a:before {
  content: "✓";
  position: absolute;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: -13px;
  font-family: "Zapf Dingbats";
  line-height: 0.65rem;
}
nav ul:hover li {
  cursor: pointer;
}
nav ul:hover li a,
nav ul:hover li span {
  opacity: 1 !important;
}
nav ul li.active a {
  opacity: 1;
}
nav ul li.active span {
  opacity: 0;
}

.scroll-down {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  display: none;
}
.scroll-down img {
  width: 24px;
  padding: 20px 32px 20px 32px;
}
.scroll-down p {
  padding-bottom: 0px;
  text-align: center;
}
.scroll-down.rotate img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 993px) {
  .scroll-down {
    display: block;
  }
}

.menu-hamb {
  z-index: 1000;
  display: block;
  position: fixed;
  left: 30px;
  top: 30px;
}
.menu-hamb img {
  height: 24px;
  width: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (min-width: 993px) {
  .menu-hamb {
    display: none;
  }
}

.menu-hamb--open img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.responsive-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #E6E7E8;
  margin-left: -100%;
  overflow: hidden;
  display: block;
  -webkit-transition: margin-left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: margin-left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: margin-left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 993px) {
  .responsive-menu {
    display: none;
  }
}
.responsive-menu.responsive-menu--open {
  margin-left: 0;
}
.responsive-menu nav {
  position: relative;
  z-index: 0;
}
.responsive-menu nav ul {
  padding: 30px;
  margin-top: 70px;
}
@media only screen and (min-width: 769px) {
  .responsive-menu nav ul {
    padding: 100px;
  }
}
.responsive-menu nav ul li, .responsive-menu nav ul a, .responsive-menu nav ul a span {
  font-size: 1.8rem;
  line-height: 2rem;
}
.responsive-menu nav ul li.active a:before {
  margin-left: -22px;
  margin-top: -6px;
  font-size: 1.8rem;
  line-height: 2rem;
  width: 35px;
  height: 35px;
}
.responsive-menu nav ul li:before {
  width: 26px;
  height: 26px;
  margin-bottom: -1px;
}
.responsive-menu nav ul li span {
  opacity: 1;
  padding-left: 15px;
}

.txt-table {
  padding-bottom: 15px;
}
.txt-table .txt-table__row {
  display: flex;
  flex-wrap: wrap;
}
.txt-table .txt-table__row > div:first-child {
  flex-basis: 25%;
}
.txt-table .txt-table__row > div:last-child {
  flex-basis: calc(100% - 25%);
}
@media only screen and (min-width: 577px) {
  .txt-table .txt-table__row > div:first-child {
    flex-basis: 17%;
  }
  .txt-table .txt-table__row > div:last-child {
    flex-basis: calc(100% - 17%);
  }
}
@media only screen and (min-width: 769px) {
  .txt-table .txt-table__row > div:first-child {
    flex-basis: 15%;
  }
  .txt-table .txt-table__row > div:last-child {
    flex-basis: calc(100% - 15%);
  }
}
@media only screen and (min-width: 993px) {
  .txt-table .txt-table__row > div:first-child {
    flex-basis: 70px;
  }
  .txt-table .txt-table__row > div:last-child {
    flex-basis: calc(100% - 70px);
  }
}
.txt-table .txt-table__row > div p {
  padding-bottom: 0;
}

.link-with-image img {
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 993px) {
  .link-with-image img {
    position: fixed;
    width: 20vw;
  }
  .link-with-image.link-with-image--horz img {
    width: 30vw;
  }
  .link-with-image:hover img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.link-with-image--table .img-container {
  display: none;
  pointer-events: none;
}
@media only screen and (min-width: 993px) {
  .link-with-image--table .img-container {
    position: fixed;
    width: 15vw;
    height: auto;
  }
  .link-with-image--table.link-with-image--horz img {
    width: 25vw;
  }
  .link-with-image--table:hover .img-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.doc-slider {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1200;
  background-color: #E6E7E8;
}
.doc-slider.active {
  visibility: visible;
}
.doc-slider .slick-track {
  transition: transform 0s ease 0s !important;
}
@media only screen and (min-width: 993px) {
  .doc-slider.cursor-right:hover {
    cursor: url("../img/graphics/cursor.cur"), auto;
    cursor: url("../img/graphics/cursor.png"), auto;
  }
  .doc-slider.cursor-left:hover {
    cursor: url("../img/graphics/cursor-left.cur"), auto;
    cursor: url("../img/graphics/cursor-left.png"), auto;
  }
}
.doc-slider .slick-slide {
  width: 100%;
  height: 100vh;
  background-color: #E6E7E8;
}
.doc-slider .slick-slide div {
  width: calc(100% - 62px*2);
  height: calc(100% - 62px*2);
  margin: 62px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 993px) {
  .doc-slider .slick-slide div[data-type=installation] {
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}
@media only screen and (min-width: 993px) {
  .doc-slider .slick-slide div[data-type=video] {
    margin: 0;
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (min-width: 993px) {
  .doc-slider .slick-slide div[data-type=video] video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
  }
}

.doc-slider--mobile:hover {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.doc-slider--mobile:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.doc-slider--mobile .logo {
  position: fixed;
  z-index: 1000;
  width: 100px;
  top: 30px;
}
.doc-slider--mobile .close {
  position: fixed;
  z-index: 1000;
  top: 15px;
  right: 0px;
}
.doc-slider--mobile .close img {
  width: 20px;
  padding: 24px 20px;
}
.doc-slider--mobile .slick-slide {
  width: 100%;
  height: calc(100vh - 200px);
  background-color: #E6E7E8;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.doc-slider--mobile .slick-slide div {
  width: calc(100% - 20px*2);
  height: calc(100%);
  margin: 0px 20px;
}
.doc-slider--mobile #artist-slider-mobile {
  height: calc(100vh - 180px);
  margin-top: 100px;
}

.doc-slider--desktop {
  display: none;
}
.doc-slider--desktop .close {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
}
.doc-slider--desktop .close img {
  width: 34px;
  padding: 28px 35px 23px 35px;
}
.doc-slider--desktop .close p {
  padding-bottom: 0px;
  text-align: center;
}
.doc-slider--desktop .close:hover {
  cursor: pointer;
}

@media only screen and (min-width: 993px) {
  .doc-slider--mobile {
    display: none;
  }

  .doc-slider--desktop {
    display: block;
  }
}
.slider-caption-switcher {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .slider-caption-switcher {
    height: 62px;
  }
}
.slider-caption-switcher p {
  opacity: 0;
  padding-bottom: 0;
  position: absolute;
  width: calc(100% - 15px*2);
  margin-left: 15px;
}
@media only screen and (min-width: 769px) {
  .slider-caption-switcher p {
    width: calc(100% - 100px*2);
    margin-left: 100px;
  }
}
@media only screen and (min-width: 993px) {
  .slider-caption-switcher p {
    width: 80%;
    margin-left: calc((100% - 80%)/2);
  }
}
.slider-caption-switcher p.in {
  opacity: 1;
}

.doc-slider.doc-slider--animated .slick-slide {
  transition: opacity 0.4s ease-out 0.3s !important;
}
.doc-slider.doc-slider--animated .slick-slide.slick-active {
  transition: opacity 0.6s ease-in 0.8s !important;
}
.doc-slider.doc-slider--animated .slick-track {
  transition: transform 0.5s ease 0s !important;
}
.doc-slider.doc-slider--animated .slider-caption-switcher p {
  transition: opacity 0.3s ease-out;
}
.doc-slider.doc-slider--animated .slider-caption-switcher p.in {
  opacity: 1;
  transition: opacity 0.6s ease-in 0.4s;
}
@media only screen and (min-width: 993px) {
  .doc-slider.doc-slider--animated .slider-caption-switcher p.in {
    transition: opacity 1.2s ease-in 1s;
  }
}

@media only screen and (min-width: 993px) {
  #exhib-feed .row {
    padding-top: 50px;
  }
}

.container .exhib-feed > .row.exhib-feed__row {
  padding-top: 50px;
}
@media only screen and (min-width: 769px) {
  .container .exhib-feed > .row.exhib-feed__row {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 993px) {
  .container .exhib-feed > .row.exhib-feed__row {
    padding-top: 190px;
  }
}

.artists-list:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .artists-list a:hover {
    border-bottom: 1px solid;
  }
}

.artists-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  height: calc(100vh - 100px + 30px);
  top: 100px;
  width: calc((100vw - 30px*2)/2 );
  left: calc((100vw - 30px*2)/2 + 30px);
}
@media only screen and (min-width: 769px) {
  .artists-image {
    height: calc(100vh - 100px - 100px);
    width: calc((100vw - 100px*2)/2);
    left: calc((100vw - 100px*2)/2 + 100px);
  }
}
@media only screen and (min-width: 993px) {
  .artists-image {
    height: calc(100vh - 210px - 100px);
    top: 210px;
  }
}
@media only screen and (min-width: 1300px) {
  .artists-image {
    max-width: calc(1300px/8 * 4);
    left: calc(1300px/8 * 4 + (100vw - 1300px)/2 - 8px);
  }
}

#section-work,
#section-press,
#section-exhib {
  padding-top: 90px;
}

#section-exhib {
  padding-bottom: 90px;
}

.artist__work {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 769px) {
  .artist__work:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}

.table-exhibitions--desktop p {
  padding-bottom: 0;
  padding-right: 15px;
}
.table-exhibitions--desktop tr {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
}
.table-exhibitions--desktop tr > td {
  flex-grow: 1;
  cursor: pointer;
  flex-basis: 100%;
}
.table-exhibitions--desktop tr > td:not(:last-child) {
  padding: 5px 0px 10px 0px;
}
.table-exhibitions--desktop tr:hover td p, .table-exhibitions--desktop tr:hover td a {
  opacity: 0.5;
}
.table-exhibitions--desktop tr th {
  padding: 0px;
  cursor: pointer;
}
.table-exhibitions--desktop tr th.selected.selected-1st p:after {
  content: "•";
  padding-left: 10px;
}
.table-exhibitions--desktop tr th.selected.selected-2nd p:after {
  content: "◦";
  padding-left: 10px;
}
@media only screen and (min-width: 993px) {
  .table-exhibitions--desktop tr > td:not(:last-child) {
    border-bottom: 2px solid;
  }
  .table-exhibitions--desktop tr > td:nth-child(1) {
    flex-basis: 30%;
  }
  .table-exhibitions--desktop tr > td:nth-child(2) {
    flex-basis: 33%;
  }
  .table-exhibitions--desktop tr > td:nth-child(3) {
    flex-basis: 25%;
  }
  .table-exhibitions--desktop tr > td:nth-child(4) {
    flex-basis: 12%;
  }
  .table-exhibitions--desktop tr > th {
    border-bottom: 2px solid;
  }
  .table-exhibitions--desktop tr > th p {
    text-align: left;
    padding-bottom: 10px;
  }
  .table-exhibitions--desktop tr > th:nth-child(1) {
    flex-basis: 30%;
  }
  .table-exhibitions--desktop tr > th:nth-child(2) {
    flex-basis: 33%;
  }
  .table-exhibitions--desktop tr > th:nth-child(3) {
    flex-basis: 25%;
  }
  .table-exhibitions--desktop tr > th:nth-child(4) {
    flex-basis: 12%;
  }
}

@media only screen and (min-width: 993px) {
  table.table-exhibitions--3-cols tr > td:nth-child(1) {
    flex-basis: 63%;
  }
  table.table-exhibitions--3-cols tr > td:nth-child(2) {
    flex-basis: 37%;
  }
  table.table-exhibitions--3-cols tr > td:nth-child(3) {
    flex-basis: 0%;
  }
  table.table-exhibitions--3-cols tr > td:nth-child(4) {
    flex-basis: 0%;
  }
  table.table-exhibitions--3-cols tr > th:nth-child(1) {
    flex-basis: 63%;
  }
  table.table-exhibitions--3-cols tr > th:nth-child(2) {
    flex-basis: 37%;
  }
  table.table-exhibitions--3-cols tr > th:nth-child(3) {
    flex-basis: 0%;
  }
  table.table-exhibitions--3-cols tr > th:nth-child(4) {
    flex-basis: 0%;
  }
}

.table-exhibitions--mobile {
  width: 100%;
}
.table-exhibitions--mobile p {
  padding-bottom: 0;
}
.table-exhibitions--mobile a:first-child .table-exhibitions__row {
  border-top: 2px solid;
}
.table-exhibitions--mobile .table-exhibitions__row {
  width: 100%;
  border-bottom: 2px solid;
  padding: 10px 0px 10px 0px;
}
@media only screen and (min-width: 769px) {
  .table-exhibitions--mobile .table-exhibitions__row {
    padding: 15px 0px 15px 0px;
  }
}
.table-exhibitions--mobile .table-exhibitions__row p.small {
  text-align: center;
}
.table-exhibitions--mobile .table-exhibitions__row:hover p, .table-exhibitions--mobile .table-exhibitions__row:hover a {
  opacity: 0.5;
}

.exhibition-detail {
  margin-top: 30px;
}

.exhibition-detail__brochure {
  padding-bottom: 1em;
}

.info_links {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.info_links a {
  display: block;
  margin-bottom: 5px;
}
.info_links a span {
  border-bottom: 1px solid;
  display: inline-block;
}

.page-template-page-info figure img,
.page-template-page-info p img {
  width: auto;
  height: auto;
}
.page-template-page-info figure {
  padding-bottom: 15px;
}

.doc-column p.doc-column__heading:not(:first-child) {
  padding-top: 30px;
}
.doc-column p.doc-column__heading + h5 {
  padding-top: 0;
}

.news-article__container {
  padding-top: 0;
}
@media only screen and (min-width: 993px) {
  .news-article__container {
    margin-bottom: 20px;
    padding-top: 15px;
  }
}

.news-article__content {
  border-top: 2px solid;
  cursor: pointer;
  padding-top: 10px;
}
@media only screen and (min-width: 993px) {
  .news-article__content:hover {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1280px) {
  .news-article__content {
    border-bottom: 2px solid;
  }
}

.news-year {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .news-year {
    border-bottom: 2px solid;
    margin-bottom: 90px;
  }
  .news-year .col-xs-8 {
    width: 100%;
  }
}

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