.single-grid .projects-nav {
  display: block;
  width: 40px;
  height: 50px;
  background-size: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  margin-top: -65px;
  z-index: 30;
  opacity: .5;
}
.single-grid .projects-nav:hover {
  opacity: 0.8;
}
.single-grid .projects-nav.at-bottom {
  position: absolute;
  bottom: 200px;
  top: auto;
}
.single-grid .projects-nav.left-arrow {
  left: 0;
  background-image: url(../images/projects/left-arrow.png);
}
.single-grid .projects-nav.right-arrow {
  right: 0;
  background-image: url(../images/projects/right-arrow.png);
}
@media screen and (min-width: 768px) {
  .single-grid .projects-nav {
    width: 72px;
    height: 112px;
    background-size: auto;
  }
}
.single-grid .header {
  height: auto;
  min-height: 670px;
  max-height: 740px;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-height: 30.5em) {
  .single-grid .header {
    min-height: 720px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .single-grid .header {
    height: 100%;
  }
}
.single-grid .header .container {
  height: 100%;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .single-grid .header .container {
    width: 1170px;
  }
}
.single-grid .header .text-wrapper {
  float: right;
  width: 100%;
}
@media (min-width: 500px) {
  .single-grid .header .text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .single-grid .header .text-wrapper {
    width: 35%;
    height: 100%;
    position: relative;
    display: table;
    float: left;
    padding: 0;
    padding-left: 15px;
  }
}
.single-grid .header .entry {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.single-grid .header .entry .title {
  font: 34px 'Quicksand', sans-serif;
  line-height: 34px;
}
@media screen and (min-width: 1200px) {
  .single-grid .header .entry .title {
    font-size: 48px;
    line-height: 48px;
  }
}
.single-grid .header .entry p {
  font: 14px/22px 'Bitter', sans-serif;
  color: #FFF;
  margin-top: 15px;
}
.single-grid .header .main-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-grid .header .main-image {
    display: block;
    float: right;
    width: 65%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .single-grid .header .main-image.vertical {
    background-size: auto;
  }
}
.single-grid .header .main-image.mobile {
  display: block;
  width: 90%;
  max-width: 300px;
  padding: 0 10px;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 60px auto 0;
}
.single-grid .header .main-image.mobile img {
  width: 100%;
}
@media screen and (min-width: 340px) {
  .single-grid .header .main-image.mobile {
    width: 320px;
    padding: 0;
  }
}
@media screen and (min-width: 480px) {
  .single-grid .header .main-image.mobile {
    width: 450px;
  }
  .single-grid .header .main-image.mobile.vertical {
    width: 390px;
  }
}
@media screen and (min-width: 768px) {
  .single-grid .header .main-image.mobile {
    display: none;
  }
}
.single-grid .header .back-grid {
  display: block;
  padding: 6px 0 5px 36px;
  background: #ffffff url(../images/projects/return-icon-gray.png) 11px 6px no-repeat;
  font: 14px 'Bitter', sans-serif;
  color: #353940;
  outline: none;
  width: 178px;
}
.single-grid .header .back-grid:hover {
  text-decoration: none;
}
.single-grid .main-content {
  padding: 60px 0 40px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .single-grid .main-content {
    padding: 60px 0 60px 0;
  }
}
.single-grid .main-content.follow {
  padding-bottom: 0;
}
.single-grid .main-content.follow.follow_last {
  padding-bottom: 100px;
}
.single-grid .main-content.add-min-height {
  height: 100%;
  min-height: 850px;
}
.single-grid .main-content.add-min-height p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 15px;
}
.single-grid .main-content.background-fixed {
  background-attachment: fixed;
}
.single-grid .main-content .container {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .single-grid .main-content .container {
    width: 1170px;
  }
}
.single-grid .main-content .content-title {
  font: 36px 'Quicksand', sans-serif;
  color: #565656;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  .single-grid .main-content .content-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 60px;
  }
}
.single-grid .main-content img {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single-grid .main-content img {
    width: auto;
  }
}
.single-grid .main-content p {
  font: 24px 'Bitter', sans-serif;
  color: #565656;
  margin-top: 20px;
}
