@font-face {
	font-family: 'Montserrat';
	src: 	url('fonts/Montserrat/Montserrat-Regular-webfont.eot');
	src: 	url('fonts/Montserrat/Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/Montserrat/Montserrat-Regular-webfont.woff2') format('woff2'),
			url('fonts/Montserrat/Montserrat-Regular-webfont.woff') format('woff'),
			url('fonts/Montserrat/Montserrat-Regular-webfont.ttf') format('truetype'),
			url('fonts/Montserrat/Montserrat-Regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: 	url('fonts/Montserrat/Montserrat-Bold-webfont.eot');
	src: 	url('fonts/Montserrat/Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/Montserrat/Montserrat-Bold-webfont.woff2') format('woff2'),
			url('fonts/Montserrat/Montserrat-Bold-webfont.woff') format('woff'),
			url('fonts/Montserrat/Montserrat-Bold-webfont.ttf') format('truetype'),
			url('fonts/Montserrat/Montserrat-Bold-webfont.svg#montserratbold') format('svg');
	font-weight: bold;
	font-style: normal;
}


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  text-rendering: optimizeLegibility;

}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #8C8C8C;
	font-size: 16px;
}

a:link, a:visited, a:active, .no-touch a:hover {
	text-decoration: none;
	color: #303030;

	-webkit-transition: all 300ms ease 0ms;
	-webkit-transition-property: color, opacity;

	-moz-transition: all 300ms ease 0ms;
	-moz-transition-property: color, opacity;

	-o-transition: all 300ms ease 0ms;
	-o-transition-property: color, opacity;

	-ms-transition: all 300ms ease 0ms;
	-ms-transition-property: color, opacity;

	transition: all 300ms ease 0ms;
	transition-property: color, opacity;

}

.no-touch a:hover {
	color: #8C8C8C;
}

#content {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto 100px auto;
	padding-top: 180px;
	overflow: hidden;
}

#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .9);
	padding: 60px 0 60px 0;
}

#header-inside-wrap {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

#header-content {
	position: relative;
}

#header-content a {
	display: block;
}

#header-content #phone a {
	display: inline;
	color: #767676;
}

#logo {
	position: absolute;
	margin-left: .3%;
}

#logo a {
	display: block;
	width: 100%;
}

#logo a img {
	display: block;
	/*width: 320px;*/
}

#nav {
	float: right;
	width: 79.7%;
	/*margin-right: .3%;*/
	margin-right: .5%;
	margin-top: 28px;
}

#nav-inner {
	float: right;
}

#access, #contact, #phone {
	float: left;
	font-size: 16px;
}

#phone {
	display: none;
	clear: both;
	float: right;
	border-top: 1px solid #C8C8C8;
	color: #767676;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}

ul#menu-nav, ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu-nav li, ul.social li {
	float: left;
}

ul#menu-nav li {
	margin-left: 30px;
}

ul.social {
	margin-left: 20px;
	margin-top: 1px;
}

ul.social li {
	margin-left: 10px;
	font-size: 9px;
	line-height: 9px;
	vertical-align: top;

}

ul.social li a {
	opacity: .6;
}

.no-touch ul.social li a:hover {
	opacity: 1;
}


ul.social li a img {
	width: 16px;
}



a.newsletter-link:link, a.newsletter-link:visited, a.newsletter-link:active, .no-touch a.newsletter-link:hover {
	border: 1px solid #767676;
	padding: 2px 3px 0 3px;
	/*padding: 3px 3px 2px 3px;*/
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
	/*margin-top: -1px;*/
	height: 16px;
	
}

.no-touch a.newsletter-link:hover {
	color: #303030;
}

ul#menu-nav li a:link, ul#menu-nav li a:visited, ul#menu-nav li a:active, .no-touch ul#menu-nav li a:hover {
	text-decoration: none;
	color: #767676;
	text-transform: uppercase;
}

.no-touch ul#menu-nav li a:hover {
	color: #303030;
}



.nav-email {
	text-transform: uppercase;
}

#content-inner {
	
}

ul.project-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.project-thumbs li {
	position: relative;
	float: left;
	width: 19.4%;
	margin: 0.3%;
	overflow: hidden;
}

