@charset "UTF-8";
/*
Theme Name: DVP
Author: Anonymous
Author URI:
Version: 1
Description: DVP theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dvp
Tags: one-column, two-columns
Theme URI:
*/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;

}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(.55, .06, .68, .19);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, .7);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor:         grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor:         grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: .5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - no support for clip-path */
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.mejs__container {
  position: relative;
  background: #000;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  box-sizing: border-box;
}

.mejs__container * {
  box-sizing: border-box;
}

/* Hide native play button from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  width: 100%;
  height: 100%;
}

.mejs__fill-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: transparent;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mejs__embed,
.mejs__embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
}

.mejs__clear {
  clear: both;
}

/* Start: LAYERS */
.mejs__background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mejs__poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url("mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
  z-index: 1;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}

.mejs__overlay-loading-bg-img {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("mejs-controls.svg") -160px -40px no-repeat;
  animation: mejs-loading-spinner 1s linear infinite;
  z-index: 1;
}

@keyframes mejs-loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  z-index: 1;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, .7);
  background: linear-gradient(transparent, rgba(0, 0, 0, .35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  float: left;
  margin: 0;
  width: 32px;
  height: 40px;
  font-size: 10px;
  line-height: 10px;
}

.mejs__button > button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 10px 6px;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  background: transparent url("mejs-controls.svg");
  overflow: hidden;
}

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  color: #fff;
  display: block;
  height: 24px;
  width: auto;
  font-weight: bold;
  font-size: 11px;
  padding: 16px 6px 0 6px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0;
}

.mejs__pause > button {
  background-position: -20px 0;
}

.mejs__replay > button {
  background-position: -280px 0;
}

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 10px;
  height: 40px;
  position: relative;
  margin: 0 10px;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-handle,
.mejs__time-float,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 2px;
}

.mejs__time-total {
  margin: 5px 0 0 0;
  background: rgba(255, 255, 255, .3);
  width: 100%;
}

.mejs__time-buffering {
  width: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

.mejs__time-loaded {
  background: rgba(255, 255, 255, .3);
  width: 0;
}

.mejs__time-current {
  background: rgba(255, 255, 255, .9);
  width: 0;
}

.mejs__time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs__time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs__time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs__time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs__long-video .mejs__time-float {
  width: 64px;
  margin-left: -23px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__long-video .mejs__time-float-corner {
  left: 18px;
}

.mejs__broadcast {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 15px;
}

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0;
}

.mejs__unmute > button {
  background-position: -40px 0;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(50, 50, 50, .7);
  border-radius: 0;
  top: -115px;
  left: 5px;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, .5);
  margin: 0;
}

.mejs__volume-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .9);
  margin: 0;
}

.mejs__volume-handle {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 16px;
  height: 6px;
  margin: 0 0 -3px -7px;
  background: rgba(255, 255, 255, .9);
  cursor: ns-resize;
  border-radius: 1px;
}

.mejs__horizontal-volume-slider {
  height: 36px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

.mejs__horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 16px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(50, 50, 50, .8);
}

.mejs__horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .8);
}

