body {
  --color-text: #333333;
  --color-bg: #fff;
  --color-link: #808080;
  --color-link-hover: #ffb803;
  --color-info: #000;
  --color-grid: #f5f5f5;
  --color-slide-alt: #333333;
  --color-slide-text-bg: rgba(255, 255, 255, 0.8);
  --color-yellow: #ffb803;
  font-family: "input-sans", Sans-serif;
  min-height: 100vh;
  color: #333;
  color: var(--color-text);
  background-color: #fff;
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 5rem;
}
@keyframes loaderAnim {
  to {
    opacity: 1;
  }
}

.lockScreen {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: url('/images/loading-1.gif');*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: 75px auto;*/
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 100000;
}

.__no_padding {
  padding: 0 0 0;
}

a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: none;
}

section {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 75px 0;
}
section .heading {
  display: block;
  width: 100%;
}
section .heading .intro {
  color: var(--color-yellow);
  padding: 0 0 0;
  margin: 0 0 0;
  font-size: 1.5em;
}
section .heading h1 {
  padding: 0 0 0;
  margin: 0 0 30px;
  font-family: "input-sans";
  position: relative;
  font-size: 3.5em;
}
section .heading h1 span {
  color: var(--color-yellow);
}
section .heading h1:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -10px;
  width: 75vw;
  max-width: 750px;
  height: 1px;
  background-color: var(--color-grid);
  z-index: -10;
}
section .heading.heading-right h1:after {
  left: auto;
  right: 0;
}
section .heading.heading-right {
  text-align: right;
}
section p {
  font-size: 1.1em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: var(--color-slide-text-bg);
  border-bottom: 1px solid var(--color-grid);
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.headroom.headroom--top,
.headroom.headroom--not-bottom.headroom--pinned.headroom--top {
  background-color: var(--color-slide-text-bg);
  opacity: 1;
  padding: 20px 0;
}
header.headroom.headroom--unpinned {
  background-color: var(--color-slide-text-bg);
  opacity: 0;
  padding: 5px 0;
}
header.headroom.headroom--pinned {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  padding: 5px 0;
}
header:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
}

header .container {
  width: 100%;
  max-width: 1500px;
  padding: 0 0 0;
}
header nav#header-nav {
  display: table;
  float: left;
}
header nav#header-nav a {
  line-height: 50px;
  font-size: 12px;
  text-decoration: none;
  padding: 0 8px;
  position: relative;
  display: inline-block;
}
header nav#header-nav a.lang {
  color: var(--color-yellow);
  font-weight: bold;
}
header nav#header-nav a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - (15px / 2));
  height: 15px;
  width: 1px;
  background-color: var(--color-grid);
  display: block;
}
header nav#header-nav a:last-child:after {
  display: none;
}
header #header-logo {
  display: table;
  margin: 0 auto;
  line-height: 50px;
}
header #header-logo img {
  height: 50px;
}
header .social-links {
  line-height: 50px;
  text-align: right;
}
header .social-link {
  margin: 0 5px;
}
header .social-link img {
  height: 18px;
}

footer {
  background-color: var(--color-yellow);
  width: 100%;
  padding: 50px 0;
  position: relative;
  margin-top: 200px;
}
footer #footer-icon {
  position: absolute;
  height: 220px;
  top: -220px;
  left: calc(50% - (220px / 2));
  display: block;
  z-index: -10;
}
footer nav.footer-nav {
  margin-bottom: 10px;
}
footer nav.footer-nav a {
  color: white;
  display: block;
  width: 100%;
  padding: 0 0 0;
  margin: 5px 0;
  font-size: 1.1em;
}
footer .social-link img {
  width: 18px;
}
footer #footer-logo {
  display: table;
  margin: 0 auto;
}
footer #footer-logo img {
  width: 190px;
  max-width: 100%;
}
footer .footer-contacts {
  text-align: right;
  margin-top: 37.5px;
}
footer .footer-contacts a {
  position: relative;
  color: white;
  display: block;
  width: 100%;
  padding: 0 0 0;
  padding-right: 40px;
  margin: 5px 0;
  font-size: 1.1em;
  text-decoration: none !important;
}
footer .footer-contacts a img {
  position: absolute;
  right: 0;
  top: 5px;
  height: 30px;
}
footer hr {
  margin: 30px auto;
  opacity: 0.5;
  border-color: white;
}
footer .legal {
  text-align: center;
  color: white;
}
footer .legal a {
  font-weight: bold;
  color: white;
}

