/*
	Theme Name: Deborah Silver Co.

	Description: Custom Theme developed for Deborah Silver Co.
	Version: 1.0
	Author: Zoyes Creative Group
	Author URI: http://zoyescreative.com
	Tags: HTML5, CSS3

	
    Template: genesis
    
*/

/**RESET**/

* {margin: 0px; padding: 0px; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale;}
.clear {clear: both; width: 100%; display: block;}
.bold {font-weight: 700;}
.italic {font-weight: italic;}
a, img, button {background: none; outline: none; border: 0px; text-decoration: none;}
button {-webkit-transition: all .125s ease-in-out; -moz-transition: all .125s ease-in-out; transition: all .125s ease-in-out;}
img {max-width: 100%;}
ul, li {list-style-type: none;}
html, body {position: absolute; width: auto; min-width: 100%; max-width: 100%; min-height: 100%; overflow: auto; overflow-x: hidden !important;}
html.noScroll, body.noScroll {overflow: hidden;position:fixed;}
html {-ms-content-zooming: none;}
@-ms-viewport {width: device-width;}
.fade {opacity: 1.0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition: opacity .125s ease-in-out; -moz-transition: opacity .125s ease-in-out; -webkit-transition: opacity .125s ease-in-out; -webkit-backface-visibility: hidden;}
.fade:hover, .fade:active {opacity: .75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";}


/**PRELOADER**/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background-color: #eee;
	}

#status {
	width: 160px;
	height: 160px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/status.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 160px 160px;
	margin: -80px 0 0 -80px;
	}


/****BASIC STYLES****/

body {
	font-size: 18px;
	line-height: 1.44;
	color: #333;
	background: #eee;
	font-family: 'mrs-eaves-xl-serif', serif;
   font-weight: 400;
	}

body#home {
	height: 100%;
	max-height: 100%;
	overflow: hidden !important;
}

.block {
	margin: 0;
	width: auto;
	min-width: 100%;
	display: block;
	position: relative;
	box-sizing: border-box;
}

.contain {
	position: relative;
	margin: 0px auto;
	display: block;
	padding: 0 50px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1260px;
	}

.contain-sm {
	max-width: 1160px;
	padding: 0 80px;
}

.visible-md {display: none !important;}
.visible-sm {display: none !important;}
.visible-xs {display: none !important;}


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

	.contain {padding: 0 34px;max-width: 1068px;}

	.contain-sm {max-width: 904px;}

	.hidden-md {display: none !important;}
	.visible-md {display: block !important;}

}

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

	.contain:not(.contain-sm) {max-width: 768px;}

	.contain-sm {max-width: 650px;}

	.hidden-sm {display: none !important;}
	.visible-sm {display: block !important;}

}

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

	.contain-sm {max-width: 600px; padding: 0 30px;}

	.hidden-xs {display: none !important;}
	.visible-xs {display: block !important;}

}

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

	.contain {padding: 0 24px;}

	.contain-sm {max-width: 520px;}

}

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

	.contain {padding: 0 24px;}

	.contain-sm {width: calc(100% - 25px);}

}


/****BASIC TYPOGRAPHY****/

a:link {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
	}

a:active {
	color: #333;
	}

a:visited {
	color: #333;
	}

a:hover {
	color: #333;
	}

a:before, a:after {
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
}

footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
	color: #231f20;
}

.usual {
	font-family: 'usual', sans-serif;
	letter-spacing: .035em;
}

h1, h2, h3, h4, h5 {
	position: relative;
	display: block;
	font-weight: 400;
}

h1 {
	font-size: 36px;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .125em;
}

h2 {}

h3 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #231f20;
}

h4 {
	font-family: 'usual', sans-serif;
	font-size: 12px;
	color: #40683c;
	text-transform: uppercase;
	letter-spacing: .25em;
}

h5 {
	font-family: 'usual', sans-serif;
	font-size: 10px;
	color: #40683c;
	text-transform: uppercase;
	letter-spacing: .25em;
}

form input, form textarea {font-family: 'mrs-eaves-xl-serif';}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

}

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

}

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

	body {font-size: 16px;}
	p.usual {font-size: 14px;}
	h1 {font-size: 30px; letter-spacing: .1em;}
	h3 {font-size: 21px;}
	h4 {font-size: 11px;}

}

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

	h1 {font-size: 28px;}

}



