
/* GLOBAL */



html {
	margin:0;
	padding:0;
	height:100%;
}


@font-face {
    font-family: 'feijoamedium';
    src: url('../fonts/feijoa-medium-webfont.woff2') format('woff2'),
         url('../fonts/feijoa-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px 0px;
	background-color: #fff;
	text-align: center;
	font-family: 'feijoamedium', 'Arial', sans-serif;
}

p
{
	margin: 5px 0;
}

a
{
	text-decoration:none;
	color:inherit;
	transition: color .2s ease;
}

strong
{
	font-weight:bold;
}

figcaption strong
{
	border-bottom: 1px solid #D6D0C1;
	padding-bottom:10px;
	margin: 10px 0;
	display:block;
}

figcaption
{
	line-height: 25px;
	font-size:12px;
	width:200px;
}

hr
{
	background-color: #D6D0C1;
	border:0;
	height:1px;
	margin:20px 0;
}

.clear {
	clear: both;
}

.u-invisible {
	visibility: hidden !important;
}


.u-vAlignMiddle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}





#container {
	min-height:100%;
	position:relative;
}



header {
	width: 100%;
	text-align: center;
	height: 98px;
	padding-top: 12px;
	position: absolute;
	z-index: 7;
	background-color: #fff;
}

body.is-home header {
	background-color: transparent;
}

header #logo {
	position: absolute;
	z-index: 100;
	left: 45px;
	top: 40px;
	width: auto;
	height: auto;
	text-align: left;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
}


body.is-home header #logo {
	color: #fff;
}

body.is-menu-open header #logo {
	color: #000;
}

header #logo img {
	width: 200px;
	height: 47px;
	opacity: 1;
	filter:alpha(opacity:100);
	transition: opacity 0.15s ease;
}

header #logo img:hover {
	opacity: 0.6;
	filter:alpha(opacity:60);
}



nav {
	position: absolute;
	right: 30px;
	top: 40px;
	width: auto;
	height: 40px;
	text-align: center;
	margin: 0px auto;
}

nav ul {
	width: auto;
	display: inline-block;
}

nav ul li {
	list-style: none;
	float: left;
	padding: 0px 14px;
}

nav ul li a {
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

nav ul li a:hover, nav ul li.active a {
	color: rgba(0,0,0,0.7);
}

body.is-home nav ul li a {
	color: #fff;
}





#main {
	width: auto;
	height: auto;
	padding-bottom: 116px;
	padding-top: 110px;
	overflow: hidden;
	position: relative;
}

body.is-home #main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 100vh;
}

.slick-slider {
	
}
.slick-slider .photo {
	height: calc(100vh - 226px);
	margin: 0px 8px;
	position: relative;
}
.slick-slider .photo img {
	height: 100%;
}
.slick-slider .photo-description {
	opacity: 0;
	transition: opacity .2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #fff;
}

.slick-slider .photo:hover .photo-description {
	opacity: 0.8;
	filter:alpha(opacity:80);
}
.slick-slider .photo-description-inner {
	display: inline-block;
	width: 50%;
	margin: 50px 25% 10px 25%;
}





.album-wrapper .photo-description-title {
	padding-bottom: 6px;
	width: auto;
	height: auto;
	font-weight: 300;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.9);
	font-family: 'feijoamedium', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}
.album-wrapper .photo-description-subscript {
	width: auto;
	height: auto;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.7);
	font-family: 'feijoamedium', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}






.album-wrapper .video {
	width: 100%;
	max-width: 100%;
	min-height: auto;
	margin-top: 110px;
	margin-bottom: 110px;
	position: relative;
}
.album-wrapper .video iframe {
	width: 100%;
	height: 100%;
	min-height: 60vh;
}
.album-wrapper .video-description {
	width: auto;
	height: auto;
	text-align: left;
	padding: 20px 6px;
	font-size: 11px;
	line-height: 22px;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
}
.album-wrapper .video-description-title {
	
}








#main .inner {
	width: auto;
	height: 400px;
	position: relative;
	overflow: auto;
}

#main .inner li {
	list-style: none;
	height: 400px;
}

#main .inner ul li {
	float: left;
	width: auto;
	height: 400px;
	margin: 0px 8px;
}

#main .inner ul li.image img {
	display: block;
	height: 600px;
}
#main .inner ul li.video {
	width: calc(145vh - 215px);
}
#main .inner ul li.video iframe {
	width: 100%;
	height: calc(100% - 30px);
}

#main .inner-contact, #main .inner-contact ul {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}

#main .inner-contact ul li {
	float: none;
	text-align: center;
}

#main .inner-contact ul li img {
	text-align: center;
	margin: 0px auto;
}

#main .inner ul li .imagetitle-box {
	opacity: 0;
	transition: opacity .2s ease;
}

