/*

Theme Name: SY redesigned theme

Author: Sutton Young

Author URI: http://samburrill.com/

Version:1

Text Domain: Base Theme

Base Theme © 2016 Sutton Young

*/



/*************************************

RESET STYLES

*************************************/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}



/* HTML5 display-role reset for older browsers */



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after, q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}



/*************************************

BASIC STYLES

*************************************/



html, body {

	position: relative;

	height: 100%;

}

body {

	background: #fff;

	font-family: 'Neue Haas Unica W01 Light', Helvetica Neue, Helvetica, Arial, sans-serif;

	font-size: 14px;

	color: rgb(130, 130, 130);

	margin: 0;

	padding: 0;

	-webkit-font-smoothing: antialiased;
	
	z-index:10;
}

a {

	text-decoration: none;

	color: rgb(130, 130, 130);

}

a:hover {

	text-decoration: none;

	/*color: rgb(217, 217, 217);*/

}

strong{

	font-weight: 500;

	color:#000;

	font-family: 'Neue Haas Unica W01 Regular', Helvetica Neue, Helvetica, Arial, sans-serif;

}



.clearfix{

	clear:both;

	float:none;

}

.alignment{

	padding:0 100px;

	width:calc(100% - 200px);

	max-width:1700px;

	margin:0 auto;

}



.cover{

	background-repeat:no-repeat;

	background-size:cover;

	background-position: center;

}



.background{

	background-color:#ffffff;

	z-index:10;

	width:100%;

	position:relative;

	min-height:100vh;

}

.content-push{

	margin-top:85px;

}

body{

	opacity:0;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}

body.active{

	opacity:1;

}

/*main{

	opacity:0;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}

main.active{

	opacity:1;

}*/

/*************************************

TITLE Header

*************************************/



h1 {

	font-size: 28px;

	padding-bottom: 20px;

	/*text-transform: uppercase;

	letter-spacing: 1px;*/

	font-weight: 300;

	line-height: 35px;

	color:#fbbc04;

}

h2 {

	font-size: 16px;

	padding-bottom: 15px;

	text-transform: uppercase;

	/*letter-spacing: 1px;*/

	font-weight: 300;

}

h3 {

	font-size: 18px;

	/*letter-spacing: 1px;*/

	font-weight: 300;

	color:#fff;

	font-family:'Neue Haas Unica W01 Regular', Helvetica Neue, Helvetica, Arial, sans-serif;

}



/*************************************

PARAGRAPH STYLE

*************************************/



p {

	padding-bottom: 20px;

	line-height: 20px;

	font-size: 14px;

	font-weight: 300;

}



/*************************************

HEADER

*************************************/

header{

	top:0;

	left:0;

	right:0;

	height:85px;

	width:100%;

	background-color:#ffffff;

	position:fixed;

	z-index:20;

}

header img,

header #logo{

	height:40px;

	/*padding-top:24px;*/

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}

header .alogo{

	margin-top:24px;

	display:block;

	float:left;

	height:40px;

	

	

}

header #logo:hover{

	fill:#fbbc04;

}

header nav{

	padding-top:33px;

	float:right;

	width:50%;

}

nav.desktop .current-menu-item a{

		color:#fbbc04;

	}

header ul{

	text-align:right;

	right:0;

}

header li{

 display:inline-block;

 padding:0 3%;

 font-size:16px;



}