/****HEADER****/

header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	box-sizing: border-box;
	background: #eee;
	z-index: 100;
}

#home header {
	top: auto;
	bottom: 0;
}

header .logo {
	float: left;
	width: 240px;
	margin: 25px 0 0;
}

header .logo img {
	display: block;
	width: 100%;
}

header nav {
	float: right;
	margin: 0;
	text-align: right;
}

header nav ul {
	display: block;
}

header nav ul li {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}

header nav ul li a {
	position: relative;
	display: block;
	font-family: 'usual', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 0 20px;
	line-height: 24px;
}

header nav ul li.lvl1 > a {
	padding: 48px 20px;
	height: 24px;
}

header nav ul li.lvl1 > a:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	content: '';
	background: #cdde00;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

header nav ul li.lvl1:hover > a:after {
	opacity: 1;
	visibility: visible;
}

header nav ul li > ul {
	position: absolute;
	height: 60px;
	left: 0;
	text-align: left;
	white-space: nowrap;
	padding-left: 15px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
	bottom: -60px;
}

#home header nav ul li > ul {
	bottom: 120px;
}

@media screen and (min-width: 992px) {
	header nav ul li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
}

header nav ul li > ul:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 9999px;
	background: #d0cfce;
	content: '';
}

header nav ul li > ul li {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}

header nav ul li > ul li a {
	line-height: 60px;
}

header nav ul li > ul li a:hover {
	opacity: .6;
}

header #navBtn {
	display: block;
	text-indent: -9999px;
	float: right;
	width: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 50px 0 0;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
}

header #navBtn span {
	display: block;
	width: 100%;
	height: 3px;
	background: #40683c;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
}

header #navBtn:before,
header #navBtn:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #40683c;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
}

header #navBtn:after {
	top: auto;
	bottom: 0;
}

header #navBtn.active span {
	visibility: hidden;
	opacity: 0;
}

header #navBtn.active:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

header #navBtn.active:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 8px;
}


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

	header nav ul li a {
		padding: 0 14px;
	}

	header nav ul li.lvl1 > a {
		padding: 48px 14px;
	}

}

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

	header nav {
		float: none;
		position: fixed;
		height: calc(100% - 120px);
		width: 100%;
		bottom: 0;
		right: 0;
		background: #d0cfce;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .125s ease-in-out;
		-moz-transition: all .125s ease-in-out;
		transition: all .125s ease-in-out;
	}

	#home header nav {
		bottom: auto;
		top: 0;
	}

	header nav.open {
		visibility: visible;
		opacity: 1;
	}

	header nav ul {
		display: block;
		margin: 50px 0 0;
	}

	header nav ul li {
		display: block;
		position: relative;
		padding: 10px 0;
	}

	header nav ul li a {
		font-size: 14px;
		padding: 10px 34px 10px 0 !important;
		line-height: 24px;
	}

	header nav ul li.lvl1 > a {
		height: auto;
	}

	header nav ul li.lvl1 > a:after {
		display: none;
	}

	header nav ul li > ul {
		position: relative;
		height: auto;
		left: auto;
		text-align: right;
		padding-left: 0;
		bottom: auto;
		opacity: 0;
		visibility: hidden;
		margin: 0;
		background: #ddd;
		max-height: 0;
	}

	#home header nav ul li > ul {
		bottom: auto;
	}

	header nav ul li > ul.open {
		max-height: 600px;
		opacity: 1;
		visibility: visible;
	}

	header nav ul li > ul:before {
		display: none;
	}

	header nav ul li > ul li {
		display: block;
		padding: 5px 0;
	}

	header nav ul li > ul li a {
		line-height: 24px;
		padding: 10px 0;
	}

	header nav ul li > ul li a:hover {
		opacity: 1;
	}

}

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

	header {
		height: 70px;
	}

	header .logo {
		width: 160px;
		margin: 12px 0 0;
	}

	header #navBtn {
		margin-top: 25px;
	}

	header nav {
		height: calc(100% - 70px);
	}

	header nav ul {
		margin-top: 24px;
	}

	header nav ul li {
		padding: 5px 0;
	}

	header nav ul li a {
		font-size: 13px;
		padding: 5px 34px 5px 0 !important;
	}

	header nav ul li > ul li a {
		padding: 5px 0;
	}


}

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

	header nav > ul {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		vertical-align: top;
		width: 400px;
		float: right;
		margin-top: 24px;
	}

	header nav ul li {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}

	header nav ul li > ul {
		max-height: 600px !important;
		opacity: 1 !important;
		visibility: visible !important;
		background: transparent;
	}

	header nav ul li.drop {
		padding: 0;
	}

	header nav ul li a.profile {
		display: none;
	}

	header nav ul li {
		padding: 3px 0;
	}

	header nav ul li a {
		font-size: 13px;
		padding: 3px 34px 3px 0 !important;
	}

	header nav ul li > ul li a {
		padding: 3px 0;
	}

}


