/*

/// Viewport sized typography with minimum and maximum values
///
/// @author Eduardo Boucas (@eduardoboucas)
///
/// @param {Number}   $responsive  - Viewport-based size
/// @param {Number}   $min         - Minimum font size (px)
/// @param {Number}   $max         - Maximum font size (px)
///                                  (optional)
/// @param {Number}   $fallback    - Fallback for viewport-
///                                  based units (optional)
///
/// @example scss - 5vw font size (with 50px fallback), 
///                 minumum of 35px and maximum of 150px
///  @include responsive-font(5vw, 35px, 150px, 50px);
///

*/
/*

/// Viewport sized typography with minimum and maximum values
///
/// @author Eduardo Boucas (@eduardoboucas)
///
/// @param {Number}   $responsive  - Viewport-based size
/// @param {Number}   $min         - Minimum font size (px)
/// @param {Number}   $max         - Maximum font size (px)
///                                  (optional)
/// @param {Number}   $fallback    - Fallback for viewport-
///                                  based units (optional)
///
/// @example scss - 5vw font size (with 50px fallback), 
///                 minumum of 35px and maximum of 150px
///  @include responsive-font(5vw, 35px, 150px, 50px);
///

*/
.eps-nav {
  margin-bottom: 0;
  background: transparent !important;
  border: none;
  padding: 25px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .eps-nav .logo-svg {
    -webkit-transition: fill 0.3s linear;
    -moz-transition: fill 0.3s linear;
    -ms-transition: fill 0.3s linear;
    -o-transition: fill 0.3s linear;
    transition: fill 0.3s linear; }
  .eps-nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: inherit;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .eps-nav #navbar {
    padding-top: 10px; }
  .eps-nav .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0 15px; }
    .eps-nav .navbar-nav > li > a:hover {
      color: #000000;
      border-bottom: 2px solid #000000; }
  .eps-nav .navbar-nav .active > a {
    color: #FFF; }
    .eps-nav .navbar-nav .active > a:hover {
      background-color: transparent;
      color: #FFF; }
  .eps-nav .logo-svg {
    fill: #000000 !important; }
  .eps-nav img {
    width: 215px; }
  .eps-nav .nav-link, .eps-nav .lng-link, .eps-nav .lng-link a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    -webkit-transition: font-size 0.3s linear;
    -moz-transition: font-size 0.3s linear;
    -ms-transition: font-size 0.3s linear;
    -o-transition: font-size 0.3s linear;
    transition: font-size 0.3s linear;
    color: #000000 !important; }
  .eps-nav .navbar-svg {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .eps-nav .eps-toggle {
    border: none;
    z-index: 1000; }
    .eps-nav .eps-toggle:hover {
      background: none; }
    .eps-nav .eps-toggle:focus {
      background: none; }
    .eps-nav .eps-toggle #eps-close-svg {
      display: none;
      margin-right: 6px;
      margin-top: 1px; }
  .eps-nav .navbar-toggle {
    height: 30px;
    margin: 0 6px 0 0;
    padding: 6px 0px; }
  .eps-nav .eps-hamburger-icon {
    fill: #000000 !important; }
  .eps-nav.minimized {
    background: #000000 !important;
    padding: 15px 0 !important; }
    .eps-nav.minimized .navbar-svg {
      width: 36px !important; }
    .eps-nav.minimized .nav-link {
      color: #FFFFFF !important;
      font-size: 14px !important; }
      .eps-nav.minimized .nav-link:hover {
        color: #FFFFFF !important;
        border-bottom: 1px solid #FFFFFF !important; }
    .eps-nav.minimized .lng-link {
      top: -14px !important; }
      .eps-nav.minimized .lng-link a {
        color: #FFFFFF !important;
        font-size: 10px !important; }
    .eps-nav.minimized .logo-svg, .eps-nav.minimized .eps-hamburger-icon, .eps-nav.minimized .eps-close-icon {
      fill: #FFFFFF !important; }
    .eps-nav.minimized .navbar-brand {
      color: #FFFFFF !important;
      font-size: 20px !important; }
  .eps-nav.hover {
    padding: 25px 0 !important; }
    .eps-nav.hover .navbar-svg {
      width: 43px !important; }
    .eps-nav.hover .nav-link {
      font-size: 18px !important; }
    .eps-nav.hover .lng-link a {
      font-size: 12px !important; }
    .eps-nav.hover .navbar-brand {
      font-size: 26px !important; }

/*@import 'overrride';
*/
::selection {
  /* WebKit/Blink Browsers */
  background-color: rgba(0, 0, 0, 0.99);
  color: #FFFFFF; }

::-moz-selection {
  /* Code for Firefox */
  background-color: rgba(0, 0, 0, 0.99);
  color: #FFFFFF; }

input[type=text], input[type=email], input[type=tel], textarea {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
  font-weight: 400; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
  font-weight: 400; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
  font-weight: 400; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
  font-weight: 400; }

body {
  color: #000000;
  font: normal normal 18px/26px "gordita", Montserrat, Helvetica, sans-serif;
  overflow-y: hidden;
  overflow-x: hidden; }

a.text-link {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700; }
  a.text-link:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #000000; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5 {
  margin-top: 0px; }

h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700; }
  h1.primary {
    font-size: 90px;
    line-height: 110px;
    font-weight: 700; }
    @media all and (max-width: 480px) {
      h1.primary {
        font-size: 10vw;
        line-height: 15vw; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      h1.primary {
        font-size: 50px;
        line-height: 58px; } }

h2 {
  font-size: 24px; }
  @media all and (max-width: 420px) {
    h2 {
      font-size: 20px; } }
  h2.primary {
    font-size: 90px;
    line-height: 110px;
    font-weight: 700; }
    @media all and (max-width: 480px) {
      h2.primary {
        font-size: 10vw;
        line-height: 15vw; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      h2.primary {
        font-size: 50px;
        line-height: 58px; } }

h4 {
  margin-bottom: 0px; }

hr {
  width: 33px;
  border-bottom: 10px solid #000000;
  margin-bottom: 26px; }

ul.list-style-2 {
  list-style: none;
  font-size: 14px;
  line-height: 14px;
  padding-left: 0px;
  font-weight: 700; }
  ul.list-style-2 li {
    margin-bottom: 12px; }

address {
  margin: 0; }

.text-medium {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500; }

.address-container {
  font-family: "gordita", Montserrat, Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 18px; }
  @media all and (max-width: 420px) {
    .address-container {
      max-width: 200px !important; } }
  .address-container .office-photo {
    width: 190px;
    float: left; }
    @media all and (max-width: 420px) {
      .address-container .office-photo {
        display: none; } }

.js-info-bubble-close {
  right: 16px !important; }

.mobilenav {
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #000000; }
  .mobilenav ul {
    position: absolute;
    left: 0%;
    top: 45%;
    width: 100%;
    padding: 0;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%); }
    .mobilenav ul li {
      list-style-type: none;
      text-align: center;
      padding: 10px; }
      .mobilenav ul li a {
        font-size: 2rem;
        line-height: 4rem;
        color: #000000;
        text-decoration: none;
        font-weight: 500;
        width: 100%; }
        .mobilenav ul li a.mobile-navlink-lng {
          font-size: 1.5rem; }
        .mobilenav ul li a:hover {
          border-bottom: 2px solid #000000; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("images/loading-animation.gif") 50% 50% no-repeat #000000;
  background-size: 150px; }

.container-wrapper {
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.canvas-container {
  height: 100vh;
  width: 100vw;
  z-index: 2;
  position: absolute; }

.pb-40 {
  padding-bottom: 40px; }
.pb-74 {
  padding-bottom: 74px; }
  @media (max-width: 992px) {
    .pb-74 {
      padding-bottom: 24px; } }

.intro {
  /*	@include flexbox();
  	align-items:center;*/
  padding-top: 150px; }

@media (max-width: 480px) {
  .introduction {
    min-height: 1px; } }
.introduction .home {
  min-height: 100vh; }
  .introduction .home .row {
    padding-top: 320px; }
    @media (min-width: 768px) {
      .introduction .home .row {
        padding-top: 360px; } }
    @media (min-width: 992px) {
      .introduction .home .row {
        padding-top: 150px; } }
.introduction .project {
  padding-top: 100px; }
.introduction .home-blurb {
  padding-top: 40px; }
  @media all and (max-width: 420px) {
    .introduction .home-blurb {
      padding-top: 30px; } }
.introduction .home-cta {
  z-index: 12;
  margin-top: -90px; }
  @media (max-width: 480px) {
    .introduction .home-cta {
      margin-top: -80px; } }
.introduction .intro-text h1 {
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 38px; }
.introduction #confetti {
  overflow: hidden;
  height: 520px;
  position: absolute; }
.introduction .first {
  position: relative;
  z-index: 4; }
  .introduction .first .section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .introduction .first .section .section-intro, .introduction .first .section .good-communication {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .introduction .first .section-work {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .introduction .first .section-work .section-intro, .introduction .first .section-work .good-communication {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
.introduction .tagline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.latest-work .latest-work-title-info {
  padding: 10px 0 0 0; }
  .latest-work .latest-work-title-info p {
    font-size: 14px;
    padding: 10px 0; }

.homepage-portfolio {
  padding-top: 60px; }
  @media all and (max-width: 992px) {
    .homepage-portfolio {
      padding-top: 1px; } }
  @media all and (min-width: 767px) and (max-width: 992px) {
    .homepage-portfolio.fr {
      min-height: 455px; } }

.portfolio-item {
  padding-top: 20px; }
  @media (max-width: 991px) {
    .portfolio-item {
      padding-top: 0; } }

ul.img-list li:hover span.text-content {
  opacity: 1; }

.section {
  padding-top: 100px; }
  @media (max-width: 992px) {
    .section {
      padding-top: 60px; } }
  .section .section-intro p {
    max-width: 275px; }

.project-intro {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .project-intro {
      margin-top: 20px;
      margin-bottom: 20px; } }

.project-description {
  text-align: left !important;
  /*	h1, p {
  		max-width: 275px;
  		@media (max-width:992px) {
  			max-width: 100%;
  		}
  	}*/ }
  .project-description-text {
    font-size: 1.15em !important;
    line-height: 1.5em !important; }
    @media (max-width: 480px) {
      .project-description-text {
        font-size: 1em !important; } }
  @media (max-width: 992px) {
    .project-description {
      margin-bottom: 30px; } }
  .project-description h1 {
    font-size: 2.5em;
    line-height: 1.25em; }
    @media (max-width: 480px) {
      .project-description h1 {
        font-size: 2em !important; } }
  .project-description p {
    margin: 38px 0; }
    @media (max-width: 992px) {
      .project-description p {
        margin: 20px 0; } }
  .project-description .project-tags {
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    padding: 0 !important; }

.lng-link {
  position: absolute;
  right: 15px;
  top: -18px; }

.lng-link a {
  font-size: 12px;
  color: #000000;
  font-weight: 500; }
  .lng-link a:hover {
    text-decoration: none;
    border-bottom: 2px solid #000000; }

.call-out {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 50px 0px 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .call-out:hover, .call-out:focus {
    color: #000000;
    text-decoration: none; }
  .call-out:hover img, .call-out:focus img {
    transform: translate(8px, 0); }
  .call-out img {
    padding: 0 0 5px 10px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }

.call-out-right {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 30px;
  padding-right: 10px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .call-out-right span {
    display: block; }
  .call-out-right .project-call-out {
    margin: -10px 0; }
  .call-out-right:hover {
    color: #000000;
    text-decoration: none; }
  .call-out-right:hover img, .call-out-right:focus img {
    transform: translate(8px, 0); }
  .call-out-right img {
    position: absolute;
    left: 70%;
    top: 28%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }

.call-out-left {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 700;
  /*	margin-left:10px;
  */
  padding-left: 38px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .call-out-left span {
    display: block; }
  .call-out-left .project-call-out {
    margin: -10px 0;
    text-align: right; }
  .call-out-left:hover {
    color: #000000;
    text-decoration: none; }
  .call-out-left:hover img, .call-out-left:focus img {
    transform: translate(-8px, 0); }
  .call-out-left img {
    position: absolute;
    left: 0;
    top: 28%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }

.project .section-intro {
  min-height: 475px; }

.project-nav-top .project-nav-left {
  position: absolute;
  bottom: 30px;
  z-index: 2; }
.project-nav-top .project-nav-right {
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 2; }
  .project-nav-top .project-nav-right a {
    text-decoration: none; }

.project-nav-bottom {
  position: relative;
  padding-bottom: 40px; }
  .project-nav-bottom .project-nav-left {
    position: absolute;
    z-index: 2; }
  .project-nav-bottom .project-nav-right {
    position: absolute;
    right: 0;
    z-index: 2; }
    .project-nav-bottom .project-nav-right a {
      text-decoration: none; }

.nav-bottom .row {
  padding-bottom: 60px; }

/* GENERAL BUTTON STYLING */
a.eps-btn,
a.eps-btn::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a.eps-btn::before,
a.eps-btn::after {
  background: #FFFFFF;
  content: '';
  position: absolute;
  z-index: -1; }

a.eps-btn {
  max-width: 460px;
  text-align: center;
  background-color: #000000;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 40px 13px 40px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%); }
  a.eps-btn:after {
    height: 100%;
    left: -45%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0; }
  a.eps-btn:hover {
    text-decoration: none;
    color: #000000; }
  a.eps-btn:hover:after {
    background-color: #FFFFFF;
    height: 100%;
    width: 145%; }
  a.eps-btn:focus {
    background-color: #FFFFFF;
    outline: 0;
    text-decoration: none; }

/* GENERAL BUTTON STYLING */
button,
button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

button::before,
button::after {
  background: #FFFFFF;
  content: '';
  position: absolute;
  z-index: -1; }

button.eps-btn {
  max-width: 460px;
  text-align: center;
  background-color: #000000;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 40px 13px 40px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  button.eps-btn:after {
    height: 100%;
    left: -45%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0; }
  button.eps-btn:hover {
    text-decoration: none;
    color: #000000; }
  button.eps-btn:hover:after {
    background-color: #FFFFFF;
    height: 100%;
    width: 145%; }
  button.eps-btn:focus {
    background-color: #FFFFFF;
    outline: 0; }

button.eps-btn-small {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 25%);
  font-size: 12px;
  padding: 13px 30px 8px 30px; }

.eps-btn-white {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  padding: 16px 40px 12px 40px !important;
  margin-left: -1px !important; }

form label {
  padding-bottom: 5px;
  font-weight: 500; }
form .input-name {
  padding: 0 32px 0 0; }
form .input-email {
  padding: 0 0 0 32px; }
form .form-group {
  margin-bottom: 0px; }
form .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 2px solid #000000;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  color: #000000; }
  form .form-control.eps-input-field {
    padding: 0 14px;
    padding-top: 2px;
    height: 54px; }
    form .form-control.eps-input-field-secondary {
      color: #DCEEF7 !important;
      background: transparent !important;
      border: 2px solid #FFFFFF !important; }
      form .form-control.eps-input-field-secondary:focus {
        color: #FFFFFF !important; }
  form .form-control:focus {
    color: #000000;
    border-color: #FFFFFF; }
form textarea.form-control {
  padding: 18px 14px 21px 14px; }
form .form-message {
  padding-top: 120px; }
form .submit-button {
  padding-top: 35px; }
form #success-message {
  transform: scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #DCEEF7;
  width: 130px;
  height: 130px;
  background: #000000;
  border-radius: 100%;
  font-size: 18px; }
  form #success-message img {
    padding-bottom: 10px; }

.has-error .help-block {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px; }

.help {
  height: 30px; }

.has-error .form-control {
  border-color: #000000; }
  .has-error .form-control:focus {
    border-color: #FFFFFF; }

.has-success .form-control {
  border-color: #2D926F !important; }
  .has-success .form-control:focus {
    border-color: #2D926F !important; }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    opacity: 0;
    -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; }
    .hovereffect .overlay .project-info {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      top: 53% !important;
      width: 100%; }
      .hovereffect .overlay .project-info img {
        width: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        top: 20px !important; }
  .hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: 100%; }
  .hovereffect h3 {
    text-align: center;
    position: relative;
    font-size: 24px;
    overflow: hidden; }
  .hovereffect p {
    font-size: 14px; }
  .hovereffect p, .hovereffect h3 {
    color: #000000;
    opacity: 0;
    filter: alpha(opacity=0); }
  .hovereffect:hover p, .hovereffect:hover h3, .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100); }

ul.social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px; }
  ul.social-media.profile {
    position: absolute;
    bottom: -85%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
  ul.social-media li {
    display: inline-block; }
    ul.social-media li img {
      vertical-align: middle; }
  ul.social-media li:nth-child(2) {
    padding: 0 5%; }
  ul.social-media li:nth-child(3) {
    padding-right: 5%; }

footer {
  padding: 30px 0;
  color: #000000; }
  footer .footer-studio-description {
    font-size: 18px;
    line-height: 26px; }
  footer .copyright {
    font-size: 10px;
    line-height: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35px; }
    footer .copyright br {
      display: none; }
  footer .footer-contact {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px; }
    footer .footer-contact .divider {
      display: none; }
      @media (max-width: 340px) {
        footer .footer-contact .divider {
          display: inline; } }
    @media (max-width: 340px) {
      footer .footer-contact strong {
        display: none; } }
    @media (max-width: 480px) {
      footer .footer-contact {
        font-size: 13px; } }
  footer p {
    margin: 0; }
    footer p a {
      color: #000000; }
      footer p a:hover {
        color: #000000;
        text-decoration: none;
        border-bottom: 1px solid #000000; }
  footer #mobile-copyright {
    display: none; }

/* ABOUT */
/*#about {

	h1.primary {
		br {
			@media (max-width: 715px) {
				display: none;
			} 
		}
	}

	h2 {
		padding-bottom: 80px;
		position: relative;
		z-index: 1;
		@media (max-width:420px) {
			padding-bottom:30px;

		}

	}


	.section {
		justify-content: center;
		padding-bottom: 100px;
		@media (max-width:420px) {
			padding-bottom:60px;
		}
		&.section-how {
			@media (max-width:420px) {
				padding-bottom:80px;
			}
		}
	}

	.carousel-indicators {
		.active {
			background-color: #000000;
		}
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		left: 30px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		right: 30px;
	}

}

.about-tagline {
	@include flexbox();
	justify-content: center;
	top: 25px;
}
*/
.what-we-do img.about-illio {
  max-width: 300px;
  padding-bottom: 0px; }
.what-we-do p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500; }

.how-we-work .how-we-work-illio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  height: 250px; }
  @media (max-width: 992px) {
    .how-we-work .how-we-work-illio {
      justify-content: center; } }
.how-we-work img.about-illio {
  padding-bottom: 40px;
  max-width: 300px; }
.how-we-work h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 5px; }
.how-we-work p {
  font-size: 18px;
  line-height: 24px; }

/*#how-we-work-carousel {
	min-height:300px;
	@media (max-width:420px) {
		min-height:450px;
	}

}

.why-section {
	min-height: 80vh;
	@media (max-width:500px) {
		min-height: 100vh;
	}
}*/
/*.why-blurb {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: $eps-orange;
	margin-bottom: 30px;
	margin-left:2px;
	width:600px;position:absolute;top:35%;transform:translateY(-50%);padding-left:17px;
	@media (max-width: 992px) {
		top: 15%;
	}
	@media (max-width: 600px) {
		width: 300px;
		font-size: 20px;
		line-height: 28px;
	}
	@media (max-width:375px) {
		font-size: 18px;
		line-height:22px;
		width: 280px;
	}
	@media (max-width:320px) {
		font-size: 16px;
		line-height:20px;
		width: 240px;
	}
}*/
/*
.team-info {
	.name {
		font-size: 36px;
		font-weight: 700;
		padding-bottom: 0px;
		@media all and (max-width:480px) {
			font-size: 32px;
		}
	}
	.subtitle {
		padding-bottom: 44px;
	}
	.blurb {
		padding-bottom: 58px;
		@media (max-width:992px) {
			padding-bottom: 46px;
		}
	}
	.social-media {
		img {
			width: 32px;
			height: 32px;
		}
	}
}

#team-diversity {
	@media (min-width:768px) {
		width: 34% !important;
	}
}*/
/*
.affix-top,.affix{
	position: static;
}

#sidebar {
	&.affix-top {
		@media (min-width:768px) {
			position: static;
			width: 250px;
		}
		@media (min-width: 979px) {
			position: static;
			width: 350px;
		}
	}
	&.affix-bottom {
		@media (min-width: 979px) {
			position: relative;
			width: 350px;
		}
	}
	&.affix {
		@media (min-width:768px) {
			position: fixed;
			top:120px;
			width: 250px;
		}
		@media (min-width: 979px) {
			position: fixed;
			top:120px;
			width: 350px;
		}
	}
	.md-text.fr {
		@media (min-width:767px) and (max-width:992px) {
			font-size: 22px;
			line-height: 30px;
		}
	}
	.eps-btn.fr {
		@media (min-width:767px) and (max-width:992px) {
			font-size: 16px;
			line-height: 18px;
		}
	}
}*/
/*
.what-we-offer {
	.white-confetti-hover {
		overflow-x:hidden;
		position: absolute;
		left: 50%;
		top: -80%;
		transform: translateX(-50%);
	}
	.white-confetti-hover img {
		transform: scale(0);
		@include transition(transform 1s ease);
	}

	&:hover .title .white-confetti-hover img {
		transform: scale(0.5);
	}
	ul {
		list-style: none;
		padding:0;
		margin: 0;
		li {
			font-size: 14px;
			line-height: 20px;
			margin-bottom:10px;
		}
	}
	.services {
		li {
			span {
				display: block;
				&:nth-child(2) {
					margin-top: -13px;
				}
			}
		}
	}
	img {
		padding-bottom: 30px;
	}
	p {
		font-weight: 500;
		max-width: 400px;
		padding-bottom: 30px;
	}
}
*/
.text-partners {
  font-size: 53.5px;
  padding-top: 50px;
  font-weight: 700; }
  @media (max-width: 1200px) {
    .text-partners {
      font-size: 43.9px; } }
  @media (max-width: 992px) {
    .text-partners {
      font-size: 31.4px;
      padding-top: 30px; } }
  @media (max-width: 768px) {
    .text-partners {
      font-size: 4.9vw;
      line-height: 32px;
      padding-top: 20px; } }

.services-item-mobile {
  display: none; }
  @media (max-width: 768px) {
    .services-item-mobile {
      display: block; } }

.services-item-last-column {
  display: block; }
  @media (max-width: 768px) {
    .services-item-last-column {
      display: none; } }

/* Carousel Styles */
.project-carousel {
  width: 100%;
  margin-bottom: 50px; }
  .project-carousel .carousel-control .glyphicon-chevron-left,
  .project-carousel .carousel-control .glyphicon-chevron-right,
  .project-carousel .carousel-control .icon-prev,
  .project-carousel .carousel-control .icon-next {
    top: 48%; }
  .project-carousel .carousel-control .glyphicon-chevron-left,
  .project-carousel .carousel-control .icon-prev {
    left: 20px; }
  .project-carousel .carousel-control .glyphicon-chevron-right,
  .project-carousel .carousel-control .icon-next {
    right: 20px; }

.carousel-indicators {
  bottom: 9px; }
  .carousel-indicators li {
    background-color: #FFFFFF !important;
    border: 1px solid #000000 !important;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .carousel-indicators li:hover {
      background-color: #000000 !important; }
  .carousel-indicators .active {
    background-color: #000000 !important;
    width: 8px;
    height: 8px;
    margin: 0 5px; }

/* work */
.good-design {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px; }

.carousel-inner img {
  width: 100%; }

.carousel-control {
  width: 100px;
  opacity: 0; }

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none; }

.glyphicon-chevron-left {
  background: url(images/chevron-left-black.svg) no-repeat center center; }
  .glyphicon-chevron-left:before {
    content: none; }

.glyphicon-chevron-right {
  background: url(images/chevron-right-black.svg) no-repeat center center; }
  .glyphicon-chevron-right:before {
    content: none; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0; }

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

/* Carousel Header Styles */
.header-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000; }

.header-text h2 {
  font-size: 50px;
  font-size: 6vw;
  font-weight: 700; }
  @media (max-width: 583.33333px) {
    .header-text h2 {
      font-size: 35px; } }
  @media (min-width: 2500px) {
    .header-text h2 {
      font-size: 150px; } }

.btn-min-block {
  min-width: 170px;
  line-height: 26px; }

.btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px; }

.btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }

/* Typography */
.sm-text {
  font-size: 18px;
  line-height: 26px; }
  @media all and (max-width: 420px) {
    .sm-text {
      font-size: 14px;
      line-height: 22px; } }

.md-text {
  font-size: 24px;
  line-height: 36px; }
  @media all and (max-width: 420px) {
    .md-text-home {
      font-size: 18px;
      line-height: 30px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .md-text-home {
      font-size: 22px;
      line-height: 30px; } }

.lg-text {
  font-size: 36px;
  line-height: 46px; }
  @media all and (max-width: 420px) {
    .lg-text {
      font-size: 32px;
      line-height: 42px; } }

.lg-xl-text {
  font-size: 42px;
  line-height: 56px; }
  @media all and (max-width: 420px) {
    .lg-xl-text {
      font-size: 38px;
      line-height: 52px; } }
  @media all and (max-width: 320px) {
    .lg-xl-text {
      font-size: 30px;
      line-height: 34px; } }

.xl-text {
  font-size: 64px;
  font-weight: 700; }

.bold-text {
  font-weight: 700; }

.medium-text {
  font-weight: 500; }

/* Portfolio */
.portfolio {
  padding-top: 100px; }
  .portfolio .section {
    padding: 30px 0; }
  .portfolio .col-md-6 {
    padding-bottom: 30px; }

#Container a:hover {
  text-decoration: none; }
#Container .mix {
  display: none; }

#filters {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-bottom: 25px; }
  #filters li {
    display: inline;
    margin-right: 15px; }
  #filters li span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer; }
    #filters li span:hover {
      color: #000000; }
    @media all and (max-width: 480px) {
      #filters li span {
        font-size: 12px; } }
  #filters li span.active {
    color: #000000; }

.individual-project h2 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 18px;
  font-weight: 700; }
.individual-project .project-content {
  padding-top: 60px; }
  .individual-project .project-content .container .row {
    padding-bottom: 30px; }
    .individual-project .project-content .container .row.last-item {
      padding-bottom: 15px; }
  .individual-project .project-content .container .row:nth-child(odd) .col-md-4 {
    text-align: right; }
    @media (max-width: 992px) {
      .individual-project .project-content .container .row:nth-child(odd) .col-md-4 {
        text-align: left; } }
  .individual-project .project-content.no-cta {
    padding-top: 70px; }
    @media (max-width: 992px) {
      .individual-project .project-content.no-cta {
        padding-top: 30px; } }
  .individual-project .project-content p {
    font-size: 16px;
    line-height: 24px;
    /*			max-width: 275px;*/ }

.single-project-image {
  margin-bottom: 40px;
  width: 100%; }

.project-info-mobile {
  margin-bottom: 60px; }
  .project-info-mobile.last-item {
    margin-bottom: 0; }
  .project-info-mobile p {
    font-size: 14px; }

.project-cta .row {
  padding: 60px 0 50px 0; }
.project-cta p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500; }
.project-cta .eps-btn {
  width: 100%; }

.puffylove-newsletter img {
  position: absolute;
  left: 50%;
  top: 63px;
  transform: translate(-50%, 0%);
  width: 50%;
  border-radius: 2px;
  box-shadow: 0 0 35px 5px rgba(92, 93, 93, 0.35);
  -webkit-box-shadow: 0 0 35px 5px rgba(92, 93, 93, 0.35);
  -moz-box-shadow: 0 0 35px 5px rgba(92, 93, 93, 0.35); }
.puffylove-newsletter img.newsletter-large {
  width: 51%; }
.puffylove-newsletter .carousel-inner > .item {
  -webkit-transition: -webkit-transform 2s ease-in-out;
  -o-transition: -o-transform 2s ease-in-out;
  transition: transform 2s ease-in-out; }

#newsletter1 {
  background: url("images/puffylove/digital/puffylove-desktopBG2.jpg") no-repeat center center !important;
  background-size: 850px 539px !important; }

#newsletter2 {
  background: url("images/puffylove/digital/puffylove-desktopBG.jpg") no-repeat center center !important;
  background-size: 850px 539px !important; }

#newsletter3 {
  background: url("images/puffylove/digital/puffylove-desktopBG4.jpg") no-repeat center center !important;
  background-size: 850px 539px !important; }

#newsletter4 {
  background: url("images/big-ass-one/EPS_Portfolio_Big_Ass_One_Invitations_Page_1.png") no-repeat center center !important;
  background-size: 850px 539px !important; }

.eps-project > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.eps-project .eps-mobile {
  width: 20.2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.puffylove-project {
  background: #FDE9F1;
  width: 100%;
  padding-bottom: 63.334%;
  /* 16:9 */
  position: relative;
  overflow: hidden; }
  .puffylove-project > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .puffylove-project .puffylove-square-image {
    width: 41.334%;
    box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15);
    -webkit-box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15);
    -moz-box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .puffylove-project .puffylove-ipad {
    position: absolute;
    left: 50%;
    top: 62px;
    transform: translate(-50%, 0%);
    width: 88%;
    border-radius: 30px;
    box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15);
    -webkit-box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15);
    -moz-box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15); }
  .puffylove-project .puffylove-iphone {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0%);
    width: 33%;
    border-radius: 38px;
    box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15);
    -webkit-box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15);
    -moz-box-shadow: 0 0 35px 5px rgba(224, 68, 123, 0.15); }
  .puffylove-project .puffylove-ipad-recording {
    width: 83%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2; }
  .puffylove-project .puffylove-instaad {
    width: 27.5%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 1.5%);
    z-index: 2; }