header li a{

	 color:#000000;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}

header li a:hover{

	 color:rgb(130,130,130);

}

header li:last-child{

 padding:0 0 0 3%;

}



/*************************************

BURGER

*************************************/



.menu-holder {

	display: none;

	z-index: 100;

}

.mobile-menu {

	display: none;

	height: 100%;

	width: 100%;

	position: fixed;

	top: 0;

	right: -100%;

	background-color: #ffffff;

	z-index: 15;

	-moz-transition: all 300ms ease-in-out;

	-webkit-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

	color: #808080;

}

.mobile-menu.active {

	right: 0;

}

nav.mobile ul{

	padding-top:70px;

}

.mobile-menu li{

	display:block;

	text-align:left;

	border-bottom:1px solid #000;

}

nav.mobile .table {

	width: 100%;

	height:100vh;

}

nav.mobile li {

	font-size: 20px;

	padding: 12px 0;

	width:100%;

	/*letter-spacing: 2px*/

}

nav.mobile li a{

display:block;

	width:100%;

}

nav.mobile ul ul {

	margin: 5px 0 20px 5px;

}

#menu-button {

	position: fixed;

	top: 10px;

	right: 20px;

	width: 45px;

	height: 40px;

	cursor: pointer;

	z-index: 60;

}

#nav-toggle {

	position: fixed;

	top: 20px;

	right: 20px;

	z-index: 58;

}

#nav-toggle {

	cursor: pointer;

	padding: 10px 35px 16px 0px;

}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {

	cursor: pointer;

	height: 2px;

	width: 32px;

	background: #000000;

	position: absolute;

	display: block;

	content: '';

}

#nav-toggle span:before {

	top: -9px;

}

#nav-toggle span:after {

	bottom: -9px;

}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {

	-moz-transition: all 300ms ease-in-out;

	-webkit-transition: all 300ms ease-in-out;

	transition: all 300ms ease-in-out;

}

#nav-toggle.active span {

	background-color: transparent;

}

#nav-toggle.active span:before, #nav-toggle.active span:after {

	top: 0;

	background: #000000;

}

#nav-toggle.active span:before {

	-webkit-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	transform: rotate(45deg);

}

#nav-toggle.active span:after {

	-webkit-transform: rotate(-45deg);

	-moz-transform: rotate(-45deg);

	transform: rotate(-45deg);

}

.hero-arrow svg{

	width:80%;

}

.hero-arrow svg .st0{

	-webkit-transition: all 0.1s ease-in-out 0s;

	-moz-transition: all 0.1s ease-in-out 0s;

	transition: all 0.1s ease-in-out 0s;

}

/*************************************

HOME

*************************************/





.swiper-container{

	height:calc(100vh - 105px); 

	width:calc(100% - 40px); 

	margin:55px auto 0;

}

.swiper-slide{

	height:calc(100vh - 20px); 

	width:calc(100% - 40px); 

	margin:0 auto;

}

.gradent{

	background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */

    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */

    background: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.5));

}

.hero-text{

	position:absolute; 

	left:0; 

	right:0; 

	margin: 0 auto; 

	bottom:80px; 

	text-align:center; 

	width:80%;

	

	z-index:2

}

.hero-text h2{

	font-size:20px

}

.hero-text h1{

	font-size:32px;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}

.hero-arrow{

	position:absolute; 

	margin:0 auto; 

	left:0; 

	right:0; 

	bottom:30px; 

	width:50px; 

	height: auto; 

	z-index:20;

}

.hero-arrow img{

	width:100%;

}



.intro-text{

	width:74%;

	padding:90px 0 110px 26%;

}

.intro-text p {

	font-size:20px;

	line-height:28px;

}

.news{

	max-width:395px;

	width:calc(100% -40px);

	margin-right:9.1%

	/*margin-right:40px;

	margin-left:100px;*/

}

.news img{

	width:100%;

}

.news h4{

	padding:15px 0;

	font-size:20px;

	color:#000;

}

.news div{

	padding-bottom:15px;

}

.news .date{

	color:#000;	

}

.portfolio-home{

	float:right;

	right:40px;

}

.content {

  padding: 0;

  width:calc(100% - 200px);

  margin: 0 auto;

  position: relative;

  overflow:hidden;

  max-width:1700px;

  padding-left:100px;

  padding-right:100px;

  }

#leftPane {  

  float: left;

  width: 26% ;

  position: static;

  margin-left:0;

  }