ul.project-thumbs li a img {
	display: block;
	width: 100%;
	height: auto;
	/*margin: 0 5%;*/
}

ul.project-thumbs li .project_title a {
	position: absolute;
	display: block;
	bottom: -26px;
	left: 0;
	right: 0;
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .95);
	height: 26px;
	padding: 7px 0 0 0;
	/*padding: 4px 0;*/
	color: #767676;
	-webkit-transition: bottom 500ms ease 0ms;
	-moz-transition: bottom 500ms ease 0ms;
	-o-transition: bottom 500ms ease 0ms;
	-ms-transition: bottom 500ms ease 0ms;
	transition: bottom 500ms ease 0ms;
}

.no-touch ul.project-thumbs li:hover .project_title a {
	bottom: 0;
	color: #767676;
}

ul.project-thumbs li a.thumb {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}


.no-touch ul.project-thumbs li a.thumb {
	opacity: 1;
	-webkit-transition: opacity 300ms ease 0ms;
	-moz-transition: opacity 300ms ease 0ms;
	-o-transition: opacity 300ms ease 0ms;
	-ms-transition: opacity 300ms ease 0ms;
	transition: opacity 300ms ease 0ms;
}

.no-touch ul.project-thumbs li:hover a.thumb {
	opacity: .75;
}












.project_content {
	margin: 0 .3%;
}

.text-division {
	margin: 50px .3% 25px .3%;	
	border-top: 1px solid #C8C8C8;
}

.studio-page-content .text-division {
	margin: 50px .3% 25px 0;	
}

.page-template-news .text-division {
	margin-left: 0;
	margin-right: 0;
}

.text-division span {
	display: inline-block;
	position: relative;
	top: -11px;
	padding: 2px 8px 2px 0;
	background-color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
}

.project_top {
	overflow: hidden;
	padding: 50px 0 60px 0;
	border-top: 1px solid #C8C8C8;
	margin: 0;
}

.page-template-news .project_top {
	border-top: none;
	padding-top: 0;
}

.project_full_title {
	float: left;
	width: 45%;
	text-transform: uppercase;
}

.project_description {
	float: left;
	width: 55%;
}

.project_caption {
	font-style: italic;
	
}

.project_caption p {
	font-size: 12px;
}

.project_description p:last-child {
	margin-bottom: 0;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px; 
}


.nav_buttons {
	position: absolute;	
	position: fixed;
	top: 50%;

	left: 0;
	right: 0;

}

.prev_arrow a, .next_arrow a {
	display: block;
	width: 18px;
	height: 36px;
	position: absolute;
	opacity: .5;
}

.no-touch .prev_arrow a:hover, .no-touch .next_arrow a:hover {
	opacity: 1;
}

/*.prev_arrow a {
	left: 10px;
	background: url('images/arrows_black.png') 0 0;
}

.next_arrow a {
	right: 10px;
	background: url('images/arrows_black.png') -18px 0;
}

*/

.prev_arrow a {
	left: 10px;
	background: url('images/arrow-thin-left-2.png') 0 0;
	background-size: 19px 36px;
}

.next_arrow a {
	right: 10px;
	background: url('images/arrow-thin-right-2.png') 0 0;
	background-size: 19px 36px;
}



.project_image, .project_video {
	margin-bottom: 20px;	
}

.project_image img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.project_image.portrait img {
	width: 60%;

}


.the_video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.the_video iframe,  
.the_video object,  
.the_video embed {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







.studio-image img {
	display: block;
	width: 100%;
}

.studio-about {
	margin-top: 50px;
	overflow: hidden;
}

.studio-page-description {
	float: left;
	width: 60%;
	margin-right: 10%;
}

.studio-address {
	float: left;
	width: 30%;

	font-size: 16px;
	line-height: 22px;
}


.studio-address h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	color: #303030;
	margin-bottom: 20px;
}

.studio-address .addres {
	margin-bottom: 20px;
}


.studio-address ul.social {
	margin-left: 0;
}

.studio-address ul.social li {
	margin-right: 10px;
	margin-left: 0;
}

.studio-address .newsletter-item {
	margin-top: 4px;
}


