@charset "utf-8";

/*--------------------------------------------------------------------------------------------------------------
                                               Index-Header
--------------------------------------------------------------------------------------------------------------*/

header {
	background-color: #fff;
	overflow-y: hidden;
}

header div {
	height: 100vh;
	width: 100%;
	/*padding: 25vmin;*/
	transition: 0.5s ease-in-out;
}

header div div {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

header div picture {
	/*display: block;*/
	width: 100%;
	max-width: 800px;
	padding: 40px;
	/*transition: 0.5s ease-in-out;*/
	transition: left 0.5s ease;
	/*filter: invert(100%);*/
	/*filter: drop-shadow(0px 0px 15px white);*/
}


/*--------------------------------------------------------------------------------------------------------------
                                               Index-Main
--------------------------------------------------------------------------------------------------------------*/

main {
	background-color: #fff;
}

.gallery-content {
	margin: 0 auto;
	width: 100%;
	padding: 0 10vmin 10vmin;
/*	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.56);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.56);*/
}


/*--------------------------------------------------------------------------------------------------------------
                                               Index-Footer
--------------------------------------------------------------------------------------------------------------*/

footer {
	position: sticky;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
	width: 100%;
	padding: 80px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	background-color: #1a1a1a;
}

footer address {
    display: block;
}

.line {
	border-bottom: 1px solid #cecece;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

footer a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

footer a:hover {
	cursor: pointer;
	color: #d8b345;
	text-decoration: none;
}


/*--------------------------------------------------------------------------------------------------------------
                                               Works-Main
--------------------------------------------------------------------------------------------------------------*/

.main-works {
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-height: 100%!important;
	z-index: 1;
	background-color: #fff;
}


/*--------------------------------------------------------------------------------------------------------------
                                               Works-Header
--------------------------------------------------------------------------------------------------------------*/

.logo {
	position: fixed;
	z-index: 9999;
	top: 40px;
	left: 25vmin;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: url("../img/base/logo.svg");
	background-size: cover;
	/*    transition: left 0.5s ease-in-out;*/
	transition: 0.5s ease-in-out;
}

.logo:hover {
	transition: 0.2s ease-in-out;
	filter: invert(100%);
}

/*--------------------------------------------------------------------------------------------------------------
                                               Works-Gallery
--------------------------------------------------------------------------------------------------------------*/

.gallery-works {
	width: 100%;
	padding: 40px 25vmin 40px;
    font-family: "Montserrat", sans-serif;
	text-align: center;
	color: #1a1a1a;
    display: block;
}
.gallery-works h1 {
    padding: 20px 90px 0;
	font-size: 1.1em;
	font-weight: 400;
    letter-spacing: 1px;
	color: #1a1a1a;
	/*text-transform: uppercase;*/
	transition: 0.5s ease;
}
.gallery-works p {
	font-size: 0.8em;
	font-weight: 400;
    letter-spacing: 1px;
	color: #1a1a1a;
    /*text-transform: uppercase;*/
	transition: 0.5s ease;
    padding: 0 90px 20px;
}
.gallery-works hr {
	border-top: 1px solid #D7D7D7;
    width: 25%;
}
.gallery-works span {
	color: #333;
	font-weight: 600;
	transition: 0.5s ease;
}
.gallery-works ul {
	list-style: none;

}

.gallery-works ul li {
	padding: 0 0 20px 0;
}

.gallery-works ul li ul {
    display:flex;


}
.gallery-works ul li ul li{
    display:flex;
    padding: 0 10px;
}

.gallery-works ul li ul li:first-child {
	padding: 0 10px 0 0;
}

.gallery-works ul li ul li:last-child {
	padding: 0 0 0 10px;
}
figure.works {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #fff;
  text-align: center;
}
figure.works * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.works img {
  max-width: 100%;
  vertical-align: top;
}
figure.works i {
    content: url("../img/base/open.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
 /*   filter: invert(100%);*/
}
figure.works a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.works:hover img,
figure.works.hover img {
  opacity: 1;
/*  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}
figure.works:hover i,
figure.works.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
        

/*--------------------------------------------------------------------------------------------------------------
                                               Works-Nav
--------------------------------------------------------------------------------------------------------------*/

.nav-works {
	z-index: 1;
	margin: 0 auto;
	background-color: #fff;
	border-top: 1px solid rgba(228, 228, 228, 1.00);
	letter-spacing: 3px;
/*	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.56);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.56);*/
}

.nav-works ul {
	*zoom: 1;
	/*padding: 50px;*/
	padding: 40px 25vmin;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.875em;
	font-weight: 600;
}

.nav-works ul span {
	color: #9E9E9E;
}

.nav-works ul:before,
.nav-works ul:after {
	content: "";
	display: table;
}

.nav-works ul:after {
	clear: both;
}

.nav-works ul li {
	cursor: pointer;
	color: #1a1a1a;
	margin: 0 10px;
	padding: 5px 0;
	position: relative;
	-moz-transition: ease-out 0.3s 0.1s;
	-o-transition: ease-out 0.3s 0.1s;
	-webkit-transition: ease-out 0.3s;
	-webkit-transition-delay: 0.1s;
	transition: ease-out 0.3s 0.1s;
}

.nav-works ul li::after {
	height: 2px;
	width: 100%;
	background: #d8b345;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.nav-works ul li:hover::after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*--------------------------------------------------------------------------------------------------------------
                                               Works-Footer
--------------------------------------------------------------------------------------------------------------*/

.footer-works {
	position: sticky;
	bottom: 0;
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	background-color: #1a1a1a;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
/*----------------------------------------------------
                    Index-Header
-----------------------------------------------------*/
	header div {
		/*padding: 15vmin;*/
	}

/*----------------------------------------------------
                    Index-Footer-Works
-----------------------------------------------------*/
	footer,
	.footer-works {
		padding: 70px 20px;
	}
/*----------------------------------------------------
                    Works-Header
-----------------------------------------------------*/
	.logo {
		left: 20vmin;
	}

/*----------------------------------------------------
                    Works-Gallery
-----------------------------------------------------*/
	.gallery-works {
		padding: 40px 20vmin;
	}
    .gallery-works h1 {
        font-size: 1em;
    }
    .gallery-works p {
        font-size: 0.9em;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
/*----------------------------------------------------
                    Index-Header
-----------------------------------------------------*/
	header div {
		padding: 10vmin;
	}
    
/*----------------------------------------------------
                    Index-Gallery
-----------------------------------------------------*/
.gallery-content {
	padding: 0 5vmin 5vmin;
}
/*----------------------------------------------------
                    Index-Footer-Works
-----------------------------------------------------*/
	footer,
	.footer-works {
		padding: 60px 20px;
		font-size: 0.65em;
	}
/*----------------------------------------------------
                    Works-Header
-----------------------------------------------------*/
	.logo {
		left: 10vmin;
        height: 60px;
		width: 60px;
	}
/*----------------------------------------------------
                    Works-Gallery
-----------------------------------------------------*/
	.gallery-works {
		padding: 40px 10vmin;
	}
    .gallery-works h1 {
        padding: 10px 70px 0;
        padding-top: 15px;
        font-size: 0.9em;
        padding-bottom: 5px;
    }
    .gallery-works p {
        font-size: 0.8em;
        padding: 0 70px 10p;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	/*----------------------------------------------------
                    Index-Header
-----------------------------------------------------*/
	header div {
		padding: 0;
	}
	header div picture {
		max-width: 300px;
	}

/*----------------------------------------------------
                    Index-Footer-Works
-----------------------------------------------------*/
	footer,
	.footer-works {
        position: static;
        z-index: auto;
		padding: 50px 20px;
	}
/*----------------------------------------------------
                    Works-Header
-----------------------------------------------------*/
	.logo {
		left: 25px;
        height: 50px;
		width: 50px;
	}

/*----------------------------------------------------
                    Works-Gallery
-----------------------------------------------------*/
	.gallery-works {
		padding: 40px 25px;
	}
    .gallery-works h1 {
        padding: 10px 60px 0;
        font-size: 0.8em;
    }
    .gallery-works p {
        font-size: 0.7em;
        padding: 0 60px 10px;
    }
    figure.works a, figure.works i {
        display: none;
    }   
    figure.works:hover img,
    figure.works.hover img {
        opacity: 1;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

/*----------------------------------------------------
                    Works-Nav
-----------------------------------------------------*/
	.nav-works ul {
		padding: 20px 25px;
		font-size: 0.8em;
	}
	.nav-works ul li {
		margin: 0 10px;
		padding: 5px 0;
	}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
/*----------------------------------------------------
                    Index-Gallery
-----------------------------------------------------*/
.gallery-content {
	padding: 0 15px 15px;
}
/*----------------------------------------------------
                    Index-Footer-Works
-----------------------------------------------------*/
	footer,
	.footer-works {
		padding: 30px;
		font-size: 0.6em;
	}

    
/*----------------------------------------------------
                    Works-Header
-----------------------------------------------------*/
	.logo {
		top: 15px;
		left: 15px;
		height: 40px;
		width: 40px;
	}


/*----------------------------------------------------
                    Works-Gallery
-----------------------------------------------------*/
	.gallery-works {
		padding: 15px 15px 0;
	}
    .gallery-works h1 {
        padding: 0 50px;
        font-size: 0.7em;
        letter-spacing: 1px;
    }
    .gallery-works p {
        font-size: 0.6em;
        letter-spacing: 1px;
        padding: 0 50px;
    }
	.gallery-works ul li {
		padding-bottom: 15px;
	}
  /*  .gallery-works ul li:last-child {
		padding-bottom: 0;
	}*/
	.gallery-works ul li ul {
       display:block;
	}
	.gallery-works ul li ul li, .gallery-works ul li ul li:first-child {
		padding: 0 0 15px 0;
	}
	.gallery-works ul li ul li:last-child {
		padding: 0;
	}


/*----------------------------------------------------
                    Works-Nav
-----------------------------------------------------*/
	.nav-works ul {
		padding: 15px;
		font-size: 0.7em;
	}
}


/* Custom, iPhone Retina */


/*@media only screen and (max-width: 320px) {

    
}*/