.feelbot-project {
  background: #f6adcd;
  width: 100%;
  padding-bottom: 63.334%;
  /* 16:9 */
  position: relative;
  overflow: hidden; }
  .feelbot-project .feelbot-contrast {
    width: 40%;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    .feelbot-project .feelbot-contrast:first-child {
      left: 30% !important; }
    .feelbot-project .feelbot-contrast:nth-child(2) {
      left: 70% !important; }

.device-frame {
  position: absolute; }

.rtg-project {
  background: #ffbb29;
  width: 100%;
  padding-bottom: 63.334%;
  /* 16:9 */
  position: relative;
  overflow: hidden; }
  .rtg-project > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .rtg-project img.rtg-small-machine {
    width: 42%;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative; }
  .rtg-project .rtg-loading-screen {
    width: 25%;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(0, -50%); }
  .rtg-project .rtg-loading-quiz {
    width: 20%;
    position: absolute;
    right: 25%;
    top: 15%; }
  .rtg-project .rtg-loading-more {
    width: 10%;
    position: absolute;
    bottom: 23%;
    right: 30%; }
  .rtg-project .rtg-refresh {
    width: 5%;
    position: absolute;
    top: 57%;
    right: 32.5%; }

div.stretchy-wrapper {
  width: 100%;
  padding-bottom: 56.67%;
  /* 16:9 */
  position: relative;
  background: blue; }

div.stretchy-wrapper > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 24px;
  text-align: center; }