section#concept {
  max-width: 1200px;
  margin: 75px auto 0;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
}
section#concept #bg-pinas {
  position: absolute;
  z-index: -10;
  height: 100%;
  max-height: 720px;
  left: -10%;
}
section#concept .container {
  position: relative;
  z-index: 100;
}
section#concept .feature-img {
  width: 100%;
}
section#concept .concept-block {
  width: 100%;
  display: table;
}
section#concept .concept-block:last-child {
  margin-top: 75px;
}

section#about {
  overflow: hidden;
  z-index: 100;
  position: relative;
}
section#about .heading {
  padding-top: 75px;
  width: 100%;
}
section#about .heading h1 {
  text-align: left;
}
section#about .team {
  position: relative;
  padding: 4px;
}

section#about .team:first-child img {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0);
}
section#about .team img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: top;
}
section#about .team span.name {
  width: calc(100% - 8px);
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  display: block;
  padding: 10px 15px;
  text-align: right;
  font-size: 0.9em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+98&0+1,1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.98) 98%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.98) 98%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.98) 98%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
section#about .team span.name.main {
  font-size: 1.3em;
}

section#gallery {
  padding-top: 0;
  margin-top: 0;
  position: relative;
  max-width: 1360px;
}
section#gallery .bar {
  background-color: var(--color-grid);
  position: absolute;
  display: block;
  z-index: 100;
  height: 500px;
  width: 1px;
}
section#gallery .bar:nth-child(1) {
  right: 30px;
  top: 0;
}
section#gallery .bar:nth-child(2) {
  left: 30px;
  top: 20%;
}
section#gallery .heading h1 {
  margin: 0 auto;
}
section#gallery .heading h1:after {
  display: none;
}
section#gallery .gallery-wrapper {
  position: relative;
  z-index: 100;
}
section#gallery .container {
  position: relative;
}
section#gallery .container:before {
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  left: 0;
  right: 0;
  top: -150px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+51 */
  background: rgb(242, 242, 242); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 51%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 51%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 51%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gallery-mosaic a {
  position: relative;
  overflow: hidden;
}
.gallery-mosaic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.gallery-mosaic a .overlay {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-mosaic a:hover {
  color: var(--color-link);
}
.gallery-mosaic a:hover .overlay {
  opacity: 1;
}
.gallery-mosaic a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-mosaic a .overlay .info {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gallery-mosaic a .overlay .info .title {
  font-size: 1.8em;
  width: 100%;
  display: block;
  font-family: "input-sans";

  opacity: 0;
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-mosaic a:hover .overlay .info .title {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.gallery-mosaic a .overlay .info .link {
  display: table;
  margin: 0 auto;

  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-mosaic a:hover .overlay .info .link {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.gallery-mosaic a .overlay .info .link:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-yellow);
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-mosaic a .overlay .info .link:hover:after {
  width: 100%;
}

section#ranivilu {
  padding: 25px 0;
}
section#ranivilu .heading {
  padding: 0;
  margin: 0 auto;
}
section#ranivilu .heading h1 {
  font-size: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
section#ranivilu .heading img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
section#ranivilu p {
  font-size: 1.1em;
}
section#ranivilu #ranivilu-carousel {
  margin: 40px auto 40px;
}

section#contact .heading {
  text-align: center;
}
section#contact .heading h1:after {
  display: none;
}
section#contact .form-group {
  padding: 4px !important;
  margin-top: 0;
  margin-bottom: 0;
}
section#contact .form-control {
  border-radius: 0;
  border: 1px solid var(--color-link);
  margin: 0 0 0;
  outline: 0px !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  height: 40px;
  font-size: 1.1em;
}
section#contact .form-control:focus {
  border: 1px solid var(--color-yellow);
}
section#contact textarea.form-control {
  height: 100px;
  resize: none;
}
section#contact button[type="submit"] {
  display: block;
  margin: 10px auto 0;
  border: 0;
  outline: 0;
  background-color: white;
  font-size: 1.2em;
  font-family: "input-sans";
}