.mejs__horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -302px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  right: -51px;
  width: 85px;
  background: rgba(50, 50, 50, .7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.mejs__chapters-button > .mejs__chapters-selector {
  width: 110px;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  visibility: visible;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, .4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs__captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs__captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
  padding: 0;
  background: rgba(20, 20, 20, .5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
}

/* End: Track (Captions and Chapters) */
/* TED player */
.mejs-ted .mejs-controls {
  background: #eee;
  height: 65px;
}

.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
  position: absolute;
  background: #ddd;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: none;
  background: url(controls-ted.png) repeat-x 0 -52px;
  height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
  height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: none;
  background: url(controls-ted.png) repeat-x 0 -52px;
  width: 0;
  height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  height: 6px;
  background-color: none;
  background: url(controls-ted.png) repeat-x 0 -59px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  margin: 0;
  width: 14px;
  height: 21px;
  top: -7px;
  border: 0;
  background: url(controls-ted.png) no-repeat 0 0;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none;
}

.mejs-ted .mejs-controls .mejs-playpause-button {
  top: 29px;
  left: 9px;
  width: 49px;
  height: 28px;
}

.mejs-ted .mejs-controls .mejs-playpause-button button {
  width: 49px;
  height: 28px;
  background: url(controls-ted.png) no-repeat -50px -23px;
  margin: 0;
  padding: 0;
}

.mejs-ted .mejs-controls .mejs-pause button {
  background-position: 0 -23px;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button {
  top: 34px;
  right: 9px;
  width: 17px;
  height: 15px;
  background: none;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button button {
  width: 19px;
  height: 17px;
  background: transparent url(controls-ted.png) no-repeat 0 -66px;
  margin: 0;
  padding: 0;
}

.mejs-ted .mejs-controls .mejs-unfullscreen button {
  background: transparent url(controls-ted.png) no-repeat -21px -66px;
  margin: 0;
  padding: 0;
}

.mejs-ted .mejs-controls .mejs-volume-button {
  top: 30px;
  right: 35px;
  width: 24px;
  height: 22px;
}

.mejs-ted .mejs-controls .mejs-mute button {
  background: url(controls-ted.png) no-repeat -15px 0;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0;
}

.mejs-ted .mejs-controls .mejs-unmute button {
  background: url(controls-ted.png) no-repeat -40px 0;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: #fff;
  border: solid 1px #aaa;
  border-width: 1px 1px 0 1px;
  width: 22px;
  height: 65px;
  top: -65px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
  background: url(controls-ted.png) repeat-y -41px -66px;
  left: 8px;
  width: 6px;
  height: 50px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
  left: 8px;
  width: 6px;
  background: url(controls-ted.png) repeat-y -48px -66px;
  height: 50px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none;
}

.mejs-ted .mejs-controls .mejs-time span {
  color: #333;
}

.mejs-ted .mejs-controls .mejs-currenttime-container {
  position: absolute;
  top: 32px;
  right: 100px;
  border: solid 1px #999;
  background: #fff;
  color: #333;
  padding-top: 2px;
  border-radius: 3px;
  color: #333;
}

.mejs-ted .mejs-controls .mejs-duration-container {
  position: absolute;
  top: 32px;
  right: 65px;
  border: solid 1px #999;
  background: #fff;
  color: #333;
  padding-top: 2px;
  border-radius: 3px;
  color: #333;
}

.mejs-ted .mejs-controls .mejs-time button {
  color: #333;
}

.mejs-ted .mejs-controls .mejs-captions-button {
  display: none;
}

/* END: TED player */
/* WMP player */
.mejs-wmp .mejs-controls {
  background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
  height: 65px;
}

.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
  position: absolute;
  background: transparent;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: transparent;
  border: solid 1px #ccc;
  height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
  height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, .3);
  width: 0;
  height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  height: 1px;
  background-color: #014cb6;
  border: solid 1px #7fc9fa;
  border-width: 1px 0;
  border-color: #7fc9fa #fff #619ff2 #fff;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  margin: 0;
  width: 16px;
  height: 9px;
  top: -3px;
  border: 0;
  background: url(controls-wmp.png) no-repeat 0 -80px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none;
}

.mejs-wmp .mejs-controls .mejs-playpause-button {
  top: 10px;
  left: 50%;
  margin: 10px 0 0 -20px;
  width: 40px;
  height: 40px;
}

.mejs-wmp .mejs-controls .mejs-playpause-button button {
  width: 40px;
  height: 40px;
  background: url(controls-wmp.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
}

.mejs-wmp .mejs-controls .mejs-pause button {
  background-position: 0 -40px;
}

.mejs-wmp .mejs-controls .mejs-currenttime-container {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -93px;
}

.mejs-wmp .mejs-controls .mejs-duration-container {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -58px;
}

.mejs-wmp .mejs-controls .mejs-volume-button {
  top: 32px;
  right: 50%;
  margin-right: -55px;
  width: 20px;
  height: 15px;
}

.mejs-wmp .mejs-controls .mejs-volume-button button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -42px -17px;
  width: 20px;
  height: 15px;
}

.mejs-wmp .mejs-controls .mejs-unmute button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -42px 0;
  width: 20px;
  height: 15px;
}

.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: rgba(102, 102, 102, .6);
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button {
  top: 32px;
  right: 50%;
  margin-right: -82px;
  width: 15px;
  height: 14px;
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -63px 0;
  width: 15px;
  height: 14px;
}

.mejs-wmp .mejs-controls .mejs-captions-button {
  display: none;
}

/* END: WMP player */
.nav-drop ul,
.anchor-list,
.print-list,
.video-list,
.solutions-list,
.item-list,
.tel-list,
.team-list,
.list-circle-img,
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
.container:after,
.container-large:after,
.list-circle-img:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #1d1d1b;
  background: #fff;
  font: 14px/1.6 "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  max-width: 100%;
}

.resize-active * {
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 18px;
}

