@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BN.eot');
    src: url('../fonts/BN.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BN.woff') format('woff'),
         url('../fonts/BN.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HN-light.eot');
    src: url('../fonts/HN-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HN-light.woff') format('woff'),
         url('../fonts/HN-light.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica Neue Ultra Light';
    src: url('../fonts/HN-ultralight.eot');
    src: url('../fonts/HN-ultralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HN-ultralight.woff') format('woff'),
         url('../fonts/HN-ultralight.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica Neue Condensed Medium';
    src: url('../fonts/HNC-medium.eot');
    src: url('../fonts/HNC-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HNC-medium.woff') format('woff'),
         url('../fonts/HNC-medium.ttf') format('truetype');
}

/* Universal styles */
.header-pad {
	padding-top: 84px;
}

.sitewide-pad {
	padding: 0 20px;
	
}

#arrowdown {
	height: 54px;
	width: 54px;
	display: block;
	background-image: url('../images/btn-arrowdown.png');
	background-size: 54px 54px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -27px;
	transition: all 0.2s ease;
}

#arrowdown:hover,
#arrowdown:focus {
	-webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

section {
	width: 100%;
}

#opening {
	heihgt: 0px;
	padding: 0px;
}

em {
	font-style: italic;
}

h1 {
	color: #ffffff;
	font-family: 'Bebas Neue', Helvetica, sans-serif;	
}

h2 {
	color: #636569;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 100;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
}

h3 {
	color: #636569;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
}

h4 a{
	text-decoration: none;
	color: #636569;
}

.subtitle {
	color: #636569;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
}

.subtitle-dark {
	color: #2b2d30;
	font-family: 'Helvetica Neue Light', serif;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.small-logo {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 10px auto;
	background-image: url('../images/logo-icon.png');
}

#indent {
	padding-left: 5px;
}

.clear {
	clear: both;
}

.white {
	color: #ffffff;
}

.orange {
	color: #ff8200;
}

.dark-gray {
	color: #313336;
}

.light-gray {
	color: #75787d;
}

.container {
	max-width: 900px;
	margin: auto;
	
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.half {
	width: 50%;
	padding: 50px 0 50px 0;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/* Home styles */

/* NEW */
#home-opening {
	background-color: #f96;
	padding: 100px 0px;
}

#home-opening_about {
	background-color: #0783b6;
	padding: 100px 0px;
}
#home-opening_nft {
	background-color:#58A97C;
	padding: 100px 0px;
}
#home-opening h2 {
	font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 250;
	font-size: 30px;
	line-height: 50px;
	color:#ffffff;
}

#home-opening_about h2 {
	font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 250;
	font-size: 30px;
	line-height: 50px;
	color:#ffffff;
}
#home-opening_nft h2 {
	font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 250;
	font-size: 30px;
	line-height: 50px;
	color:#ffffff;
}

#home-tag {
	background-color: #ffffff;
	padding: 130px 0px;
}
#home-tag h3 {
	font-size: 42px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 4px;
}
#home-opening hr {
	max-width: 390px;
	height: 2px;
	background-color: #fff;
	border: 0;
	margin: 40px auto;
}

#home-opening_about hr {
	max-width: 390px;
	height: 2px;
	background-color: #fff;
	border: 0;
	margin: 40px auto;
}
#home-opening_nft hr {
	max-width: 390px;
	height: 2px;
	background-color: #fff;
	border: 0;
	margin: 40px auto;
}


#home-opening h1 {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	color: #636569;
}
.homepage-space {
	font-size: 70px;
	letter-spacing: 11px;
}

#home-opening p {
	font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 100;
	font-size: 22px;
	line-height: 40px;
	text-align:left;
	color: #fff;
}

#home-opening_about p {
	font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 100;
	font-size: 22px;
	line-height: 40px;
	text-align:left;
	color: #fff;
}
#home-opening_nft p {
	font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 100;
	font-size: 22px;
	line-height: 40px;
	text-align:left;
	color: #fff;
}



#home {
	height: 100vh;
	min-height: 710px;
	position: relative;
}

.home-title {
	width: 90%;
	position: absolute;
	bottom: 150px;
}

#home h1 {
	font-size: 110px;
	text-align: center;
	letter-spacing: 10px;
	text-align: center;
	max-width: 900px;
	margin: auto;
	opacity: 0;
	-webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .5s; /* Firefox < 16 */
    -ms-animation: fadein .5s; /* Internet Explorer */
	-o-animation: fadein .5s; /* Opera < 12.1 */
    animation: fadein .5s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

