.slideshow {
  height: calc(100vh - 60px);
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 9; }
  @media (min-width: 768px) {
    .slideshow {
      height: calc(100vh - 80px); } }
  .slideshow .landing-item {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .slideshow .landing-item .landing-item-bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 110%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 9996;
      transform: translateX(0); }
    .slideshow .landing-item .landing-item-content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      height: 100%;
      z-index: 9997;
      display: table; }
      .slideshow .landing-item .landing-item-content .landing-item-title {
        font-size: 30pt;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        text-decoration: none; }
      .slideshow .landing-item .landing-item-content .landing-item-link {
        color: #fff;
        text-decoration: none; }

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 9999 !important;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  background: #f7f4ed !important; }
  .cycle-pager span {
    font-family: Acumin;
    font-size: 18pt;
    padding: 0 5px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: .2s ease-in-out; }
    .cycle-pager span:hover {
      color: #444; }
  .cycle-pager span.cycle-pager-active {
    color: #444; }

.single {
  position: relative;
  width: 100%;
  padding-top: 9.375rem; }
  @media (max-width: 767px) {
    .single {
      padding-top: 5.625rem; } }
  .single .item {
    position: relative;
    width: 100%; }
    .single .item > div > div {
      padding-bottom: 9.375rem; }
      .single .item > div > div.ph {
        padding-bottom: 0rem; }
      @media (max-width: 767px) {
        .single .item > div > div {
          padding-bottom: 1.875rem; }
          .single .item > div > div.ph {
            padding-bottom: 0rem; } }
    .single .item .content .inner {
      color: #595751;
      font-size: 12px;
      font-weight: 300;
      line-height: 27px; }
    .single .item .title {
      color: #595751;
      font-size: 14px;
      font-weight: 600; }
  .single .pager {
    position: relative;
    width: 100%; }
    .single .pager > div > div {
      padding-bottom: 3.125rem; }
      @media (max-width: 767px) {
        .single .pager > div > div {
          padding-bottom: 1.875rem; } }

@media (max-width: 767px) {
  .item.style-1 > div > div,
  .item.style-2 > div > div,
  .item.style-3 > div > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0% !important;
    right: 0% !important; } }
.single-nav a {
  color: #aaaaaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 300; }

@media (min-width: 768px) {
  .has-grid {
    background: url("../images/grid.png") center top repeat-y;
    background-size: 100% auto; } }
