@import "../css/style.css";
a {
  color: #64a4ac;
}
.footer-text {
  color: #ffffff;
}
/* Reusable */
.show {
  display: inline-block !important;
}
.hidden {
  display: none !important;
}
.padding-right-20 {
  padding-right: 20px;
}
.pull-left-20 {
  margin-left: -20px;
}
.push-down-20 {
  margin-bottom: 20px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.truncate-90 {
  max-width: 90%;
}
@media screen and (min-width: 760px) {
  .pull-up-40-desktop {
    margin-top: -60px !important;
  }
}
/* Global changes */
.disabled {
  cursor: none;
  pointer-events: none;
  opacity: .8;
}
.container.full-width {
  max-width: 80vw;
}
.content-nav li.disabled {
  opacity: .4;
}
.content-nav li.disabled a {
  pointer-events: none;
}
#submit {
  position: absolute;
  left: 0;
  top: 340px;
}
.social-bar {
  float: left;
  margin-top: -20px;
}
.overflow-img {
  overflow: hidden;
}
.close-sidebar {
  height: 40px;
  width: 40px;
}
p.show-more {
  font-family: 'gteestipro-text-regular';
  font-size: 16px;
  outline: 1px solid #222;
  padding: 8px 12px;
  float: left !important;
  display: inline-block;
}
p.show-more:hover {
  outline: 2px solid #64a4ac;
  margin-left: 12px;
  -webkit-transition: all 140ms linear;
  -moz-transition: all 140ms linear;
  -o-transition: all 140ms linear;
  -ms-transition: all 140ms linear;
  transition: all 140ms linear;
  font-weight: 600;
}
.section-pretitle {
  display: block;
  font-size: 28pt;
  text-align: right;
  margin-top: -20px;
  width: 100%;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
}
#sec2 .sect-subtitle .number {
  margin-right: -28px;
  display: inline-block;
}
@media screen and (min-width: 1038px) {
  .control-panel {
    height: 140px;
  }
  .control-panel .container {
    max-width: 100%;
  }
  .control-panel h4 {
    font-size: 20px;
  }
  .control-panel p {
    font-size: 16px;
    text-transform: unset;
    color: #747474;
  }
}
.anim-button span {
  font-size: 16px !important;
}
.fa-long-arrow-right:before {
  content: "\f178";
  font-size: 16pt;
  line-height: 2.6em;
}
@media screen and (max-width: 1200px) {
  .parallax-deck-item {
    max-width: 500px;
    z-index: 3;
  }
}
@media screen and (min-width: 1024px) {
  .parallax-deck-item h3 {
    max-width: 90%;
  }
}
@media screen and (max-width: 1036px) {
  .parallax-deck-item h3 {
    margin-top: -40px;
  }
}
.parallax-deck-item p {
  font-family: 'gteestipro-text-regular';
  font-size: 16px;
  text-transform: capitalize;
  margin-left: 0px;
  float: left !important;
}
@media screen and (min-width: 1024px) {
  .parallax-deck-item p {
    max-width: 80%;
  }
}
.parallax-deck-item .anim-button {
  margin-top: 32px;
}
@media only screen and (max-width: 1036px) {
  div.show-back {
    left: 16px !important;
  }
  .logo-holder {
    left: 64px !important;
  }
  .home .logo-holder {
    left: 24px !important;
  }
}
.show-back a {
  color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  margin-top: -5px;
  display: block;
}
.show-back:hover span {
  opacity: 1;
  top: 20px !important;
  left: -40px;
}
/* Fix overflow issues */
#homepage .content-holder > * {
  max-width: 100vw;
  overflow: hidden;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