blockquote {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  blockquote.small-style q,
  blockquote.small-style p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
  }
}
blockquote.small-style cite {
  padding-top: 0;
  color: #000;
}
blockquote.small-style cite:before {
  display: none;
}
blockquote q,
blockquote p {
  font: italic 12px/16px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  quotes: none;
  margin: 0 0 10px;
  display: block;
  text-shadow: 0 0 3px rgba(29, 29, 27, .6);
}
@media (min-width: 768px) {
  blockquote q,
  blockquote p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 21px;
    text-shadow: none;
  }
}
blockquote q:before,
blockquote p:before {
  content: "\"";
}
blockquote q:after,
blockquote p:after {
  content: "\"";
}
blockquote cite {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0 0;
  font: 9px/12px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-shadow: 0 0 3px rgba(29, 29, 27, .6);
}
@media (min-width: 768px) {
  blockquote cite {
    padding-top: 18px;
    text-shadow: none;
  }
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 1px;
  background: #fff;
}

th,
td {
  border: 1px solid #505151;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 11px;
  line-height: 16px;
  font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
textarea:not(textarea) {
  height: 28px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  border-color: #505151;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #000;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  height: 28px;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 11px;
  line-height: 16px;
}
select:focus {
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  transition: background .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  outline: none;
  height: 28px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 16px;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  margin: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin: 0 -3px 18px;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
  font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  max-width: 49%;
  min-width: 0 !important;
}

.nav-links,
.navigation-comments,
.navigation-single {
  margin-bottom: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.nav-links .next,
.nav-links .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  min-width: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: color .3s ease, background .3s ease;
}
.nav-links .next a,
.nav-links .prev a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-single .next a,
.navigation-single .prev a {
  display: block;
  color: inherit;
  transition: none;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.navigation-single {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #000;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 18px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 18px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery .gallery-item {
  padding: 0 10px;
}
.gallery .gallery-item img {
  max-width: none;
  width: 100%;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

[class^="post-"] {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  [class^="post-"] {
    margin-bottom: 40px;
  }
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Playfair Display SC", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: inherit;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  h1 {
    margin-bottom: 68px;
  }
}
h1:after {
  content: "/";
}

p {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 12px;
  }
}

a {
  color: #dbc2b6;
  text-decoration: none;
  transition: color .3s ease;
  font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
a:hover {
  color: #1d1d1b;
  text-decoration: none;
}
a:focus {
  outline: none;
}

#header {
  background: #dcd1ca;
  padding: 10px 15px;
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  #header {
    background: transparent;
    width: 220px;
    height: 100%;
    overflow: auto;
    padding: 72px 0;
  }
}
@media (min-width: 768px) {
  .header-style #header {
    width: 30.9%;
  }
}
@media (min-width: 1024px) {
  .header-style #header {
    width: 27.4%;
  }
}
@media (min-width: 768px) {
  .header-style #header .header-holder {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .header-style #header .header-holder {
    padding: 0 32px;
    max-width: 280px;
    margin: 0 0 0 auto;
  }
}
#header a {
  font-family: inherit;
}

.header-holder {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header-holder {
    display: block;
  }
}

.logo {
  width: 65px;
}
@media (min-width: 768px) {
  .logo {
    margin: 0 auto 51px;
    width: 100px;
  }
}

#nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font: 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #nav {
    display: block;
  }
}

.nav-opener {
  width: 26px;
  height: 20px;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  background: #1d1d1b;
}
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(50deg);
  top: 50%;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:after {
  transform: rotate(-410deg);
  bottom: auto;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  transition: .55s;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
}
.nav-opener span {
  transform: translateY(-50%);
}
.nav-opener:before {
  content: "";
  top: 0;
}
.nav-opener:after {
  content: "";
  top: auto;
  bottom: 0;
}

.nav-drop {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  right: 0;
  background: #dcd1ca;
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
@media (min-width: 768px) {
  .nav-drop {
    visibility: visible;
    opacity: 1;
    position: relative;
    background: transparent;
    padding: 0;
  }
}
.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}
.nav-drop ul li {
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .nav-drop ul li:last-child {
    border-bottom: 1px solid #fff;
  }
}
.nav-drop ul li.active a {
  color: #fff;
}
.nav-drop ul a {
  color: #1d1d1b;
  display: block;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .nav-drop ul a {
    padding: 11px 15px 10px;
  }
}
.nav-drop ul a:hover {
  color: #fff;
}

#wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  max-width: 662px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-large {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .container-large {
    display: -ms-flexbox;
    display: flex;
  }
}
.container-large .small-box {
  min-height: 220px;
}
@media (min-width: 768px) {
  .container-large .small-box {
    width: 35%;
    min-height: 290px;
  }
}
@media (min-width: 1024px) {
  .container-large .small-box {
    min-height: 352px;
  }
}
.container-large .large-box {
  min-height: 220px;
}
@media (min-width: 768px) {
  .container-large .large-box {
    width: 65%;
    min-height: 290px;
  }
}
@media (min-width: 1024px) {
  .container-large .large-box {
    min-height: 352px;
  }
}

.bg-retina {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.btn,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.nav-links .next,
.nav-links .prev,
.navigation-single .next,
.navigation-single .prev {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 14px 10px;
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 176px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  transition: color .3s ease, background .3s;
}
.btn:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation-single .next:hover,
.navigation-single .prev:hover {
  background: #000;
  color: #fff;
}
.services-section .btn,
.services-section .navigation .next,
.navigation .services-section .next,
.services-section
  .navigation .prev,
.navigation .services-section .prev,
.services-section
  .navigation-comments .next,
.navigation-comments .services-section .next,
.services-section
  .navigation-comments .prev,
.navigation-comments .services-section .prev,
.services-section .nav-links .next,
.nav-links .services-section .next,
.services-section
  .nav-links .prev,
.nav-links .services-section .prev,
.services-section
  .navigation-single .next,
.navigation-single .services-section .next,
.services-section
  .navigation-single .prev,
.navigation-single .services-section .prev {
  border-color: #fff;
  color: #fff;
}
.services-section .btn:hover,
.services-section .navigation .next:hover,
.navigation .services-section .next:hover,
.services-section
    .navigation .prev:hover,
.navigation .services-section .prev:hover,
.services-section
    .navigation-comments .next:hover,
.navigation-comments .services-section .next:hover,
.services-section
    .navigation-comments .prev:hover,
.navigation-comments .services-section .prev:hover,
.services-section .nav-links .next:hover,
.nav-links .services-section .next:hover,
.services-section
    .nav-links .prev:hover,
.nav-links .services-section .prev:hover,
.services-section
    .navigation-single .next:hover,
.navigation-single .services-section .next:hover,
.services-section
    .navigation-single .prev:hover,
.navigation-single .services-section .prev:hover {
  background: #fff;
  color: #dcc2b5;
}

.top-section {
  color: #fff;
  position: relative;
  z-index: 1;
  background: #dcd1ca;
}
@media (min-width: 768px) {
  .top-section {
    height: 600px;
  }
}
@media (min-width: 1024px) {
  .top-section {
    height: 100vh;
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  .header-style .top-section {
    display: -ms-flexbox;
    display: flex;
  }
}
.top-section.win-min-height {
  height: auto;
}
.top-section .container {
  max-width: 996px;
  padding: 0;
}
@media (min-width: 768px) {
  .top-section .container {
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.top-section .text-holder {
  padding: 80px 15px 15px;
  font: italic 16px/24px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 768px) {
  .top-section .text-holder {
    padding: 214px 90px 15px 60px;
    width: calc(100% - 220px);
    max-width: 540px;
    font-size: 20px;
    line-height: 30px;
  }
}
.top-section .text-holder h1 {
  margin-bottom: 7px;
  text-shadow: 0 0 3px rgba(29, 29, 27, .6);
  font-style: normal;
}
@media (min-width: 768px) {
  .top-section .text-holder h1 {
    text-shadow: none;
  }
}
@media (min-width: 768px) {
  .top-section .text-holder p {
    margin-bottom: 48px;
  }
}
.top-section .picture-col {
  display: -ms-flexbox;
  display: flex;
  color: #010101;
}
@media (min-width: 768px) {
  .top-section .picture-col {
    width: 69.1%;
  }
}
@media (min-width: 1024px) {
  .top-section .picture-col {
    width: 72.6%;
  }
}
.top-section .picture-col blockquote {
  text-align: center;
  max-width: 210px;
}
.top-section .picture-col blockquote q,
.top-section .picture-col blockquote p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 16px;
}
.top-section .picture-col blockquote cite {
  padding-top: 0;
}
.top-section .picture-col blockquote cite:before {
  display: none;
}
.top-section .picture-col .bg-retina:before {
  display: none;
}
.top-section .large-col {
  position: relative;
  z-index: 1;
  width: 54%;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 360px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-section .large-col {
    width: 62.3%;
  }
}
.top-section .large-col .bg-retina {
  background-position: 50% 0;
}
.top-section .small-col {
  width: 46%;
  min-height: 360px;
}
@media (min-width: 768px) {
  .top-section .small-col {
    width: 37.7%;
  }
}
.top-section .small-col .box {
  position: relative;
  z-index: 1;
  height: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.top-section .small-col .box:first-child {
  background-position: 100% 0;
}
.top-section .description-holder {
  font: 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.top-section .description-holder h1 {
  margin-bottom: 6px;
}
.top-section .bg-retina:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #dcd1ca;
  mix-blend-mode: multiply;
}
.none-mix-blend-mode .top-section .bg-retina:before {
  opacity: .3;
}

.about-section {
  overflow: hidden;
}
.about-section .container {
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-section .bg-retina {
  background-position: 100% 0;
  z-index: 2;
  left: auto;
  right: 0;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 768px) {
  .about-section .bg-retina {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
.about-section .small-box {
  position: relative;
  z-index: 1;
}
.about-section .small-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background: #cecdcb;
  z-index: -1;
}
@media (min-width: 768px) {
  .about-section .small-box:before {
    height: 9999px;
  }
}
.about-section .large-box {
  padding: 30px 15px 20px;
}
@media (min-width: 768px) {
  .about-section .large-box {
    padding: 40px 45px 20px;
  }
}
@media (min-width: 1024px) {
  .about-section .large-box {
    padding: 90px 130px 77px 82px;
  }
}
.about-section .head {
  padding: 0 0 8px;
  margin: 0 0 11px;
  position: relative;
}
@media (min-width: 768px) {
  .about-section .head {
    padding-bottom: 19px;
  }
}
.about-section .head:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #1d1d1b;
}
.about-section h1 {
  margin-bottom: 3px;
}
.about-section .note {
  display: block;
  font: italic 16px/20px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.services-section {
  color: #fff;
  overflow: hidden;
}
.services-section .small-box {
  white-space: nowrap;
  background: #dcc2b5;
  position: relative;
  padding: 30px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .services-section .small-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
  }
}
.services-section .small-box:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 220px;
  width: 1px;
}
@media (min-width: 768px) {
  .services-section .small-box:after {
    display: none;
  }
}
.services-section .small-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background: #dcc2b5;
  z-index: -1;
}
.services-section .small-box > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.services-section .large-box {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  background: #c5cbcb;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .services-section .large-box {
    padding: 30px 15px 30px 205px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .services-section .large-box {
    padding-left: 279px;
  }
}
@media (min-width: 768px) {
  .services-section .large-box:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 9999px;
    height: 100%;
    background: #c5cbcb;
    z-index: -1;
  }
}
.services-section .large-box:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 220px;
  width: 1px;
}
@media (min-width: 768px) {
  .services-section .large-box:after {
    display: none;
  }
}
.services-section .large-box > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.services-section .large-box .bg-retina {
  z-index: 2;
  background-position: 0 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .services-section .large-box .bg-retina {
    opacity: 1;
  }
}
.services-section blockquote {
  text-align: center;
}
.services-section blockquote q,
.services-section blockquote p {
  margin-bottom: 14px;
}
.services-section blockquote cite {
  font-weight: 700;
  padding-top: 0;
}
.services-section blockquote cite:before {
  display: none;
}

.anchor-list {
  text-transform: uppercase;
  margin: -8px 0 20px;
  font: 20px/1.1 "Playfair Display SC", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 768px) {
  .anchor-list {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .anchor-list {
    margin-bottom: 90px;
  }
}
.anchor-list a {
  color: #998c87;
  font-family: "Playfair Display SC", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.anchor-list a:after {
  content: "/";
}
.anchor-list a:hover {
  color: #fff;
}

.video-section,
.print-section {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .video-section,
  .print-section {
    padding: 62px 0;
  }
}
@media (min-width: 768px) {
  .video-section .load-more,
  .print-section .load-more {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .video-section .load-more,
  .print-section .load-more {
    margin-top: 44px;
  }
}

.print-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.print-list li {
  padding: 0 15px;
  margin: 0 0 30px;
  width: 50%;
}
@media (min-width: 768px) {
  .print-list li {
    width: 25%;
  }
}
.print-list a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}
.print-list a:hover .picture-holder:before {
  background: #b5a19d;
  mix-blend-mode: multiply;
}
.none-mix-blend-mode .print-list a:hover .picture-holder:before {
  opacity: .5;
}
.print-list a:hover .picture-holder img {
  opacity: 1;
}
.print-list a:hover .text {
  transform: translate(0, -50%);
}
.print-list .picture-holder {
  position: relative;
}
.print-list .picture-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 200, 197, .7);
}
.print-list .text {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  padding: 27px 0 5px;
  transform: translate(-110%, -50%);
  text-transform: uppercase;
  font: 600 10px/14px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  z-index: 10;
  transition: transform .3s ease;
}
.print-list .text:before {
  content: "+";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.print-list img {
  max-width: none;
  width: 100%;
}

.video-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  text-align: left;
  text-transform: uppercase;
  font: 10px/12px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
}
@media (min-width: 768px) {
  .video-list {
    font-size: 10px;
    line-height: 16px;
  }
}
.video-list li {
  padding: 0 15px;
  margin: 0 0 30px;
  width: 50%;
}
.video-list a {
  position: relative;
  display: block;
  overflow: hidden;
}
.video-list a:hover .play {
  opacity: .7;
}
.video-list .picture-holder {
  position: relative;
}
.video-list .picture-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #dcd1ca;
  mix-blend-mode: multiply;
}
.none-mix-blend-mode .video-list .picture-holder:before {
  opacity: .5;
}
.video-list .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: opacity .3s ease;
}
.video-list .play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: transparent #fff;
  border-width: 10px 0 10px 15px;
}
.video-list .text {
  display: block;
  padding: 15px 0 10px;
  border-bottom: 1px solid #000;
}

.section {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .section {
    padding: 62px 0;
  }
}
.section .head {
  text-align: center;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .section .head {
    margin-bottom: 62px;
  }
}
.section .head h1 {
  margin-bottom: 12px;
}
.section .note {
  display: block;
  font: italic 16px/20px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.solutions-section {
  background: #dcd1ca;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .solutions-section {
    padding-bottom: 110px;
  }
}
.solutions-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background: #fff;
  z-index: -1;
}
.solutions-section .container {
  max-width: 1000px;
}
@media (min-width: 768px) {
  .solutions-section h1 {
    margin-bottom: 41px;
  }
}

.section-picture-holder {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .section-picture-holder {
    margin-bottom: 63px;
  }
}
.section-picture-holder img {
  border-radius: 50%;
}

@media (min-width: 768px) {
  .solutions-list {
    margin: 0 -18px 0 -14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.solutions-list > li {
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .solutions-list > li {
    width: 25%;
    margin: 0 0 0 -1px;
    padding-bottom: 0;
  }
}

.solutions-list .picture-holder {
  padding: 0 0 15px;
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .solutions-list .picture-holder {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .solutions-list .picture-holder {
    min-height: 70px;
    min-height: 35px;
    white-space: nowrap;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .solutions-list .picture-holder:before {
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1px;
  }
}
.solutions-list .picture-holder:after {
  content: "";
  left: -15px;
  right: -15px;
  position: absolute;
  top: 100%;
  height: 10px;
  border: solid #fff;
  border-width: 1px 1px 0;
}
@media (min-width: 768px) {
  .solutions-list .picture-holder:after {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .solutions-list .picture-holder img {
    vertical-align: middle;
    white-space: normal;
  }
}

.solutions-list h2 {
  text-transform: uppercase;
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 5px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .solutions-list h2 {
    margin-bottom: 21px;
  }
}

.item-list li + li {
  margin-top: 1px;
}

.address-box {
  font-style: normal;
  display: block;
  margin: 0;
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.address-box + .address-box {
  margin-top: 33px;
}
.address-box .title {
  display: block;
  text-transform: uppercase;
  margin: 0 0 5px;
  letter-spacing: 1px;
}

.tel-list li + li {
  margin-top: 6px;
}

.tel-list li a {
  font: 14px/18px "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
}
.tel-list li a:hover {
  color: #000;
}

.info-section {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .info-section {
    padding: 62px 0;
  }
}
.info-section h1 {
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .info-section h1 {
    margin-bottom: 30px;
  }
}
.info-section h1:after {
  display: none;
}
.info-section h2 {
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 10px;
  color: #c9ada1;
  letter-spacing: 1px;
}
.info-section .popup.active .popup-opener {
  display: none;
}
.info-section .popup-opener {
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}
.info-section .popup-opener .text {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}

.info-section .open-close {
  padding: 30px 0 0;
}
@media (min-width: 1024px) {
  .info-section .open-close {
    padding-top: 50px;
  }
}

.open-close.active .link-opener .close-text {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 0 0;
}

.open-close .link-opener .close-text {
  display: none;
}

.open-close .slide-box .holder {
  padding: 45px 0 0;
}
@media (min-width: 1024px) {
  .open-close .slide-box .holder {
    padding-top: 75px;
  }
}

.open-close p {
  margin: 0 0 75px;
}

.open-close .accordion .box {
  margin: 0 0 15px;
}
.open-close .accordion .box p {
  margin-bottom: 5px;
}

.team-section {
  background: #dcd1ca;
}
@media (min-width: 768px) {
  .team-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .team-section .head {
    width: 35.3%;
  }
}
.team-section .head .holder {
  padding: 40px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .team-section .head .holder {
    padding: 141px 15px 134px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
    max-width: 365px;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .team-section .head .holder {
    padding: 141px 50px 134px;
  }
}
.team-section .head h1 {
  margin-bottom: 30px;
}
.team-section .btn,
.team-section .navigation .next,
.navigation .team-section .next,
.team-section
  .navigation .prev,
.navigation .team-section .prev,
.team-section
  .navigation-comments .next,
.navigation-comments .team-section .next,
.team-section
  .navigation-comments .prev,
.navigation-comments .team-section .prev,
.team-section .nav-links .next,
.nav-links .team-section .next,
.team-section
  .nav-links .prev,
.nav-links .team-section .prev,
.team-section
  .navigation-single .next,
.navigation-single .team-section .next,
.team-section
  .navigation-single .prev,
.navigation-single .team-section .prev {
  border-color: #fff;
  color: #fff;
}
.team-section .btn:hover,
.team-section .navigation .next:hover,
.navigation .team-section .next:hover,
.team-section
    .navigation .prev:hover,
.navigation .team-section .prev:hover,
.team-section
    .navigation-comments .next:hover,
.navigation-comments .team-section .next:hover,
.team-section
    .navigation-comments .prev:hover,
.navigation-comments .team-section .prev:hover,
.team-section .nav-links .next:hover,
.nav-links .team-section .next:hover,
.team-section
    .nav-links .prev:hover,
.nav-links .team-section .prev:hover,
.team-section
    .navigation-single .next:hover,
.navigation-single .team-section .next:hover,
.team-section
    .navigation-single .prev:hover,
.navigation-single .team-section .prev:hover {
  color: #dcd1ca;
  background: #fff;
}

.team-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .team-list {
    width: 64.7%;
  }
}
.team-list li {
  width: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.team-list li.hover .hover-box {
  background: rgba(0, 0, 0, .7);
}
.team-list li.hover .hover-box .holder {
  opacity: 1;
  visibility: visible;
}
.team-list .bg-retina {
  background-position: 50% 0;
}
.team-list .hover-box {
  height: 100%;
  color: #fff;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(220, 209, 202, .3);
  transition: background .3s ease;
  min-height: 270px;
}
@media (min-width: 768px) {
  .team-list .hover-box {
    min-height: 332px;
  }
}
.team-list .hover-box .holder {
  text-align: center;
  max-width: 230px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
.team-list .title {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.team-list .title:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 4px;
  height: 1px;
  background: #fff;
}
.team-list p {
  margin-bottom: 0;
}

.anchor {
  position: absolute;
  right: 50%;
  bottom: 43px;
  z-index: 10;
  border-radius: 50%;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .anchor {
    display: none;
  }
}
.anchor:hover {
  box-shadow: 0 0 7px 0 rgba(29, 29, 27, .5);
}

.list-circle-img {
  margin: 0 -10px;
  padding: 12px 0 10px;
}
@media (min-width: 768px) {
  .list-circle-img {
    margin: 0 -25px;
  }
}
.list-circle-img li {
  float: left;
  width: 33.3%;
  padding: 0 10px 10px;
  border: 0 !important;
  text-align: center;
}
@media (min-width: 768px) {
  .list-circle-img li {
    padding: 0 25px 25px;
  }
}
.list-circle-img .visual {
  max-width: 175px;
  width: 100%;
  max-height: 175px;
  border-radius: 50%;
  overflow: hidden;
}
.list-circle-img .visual img {
  max-width: none;
  width: 100%;
  height: 100%;
}

.accordion-wrap h2 {
  margin: 68px 0 40px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.accordion-wrap .accordion + h2 {
  margin-top: 77px;
}

.accordion-wrap .slide h2 {
  text-align: left;
}

#footer {
  background: #505151;
  color: #fff;
  padding: 25px 0 15px;
  font: 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  #footer {
    padding: 45px 0;
  }
}
@media (min-width: 1024px) {
  #footer {
    padding: 92px 0;
  }
}
#footer a {
  text-decoration: underline;
  color: #dcd1ca;
}
#footer a:hover {
  color: #fff;
}
#footer .container {
  max-width: 996px;
}
@media (min-width: 768px) {
  #footer .columns {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  #footer .columns .col {
    width: 33.3%;
    padding: 0 15px;
  }
}
#footer .columns .col + .col {
  margin-top: 3px;
}
@media (min-width: 768px) {
  #footer .columns .col + .col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #footer .columns .col:nth-child(3n+2) {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #footer .columns .col:nth-child(3n+3) {
    text-align: right;
  }
}
#footer .name {
  text-transform: uppercase;
  display: block;
  position: relative;
}
#footer .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 17px;
  height: 1px;
  background: #fff;
}
@media (min-width: 768px) {
  #footer .name:before {
    top: -10px;
  }
}
@media (min-width: 1024px) {
  #footer .name:before {
    top: -16px;
  }
}
#footer .text {
  font-size: 12px;
  line-height: 16px;
}