#home p {
	color: #fd8204;
	font-family: 'Bebas Neue', Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	letter-spacing: 10px;
}

.boxes div {
	display: none;
}

.boxes {
	opacity: 0;
	-webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .5s; /* Firefox < 16 */
    -ms-animation: fadein .5s; /* Internet Explorer */
	-o-animation: fadein .5s; /* Opera < 12.1 */
    animation: fadein .5s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

#featured-work {
	position: relative;
}
.aboutWork{
	background-color: #fff;
	padding: 80px 0;
}

.aboutWork h2{
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	padding-bottom: 30px;
	color: #636569;
}

.aboutWork hr{
	max-width: 390px;
	height: 2px;
	background-color: #fd8204;
	border: 0;
	margin: 0px auto 40px auto;
}

.over-logo {
	position: absolute;
	width: 100%;
	height: 265px;
	padding: 35px 0 0 0;
	opacity: .5;
	background-color:rgba(0,0,0,0.0);
	transition: all 1s ease;
	transition-delay: 0s;
	-webkit-transition: all 1s ease;
	-webkit-transition-delay: 0s;
}

.over-logo:hover, .over-logo:focus {
	padding: 25px 0 0 0;
	height: 275px;
	background-color:rgba(0,0,0,0.5);
	opacity: 1;
}

.logo-center {
	width: 250px;
	margin: auto;
}

#featured-buzz {
	background: url('../images/featured/featured-buzz.jpg') no-repeat center center;
	position: relative;
}

#featured-library {
	background: url('../images/featured/featured-library.jpg') no-repeat center center;
	position: relative;
}

#featured-cmhf {
	background: url('../images/featured/featured-cmhf.jpg') no-repeat center center;
	position: relative;
}

#featured-bridge {
	background: url('../images/featured/featured-bridge.jpg') no-repeat center center;
	position: relative;
}

#featured-benz {
	background: url('../images/featured/featured-benz.jpg') no-repeat center center;
	position: relative;
}

#featured-aha {
	background: url('../images/featured/featured-aha.jpg') no-repeat center center;
	position: relative;
}

#featured-jags {
	background: url('../images/featured/featured-jags.jpg') no-repeat center center;
	position: relative;
}

#featured-comcast {
	background: url('../images/featured/featured-comcast.jpg') no-repeat center center;
	position: relative;
}

#featured-change {
	background: url('../images/featured/featured-change.jpg') no-repeat center center;
	position: relative;
}

#featured-zoo {
	background: url('../images/featured/featured-zoo.jpg') no-repeat center center;
	position: relative;
}

#featured-bealls {
	background: url('../images/featured/featured-bealls.jpg') no-repeat center center;
	position: relative;
}

#featured-colt {
	background: url('../images/featured/featured-colt.jpg') no-repeat center center;
	position: relative;
}

#featured-mcdonalds {
	background: url('../images/featured/featured-mcdonalds.jpg') no-repeat center center;
	position: relative;
}

#featured-nycm {
	background: url('../images/featured/featured-nycm.jpg') no-repeat center center;
	position: relative;
}

#featured-fanatics {
	background: url('../images/featured/featured-fanatics.jpg') no-repeat center center;
	position: relative;
}

#featured-komen {
	background: url('../images/featured/featured-komen.jpg') no-repeat center center;
	position: relative;
}

#featured-komennat {
	background: url('../images/featured/featured-komen-national.jpg') no-repeat center center;
	position: relative;
}

#featured-ahacpr {
	background: url('../images/featured/featured-aha-cpr.jpg') no-repeat center center;
	position: relative;
}


#featured-work a:link, #featured-work a:visited {
	width: 50%;
	height: 300px;
	float: left;
	display: block;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	overflow: hidden;
}

.onlineofflinelive {
	max-width: 500px;
	margin: auto;
	padding-bottom: 30px;
}

#agency-info {
	background-image: url('../image1/menu_stripes.png');
	border-top: 8px solid #63666a;
	padding: 60px 0 80px 0;
	color: #b8bbbf;
}

.large-logo {
	max-width: 403px;
	margin: auto;
}