/****FOOTER****/

footer {
	background: #fff;
	color: #231f20;
	font-size: 16px;
	padding: 45px 0 50px;
	margin-top: 50px;
}

#home footer {
	display: none;
}

footer img {
	float: left;
	width: 70%;
	max-width: 305px;
	margin: 0;
}

footer .cont {
	float: left;
	margin-left: 180px;
}

footer .cont li br {
	display: none;
}

footer .cont .ph {
	margin-top: 10px;
}

footer .soc {
	float: right;
}

footer .soc li {
	display: inline-block;
	margin-right: 25px;
}

footer ul li:first-child {
	display: block;
	padding-bottom: 10px;
}

footer .soc li:first-child,
footer .soc li:last-child {
	margin-right: 0;
	display: block;
}

footer .soc .copy {
	font-size: 9px;
	text-transform: uppercase;
	margin-top: 30px;
	letter-spacing: .15em;
	font-family: 'usual', sans-serif;
}

footer a:hover {
	opacity: .6;
}

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

	footer img {
		max-width: 290px;
	}

	footer .cont {
		margin-left: 90px;
	}

	footer .cont li br {
	}

	footer .soc li {
		margin-right: 20px;
	}

}

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

	footer .cont,
	footer .soc {
		float: right;
		margin: 0;
		width: 320px;
	}

	footer .soc {
		clear: both;
		margin-top: 30px;
	}

}

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

	footer {
		font-size: 15px;
		padding: 35px 0;
	}

	footer img {
		max-width: 240px;
	}

	footer .cont,
	footer .soc {
		width: 300px;
	}

	footer .soc {
		margin-top: 25px;
	}

}

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

	footer img {
		display: block;
		float: none;
		margin-bottom: 50px;
	}

	footer .cont,
	footer .soc {
		float: none;
		display: block;
		width: 100%;
		clear: both;
	}

	footer .soc {
		margin-top: 30px;
	}

}

@media screen and (max-width: 666px) and (orientation: landscape) {

	footer img {
		max-width: 210px;
	}

	footer .cont li br {
		display: block;
	}

	footer .cont,
	footer .soc {
		width: 250px;
	}

}



/****HOME****/

#home #hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 120px);
	z-index: 1;
}

#home #hero .slider {
	width: 100%;
	height: 100%;
}

#home #hero .slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.cycle-pager {
	position: absolute;
	bottom: 20px;
	height: 10px;
	right: 40px;
	z-index: 101;
}

.cycle-pager span {
	width: 10px;
	height: 10px;
	background: #fff;
	display: inline-block;
	margin: 0 0 0 10px;
	cursor: pointer;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
	text-indent: -9999px;
}

.cycle-pager span.cycle-pager-active {
	background: #cdde00;
}

#home .slider nav {
	position: absolute;
	z-index: 101;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

#home .slider nav div {
	position: relative;
	z-index: 101;
	width: 24px;
	height: 48px;
	background: #fff;
	margin: 0 0 0 40px;
	float: left;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
	cursor: pointer;
	background: url(../images/icons/arrow-wt.svg) no-repeat center center;
	background-size: 24px;
}

#home .slider nav div:hover {
	opacity: .65;
}

#home .slider nav div.next {
	float: right;
	margin: 0 40px 0 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

	#home .cycle-pager {
		right: 34px;
	}

}

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

	#home #hero {
		height: calc(100% - 70px);
	}

	.cycle-pager {
		right: 24px;
	}

	.cycle-pager span {
		width: 8px;
		height: 8px;
		margin: 0 0 0 8px;
	}

	#home .slider nav div {
		width: 18px;
		height: 36px;
		margin: 0 0 0 24px;
		background-size: 18px;
	}

	#home .slider nav div.next {
		margin: 0 24px 0 0;
	}

}



