/*           b.
             88.
             888    .
    `'888888 888    8b.
	"886 888    888
	 888 888    888 Design & Code by:
	 888 8888888888 James Hellesen
   .B8`  888 8888886888 New Media Design
 .88	 888 888    888 jameshellesen.com
 888     88P 888    8P`
 888     888 888:`  `
 88P   .d88` 8P`
 688..d88"   `
  `\8P"

*/
/* Global Styles */
html,
body {
  height: 100%;
}
ul {
  list-style-type: none;
}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.mg-image,
.carousel-control {
  cursor: pointer;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #cc0000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #efefef;
}
.bg-darkest-gray {
  background-color: #222222;
}
li,
a,
img {
  transition: all 0.25s ease;
}
.btn-xl {
  color: white;
  background-color: #ff0000;
  border-color: #ff0000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-stretch: normal;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
  position: relative;
  z-index: 2000;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #cc0000;
  border-color: #c20000;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-xl .badge {
  color: #ff0000;
  background-color: white;
}
#social-nav {
  padding-right: 10px;
  height: 40px;
  width: 100%;
  background-color: #222222;
  text-align: right;
  padding-top: 10px;
}
#social-nav a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-size: 14px;
  color: grey;
  display: inline;
  margin-left: 15px;
  margin-top: 10px;
}
#social-nav img.mail {
  margin-top: -3px;
  width: 17px;
}
#social-nav img.popai {
  margin-top: -3px;
  width: 110px;
  margin-right: 0;
}
#social-nav a:hover,
#social-nav a:focus,
#social-nav a:active {
  opacity: .5;
}
#brand {
  display: inline-block;
  float: left;
}
a.brand-logo {
  display: inline-block;
  width: 165px;
  cursor: pointer;
}
img.rapid-logo {
  display: inline-block;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  img.rapid-logo {
    margin-left: 0;
  }
}
#nav {
  z-index: 5000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  position: relative;
  text-transform: uppercase;
}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
}
#nav li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  display: block;
}
#nav li a:active {
  background-color: #ff0000 !important;
}
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: black;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}
/* first level */
#nav > ul {
  height: 70px;
  background-color: white;
}
.dropdown {
  float: right;
}
#nav > ul > li {
  height: 100%;
  float: left;
}
#nav > ul > li > a {
  height: 100%;
  font-size: 1.5em;
  line-height: 3em;
  text-align: center;
}
#nav li:hover {
  background-color: #ff0000;
  color: white;
}