.agency-infotext {
	font-family: 'Helvetica Neue Light', sans-serif;
	font-size: 16px;
	line-height: 24px;
	max-width: 800px;
	margin: auto;
	text-align: center;
	padding: 15px 0 40px 0;
}

#agency-info a:link,
#agency-info a:hover,
#agency-info a:focus,
#agency-info a:visited,
#agency-info a:active {
	text-decoration: none;
	border: none;
}

.services {
	color: #63666a;
	font-size: 26px;
	letter-spacing: 2px;
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
}

#co-creators {
	background-color: #fce2d4;
	padding: 60px 0 140px 0;
}

#co-creators_about {
	background-color: #d5f0f9;
	padding: 60px 0 140px 0;
}
#co-creators_nft {
	background-color:#D7EBD5;
	padding: 60px 0 140px 0;
}


#co-creators h2{
font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 250;
	font-size: 32px;
	line-height: 50px;
	color:#333;
}

#co-creators_about h2{
font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 250;
	font-size: 32px;
	line-height: 50px;
	color:#333;
}
#co-creators_nft h2{
font-family: 'MyriadProRegular', Arial, Helvetica, Sans-Serif;
	font-weight: 250;
	font-size: 32px;
	line-height: 50px;
	color:#333;
}

#co-creators hr {
	max-width: 390px;
	height: 2px;
	background-color: #333;
	border: 0;
	margin: 40px auto;
}

#co-creators_about hr {
	max-width: 390px;
	height: 2px;
	background-color: #333;
	border: 0;
	margin: 40px auto;
}
#co-creators_nft hr {
	max-width: 390px;
	height: 2px;
	background-color: #333;
	border: 0;
	margin: 40px auto;
}

#co-creators p {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #636569;
}

#co-creators_about p {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #636569;
}
#co-creators_nft p {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #636569;
}


#capibilitiesSection {
	background-color: #fff;
	padding: 50px 0 60px 0;
}
#capibilitiesSection p{
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #636569;
}
.capabilitiesBtn{
	display: block;
	font-family: mr-eaves-xl-modern, sans-serif;

	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 0 0 0;
}

.capabilitiesBtn a:link,
.capabilitiesBtn a:visited {
	font-size: 16px;
	font-weight: 700;
	color: #f3800a;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #f3800a;
	padding: 10px 14px;
	background-color: transparent;
	
}

.capabilitiesBtn a:hover,
.capabilitiesBtn a:focus,
.capabilitiesBtn a:active {
	color: #ffffff;
	background-color: #f3800a;
}
.creator-logo {
	width: 20%;
	float: left;
	padding: 40px 0 0 0;
}

.logo-pad {
	padding: 0 20px;
}

.stripe-overlay {
	background-image: url('../images/bg-opacitystripes.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 1;
}



#city-bg {
	background-color: #ffffff;
	position: relative;
}

.city {
	width: calc(100% * 1/3);
	width: -webkit-calc(100% * 1/3);
	width: -moz-calc(100% * 1/3);
	float: left;
	display: block;
	background-position: center center;
   	background-repeat: no-repeat;
   	background-attachment: inheret;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; 
}

.city-inside {
	width: 100%;
	display: block;
	background-position: center center;
   	background-repeat: no-repeat;
   	background-attachment: inheret;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; 
}

#city-jax {
	background-image: url(../images/bg-prejax.jpg);
}

#city-jax:hover, #city-jax:focus { 
	background-image: none;
}

#color-jax {
	background-image: url(../images/bg-jax.jpg);
}

#city-atl {
	background-image: url(../images/bg-preatl.jpg);
}

#city-atl:hover, #city-atl:focus { 
	background-image: none;
}

#color-atl {
	background-image: url(../images/bg-atl.jpg);
}

#city-nsh {
	background-image: url(../images/bg-prensh.jpg);
}

#city-nsh:hover, #city-nsh:focus { 
	background-image: none;
}

#color-nsh {
	background-image: url(../images/bg-nsh.jpg);
}

.connect-us {
	width: 100%;
	text-align: center;
	padding: 25px 0 0 0;
}

.connect-us a:link,
.connect-us a:visited {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #b8bbbf;
	text-transform: uppercase;
	transition: color .5s ease;
}

.connect-us a:hover,
.connect-us a:focus,
.connect-us a:active {
	color: #ffffff;
}

/* Footer styles */
footer {
	background-color: #ffffff;
	padding: 30px 0 0 0;
}