/****SUBPAGES****/

.sub-top {
	margin-top: 120px;
}

#sub-hero {
	height: 600px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#sub-hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(35, 31, 32, .15);
}

#sub-hero .heading {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

#sub-hero .heading .contain {
	background: #eee;
	padding-top: 35px;
	padding-bottom: 20px;
}

#sub-hero .heading h1 {
	float: left;
}

#sub-hero .heading ul {
	float: right;
	margin-top: 14px;
}

#sub-hero .heading ul li {
	display: inline-block;
	border-left: 1px solid #9f9f9f;
	padding: 0 12px;
}

#sub-hero .heading ul li:first-child {
	padding-left: 0;
	border-left: 0;
}

#sub-hero .heading ul li:last-child {
	padding-right: 0;
}

#sub-hero .heading ul li button,
#sub-hero .heading ul li a,
#sub-hero .heading ul li {
	font-family: 'usual', sans-serif;
	font-size: 11px;
	color: #9f9f9f;
	text-transform: uppercase;
	letter-spacing: .25em;
}

#sub-hero .heading ul li button,
#sub-hero .heading ul li a {
	display: block;
}

#sub-hero .heading ul li button:active,
#sub-hero .heading ul li button:hover,
#sub-hero .heading ul li button.is-checked {
	color: #333;
}

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

	#sub-hero {
		height: 500px;
	}

}

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

	#sub-hero .heading .contain {
		padding-top: 25px;
		padding-bottom: 15px;
	}

	#sub-hero .heading h1 {
		display: block;
		float: none;
	}

	#sub-hero .heading ul {
		display: block;
		float: none;
		margin-top: 5px;
	}

}

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

	.sub-top {
		margin-top: 70px;
	}

	#sub-hero .heading .contain {
		padding-top: 20px;
		padding-bottom: 10px;
	}

}

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

	#sub-hero {
		height: calc(100vh - 130px);
	}

}

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

	#sub-hero {
		height: calc(100vh - 250px);
	}

	#port #sub-hero .heading {
		bottom: -110px;
	}

	#port #sub-hero .heading ul {
		border-top: 1px solid #ccc;
		padding: 5px 0 10px;
		border-bottom: 1px solid #ccc;
		margin: 10px 0 0;
	}

	#port #sub-hero .heading ul li {
		width: 49%;
		padding: 0;
		margin: 10px 0 0;
		border: 0;
	}

	#port #sub-hero .heading ul li:first-child {
		width: 100%;
	}

}

@media screen and (max-width: 666px) and (orientation: landscape) {

	#sub-hero {
		height: calc(100vh - 90px);
	}

}



/****PORTFOLIO GRID****/

.grid {
	margin-top: 25px;
	width: calc(100% + 30px);
	padding-bottom: 25px;
	margin-left: -15px;
}

.grid .grid-item {
	width: calc(33.333% - (90px / 3));
	margin: 45px 15px 0;
}

.grid .grid-item a {
	display: block;
}

.grid .grid-item a:hover {
	opacity: .65;
}

.grid .grid-item a img {
	display: block;
	width: 100%;
}

.grid .grid-item span {
	font-size: 16px;
	display: block;
	width: 80%;
	margin: 5px 0 0 5px;
}

.grid .grid-item span.usual {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: #40683c;
	margin-top: 17px;
}

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

	.grid .grid-item {
		width: calc(50% - 30px);
		margin: 45px 15px 0;
	}

}

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

	.grid {
		padding-bottom: 25px;
	}

	.grid .grid-item {
		width: calc(50% - 20px);
		margin: 45px 10px 0;
	}

}

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

	#port .grid {
		margin-top: 105px;
		width: 100%;
		margin-left: 0;
	}

	.grid .grid-item {
		width: 100%;
		margin: 25px auto 0;
	}

}

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

	#port .grid {
		width: calc(100% + 48px);
		margin-left: -24px;
	}

}


/****PROEJCT****/

#project .sub-top {
	background: #f8f8f8;
}

#project .title {
	padding-top: 75px;
	padding-bottom: 40px;
}