.studio-address a.newsletter-link:link, .studio-address a.newsletter-link:visited, .studio-address a.newsletter-link:active, .no-touch .studio-address a.newsletter-link:hover {
	padding-bottom: 2px;
}
 
#instagram {
}

/*#sb_instagram {
	box-sizing: inherit;
}
*/



body #sb_instagram #sbi_images {
	/*padding: 0 !important;*/
}

body #sb_instagram #sbi_images .sbi_item {
	float: left;
	display: block;
	width: 19.4% !important;
	margin: .3% !important;
}

body #sb_instagram #sbi_images .sbi_item:first-child {
	margin-left: 0 !important;
}

body #sb_instagram #sbi_images .sbi_item:last-child {
	margin-right: 0 !important;
}




body #sb_instagram #sbi_images .sbi_item img {
	/*width: 99%;*/
/*	width: 19.4%;
	margin: 0.3%;
*/
}



.page-template-news .project_content {
	width: 67%;
}

.page-template-news .news-info-container {
	position: fixed;
	width: 90%;
	max-width: 1400px;
	height: 0px;	
}

.page-template-news .news-info {
	float: right;
	width: 25%;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 5px;
}










#hamburger {
	display: none;
}






@media screen and (max-width: 1300px) {

	#access, #contact, #phone {
		font-size: 14px;
	}

	#header {
		padding: 40px 0;
	}

	#content {
		padding-top: 130px;
	}

	#nav {
		margin-top: 30px;
	}

	ul.social li a img {
		width: 14px;
	}

	ul.social li {
		font-size: 10px;
		line-height: 10px;
	}

	ul#menu-nav li {
		margin-left: 10px;
	}

	.project_top {
		padding: 30px 0;
	}

	ul.project-thumbs li {
		width: 24.4%;
	}

	ul.project-thumbs li:nth-child(n+25) {
		display: none;
	}

	.single ul.project-thumbs li:nth-child(n+9) {
		display: none;
	}

}

@media screen and (max-width: 1200px) {
	ul#menu-nav li {
		font-size: 12px;
	}


}

@media screen and (max-width: 1024px) {
	#header {
		padding: 30px 0;
	}

	#header-inside-wrap {
		width: 96%;
	}

	#nav {
		margin-top: 10px;
	}

	ul#menu-nav li {
		margin-left: 10px;
	}


	#access, #contact, #phone {
		font-size: 12px;
	}

	#contact {
		clear: both;
		float: right;
	}

	#contact {
		margin-top: 5px;
	}

	ul.social li a img {
		width: 14px;
	}

	ul.social li {
		font-size: 10px;
		line-height: 10px;
	}


	#content {
		padding-top: 125px;
		width: 96%;

	}

	.project_top {
		padding: 20px 0 80px 0;
		/*border-bottom: 1px solid #C8C8C8;*/
	}

	.nav_buttons {
		position: relative;
		top: -80px;
	}

	ul.project-thumbs li {
		width: 24.4%;
	}


	ul.project-thumbs li:nth-child(n+25) {
		display: none;
	}

	.single ul.project-thumbs li:nth-child(n+9) {
		display: none;
	}
}


@media screen and (max-width: 900px) {
	ul.project-thumbs li {
		/*width: 32.733333333333334%;*/
		width: 31.733333333333334%;

		margin: .8%;
	}

	.single ul.project-thumbs li:nth-child(n+7) {
		display: none;
	}

}