#arrowup {
	height: 55px;
	width: 55px;
	display: block;
	background-image: url('../images/btn-arrowup.png');
	background-size: 100%;
	position: absolute;
	top: 90px;
	right: 25px;
	transition: all 0.2s ease;
}

#arrowup:hover,
#arrowup:focus {
	-webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

ul.tabs{
	margin: auto;
	padding: 0px;
	list-style: none;
	text-align: center;
	padding: 24px 0 5px 0;
}

ul.tabs li{
	display: inline-block;
}

.tab-link {
	color: #636569;
	cursor: pointer;
	transition: .2s ease color;
	font-size: 16px;
	letter-spacing: 2px;
}


.extra-tab {
	text-transform: uppercase;
	font-size: 26px;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 12px 0 10px;
	margin-bottom: 60px;
}

.extra-tab a:link,
.extra-tab a:visited,
.extra-tab a:active,
.extra-tab a:focus,
.extra-tab a:hover {
	color: #fd8204;
	text-decoration: none;
}

.careersLink a:link,
.careersLink a:visited,
.careersLink a:active,
.careersLink a:focus,
.careersLink a:hover {
	color: #636569;
	text-decoration: none;
}

#border-right {
	border-right: 1px #dedede solid; 
}



/* Footer tab buttons: keep the same color on hover/focus/active */
ul.tabs .tab-link {
    cursor: default;
}

ul.tabs .tab-link button,
ul.tabs .tab-link button:hover,
ul.tabs .tab-link button:focus,
ul.tabs .tab-link button:active {
    color: #636569;
	cursor: default;
    pointer-events: none;
    transition: none;
}


.tab-left {
	padding: 0 10px 0 0;
}

.tab-right {
	padding: 0 0 0 10px;
}

#tooltip {
	position: relative;
}

.bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.filler {
	background-color: #ffffff;
}

.work-bump {
	padding: 84px 0 0 0;
}

/* 404 Styles */
.michael-scar {
	background-image: url('../images/michael-scott.gif');
   	background-attachment: inheret;
   	background-repeat: no-repeat;
   	background-position: center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; 
  	min-height: 100vh;
}

#error-section {
	padding-top: 400px;
}

#error-section h1 {
	color: #ffffff;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

/* Sticky header styles */
.bg {
	background: #fff;
	width: 100%;
	height: 120px;
	opacity: 0.7;
	position: fixed;
	z-index: 2;
}

.show {
	opacity: 0.4;
}

.transition {    
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	padding: 25px;
	z-index: 3;
}

.logo img {
 margin-top:-1px; margin-left:-10px; width: 380px;
}

/* Video styles */
.video {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

body > iframe {
	display: none;
}

.above-video {
	position: relative;
	z-index: 2;
}

/* Nav styles */


.buttons section {
	width: 500px;
	float: right;
	text-align: right;
	margin-right:60px;
}

#nav-items  a:link, #nav-items a:visited {
	height: 31px;
	color: #F33;
	text-decoration: none;
	font-family: mr-eaves-xl-modern; 
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 31px;

	margin-top: 45px;
	transition: color ease .2s;
	padding-right:30px;
}

#nav-items a:first-of-type {
	margin-left: 0px;
}
#nav-items a:hover {
	color: #fd8204;
	font-size: 38px;
}
#nav-items a:focus {
	font-size: 38px;
}
#nav-items a:active {
    color: #fd8204;
	font-size: 38px;

}

#menu-desktop {
	display: inline-block;
}

#menu-work {
	display: inline-block;
}

.buttons button  {
	border: none;
	outline: none;
	color:#F33;
	font-size: 38px;
	height: 31px;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 31px;
	background: transparent;
	font-family: mr-eaves-xl-modern, sans-serif;
	width: 110px;
	float: right;
	background-image: url('../image1/menu_stripes.png');
	background-position: right center;
	background-repeat: no-repeat;
	transition: color ease .2s;
	cursor: pointer;
	display: none;
}


.buttons button:hover,
.buttons button:focus {
	color: #f33;
	font-size:38px;
}


.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	z-index: 4;
}

/* Nav closing cross */
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../image1/close_bt.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor: pointer;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 45px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 15%;
	height: calc(100% / 7);
	min-height: 50px;
}