#project .title h1 {
	float: left;
	margin-left: 100px;
}

#project .title h5 {
	float: right;
	font-size: 11px;
	color: #333;
	margin: 22px 100px 0 0;
}

#project .intro {
	padding-top: 120px;
	padding-bottom: 120px;
}

#project .intro img {
	float: right;
	max-width: 500px;
	width: 40%;
	margin: 0;
}

.intro p {
	float: left;
}
#biography .intro p{
	margin-bottom: 20px;
}
#project .intro p {
	width: 60%;
	box-sizing: border-box;
	padding: 0 80px 0 100px;
	margin: 25px 0 0;
}

.intro .usual {
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
}

#project .intro .usual {
	margin-top: 0;
}

#project .roll {
	flex-wrap: wrap;
}

#project .roll img {
	width: 100%;
	margin-bottom: 20px;
}

#project .roll img.half {
	width: calc(50% - 10px);
}

.page-nav {
	margin-top: 80px;
}

.page-nav a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.page-nav a h4 {
	color: #231f20;
}

.page-nav a h4,
.page-nav a i {
	display: inline-block;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
}

.page-nav a i {
	font-size: 24px;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	transform: translateY(3px);
}

.page-nav a:hover h4,
.page-nav a:hover i {
	opacity: .65;
}

.page-nav a.lt {
	margin-left: 100px;
	padding: 0 20px 0 0;
	border-right: 1px solid #231f20;
}

.page-nav a.rt {
	padding: 0 0 0 20px;
}

.page-nav a.rt i {
	padding-left: 10px;
}

.page-nav a.lt i {
	padding-right: 15px;
}

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

	#project .title h1 {
		margin-left: 75px;
	}

	#project .title h5 {
		margin: 22px 75px 0 0;
	}

	#project .intro p {
		padding: 0 75px;
	}

	.page-nav a.lt {
		margin-left: 75px;
	}

}

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

	#project .title h1 {
		float: none;
		display: block;
		margin-left: 60px;
	}

	#project .title h5 {
		float: none;
		display: block;
		margin: 15px 0 0 60px;
	}

	#project .intro {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	#project .intro p {
		padding: 0 25px 0 60px;
	}

	.intro .usual,
	#project .intro p.usual {
		width: 100%;
		display: block;
		float: none;
	}

	#project .intro img {
		margin-top: 25px;
	}

	.page-nav {
		margin-top: 50px;
	}

	.page-nav a.lt {
		margin-left: 60px;
	}

}

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

	#project .intro {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#project .title h1 {
		margin-left: 40px;
	}

	#project .title h5 {
		margin: 15px 0 0 40px;
	}

	#project .intro p {
		padding: 0 25px 0 40px;
	}

	.page-nav a.lt {
		margin-left: 30px;
	}

}

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

	#project .intro {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	#project .title {
		padding-bottom: 30px;
	}

	#project .title h1 {
		margin-left: 0px;
	}

	#project .title h5 {
		margin: 15px 0 0 0;
	}

	#project #sub-hero {
		height: 75vw;
	}

	#project .intro p {
		padding: 0 20px;
		float: none;
		display: block;
		width: 100%;
	}

	#project .intro img {
		display: none;
	}

	#project .roll img.half {
		width: 100%;
	}

	.page-nav a.lt {
		margin-left: 0px;
	}

}

@media screen and (max-width: 666px) and (orientation: landscape) {

	#project .title h1 {
		margin-left: 0;
	}

	#project .title h5 {
		margin: 15px 0 0 0;
	}

	#project .intro p {
		padding: 0 25px 0 0;
	}

}

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

	#project .intro p {
		padding: 0;
	}

	.page-nav a i {
		display: none;
	}

}


/****MEDIA****/

#media .grid .grid-item {
	width: calc(25% - (135px / 4));
	margin-left: 0;
	margin-right: 0;
}

#media .grid .grid-item:nth-child(3n + 2) {
	margin-left: 0;
	margin-right: 0;
}

#media .grid .grid-item:nth-child(4n + 2) {
	margin-left: 45px;
	margin-right: 45px;
}

#media .grid .grid-item:nth-child(4n + 3) {
	margin-right: 45px;
	margin-left: 0;
}