#main .inner ul li:hover .imagetitle-box,
#main .inner ul li .imagetitle-box-active {
	display: block;
	background-color: #fff;
	position: relative;
	top: 0px;
	width: auto;
	height: auto;
	opacity: 0.8;
	filter:alpha(opacity:80);
}
#main .inner ul li .imagetitle-box .inner-image {
	display: inline-block;
	width: 50%;
	margin: 50px 25% 10px 25%;
}
#main .inner ul li .imagetitle-box span.title {
	padding-bottom: 6px;
	width: auto;
	height: auto;
	font-weight: 300;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.9);
	font-family: 'feijoamedium', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}
#main .inner ul li .imagetitle-box span.subscript {
	width: auto;
	height: auto;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.7);
	font-family: 'feijoamedium', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}


#main .inner ul li .videotitle-box {
	width: auto;
	height: auto;
	text-align: left;
	padding-top: 6px;
	padding-left: 6px;
	font-size: 11px;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
	line-height: 22px;
}
#main .inner ul li .videotitle-box .title {
	
}





footer {
	width: 100%;
	height: 116px;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	margin: 0px;
	text-align: center;
}
footer.static {
	position: relative;
}

footer p {
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
}

body.is-home footer p {
	color: #fff;
}




.arrows {
	display: inline-table;
	width: auto;
	padding-top: 16px;
}

.arrows a {
	display: block;
	background-color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2px;
	font-family: 'feijoamedium', 'Arial', sans-serif;
	font-weight: 200;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
	text-align: center;
	float: left;
	margin-right: 8px;
	cursor: pointer;
	transition: border .25s ease;
}

.arrows a:hover {
	border: 1px solid rgba(0,0,0,0.3);
}

.arrows a:active, .arrows a.active {
	background-color: rgba(0,0,0,0.9);
	border-color: rgba(0,0,0,0.9);
	color: rgba(255,255,255,0.9);
}

.arrows a.unslider-control-pause {
	background-image: url('../img/pause.png');
	background-repeat: no-repeat;
	background-position: 7px 6px;
}

.arrows a.unslider-control-play {
	background-image: url('../img/play.png');
	background-repeat: no-repeat;
	background-position: 7px 6px;
}






.mobile-nav-button {
	display: none;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 100;
	font-size: 28px;
	cursor: pointer;
}

body.is-home .mobile-nav-button {
	color: #fff;
}
body.is-menu-open .mobile-nav-button {
	color: #000;
}


.mobile-nav {
	display: none;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	box-sizing: border-box;
	margin-top: 0;
	background-color: #fff;
	z-index: 90;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px;
	padding-bottom: 8px;
}

.mobile-nav ul {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-nav ul li {
	width: auto;
	height: auto;
	padding: 10px 20px;
	line-height: 13px;
	text-align: center;
}

.mobile-nav ul li a {
	font-size: 13px;
	font-weight: 100;
	color: rgba(0,0,0,0.7);
}

.mobile-nav ul li.active a {
	font-weight: 400;
	color: rgba(0,0,0,0.95);
}

.mobile-nav ul li a:hover {
	color: rgba(0,0,0,0.95);
}







.wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


.text-wrapper {
	max-width: 800px;
	min-height: calc(100vh - 210px - 116px);
	margin: 0 auto;
	padding: 50px 25px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-wrapper--autoHeight {
	min-height: 0;
	padding-top: 110px;
}
.text-wrapper > div {
}


.album-wrapper {
	
}


.album-home {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.album-item {
	text-align: center;
	margin-top: 110px;
	margin-bottom: 110px;
}
.album-item img {
	max-width: 100%;
	max-height: 1024px;
}
.album-item-description {
	margin-top: 8px;
	font-size: 13px;
	line-height: 25px;
}









@media (max-width: 1024px)
{
	
	#main {
		padding-bottom: 80px;
	}
	
	.slick-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
	.slick-slider .photo {
		height: auto;
		margin: 20px 0;
	}
	.slick-slider .photo img {
		width: 100%;
		height: auto;
	}
	.slick-slider .photo-description {
		opacity: 1 !important;
		filter:alpha(opacity:100) !important;
		position: static;
	}
	.slick-slider .photo-description-inner {
		display: block;
		margin: 20px;
		margin-bottom: 50px;
		width: auto;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.album-item {
		margin-top: 55px;
		margin-bottom: 55px;
	}
	
	
	.slick-slider .video {
		height: auto;
		margin: 20px 0;
		position: relative;
	}
	.slick-slider .video iframe {
		width: 100%;
		height: calc(60vw - 40px);
	}
	.slick-slider .video-description {
		margin-bottom: 30px;
	}
	
	
	
	footer {
		height: 80px;
	}
	
	footer .arrows, footer p.use-arrows {
		display: none;
	}
	
	footer p {
		line-height: 80px;
	}
	
}





@media (max-width: 767px)
{
	
	nav {
		display: none;
	}
	
	header {
		height: 75px;
		padding-top: 22px;
	}
	
	header #logo {
		left: 50%;
		transform: translateX(-50%);
	}
	
	#main {
		padding-top: 84px;
	}
	
	.mobile-nav-button {
		display: block;
	}
	
	#main .inner-contact ul li img {
		width: 300px;
		height: 214px;
	}
	
}

