/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6em;
  }
}
p {
  line-height: 1.5;
  margin: 0 0 40px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
a {
  color: #333333;
}
a:hover,
a:focus {
  color: #0085A1;
}
/* a img:hover,
a img:focus {
  cursor: zoom-in;
} */
blockquote {
  color: #777777;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: black;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #000000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #ffffff;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085A1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #ffffff;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085A1;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #333333;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
  background-color: #000000;
  color: white;
  margin-top: 30px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
}



.project-card {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
  position: relative;
  z-index: 2;
  max-width: 100%;
  bottom: 0;
  text-align: left;
  padding: 15px;
  flex-shrink: 3;
  margin-top: -60px;
  margin-bottom: 30px;
}


.project-card .project-title,
.project-card .project-role,
.project-card .view {
  text-transform: uppercase;
}
.project-card .project-title {
  font-weight: 700;
  color: black;
  font-size: 20px;
  line-height: 1.15;
}
.project-card .project-role {
  color: black;
  font-size: 13px;
}

.mobile-view {
  z-index: 2;
  width: auto;
  position: relative;
  align-self: center;
  margin-top: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.mobile-video {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 380px) {
  .mobile-view {
    width: 320px;
    height: 480px;
  }
}


.flex-vertical-center {
  display: block;
  /* flex-direction: column; */
  /* justify-content: center; */
  /* top: -15px; */
  /* height:480px; */
  position: relative;
  /* width: 83.33333333%; */
  margin-bottom: -200px;
}



@media (min-width: 992px) {
  .project-card {
    background-color: white;
    /* opacity: .85; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    position: relative;
    z-index: 2;
    max-width: 100%;
    bottom: 0;
    text-align: left;
    padding: 15px;
    flex-shrink: 2; /* default 1 */
    margin-top: 0;
    margin-bottom: 0;
  }
  .project-card .project-title {
    font-size: 40px;
  }
  .project-card .project-role {
    font-size: 20px;
  }
  .mobile-view {
    z-index: 3;
    width: auto;
    position: absolute;
    align-self: flex-end;
  }
  .mobile-video {
    /* margin-top: -150px; */
    margin-top: -80px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .flex-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: -15px;
    height:480px;
    position: absolute;
    /* width: 83.33333333%; */
  }
  .mobile-card {
    position: relative;
  }
}



header {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

header.project-header {
  margin-bottom: 200px;
}

.relative {
  position: relative;
}

.box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow:hover {
  cursor: pointer;
}

img.logo-small {
  height: 19px;
  display: inline-block;
}

img.logo {
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}

@media (min-width: 768px) {
  img.logo-small {
    height: 25px;
  }
}

.overlay-container {
  position: relative;
  width: 100%;
}

/* .image {
  display: block;
  width: 100%;
  height: auto;
} */

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-container:hover .overlay,
.thumbnail:hover .overlay {
  opacity: 1;
}

.overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.full-width {
  width: 100%;
}

ul.navbar-nav .navbar-inverse li:hover a {
  color: #333;
}

.text-icon {
  font-size: 8rem;
  color: #084AD4;
  font-weight: 700;
  line-height: 1;
}

.timeline {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
}

.timeline-box {
  align-items: flex-start;
  margin-left: 30px;
  border-left: 3px solid #707070;
  padding-left: 18px;
  font-size: 1.6rem;
}

.timeline-box:last-child {
  border-left: none;
}

.timeline-content {
  margin-top: -32px;
}

hr.time-line {
  display: none;
}

.circle {
  margin: -10px 0 10px 0;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  background: #084AD4;
  border: none;
  border-radius: 50%;
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  hr.time-line {
    border-top: 3px solid #707070;
    width: 85%;
    text-align: center;
    display: block;
    margin: auto;
  }

  .timeline {
    flex-direction: row;
  }

  .timeline-box {
    width: 15%;
    flex-grow: 1;
    padding: 0;
    border: none;
    margin-left: 0;
    text-align: center;
  }

  .timeline-content {
    margin: 0;
  }

  /* .timeline-content strong {
    text-align: center;
  } */

  /* .timeline-content div {
    margin: auto;
    text-align: left;
  } */

  .circle {
    top: 0;
    margin: -10px 0 10px 0;
    left: calc(50% - 10px);
  }
}

.client-grid {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.client-box {
  width: 30%;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

@media (min-width: 992px){
  .client-box {
    width: 20%;
  }
}

.text-white,
.text-white h3,
.text-white a {
  color: #fff!important;
}

.text-white a:hover {
  color: rgba(255, 255, 255, 0.8)!important;
}

/* .client-logo {

} */