#media .grid .grid-item span {
	width: 100%;
}

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

	#media .grid .grid-item {
		width: calc(25% - (90px / 4));
	}

	#media .grid .grid-item:nth-child(4n + 2) {
		margin-left: 30px;
		margin-right: 30px;
	}

	#media .grid .grid-item:nth-child(4n + 3) {
		margin-right: 30px;
	}

}

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

	#media .grid {
		margin-left: 0;
	}

	#media .grid .grid-item {
		width: calc(33.333% - (60px / 2));
	}

	#media .grid .grid-item:nth-child(4n + 2),
	#media .grid .grid-item:nth-child(4n + 3),
	#media .grid .grid-item:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
	}

	#media .grid .grid-item:nth-child(3n + 2) {
		margin-left: 30px;
		margin-right: 30px;
	}

}

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

	#media .grid {
		margin-left: -15px;
	}

	#media .grid .grid-item {
		width: calc(50% - 30px);
	}

	#media .grid .grid-item:nth-child(3n + 2) {
		margin-left: 0;
		margin-right: 0;
	}

	#media .grid .grid-item:nth-child(odd) {
		margin-right: 60px;
	}

}

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

	#media .grid .grid-item {
		width: 100%;
		margin: 25px auto 0;
	}

	#media .grid .grid-item a,
	#media .grid .grid-item span {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	#media .grid .grid-item:nth-child(odd) {
		margin-right: 0;
	}

}

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

}



/****BIO****/

.profile #sub-hero .heading ul li:nth-child(2) {
	border-left: 0;
}

.profile #sub-hero .heading ul li a {
	color: #333;
}

.profile #sub-hero .heading ul li a:hover {
	opacity: .65;
}

.profile .intro {
	margin-top: 75px;
}

.profile .intro .lt {
	float: left;
	width: 40%;
	box-sizing: border-box;
}

.profile .intro img {
	display: block;
	width: calc(100% + 80px);
	max-width: none;
}

.profile .intro .lt img {
	margin: 100px 0 0 -80px;
}

.profile .intro .rt {
	float: right;
	width: 60%;
	padding-left: 80px;
	box-sizing: border-box;
}

.profile .intro h4 {
	color: #006a5f;
	margin-bottom: 30px;
	display: block;
	float: left;
	width: 100%;
}

.profile .banner {
	margin: 120px 0;
}

.profile .exp .lt {
	width: 60%;
	padding: 0 80px 0 0;
}

.profile .exp .rt {
	width: 40%;
	padding-left: 0;
}

.profile .exp .rt .slider {
	display: block;
	width: calc(100% + 80px);
	margin: 0;
	padding-bottom: 90%;
	position: relative;
	height: 0;
	margin-top: 5px;
}

.profile .exp .rt .slider .slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.profile .exp .rt h4 {
	display: block;
	margin: 60px 0 0;
	max-width: 320px;
	line-height: 2;
}

.profile .exp .rt h4 a {
	color: #789904;
	text-decoration: underline;
}

.profile .exp .rt h4 a:hover {
	opacity: .65;
}

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

	.profile .intro :not(.exp) .rt {
		padding-left: 75px;
	}

	.profile .exp .lt {
		padding-right: 75px;
	}

	.profile .intro img {
		width: calc(100% + 100px);
	}

	.profile .intro .lt img {
		margin-left: -100px;
	}

	.profile .exp .rt .slider {
		width: calc(100% + 100px);
		margin-top: 50px;
	}

}

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

	.profile #sub-hero .heading ul li:first-child {
		display: none;
	}

	.profile #sub-hero .heading ul li:nth-child(2) {
		padding-left: 0;
	}

	.profile #sub-hero .heading ul li a {
		color: #9f9f9f;
	}

	.profile #sub-hero .heading ul li a:hover {
		color: #333;
	}

	.profile .intro .lt {
		float: none;
		display: block;
		width: 100%;
	}

	.profile .intro img {
		width: 100%;
	}

	.profile .intro .lt img {
		margin: 60px 0 0;
	}

	.profile .intro .rt {
		float: none;
		width: 100%;
		display: block;
		padding: 0;
		margin-top: 60px;
	}

	.profile .banner {
		margin: 80px 0;
	}

	.profile .exp .lt {
		width: 100%;
		padding: 0;
	}

	.profile .exp .rt {
		width: 100%;
		padding: 0;
	}

	.profile .exp .rt .slider {
		width: 100%;
		margin: 60px 0 0;
		padding-bottom: 75%;
	}

	.profile .exp .rt h4 {
		max-width: none;
		letter-spacing: .2em;
	}

}

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

	.profile #sub-hero .heading ul {
		display: none;
	}

	.profile .intro {
		margin-top: 40px;
	}

	.profile .intro .lt img {
		margin: 40px 0 0;
	}

	.profile .intro .rt {
		margin-top: 40px;
	}

	.profile .banner {
		margin: 50px 0;
	}

	.profile .exp .rt .slider {
		padding-bottom: 65%;
		margin-top: 40px;
	}

	.profile .exp .rt h4 {
		margin: 30px 0 0;
	}

}

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

	.profile .page-nav a.lt {
		margin-left: 30px;
	}

	.profile .exp .rt .slider,
	.profile .intro .lt img {
		width: calc(100% + 50px);
		margin-left: -25px;
	}

}


