
body,
html {
  width: 100%;
  height: 100%;
}
body.home {
	overflow:hidden;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; 
}
@media (max-width: 766px) {
	body {
		overflow: hidden;
		background: url(../img/background-mobile.jpg) center center;
	}
	.preloader {
		display:none;
	}
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40; }

hr.light {
  border-color: #fff; }

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #f05f40; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
.headline h1 {
	padding-left: 24.5vw;
	cursor: default;
}
h1 strong {
	opacity: 0.2;
	-webkit-transition: 5s 0.5s linear all;
	-o-transition: 5s 0.5s linear all;
	transition: 5s 0.5s linear all;
}
h1 strong.current {
	opacity: 1;
}
.bg-primary {
  background-color: #F05F40 !important; }

.bg-dark {
  background-color: #212529 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 8rem 0; }

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #212529; }
#threejs {
	position: absolute;
	z-index: 8;
	width: 100%;
	height: 100vh;
	padding: 0;
}
#threeOverlay {
	position: absolute;
	z-index: 15;
	padding-top: 9vh;
	margin: auto;
	height: 100vh;
	background: url(../img/waveoverlay.png) rgb(169, 187, 255,1);
	overflow-y:hidden;
	-webkit-transition: 6s 5s all;
	-o-transition: 6s 5s all;
	transition: 6s 5s all;
}
body.go #threeOverlay {
	background: url(../img/waveoverlay.png) rgba(169, 187, 255,0);
}
body.two #threeOverlay {
	background: transparent !important;
}
#textContent {
	text-align: left;
	-webkit-transition: 0.3s 0s ease-out all;
	-o-transition: 0.3s 0s ease-out all;
	transition: 0.3s 0s ease-out all;
	padding-top: 40px;
	margin-top: 13px;
	position: relative;
}
#textContent.slow {
	-webkit-transition: 1.5s 0.1s ease all;
	-o-transition: 1.5s 0.1s ease all;
	transition: 1.5s 0.1s ease all;
}
#textContentWrapper {
	position: relative;
	overflow: hidden;
	height: 80vh;
}
body:not(.two) #textContentWrapper{
	-webkit-mask: url('../img/mask.jpg');
	        mask: url('../img/mask.jpg');
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	mask-mode: luminance;
}
body.playing #threeOverlay div {
	cursor: default !important;
}
.scrollHere {
	background: url(../img/scroll.png);
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 10;
	background-size: 100%;
	top: 45vw;
	transition: .5s .5s opacity;
	opacity:0;
	pointer-events: none;
	
}
@media (max-width: 540px) {
	.scrollHere {
		display: none; 
	}
}
.scrollHere.visible {
	opacity:1;
}
.scrollHere.understood {
	opacity: 0 !important;
}
.debug {
	position: fixed;
	bottom: 80px;
	left: 10px;
	z-index: 10000;
	text-align: left;
	display: none;
}
#page-trailer {
	padding: 10vh 0;
}
.hr {
	width: 100%;
	height: 40vw;
}
#mainNav {
	-webkit-transition: 0.5s 0s background-color;
	-o-transition: 0.5s 0s background-color;
	transition: 0.5s 0s background-color;
}
#mainNav.contrast {
	background-color: rgba(0,0,0,0.8);
}
h2 {
	font-family: 'Sansita', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 2.7em !important;
	-webkit-filter: drop-shadow( 4px 4px 0px #446 );
	filter: drop-shadow( 4px 4px 0px #446 );
}
p.sansita {
	font-family: 'Sansita', sans-serif;
	font-weight: 100;
	font-size: 1.7em !important;
	line-height: 1.2em;
}
@media (max-width: 766px) {
	h2 {
		font-size: 2.1em !important;
	}
	h3 {
		font-size: 1.45rem !important;
	}
	p.sansita {
		font-size: 1.3em !important;
	}
}
.center {
	text-align: center;
}
#videoHere {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
	opacity: 0;
}
.headline h1 strong {
	white-space: nowrap;
	width: 100%;
	display: inline;
	padding: 0 40px 0 0;
}
footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	color: #fff;
	padding: 20px;
}
footer .col-sm-6 {
	width: 50%;
}
@media (max-width: 540px) {
	footer {
		font-size: 0.8rem;
	}
}
#headlines {
	overflow: hidden;
	-webkit-transition: 5s 1s ease all;
	-o-transition: 5s 1s ease all;
	transition: 5s 1s ease all;
	margin-top: 0px;
}
#headlines.parked {
	margin-top: -100px;
}
#gridWrapper {
	position: relative;
	height: 310px;
	margin-top: 20px;
}

