/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer
*/



/* fonts */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/
@font-face {
    font-family: "AvenirLTStd-Book";
    src: url("/fonts/AvenirLTStd-Book.otf") format("opentype");
}
@font-face {
    font-family: "AvenirLTStd-Roman";
    src: url("/fonts/AvenirLTStd-Roman.otf") format("opentype");
}
@font-face {
    font-family: "AvenirLTStd-Black";
    src: url("/fonts/AvenirLTStd-Black.otf") format("opentype");
}
/* end fonts */

/* html body links and kbz's generic classes */
a {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #000000;
	outline: none;
	text-decoration: none;
}
body {
	font-family: 'AvenirLTStd-Book', 'Hevetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #F5F5F5;
}
.font-roman {
    font-family: "AvenirLTStd-Roman";
}
.font-black {
    font-family: "AvenirLTStd-Black";
}
h1 {
	padding: 0;
	margin: 0;
	display: none;
}
h2 {

}
h3 {
	color: #000;
	font-size: 16px;
	line-height: 1;
    font-family: "AvenirLTStd-Roman";
    font-weight: bold;
    padding: 0;
    margin: 0;
}
h4 {
	color: #000;
	font-size: 22px;
	line-height: 22px;
    font-family: "AvenirLTStd-Roman";
	text-transform: uppercase;
	padding-left: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
* {
	/*border: 1px solid orange;*/
}
/* end kbz */



/* animated */
.animated-delay-333 {
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end animated */



/* boostrap */
/* nav */
.nav-wrapper {
	padding: 0;
	padding-top: 45px;
	padding-bottom: 60px;
}
.nav-videos {
	text-align: left;
}
.nav-brand {
	text-align: center;
}
.nav-brand .gabo-svg {
	width: 100%;
	height: auto;
	max-width: 160px;
	margin-bottom: -30px;
}
.nav-photos {
	text-align: right;
}
.nav-videos a,
.nav-photos a {
	display: inline-block;
	font-family: "AvenirLTStd-Roman";
	color: #000;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 16px;
	margin: 0;
	text-align: center;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.nav-videos a:hover,
.nav-videos a:focus,
.nav-photos a:hover,
.nav-photos a:focus,
body.about .nav-videos a:hover,
body.about .nav-videos a:focus,
body.about .nav-photos a:hover,
body.about .nav-photos a:focus {
	color: #fff;
	background-color: #000;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 575px) {
	.nav-wrapper {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.nav-brand .gabo-svg {
		max-width: 120px;
	}
	.nav-videos a,
	.nav-photos a {
		font-family: "AvenirLTStd-Roman";
		color: #000;
		font-size: 14px;
		line-height: 14px;
		padding: 8px 16px;
		margin: 0;
		text-align: center;
		background-color: transparent;
		text-decoration: none;
		text-transform: uppercase;
	}
	body.about .nav-videos a,
	body.about .nav-photos a {
		background-color: #fff;
	}
}
body.about .nav-videos a,
body.about .nav-photos a {
	background-color: #fff;
}

/* end nav */
/* end boostrap */


/* home bio */
.bio-wrapper {
	padding: 0;
	margin-bottom: 60px;
}
.box-wrapper-bio,
.box-wrapper-photos {
	padding: 30px 30px;
	/*background-color: #fff;*/
	/*border-left: 4px solid #000;*/
	/*background: linear-gradient(90deg, #fff 0%, #fff 30%, #fff 30%, #F5F5F5 100%);*/
}
body.about .box-wrapper-bio,
body.serie .box-wrapper-photos {
	/*background-color: #fff;*/
	border-left: 4px solid #000;
	background: linear-gradient(90deg, #fff 0%, #fff 30%, #fff 30%, #F5F5F5 100%);
}
@media(max-width: 575px) {
	.box-wrapper-bio {
		margin-left: 16px;
		padding-left: 20px;
		padding-right: 10px;
	}
	body.photos.serie .box-wrapper-photos,
	body.about .box-wrapper-bio {
		margin-left: -5px;
	}
}
.box-wrapper-bio blockquote {
	font-family: "AvenirLTStd-Book";
	border: none;
	padding: 0;
	margin: 0;
}
.box-wrapper-bio blockquote h2,
.box-wrapper-bio blockquote h3 {
	font-family: "AvenirLTStd-Book";
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	margin-bottom: -6px;
}
@media(max-width: 575px) {
	.box-wrapper-bio blockquote h2,
	.box-wrapper-bio blockquote h3 {
		font-size: 15px;
		line-height: 20px;
	}
}
.box-wrapper-bio blockquote h3 {
	padding-left: 28px;
}
@media(max-width: 767px) {
	.box-wrapper-bio blockquote h3 {
		padding-left: 0;
	}
}
.box-wrapper-bio blockquote h2:before {
	font-family:  Georgia, "Times New Roman", Times, serif;
    content: open-quote;
    font-weight: bold;
	font-size: 24px;
	padding-right: 6px;
    color: #000;
}
.box-wrapper-bio blockquote h2:after {
	font-family:  Georgia, "Times New Roman", Times, serif;
    content: close-quote;
    font-weight: bold;
	font-size: 24px;
	padding-left: 6px;
    color: #000;
}
a.bio-bot {
	display: inline-block;
	padding-top: 15px;
	padding-left: 30px;
}
@media(max-width: 767px) {
	a.bio-bot {
		padding-left: 0px;
	}
}
/* end home bio */



/* videos */
.videos-wrapper {
	padding: 0;
}
.grid {
	margin-left: -10px;
	margin-right: -10px;
}
.grid-item {
	opacity: 0;
}


@media(max-width: 575px) {
	.grid {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media(max-width: 375px) {
	.grid {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.grid-item a {
	text-decoration: none;
}
.grid-item a h5 {
	color: #FFF;
	position: relative;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	height: 24px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	padding-top: 2px;
	padding-left: 1px;
	background-color: #F5F5F5;
	z-index: 10;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 575px) {
	.grid-item a h5 {
		color: #000;
	}
}
.grid-item a:hover h5,
.grid-item a:focus h5 {
	color: #000;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end videos */



/* photos */
.photos-wrapper {
	padding: 0;
}
.photos-wrapper .photo-serie {
	position: relative;
	margin-bottom: 60px;
}
.photo-serie img {
	width: 100%;
	height: auto;
}
.photos-wrapper .photo-serie a h4 {
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	width: 100%;
	padding: 6px;
	margin: 0;
	color: #000;
	background: linear-gradient(90deg, #fff 0%, #fff 30%, #fff 30%, transparent 100%);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.photos-wrapper .photo-serie a:hover h4,
.photos-wrapper .photo-serie a:focus h4 {
	color: #fff;
	background: linear-gradient(90deg, #000 0%, #000 30%, #000 30%, transparent 100%);

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
@media(max-width: 575px) {
	.photos-wrapper .photo-serie {
		margin-bottom: 30px;
	}
	.photos-wrapper .photo-serie a h4 {
		font-size: 14px;
		line-height: 14px;
		padding: 12px;
	}

}
/* end photos */

/* photo-serie-wrapper */
.photos-serie-wrapper {
	margin-left: -24px;
	margin-right: -24px;
}
@media(max-width: 575px) {
	.photos-serie-wrapper {
		margin-left: -7px;
		margin-right: -7px;
	}
}

.photos-serie-wrapper .photo-serie {
	padding: 8px;
}
.photo-serie-wrapper {
	/*padding: 0;*/
}
/* end photo-serie-wrapper */




/* about */
body.about .nav-brand .gabo-svg {
	display: none;
}
body.photos.serie .box-wrapper-photos,
body.about .box-wrapper-bio {
	padding-right: 30%;
	position: relative;
	margin-top: 60vh;
	margin-bottom: -94px;
	background: linear-gradient(90deg, #F5F5F5 0%, #fff 50%, #fff 50%, #fff 100%);
}
body.photos.serie .box-wrapper-photos {
	margin-top: 45px;
}
@media(max-width: 767px) {
	body.photos.serie .box-wrapper-photos {
		padding-right: 30px;
		margin-left: -45px;
		margin-right: -45px;
	}
}
@media(max-width: 575px) {
	body.photos.serie .box-wrapper-photos {
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media(max-width: 375px) {
	body.about .box-wrapper-bio {
		padding-right: 30px;
		margin-top: 65vh;
	}
	body.photos.serie .box-wrapper-photos {
		padding-right: 30px;
		margin-top: 45px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
body.about .box-wrapper-bio .gabo-svg {
	fill: #fff;
	position: absolute;
	max-width: 120px;
	height: auto;
	top: -120px;
}
body.photos.serie .box-wrapper-photos h2,
body.about h2 {
	color: #000;
	font-family: "AvenirLTStd-Black";
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}
body.photos.serie h3,
body.about h3 {
	color: #000;
	font-family: "AvenirLTStd-Roman";
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}
/* end about */









footer {
	color: #666;
	background-color: #fff;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 60px;
}
footer p.copyright {
	margin: 15px 0;
	margin-bottom: 0;
}
footer a {
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	color: #000;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	color: #000;
	text-decoration: underline;
}
footer a.credits {
	color: #666;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
footer a.credits:hover,
footer a.credits:focus {
	color: #000;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
footer ul.net-socials {
	display: block;
	list-style: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	margin: 45px 0;
}
body.about footer ul.net-socials {
	margin-top: 90px;
}
footer ul.net-socials li {
	display: inline-block;
	margin: 0 5px;
}
footer ul.net-socials li a {
	margin-bottom: 0px;
	display: block;
}
footer ul.net-socials li.instagram i {
	font-size: 2.2em;
}

/* end container



/* Extra small devices (portrait phones, less than 576px)
No media query for 'xs' since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
/* animation */


.video-wrapper {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.95);
	width: 100vw;
	height: 100vh;
	z-index: 666;
}
.video-wrapper.view-video {
	display: block;
}
.video-wrapper .video-close {
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 669;
	text-decoration: none;
	padding: 30px;
}
/* video */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	color: #FFF;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 0;
	padding: 5%;
}
iframe {
  border: 0;
}
/* end videos */


#swipebox-overlay {
    background-color: #000;
}


/* Large devices (desktops, 992px and up) */
.filter-button-group button {
	width: auto;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	border: 0;
	background-color: transparent;
	color: #666;
	text-transform: uppercase;
	outline: none;
}
.button.button-all.is-checked {
	display: none;
}
.button.button-all {
	display: inline-block;
}
@media (max-width: 992px) {
	.filter-button-group {
		text-align: left;
	}
	.filter-button-group button {
		width: 48%;
		display: inline-block;
		text-align: center;
		margin: 0 auto;
		background-color: transparent;
		color: #666;
		text-transform: uppercase;
	}
}
.button:active, .button.is-checked, .button.is-selected {
	outline: none;
	color: #000;
	font-weight: bold;
	background-color: transparent;
}