/* Full-screen video */
video,
source {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .nav-holder {
    top: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .share-inner.hor-inner.visshare {
    max-width: 900px !important;
  }
}
.hero-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
}
.hero-wrap-item {
  text-align: left;
  left: 8%;
}
@media screen and (max-width: 560px) {
  .hero-wrap-item {
    top: 24vh;
    max-width: 90%;
  }
}
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .hero-wrap-item {
    top: 20vh;
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-wrap-item {
    top: 18vh;
    max-width: 700px;
  }
}
@media screen and (max-width: 1036px) {
  .hero-wrap-item {
    left: 7.77%;
  }
}
@media screen and (max-width: 960px) {
  .hero-wrap-item h2 {
    font-size: 46px;
    text-transform: none !important;
    padding: 8px;
    line-height: 1.18em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hero-wrap-item h2 {
    font-size: 46px;
    text-transform: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hero-wrap-item h2 {
    font-size: 56px;
    text-transform: none !important;
  }
}
nav ul li,
nav ul li ul li,
nav li ul li > ul {
  padding: 14px 0;
}
/* Share bar */
@media screen and (min-width: 1024px) {
  .fw-head {
    width: auto;
    min-width: 900px;
  }
  .visshare {
    max-width: 900px;
  }
  .hor-inner {
    left: 0 !important;
  }
}
/* END share bar */
/* Resume layout */
.cd-timeline-content p {
  padding-bottom: 12px;
}
/* END Resume layout */
/*
.serv-item {
    transform: rotate(20deg); 
}
*/
h3 {
  text-align: left;
}
/* extra about padding on desktop */
@media screen and (min-width: 1024px) {
  #about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 990px) {
  .parallax-block .parallax-deck-item {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 990px) {
  .container.stories .row {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
/* Latest designs section */
#latest-designs {
  margin-top: 50px !important;
  margin-bottom: 120px !important;
  margin-left: 40px;
  margin-right: 40px;
}
#latest-designs p.intro {
  margin-bottom: 24px;
}
#latest-designs h1.section-title.dec-title {
  padding-bottom: 12px !important;
}
#latest-designs .latest-story {
  border: 1px solid #c3c3c3;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
@media screen and (max-width: 770px) {
  #latest-designs .latest-story {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  #latest-designs .latest-story {
    min-height: 430px;
  }
}
#latest-designs .latest-story .content-box {
  padding: 12px;
}
#latest-designs .latest-story a {
  width: 100%;
  margin-top: -56px;
}
#latest-designs .latest-story img {
  border-radius: 8px 8px 0 0;
}
#latest-designs .latest-story h3 {
  margin-left: 12px;
  margin-top: 12px;
}
#latest-designs .latest-story p {
  padding: 15px;
  padding-bottom: 64px;
  padding-top: 8px;
}
/* Content intro section */
.content-row {
  display: grid;
  grid-template-rows: 1fr 1fr;
  text-align: left;
}
.content-row .down-ascii {
  grid-row: 1;
  font-size: 28px;
  margin-top: -8px;
  opacity: .4;
}
.content-row h4 {
  grid-row: 2;
  margin-top: 8px;
}
.content-intro h3 {
  margin-bottom: 32px;
}
.content-intro h4 {
  font-size: 16px;
  text-align: left;
}
.content-intro .value {
  font-size: 28px;
}
.content-intro .title {
  font-size: 24px;
  line-height: 1.4em;
  padding-left: 8px;
  text-align: left;
}
.content-intro .subtitle {
  margin-left: -12px;
}
.content-intro .content-row {
  display: grid;
  grid-template-columns: auto 1fr;
}
.content-intro .content-row .value {
  grid-column: 1;
}
.content-intro .content-row .title {
  grid-column: 2;
  text-align: left;
}
.content-intro .content-row .subtitle {
  grid-column: 2;
}
/* case study content blocks */
.process-box {
  padding: 30px 0px;
}
.process-box h3 {
  padding-bottom: 24px;
}
.design-stack {
  padding-bottom: 24px;
  display: inline-grid;
  float: left;
  grid-template-columns: 1fr 1fr 1fr;
}
.design-stack h3 {
  grid-column: 1 / span 3;
}
.design-stack img {
  padding-top: 8px;
  max-width: 150px;
  float: left;
  padding-left: 20px;
  align-self: center;
}
.design-stack img:nth-child(1) {
  grid-column: 0;
}
.design-stack img:nth-child(2) {
  grid-column: 1;
}
.design-stack img:nth-child(3) {
  grid-column: 2;
}
/* hide view project button */
.hid-sidebar .flat-btn {
  display: none;
}
.small {
  font-size: 10pt;
}
/* Theme mobile overrides */
@media only screen and (max-width: 1036px) {
  .nav-button {
    margin-top: 0px;
  }
  .nav-holder {
    margin-top: -12px;
  }
  .paralax-wrap {
    margin-top: -24px !important;
  }
  .creat-list {
    margin-top: 48px;
  }
  .parallax-deck-item h3 {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.43;
  }
}
@media only screen and (min-width: 1036px) {
  .parallax-deck-item h3 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .horizontal_item {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
/* Header */
.logo-holder {
  width: 160px !important;
  top: 15px !important;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .logo-holder {
    left: 14px;
    top: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .logo-holder {
    left: 140px;
  }
  .logo-holder.home {
    left: 75px;
  }
}
#sec6 .cd-timeline-img span img {
  top: 0px !important;
}
#about-content .section-title.dec-title span::before {
  top: auto;
}
span.coming-soon {
  float: left;
  margin-top: 24px;
  padding-left: 24px;
  font-weight: 600;
  color: #cccccc;
  font-size: 16px;
}
.btn .hidden-text {
  display: none;
}
.btn.disabled {
  color: #cccccc;
  border-color: #cccccc;
}
.btn.disabled:hover {
  background-color: #cccccc !important;
  color: rgba(222, 222, 222, 0.8);
}
.btn.disabled:hover + .coming-soon {
  color: #000000;
  pointer-events: none;
}
.btn span:hover span .primary-text {
  display: hidden;
}
.btn span:hover span .hidden-text {
  display: inline-block;
}
.header-inner {
  float: right;
  padding-left: 0;
  padding-right: 80px;
}
#big-idea .section-title.dec-title span::before,
#symphony-steps .section-title.dec-title span::before {
  top: auto;
  bottom: -68px;
}
#shrpas-steps .section-title.dec-title {
  padding-bottom: 0px;
}
#shrpas-steps .section-title {
  margin-bottom: 0px;
}
#shrpas-steps .section-title.dec-title span::before {
  top: auto;
}
.portfolio_item.hovered .port-desc-holder {
  opacity: 1;
}
.quote .bigcaption {
  color: white;
  display: inline-block;
  padding: 4px 12px;
  opacity: .6;
}
.quote h2 {
  background: rgba(0, 0, 0, 0.1);
  padding: 12px;
}
.portfolio_item:focus .port-desc-holder,
.gallery-item:focus .port-desc-holder {
  opacity: 1;
}
.port-desc-holder {
  z-index: 800;
}
.documentation-example-preview {
  margin-bottom: 48px;
  margin-top: 24px;
}
@media screen and (min-width: 1037px) {
  .doc-section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1037px) {
  .doc-section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #realtor .content-intro {
    display: none;
  }
  #realtor .doc-timeline {
    margin-top: 48px;
  }
  #realtor #sec1 .dark-bg {
    background-color: transparent !important;
  }
}
#realtor #sec3 .section-title.dec-title span::before {
  bottom: -24px;
}
#realtor #sec3 .blog-text p:first-child {
  padding-top: 0px;
  margin-top: -16px;
}
@media only screen and (min-width: 1024px) {
  #realtor.single .overflow-img {
    width: 32vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1036px) {
  .nav-button {
    margin-right: 20px;
  }
  .show-share {
    right: 80px;
  }
  .show-back {
    left: 80px !important;
  }
}
@media only screen and (max-width: 640px) {
  .parallax-deck-item h3 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1036px) {
  .nav-button-holder {
    right: 0px !important;
  }
}
#sec1.windows .creat-list {
  margin-bottom: 30px;
}
.intro-slide {
  background-color: #F7F7F7;
  margin-bottom: -120px;
}
.intro-slide p.subtext {
  font-size: 8pt;
  font-style: italic;
  color: rgba(0, 0, 0, 0.2);
  max-width: 65%;
}
/* Gallery */
.caption {
  max-width: 65%;
}
/* END Header */
/* Project details overlay */
.hid-sidebar.vissb h3 {
  margin-bottom: 12px;
}
p.footer-text {
  margin-left: 12px;
  padding-bottom: 12px;
  float: left;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .container.stories,
  #sec5 .container,
  #sec6 .container {
    margin-left: 40px;
    margin-right: 40px;
  }
  /*Fix margins for tablet */
  .left-direction .parallax-deck.skrollable.skrollable-between {
    max-width: 80%;
    left: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .art-overlay {
    bottom: -230px !important;
  }
}
@media screen and (max-width: 768px) {
  .art-overlay img {
    margin-bottom: 120px;
  }
  #about-content p {
    max-width: 300px;
    float: left;
  }
}
#cd-timeline {
  padding: 0px !important;
}
#about-content .bg {
  position: relative;
  opacity: .3;
}
#cd-timeline::before {
  top: auto !important;
}
.creat-list {
  padding-top: 24px;
  display: block;
}
#single #about .chart-legend {
  display: none;
}
#single #about .and-text:before {
  display: none;
}
@media screen and (max-width: 1800px) {
  #single #about .and-text {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  #single #about .and-text {
    display: inline-block;
  }
}
@media screen (min-width: 960px) and (max-width: 1800px) {
  #single #about h2.section-title.dec-title:after {
    content: '&';
    position: absolute;
    font-size: 140px;
    padding: 4px;
    font-weight: 300;
    top: 28px;
    opacity: .1;
  }
}
@media screen and (max-width: 960px) {
  #single #about h2.section-title.dec-title:after {
    content: '&';
    position: absolute;
    font-size: 80px;
    padding: 4px;
    font-weight: 300;
    top: 38px;
    opacity: .1;
  }
}
#single #about .section-title.dec-title {
  padding-bottom: 0px !important;
}
.intro-block {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 55px 55px;
  height: 140px;
  margin-top: 40px;
}
.intro-block .intro-number {
  grid-column: 1;
  grid-row: 1 span 2;
  font-size: 86px !important;
  display: inline-block;
}
.intro-block .section-title {
  grid-column: 2;
  line-height: 2em !important;
}
.intro-block .subheading {
  grid-column: 2;
  line-height: 2.2em;
}
/* Steps box */
#process {
  padding-top: 40px;
  padding-bottom: 40px;
}
#process .left-align-dec {
  top: 7%;
  right: -10%;
  font-size: 120px;
}
#process .step {
  display: grid;
  grid-template-rows: auto auto auto;
  padding: 12px 0px;
}
#process .step img {
  grid-row: 1;
}
#process .step .heading {
  grid-row: 2;
  margin-top: 8px;
  font-size: 28px;
  font-family: 'gteestipro-text-regular';
  text-align: left;
}
#process .step p {
  grid-row: 3;
}
@media screen and (max-width: 992px) {
  #process .step p {
    max-width: 70%;
  }
}
#process h2 {
  padding-bottom: 32px;
}
.info-table {
  border-color: transparent;
  background-color: #f9f9f9;
  text-align: left;
  min-height: 180px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.info-table tr {
  height: 36px;
}
.info-table th {
  font-weight: 600;
  padding-left: 24px;
  height: 36px;
  padding-top: 24px;
}
.info-table td {
  vertical-align: middle;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: 1.5em;
  font-size: 14px;
  font-family: 'gteestipro-text-light';
  font-weight: 300;
}
.info-table .right-ascii {
  color: rgba(24, 24, 24, 0.3);
  font-size: 24px;
  display: block;
}
.story-section {
  border-top: 2px solid #c3c3c3;
}
.story-section:first-child {
  border-top: transparent;
}
.bullets-row {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid rgba(24, 24, 24, 0.08);
}
.bullets-row ul {
  list-style: inside square;
}
.bullets-row ul li {
  text-align: left;
  font-size: 16px;
  line-height: 1.9em;
  color: #333;
  font-family: 'gteestipro-text-regular';
}
@media screen and (max-width: 640px) {
  h2.section-title.lead {
    line-height: 1.4em;
  }
  h2.section-title.dec-title {
    line-height: 1.4em;
  }
  .parallax-deck {
    margin-top: -40px;
    margin-bottom: 18px;
  }
}
#build .section-title.dec-title span:before {
  bottom: -30px;
  top: auto;
}
#about p {
  margin-top: 12px;
}
@media screen (min-width: 1024px) {
  #about p {
    max-width: 80%;
  }
}
img.small-shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
img.fat-shadow {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.2);
}
ol {
  list-style-type: decimal;
}
ol li {
  max-width: 85%;
}
.semidark-bg {
  background-color: #F9F9F9;
}
@media screen and (min-width: 1024px) {
  #sec1.windows .parallax-box img {
    opacity: .75;
    position: absolute;
    width: 180%;
    left: 20%;
  }
}
#main #sec3 .section-title.dec-title span::before {
  bottom: -16px;
  top: auto;
}
#realtor #sec3 .section-title.dec-title span::before {
  bottom: -24px;
  top: default;
}
.section-title.dec-title span::before {
  bottom: -16px;
}
#about-content #about-container .row {
  padding: 12px 0;
}
#about-content .section-title.dec-title {
  padding-bottom: 0px;
  text-align: left;
}
#about-content .section-title.dec-title span {
  font-size: 16pt;
  font-weight: 400;
}
#about-content .section-title.dec-title span:before {
  left: 40px;
  transform: translateX(-50%);
  height: 4px !important;
  background: #64a4ac;
}
@media screen and (max-width: 640px) {
  #about-content .section-title.dec-title span:before {
    bottom: -20px;
  }
}
@media screen and (min-width: 640px) {
  #about-content .section-title.dec-title span:before {
    bottom: -30px;
  }
}
#about-content .section-title.dec-title span p {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #about-content .container {
    padding: 0px 0px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 20px;
  }
  #about-content .container .col-xs-12 {
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  #about-content .container {
    padding: 0px 70px;
  }
}
#about-content p {
  padding: 0px;
  display: inline-block;
}
#about-content .about-img {
  max-width: 120px;
  float: left;
}
@media only screen and (max-width: 1036px) {
  .parallax-item {
    margin-bottom: 80px;
  }
  .container.stories .row {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
/* END About content */
.solo-heading .section-title.dec-title {
  margin-left: 60px;
}
@media screen and (max-width: 1036px) {
  .section-title.dec-title {
    bottom: -20px;
  }
}
.section-title {
  line-height: 56px;
}
.section-title.lead {
  font-weight: 600;
}
/* Work items */
#sec5 .port-desc a {
  color: #ffffff;
}
.hover-links {
  float: right;
  margin-top: -50px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.hover-links a {
  display: none;
}
.parallax-deck h3 {
  font-family: 'gteestipro-display-thin';
}
.blog-text h3 {
  text-transform: none;
  font-size: 28px;
}
.blog-text p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .blog-text p:first-child {
    padding-top: 24px;
  }
}
.parallax-deck-item .blog-text {
  margin-top: 16px;
}
@media screen and (min-width: 1500px) {
  #realtor .parallax-block .parallax-deck {
    top: 5vh !important;
  }
}
@media screen and (max-width: 1500px) {
  #realtor .parallax-block .parallax-deck {
    padding: auto 24px;
  }
  #realtor .parallax-block .section-title.dec-title {
    max-width: 80%;
  }
}
#realtor .right-direction .parallax-deck-item {
  max-width: 500px;
}
.parallax-section {
  padding: 120px 0px;
}
.parallax-section .container {
  margin-top: -16px;
}
/* Homepage Mobile padding */
@media screen and (max-width: 960px) {
  .container {
    padding: 12px;
  }
  #submit {
    margin-left: 12px;
  }
}
.more-content {
  margin-left: 24px;
}
.more-content h4 {
  text-align: left;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
}
.more-content a {
  margin-top: 24px;
}
h2.project-header {
  text-align: left;
  margin-bottom: 12px;
}
#symphony .parallax-inner .bg {
  top: -72%;
}
#symphony .overlay {
  opacity: .4;
}
#digite .parallax-inner .bg {
  top: -65%;
}
#digite div#tab-1 .row {
  margin: 80px auto;
}
#digite .back-button {
  margin-top: 56px;
}
.project-header-box {
  display: block;
  margin-top: 100px;
}
.project-header-box p {
  margin-top: 12px;
  margin-bottom: 36px;
}
.team-box:hover .hover-links a {
  display: inline-block;
  padding: 10px 14px;
  margin-left: 14px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #64a4ac;
  color: rgba(100, 164, 172, 0.9);
}
.team-box:hover .hover-links a.about {
  background-color: transparent;
  border: 1px solid transparent;
  color: rgba(100, 164, 172, 0.9);
  font-weight: 500;
}
.team-box:hover .hover-links a.about:hover {
  background-color: transparent;
  font-weight: 500;
  color: #4d8990;
  background: rgba(100, 164, 172, 0.1);
}
.team-box:hover .hover-links a:hover {
  background: rgba(100, 164, 172, 0.1);
  font-weight: 500;
  color: #4d8990;
  transform: scale(1.1);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (min-width: 1500px) {
  #latest-designs {
    max-width: 90vw;
    width: 63vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1032px) {
  .team-holder {
    padding-top: 100px;
  }
}
.team-holder li {
  margin-top: 20px;
}
.team-holder li:hover {
  transform: scale(1.03);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.team-holder li:hover .team-photo {
  -webkit-box-shadow: 0px 0px 48px 16px rgba(0, 0, 0, 0.12) !important;
  -moz-box-shadow: 0px 0px 48px 16px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0px 0px 48px 16px rgba(0, 0, 0, 0.12) !important;
}
/* New Work Examples section */
#sec5 .team-holder li {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (max-width: 640px) {
  #sec5 .team-holder li {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  #sec5 .team-holder li {
    width: 50%;
  }
}
/* Single page */
.single .parallax-section {
  padding: 80px 0px;
}
.single .parallax-inner .bg {
  height: 200%;
  top: -50%;
}
.single #sec1 {
  padding: 60px 0 120px 0;
}
.single #sec1 .section-title {
  margin-bottom: 18px;
}
.single #sec1 p.lead {
  margin-bottom: 0px;
}
.single .parallax-deck-item h3 {
  text-transform: unset;
}
@media screen and (min-width: 960px) {
  .single .custom-inner-holder {
    margin-top: -24px;
  }
}
#process .step:first-child {
  float: left;
}
.parallax-deck-item p.lead {
  margin-bottom: -8px;
}
.show-back {
  position: absolute;
  left: 80px;
  z-index: 21;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.21);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center !important;
  border: 1px solid rgba(255, 255, 255, 0.41);
}
@media screen and (max-width: 960px) {
  .show-back {
    top: 8px;
  }
}
@media screen and (min-width: 960px) {
  .show-back {
    top: 16px;
  }
}
.show-back:active span {
  text-decoration: line-through;
}
.show-back a {
  color: rgba(255, 255, 255, 0.8);
}
.show-back a:hover {
  color: #fff;
}
.show-back span {
  color: #fff;
  position: absolute;
  left: -100%;
  margin-left: -15px;
  opacity: 0;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (max-width: 960px) {
  .show-back span {
    top: 11px;
  }
}
@media screen and (min-width: 960px) {
  .show-back span {
    top: -15px;
  }
}
.show-back span:active {
  text-decoration: line-through;
}
.show-back:hover span {
  opacity: 1;
  top: 0px;
  left: -40px;
}
/* Featured page tabbed content */
@media screen and (max-width: 1200px) {
  .lightgallery.gallery-items {
    margin-top: 30px;
  }
}
.creat-list a {
  pointer-events: none;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  z-index: 4400;
}
@media screen and (min-width: 1200px) {
  ul.tabs {
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
  }
  ul.tabs li {
    min-width: 160px;
    padding: 14px 24px;
  }
}
@media screen and (min-width: 460px) and (max-width: 1200px) {
  ul.tabs {
    left: 0;
    transform: translateX(0);
    top: -50px;
  }
  ul.tabs li {
    min-width: 100px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 460px) {
  ul.tabs {
    left: 0;
    transform: translateX(0);
    top: -50px;
  }
  ul.tabs li {
    font-size: 11pt !important;
    min-width: 100px;
    padding: 8px 12px;
  }
}
/* Single page gallery */
.horizontal_item {
  padding: 0px 60px;
}
/* Real Estate Page */
#realestate .overlay {
  opacity: .4;
}
#realestate .featured-header {
  float: left;
}
#realestate .featured-header + h2 {
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}
ul.tabs li {
  background: none;
  color: rgba(0, 0, 0, 0.15);
  display: inline-block;
  cursor: pointer;
  line-height: 2em;
  font-family: 'Muli', sans-serif;
  letter-spacing: .05em;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.04);
  margin: 0 -2px;
  padding-top: 18px !important;
  font-size: 16pt;
  vertical-align: top;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.tabs li:hover {
  background: rgba(0, 0, 0, 0.1);
}
ul.tabs li.current {
  color: #64a4ac;
  border-top: 3px solid #64a4ac;
  background: #ffffff;
}
ul.tabs li.current:hover {
  padding-bottom: 14px;
}
.tab-content {
  display: none;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}