/* second level */
#nav li ul {
  background-color: #222222;
  display: none;
  position: absolute;
  top: 100%;
}
#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}
#nav li ul a {
  color: white;
  font-size: 1.25em;
  padding: 0.75em;
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
  background-color: #ff0000;
}
#nav li.top-level:hover {
  background-color: #e0e0e0;
}
@media only screen and (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
  #social-nav {
    display: none;
  }
  section#index-nav {
    position: relative;
    top: 0;
    z-index: 5000;
  }
  .navigation {
    position: fixed;
    top: 0;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .textContainer {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  section#portfolio.secondary-portfolio {
    margin-right: 0;
  }
  img.rapid-logo {
    margin-top: 3px;
    margin-left: 15px;
  }
  .client-logo {
    padding-right: 20%;
    padding-left: 20%;
  }
  #nav {
    padding-top: 15px;
    width: 100%;
    left: auto;
  }
  #nav > a {
    width: 4.125em;
    height: 4.125em;
    text-align: left;
    text-indent: -9999px;
    background-color: #ff0000;
    position: relative;
    float: right;
  }
  #nav > a:before,
  #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
  }
  #nav > a:after {
    top: 60%;
  }
  #nav:not( :target ) > a:first-of-type,
  #nav:target > a:last-of-type {
    display: block;
  }
  /* first level */
  #nav > ul {
    font-size: 12px;
    height: auto;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
  }
  #nav:target > ul {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  #nav > ul > li {
    width: 100%;
    float: none;
  }
  #nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0 0.833em;
    margin-left: 0;
    padding-left: 15px;
  }
  #nav > ul > li:not( :last-child ) > a {
    border-right: none;
  }
  /* second level */
  #nav li ul {
    position: static;
    padding: 1.25em;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  #nav li ul a {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-left: 15px;
  }
  #nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .img-container {
    margin-left: 15px;
    padding-right: 15px;
  }
  .portfolio {
    margin-right: 15px;
  }
  .secondary-portfolio {
    margin-right: 25px;
  }
  .portfolio-inner {
    padding-right: 0;
    margin-right: 0;
    margin-top: 0;
  }
  #content {
    padding-top: 50px;
  }
  #index-content {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .client-logo {
    margin: auto;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 30px;
  }
}
#nav {
  position: relative;
  z-index: 3000;
  margin-bottom: 4px;
  padding-right: 15px;
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    height: 60px;
  }
  #nav li ul {
    width: 100%;
  }
  #nav li ul a {
    padding: 2em;
  }
  ul.clearfix {
    margin-bottom: 0;
    padding-left: 0;
  }
  ul {
    padding-left: 0;
    display: inline-block;
  }
  li.top-level a {
    padding-top: 15px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
section#index-nav {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: white;
}
.current {
  background-color: #e0e0e0;
}
.navigation {
  background-color: white;
  z-index: 80000;
  height: 70px;
  width: 100%;
  left: 0;
  border-top: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
a.left.carousel-control {
  outline: none;
  border: none;
  color: none;
}
#myCarousel {
  width: 100%;
}
#myCarousel > .carousel-inner .item {
	width: 100%;
	height: 350px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (min-width: 992px) {
  #myCarousel > .carousel-inner .item {
    height: 650px;
  }
  #nav li ul {
    width: 200%;
  }
}
#aboutCarousel {
  width: 100%;
}
#aboutCarousel > .carousel-inner .item {
  width: 100%;
  height: 259px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 0.7s;
	-o-transition: opacity ease-in-out 0.7s;
	-webkit-transition: opacity ease-in-out 0.7s;
	transition: opacity ease-in-out 0.7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.shadow {
  -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.75));
}
.secondary-shadow {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
  background-color: transparent;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 4px 6px;
}
@media (min-width: 768px) {
  .header-copy img {
    margin-bottom: 70px;
  }
}
.header-copy {
  position: relative;
  z-index: 2000;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .header-copy {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 40px;
  }
}
.fixedcaption {
  width: 100%;
  text-align: center;
}
.mainPitch {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 33.3%;
  z-index: 2;
}
@media (min-width: 1000px) {
  .mainPitch {
    top: 40%;
  }
}
.carousel-inner {
  -webkit-transform-style: preserve-3d;
}
section#social {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #222222;
}
section {
  padding: 50px 0;
}
@media (max-width: 768px) {
  section header {
    padding: 100px 0;
  }
}
section h2.section-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}
section h2.client-heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  section h2.client-heading {
    margin-bottom: 50px;
  }
}
section h3.section-subheading {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  opacity: .75;
  font-stretch: normal;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 50px;
  width: auto;
  line-height: 35px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  section header {
    font-size: 24px;
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (min-width: 768px) {
  section h3.section-subheading {
    font-size: 23px;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  header {
    margin-bottom: 30px;
  }
}
.service-copy {
  color: black;
  opacity: .75;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
p.icon-copy {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 20px;
  color: black;
  opacity: .75;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  p.icon-copy {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  p.icon-copy {
    margin-bottom: 0;
  }
}
h4.service-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-stretch: normal;
  padding-top: 10px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 22px;
  color: black;
  text-transform: uppercase;
}
h3.services-copy {
  color: black;
  opacity: .8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 23px;
  padding-top: 15px;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  h3.services-copy {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  h3.services-copy {
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media (min-width: 992px) {
  h3.services-copy {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  h3.services-copy {
    margin-left: 15%;
    margin-right: 15%;
  }
}
a.fade {
  opacity: 1;
}
a.fade:hover {
  opacity: .5;
}
@media (min-width: 768px) {
  .services-button {
    margin-top: 70px;
  }
}
p.awards-text {
  margin-top: 70px;
}
h3.section-awards {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: black;
  text-transform: none;
  padding-top: 25px;
  padding-bottom: 70px;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
  text-align: center;
  opacity: .75;
}
@media (min-width: 768px) {
  h3.section-awards {
    font-size: 20px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  h3.section-awards {
    text-align: left;
  }
}
.img-award {
  margin-top: 50px;
  margin-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .img-award {
    margin-top: 50px;
    margin-left: none;
    margin-right: none;
  }
}
@media (min-width: 992px) {
  .img-award {
    margin-top: 15px;
    margin-left: none;
    margin-right: none;
  }
}
.bg-light-gray {
  width: 100%;
}
.client-logo {
  margin-bottom: 0px;
}
.client-heading {
  padding-bottom: 40px;
}
.nav-footer {
  display: none;
  padding-left: 0;
}
.nav-footer li {
  display: inline;
}
.nav-footer li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-size: 18px;
  text-transform: none;
  line-height: 36px;
  color: white;
}
.nav-footer li a:hover,
.nav-footer li a:focus {
  color: #ff0000;
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-footer {
    display: block;
  }
  .nav-footer li {
    display: block;
    text-align: left;
  }
}
.footer-offices p {
  font-size: 16px;
  color: white;
}
.footer-offices a {
  font-size: 16px;
}
.footer-offices-bottom {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .footer-offices-bottom {
    margin-left: 25px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-offices-bottom {
    margin-left: 25px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-offices {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-offices {
    margin-left: 0;
  }
}
p.office-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a.office-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
  color: #ff0000;
  letter-spacing: 1px;
}
a.office-bold:hover {
  opacity: .75;
}
p.office-muted {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #bbbbbb;
  line-height: 27px;
  opacity: .75;
}
footer {
  padding-bottom: 25px;
  padding-top: 0;
  text-align: center;
}
footer p.copyright {
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  text-transform: none;
  opacity: .25;
}
#contact-footer {
  padding-bottom: 50px;
}
section#portfolio.portfolio {
  padding-top: 50px;
}
section#portfolio.portfolio-inner {
  padding-top: 50px;
}
.portfolio .img-row {
  margin-bottom: 0;
  margin-right: 0;
}
.secondary-portfolio .row {
  margin-right: 0;
}
@media (max-width: 767px) {
  .img-container {
    margin-bottom: 10px;
  }
  .portfolio .img-row {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .img-container {
    height: 310px;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.img-container {
  height: 350px;
  overflow: hidden;
  background-position: center;
}
@media (max-width: 1999px) {
  .img-container {
    height: 310px;
  }
}
@media (max-width: 991px) {
  .img-container {
    height: 350px;
  }
}
.img-related {
  width: 100%;
}
.portfolio h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 3px;
}
h2.secondary-section-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 37px;
  padding-top: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  h2.secondary-section-heading {
    font-size: 45px;
  }
}
h3.portfolio-copy {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  opacity: .75;
  font-stretch: normal;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 50px;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h3.portfolio-copy {
    font-size: 23px;
  }
}
@media (min-width: 991px) {
  h3.portfolio-copy {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 1200px) {
  h3.portfolio-copy {
    margin-left: 10%;
    margin-right: 10%;
  }
}
h3.portfolio-bottom-copy {
  color: black;
  opacity: .75;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  padding-top: 15px;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h3.portfolio-bottom-copy {
    font-size: 23px;
    padding-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  h3.portfolio-bottom-copy {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  h3.portfolio-bottom-copy {
    margin-left: 10%;
    margin-right: 10%;
  }
}
h3.similiar-projects {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3.similiar-projects {
    font-size: 20px;
  }
}
p.project-title {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  p.project-title {
    text-align: center;
    margin-bottom: 50px;
  }
}
p.project-description {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  p.project-description {
    margin-bottom: 0;
  }
}
p.design-copy {
  margin-top: 5px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
p.project-copy {
  color: #767676;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-stretch: normal;
  font-size: 18px;
}
p.small-copy {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 3px;
}
h3.project-header {
  margin-top: 10px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  h3.project-header {
    font-size: 15px;
    line-height: 27px;
  }
}
.textContainer {
  overflow-x: hidden;
}
.textContainer h4 {
  vertical-align: middle;
  display: inline-block;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.75);
}
.homeImageLink {
  position: absolute;
  top: 30%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .project-logo {
    max-width: 250px;
    max-height: 85px;
  }
}
.related-projects h3 {
  margin-top: 70px;
  margin-bottom: 20px;
}
p.design-title {
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
}
p.design-subtitle {
  font-size: 18px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  margin-bottom: 15px;
}
.mg-image img {
  background-position: center;
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -o-transition: all .5s ease;
  /* IE 9 */
  -ms-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
  max-width: 100%;
}
.mg-image:hover img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
a.lighten img {
  opacity: .75;
}
a.lighten {
  display: inline-block;
  background-color: black;
  padding: 0;
  overflow: hidden;
}
a.lighten:hover img {
  opacity: 1;
}
.parent {
  position: relative;
}
.child {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}
.avoid-clicks {
  pointer-events: none;
}
#map-outer {
  height: 440px;
  margin-bottom: 20px;
}
#map_canvas {
  height: 400px;
  margin-top: 50px;
}
#map_canvas_2 {
  height: 400px;
  margin-top: 50px;
}
@media all and (max-width: 991px) {
  #map-outer {
    height: 650px;
  }
}
.map-container {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media all and (max-width: 767px) {
  .map-container {
    margin-top: 70px;
  }
  .map {
    padding-right: 0;
  }
}
h2.map-info {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}
#address {
  padding-left: 0;
}
@media all and (max-width: 991px) {
  .map-top {
    margin-bottom: 70px;
  }
  .maps-row {
    text-align: center;
  }
}
section#contact {
  padding-bottom: 70px;
  background-color: #ebebeb;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #075385;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  text-transform: uppercase;
  color: #bbbbbb;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  text-transform: uppercase;
  color: #bbbbbb;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  text-transform: uppercase;
  color: #bbbbbb;
}
section#contact :-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-stretch: normal;
  text-transform: uppercase;
  color: #bbbbbb;
}
section#contact .text-danger {
  color: #ff0000;
}
.contact-btn {
  margin-top: 40px;
}
h3.careers-copy {
  color: black;
  opacity: .8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  padding-top: 15px;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h3.careers-copy {
    font-size: 23px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  h3.careers-copy {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  h3.careers-copy {
    margin-left: 15%;
    margin-right: 15%;
  }
}
h4.careers-copy-hr {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 5px;
  width: auto;
  line-height: 35px;
  letter-spacing: 0;
  text-transform: none;
}
p.careers-muted {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #767676;
  line-height: 27px;
  font-size: 18px;
}
p.office-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a.careers-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  text-decoration: none;
  color: #ff0000;
  letter-spacing: 1px;
  font-size: 18px;
}
a.careers-bold:hover {
  opacity: .75;
}
@media (max-width: 767px) {
  .hr-row {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hr-top {
    margin-bottom: 50px;
  }
}
p.careers-location {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: black;
  opacity: .75;
  line-height: 27px;
  font-size: 18px;
  letter-spacing: 2px;
}
h4.careers-job-title {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: none;
}
p.careers-copy {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  color: black;
  opacity: .75;
}
.line-breaker {
  height: 1px;
  background-color: #767676;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: .5;
}
@media (max-width: 767px) {
  .line-breaker {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
p.careers-copy-indent {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  margin-left: 30px;
}
.job-opportunites {
  margin-top: 70px;
}
ol {
  list-style-type: disc;
  padding-left: 30px;
}
section#logistics.logistics {
  padding-top: 50px;
  margin-top:15px;
}
@media (max-width: 767px) {
  .embed-responsive {
    margin-left: 15px;
  }
}
.youtube-video {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .youtube-video {
    margin-right: 15px;
  }
}
.logistics-copy {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  color: black;
  opacity: .75;
}
.logistics-copy-indent {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  color: black;
  opacity: .75;
  margin-left: 30px;
}
.icon-right {
  float: right;
}
.icon-row {
  margin-top: 0;
}
.icon-row-secondary {
  margin-top: 70px;
}
.logsitics-header {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .big-icon {
    margin-left: 35%;
    margin-right: 35%;
  }
  .icon-right {
    float: none;
  }
  .logistics-icon-copy {
    margin-top: 30px;
  }
}
#integrated-solutions,
#custom-access,
#zero-waste,
#our-services,
#design,
#prototyping,
#production,
#logistics-link,
#company-values {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
@media (max-width: 767px) {
  #integrated-solutions,
  #custom-access,
  #zero-waste,
  #our-services,
  #design,
  #prototyping,
  #production,
  #logistics-link,
  #company-values {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
  }
}
h3.about-copy {
  color: black;
  opacity: .8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 23px;
  padding-top: 15px;
  width: auto;
  line-height: 35px;
}
.custom-packaging-copy {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .custom-packaging-copy {
    margin-bottom: 30px;
  }
}
.about-intro-copy {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-intro-copy {
    margin-bottom: 70px;
  }
}
.right-arrow {
  width: 10px;
  height: 10px;
  margin-bottom: 3px;
  margin-left: 7px;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .right-arrow {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
p.about-copy {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p.about-copy {
    font-size: 23px;
  }
}
h3.careers-intro-copy {
  color: black;
  opacity: .8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  padding-top: 0;
  margin-top: 0;
  width: auto;
  line-height: 35px;
}
@media (min-width: 768px) {
  h3.careers-intro-copy {
    font-size: 23px;
  }
}
h3.design-process {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 20px;
  line-height: 35px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h3.design-process {
    font-size: 30px;
    margin-bottom: 70px;
  }
}
section#about {
  padding-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#content {
  padding-top: 0;
}
p.about-copy-indent {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 23px;
  margin-left: 30px;
}
.values-row {
  margin-top: 0;
}
section#careers-intro {
  padding-top: 70px;
}
p.values-copy {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  color: black;
  opacity: .75;
  margin-bottom: 0;
  line-height: 30px;
}
h2.careers-intro-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 37px;
  padding-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2.careers-intro-heading {
    font-size: 45px;
  }
}
h3.about-intro-copy {
  color: black;
  opacity: .8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  padding-top: 15px;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
ul.about-intro-copy{
  color: black;
  opacity: .8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 18px;
  padding-top: 15px;
  width: auto;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align:left;
}
@media (min-width: 768px) {
  h3.about-intro-copy {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  h3.about-intro-copy {
    padding-top: 50px;
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media (min-width: 1200px) {
  h3.about-intro-copy {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media (min-width: 1200px) {
  h3.careers-intro-copy {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.line-breaker-about {
  height: 1px;
  background-color: #767676;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  opacity: .5;
}
@media (max-width: 767px) {
  .line-breaker-about {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#about-retail-displays {
  display: block;
  text-align: center;
  width: 100%;
}
ul.about-retail-displays {
  margin: auto;
  padding-left: 0;
}
@media (max-width: 767px) {
  .values {
    margin-bottom: 50px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img.rapid-logo {
    height: 45px;
  }
  a.lighten {
    width: 100%;
  }
  #social-nav img.mail {
    height: 15px;
  }
}
.carousel-indicators li {
  border: 1px solid #000;
}


/* Owl Carosel Styles */

.screens {
  font-size: 30px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.screens .owl-prev {
  opacity: .5;
  width: 7%;
  height: 451px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
}
.screens .owl-prev:hover {
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.7) 100%);
}
.screens .owl-next {
  opacity: .5;
  width: 7%;
  height: 451px;
  position: absolute;
  right: 35px;
  top: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
}
.screens .owl-next:hover {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.7) 100%);
}


.glyphicon-chevron-left, .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
}

/* Screenshot Section */

.small-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.small-slider .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px;
}

.screens .screen a {
  display: inline-block;
  position: relative;
}

.screens .screen img {
  border-radius: 4px;
}

.hover-screen {
  opacity: 0;
}
    .screen a:hover .hover-screen {
      opacity: 1;
      top: 50%;
      margin-top: -40px;
      left: 50%;
      margin-left: -40px;
      position: absolute;
    }
    .screen a:hover .hover-screen i {
      font-size: 24px;
      color: #fff;
      border: 1px solid #fff;
      height: 80px;
      width: 80px;
      text-align: center;
      line-height: 80px;
      border-radius: 50%;
      -webkit-transition: all .15s linear;
         -moz-transition: all .15s linear;
          -ms-transition: all .15s linear;
           -o-transition: all .15s linear;
              transition: all .15s linear;
    }
    .screens .screen .hover-screen i:hover {
      background-color: #fff;
    }

.fa-angle-left, .fa-angle-right {
  position: absolute;
  top: 50%;
}

.ytp-large-play-button .ytp-button {
  position: absolute;
  top: 50%;
  z-index: 999999;
}

.owl-carousel {
  overflow: hidden;
  margin: auto;
  margin-left: 20px;
}

i.fa-search:hover::before{
  color: red;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 97%;
    height: 451px;
}

@media (max-width: 1199px) {
  .owl-carousel .owl-wrapper-outer {
      width: 935px;
  }
}

@media (max-width: 991px) {
  .screens .owl-next {
    right: 0;
  }
  .owl-carousel {
    margin-left: 0;
  }
  .glyphicon-chevron-right {
    right: 25%;
  }

}

.owl-wrapper {
  margin: auto;
}

.nivo-lightbox-title {
  width: 100%;
  background-color: black;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
  padding-top: -250px;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}

.welcome {
    margin-top: -58px !important;
}
@media (max-width: 991px) {
.welcome {
    margin-top: -25px !important;
  }
}
