@charset "UTF-8";

/* MAIN */
html {
	font-family: 'Lato', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
}
body {
	position: relative;
	background: #fff;
	color: #000;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

p strong {
	font-weight: bold;
}

/* BOOTSRAP */
@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}
}
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 5px;
	padding-left: 5px;
}

@media only screen and (max-width : 575px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* HEADER */
header {
	background: #fff;
	/*border-bottom: 1px solid #eee;*/
}
header a.logo {
	position: relative;
	display: inline-block;
}
header h1 {
	font-family: 'Roboto', serif;
	font-size: 36px;
	font-weight: 100;
	color: #000;
	letter-spacing: .2em;
}
header p {
	position: absolute;
	z-index: 2;
	top: 51px;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	margin-right: 8px;
	padding-left: 4px;
	background: #fff;
}
header p br {
	display: none;
}
header a.logo:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 3px;
	bottom: -21px;
	height: 1px;
	width: 130px;
	background: #000;
}
header nav {
	text-align: right;
}
header nav a {
	position: relative;
	font-family: 'Roboto', serif;
	font-size: 36px;
	font-weight: 100;
	color: #000;
	padding: 0 10px;
}
header nav a:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -15px;
	height: 1px;
	background: transparent;
}
header nav a:hover:after {
	background-color: #aaa;
}
header nav a.on:after {
	background-color: #000;
}
header nav a:last-child {
	padding-right: 0;
}
header nav a:last-child:after {
	right: 0;
}

/* FOOTER */
footer {
	background: #fff;
	text-align: center;
	margin-top: 30px;
}
footer p {
	font-size: 15px;
	line-height: 1.5em;
}
footer a {
	color: #000;
}
footer .icons {
	position: relative;
	height:54px;
}
footer .icons a {
	position:relative;
	display:inline-block;
	height:18px;
	width:18px;
	margin:18px 15px;
	background-repeat:no-repeat;
	background-position:center center;
	font-size: 18px;
	color: #000;
}

/* CONTENT */
#content {
	padding-top: 30px;
}

/* INTRO */
.intro {
	font-family: 'Roboto', serif;
	font-size: 36px;
	font-weight: 100;
	color: #666;
	line-height: 1.5em;
}

/* WORKS */
.filters {
	
}
.filters a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	color: #999;
	background: #eee;
	padding: 5px 8px;
	border-radius: 3px;
	margin: 0 2px;
}
.filters a:hover {
	background: #ddd;
}
.filters a.on {
	color: #fff;
	background: #999;
}
.filters a:first-child {
	margin-left: 0;
}
.filters a:last-child {
	margin-right: 0;
}
.filters a.favorite {
	background: transparent;
	padding: 0;
	border-radius: 0;
}
.filters a.favorite:hover, .filters a.favorite.on {
	color: #c00;
}

.work-item {
	margin-bottom: 24px;
}
.work-item a {
	display: block;
	background: #fff;
	overflow: hidden;
	  box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.work-item .thumb {
	position: relative;
}
.work-item .thumb:after {
	display: none;
	font-family: "Font Awesome 5 Free";
	content: "\f144";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	font-size: 50px;
	margin: -25px 0 0 -25px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	-moz-transition: opacity .15s ease-out;
	-ms-transition: opacity .15s ease-out;
	-o-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}
.work-item:hover .thumb:after {
	opacity: 1;
}
.work-item .thumb .vimeo {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
}
.work-item .thumb .vimeo.open {
	opacity: 1;
}
.work-item .thumb img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*.work-item:hover .thumb img {
  -webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}*/

.work-item .text {
	position: relative;
	background: #fff;
	padding: 15px;
	min-height: 132px;
}
.work-item .text, .work-item .text a {
	color: #000;
}
.work-item .text h3 {
	font-family: 'Roboto', serif;
	font-size: 26px;
	font-weight: 100;
	padding: 0 80px 10px 0;
	text-transform: capitalize;
}
.work-item .text p.type {
	position: absolute;
	top: 13px;
	right: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	color: #999;
	background: #eee;
	padding: 5px 8px;
	border-radius: 3px;
}
.work-item .text p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}

/* ABOUT */
.about {
	
}
.about h1, .about h2, .about h3, .about h4, .about h5, .about h6 {
	font-family: 'Roboto', serif;
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 1em;
}
.about h2 {
	font-size: 30px;
}
.about h3 {
	font-size: 24px;
}
.about h4 {
	font-size: 20px;
}
.about h5 {
	font-size: 18px;
}
.about h6 {
	font-size: 16px;
}
.about p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.about .text1 {
	color: #000;
	padding-right: 20px; 
}
.about .text2 {
	color: #999;
	padding-left: 20px;
}
.about .text3 {
	color: #000;
}

/* RESPONSIVE */
@media only screen and (max-width : 767px) {
	.about .text1 {
		padding-right: 5px;
	}
	.about .text2 {
		padding-left: 5px;
	}

	header h1, header nav a {
		font-size: 30px;
	}
	header p {
		top: 40px;
	}
	header a.logo:after {
		bottom: -15px;
	}
	header nav a {
		padding: 0 5px;
	}
	header nav a:after {
		bottom: -9px;
	}
	.intro {
		font-size: 24px;
	}
}
/*@media only screen and (max-width : 579px) {
	header h1, header nav a {
		font-size: 24px;
		letter-spacing: 0;
	}
	header a.logo:after, header nav a:after {
		content: none;
		display: none !important;
	}
	header p {
		top: 34px;
		padding: 0;
		margin: 0;
		left: 0;
		right: auto;
	}
	header p br {
		display: block;
	}
	header nav a {
		display: block;
		padding: 0;
	}
}*/
@media only screen and (max-width : 575px) { 
	.about .text1 {
		padding-right: 15px;
	}
	.about .text2 {
		padding-left: 15px;
	}
}

/* GRAND FATHER */
.hide {
	display: none;
}
header a.logo {
	display: block;
}
header a.logo:after {
	display: none;
}
header a.logo svg {
	width: 100%;
}
header nav {
	text-align: left;
}
header nav a {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 600;
	padding: 6px;
}
header nav a:first-child {
	padding-left: 0;
} 
header nav a:after {
	display: none;
}
header nav a:hover, header nav a.on {
	color: #1680c4;
}
header h2 {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 600;
}

p a {
	color: #000;
}
.icons {
	position: relative;
	height:54px;
}
.icons a {
	position:relative;
	display:inline-block;
	height:18px;
	width:18px;
	margin:18px 15px;
	background-repeat:no-repeat;
	background-position:center center;
	font-size: 18px;
	color: #000;
}
.work-item .thumb img {
	filter: grayscale(1);
}
.work-item:hover .thumb img {
	filter: none;
}
.w100 {
	width: 100%;
	max-width: 100%;
}
@media only screen and (max-width : 991px) { 
	header h2 {
		text-align: right;
	}
	header > .pb-100 {
		padding-bottom: 25px !important;
	}
}
@media only screen and (max-width : 575px) { 
	header nav {
		text-align: center;
	}
	header nav a {
		display: block;
	}
	header nav a:first-child {
		padding-left: 6px;
	} 
	header h2 {
		text-align: center;
		margin-bottom: 15px;
	}
	.header-sub {
		flex-direction: column-reverse;
	}
	.header-sub > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}