.overlay ul li a {
	display: block;
	color: #636569;
	text-decoration: none;
	cursor: pointer;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 350;
	-webkit-transition: color 0.2s;
	transition: all 0.2s ease;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #fd8204;
	-webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.social {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	margin: 10px 5px 0 5px;
	background-size: 40px 40px;
}

.social-culture {
	width: 280px;
	margin: auto;
}

.social-large {
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	margin: 10px 5px 0 5px;
	background-size: 60px 60px;
}

.social-contain {
	width: 250px;
	padding-top: 30px;
	margin: auto;
}

.footer-contain {
	width: 250px;
	margin: auto;
	padding: 10px 0 0 0;
}

.footer-contain a:link,
.footer-contain a:visited {
	opacity: 1;
	transition: .5s ease opacity;
}

.footer-contain a:hover,
.footer-contain a:focus,
.footer-contain a:active {
	opacity: .8;
}

#facebook {
	background-image: url('../images/btn-facebook.png');
	display: block;
}

#twitter {
	background-image: url('../images/btn-twitter2.png');
}

#instagram {
	background-image: url('../images/btn-instagram.png');
}

#linkedin-social {
	background-image: url('../images/btn-linkedin-bottom.png');
}

#vimeo {
	background-image: url('../images/btn-vimeo.png');
}

.hidden {
    display: none;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}


/* Animations */
@keyframes fadein { from { opacity: 0; } to   { opacity: 1; } }
@-moz-keyframes fadein { from { opacity: 0; } to   { opacity: 1; } }
@-webkit-keyframes fadein { from { opacity: 0; } to   { opacity: 1; } }
@-ms-keyframes fadein { from { opacity: 0; } to   { opacity: 1; } }
@-o-keyframes fadein { from { opacity: 0; } to   { opacity: 1; } }

@media only screen
and (max-width: 800px) {

/* NEW */

	.logo img {
	width: 330px; margin-top:10px; margin-left: 10px;
}


#home-opening {
	padding: 50px 0px;
}
#home-opening_about {
	padding: 50px 0px;
}

#home-tag {
	padding: 25px 0px;
}
#home-tag h3 {
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 3px;
}
#home-opening hr {
	height: 1px;
	margin: 30px auto;
}

#home-opening_about hr {
	height: 1px;
	margin: 30px auto;
}

#home-opening h1 {
	font-size: 30px;
	line-height: 42px;
}

#home-opening_about h1 {
	font-size: 30px;
	line-height: 42px;
}

.homepage-space {
	font-size: 50px;
	letter-spacing: 8px;
}
#home-opening p {
	font-size: 20px;
	line-height: 28px;
	padding: 0px 30px;
}

#home-opening_about p {
	font-size: 20px;
	line-height: 28px;
	padding: 0px 30px;
}

#capibilitiesSection p{
	font-size: 20px;
	line-height: 28px;
}

#city-bg {
	background-attachment: inherit;
}


/* Video styles */
.video {
	display: none;
}

#menu-work {
	width: 50px;
	background-position: right 0;
	background-repeat: repeat-y;
	height: 16px;
	color: #ffffff;
	text-decoration: none;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 350;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 16px;
	display: none;
	transition: color ease .2s;
}

#menu-work:hover,
#menu-work:focus {
	color: #fd8204;
}

#menu-desktop {
	display: none;
}

.buttons button {
	display: block;
	font-size:40px;
}
.buttons section {
	width: 180px;
	float: right;
	text-align: center;
	margin-right:60px;
}

#home {
	min-height: auto;
	height: 400px;
	background-image: url('../image1/mobile_bg.jpg');
  	background-position: center center;
   	background-repeat: no-repeat;
   	background-attachment: inherit;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.home-title {
	bottom: -30px;
	width:60%;
	margin-left:150px;
}

#arrowdown {
	display: none;
}

.agency-info {
	max-width: 350px;
}

.agency-infotext {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 50px 40px 50px;
}

.logo-pad {
	padding: 0 20px;
}

}


@media only screen
and (max-width: 630px) {
	
		

.aboutWork h2{
	font-size: 40px;
}

.footer-contain {
	padding-bottom: 20px;
}

.subtitle {
	color: #636569;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
}

.homepage-space {
	font-size: 32px;
	letter-spacing: 6px;
}
#home-opening hr {
	margin: 25px auto;
	max-width: 200px;
}
#home-opening h1 {
	font-size: 24px;
	line-height: 32px;
}
.tab-left {
	font-size: 18px;
	padding: 0 0 4px 10px;
}

