/* fonts */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


.rubik-mono-one-regular {
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  /* 300 to 900 */
  font-style: normal;
}
/*
- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer

red wine: #330000;
red wine: rgba(51,0,0,.5);

red clean: #ff6666;
red wine: rgba(255,102,102,.5);

*/


/* bootstrap's vars light */
[data-bs-theme="light"] {
	--bs-body-color: #ccc;
	--bs-body-bg: #000;
	--kbz-btn-close: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F0'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
/* bootstrap's vars dark */
[data-bs-theme="dark"] {
	--bs-body-color: #ccc;
	--bs-body-bg: #000;
	--kbz-btn-close: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F90'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
/* end bootstrap's vars */


/* html body links and kbz's generic classes */
a,
a:focus,
a:hover {
	color: #fff;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
a:focus,
a:hover {
	color: #ff6666;
	outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	/* 300 to 900 */
	font-style: normal;
}
h1 {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0!important;
	padding: 0!important;
}
header {
	/*border: 1px solid red;*/
	/*background-image: linear-gradient(90deg, #330000, #000)!important;*/
	min-height: 66px;
	margin-bottom: 30px;
}
header h2 {
	color: #ff6666;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 9px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}
@media (max-width: 600px) {
	header h2 {
		font-size: 1.75em;
		line-height: 66px;
	}
}
h2 {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	margin: 0!important;
	padding: 0!important;
}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
/* end kbz */



body .main-container {
	padding-top: 120px;
	padding-bottom: 120px;
}
/*@media only screen and (max-device-width: 500px){*/
@media (max-width: 500px) {
	body .main-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
body.project .main-container,
body.movie .main-container {
	padding-right: 15px;
	padding-left: 15px;
}


/* 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 */
.navbar {
	background-image: none;
	background-color: #330000!important;
	background-image: linear-gradient(90deg, #000, #330000)!important;
	padding: 0!important;
	border-bottom: 4px solid #330000;
	border-bottom: 4px solid #000;
	min-height: 60px;
}
.navbar {
	min-height: 60px;
}
.navbar-brand {
	min-height: 56px;
}
#svgBrand {
	height: 56px!important;
	width: auto!important;
}
@media (max-width: 500px) {
	.navbar {
		/*background-image: linear-gradient(90deg, #000, #330000)!important;*/
		padding: 0!important;
		background-image: none!important;
		background-color: #330000!important;
		border-bottom: 4px solid #000;
		border-bottom: 4px solid #330000;
	}
}
.navbar-brand {;
	margin: 0!important;
	padding: 0!important;
	padding: 15px 0!important;
	background-image: none;
}
.nav-item {
	padding: 0 15px!important;
	/*margin-bottom: -4px;*/
}
.nav-item.separator {
	color: red;
	padding: 0!important;
}
.nav-item:last-child {
	padding-right: 0!important;
}
.nav-link {
	color: #ff6666;
	font-size: 1.2em;
	line-height: 1.2em;
	/*letter-spacing: 9px;*/
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;

	display: block;
	/*color: transparent;*/
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0!important;
	padding: 15px 0!important;
	text-shadow: none;
		/*-webkit-text-stroke: 1px #ccc;*/
	position: relative;
	border: none;
	opacity: .5;

	/*
	background-image: linear-gradient(90deg, #330000, #FFF);
	background-size: 0% 4px;
	background-position: left bottom;
	background-repeat: no-repeat;
	transition: all 300ms ease-in-out;
	border: none;
	opacity: .5;
	border: 1px solid yellow;
	*/
}
.nav-link::before,
.nav-link::after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.5rem;
	margin: 0!important;
	padding-top: 30px!important;

	background-image: linear-gradient(90deg, #330000, #FFF);
	background-size: 0% 4px;
	background-position: left bottom;
	background-repeat: no-repeat;
	transition: all 300ms ease-in-out;
	border: none;
	text-shadow: none;
}
.nav-link:hover,
.nav-link:focus {
	width: 100%;
	color: #fff;
	opacity: 1;
}
.nav-link:hover::before,
.nav-link:focus::before {
    background-size: 100% 4px;
    filter: blur(5px);
}
.nav-link:hover::after,
.nav-link:focus::after {
    background-size: 100% 4px;
}
body.bio .navbar li.bio .nav-link,
body.projects .navbar li.projects .nav-link,
body.project .navbar li.projects .nav-link,
body.movies .navbar li.movies .nav-link,
body.movie .navbar li.movies .nav-link,
body.contact .navbar li.contact .nav-link {
	opacity: 1;
	color: #FFF;
}
body.bio .navbar li.bio .nav-link::before,
body.projects .navbar li.projects .nav-link::before,
body.project .navbar li.projects .nav-link::before,
body.movies .navbar li.movies .nav-link::before,
body.movie .navbar li.movies .nav-link::before,
body.contact .navbar li.contact .nav-link::before {
	background-image: linear-gradient(90deg, #fff, #fff);
	background-size: 100% 6px;
	background-position: left bottom;
	background-repeat: no-repeat;
	border: none;
	opacity: 1;
    filter: blur(10px);
}
body.bio .navbar li.bio .nav-link::after,
body.projects .navbar li.projects .nav-link::after,
body.project .navbar li.projects .nav-link::after,
body.movies .navbar li.movies .nav-link::after,
body.movie .navbar li.movies .nav-link::after,
body.contact .navbar li.contact .nav-link::after {
	background-image: linear-gradient(90deg, #ff6666, #ff6666);
	background-size: 100% 4px;
	background-position: left bottom;
	background-repeat: no-repeat;
	border: none;
	opacity: 1;
}
.navbar-toggler {
	z-index: 2;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.navbar-toggler:focus,
.offcanvas-header .btn-close:focus {
	box-shadow: none;
}
/* offcanvas */
.offcanvas {
	/*
	--bs-offcanvas-width: 100%;
	max-width: 768px;
	border: 0!important;
	*/
}
.offcanvas-body {

}
.offcanvas-header .btn-close {
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	opacity: 1;
	--bs-btn-close-white-filter: none;
}
.btn-close {
    --bs-btn-close-bg: var(--kbz-btn-close);
}
/* end boostrap */



/* sections */
/* project */
div.project,
div.movie {
	opacity: 0;
}
div.project .row,
div.movie .row {
	margin: 0;
}
div.project .row,
div.movie .row {
	margin-bottom: 60px;
}
/*
div.project:hover .row {
	background-color: rgba(255,255,255,.15);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
*/
.projects-wrapper .project,
.movies-wrapper .movie {
	/*border: 3px dotted #ff6666;*/
	padding: 15px;
}
.projects-wrapper .project .project-wrapper,
.movies-wrapper .movie .project-wrapper {
	/*border: 3px dotted #ff6666;*/
	/*border: 3px dotted rgba(255, 102, 102, .5);*/
	/*border: 3px dotted rgba(255, 255, 255, .15);*/
	/*border-right: 3px solid rgba(255, 255, 255, .15);*/
	padding-bottom: 0;
}
.projects-wrapper .project .project-wrapper:hover,
.movies-wrapper .movie .project-wrapper:hover {
	/*border: 3px dotted #ff6666;*/
	/*border: 3px dotted rgba(255, 102, 102, 1);*/
	/*border-right: 3px solid rgba(255, 255, 255, 1);*/
	padding-bottom: 0;
}
.project a.soft-link .cover-wrapper,
.movie a.soft-link .cover-wrapper {
	position: relative;
	width: 180px;
	height: 180px;
	/*margin-left: 60px;*/
	/*border: 1px solid blue;*/
	perspective: 100px;
}
.project a.soft-link .cover-wrapper img,
.movie a.soft-link .cover-wrapper img {
	position: absolute;
	transform-style: preserve-3d;
	transform: rotateY(10deg) scale(1) translateX(0px);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project a.soft-link:hover .cover-wrapper img,
.project a.soft-link:focus .cover-wrapper img,
.movie a.soft-link:hover .cover-wrapper img,
.movie a.soft-link:focus .cover-wrapper img {
	padding: 0px;
	position: absolute;
	transform-style: preserve-3d;
	transform: rotateY(0deg) scale(1.25);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project a.soft-link .project-titles,
.movie a.soft-link .movie-titles {
	text-align: left;
	padding: 0;
	padding-top: 30px;
}
.movie a.soft-link .movie-titles {
	padding-top: 120px;
}
.project a.soft-link p,
.movie a.soft-link p {
	font-size: 1em;
	margin: 0;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project a.soft-link:hover p,
.project a.soft-link:focus p,
.movie a.soft-link:hover p,
.movie a.soft-link:focus p {
	color: #fff;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project a.soft-link:hover p,
.project a.soft-link:focus p,
.movie a.soft-link:hover p,
.movie a.soft-link:focus p {
	color: #fff;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}








div.project img,
div.movie img {
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}
div.project p.title,
div.movie p.title {
	color: #ff6666;
	font-size: 1.5rem;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
div.project:hover p.title,
div.movie:hover p.title {
	color: #ff6666;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
div.project:hover p.title::after,
div.movie:hover p.title::after {
	color: #ff6666;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
div.project p.subtitle,
div.movie p.subtitle {
	font-size: 1.125rem;
	margin-bottom: 0;
}
@media (min-width: 991px) and (max-width: 1199px){
	div.project p.title,
	div.movie p.title {

	}
}
@media (max-width: 420px){
	div.project p.title,
	div.movie p.title {

	}
	div.project img,
	div.movie img {
		width: 100%;
		height: auto;
		border: 0;
		padding: 0;
		margin: 0;

		-webkit-filter: grayscale(0%);
	    filter: grayscale(0%);
		opacity: 1;
	}
}

/* project-info */
.project-info,
.movie-info {
	background-color: rgba(0,0,0,.6);
	padding: 15px 15px;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.project-info .project-cover,
.movie-info .movie-cover {
	width: 100%;
	height: auto;
	/*margin-right: 20px;*/
	float: left;
}
@media (max-width: 600px) {
	.project-info .project-cover,
	.movie-info .movie-cover {
		width: 100%;
		height: auto;
		float: none;
	}
}
.project-data,
.movie-data {
	color: #fff;
	padding: 30px;
}
.project-info p.year,
.movie-info p.year {
	margin: 0;
	color: #666;
	font-size: 1.2em;
	font-weight: 100;
}
span.format {
	color: #666;
	text-transform: uppercase;
	font-weight: 300;
}
.project-info h3.title,
.movie-info h3.title {
	color: #ff6666;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 0;
}
.project-info h4.subtitle,
.movie-info h4.subtitle {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}
.project-tracks,
.movie-tracks {
	font-size: 16px;
	font-family: monospace;
	clear: both;
	padding: 0 15px;
}
.project-tracks .track-link,
.movie-tracks .track-link {
	color: #fff;
	display: block;
	padding: 10px 15px;
	/*border-bottom: 2px dotted #ff6666;*/
	border-bottom: 2px dotted rgba(255,102,102,.5);
	text-decoration: none;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-tracks .track-link span.position,
.movie-tracks .track-link span.position {
	color: #666666;
	padding-right: 15px;
}
.project-tracks .track-link span.duration,
.movie-tracks .track-link span.duration {
	float: right;
}

.project-tracks .track-link[data-src],
.movie-tracks .track-link[data-src] {
	cursor: pointer;
	color: #ff6666;
}
.project-tracks .track-link[data-src]:after,
.movie-tracks .track-link[data-src]:after {
	content: 'play';
	float: right;
}

.project-tracks .track-link[data-src]:hover,
.movie-tracks .track-link[data-src]:hover {
	color: #fff;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-tracks .track-link i,
.movie-tracks .track-link i {
	opacity: .15;
	color: #666666;
	padding-right: 10px;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-tracks .track-link[data-src] i,
.movie-tracks .track-link[data-src] i {
	opacity: 1;
}
.project-tracks .track-link[data-src]:hover i,
.movie-tracks .track-link[data-src]:hover i {
	color: #CCCCCC;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-info .project-description,
.movie-info .project-description {
	padding: 30px 10px 10px 10px;
	padding: 0px;
	display: inline-block;
}
.project-info .project-description p,
.movie-info .movie-description p {
	font-size: 1em;
}
.project-info .project-description header,
.movie-info .movie-description header {
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 15px;
}
.project-info .project-description header span,
.movie-info .movie-description header span {
	padding-right: 10px;
}
.project-info .project-description header span.year,
.movie-info .movie-description header span.year {
	color: #666666;
}
.project-info .project-description header span.title,
.movie-info .project-description header span.title {
	color: #ff6666;
}
.project-info .project-description cite,
.movie-info .movie-description cite {
	display: block;
	font-size: 1.1em;
	padding: 15px 0 30px 0;
	color: #666666;
}
.project-info .project-description a.bot-share,
.movie-info .movie-description a.bot-share {
	background-color: #333333;
	padding: 6px 10px;
	color: #CCCCCC;
	text-decoration: none;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.project-info .project-description a.bot-share i,
.movie-info .movie-description a.bot-share i {
	padding-right: 4px;
}
.project-info .project-description a.bot-share:hover,
.movie-info .movie-description a.bot-share:hover {
	background-color: #ff6666;
	padding: 6px 10px;
	color: #000000;
	text-decoration: none;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
/* end project */



/* bio */
.bio-content h2 span {
	color: #666;
	display: block;
	font-size: 1em;
	font-style: italic;
	text-transform: capitalize;
}
.bio-photo {
	margin-bottom: 30px;
}
.bio-photo img {
	filter: grayscale(.75);
	width: 100%;
	height: auto;
}
.bio-content p {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 100;
}
p.bio-highlight {
	color: #ff6666;
	font-size: 2em;
	line-height: 1.	5em;
}
/* end bio */



/* movies */
body.movies .player-wrapper,
body.movie .player-wrapper {
	display: none;
}
/* end bio */



/* form */
/*
#contactform {
	margin-top: 30px;
}
#contactform fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.form-field span { display: block; }
.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 6px 0px;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(102,204,204,.3);
	border-radius: 0px;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.4s linear;
	   -moz-transition: all 0.4s linear;
			transition: all 0.4s linear;
}
.form-field span input:focus, .form-field span textarea:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.form-field span textarea {
	font-size: 14px;
	overflow: auto;
	height: 160px;
	padding: 15px 0px;
	resize: none;
}
.form-field label {
	display: block;
	text-align: left;
	color: #fff;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.2em;
}
.form-click button {
	display: inline-block;
	position: relative;
	border: none;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 0px;
	width: 100%;
	background: rgba(102,204,204,.3);
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	   	-ms-transition: all 0.3s;
	   	 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.form-click button:hover {
	background: rgba(102,204,204,1);
	color: #000000;
	border: none;
	font-weight: 600;
}
#alert { margin-top: 25px; display: none; }
.notification {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: left;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.notification i {
	color: #ff6666;
	padding-right: 6px;
	font-size: 1.2em;
}
.notification p {
	text-align: left;
	padding: 0;
	margin: 0;
}
.notification.success p { color: #FFFFFF; }
.notification.error p {  color: #999999;  }
*/
/* end form */




/* foote1 */
ul.net-socials {
	list-style: none;
	-webkit-padding-start: 0px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
}
footer .net-socials li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
footer .net-socials li a {
	display: inline-block;
}
footer .net-socials li a i {
	color: #ff6666;
	font-size: 2.2em;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
footer .net-socials li a:hover i {
	color: #fff;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

footer {
	width: 100%;
	background-color: rgba(0,0,0,.8);
	color: #666666;
	padding: 20px 0;
	/*margin-top: 60px;*/
}
footer a {
	color:#666666;
	display: inline-block;
}
footer span {
	display: inline-block;
	padding-right: 15px;
}
@media (max-width: 600px) {
	footer {
		padding-bottom: 10px;
	}
	.credits {
		margin-top: 0;
	}
	footer span {
		display: block;
	}
	footer span.credits {
	}
	footer .net-socials {
		position: relative;
		right: 0;
		bottom: 8px
	}
	footer .net-socials li a i {
		font-size: 2em;
	}
}
/* end footer */
/* end sections */



/* vegas */
.vegas-timer {
	/*display: none;*/
	background-color: rgba(0,0,0,.8);
}
.vegas-timer-progress {
	background-color: #000000;
}
/* end vegas */



/* video */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}
/* end video */



/* aplayer */
.aplayer {
	font-family: 'Overpass Mono', monospace!important;
	box-shadow: none!important;
}
.aplayer-withlist.aplayer .aplayer-info {
	border-bottom: 0!important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    background: #333!important;
}
.aplayer .aplayer-list ol li.aplayer-list-light {
    background: transparent!important;
}
.aplayer .aplayer-list ol li {
    border-top: 1px dotted #333!important;
}
.aplayer .aplayer-list .aplayer-list-cur {
	background-color: #ff6666!important;
}
.aplayer .aplayer-list ol li:hover {
    background: rgba(102,204,204,.4)!important;
}
.project-slider-photos {
	/* IMPORTANTE */
	opacity: 0;
	margin-bottom: 30px;
}
.movie-slider-photos {
	/* IMPORTANTE */
	opacity: 0;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* end aplayer */



.main-container {
    min-height: calc(100vh - 300px);
}
div.kbz {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #FFF;
}