#rightPane {  

  float: left;

  width: 74%;

  margin-left:calc(26% - 48px);

  position: absolute;

  top:0;

  }

#rightPane.active{

 position: fixed;



}

#rightPane.absBottom{

 position: absolute;

 bottom:0;

}

.width-adapter-small{

  float: left;

  width: 26%;

  height:1px;

	

}

.width-adapter-large{

  float: left;

  width: 74%;

  height:1px;

 

}

#bottomDivs{

	height:40px; 

	width:100%;

}

.port-alignment{

	width:100%;

	max-width:1265px;

}

.home-port-title h3{

	color:#000;

	padding-bottom:30px;

}

.intro-text h1 {

	padding:30px 0 50px;

	font-size:32px;

	line-height:38px;

	font-family:'Neue Haas Unica W01 Light', Helvetica Neue, Helvetica, Arial, sans-serif;

}

.blocker{

	width:100%;

	height:130px;

	position:absolute;

	bottom:0;

	left:0;

	right:0;

	background-color:transparent;

	z-index:19;

}



/*************************************

PROJECT PAGE

*************************************/

.project-hero-image{

	height:50vh;

	width:100%;

}



.project-info{

	padding:70px 0;

	overflow: auto;

}

.project-column-left,

.project-column-right{

	float:left;

	width:48.8%;

	max-width:830px;

}

.project-one-third{

	float:left;

	max-width:850px;

	width:51%;

}

.project-two-third{

	float:right;

	max-width:850px;

	width:49%

}

.project-one-third.text-width,

.project-two-third.text-width{

	width:40%;

}

.project-full{

	width:100%;

	-webkit-column-count: 2; /* Chrome, Safari, Opera */

    -moz-column-count: 2; /* Firefox */

    column-count: 2 ;

	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */

    -moz-column-gap: 40px; /* Firefox */

    column-gap: 40px;

}

.project-full.about p{

	font-size:14px;

	line-height:20px

}

.project-two-third.text-width{

	padding-right:9%;

}



.project-column-right{

	float:right;

}

.project-images{

	float:none;

	clear:both;

	padding-bottom:40px;

}

.project-images div{

	margin-bottom:40px;

	/*float:none;

	clear:both;*/

	overflow: hidden;

}

.project-image-full{

	width:100%;	

}

.project-spacer{

	height:450px;

	width:100%;

	/*background-color:pink;*/

	opacity:0.5;

	z-index:200;

	position:relative;

	pointer-events: none;

}

.project-spacer.active{

	display:none;

	background-color:transparent;

	

}

.project-related-project{

	background-color:#262626;

	position:fixed;

	bottom:0;

	left:0;

	right:0;

	overflow: auto;

	width:100%;

	z-index:5;

	padding-bottom:100px;

}

.project-related-project.active{

	position:relative;

}

.project-related-block,

.project-related-overlay,

.project-related-block .imgs{

	width: 100%;

   	padding-top: 60%;

}

.project-related-block{

	position: relative;

	background-color:#000;

}

.project-related-width{

	width:calc(33.333% - 1.57%);

	max-width:540px;

	float:left;

	margin-right:2.35%;

	overflow: hidden;

}



.alignment .project-related-width:nth-child(3){

	margin-right:0;

}

.project-related-block .imgs{

	position:absolute;

	top:0;

	left:0;

}

.overlay{

	background-color:#ffffff;

	position:absolute;

	top: 100%;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}

.overlay div{

	position:absolute;

	bottom: 30px;

	left:30px;

	color:#000;

}

.project-related-width:hover .overlay,

.small-column:hover .overlay

{

	top:0;

}

.related-title{

	padding:100px 0 30px;

}

.project-nav{

	padding-bottom:40px;

}

.nav-buttons.prev{

	float:left;

	margin-left:0;

}



.nav-buttons.next{

	float:right;

	margin-right:0;

}

.arrow-span{

	width:10px;	

	display:none;

}