.copy {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .copy a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
#footer .copy a:hover {
  color: #dcd1ca;
}

.slideshow {
  position: relative;
}
@media (min-width: 768px) {
  .top-section .slideshow {
    height: 100%;
    position: static;
    width: calc(100% - 220px);
  }
}
@media (min-width: 768px) {
  .top-section .slideshow .slide {
    bottom: 0;
  }
}
.top-section .slideshow .text-holder {
  padding: 80px 15px 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-section .slideshow .text-holder {
    padding: 214px 90px 15px 279px;
    max-width: 966px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .top-section .slideshow .text-holder {
    padding: 214px 325px 15px 279px;
  }
}
.top-section .slideshow .text-holder h1 {
  margin-bottom: 7px;
  text-shadow: 0 0 3px rgba(29, 29, 27, .6);
}
@media (min-width: 768px) {
  .top-section .slideshow .text-holder h1 {
    text-shadow: none;
  }
}
.services-section .slideshow {
  width: 100%;
}
@media (min-width: 768px) {
  .services-section .slideshow {
    max-width: 373px;
  }
}
.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
}
.slideshow .slide.active {
  z-index: 2;
}
.slideshow .slide.position-left .bg-retina {
  background-position: 0 50%;
}
.slideshow .slide.position-right .bg-retina {
  background-position: 100% 50%;
}