/* END Single page */
.rounded {
  border-radius: 6px;
}
@media screen and (max-width: 1500px) {
  #homepage section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1500px) {
  #homepage section {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1036px) {
  #homepage #sec6 section {
    margin-top: 0px;
  }
}
.testimonial-info h3 {
  margin-bottom: 8px;
}
.testimonial-info p {
  margin-bottom: 8px;
}
h1.section-title {
  font-size: 48px;
}
.page-title {
  padding-top: 65px;
}
.max-60 {
  max-width: 60%;
}
/* ============== Reusable ============== */
.spacer-top-120 {
  margin-top: 120px;
}
.spacer-top-100 {
  margin-top: 100px;
}
.spacer-top-80 {
  margin-top: 80px;
}
.spacer-top-60 {
  margin-top: 60px;
}
.spacer-top-40 {
  margin-top: 40px;
}
.spacer-pull-20 {
  margin-top: -40px;
}
.spacer-pull-40 {
  margin-top: -40px;
}
.spacer-pull-60 {
  margin-top: -60px;
}
.spacer-pull-80 {
  margin-top: -80px;
}
.spacer-pull-100 {
  margin-top: -100px;
}
.spacer-pull-120 {
  margin-top: -120px;
}
@media screen and (max-width: 1500px) {
  .max-width {
    max-width: 550px;
  }
}
@media screen and (min-width: 1500px) {
  .max-width {
    max-width: 600px;
  }
}
.back-button {
  text-align: left;
  font-size: 16px;
  padding: 14px 24px;
  width: 120px;
  display: block;
  background: rgba(100, 164, 172, 0.8);
  color: #182a2c;
  border-radius: 4px;
}
.back-button:hover {
  background: #64a4ac;
  border-color: rgba(100, 164, 172, 0.3);
}
.back-button i {
  padding-right: 16px;
}
.serv-item.act-ser .serv-item-inner::before {
  background: rgba(0, 0, 0, 0);
}
.art-overlay {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 4;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .art-overlay {
    bottom: -170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .art-overlay {
    bottom: -140px;
  }
}
@media screen and (min-width: 1700px) {
  .art-overlay {
    bottom: -180px;
  }
}
.art-overlay img {
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 1036px) {
  header {
    height: 56px;
  }
}
.anim-button span {
  font-size: 18px;
  line-height: 1.8em;
  line-height: 1.78em;
  font-family: 'gteestipro-text-light';
}
.sect-subtitle:before,
.sect-subtitle:after {
  display: none;
}
#about p {
  color: #333;
}
#about-container p {
  color: #fff;
}
#sec2 #about .section-title.dec-title {
  font-size: 42px;
  margin-bottom: 32px;
}
#about-container .section-title.dec-title {
  font-size: 42px;
  margin-bottom: 25px !important;
}
#sec2 #about .section-title.dec-title {
  font-size: 48px;
  margin-bottom: 42px;
}
#sec2 .section-title.dec-title span:before {
  bottom: -16px !important;
  left: 0px;
}
@media screen and (min-width: 960px) and (max-width: 1500px) {
  #about .section-title.dec-title,
  #about-container .section-title.dec-title {
    font-size: 56px;
    margin-bottom: 55px;
  }
  #about p,
  #about-container p {
    font-size: 18px;
    font-family: 'gteestipro-text-light';
    font-weight: 200;
  }
}
@media screen and (max-width: 960px) {
  #about .section-title.dec-title,
  #about-container .section-title.dec-title {
    font-size: 42px;
    margin-bottom: 55px;
  }
  #about p,
  #about-container p {
    font-size: 16px;
    font-family: 'gteestipro-text-light';
    font-weight: 200;
  }
}
@media screen and (min-width: 1500px) {
  #about .section-title.dec-title,
  #about-container .section-title.dec-title {
    font-size: 62px;
  }
  #about p,
  #about-container p {
    font-size: 18px;
    line-height: 1.8em;
    line-height: 1.78em;
    font-family: 'gteestipro-text-light';
  }
}
#about span.secondary:before,
#about-container span.secondary:before {
  background: transparent;
  height: 0px;
}
@media screen and (max-width: 1500px) {
  #about-content section {
    padding: 28px 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  #about-content section {
    padding: 68px 0;
  }
}
@media screen and (max-width: 1500px) {
  #sec5 .team-info h4 {
    font-size: 24px;
  }
  #sec5 .team-info h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1500px) {
  #sec5 .team-info h4 {
    font-size: 26px;
  }
  #sec5 .team-info h3 {
    font-size: 20px;
  }
}
#sec5 .section-title.dec-title span.secondary:before {
  display: none;
}
@media screen and (max-width: 1500px) {
  #sec2 section {
    padding: 20px 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  #sec2 section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  #sec2 .section-title.dec-title span:before {
    bottom: -120px;
    left: 5px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  #sec2 .section-title.dec-title span:before {
    bottom: -115px;
    left: 0px;
  }
}
@media screen and (min-width: 1700px) {
  #sec2 .section-title.dec-title span:before {
    bottom: -20px;
    left: 0px;
  }
}
#sec2 .about-box {
  padding: 40px 0px;
}
#sec2 .about-box .ser-list h3 {
  font-size: 16pt !important;
}
#sec2 .about-box .ser-list li {
  font-size: 11pt;
  line-height: 1.4em;
  letter-spacing: .05em;
  padding: 2px 0px;
  font-weight: 200;
}
#sec2 .details {
  padding-top: 22px;
}
#sec2 .details,
#sec2 .price {
  float: left;
  margin-left: 12px;
}
@media screen and (min-width: 1800px) {
  .col-xl-pull-2 {
    right: 16.8% !important;
  }
}
.section-title {
  text-transform: unset;
  font-weight: 200;
}
.section-title.dec-title span:before {
  height: 4px;
}
.parallax-deck h3 {
  text-transform: initial;
  line-height: 1.2em;
}
.parallax-deck-item .blog-text {
  margin-top: 0px;
}
.section-title.dec-title {
  padding-bottom: 36px;
  letter-spacing: .06em;
}
.dark-bg .section-title.dec-title span:before {
  background: #FFF;
}
@media screen and (max-width: 1500px) {
  #about-content .row {
    padding: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  #about-content p {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #about-content p {
    padding: 0 30px 0 0;
    float: left;
  }
}
#about-content.dark-bg .overlay {
  opacity: 0;
}
#about-content .about-img {
  max-width: 110px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1024px) {
  #about-content .about-img {
    margin-top: 20px;
  }
}
ul.tag-list li {
  display: inline-block;
  padding: 4px 6px;
  margin: 8px 2px;
  float: left;
  font-size: 14px;
}
ul.tag-list li a {
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .04em;
  font-family: 'gteestipro-text-regular';
  padding: 6px 12px;
  -webkit-box-shadow: 4px 5px 16px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 4px 5px 16px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(24, 24, 24, 0.1);
}
.technology-list {
  display: flex;
}
.technology-list img {
  max-width: 100%;
}
#experience section {
  padding: 40px;
}
#experience .intro-text {
  font-size: 32pt;
  line-height: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}