.project-images .small-column{

	max-width:395px;

	width:23.23%;

	margin-right:2.35%;

	float:left;

	overflow: hidden;

	height:auto;

	margin-bottom: 0;

}

.project-images .small-column,

.project-images .small-title{

	/*overflow: auto;*/

}

.project-images .small-title{

	font-size:20px;

	line-height: 40px;

}



.small-column:nth-child(4n){

	margin-right:0;

}

.small-column img{

	width:100%;

}

/*************************************

PORTFOLIO SELECTION

*************************************/

.grid {

  margin: 0 auto;

  width:100%;

}

/* clearfix */

.grid:after {

  content: "";

  display: block;

  clear: both;

}

.grid-item {

  float: left;

  height:auto; 

	overflow: hidden;

  margin-bottom:40px;

}

.grid-sizer.home,

.grid-item.home {

   width: 31.22% !important;

}

.gutter-sizer{

	width:3.16%;	

}

.grid-item img{

	width:100%;

}

.grid-item.home.portalt,

.grid-sizer.home.portalt{

	width: 23.24% !important;

}

.gutter-sizer.alt{

	width:2.35%;	

}

.port-overlay{

	height:100%;

	top:100%;

	width:100%;

	background-color:#000;

}

.port-overlay div{

	color:#fff;

}

.grid-item:hover .overlay{

	top:0;

}

.port-nav.mobile{

	display:none;

}

.port-nav span{

	display:inline-block;

	padding-right:0px;

}

.port-nav{

	margin:80px 0 40px;

	padding: 15px 0 15px;

	/*border-top:1px solid grey;

	border-bottom:1px solid grey;*/

}

.port-nav div{

	display:inline-block;

}

.port-nav span{

	color:#000;

}

.port-nav li{

	display:inline-block;

	padding-right:20px;

}

.port-nav .current-menu-item a{

 color:#fbbc04;

font-family:'Neue Haas Unica W01 Regular', Helvetica Neue, Helvetica, Arial, sans-serif;

}

.port-nav li:hover a{

	 color:#000;

}

.port-nav li a{

-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}

/*.port-nav li:after,

.port-nav span:after{

	content:"|";

	padding:0 10px 0 9px;

	color:#000;

}*/

.port-nav li:last-child:after{

	content:"";

	padding:0;

}

.logo-line {

   /* border-bottom: 1px solid grey;*/

    margin: 80px 0 40px;

	padding: 15px 0

}

.mobile-filter{

	display:none;

}

/*************************************

CONTACT

*************************************/

.address p{

	font-size:25px;

	line-height:33px;

	font-weight:100;

	color:#000;

	

}

.contact-pusher{

	margin-top:50px;

}

.contact h3{

	color:#000;

}

#map_canvas {

	width: 100%;

	height: 100%;

}

.map-section .max-width {

	margin-bottom: 40px;

}



.contact .clearfix,

.about .clearfix{

	border-bottom:1px solid #000;

	margin-bottom:60px;

	padding-top:40px;

}

.contact-one-third{

	float:left;

	width:20%;

}

.contact-two-third{

	float:right;

	width:80%

}

.address a,

.footer-column-left .left a{

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;	

}

.address a:hover,

.footer-column-left .left a:hover{

	color:#fbbc04 !important;

}

/*.client-list{

	width:22.79%;

	margin-right:2.94%;

	float:left;

	padding-bottom:4px;

}

.client-list:nth-child(4n){

	margin-right:0;

}*/

.client-list{

	-webkit-column-count: 4; /* Chrome, Safari, Opera */

    -moz-column-count: 4; /* Firefox */

    column-count: 4 ;

	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */

    -moz-column-gap: 40px; /* Firefox */

    column-gap: 40px;

	width:96%;

}

/*.client-list:nth-child(4n){

	margin-right:0;

}*/