.splash-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dcd0c9;
  z-index: 200;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  animation: fade 5s;
  opacity: 0;
  visibility: hidden;
}

.letter-d {
  animation: fadeD 3s;
  opacity: 1;
}

.letter-v {
  animation: fadeV 3s;
  opacity: 1;
  margin: -51px 0 0 -12px;
  display: inline-block;
  vertical-align: top;
}

.letter-p {
  animation: fadeP 3s;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  margin: 63px 0 0 -22px;
}

@keyframes fadeD {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeV {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeP {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox {
  width: 95vw;
}
@media (min-width: 768px) {
  .lightbox {
    width: 70vw;
  }
}
.fancybox-slide .lightbox {
  padding: 0;
}

.fancybox-close-small {
  background: transparent;
  width: auto;
  height: auto;
  transition: color .3s ease;
}
.fancybox-close-small:hover,
.fancybox-close-small:focus {
  outline: none;
  background: transparent;
}

.mejs__container {
  overflow: hidden;
  width: 100% !important;
}

.mejs__poster {
  background-size: cover;
}

.mejs__overlay-button {
  background-image: url("images/mejs-controls.svg");
  background-position: -80px -39px;
}

.mejs__button > button {
  background-image: url("images/mejs-controls.svg");
}

.accordion {
  text-align: left;
}
.accordion li {
  border-top: 1px solid #000;
}
.accordion li:last-child {
  border-bottom: 1px solid #000;
}
.accordion li.active .opener:after {
  content: "—";
  font-size: 10px;
}
.accordion .opener {
  display: block;
  padding: 12px 40px 12px 0;
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #000;
  position: relative;
  letter-spacing: 1px;
}
.accordion .opener:after {
  position: absolute;
  content: "+";
  top: 50%;
  right: 15px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  transform: translateY(-50%);
}
.accordion .opener:hover {
  color: #c9ada1;
}
.accordion .opener em {
  font: italic 14px/18px "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-transform: none;
  letter-spacing: 0;
}
.accordion .slide .holder {
  padding: 12px 0 25px;
}
.accordion h2 {
  text-transform: uppercase;
  color: #c9ada1;
  font: 700 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 1px;
  letter-spacing: 1px;
}
.accordion p {
  margin: 0 0 9px;
}