section#instagram {
  padding: 0;
}
section#instagram .heading {
  text-align: center;
}
section#instagram .heading h1:after {
  display: none;
}

/* SLIDES */
/* Page Loader */
.js .loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  pointer-events: none;
}

.js .loader__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 100px;
  margin: -50px 0 0 -25px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  opacity: 0.2;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
  transform-origin: 0% 100%;
}
.message {
  position: relative;
  z-index: 100;
  display: none;
  padding: 1em;
  text-align: center;
  color: var(--color-bg);
  background: var(--color-text);
}
main {
  position: relative;
  width: 100%;
}
.slideshow {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.slide {
  width: 100%;
  top: 0;
  position: absolute;
  pointer-events: none;
}

.slide--current {
  position: relative;
}

.js .slide__img-wrap,
.js .slide__title,
.js .slide__subtitle,
.js .slide__quote,
.js .slide__side,
.js .slide__number,
.js .slide__explore {
  opacity: 0;
  pointer-events: none;
}

.slide--current.slide--visible .slide__img-wrap,
.slide--current.slide--visible .slide__title,
.slide--current.slide--visible .slide__subtitle,
.slide--current.slide--visible .slide__quote,
.slide--current.slide--visible .slide__number,
.slide--current.slide--visible .slide__explore {
  opacity: 1;
}

.slide--current.slide--visible .slide__explore {
  pointer-events: auto;
}

.slide__img-wrap {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}

.slide--current .slide__img-wrap {
  cursor: default;
}

.slide--left,
.slide--right {
  z-index: 100;
}

.slide--left .slide__img-wrap,
.slide--right .slide__img-wrap {
  opacity: 1;
  width: 25vw;
  pointer-events: auto;
  cursor: pointer;
}

.slide--right .slide__img-wrap {
  margin-left: auto;
}

.slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  backface-visibility: hidden;
  pointer-events: none;
}

.slide--current .slide__img::after {
  content: "";
  /*background: rgba(57, 71, 72, 0.27);*/
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__img-reveal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translate3d(0, 100%, 0);
  pointer-events: none;
}

.slide__title-wrap,
.slide__number {
  display: block;
  text-align: center;
  pointer-events: none;
}

.slide__number {
  padding: 1rem 0;
}

.slide__explore {
  display: none;
  margin: 2rem 0 0 0;
  cursor: pointer;
  background: var(--color-slide-text-bg);
  color: #fff;
  padding: 0.15rem 0.25rem;
}

.slide__explore:hover {
  color: #fff;
}