.award-list{

	width:46.52%;

	margin-right:2.94%;

	float:left;

	padding-bottom:4px;

}

.award-list:nth-child(2n){

	margin-right:0;

}

.swiper-container.contact,

.swiper-slide.contact,

.swiper-slide{

    height: auto !important;

    margin: 0 auto;

     width:100%;;

}

.swiper-button-next{

	background-image:url(img/blackarrow.png) !important;

	opacity:0.8;

}

/*************************************

ABOUT

*************************************/

.about h3{

	padding-bottom:40px;

	color:#000;

}

.about .alignment{

	z-index:20;

	position:relative;

}

.layout{

	padding-bottom:40px;

	

}

.tall,

.long{

	cursor: pointer;

}

.mobile-layout{

		display:none;

	}

.layout .text h4,

.mobile-about h4{

	font-size:20px;

	line-height:24px;

	font-weight: 300;

	/*letter-spacing: 1.5px;*/

	color:#000000;

	padding-bottom:10px;

}

.layout .text h4{

	padding-bottom:0;

	font-size:18px;

	font-family: 'Neue Haas Unica W01 Regular', Helvetica Neue, Helvetica, Arial, sans-serif;

}

.mobile-about{

	padding-bottom:10px;

}

.mobile-about h4{

	padding-top:10px;

	padding-bottom:2px;

}

.layout .text div,

.mobile-about div{

	font-size:12px;

	line-height:16px;

	font-weight: lighter;

	/*letter-spacing: 1.5px;*/

	color:#5b5952;

}

.layout .text .email a{color:rgba(91,89,82,0.5);}

.layout .text .job-title{

	padding-bottom:6px;

	font-family:'Neue Haas Unica W01 Regular', Helvetica Neue, Helvetica, Arial, sans-serif;

	/*text-transform: uppercase;*/

}

.mobile-about div{

	padding-bottom:2px;

}

.mobile-about div:last-child{

	padding-top:3px;

}

.brick{

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

}



.brick.long .yellow-overlay,

.brick.tall .yellow-overlay

{

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

	background-color:rgba(251,188,4,0);

	position:absolute;

	height:100%;

	width:100%;

}

/*.brick:hover .long{

	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */

	/*-moz-filter: grayscale(100%); /* Chrome, Safari, Opera */

  /*	filter: grayscale(100%);	

}*/

.brick.long:hover .yellow-overlay,

.brick.tall:hover .yellow-overlay

{

	background-color:rgba(251,188,4,0.7);

}

.hidden-about{

	display:none;

}

.hidden-background{

	position:fixed; 

	width:100%; 

	height:100vh; 

	top:0; 

	left:0; 

	background-color:rgba(255,255,255,0);

	z-index:21;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;

	pointer-events: none;

	opacity:0;

}

.hidden-background.active{

	opacity:1;

	pointer-events:auto;

	background-color:rgba(255,255,255,0.8);

}

.hidden-background .hidden-about{

	display:block;

}

.hidden-background .hidden-about p{

	font-size:14px;

	line-height:20px;

}

.bio-box{

	width:60%;

	/*height:60vh;*/

	background-color:#fff;

	border:1px solid #fbbc04;

	margin:27vh auto 0 ;

	overflow-y: scroll;

	height:40vh;

	opacity:0;

	-webkit-transition: all 0.3s ease-in-out 0s;

	-moz-transition: all 0.3s ease-in-out 0s;

	transition: all 0.3s ease-in-out 0s;	

	position:relative;

}

.hidden-background.active .bio-box{

	opacity:1;

}

.hidden-background.active .text{

	top:auto !important;

	left:auto !important;

	right:auto !important;

	bottom:auto !important;

	position: relative !important;

	padding:30px;

}

.hidden-background .text{

	text-align:left !important;

}

.hidden-background h4{

	font-size:24px;

	padding-bottom:10px;

}

.hidden-background .job-title{

	font-size:18px;

	padding-bottom:10px;

}