@media (max-width: 575px) {
	#gridWrapper {
		height: 50vw;
	}
}
#gridWrapper img {
	position: absolute;
	width: 100%;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: .3s 0s opacity;
	-o-transition: .3s 0s opacity;
	transition: .3s 0s opacity;
}
#videoHere, #threeOverlay {
	-webkit-transition: 1s 0s, opacity;
	-o-transition: 1s 0s, opacity;
	transition: 1s 0s, opacity;
}
#headNames {
	margin-top: 20px;
}
#headFocus {
	min-height: 160px;
}
#headFocus span {
	display: block;
}
.hf_autor i {
	color: #daf8ff;
}
#headFocus h3 {
	font-weight: bold;
}
li.nav-item {
	margin: 0 2px;
}
li.nav-item.active {
	border: #fff 1px dotted;
	background: rgba(255,255,255,.2);
}
.headName {
	font-size: 1.3em;
	cursor: pointer;
	padding: 0 10px;
}
.headName:hover {
	background: rgba(232,23,223,.4);
}
.headName span {
	display: block;
	font-size: 0.7em;
	color: #444;
}
#gridWrapper img.active {
	opacity: 1;
}
#title {
	position: relative;
	height: 20vw;
	margin: 20vh 0 4vw;
}
@media (max-width: 1199px) {
	#title {
		transform: scale(1.1);
		margin: 20vh 0 8vw;
	}
}
@media (max-width: 991px) {
	#title {
		transform: scale(1.2);
		margin: 32vh 0 8vw;
	}
}
@media (max-width: 766px) {
	#title {
		transform: scale(1.2);
		margin: 32vh 0 8vw;
	}
}
@media (max-width: 540px) {
	#title {
		transform: scale(1.2);
		margin: 15vh 0 16vw;
	}
}
.title {
	position: absolute;
}
.outsourcing {
	left: 15%;
	width: 70%;
	top: 0px;
}
.love {
	width: 51%;
	left: 32.7%;
	top: 1.4vw;
}
.title img {
	width: 100%;
}
.sub {
	font-family: 'Sansita', sans-serif;
	font-size: 2em;
	font-weight: bold;
	top: 217px;
	left: 46%;
}
.playButton {
	background: url(../img/playbutton.png);
	width: 190px;
	height: 114px;
	background-size: 100%;
	cursor: pointer;
	margin: auto;
}
.sansita {
	font-family: 'Sansita', sans-serif;
}
.loglineWrapper {
	position: relative;
	width: 500px;
	height: 470px;
}
.loglinediv {
	z-index: 10;
}
@media (max-width: 575px) {
	.loglineimg {
		display: none;
	}
	.loglinediv {
		background: url('../img/inline_mirror.jpg') top right no-repeat;
		background-size: auto 90%;
	}
}
.logline {
	background: url(../img/why_does.png);
	position: absolute;
	margin-left: 173px;
}
.loglineWrapper p {
	position: absolute;
	width: 92%;
	font-size: 2em !important;
	top: 337px;
	line-height: 1.1em;
	text-align: center;
}
.why_does {
	width: 280px;
    height: 63px;
    background-position: 0px -50px;
    background-size: 231%;
	top: 80px;
	left: 0px;
}
.dating {
	background-position: -320px 0px;
	height: 140px;
	width: 384px;
	background-size: 184%;
	top: 123px;
	left: 79px;
}
.have_to_be_so {    
	background-position: -19px -142px;
    height: 59px;
    width: 394px;
    background-size: 180%;
    top: 243px;
    left: 0px;
}
.difficult {
	background-position: 0px -198px;
    height: 106px;
    width: 492px;
    background-size: 143%;
    top: 293px;
    left: 0px;
}
@media (max-width: 1199px) {
	.loglineWrapper {
		transform: scale(.9);
		margin-top: -50px;
	}
}
@media (max-width: 991px) {
	.loglineWrapper {
		transform: scale(.7);
		margin-top: -90px;
		margin-left: -170px;
	}
}
@media (max-width: 766px) {
	.loglineWrapper {
		transform: scale(.75);
		margin-top: -63px;
		margin-left: -197px;
	}
}
@media (max-width: 540px) {
	.loglineWrapper {
		transform: scale(.55);
		margin-top: -63px;
		left: 0%;
	}
	#headNames {
		display:none;
	}
}
.imgStripthumb {
	float: left;
	width: 7.5%;
}
h3 span {
	opacity: 0.3;
	font-weight: bold;
}
#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand {
    font-weight: 100;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Times New Roman', serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #f05f40; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #F05F40; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #F05F40 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #fff; }
      #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #F05F40; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #f05f40; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #212529; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #F05F40; } }

header.masthead {
  /*padding-top: 10rem;*/
  padding-bottom: calc(10rem - 56px);
  /*background-image: url("../img/header.jpg");*/
  background-position: center center;
  background-size: cover; }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead h1 {
    font-size: 2rem; }
  header.masthead p {
    font-weight: 300; }
  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 4rem; } }

.service-box {
  max-width: 400px; }
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: -10%;
	max-width: 700px;
	max-height: 394px;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.text-primary {
  color: #F05F40 !important; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #ee4b28 !important; }
  .btn-primary:active, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
            box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }
