/* Mint Text Colours */
@import "partials/_responsive-nav.css";
/* Mint Text Colours */
/* Mint background tints 25% */
/* BS breakpoints */
body {
  width: 100%;
  height: 100%;
  font-family: 'Gotham A', 'Gotham B', Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d5751;
  background-color: #fff;
  position: relative;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #28c3ab;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #176e61;
  outline: 0;
}
a.dark-green {
  color: #8b6069;
}
.btn-filled {
  background-color: #28c3ab !important;
  color: white !important;
}
.centre-with-margins {
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
  .inner-padding {
    padding: 0 4%;
  }
}
a.more {
  text-decoration: underline;
  color: #40786b !important;
}
.client-quote-text,
.client-quote-source {
  display: block;
  text-align: center;
}
.client-quote-text {
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
}
.client-quote-source {
  font-size: 28px;
  font-weight: 200;
  color: #ffffff;
}
.staff > .slick-list {
  height: 18em;
}
@media screen and (min-width: 1200px) {
  .staff > .slick-list {
    height: 18em;
  }
}
.staff .slick-prev,
.staff .slick-next {
  top: 30%;
}
@media screen and (max-width: 799px) {
  .staff .slick-prev,
  .staff .slick-next {
    top: 42%;
  }
}
@media screen and (min-width: 1024px) {
  .staff .slick-prev,
  .staff .slick-next {
    top: 35%;
  }
}
.slick-prev,
.slick-next {
  top: 23%;
  width: 40px;
  height: 40px;
}
.slick-prev {
  left: -42px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-prev-grey.png);/* fallback */
  background-image: linear-gradient(transparent, transparent), url(../img/arrow-prev-grey.svg);
}
.slick-next {
  right: -56px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-next-grey.png);/* fallback for browsers without background svg support */
  background-image: linear-gradient(transparent, transparent), url(../img/arrow-next-grey.svg);
}
.slick-prev:before,
.slick-next:before {
  content: " ";
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.slick-slider {
  margin-bottom: 30px;
}
/* Inverted Arrows */
.grey .slick-prev {
  left: -42px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-prev-grey.png);/* fallback for browsers without background svg support */
  background-image: linear-gradient(transparent, transparent), url(../img/arrow-prev-grey.svg);
}
.grey .slick-next {
  right: -45px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-next-grey.png);/* fallback for browsers without background svg support */
  background-image: linear-gradient(transparent, transparent), url(../img/arrow-next-grey.svg);
}
/* People carousel */
.large-icon {
  font-size: 25px;
}
.people-pic {
  width: 140px;
  float: left;
  margin: 0 5px;
}
.people-desc {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.staff p {
  margin-top: 8px;
  font-size: 14px;
}
.work .slick-list {
  height: auto;
}
/* /People carousel */
/* Clients carousel */
.clients .slick-slide img {
  margin: 0 auto;
  cursor: pointer;
}
.clients > .slick-list {
  height: 15em;
}
.clients .slick-prev,
.clients .slick-next {
  top: 30%;
}
/* /Clients carousel */
/* Work carousel */
.our-work .slick-slide h3 {
  margin: 10px 0 10px 0px;
  font-size: 22px;
}
.our-work .slick-slide p {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}
.our-work p.brochure-descrip {
  min-height: 10px;
}
.slide-title {
  position: absolute;
  top: 3px;
  right: 3px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px 4px;
  z-index: 5;
}
.slide-title span {
  display: block;
  font-size: 11px;
  color: white;
  font-style: italic;
}
.nested {
  position: relative;
}
.nested .slick-dots {
  bottom: -30px;
  margin-bottom: 0px;
  z-index: 10;
  margin-top: 20px;
}
.nested .slick-dots .slick-active button {
  background-color: #2b2b2c;
}
.nested .slick-dots li button::before {
  color: #fff;
  content: "";
}
.nested .slick-dots li button {
  font-size: 0px;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  height: 16px;
  width: 16px;
  line-height: 8px;
}
.our-work-cats .slick-list {
  height: auto;
}
.our-work-cats .slick-list .slick-slide {
  margin: 0 5px;
  padding-bottom: 3px;
  position: relative;
}
.our-work-cats .slick-list .slick-slide img {
  cursor: pointer;
}
.our-work-cats .slick-list .slick-center {
  border-bottom: 4px solid #40786b;
}
.cat-name {
  position: absolute;
  bottom: 3px;
  height: 22px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px 4px;
}
.cat-name span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: white;
}
@media screen and (max-width: 480px) {
  .cat-name {
    display: none;
  }
}
.category-labels {
  display: table;
}
.category-labels ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
}
.category-labels ul li {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.category-labels ul li:last-of-type {
  margin-right: 0px;
}
.category-labels ul li button {
  padding: 4px 8px;
  width: 140px;
}
@media screen and (max-width: 750px) {
  .category-labels ul li {
    margin: 0 15px 10px 15px;
  }
  .category-labels ul li:last-of-type {
    margin-right: 15px;
  }
}
.our-work .slick-prev,
.our-work .slick-next {
  top: 48%;
}
.light {
  font-weight: 400;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
}
.navbar-brand {
  font-weight: 700;
  height: auto;
  width: 200px;
}
.navbar-brand:focus {
  outline: 0;
}
.navbar-custom a {
  color: #fff;
}
.navbar-custom .nav li a,
.navbar-brand {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active,
.navbar-brand:hover,
.navbar-brand:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
    background-color: #000;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  background: url(../img/intro-road-bg.jpg) no-repeat center center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .mister-mint {
  position: absolute;
  bottom: 2%;
  right: 34%;
  /*width: 230px;*/
  width: 35%;
  /*height: 336px;*/
  height: auto;
  /*background: url(../img/mister-mint.png) no-repeat left top scroll;*/
  z-index: 5;
  margin-right: -20%;
}
/*@media (max-width: 768px) {
  .intro .mister-mint {
    background: url(../img/mister-mint-sml.png) no-repeat left top scroll;
    right: 18%;
  }
}
@media (max-width: 400px) {
  .intro .mister-mint {
    background: url(../img/mister-mint-tny.png) no-repeat left top scroll;
    right: -50px;
    bottom: -15%;
  }
}
@media (max-width: 320px) {
  .intro .mister-mint {
    width: 110px;
    right: 70px;
  }
}*/

@media (max-width: 480px) {

  .staff > .slick-list {
    height: 18em;
  }

  }

@media (max-width: 768px) {
  .intro {
    padding-bottom: 40px;
    /* height: auto; */
  
  }
  .staff > .slick-list {
    height: 21em;
  }
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}
.brand-heading {
  font-size: 40px;
}
.intro-text {
  font-size: 16px;
}
@media (min-width: 767px) {
  .brand-heading {
    font-size: 100px;
  }
  .intro-text {
    font-size: 25px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.page-scroll-upper {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 10;
}
a.arrow-down {
  display: block;
  margin: 0 auto;
  width: 50px;
}
.page-scroll-upper .btn-circle i.animated,
.arrow-down img {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.page-scroll-upper .btn-circle:hover i.animated,
.arrow-down:hover img {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* Forms */
.form-horizontal .control-label {
  padding: 0 0 4px 0;
}
label {
  font-size: 16px;
}
.btn-success {
  background-color: #428978;
  border-color: #40786b;
}
@media (max-width: 767px) {
  .form-group.last {
    margin-bottom: 40px;
  }
}
/* content headers */
/* full-width strips with background images */
.content-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-header h2 {
  color: white;
}
/* content sections */
/* full width strips following on from content headers */
/* contain the main text/image etc content for a main section */
.bio-section {
  background-color: #f0f8f5;
}
.bio-section h4 {
  color: #40786b;
}
.biography {
  font-size: 14px;
}
.content-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-section-static {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f5fcfa;
}
.story-section {
  background-color: #F0F8F5;
  margin-bottom: 20px;
  text-align: left;
}
.story-section img {
  max-width: 100%;
}
/* about-section */
.about-section {
  background-image: url(../img/about-bg.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
}
.about-section P {
  color: #fff;
}
.challenge-section h2 {
  color: #ffffff;
  font-size: 36px;
}
.about-section h2 {
  color: #ffffff;
  font-size: 36px;
}
.work-section h2 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
.clients-section h2 {
  color: #000000;
  font-size: 36px;
}

.contact-section P {
  color: #ffffff;
}
@media (max-width: 480px) {
  .challenge-section h2 {
    color: #ffffff;
    font-size: 32px;
  }

  .nested .slick-dots {
    bottom: -45px;
    margin-bottom: 0px;
    z-index: 10;
  }

  .slick-slider {
    margin-bottom: 40px;
  }

  .who-arrow {
    display: none;
  }


}

@media (max-width: 320px) {
  .nested .slick-dots {
    bottom: -60px;
    margin-bottom: 0px;
    z-index: 10;
  }

  .slick-slider {
    margin-bottom: 60px;
  }

  .who-arrow {
    display: none;
  }

}

@media (max-width: 480px) {
  .about-section h2 {
    color: #ffffff;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .work-section h2 {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 480px) {

  .client-quote-source {
    font-size: 16px;
  }
  .client-quote-text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact-section h2 {
    color: #ffffff;
    font-size: 32px;
  }
}
.work-section h3 {
  color: #ffffff;
  font-size: 28px;
  margin: 10px 0;
}
.clients-section h3 {
  color: #ffffff;
  font-size: 28px;
}
@media (max-width: 768px) {
  .contact-section p.contact-address {
    float: left;
    margin-right: 12%;
  }
}
/* content section specifics */
/* intro-section (logo block) */
.logo-block {
  margin-top: -7%;
}
.logo-block img {
  max-width: 70%;
}
@media (max-width: 768px) {
  .logo-block img {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .logo-block img {
    max-width: 70%;
  }
}
/* news-section */
.news-section {
  background-color: #4d5751;
  padding: 100px;
  min-height: 50px;
}
.news-section p.announce {
  font-size: 20px;
  margin: 0;
  color: white;
  padding: 10px 0;
  text-align: center;
}
.news-section p.announce span.emphasise {
  font-weight: bold;
  text-transform: uppercase;
}
.news-section p.announce a {
  color: #eaf4f6;
}
.news-section p.announce a:hover {
  text-decoration: underline;
}
.welcome-section h2 {
  color: #40786b;
  font-size: 36px;
}
@media (max-width: 480px) {
  .welcome-section h2 {
    color: #40786b;
    font-size: 32px;
  }
}
.people-section {
  background-image: url(../img/our-people-bg.jpg);
}
.people-section h2 {
  color: #ffffff;
  font-size: 36px;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .people-section h2 {
    font-size: 32px;
  }
}
.people-section.content-section {
  padding-top: 20px;
  padding-bottom: 100px;
}
/* work-section */
.work-section {
  background-image: url(../img/work-bg.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
}
.work-section P {
  color: #fff;
}
.work-intro-text h3 {
  font-size: 14px;
}
.work-intro-text p {
  font-size: 14px;
}
/* challenge-section */
.challenge-section {
  background-image: url(../img/challenge-bg.jpg);
  padding-top: 40px;
  min-height: 870px;
}
.challenge-section P {
  color: #fff;
}
.toolbar-section {
  padding-top: 60px;
  padding-bottom: 40px;
}
/* contact-section */
.contact-section {
  background-image: url(../img/contact-bg.jpg);
  padding-top: 150px;
  padding-bottom: 150px;
}
.contact-section h2 {
    color: white;
  }
.clients-section {
  background-image: url(../img/clients-bg.jpg);
}
.clients-section P {
  color: #fff;
}
/* hits-section */
.hits-section {
  margin-top: 20px;
  background-color: #eaf4f6;
}
/* footer-section */
.footer-section {
  padding: 60px 0;
  /*background-image: url(../img/contact-bg.jpg); */
  background: #4d5751;
}
.footer-section ul.footer-links {
  color: white;
  float: left;
  list-style-type: none;
  padding: 0;
}
.footer-section ul.footer-links li span {
  padding-left: 20px;
}
.footer-section ul.footer-links li a {
  color: #176e61;
}
.footer-section .btn-circle {
  margin-top: 0;
}
.page-scroll-bottom {
  float: right;
}
.case_study .slick-dots {
  bottom: 5px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .footer-section ul.footer-links {
    float: none;
    list-style-type: none;
    padding: 0;
    text-align: center;
  }
  .footer-section ul.footer-links li span {
    padding-left: 5px;
  }
  .page-scroll-bottom {
    float: none;
    width: 70px;
    margin: 35px auto 0 auto;
  }
  .people-pic img {
    margin: 0 auto;
  }
}
#map {
  width: 100%;
  height: 400px;
}
@media (min-width: 767px) {
  
}
.btn {
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #28c3ab;
  color: #28c3ab;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #28c3ab;
  outline: 0;
  color: #000;
  background-color: #28c3ab;
}
.btn-huge {
  padding: 25px;
  font-size: 26px;
}
.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .story-section h2,
  .story-section p {
    text-align: left;
  }
  .story-section div.container div.col-lg-4.col-md-4 img {
    margin-bottom: 20px;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.container-fluid {
  width: 100%;
}
.navbar-fixed-top {
  position: absolute !important;
}
@media (max-width: 766px) {
  .page-scroll-upper .btn {
    padding: 1px 10px;
  }
  .page-scroll-upper .btn-circle {
    width: 42px;
    height: 42px;
    font-size: 27px;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .content-section {
    background-attachment: scroll;
  }
  /* css rules for ipad portrait */
}
@media only screen and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .content-section {
    background-attachment: scroll;
  }
  /* css rules for ipad landscape */
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .content-section {
    background-attachment: scroll;
  }
  /* css rules for ipad portrait */
}
@media only screen and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .content-section {
    background-attachment: scroll;
  }
  /* css rules for ipad landscape */
}
/* Staff bios */
.people-pic img {
  cursor: pointer;
}
.bios h2 {
  color: #40786b;
  margin-bottom: 20px;
}
.bios p {
  font-size: 16px;
  text-align: left;
}
.quote {
  color: #40786b;
  font-weight: bold;
  display: block;
  background-color: #e9eeec;
  padding: 10px;
}
.staff-bio {
  margin-bottom: 10px;
  height: auto;
}
.staff-bio .col-lg-6 {
  margin-top: 15px;
}
.staff-bio .col-lg-6:first-of-type p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .staff-bio .col-lg-6:first-of-type p:last-of-type {
    margin-bottom: 20px;
  }
}
.staff-bio .slick-list {
  height: auto;
}

.staff-bio a {
  color: #40786B;
}
.work .slick-list {
  height: auto;
}
.work .slick-dots {
  bottom: 10px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}
.work .slick-dots li button:before {
  top: 2px;
  color: #fff;
}
.our-work .row.second div {
  margin-top: 30px;
}
.our-work .slick-list {
  height: auto;
}
/* /Staff bios */
.btn {
  white-space: normal;
}

/* Responsive challenge */
h3.alt,
h4.alt,
h5.alt {
  margin: 20px 0;
}
h5.alt {
  margin-top: 30px;
}
.pullquote {
  position: relative;
  color: #40786b;
  display: block;
  background-color: #e9eeec;
  padding: 15px;
  width: 80%;
  border-radius: 5px;
}
.pullquote p {
  margin: 0;
  font-size: 16px;
}
.pullquote::after {
  display: block;
  content: url(../img/speech-bubb.png);
  position: absolute;
  right: 8%;
  bottom: -25px;
}
ul.ticklist {
  list-style-type: none;
  width: 80%;
  padding-left: 0px;
}
ul.ticklist li {
  display: block;
  padding: 10px 0 10px 45px;
  background: url(../img/bullet-tick.png) left center no-repeat;
  text-align: left;
}
.instructions {
  background-color: #fff;
  border: 1px solid #d8dbe1;
  left: 25px;
  position: absolute;
  top: -10px;
  width: 270px;
  z-index: 123;
  -webkit-box-shadow: 1px 0px 4px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 0px 4px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 0px 4px 0px rgba(50, 50, 50, 0.3);
}
span.close {
  position: absolute;
  top: 5px;
  left: 7px;
}

.mobile-only {
  display: none;
}
@media (max-width: 480px) {
  .mobile-only {
    display: block;
  }
}

.mobile-hide {
  display: block;
}
@media (max-width: 480px) {
  .mobile-hide {
    display: none;
  }
}
.success {
  height: 456px;
  border: 0px solid green;
}
#error {
  border: 1px solid red;
}
.short-error {
  color: red;
  height: 100px;
}
/*  New gallery thumbnail page   */
/* back to top button - appears on waypoint scroll */
.scroll-top {
  position: fixed;
  right: 4%;
  bottom: 4%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scroll-top a {
  display: block;
  text-align: center;
  padding: 16px 0 0 0;
  line-height: normal;
}
.wrapper-parent .row {
  /* !important because it's BS core */

  margin: 0px -15px !important;
}
.gallery {
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #4d5751;
  background-image: url(../img/welcome-bg.jpg);
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.gallery h2 {
  color: #4d5751;
  margin-bottom: 36px;
}
.gallery .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery p {
  font-size: 14px;
  text-align: left;
}
.gallery h4 {
  color: #256b71;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 35px;
}
/* staff bio section */
.who-arrow {
  background-image: url(../img/who-arrow.png);
  position: absolute;
  height: 20px;
  top: -19px;
  left: 48px;
  width: 71px;
  z-index: 1;
}
/* Our Work & Categories */
.work-category {
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
}
.button.mint-green {
  background: #4d5751;
}
.view-more {
  color: #ffffff;
  font-size: 14px;
  height: 29px;
  padding-top: 10px;
  white-space: normal;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
.view-more.portfolio {
  color: #4d5751;
}
.view-more.portfolio:hover {
  color: #256b71;
}
.logo-section {
  background-color: #ffffff;
  padding: 15px 0;
  margin-bottom: 0px;
}
.logo img {
  display: table;
  margin: 0 auto;
}
/* WARNING: This month's most ninja selector */
@media screen and (max-width: 767px) {
  .col-xs-4:nth-child(-n+3) .logo {
    margin-bottom: 15px;
  }
}
/* Portfolio styles */
/* contact-section */
.portfolio-title-section {
  background-image: url(../img/portfolio-bg.png);
  color: #4d5751;
  padding-top: 75px;
  padding-bottom: 25px;
  text-align: center;
}
.category-section {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.category-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Stellar overrides */
#gears1,
#gears2,
#gears3 {
  right: 0px !important;
}
.bio {
  margin-bottom: 15px !important;
  font-size: 16px;
}
.bio-title {
  color: #727873;
  display: block;
  font-weight: bold;
}

.well {
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
}

section#contact a.btn.button.mint-green {
  color: white;
}

section#contact a.btn.button.mint-green:hover {
  color: #333;
}

.error {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  background: url(../img/A404-Closed.jpg) no-repeat center center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}