.hidden-background .email{

	padding-bottom:30px;

}

.project-one-third.about p,

.project-two-third.about p{

	font-size:14px;

	line-height:20px

}

/*************************************

FOOTER

*************************************/

footer{

	background-color:#000000;

	width:100%;  

	z-index:14; 

	position:relative;

	overflow: auto;

	color:#CDCDCD;

}

footer.fixed{

	position:fixed;

	bottom:0;

	left:0;

	right:0;

	z-index:0;

}

footer .alignment{

	padding:50px 0 50px;

	overflow: auto;

}

.footer-column-left,

.footer-column-right{

	max-width:586px;

	width:40%;

	float:left;

}

.footer-column-right{

	float:right;

	width:55%;

}

.footer-column-right ul{

	width:50%;

	float:left;

}

.back-to-top{

	width:40%;

	float:right;

	position: relative;

}

.back-to-top img{

	right:0;

	position: absolute;

	height:auto !important;

	width:25px;

	top:10px;

}

.back-to-top div{

	text-align:right;

	color:#CDCDCD;

	padding-top:20px;

}

.footer-column-left .left{

	float:left;

	width:50%;

}

.footer-column-left .left div{

	padding-bottom:5px;

}

.footer-column-left .left a{

	color:#CDCDCD;

}

.footer-column-right li{

	display:inline;

	padding:0 5px;

	/*padding:0 2px;*/

}

.footer-column-right img{

	height:30px;

}

.mob-copy{

	display:block;

	font-size:12px;

	padding-top:20px;

}

.newPageButton{
	width:200px;
	background-color:#fbbc04;
	line-height:50px;
	font-size:20px;
	text-align:center;
	margin:0 auto 40px;
	color:#fff;
	cursor: pointer;
}
.newPageButton:hover{
	background-color:#000000;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media all and (max-width: 1024px) {

	

/*************************************

PROJECT PAGE

*************************************/

	.intro-text{

		width:100%;

		padding:20px 0;

		

	}

	.alignment{

		padding:0 50px;

		width:calc(100% - 100px);

	}

	.content {

	  padding-left:50px;

	  padding-right:50px;

	  width:calc(100% - 100px);

	  }

		#leftPane {  

	  width: 100% ;

			float:none;

	  }

	#rightPane {  

	  width: 100% !important;

	  margin-left: 0;

	  position: relative;

		float:none;

	  }

	.width-adapter-small{

	  width: 49%;	

	}

	.width-adapter-large{

	  width: 49%;

	}

	.grid-item.home,

	.grid-item.home.portalt{

	  max-width: 500px;

	  width: 49%;

	  margin-bottom:20px;

	}

	.grid-sizer.home,

	.grid-item.home,

	.grid-item.home.portalt,

	.grid-sizer.home.portalt{

	   width: 49% !important;

	}

	.gutter-sizer,

	.gutter-sizer.alt{

		width:2%;	

	}

	#leftPane{

		

	}

	.project-images .small-column{

		max-width:500px;

		width:49%;

		margin-right:2%;

	}



	.project-images .small-title{

		font-size:20px;

		line-height: 40px;

	}

	.small-column:nth-child(4n){

		margin-right:auto;

	}

	.small-column:nth-child(2n){

		margin-right:0;

	}

	.layout .text h4{

		font-family: 'Neue Haas Unica W01 Regular', Helvetica Neue, Helvetica, Arial, sans-serif;

		padding-bottom: 2px

	}

	.layout .text .job-title {

		font-family: "Neue Haas Unica W01 Regular",Helvetica Neue,Helvetica,Arial,sans-serif;

		padding-bottom: 5px;

	}

	.nav-buttons.prev{

	float:left;

	margin-left:0;

	}



	.nav-buttons.next{

		float:right;

		margin-right:0;

	}