/****SERVICES****/

.ylw {
	background: #f9f8d5;
	padding: 130px 0 50px;
}

#services .banner {
	margin-bottom: 0;
}

#services .ylw h3 {
	text-align: center;
}

#services .ylw p {
	margin: 40px auto 0;
	max-width: 768px;
	font-weight: 300;
	line-height: 1.75;
	padding-bottom: 25px;
}

#services footer {
	margin-top: 0;
}

#services .rt h4:not(:first-of-type) {
	margin-top: 40px;
}

#services .rt ul {
	float: left;
	display: block;
}

#services .rt ul li {
	padding: 0 0 10px 30px;
	position: relative;
}

#services .rt ul li:before {
	content: '—';
	position: absolute;
	left: 0;
	top: 0;
}

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

	#services .ylw p {
		max-width: 580px;
	}

}

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

	.ylw {
		padding: 80px 0 50px;
	}

	#services .ylw p {
		margin: 30px auto 0;
		padding: 0 24px 25px;
	}

	#services .rt ul li {
		padding: 0 0 7px 25px;
	}

	#services .rt ul li:before {
		content: '–';
	}

}


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

	#services .ylw p {
		padding: 0 12px 25px;
	}

}



/****STUDIO****/

#studio .intro p {
	float: none;
}

#studio .intro > p:first-of-type {
	max-width: 768px;
	display: block;
	float: none;
	margin: 0 auto 70px;
}

#studio .partner {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
	padding: 60px 0;
	box-sizing: border-box;
}

#studio .wt {
	background: #fff;
	padding-right: 75px;
}

#studio .yl {
	background: #dfe5c6;
	padding-left: 75px;
}

#studio .partner img {
	width: auto;
	max-width: 50%;
}

#studio .wt div {
	padding-left: 100px;
}

#studio .yl div {
	padding-right: 100px;
}

#studio .partner h4 {
	margin-bottom: 0;
	color: #333;
}

#studio .partner div h3 {
	margin-bottom:25px;
}
#studio .partner div p {
	margin: 0 0 35px;
}

#studio .partner div a:hover {
	opacity: .65;
}

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

	#studio .wt {
		padding-right: 60px;
	}

	#studio .yl {
		padding-left: 60px;
	}

	#studio .wt div {
		padding-left: 80px;
	}

	#studio .yl div {
		padding-right: 80px;
	}

}

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

	#studio .intro > p:first-of-type {
		max-width: 580px;
	}

	#studio .partner {
		margin-bottom: 60px;
		padding: 50px 0;
}

	#studio .wt {
		padding-right: 40px;
	}

	#studio .yl {
		padding-left: 40px;
	}

	#studio .wt div {
		padding-left: 40px;
	}

	#studio .yl div {
		padding-right: 40px;
	}

	#studio .partner div a span {
		display: none;
	}

	#studio .partner div p {
		margin: 20px 0 25px;
	}

}

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

	#studio .partner {
		margin-bottom: 50px;
	}

	#studio .wt {
		padding-right: 35px;
	}

	#studio .yl {
		padding-left: 35px;
	}

	#studio .wt div {
		padding-left: 35px;
	}

	#studio .yl div {
		padding-right: 35px;
	}

}

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

	#studio .partner {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#studio .partner {
		padding: 50px 0 25px !important;
	}

	#studio .partner div {
		order: 1;
		padding: 0 25px 25px !important;
	}

	#studio .partner img {
		order: 2;
		max-width: calc(100% - 30px);
		display: block;
	}

	#studio .partner {
		margin-bottom: 40px;
	}

}

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

	#studio .partner {
		margin-bottom: 30px;
	}

}