@media screen and (max-width: 767px) {

	#hamburger {
		display: block;

		position: absolute;
		/*top: 12px;*/
		top: 0px;
		right: 1%;
		z-index: 200;
		width: 40px;
		height: 40px;
		margin-right: -2%;
		
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0deg);
		-webkit-transition: -webkit-transform 300ms ease 0ms;

		-moz-transform-origin: center center;
		-moz-transform: rotate(0deg);
		-moz-transition: -moz-transform 300ms ease 0ms;

		-o-transform-origin: center center;
		-o-transform: rotate(0deg);
		-o-transition: -o-transform 300ms ease 0ms;

		-ms-transform-origin: center center;
		-ms-transform: rotate(0deg);
		-ms-transition: -ms-transform 300ms ease 0ms;

		transform-origin: center center;
		transform: rotate(0deg);
		transition: transform 300ms ease 0ms;


	}

	/*body.nav-open #hamburger {
		-webkit-transform: rotate(90deg);
	}
	*/
	#hamburger .bar {
		position: absolute;
		top: 12px;
		left: 10px;
		width: 20px;
		height: 3px;
		margin-bottom: 3px;
		background-color: #767676;
	}


	#hamburger .bar:nth-child(1) {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		-webkit-transition: -webkit-transform 300ms ease 0ms;

		-moz-transform: translate(0px, 0px) rotate(0deg);
		-moz-transition: -moz-transform 300ms ease 0ms;

		-o-transform: translate(0px, 0px) rotate(0deg);
		-o-transition: -o-transform 300ms ease 0ms;

		-ms-transform: translate(0px, 0px) rotate(0deg);
		-ms-transition: -ms-transform 300ms ease 0ms;

		transform: translate(0px, 0px) rotate(0deg);
		transition: transform 300ms ease 0ms;

	}

	#hamburger .bar:nth-child(2) {
		opacity: 1;
		-webkit-transform: translate(0px, 6px) rotate(0deg);
		-webkit-transition: opacity 300ms ease 100ms;

		-moz-transform: translate(0px, 6px) rotate(0deg);
		-moz-transition: opacity 300ms ease 100ms;

		-o-transform: translate(0px, 6px) rotate(0deg);
		-o-transition: opacity 300ms ease 100ms;

		-ms-transform: translate(0px, 6px) rotate(0deg);
		-ms-transition: opacity 300ms ease 100ms;

		transform: translate(0px, 6px) rotate(0deg);
		transition: opacity 300ms ease 100ms;

	}

	#hamburger .bar:nth-child(3) {
		-webkit-transform: translate(0px, 12px) rotate(0deg);
		-webkit-transition: -webkit-transform 300ms ease 0ms;

		-moz-transform: translate(0px, 12px) rotate(0deg);
		-moz-transition: -moz-transform 300ms ease 0ms;

		-o-transform: translate(0px, 12px) rotate(0deg);
		-o-transition: -o-transform 300ms ease 0ms;

		-ms-transform: translate(0px, 12px) rotate(0deg);
		-ms-transition: -ms-transform 300ms ease 0ms;

		transform: translate(0px, 12px) rotate(0deg);
		transition: transform 300ms ease 0ms;

	}



	body.nav-open #hamburger .bar:nth-child(1) {
		-webkit-transform: translate(0px, 6px) rotate(45deg);
		-moz-transform: translate(0px, 6px) rotate(45deg);
		-o-transform: translate(0px, 6px) rotate(45deg);
		-ms-transform: translate(0px, 6px) rotate(45deg);
		transform: translate(0px, 6px) rotate(45deg);
	}

	body.nav-open #hamburger .bar:nth-child(2) {
		opacity: 0;
		-webkit-transition: opacity 300ms ease 0ms;
		-moz-transition: opacity 300ms ease 0ms;
		-o-transition: opacity 300ms ease 0ms;
		-ms-transition: opacity 300ms ease 0ms;
		transition: opacity 300ms ease 0ms;
	}

	body.nav-open #hamburger .bar:nth-child(3) {
		-webkit-transform: translate(0px, 6px) rotate(-45deg);
		-moz-transform: translate(0px, 6px) rotate(-45deg);
		-o-transform: translate(0px, 6px) rotate(-45deg);
		-ms-transform: translate(0px, 6px) rotate(-45deg);
		transform: translate(0px, 6px) rotate(-45deg);
	}


	#header {
		/*margin-top: 0;*/
		padding: 0;
		padding-top: 5px;
		height: 60px;
	}

	body.nav-open #header {

	}

	#content {
		top: 0;
		width: 96%;
		padding-top: 60px;
		margin-bottom: 10px;
		-webkit-transition: top 300ms ease 0ms;
		-moz-transition: top 300ms ease 0ms;
		-o-transition: top 300ms ease 0ms;
		-ms-transition: top 300ms ease 0ms;
		transition: top 300ms ease 0ms;
	}

	body.nav-open #content {
		/*top: 248px;*/
	}

	/*	
	#nav {
		position: fixed;
		top: 50px;
		right: 0;
		bottom: 0;
		width: 60%;
		max-width: 250px;
		margin: 0;
		z-index: 100;
		background-color: rgba(255, 255, 255, .8);
		box-shadow: 0px 10px 15px rgba(0, 0, 0, .5);
		-webkit-transform: translateX(100%);		
		-webkit-transition: -webkit-transform 300ms ease 0ms;
	}


	body.nav-open #nav {
		-webkit-transform: translateX(0);	
	}
	*/

	#nav {
		position: fixed;
		top: 55px;
		left: 0;
		width: 100%;
		margin: 0;
		background-color: #FFF;
		background-color: rgba(255, 255, 255, .9);
		height: 0;
		overflow: hidden;
		-webkit-transition: height 300ms ease 0ms;
		-moz-transition: height 300ms ease 0ms;
		-o-transition: height 300ms ease 0ms;
		-ms-transition: height 300ms ease 0ms;
		transition: height 300ms ease 0ms;
	}

	body.nav-open #nav {
		height: 256px;
	}

	#header-inside-wrap {
		width: 96%;
		margin: 0 auto;
	}

	#logo {
		position: relative;
		width: auto;
		margin: 0 0 0 1%;
	}

	#logo a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#logo a img {
		/*width: 70%;*/
		/*max-width: 300px;*/
		width: 315px;
		max-width: 80%;
		margin-top: 5px;
	}

	/*	
	#logo {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background-color: #FFF;
		margin: 0;
		z-index: 800;
	}

	#logo a {
		width: 250px;
		position: absolute;
		left: 70px;
		top: 5px;
	}
	*/	
	
	#nav-inner {
		float: none;
	}

	#access, #contact, #phone {
		float: none;
	}

	ul#menu-nav {
		margin-top: 5px;	
	}

	ul#menu-nav li {
		float: none;
		margin: 0;
		font-size: 20px;
		padding: 5px 5px 5px 10px;
		border-bottom: 1px solid #C8C8C8;
		height: 35px;
	}

	#menu-nav {
		border-top: 1px solid #C8C8C8;
	}

	ul.social {
		overflow: hidden;
		padding: 10px 5px 5px 10px;
		margin-left: 0;
	}

	ul.social li {
		margin-left: 0;
		margin-right: 10px;
	}

	ul.social li img {
		width: 20px;
	}

	#contact {
		margin-top: 0;
		height: 35px;
	}

	#phone {
		display: block;
		/*padding: 10px 5px 8px 10px;*/
		border-bottom: 1px solid #C8C8C8;
		margin: 0;
		height: 35px;

		font-size: 20px;
		padding: 5px 5px 5px 10px;
	}
	
	.nav_buttons { 
		display: none;
	}






	.project_top {
		padding: 20px 0;
		/*border-bottom: 1px solid #C8C8C8;*/
	}

	.project_full_title {
		float: none;
		width: auto;

	}

	.project_description {
		float: none;
		width: auto;
		margin-top: 20px;
	}





	.studio-page-description {
		float: none;
		width: auto;
		margin: 0;
	}

	.studio-address {
		float: none;
		width: auto;
	}

	.studio-about {
		margin-top: 20px;
	}


	ul.project-thumbs li .project_title {
		display: none
	}

	#instagram {
		display: none;
	}

	.studio-page-content .social {
		margin-left: 0;
		padding-left: 0;
	}


	/*	
	ul.project-thumbs li {
		width: 32.733333333333334%;

	}
	*/

	.page-template-news .project_content {
		width: auto;
	}

	.page-template-news .news-info-container {
		display: none;
		position: relative;
		width: auto;
		max-width: none;
		height: auto;	
	}

	.page-template-news .news-info {
		float: none;
		width: auto;
		border-top: 1px solid #C8C8C8;
		border-bottom: none;
		
		margin-top: 50px;
		padding-top: 20px;
		padding-bottom: 0;
	}



}

@media screen and (max-width: 500px) {

	/*	
	ul.project-thumbs li {
		width: 48%;
		margin: 1%;
	}
	*/
}