.iphone-five {
  display: none; }
  @media all and (max-width: 320px) {
    .iphone-five {
      display: block !important; } }

/* Assets Page */
.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
.modal-content {
  height: 100%;
  border-radius: 0;
  background-color: #000000;
  box-shadow: none;
  -webkit-box-shadow: none; }
.modal-body {
  color: #DCEEF7; }

.assets-download {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .assets-download p {
    padding: 30px 0; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #002B5B;
  /* Fallback color */ }

/* Modal Content/Box */
.modal-content-asset {
  color: #FFFFFF;
  text-align: center;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  width: 80%;
  /* Could be more or less, depending on screen size */
  background: none; }
  .modal-content-asset p {
    max-width: 340px;
    margin: 60px auto; }
    .modal-content-asset p:first-child {
      margin-top: 0; }
  .modal-content-asset form .form-control {
    border-color: #FFFFFF;
    color: #DCEEF7;
    background: transparent; }
  .modal-content-asset form .form-group {
    max-width: 480px;
    text-align: left;
    margin: 0 auto; }
    .modal-content-asset form .form-group .input-email {
      padding: 0; }
    .modal-content-asset form .form-group button {
      background: white;
      border: none;
      color: #000000;
      padding: 17px 17px 12px 17px;
      font-size: 18px;
      font-weight: 700;
      border-radius: 0; }

/* The Close Button */
.close {
  float: right;
  margin: 45px;
  font-size: 28px;
  font-weight: bold;
  opacity: 1; }
  .close:hover, .close:focus {
    opacity: 1;
    cursor: pointer;
    text-decoration: none; }

.navbar-default .navbar-collapse {
  border: none; }

.error-page {
  color: #FFFFFF;
  background-color: #000000; }
  .error-page .eps-nav .navbar-nav > li > a {
    color: #FFFFFF; }
  .error-page .mobilenav ul li a {
    color: #FFFFFF; }
  .error-page .error-message-container {
    min-height: 80vh;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .error-page .error-message-container h1 {
      margin-top: 50px;
      font-size: 64px;
      font-weight: 700; }
    .error-page .error-message-container p {
      font-size: 18px;
      padding: 30px 0;
      min-width: 300px; }
    .error-page .error-message-container .error-message {
      align-content: center; }
  .error-page .eps-btn {
    background: #FFFFFF;
    color: #000000;
    font-size: 12px;
    max-width: 225px; }
  .error-page footer {
    background: transparent; }

/* CONTACT PAGE */
.email-info {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500; }
  .email-info a {
    color: #000000; }

#map-container {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 30px; }

.item-video {
  height: 477px !important; }
  @media (max-width: 1200px) {
    .item-video {
      height: 392px !important; } }
  @media (max-width: 992px) {
    .item-video {
      height: 431px !important; } }
  @media (max-width: 728px) {
    .item-video {
      height: inherit !important; } }

@media (max-width: 991px) {
  .lng-link {
    display: none; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    display: none; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: none; } }
@media all and (min-width: 992px) and (max-width: 1200px) {
  .peach-banner {
    margin-top: -150px;
    max-height: 90px; }

  .project-nav-top .project-nav-left, .project-nav-top .project-nav-right {
    bottom: 5px; }

  .project-nav-bottom .project-nav-right {
    right: 0; }

  .project .section-intro {
    min-height: 380px; } }
@media all and (max-width: 991px) {
  .hovereffect img {
    margin-bottom: 30px; }

  .br-typesetting {
    display: none; }

  .what-we-do .about-illio-responsive {
    margin-bottom: 60px; }
    .what-we-do .about-illio-responsive:nth-child(4) {
      margin-bottom: 0; }

  .how-we-work .about-illio-responsive {
    margin-bottom: 60px; }
    .how-we-work .about-illio-responsive:nth-child(4) {
      margin-bottom: 0; }
    .how-we-work .about-illio-responsive img {
      margin-bottom: 40px; }
      .how-we-work .about-illio-responsive img:nth-last-child {
        margin-bottom: 0 !important; }

  .how-we-work h3 {
    text-align: left; }
  .how-we-work br {
    display: none; }

  .pull-md-right {
    float: right; }

  .section .section-intro p, .individual-project .project-content p, .section-work .section-intro p {
    max-width: 100%; }

  .individual-project .project-content.no-cta {
    padding-top: 60px; }

  .project .section-intro {
    min-height: 0; }

  .peach-banner {
    display: none; }

  footer .copyright br {
    display: block; }

  .project-nav-top {
    padding-bottom: 50px; }
    .project-nav-top .project-nav-left {
      bottom: -15px; }
    .project-nav-top .project-nav-right {
      bottom: -15px; } }
@media all and (min-width: 750px) and (max-width: 991px) {
  .pull-md-left {
    float: left; }
    .pull-md-left img {
      margin-right: 40px;
      width: 300px; } }
@media all and (max-width: 767px) {
  .what-we-do .about-illio-responsive img {
    margin-bottom: 0; }

  .how-we-work .about-illio-responsive img {
    margin-bottom: 0; }

  .container {
    padding-left: 25px;
    padding-right: 25px; }

  #navbar {
    display: none; }

  .section .section-intro p {
    max-width: none;
    padding: 20px 0; }

  .section-work .section-intro p {
    max-width: none;
    padding: 20px 0; }

  form .input-name {
    padding: 0; }
  form .input-email {
    padding: 30px 0; }

  .latest-work .project {
    margin-top: 30px; }

  #filters {
    margin-bottom: 25px;
    z-index: 2; }
    #filters li {
      margin-right: 15px; }

  .portfolio .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px; }

  .project-cta p {
    text-align: center;
    margin-bottom: 30px; }
  .project-cta .row {
    padding: 60px 0; }

  footer .pull-right {
    float: none !important; }
  footer .social-media {
    padding-top: 30px; } }
  @media all and (max-width: 767px) and (max-width: 992px) {
    footer .social-media {
      padding-top: 5px; } }
@media all and (max-width: 767px) {
  footer address {
    margin: 0 auto;
    width: 400px; }
  footer .footer-contact {
    display: inline;
    float: left;
    padding: 30px 0; }
    footer .footer-contact:first-child {
      margin-right: 40px; }
  footer .copyright {
    position: relative;
    top: 0; }
    footer .copyright br {
      display: none; } }
@media all and (max-width: 710px) {
  .introduction .first .section .section-intro, .introduction .first .section .good-communication {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .introduction .first .section-work .section-intro, .introduction .first .section-work .good-communication {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }
@media all and (max-device-width: 640px) {
  .white-confetti-hover {
    display: none !important; }

  .who-we-are.mobile {
    display: block; }
    .who-we-are.mobile .carousel-inner img {
      width: inherit !important; }
    .who-we-are.mobile .carousel-indicators {
      bottom: 10px !important; } }
@media all and (max-width: 600px) {
  .project-nav-top {
    padding-bottom: 50px; }
    .project-nav-top .project-nav-left {
      bottom: -15px; }
    .project-nav-top .project-nav-right {
      bottom: -15px; }

  .project-carousel {
    margin-bottom: 70px; }

  .carousel-indicators {
    bottom: 0px; } }
@media all and (max-width: 500px) {
  .introduction .section, .introduction .section-work {
    min-height: 1px; }

  .introduction .project {
    height: inherit;
    padding-top: 100px; }

  .error-page .error-message-container h1 {
    font-size: 40px; }
  .error-page .error-message-container p {
    font-size: 16px; } }
@media all and (max-width: 375px) {
  #about h1 {
    font-size: 45px;
    line-height: 50px; }

  .good-design {
    font-size: 28px;
    line-height: 36px; }

  .who-we-are .peter .peter-info p {
    padding-left: 40px;
    padding-right: 40px; }

  .who-we-are .rhodi .rhodi-info p, .who-we-are .thomas .thomas-info p {
    padding-left: 35px;
    padding-right: 35px; }

  .project-nav-bottom {
    width: 100%; }
    .project-nav-bottom .project-nav-right {
      right: 0; }

  footer .footer-contact {
    font-size: 12px; }
    footer .footer-contact:first-child {
      margin-right: 32px; }
  footer .copyright {
    font-size: 9px; } }
@media all and (max-width: 340px) {
  .why-design .studio-maxims {
    font-size: 44px;
    line-height: 50px; }

  .who-we-are .peter .peter-info p, .who-we-are .rhodi .rhodi-info p, .who-we-are .thomas .thomas-info p {
    padding-left: 25px;
    padding-right: 25px; }

  .carousel-indicators {
    width: 80%;
    margin-left: -40%; }

  footer address {
    margin: 0 0 30px 0; }
  footer .footer-contact {
    font-size: 13px;
    padding: 0; }
    footer .footer-contact:first-child {
      margin-right: 10px;
      margin-bottom: 5px; }
    footer .footer-contact br {
      display: none; }
  footer .copyright {
    padding-top: 25px; } }

/*# sourceMappingURL=style.css.map */