/***CONTACT****/

#contact .flex {
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 75px;
	padding-bottom: 50px;
}

#contact .flex .lt {
	line-height: 1.75;
	padding:0 30px 0 0;
	flex:1;
}

#contact .flex .lt div {
	display: block;
}

#contact .flex div:not(:first-of-type) {
	margin-top: 25px;
}

#contact .flex h4 {
	padding-bottom: 10px;
}

#contact .flex .lt a {
	color: #789904;
}

#contact .flex .lt a:hover {
	opacity: .65;
}

#contact .flex .email .icon {
	display: none;
}

#contact .flex .lt a.social {
	display: table;
	clear: both;
}

#contact .flex .lt a.social i {
	color: #333;
	width: 35px;
}

#contact .hours br {
	display: none;
}

#contact .flex .rt {
	width: calc(100% - 400px);
	margin-top: 0!important;
}
@media screen and (max-width:991px){

	#contact .flex .rt {
		width: 50%;
		margin-top: 0!important;
	}

#contact .flex .lt {
	line-height: 1.75;
	padding:0 30px 0 0;
	flex:1;
}
}
@media screen and (max-width:767px){

	#contact .flex .rt {
		width: 100%;
		margin-top: 0!important;
	}

#contact .flex .lt {
	line-height: 1.75;
	padding:0 30px 0 0;
	flex:1;
}
}
#contact .flex .rt p{
	font-size:15px;
	padding:0 0 30px;
}
#contact .flex .wpcf7 .rt {
	width:100%;
}

#contact form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#contact form label {
	width: 100%;
	display: block;
	font-family: 'usual', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .25em;
	margin: 30px 0 0;
}

#contact form label:first-of-type {
	margin-top: 0;
}

#contact form input,
#contact form textarea {
	clear: both;
	width: 100%;
	font-size: 18px;
	line-height: 1;
	padding: 20px 10px;
	box-sizing: border-box;
	background: #fff;
	border: 0;
	margin: 15px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

#contact form button {
	display: table;
	margin: 30px 0 0;
	width: 240px;
	height: 60px;
	color: #fff;
	background: #789904;
	text-align: center;
	line-height: 60px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .25em;
	text-transform: uppercase;
	cursor: pointer;
}

#contact form button:hover {
	background: #cdde00;
}

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

	#contact .flex .wpcf7 {
		width: calc(100% - 360px);
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {

	#contact .hours br {
		display: block;
	}

	#contact .flex .wpcf7 {
		width: calc(100% - 220px);
	}

	#contact .flex .email .icon {
		display: inline-block;
		font-size: 16px;
	}

	#contact .flex .email a:not(.icon) {
		display: none;
	}

}

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

	#contact .flex {
		margin-top: 40px;
		flex-direction: column;
		padding-bottom: 25px;
	}

	#contact .flex .lt {
		order: 2;
		width: 100%;
	}

	#contact .flex .wpcf7 {
		width: 100%;
		order: 1;
	}

}

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

	#contact br {
		display: block !important;
	}

	#contact .flex .lt {
		margin-top: 35px;
		padding-top: 30px;
		border-top: 1px solid #ccc;
	}

	#contact .flex div:not(:first-of-type) {
		margin-top: 20px;
	}

	#contact form label {
		font-size: 11px;
		margin: 25px 0 0;
	}

	#contact form input,
	#contact form textarea {
		padding: 15px 10px;
		margin: 12px 0 0;
	}

	#contact form button {
		height: 50px;
		line-height: 50px;
		font-size: 11px;
	}

}

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

	#contact br {
		display: none !important;
	}

}

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

	#contact .flex .lt {
		padding-top: 0px;
	}

	#contact .flex .lt div {
		float: left;
		width: 40%;
		margin-top: 30px;
	}

	#contact .flex .lt div:nth-child(1),
	#contact .flex .lt div:nth-child(3) {
		width: 60%;
	}

}

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

	#contact br {
		display: block !important;
	}

}