.tab-right {
	font-size: 18px;
	padding: 5px 0 0 10px;
}

.extra-tab {
	vertical-align: 0;
	text-transform: uppercase;
	font-size: 26px;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 12px 0 5px;
	margin-bottom: 10px;
}

footer {
	padding: 70px 0 0 0;
}

#arrowup {
	bottom: auto;
	right: 15px;
	top: 90px;
}

ul.tabs{
	text-align: left;
	padding: 20px 0 15px 20px;
}
		
ul.tabs li{
	display: block;
}

.tab-content p {
	font-size: 14px;
	line-height: 18px;
	padding: 17px 0 0 0;
}

.tab-content strong {
	display: block;
}

.tab-content a:link, .tab-content a:visited {
	display: block;
	color: #fd8204;
	text-decoration: none;
	font-weight: 700;
}

.creator-logo {
	width: 50%;
	float: left;
	padding: 40px 0 0 0;
}

.logo-pad {
	padding: 0 40px;
}


.city {
	background-attachment: inherit;
}

.services {
	font-size: 22px;
}

#home h1 {
	font-size: 90px;
	letter-spacing: 8px;
	line-height: 90px;
}

.home-title {
	
	
}

.bullet-hide {
	display: none;
}

#error-section {
	padding-top: 200px;
}

#error-section h1 {
	color: #ffffff;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-weight: 200;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

}


@media only screen
and (max-width: 500px) {

.logo img {
	width: 250px; margin-top:-40px; margin-left: 10px;
}
	
.aboutWork{
	padding:30px 0;
}

.mobile-hide {
	display: none;
}

.creator-logo {
	width: 50%;
	padding: 30px 0 0 0;
}

.logo-pad {
	padding: 0 15px;
}

.large-logo {
	max-width: 160px;
}

.agency-infotext {
	padding: 15px 0px 30px 0px;
}

.services {
	font-size: 14px;
}

#work-item {
	height: 200px;
}

.over-logo {
	width: 100%;
	height: 175px;
	padding: 25px 0 0 0;
	opacity: .8;
	transition: all 1s ease;
	transition-delay: 0s;
	-webkit-transition: all 1s ease;
	-webkit-transition-delay: 0s;
}

.over-logo:hover, .over-logo:focus {
	padding: 15px 0 0 0;
	height: 185px;
}

.logo-center {
	width: 170px;
	margin: auto;
}


#featured-work a:link, #featured-work a:visited {
	width: 100%;
	height: 200px;
	float: none;
}

h2 {
	font-size: 36px;
	line-height: 36px;
}

.subtitle {
	padding: 5px 0 0 0;
}

#arrowdown {
	bottom: 20px;
}

#home h1 {
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 60px;
}

.home-title {
	margin-left:60px;
	bottom:90px;
	
}

.bg {
	background: #fff;
	width: 100%;
	height: 76px;
	opacity: .7;
	position: fixed;
	z-index: 2;
}

.fixed {
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	padding: 15px 15px;
}


.buttons section {
	width: 130px;
	padding: 2px 0 0 0;
	margin-right:30px;
}

.buttons button {
	font-size: 40px;
	color:#0F9; 
	height: 30px;
	line-height: 16px;
	width: 77px;
	text-align: left;
	background-position: right 2px;
}

/* Nav closing cross */
.overlay .overlay-close {
	right: 20px;
}

/* Menu style */
.overlay nav {
	top: 55%;
	font-size: 40px;
}

.social {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
}

.social-contain {
	width: 225px;
}

#home p {
	font-size: 30px;
	letter-spacing: 5px;
}

.work-bump {
	padding: 53px 0 0 0;
}

.footer-contain {
	width: 250px;
	margin: 0;
}

#menu-work {
	display: none;
}

}

@media only screen
and (max-width: 480px) {

.logo img {
width: 250px;
margin-top: -40px;	
}
	
	
.city {
	width: calc(100% * 1/1);
	width: -webkit-calc(100% * 1/1);
	width: -moz-calc(100% * 1/1);
	float: none;
}

}

@media only screen
and (max-width: 360px) {

.fixed {
	width: 360px;
}
.logo img {
	width: 150x;
	margin-top: -40px;		
}

}

@media only screen
and (max-width: 920px) {

.fixed {
	width: 360px;
}
.logo img {
	width: 260px;
	margin-top: -4s0px;		

}
}