@media screen and (min-width: 53em) {
  body {
    padding: 0;
  }
  .slideshow {
    overflow: hidden;
    margin: 0;
    height: 100vh;
    display: grid;
    grid-template-columns: 10% 50% 10%;
    grid-column-gap: 15%;
    grid-template-rows: 100%;
    grid-template-areas: "preview-left current-slide preview-right";
  }
  .slide {
    color: var(--color-slide-alt);
  }
  .slide::after {
    content: "+";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 1.75rem;
    bottom: 70vh;
    margin: 0.5rem;
  }
  .slide--current::after {
    display: none;
  }
  .slide--right::after {
    left: auto;
    right: 0;
  }
  .slide__img-wrap {
    height: 100%;
    position: absolute;
  }
  .slide__img {
    background-position: 50% 0%;
  }
  .slide--visible .slide__img-wrap,
  .slide--visible .slide__title,
  .slide--current.slide--visible .slide__side,
  .slide--current.slide--visible .slide__quote {
    opacity: 1;
  }
  .slide--visible .slide__img-wrap {
    pointer-events: auto;
  }
  .slide--current,
  .slide--left,
  .slide--right {
    position: relative;
    pointer-events: auto;
  }
  .slide--current {
    grid-area: current-slide;
  }
  .slide--left .slide__img-wrap,
  .slide--right .slide__img-wrap {
    height: 50%;
    width: 100%;
    top: 30%;
    position: relative;
  }
  .slide--left .slide__img-wrap {
    top: 30%;
  }
  .slide--left {
    border-right: 1px solid var(--color-grid);
    grid-area: preview-left;
  }
  .slide--right {
    border-left: 1px solid var(--color-grid);
    grid-area: preview-right;
  }
  .slide__side {
    position: absolute;
    top: 90px;
    right: 0.25rem;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .slide__category {
    font-size: 1em;
    margin: 0;
    font-weight: normal;
    line-height: 1;
    padding: 1.5rem 0;
    display: inline-block;
  }
  .slide__category::before {
    content: "\2022";
    font-size: 2.5rem;
    padding: 0 0 1rem;
  }
  .slide__number {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0.5rem 1rem;
  }
  .slide__number::before {
    content: "#";
  }
  .slide--current .slide__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    width: 100%;
    position: absolute;
    top: 35%;
    right: 50px;
  }
  .slide--current .slide__title,
  .slide__subtitle {
    font-size: 4em;
    margin: 0 0 0.2rem;
    padding: 0 0.5rem;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .slide--current .slide__title {
    padding: 0.35rem 0.25rem 0.15rem;
  }
  .slide--current .slide__title .slide__box,
  .slide__subtitle .slide__box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-slide-text-bg);
  }
  .slide__title-inner,
  .slide__subtitle-inner {
    position: relative;
    display: inline-block;
  }
  .slide__title-inner span {
    color: var(--color-yellow);
  }
  .slide--left .slide__title,
  .slide--right .slide__title {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    font-size: 1rem;
    right: 0;
    top: 80vh;
    text-align: right;
    color: var(--color-text);
    margin: 1rem 0 0;
    font-weight: normal;
  }
  .slide--right .slide__title {
    left: 0;
    right: auto;
    top: 80vh;
  }
  .slide__subtitle {
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .slide__quote {
    max-width: 25vw;
    text-align: right;
  }
}

/* SLIDES */

.md-reveal {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.md-reveal:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.md-reveal.visible:before {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.md-reveal img {
  width: 100%;
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.md-reveal.visible img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .hamburger {
    display: none !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container {
    padding: 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  header {
    padding: 10px 0 !important;
  }
  header.headroom.headroom--unpinned {
    opacity: 1;
  }
  .hamburger {
    top: 15px !important;
    left: 5px;
    right: auto;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }

  header {
    background-color: white !important;
  }
  header #header-logo {
    line-height: 40px;
  }
  header #header-logo img {
    height: 40px;
  }
  .hamburger {
    top: 10px !important;
    left: auto;
    right: 5px;
  }

  footer {
    padding: 30px 0;
  }
  footer .footer-center {
    text-align: center;
    margin-bottom: 20px;
  }
  footer #footer-logo {
    margin-bottom: 20px;
  }
  footer #footer-logo img {
    width: 150px;
  }
  footer .social-link {
    display: inline-block !important;
  }
  footer .social-link img {
    width: 25px;
  }
  footer .footer-contacts a {
    text-align: center;
    padding: 0 0 0 !important;
    margin-bottom: 15px;
  }
  footer .footer-contacts img {
    display: none;
  }

  section .heading,
  section .heading.heading-right,
  section#about .heading.heading-right h1 {
    text-align: center !important;
  }
  section .heading h1:after {
    width: 100% !important;
  }

  section .heading h1 {
    font-size: 2.5em;
  }

  section#concept {
    margin-top: 0;
    padding-top: 0;
  }
  section#concept #bg-pinas {
    width: 80vw;
    max-width: 675px;
    left: 10vw;
  }
  section#concept .concept-block:last-child,
  section#concept .concept-block:last-child .heading {
    margin-top: 25px;
  }

  section#about .heading {
    margin-top: 0;
    padding: 20px 0 0;
    display: table;
  }

  section#gallery .container:before {
    height: 300px;
    top: -20px;
  }

  section#about .team span.name {
    font-size: 0.7em;
    width: calc(100%);
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 5px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