#experience .custom-link-holder:before {
  height: 0px !important;
}
#experience p {
  font-size: 18pt;
  font-weight: 200;
}
#experience .overlay {
  opacity: .4 !important;
}
@media only screen and (max-width: 1036px) {
  .creat-list {
    margin-top: 0px;
    margin-bottom: -48px;
  }
}
@media screen and (max-width: 1024px) {
  .single .overflow-img {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .single .overflow-img {
    width: 38vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 1036px) and (max-width: 1500px) {
  .parallax-block .paralax-wrap .respimg {
    width: auto;
    height: auto;
    max-height: 400px;
  }
  .parallax-block .parallax-deck {
    top: 10vh;
  }
  .parallax-block .parallax-deck.short {
    top: 6vh;
  }
}
@media screen and (max-width: 1036px) {
  .parallax-block .paralax-wrap {
    margi-top: 24px;
  }
  .parallax-block .paralax-wrap .respimg {
    max-width: auto;
    height: auto;
    max-height: auto;
    margin-bottom: 10px;
  }
  .parallax-block .parallax-deck-item {
    margin-top: 68px !important;
  }
  .parallax-block .parallax-deck {
    top: 24px;
  }
}
@media screen and (min-width: 1500px) {
  .parallax-block .parallax-deck {
    top: 10vh;
  }
}
@media screen and (min-width: 1200px) {
  .parallax-block .left-direction .parallax-deck {
    right: -100%;
  }
  .parallax-block .right-direction .parallax-deck {
    left: -80%;
  }
  .parallax-block .paralax-wrap {
    opacity: 1;
  }
}
#sec4 {
  border-top: 2px solid rgba(45, 45, 32, 0.18);
}
#sec6 .cd-timeline-img.cd-timeline-img.cd-picture {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  #sec6 .cd-timeline-img.cd-timeline-img.cd-picture {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #sec6 .cd-timeline-img.cd-timeline-img.cd-picture {
    padding-top: 18px;
  }
}
#sec6 .cd-timeline-img.white-bg.cd-picture img {
  border-radius: 30em;
}
#sec6 .cd-timeline-img span {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%);
}
#sec6 .cd-timeline-img span img {
  height: 42px;
  width: 42px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #sec6 .cd-timeline-img span img {
    margin-top: -20px !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  #sec6 .cd-timeline-img span img {
    margin-top: -8px !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  #sec6 .cd-final {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  #sec6 .cd-timeline-block:nth-child(odd),
  #sec6 .cd-timeline-block:first-child,
  #sec6 .cd-timeline-block h2,
  #sec6 .cd-timeline-block p {
    text-align: left;
  }
  #sec6 span.cd-date {
    float: left;
    max-width: 120px;
  }
  #sec6 span.cd-date.wide {
    max-width: 150px;
  }
}
@media screen and (max-width: 380px) {
  #years-experience {
    margin-left: 10%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 380px) and (max-width: 468px) {
  #years-experience {
    margin-left: 16%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 468px) and (max-width: 768px) {
  #years-experience {
    margin-left: 30%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #years-experience {
    margin-left: 70%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  #years-experience {
    max-height: 50vh;
  }
}
.stacked-doughnut-chart {
  display: inline-block;
  float: left;
  position: relative;
  transform: rotate(90deg) !important;
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transform: rotate(90deg);
  /* Chrome, Opera 15+, Safari 3.1+  */
  -ms-transform: rotate(90deg);
  /* IE 9 */
}
@media screen and (max-width: 468px) {
  .stacked-doughnut-chart {
    width: 100vw;
    padding: 40px;
    max-height: 580px;
    margin-left: -20%;
  }
}
@media screen and (min-width: 468px) and (max-width: 768px) {
  .stacked-doughnut-chart {
    width: 100%;
    max-height: 460px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stacked-doughnut-chart {
    width: 80%;
    max-height: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .stacked-doughnut-chart {
    max-width: 40vw;
    margin-top: -90%;
    margin-left: -75%;
    font-size: .9vw;
  }
}
.stacked-doughnut-chart ol {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  z-index: 800;
  top: 3%;
  left: 58%;
  transform: rotate(-90deg) !important;
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Opera 15+, Safari 3.1+  */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
}
.stacked-doughnut-chart ol li {
  font-family: 'altehaasgrotesk-regular', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .06em;
  color: darkgray;
}
.stacked-doughnut-chart ol li .years {
  font-weight: 700;
}
@media screen and (max-width: 350px) {
  .stacked-doughnut-chart ol {
    top: 10%;
    left: 51vw;
    line-height: 4.3vw;
    font-size: 7px;
  }
}
@media screen and (min-width: 350px) and (max-width: 468px) {
  .stacked-doughnut-chart ol {
    top: 10%;
    left: 55vw;
    line-height: 4.3vw;
    font-size: 7px;
  }
}
@media screen and (min-width: 468px) and (max-width: 768px) {
  .stacked-doughnut-chart ol {
    top: 2%;
    left: 52%;
    line-height: 3.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stacked-doughnut-chart ol {
    line-height: 3.5vw;
    top: 12%;
    left: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .stacked-doughnut-chart ol {
    line-height: 2.4vw;
  }
}
.stacked-doughnut-chart .ring1 {
  max-width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.stacked-doughnut-chart .ring1 .animation1 {
  animation: animation1 5s;
  transform: rotate(0deg);
  transform-origin: center;
  animation-delay: 4s;
  animation-fill-mode: both;
}
@keyframes animation1 {
  to {
    stroke-dasharray: 75 25;
  }
}
.stacked-doughnut-chart .ring2 {
  max-width: 85.5%;
  margin-left: 50%;
  transform: translate(-50%, -109%);
}
.stacked-doughnut-chart .ring2 .animation2 {
  animation: animation2 4.2s;
  transform: rotate(0deg);
  transform-origin: center;
  animation-delay: 4s;
  animation-fill-mode: both;
}
@keyframes animation2 {
  to {
    stroke-dasharray: 60 40;
  }
}
.stacked-doughnut-chart .ring3 {
  max-width: 71%;
  margin-left: 50%;
  transform: translate(-50%, -242%);
}
.stacked-doughnut-chart .ring3 .animation3 {
  animation: animation3 3.8s;
  transform: rotate(0deg);
  transform-origin: center;
  animation-delay: 4s;
  animation-fill-mode: both;
}
@keyframes animation3 {
  to {
    stroke-dasharray: 50 50;
  }
}
.stacked-doughnut-chart .ring4 {
  max-width: 56.5%;
  margin-left: 50%;
  transform: translate(-50%, -418%);
}
.stacked-doughnut-chart .ring4 .animation4 {
  animation: animation4 3s;
  transform: rotate(0deg);
  transform-origin: center;
  animation-delay: 4s;
  animation-fill-mode: both;
}
@keyframes animation4 {
  to {
    stroke-dasharray: 18 82;
  }
}
/* ---------------------- PORTFOLIO -------------- */
.hid-sidebar .box-item {
  padding: 10px 0;
}
.hid-sidebar .lightgallery {
  margin-top: 20px;
  padding-left: 10px;
}
.solo-heading {
  padding: auto 40px;
}
/* ---------------------- END PORTFOLIO -------------- */
/* ---------------------- TIMELINE -------------- */
/* #TIMELINE
================================================== */
.cd-timeline-start {
  position: relative;
  display: block;
  clear: both;
  width: 200px;
  padding: 10px;
  border: 3px solid #E5E5E5;
  background: #FFF;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cd-timeline-start {
    margin: 0 auto 10px;
  }
}
.cd-final {
  margin-bottom: 0;
}
.cd-timeline-start-caption,
.cd-timeline-start-date {
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.cd-timeline-start-caption {
  color: #4b4e53;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cd-timeline-start-date {
  margin-bottom: 5px;
}
.cd-timeline-content h2 {
  line-height: 36px;
  margin-bottom: 0;
}
/*****	#MODULES - reusable parts of our design	*****/
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e5e5e5;
}
@media only screen and (min-width: 991px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 991px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #dfdfdf;
  text-align: center;
  font-size: 24px;
  padding-top: 16px;
  color: #fff;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 991px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f3f3f3;
  padding: 20px;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #4b4e53;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
}
.cd-date-year,
.cd-date-month {
  display: block;
  font-family: 'OswaldLight', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.cd-date-year {
  font-size: 20px;
  margin-bottom: 3px;
}
.cd-date-month {
  font-size: 14px;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #f3f3f3;
}
/* .cd-timeline-relative {
	position:relative;
} */
h2.portfolio-timeline-title {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f3f3f3;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  /*   .cd-timeline-content .cd-date.portfolio-timeline-title {
    top: 19px;
  } */
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f3f3f3;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 991px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ---------------------- CASE STUDIES -------------- */
/* ---------------------- CASE STUDIES END -------------- */
/* ---------------------- WORK EXAMPLES -------------- */
.round-filter.filter-holder {
  display: none;
}
/* ---------------------- WORK STUDIES END -------------- */
/* ---------------------- CONTACT -------------- */
.content-footer .content {
  background: transparent !important;
}
#sec7 .social-bar {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: auto auto auto auto auto;
}
#sec7 .social-bar i {
  font-size: 32px !important;
}
.footer-logo {
  max-width: 200px;
}
/* ---------------------- TIMELINE -------------- */
#testimonials.dark-bg .overlay {
  opacity: .3 !important;
}
#testimonials .testimonial-photo {
  max-width: 60px;
  border-radius: 40em;
  border: 2px solid rgba(44, 54, 54, 0.4);
}
#testimonials .testimon-slider .item {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 60px auto;
}
#testimonials .testimonial-context {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: auto 1fr;
  text-align: left;
}
#testimonials span.title,
#testimonials span.company {
  float: left;
  display: inline-block;
  margin-top: -18px;
  justify-self: start;
  width: auto;
}
#testimonials span.company {
  text-transform: uppercase !important;
  letter-spacing: .07em;
}
#testimonials .cd-title {
  font-weight: 300;
  padding-right: 10px;
}
#testimonials span.title {
  position: relative;
  display: block;
}
#testimonials span.title:after {
  content: '|';
  position: absolute;
  left: -20px;
  top: -5px;
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 14pt;
}
.hero-scroll-link {
  background-color: rgba(255, 255, 255, 0.2);
}
@font-face {
  font-family: 'gteestipro-display-regular';
  src: url('/fonts/gt-eesti-pro-display-regular-webfont.woff2') format('woff2'), url('../fonts/gt-eesti-pro-display-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gteestipro-display-thin';
  src: url('../fonts/gt-eesti-pro-display-thin-webfont.woff2') format('woff2'), url('../fonts/gt-eesti-pro-display-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gteestipro-display-ultra-light';
  src: url('../fonts/gt-eesti-pro-display-ulight-webfont.woff2') format('woff2'), url('../fonts/gt-eesti-pro-display-ulight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gteestipro-text-regular';
  src: url('../fonts/gt-eesti-pro-text-regular-webfont.woff2') format('woff2'), url('../fonts/gt-eesti-pro-text-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gteestipro-text-light';
  src: url('../fonts/gt-eesti-pro-text-light-webfont.woff2') format('woff2'), url('../fonts/gt-eesti-pro-text-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title {
  font-family: 'gteestipro-display-thin';
}
a {
  font-family: 'gteestipro-text-light';
  letter-spacing: 0.0275em;
  font-weight: 100;
  font-size: 1.18em;
}
.container p {
  font-family: 'gteestipro-text-light';
  letter-spacing: 0.0275em;
  font-weight: 100;
  font-size: 1.18em;
}
.to-top {
  font-family: 'gteestipro-text-light';
}
.copyright {
  font-family: 'gteestipro-text-light';
}
p.footer-text {
  font-size: 0.85em;
}
#latest-designs p {
  font-family: 'gteestipro-display-regular' !important;
}
#latest-designs .latest-story h3 {
  font-family: 'gteestipro-display-regular';
}
#latest-designs .latest-story p {
  font-size: 0.95em !important;
  font-family: 'gteestipro-text-light' !important;
}
#sec6 li {
  font-family: 'gteestipro-text-light';
  text-align: left !important;
  list-style: disc;
  margin-left: 16px;
}
.text-center {
  text-align: center;
}
.hero-wrap-item h3 {
  letter-spacing: .13em;
  font-size: 3.3em;
  text-transform: none !important;
}
.hero-wrap-item p {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'gteestipro-text-regular';
  letter-spacing: 0.12em;
}
h2.section-title {
  font-size: 34px;
  line-height: 48px;
}
h2.section-title span,
h2.section-title .parallax-deck-item h3,
h2.section-title .team-info h4 {
  font-family: 'gteestipro-display-thin';
}
.parallax-deck-item h3 strong,
#about-content .section-title.dec-title span {
  font-family: 'gteestipro-display-regular';
  letter-spacing: .06em;
}
h1.section-title.dec-title {
  font-family: 'gteestipro-display-ultra-light';
}
h1,
.hero-wrap-item h2 {
  font-size: 3.6em;
  letter-spacing: 0.07em;
  font-family: 'gteestipro-display-ultra-light';
}
h3 {
  font-size: 20px;
}
.process-box h3 {
  font-size: 20px;
}
/* Regular type */
.team-info h3,
.sect-subtitle,
#about-content p,
#about-content p,
.hero-wrap-item h3,
.cd-date-month,
.title,
.testimonial-info h3,
.section-pretitle {
  font-family: 'gteestipro-text-regular';
}
span.show-thumbs.vis-con-panel.vis-t {
  font-size: 16px;
  padding: 12px 16px;
  font-family: 'gteestipro-text-regular';
}
.single .section-title.lead {
  font-family: 'gteestipro-text-light';
  letter-spacing: 0.0275em;
}
.sect-subtitle span {
  font-family: 'gteestipro-display-ultra-light';
}
.single .parallax-section h2 {
  font-family: 'gteestipro-text-light';
  letter-spacing: 0.0275em;
}
.single .btn {
  padding: 8px 23px !important;
  font-size: 16px;
}
#about p,
.cd-timeline-content p,
.testimonial-info p,
.cd-timeline-content .cd-title,
#about-container p,
#latest-designs p,
p {
  font-family: 'gteestipro-text-light';
  letter-spacing: 0.0275em;
  font-weight: 100;
  line-height: 1.4em;
}
.number {
  font-family: 'gteestipro-display-ultra-light';
}
/* Bold type */
h2,
h3,
h4,
.cd-date-year,
.footer-title h2,
.cd-timeline-content h2,
h1 strong,
button,
.btn span {
  font-weight: 200;
  font-family: 'gteestipro-display-regular';
}
#operation ul,
#operation ol {
  display: block;
  text-align: left;
}
#operation ul li,
#operation ol li {
  padding: 4px 8px;
  line-height: 1.4em;
  font-family: 'gteestipro-text-light';
}
#sec2 #about .section-title.dec-title {
  margin-bottom: 0px;
}
/* extra bold type */
h2 strong,
h3 strong {
  font-family: 'gteestipro-display-regular';
  font-weight: 800;
}
ol {
  text-align: left;
  line-height: 2;
  padding-left: 20px;
}
ol li {
  font-size: 16px;
  font-family: 'gteestipro-text-regular', sans-serif;
}
@media screen and (min-width: 1500px) {
  ol li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1036px) {
  .parallax-item {
    margin-bottom: 80px;
  }
  .paralax-wrap {
    margin-top: 52px;
  }
}
.dark-bg p {
  color: rgba(255, 255, 255, 0.92);
}
p {
  font-size: 16px;
  line-height: 1.8em;
  line-height: 1.78em;
  color: #333;
}
@media screen and (min-width: 1500px) {
  p {
    font-size: 18px;
  }
}
p.lead {
  font-size: 18px;
  font-weight: 600;
  font-family: 'gteestipro-text-regular', sans-serif;
  padding-bottom: 10px;
  line-height: 1.85em;
  margin-top: -24px;
  margin-bottom: 20px;
}
/*
.intro-slide p {
    max-width: 90%;
}*/
.parallax-deck-item h3:before {
  top: auto;
  bottom: -10px;
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .left-direction .parallax-deck {
    right: -90% !important;
  }
  .right-direction .parallax-deck {
    left: -80% !important;
  }
}
.story-head {
  display: block;
  float: left;
  font-size: 16px;
  font-family: 'gteestipro-text-regular', sans-serif;
  font-weight: 600;
  margin-top: 10px;
}
.blog-text {
  margin-top: -20px;
}
.blog-text ol li {
  font-family: 'gteestipro-text-light', sans-serif;
}
.blog-text p {
  text-transform: unset !important;
}
span.intro-number {
  text-align: left;
  float: left;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0px;
}
span.intro-number + p {
  margin-left: 24px !important;
  padding-left: 24px !important;
}
#about-content .section-title.dec-title span {
  font-size: 24px;
  letter-spacing: .075em;
}
#about-content p {
  margin-top: 8px;
}
#sec3 h2.section-title span,
#sec4 h2.section-title span,
#sec5 h2.section-title span,
#sec6 h2.section-title span {
  font-size: 42px !important;
  line-height: 1.18em;
}
#sec2 .section-title {
  line-height: 1.2em;
}
@media screen and (max-width: 1700px) {
  #sec2 .section-title strong {
    display: block;
    padding-right: 40px;
  }
}
