/* =Projects
-------------------------------------------------------------- */

#project-view-wrap {
	line-height: 20px;
	height: 50px;
	padding: 10px 10px 20px;
	font-size: 0px;
	text-align: right;
}
#project-view-label {
	font-size: 14px;
	display: inline-block;
}
a#view-carousel,
a#view-grid {
	color: #AAA;
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	-webkit-transition: color .2s;
	transition: color .2s;
}
a#view-carousel.active,
a#view-grid.active,
a#view-carousel:hover,
a#view-grid:hover {
	color: #2c2c2c;
}
#carousel-section {
	padding: 0 40px;
	display: none;
	opacity: 0;
}
#project-carousel {
	height: 100%;
	width: 100%;
	padding: 0 100px;
	position: relative;
    visibility: hidden;
}
#project-carousel.slick-initialized {
    visibility: visible;
}
.carousel-slide {
	height: 100%;
	padding: 0 20px;
}
.carousel-slide a {
    display: block;
    width: 100%;
    height: 100%;
	padding-bottom: 90px;
	position: relative;
	outline: none;
}
.carousel-slide-img-wrap {
	display: block;
	width: 100%;
	height: calc(100% - 90px);
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 1;
}
.carousel-slide-img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	transition: transform 3s;
}
.carousel-slide a .carousel-slide-img-wrap.hover .carousel-slide-img {
	transform: scale(1.1);
}
.carousel-slide-title {
	height: 90px;
	width: 100%;
	position: absolute;
	line-height: 90px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	text-transform: uppercase;
	text-align: center;
	color: #2c2c2c;
	letter-spacing: .25em;
	word-spacing: .25em;
	font-size: 40px;
	font-size: 2.77vw;
}
#project-carousel.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
#project-carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#project-carousel .slick-list:focus {
    outline: none;
}
#project-carousel .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
#project-carousel.slick-slider .slick-track,
#project-carousel.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: 100%;
}
#project-carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
#project-carousel .slick-track:before,
#project-carousel .slick-track:after {
    display: table;
    content: '';
}
#project-carousel .slick-track:after {
    clear: both;
}
#project-carousel .slick-loading .slick-track {
    visibility: hidden;
}
#project-carousel .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
#project-carousel [dir='rtl'] .slick-slide {
    float: right;
}
#project-carousel .slick-slide img {
    display: block;
}
#project-carousel .slick-slide.slick-loading img {
    display: none;
}
#project-carousel .slick-slide.dragging img {
    pointer-events: none;
}
#project-carousel .slick-initialized .slick-slide {
    display: block;
}
#project-carousel .slick-loading .slick-slide {
    visibility: hidden;
}
#project-carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#project-carousel .slick-arrow.slick-hidden {
    display: none;
}
#project-carousel .slick-arrow {
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #2c2c2c;
	background-color: transparent;
	border: none;
    font-size: 60px;
    font-size: 4.15vw;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -2.075vw;
	padding: 0;
	outline: none;
	cursor: pointer;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	-webkit-transition: color .2s;
	transition: color .2s;
}
#project-carousel .slick-arrow:hover {
	color: #AAA;
}
#project-carousel .slick-prev {
	left: 0px;
}
#project-carousel .slick-next {
	right: 0px;
}
#grid-section {
    font-size: 0px;
	padding-bottom: 60px;
}
#grid-section a {
    font-size: 18px;
	display: inline-block;
	width: 10%;
	padding-top: 10%;
	position: relative;
}
.grid-img-wrap {
	width: 100%;
	height: 100%;
	border: solid 5px #FFF;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	overflow: hidden;
}
.grid-img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}
.grid-title {
	display: block;
	position: absolute;
	z-index: 2;
	padding: 10px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	color: #FFF;
}
.grid-title.grid-title-dark {
	color: #2c2c2c;
}
#project-grid {
	font-size: 0px;
	padding-bottom: 60px;
}
#project-grid a {
	display: inline-block;
	width: 10%;
	padding-top: 10%;
	position: relative;
}
#project-grid a:hover .grid-img,
#grid-section a:hover .grid-img {
	transform: scale(1.2);
}
.project-header {
	padding: 40px 0 20px;
}
.project-title {
	font-size: 24px;
	letter-spacing: .25em;
	word-spacing: .25em;
	text-transform: uppercase;
	margin: 0;
	font-weight: 300;
	text-align: center;
}
#project-home-link-wrap {
    text-align: center;
    padding: 60px 0 100px;
    font-size: 1.25em;
}
#project-home-link {
	display: inline-block;
	position: relative;
}
a#project-home-link:before {
	content: '';
	display: block;
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -10px;
	height: 2px;
	background-color: #a00;
}
a#project-home-link:after {
	content: '\e90b';
	display: inline-block;
	font-family: 'Stone City';
	vertical-align: middle;
    margin: -3px 0 0 10px;
    font-size: .8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width : 2000px) {
	#grid-section a {
		width: 12.5%;
		padding-top: 12.5%;
	}
	#project-grid a {
		width: 12.5%;
		padding-top: 12.5%;
	}
}
@media only screen and (max-width : 1500px) {
	#grid-section a {
		width: 20%;
		padding-top: 20%;
	}
	#project-grid a {
		width: 14.28%;
		padding-top: 14.28%;
	}
}
@media only screen and (max-width : 1000px) {
	#carousel-section {
		padding: 0px 20px;
	}
	#project-carousel {
		padding: 0 80px;
	}
	#grid-section a {
		width: 25%;
		padding-top: 25%;
	}
	#project-grid a {
		width: 16.66%;
		padding-top: 16.66%;
	}
}
@media only screen and (max-width : 800px) {
	#grid-section a {
		width: 33.33%;
		padding-top: 33.33%;
	}
	.carousel-slide {
		height: 100%;
		padding: 0 10px;
	}
	#project-grid a {
		width: 20%;
		padding-top: 20%;
	}
}
@media only screen and (max-width : 750px) {
	#project-view-wrap {
		padding: 10px 0 20px;
		margin: 0 -10px;
	}
}
@media only screen and (max-width : 700px) {
	#project-carousel {
		padding: 0 60px;
	}
	#project-grid a {
		width: 25%;
		padding-top: 25%;
	}
}
@media only screen and (max-width : 600px) {
	#carousel-section {
		padding: 0px;
	}
	#project-carousel {
		padding: 0 40px;
	}
	#grid-section a {
		width: 50%;
		padding-top: 50%;
	}
	.carousel-slide-title {
		height: 60px;
		line-height: 60px;
		letter-spacing: .15em;
		word-spacing: .15em;
		font-size: 18px;
	}
	#project-carousel .slick-arrow {
	    font-size: 24px;
	}
	#project-grid a {
		width: 33.33%;
		padding-top: 33.33%;
	}
}
@media only screen and (max-width : 500px) {
	#project-grid a {
		width: 50%;
		padding-top: 50%;
	}
}