/*************************************

footer

*************************************/

	.footer-column-left .left{

		float:none;	

		width:100%;

	}

	footer .alignment {

    padding: 50px 0 50px;

}

	footer.fixed,

	.project-related-project{

		position:relative;

	}

	.project-spacer,

	.footer-spacer{

		display:none;

	}

.width-adapter-large{

			display:none;

	}

	



}

@media all and (max-width: 768px) {



/*************************************

HOME PAGE

*************************************/	

	



	

/*************************************

PROJECT PAGE

*************************************/	

	.project-hero-image{

	height:30vh;

	}

	.project-info{

		padding:20px 0;

	}



	.project-column-left,

	.project-column-right,

	.project-one-third,

	.project-two-third,

	.contact-one-third,

	.contact-two-third,

	.project-one-third.text-width,

	.project-two-third.text-width

	{

		float:none;

		width:100%;

		padding-bottom:5px;

	}

	.project-column-left,

	.project-column-right,

	.project-one-third.text-width,

	.project-two-third.text-width{

		padding-bottom:20px;

	}

	.project-images div{

		margin-bottom:0;

	}

	.project-image-full{

		padding-bottom:20px;

	}

	.related-title {

    	padding: 50px 0 30px;

	}

	.project-related-project{

		padding-bottom:50px;

	}

	.project-images .small-column{

		max-width:none;

		width:100%;

		margin-right:0;

	}



	.project-images .small-title{

		font-size:20px;

		line-height: 40px;

	}

	

	.small-column:nth-child(2n){

		margin-right:auto;

	}

.project-two-third.text-width{

	padding-right:0;

}

	.footer-column-left .left:first-child {

		padding-bottom:14px;

	}

	

	

/*************************************

CONTACT

*************************************/

	.contact-pusher {

   	 margin-top: 60px;

	}

	.contact .clearfix{

	margin-bottom: 20px;

    padding-top: 0;

	}

	.contact h3{

		padding-bottom:10px;

	}

	.contact .clearfix.space-contact{

		padding-top: 20px;

	}

	.contact-one-third.show{

		display:block;

	}

	.client-list{

	-webkit-column-count: 2; /* Chrome, Safari, Opera */

    -moz-column-count: 2; /* Firefox */

    column-count: 2 ;

	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */

    -moz-column-gap: 40px; /* Firefox */

    column-gap: 40px;

	width:96%;

}

	.about h3{

		padding-bottom:0;

	}

	.project-full{

		width:100%;

		-webkit-column-count: 1; /* Chrome, Safari, Opera */

		-moz-column-count: 1; /* Firefox */

		column-count: 1 ;

		-webkit-column-gap: 0; /* Chrome, Safari, Opera */

		-moz-column-gap: 0; /* Firefox */

		column-gap: 0;

	}

	.mobile-about-space{

		padding-bottom:20px;

	}

	
.newPageButton{
	width:150px;
	line-height:40px;
	font-size:14px;
	margin:0 auto 20px;
}
	

}



@media all and (max-width: 585px) {

/*************************************

	HEADER

*************************************/

	body{

		font-family: 'Neue Haas Unica W01 Regular', Helvetica Neue, Helvetica, Arial, sans-serif;

	}

	

	header{

	height:65px;

	position:relative;

	z-index:20;

	}

	

	nav.desktop{

		display:none;

	}

	

	.menu-holder{

		display:block;

	}

	header img,

	header #logo{

	float:left;

	height:30px;

	

	}

	header .alogo{

	margin-top:18px;

	}

	.swiper-container{

		height: calc(100vh - 85px);

    	margin: 0 auto !important;

	}

	.mobile-menu {

	display: block;

	}

	

	.content-push{

		display:none;

	}

	.hero-text{

		bottom: 70px;

	}

	.hero-text h2{

		font-size:16px;

	}

	.intro-text p {

		font-size:16px;

		line-height:20px;

	}

	.hero-text h1{

		font-size:22px;

	}

	.intro-text h1 {

		padding:10px 0 20px;

		font-size:20px;

		line-height:31px;

	}

	

	.intro-text p{

		font-size: 15px;

    	line-height: 22px;

	}

	.intro-text h1:last-child{

	padding:0 0 45px;

	}

	.blocker{

	height:120px;

}

