/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	max-width: none;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-prev,
.owl-next{
	position: absolute;
	top:50%;
	font-family: 'Oswald', sans-serif;
	font-size:1em;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover{
	opacity: 1;
}

.owl-prev{
	left: 0.8em;
	padding-left: 35px;
	background:url(../images/top/prev.webp) left 50% no-repeat;
	background-size: 1.3em 1em;

}

.owl-next{
	left: auto;
	right: 0.8em;
	padding-right: 35px;
	background:url(../images/top/next.webp) right 50% no-repeat;
	background-size: 1.3em 1em;
}


.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
	cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}




a:hover, a:focus {
	color: #c5a47e;
	outline: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:active, a:hover {
	outline: 0;
}
a {
	color: #c5a47e;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a {
	background-color: transparent;
}
.project{
	padding: 0;
	overflow: hidden;
}
.project figure{
	position: relative;
	margin-bottom:0;
}
.project figure:after{
	content:'';
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.project.project-light figure:after{
	opacity: 0.4;
}
.project figure:hover:after{
	opacity: 0;
}
img{
	vertical-align: middle;
}
.project figure img{
	border: 0;
	display: block;
	width: 100%;
	-webkit-transition: all 8s linear;
	-o-transition: all 8s linear;
	transition: all 8s linear;
}
.project figure:hover img{
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.project figcaption{
	position: absolute;
	z-index: 1;
	left: 0;
	top:0;
	right:0;
	bottom:0;
	margin: 3.2em 3.6em;
}
.project-title{
	background-color:transparent;
	color: #fff;
	display:none;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 1.56em;
	line-height: 1.45;
	letter-spacing: 0.07em;
	margin:0;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	top:0;
	left:0;
}
.project figure:hover .project-title{
	top:30px;
	opacity: 0;
}
.project-category{
	background-color:transparent;
	color: #fff;
	display:none;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.8em;
	margin:0 0 -0.8em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
}
.project figure:hover .project-category {
	opacity: 0;
	letter-spacing: 2em;
}
.project-zoom{
	position: absolute;
	left: 50%;
	top:50%;
	width: 9em;
	height: 9em;
	margin:-4.5em;
	border-radius: 50%;
	background-color: rgba(197,164,126,0.84);
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.project-zoom::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2.625em;
	height: 2.625em;
	background: url(../images/top/zoom.webp) 0 0 no-repeat;
	background-size: auto;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.project figure:hover .project-zoom{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

