@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&display=swap');

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #20292e;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6em;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 {font-weight: 400;}
h1 {font-family: 'Roboto Slab', serif; font-weight: 600;}
ul li, dl, li, p {font-size: 14px; color: #20292e;}
a, a:link, a:visited, a:active {color: #0288b9; text-decoration: none;}
a:hover {color: #00a2b8; text-decoration: none;}
hr {margin-top: 50px; border-top: solid 2px rgb(146, 149, 150,.15);}

::-moz-selection {background-color: #00a2b8; color: #ffffff;}
::selection {background-color: #00a2b8; color: #ffffff;}

/* ------------------------------
HEADER
------------------------------ */

header {	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 5px 0 0;
	background-color: rgba(32, 41, 46, 0.95);
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	z-index: 9;
}

.header-logo {
	margin: 0 0 0 15px;
	padding-top: 10px;
	font-size: 0px;
}

.header-logo a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
}

.header-logo a img {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	border: none;
}

ul.header-nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-grow: 1;
	margin: 0;
	padding: 0 15px 0 0;
	list-style-type: none;
	text-align: right;
}

ul.header-nav li {
	display: flex;
	flex: none;
	margin: 0;
	padding: 0;
}

ul.header-nav li a {
	position: relative;
	display: inherit;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0 20px;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 60px;
	font-weight: 600;
	text-transform: uppercase;
}

ul.header-nav li a::after {
	display: inherit;
	margin: 0 auto;
	bottom: 0;
	display: flex;
	content: "";
	height: 2px;
	width: 0%;
	background: #00A2B8;
	transform-origin: bottom center;
	transition: all .35s;
}

ul.header-nav li a:hover::after {
	width: 100%;
	transition: all .35s;
}


/* ------------------------------
THEME
------------------------------ */

.content-theme {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	margin: 0;
	padding: 80px 0;
	width: 100%;
	height: 600px;
	background: #20292E url(../images/bg-theme.png) repeat bottom center;
	color: #ffffff;
	text-align: left;
	z-index: -1;
}

.content-theme .container, 
.theme-text {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 32px;
}

.logo-theme {padding-right: 32px;}
.logo-theme img {max-width: 100%;	width: auto; }
.theme-title {font-size: 38px; font-weight: 600;}
.theme-desc {color: #ffffff;  font-size: 16px; line-height: 1.6em; font-weight: 400;}
.theme-empty {width: 100%; height: 600px;}

/* ------------------------------
CONTENT
------------------------------ */

.content {
	position: relative;
	margin: 0;
	padding-top: 0;
	padding-bottom: 38px;
	width: 100%;
	height: auto;
	background-color: #00A2B8;
}

.content .container .row {display: flex;}
.container-work {margin-top: -48px;}

.gallery-item {
	position: relative;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	margin: 0 0 38px;
	background: #ffffff;
	color: #20292e;
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.15);
	transition: all .5s;
}

.gallery-item-image {	padding: 24px;}

.gallery-item .gallery-image {
	display: inherit;
	flex: 0;
	padding: 24px;
	width: auto;
	height: auto;
	background: #E2E5E5;
	max-width: 100%;
	max-height: 100%;
}

.gallery-item-content {
	display: flex; 
	padding: 32px;
	margin: 0; 
	width: 100%;
	align-self: center;
	flex-direction: column;
	text-align: left;
}

.gallery-item .gallery-image.nopadding {padding: 0; background: none;}
.gallery-item-left {padding-left: 64px;}
.gallery-item-bottom {padding-top: 0px; padding-bottom: 32px;}
.gallery-item-bottom h3 {font-size: 26px;}
.gallery-item-content h4 {margin: 0 0 5px; color: #20292e; font-size: 16px; font-weight: 800;}
.gallery-item-content p {margin: 0 0 10px; color: #20292e; font-size: 14px; line-height: 1.6em; font-weight: 400;}


.gallery-item-content p.gallery-item-company {
	margin: 0 0 5px;
	font-size: 14px;
	color: #00a2b8;
	font-weight: 600;
	text-transform: uppercase;
}

.gallery-item-title {
	display: inherit;
	flex-direction: column;
	margin: 0 0 15px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
}

.gallery-links {
	display: flex;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.gallery-links li {display: inherit; margin: 0 10px 0 0; padding: 0;}
.gallery-links.center {margin-top: 20px; justify-content: center;}

.gallery-links li a {
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding:  0 20px 0 24px;
	height: 38px;
	background-color: #20292E;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	border: solid 2px #20292E;
	border-radius: 20px;
	transition: all .5s;
}

.gallery-links li a.disabled {pointer-events: none; opacity: .3;}
.gallery-links li a:hover {background: #00a2b8; border: solid 2px #0197AC;}
.gallery-links li a i {margin-left: 8px; color: #00a2b8; transition: all .5s;}
.gallery-links li a:hover i {color: #ffffff;}
/* .gallery-item-content .gallery-links li {justify-content: center;} */
.gallery-links li a.icon-left {padding:  0 24px 0 20px;}
.gallery-links li a.icon-left i {margin-left: 0; margin-right: 8px;}

/* --- Internal Page --- */

.content-breadcrumb {padding-top: 68px; background-color: #20292E;}
.breadcrumb {margin: 0; padding: 0; height: 40px; background: none;}
.breadcrumb li {align-items: center;}
.breadcrumb li a {display: flex; height: 100%; align-items: center; color: #00A2B8; transition: all .5s;}
.breadcrumb li a i {margin-right: 8px;}
.breadcrumb li a:hover {color: #ffffff;}

.content-project {padding-top: 50px; padding-bottom: 50px; background: #e9f1f2;}

.project-title {
	margin: 0 0 30px;
	padding: 0;
	font-size: 34px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #20292e;
}

.project-overview h3 {
	color: #00A2B8;
	font-size: 20px;
	font-weight: 600;
}

.project-overview {padding-bottom: 40px; margin-bottom: 30px; border-bottom: solid 2px rgb(108, 124, 127,.25);}
.project-overview.no-border {border-bottom: none; margin-bottom: 0;}
.project-overview ul {padding-left: 1.5em;}
.project-overview ul li {margin-bottom: 10px; line-height: 1.4;}
.project-overview .gallery-overview .gallery-item {background-color: #fff;}

.work-title {
	margin: 30px 0 30px;
	color: #20292e;
	width: 100%;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}

p.work-subtitle {margin: -20px 0 30px; text-align: left; width: 100%;}

.project-gallery .gallery-item {
	padding: 10px;
	min-height: 100px;
	flex-direction: column;
	/* justify-content: flex-start; */
	align-items: flex-start;
	text-align: left;
	background: #fff;
}

.project-gallery .gallery-item p {margin-top: 8px; margin-bottom: 0; color: #6C7C7F; font-size: 13px; font-weight: 500;}
.project-overview .gallery-overview .gallery-item .gallery-image {background: none;}
.project-overview .gallery-overview .gallery-item p {margin-bottom: 8px; color: #6C7C7F;}
.gallery-item.gallery-embed {padding: 0; height: calc(100% - 40px);}
.gallery-item.gallery-embed iframe { border: none; width: 100%; height: 100%;} 

/* --- 404 Page --- */

.content-error {
	height: calc(100vh - 42px);
	padding-top: 50px;
	padding-bottom: 0;
	text-align: center;
	background: #6ac8d7;
}

.content-error .container {display: flex; height: 100%; justify-content: center; align-items: center;}
.error-message {display: flex; flex-direction:column;}

/* ------------------------------
Contact
------------------------------ */

.content-contact {
	background: #e9f1f2;
	padding-top: 48px;
	padding-bottom: 48px;
	}

.content-contact h2 {color: #003249;}
.img-profile {float: right; margin: 0px 0 10px 15px; width: 140px;}

#contact h3 {
	font-size: 20px;
	color: #003249;
	text-transform: uppercase;
	font-weight: 600;
}

#contact p.summary {margin-bottom: 10px; color: #003249; font-size: 13px; font-weight: 400;}
#contact p strong {font-weight: 600;}
#contact .gallery-links {margin-top: 20px;}

ul.about-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.about-list li {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #003249;
	border-bottom: solid 1px rgba(108,124,127,0.15);
}

ul.about-list li i {margin-right: 5px; color: #00A2B8; font-size: 13px;}
.content-contact .gallery-links { margin-top: 15px; justify-content: flex-start;}
.content-contact .gallery-links li {margin-left: 0;}
.content-contact .gallery-links li a {height: 34px; padding: 0 24px 0 20px;}
.content-contact .gallery-links li a i {margin-left: 0; margin-right: 8px;}

/* ------------------------------
FOOTER
------------------------------ */

footer {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	background-color: #20292e;
	text-align: center;
}

p.copy {
	margin: 0;
	font-size: 11px;
	font-weight: 300;
	color: #e9f1f2;
}

/* ------------------------------
MEDIA QUERIES
------------------------------ */

@media (min-width: 992px) {
	.container {max-width: 1200px;}
}

@media (max-width: 991px) {
	.gallery-item-image {order: 1;}
	.gallery-item-content {order: 2;}
	.gallery-item-content {padding-top: 0;}
	.gallery-item-left {padding-left: 32px;}
	.content-theme {padding: 80px 0 60px;}
	.content-theme, .theme-empty {height: 640px;}
	.content-theme .container, .theme-text {padding-left: 15px;}

}

@media (max-width: 768px) {
	ul.header-nav li a {padding: 0 10px;}
	.content-theme, .theme-empty {height: 600px;}
	.content-theme {padding: 70px 0 50px;}
	.theme-title {font-size: 32px;}
	.theme-desc {font-size: 14px;}
	.content {padding-bottom: 30px;}
	.content-contact .gallery-links {margin-bottom: 30px;}
	.gallery-item-title {font-size: 28px;}
}

@media (max-width: 640px) {
	.gallery-title {font-size: 26px;}
	.gallery-wrapper {flex-grow: 0;}
	.gallery-item {display: block; flex-grow: 0; height: auto;}
	.gallery-item .gallery-links {flex-direction: column;}
	.gallery-item .gallery-links li {margin-bottom: 10px;}
	.project-gallery .gallery-item.gallery-embed {display: none;}
}

@media (max-width: 480px) {
	header {padding: 0;}
	.header-logo a img {width: 36px; height: 36px;}
	.header-logo {padding: 10px 0;}
	ul.header-nav {display: none;}
	.content-breadcrumb {padding-top: 57px;}
	.content-theme, .theme-empty {height: 540px;}
	.content-theme {padding: 70px 0 50px;}
	.gallery-item-image {padding: 16px;}
	.gallery-item-content {padding: 0 16px 16px;}
}