/*************************************

	PROJECT PAGE

*************************************/

	.alignment{

		padding:0 20px;

		width:calc(100% - 40px);

	}

	.project-related-width {

		float: none;

		clear:both;

		margin-right: 2.35%;

		max-width:none;

		overflow: hidden;

		width: 100%;

		margin-bottom:20px;

	}



/*************************************

	PORTFOLIO PAGE

*************************************/	

	.port-nav.desktop{

		display:none;

	}

	

	.port-nav {

    margin: 20px 0 30px;

}

	

	.related-title {

    	padding: 25px 0 20px;

	}

	.project-related-project{

		padding-bottom:0px;

	}

	.port-nav{

		display:none;

	}

	.port-nav li {

    display: block;

	font-size:16px;

	padding-bottom:10px;

	}

	.port-nav li:last-child {

	padding-bottom:0;

	}

	.port-nav li::after, .port-nav span::after {

    content:none;

    padding: 0;

}

	.filter{

		display:none !important;

	}

	.mobile-filter{

		display:block;

		margin: 20px 0 20px;

		position: relative;

	}

	.mobile-filter span{

		-webkit-transform: rotate(180deg);

		-moz-transform: rotate(180deg); 

    	transform: rotate(180deg);	

		-webkit-transition: all 0.3s ease-in-out 0s;

		-moz-transition: all 0.3s ease-in-out 0s;

		transition: all 0.3s ease-in-out 0s;

		position:absolute;

		left:38px;

		top:3px;

	}

	.mobile-filter span.active{

		top:0;

    -webkit-transform: rotate(0deg);

	-moz-transform: rotate(0deg); 

    transform: rotate(0deg);		

	}

	

/*************************************

	CONTACT PAGE

*************************************/

	#map {

	height: 300px !important;

}

	.contact-pusher {

   	 	margin-top: 35px;

	}

	.address p{

		font-size:18px;

		line-height: 24px;

	}

	

/*************************************

	HOME PAGE

*************************************/

	

	.content {

	  padding-left:20px;

	  padding-right:20px;

	  width:calc(100% - 40px);

	  }

		

	

	.width-adapter-small{

	  width: 100%;	

	}

	.width-adapter-large{

	  width: 100%;

	}

	.grid-item.home,

	.grid-item.home.portalt{

	  max-width: 550px;

	  width: 100%;

	}

	.grid-sizer.home,

	.grid-item.home,

	.grid-item.home.portalt,

	.grid-sizer.home.portalt{

	   width: 100% !important;

	}

	.gutter-sizer,

	.gutter-sizer.alt{

		width:0;	

	}



	.layout{

		display:none;

	}	

	.mobile-layout{

		display:block;

	}	

	/*.client-list,*/

	.award-list{

		width:100%;

		margin-right:0%;

		float:none;

		

}

	/*.client-list:nth-child(2n),

	.award-list:nth-child(2n){

		margin-right:0;

	}*/

	

	

/*************************************

FOOTER

*************************************/

	footer .alignment {

		border-bottom: none;

		margin-bottom: 20px;

		padding: 50px 0 30px;

	}

	

	.footer-column-left{

		width:100%;

		float:none;

		text-align:left;

		padding-bottom:14px;

		border-bottom:1px solid #fff;

	}

	

	.footer-column-right{

		float:none;

		width:100%;

		padding-top:20px;

	}

	.footer-column-right ul{

		text-align:left;

	}

	.back-to-top div{

		display:none;

	}

	.contact-hide{

		display:none;

	}

	.about h3{

		font-size:18px !important;

	}

	#bottomDivs{

		height:0px; 

		width:100%;

	}

}
