p.subheader {
	font-size: 2rem;
	line-height: 3rem;
	color: #bbb;
	font-family: 'RobotoMono Light';
}

.job-detail-sub-header .job-sub-header {
  width: 33%;
}


ul.social-icons i
{
	font-size: 2rem;

}

#content_offset
{
	margin-left: 14rem;
}

.lnk_back
{
	margin-top: 22px;
	margin-left: 12rem;
	opacity: 0.7;
}

body {
	min-width: 360px;
	font-family: "Avenir LT W01_35 Light1475496", "RobotoMono Regular";
	font-size: 15px;
}

.heading-image {
	text-align: center;
}

.section-heading {
	margin-bottom: 0;
}

.back-to-top a {
	z-index: 1000;
}

#scroll-indicator {
	position: fixed;
	right: 25px;
	z-index: 100;
	height: 100%;
}

#scroll-indicator i {
	margin-left: 4px;
	margin-top: 6px;
	font-size: 2.5rem;
	opacity: 0.7;
}

.list li{
	line-height: 1.8;
}

@media screen and (min-width: 1300px) {
	#scroll-indicator {
		right: 2%;
	}
}

@media screen and (min-width: 1400px) {
	#scroll-indicator {
		right: 5%;
	}
}

@media screen and (min-width: 1500px) {
	#scroll-indicator {
		right: 10%;
	}
}

@media screen and (max-width: 600px) {
	#scroll-indicator {
		display: none;
	}

	#content_offset
	{
		margin-left: 0;
	}

	.lnk_back
{
	margin-top: 22px;
	margin-left: 0rem;
}

	h1, .h1
	{
		font-size: 20px;
	}

	p.subheader
	{
		font-size: 1.25rem;
	}
	
	#jobs > .container
	{
		margin-left: 30px;
		padding-left: 30px;
	}
	
	section.job-detail-details .container:first-of-type
	{
		margin-left: 30px;
		padding-left: 30px;
	}
	
	div.job-detail-content > .container, section.job-detail-footer .container:first-of-type
	{
		margin-left: 30px;
		padding-left: 30px;
	}

	.job-detail-sub-header .job-sub-header
	{
		width: auto;
	}

	.job-detail-sub-header .job-sub-header, .job-detail-sub-header h4
	{
		width: auto;
		font-size: 20px;
	}
}

#scroll-indicator.hide {
	display: none;
}

#scroll-indicator .scroll-bar{
	border-left: 1px solid black;
	width: 1px;
	margin-left: 15px;
}

#scroll-indicator > img{
	width: 30px;
	height: 30px;
	pointer-events: none;
	touch-action: none;
	background: none;
}

section, #footer-area {
	padding-top: 79px;
	padding-bottom: 60px;
}

p.heading {
  font-size: 3.3em;
  text-align left;
  text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 1.25em;
	font-family: "Avenir LT W01_65 Medium1475532", "RobotoMono Regular";
}

@media screen and (min-width: 1000px) {
	.heading-image img {
		height: 100vh;
		width: auto;
		margin: auto;
	}
}

@media screen and (max-width: 1000px) {
	.heading-image img {
		width: 100vw;
		height: auto;
		margin: auto;
		margin-top: 60px;
	}

	p.heading {
		font-size: 2.6em !important;
	}
}

.dynamic-nav-menu .toggle-nav-menu {
	color: black;
	padding-top: 16px;
}

.dynamic-nav-menu .burg, .dynamic-nav-menu .burg:before, .dynamic-nav-menu .burg:after {
	background-color: black;
}

#map {
	height: 400px;
	width: 100%;
}

/* VISION */
#vision {
	min-height: 1000px;
}
#vision h1 {
	font-size: 12em;
}

#vision .vision-heading-image {
	display: block;
}

#vision .vision-heading-image img{
	position: absolute;
	left:0;
	width: 60%;
	z-index: -1;
}

#vision .vision-heading-text {
	display: none;
}

@media screen and (max-width: 800px) {
	#vision {
		min-height: unset;
	}

	#vision .vision-heading-image {
		display: none;
	}

	#vision .vision-heading-text {
		display: block;
	}

	#vision .vision-text{
		margin: 0 !important;
		padding: 0 !important;
	}
}

@media screen and (max-width: 800px) {
	#vision p.additional-heading {
	  text-align: center !important;
	}
}

#vision .vision-text{
	margin-left: 20%;
	padding-top: 25%;
}

#vision .section-heading {}

#vision .section-heading p {
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  margin: 0 0 10px;
}

#vision .section-heading p:last-child {
  margin-top: 20px;
}

#vision p.additional-heading {
  font-size: 1.25em;
  font-weight: bold;
	font-family: 'RobotoMono Light';
	margin-top: 20px;
	margin-bottom: 40px;
}

.expand-button {
	display: none;
}

@media screen and (max-width: 600px) {
	.reduced {
		height: 70vh;
		overflow: hidden;
	}

	.expand-button {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: block;

		cursor: pointer;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		padding-top: 8vh;
	}

	.expand-button i {
		color: #D25800;
		font-size: 20px;
		margin-top: 10px;
		margin-left: 15px;
	}

	.expand-text {
		width: max-content;
		display: inline-block;
	}

	.vision-text.expanded .expand-button {
		position: relative !important;
		padding-top: 4vh;
	}

}

/* END VISION */

/* OUR WORK */
/*@media screen and (max-width: 1000px) {
	#works .portfolio-post{
		width: 50%;
		padding: 20px;
	}

	#works .portfolio-guttered .portfolio-thumbnail {
		margin-bottom: 0;
	}

	#works .portfolio-filter {
		margin-bottom: 0;
		font-size: 1.5em;
	}
}

@media screen and (min-width: 1000px) {
	#works {
		min-height: 50em;
	}

	#works #filters {
	  font-size: 1.25em;
	  text-align: left;
	}

	#works .portfolio-page .portfolio-post{
		width: 31%;
		margin: 1%;
	}

	#works .portfolio-post {
		margin-bottom: 20px;
	}
}*/

#works #filters {
	font-family: 'RobotoMono Light';
	font-size: 0.75em;
	text-align: left;
	min-height: max-content;
}

#works .heading {
	margin-bottom: 0px !important;
}

#works .portfolio-filter {
	margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
	#works .portfolio-filter li{
		padding-right: 10px;
	}
}

/** COMMENT PAPA **/
/** @media screen and (max-width: 500px) {
	#works .portfolio-filter li{
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 600px) {
	#works .portfolio {
		margin-left: 0;
		margin-right: 2px;
	}

	#works .portfolio .portfolio-entry {
		width: 48% !important;
	}
} **/

#works .portfolio-content {
	/*column-count: 4;*/
	margin-left: 24px;
	margin-right: 30px;
	display: flex;
	flex-flow: wrap;
}

#works .portfolio .portfolio-entry {
	margin: 1%;
	width: 23%;
}

#works .portfolio .portfolio-description {
	height: 100%;
}

#works .portfolio .portfolio-entry .portfolio-thumbnail-container {
	height: 100%;
	height: auto;
	overflow: hidden;
}
#works .portfolio .portfolio-entry .portfolio-caption a {
	width: 100%;
	height: 100%;
}

#works .portfolio .portfolio-entry .portfolio-caption.hover-opacity {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.0);
	width: 101%;
	height: 101%;
	display: flex;
	flex-flow: column;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#works .portfolio .portfolio-entry .portfolio-caption.hover-opacity:hover {
	background-color: rgba(255,255,255,0.8);
}
#works .portfolio .portfolio-entry .portfolio-caption.hover-opacity h5 {
	display: none;
}
#works .portfolio .portfolio-entry .portfolio-caption.hover-opacity:hover h5 {
	display: initial;
}

#caption {
	position: absolute;
	top: 100%;
	left: 0;
	width: 101%;
	height: 101%;
	display: flex;
	flex-flow: column;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#entry:hover #caption {
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    top: 0;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
	#works .portfolio .portfolio-entry .portfolio-caption {
		padding-top: 2vw;
		padding-left: 2vw;
		padding-right: 2vw;
		font-size: 1vw;
	}

	#works .portfolio .portfolio-entry .portfolio-caption h5 {
		font-size: 1.5vw;
		margin-bottom: 5px;
	}

	.heading-underlined::after {
			margin-top: 0;
	}
}

@media screen and (max-width: 600px) {
	#works .portfolio .portfolio-entry .portfolio-caption {
		padding-top: 2vw;
		padding-left: 2vw;
		padding-right: 2vw;
		font-size: 2vw;
	}

	#works .portfolio .portfolio-entry .portfolio-caption h5 {
		font-size: 3vw;
		margin-bottom: 5px;
	}

	.heading-underlined::after {
			margin-top: 0;
	}
}

/*#works .portfolio .portfolio-entry:hover .portfolio-caption {
	opacity: 1;
}*/

#works .filterhide {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	#works .portfolio-wrapper {
		margin: 0px;
	}
	
	#works .portfolio-wrapper .porfolio-col {
		padding: 0px;
	}
}

/* END OUR WORK */

/* TEAM */
#team .team-container {
	display: flex;
	flex-flow: wrap;
}

#team .team-container .member-content {
	display: inline-block;
	position: relative;
	width: 32%;
	margin: 15px;
	vertical-align: top;
}

#team .team-container .member-content .member-description{
	font-size: 12px;
}

#team .member-content .orange-bg {
	min-height: 288px;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
	#team .team-container {
		display: inline-block;
	}

	#team .team-container .member-content {
		width: 31.5vw !important;
	}

	figcaption.member-caption {
		width: 31.5vw !important;
	}
}

@media screen and (max-width: 600px) {
	#team .team-container {
		display: inline-block;
	}
}

#team .team-container .member-content .member-image {
	padding: 0;
	overflow: hidden;
}

#team .team-container .member-content .member-title {
	position: absolute;
	color: #fff;
	bottom: 1em;
	left: 0;
	right: 0;
	text-align: center;
}

#team .team-container .member-content:hover .member-title {
	display: none;
}

#team .team-container .member-content .member-caption {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2em;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
}

#team .team-container .member-content .member-caption.justified {
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
}

#team .team-container .member-content .member-caption .member-title-text {
	opacity: 1;
}

#team .team-container .member-content:hover .member-caption {
	opacity: 1;
}
/* END TEAM */

/* PROJECTS */
@media screen and (max-width: 600px) {
	#projects .project-container {
		display: flex;
		flex-flow: column;
		flex-wrap: inline;
	}

	.fake-img-vertical {
		width: 100% !important;
	}
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
	#projects .project-container {
		display: inline !important;
	}

	#projects .project-content {
		width: 45% !important;
	}

	.fake-img-vertical {
		width: 100% !important;
	}
}

#projects .project-container {
	display: flex;
	flex-wrap: wrap;
}

#projects .project-container .project-content {
	display: inline-block;
	position: relative;
	width: 22%;
	margin: 15px;
}

#projects .project-container .project-content .project-image {
	padding: 0;
}

#projects .project-container .project-content .project-title {
	position: absolute;
	color: #fff;
	bottom: 1em;
	left: 0;
	right: 0;
	text-align: center;
}

#projects .project-container .project-content .project-caption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2em;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
}

.fake-img-vertical {
	/*width: 345px;*/
	height: 450px;
	background-color: rgba(0,0,0,0.8);
}
/* END PROJECTS */

/* CONTACT */
#contact .contact-content {
	height: 400px;
	padding: 2.5em;
	font-weight: 400;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

#contact .contact-content h4{
	color: #fff;
}

@media screen and (max-width: 600px) {
	#contact .row > .col-md-4 {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1000px) {
	#contact .row > .col-md-4 {
		padding-right: 0;
	}
}

@media screen and (min-width: 1000px) {
	.float-right {
		float: right;
	}
}
/* END CONTACT */

/* FOOTER */
#footer-area {
	background-color: #353535;
	color: #fff;
}

#footer-area a {
	color: #fff;
}

#footer-area p {
	margin: 0;
	padding: 0;
}

#footer-area .footer-navigation {
	font-size: 1.3em;
	font-weight: bold;
}

#footer-area .footer-info {
	display: flex;
	flex-flow: row;
}

@media screen and (max-width: 600px) {
	#footer-area .footer-navigation {
		font-size: 1.8em;
		margin-bottom: 50px;
	}

	#footer-area .footer-info {
		flex-flow: column;
	}

	#footer-area .footer-social {
		margin-top: 30px !important;
	}

	#footer-area .legal .copyright{
		margin-top: 10px;
	}

	#footer-area .legal {
		font-size: 1.1em;
	}
}

@media screen and (min-width: 601px) {
	#footer-area .footer-info .legal ul{
		position: absolute;
		bottom: 0;
		width: max-content;
	}
}

#footer-area .footer-info .legal{
	display: -webkit-flex;
	 -webkit-justify-content: end;
	 -webkit-flex-flow: column;
	 display: flex;
	 justify-content: end;
	 flex-flow: column;
}

#footer-area .legal .copyright{
	color: #ccc;
}

#footer-area .footer-logo img{
	height: auto;
	width: 300px;
}

#footer-area .footer-social {
	margin: 0;
	margin-top: 10px;
}

#footer-area .footer-social li {
	padding: 0 5px;
}

#footer-area .footer-legal .footer-colophon {
	margin-bottom: 30px;
}

#footer-area .footer-colophon p{
	color: #fff;
}

.separator.footer-sep {
	width: 100%;
	background-color: #ccc;
}
/* END FOOTER */

/* MOBILE */
@media screen and (max-width: 1024px) {
	#vision h1 {
		font-size: 5em;
	}
}

@media screen and (max-width: 480px) {
	#vision h1 {
		font-size: 3em;
	}

	#vision p.additional-heading {
	  font-size: 1.25em;
	}

	.header-icon {
		max-width: 200px;
		padding-top:10px;
	}
}

@media screen and (max-width: 380px) {
	.header-icon {
		max-width: 150px;
		padding-top: 14px;
	}
}
/* END MOBILE */

/* OTHER */
.heading-icon {
	font-size: 3em;
	margin-bottom: 20px;
}

.header-icon {
	min-width: 150px;
	height: 65px;
}

.header-navigation-menu {
	min-width: inherit;
}

.orange-bg {
	background-color: #D25800;
	color: #fff;
}

.font-3 {
	font-size: 3em !important;
}
/* END OTHER */

/* NAVIGATION */
.tab-nav-menu-container {
	height: 100%;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: left;
	background: #353535;
	color: #fff;
}

.tab-nav-menu-header img {
	width: 300px;
}

.tab-nav-menu-content {
	font-family: "Avenir LT W01_65 Medium1475532", "RobotoMono Regular";
}
.tab-nav-menu-side-bar {
	font-family: "Avenir LT W01_65 Medium1475532", "RobotoMono Regular";
}

.tab-nav-menu-content li a {
	font-size: 1.9rem;
}

.toggle-nav-menu .activeBurg{
	color: white;
	margin-top: 55px;
}

.toggle-nav-menu .activeBurg, .toggle-nav-menu .activeBurg::before, .toggle-nav-menu .activeBurg::after{
	background-color: white;
	top: -18px !important;
}

@media screen and (min-width: 1200px) {
	.tab-nav-menu-content li a {
		font-size: 1.9em;
	}
	.tab-nav-menu-side-bar {
		font-size: 1.2em;
	}
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
	.tab-nav-menu-content li a {
		font-size: 2em;
	}
}

@media screen and (min-width: 850px) {
	.tab-nav-menu-container {
		padding-left: 10%;
		padding-right: 10%;
	}
	.image-container {
		width: 60%;
		left: 10%;
	}
	.tab-nav-menu-side-bar {
		justify-content: space-between !important;
	}
}

@media and screen and (max-width: 600px){
	.tab-nav-menu-content li a {
		font-size: 4vw !important;
	}
	.tab-nav-menu-side-bar {
		font-size: 2vw !important;
	}
}

@media and screen and (min-width: 600px) and (max-width: 850px){
	.tab-nav-menu-content li a {
		font-size: 6vw !important;
	}
	.tab-nav-menu-side-bar {
		font-size: 3vw !important;
	}
}

@media screen and (max-width: 850px) {
	.tab-nav-menu-content {
		margin-left: 20%;
	}
	.image-container {
		width: 70%;
		left: 20%;
	}
	.tab-nav-menu-content li a {
	}
	.tab-nav-menu-side-bar {
		padding: 0;
		margin-top: 6vh;
		margin-left: 20%;
	}
	.tab-nav-menu-content-container {
		width: 100%;
	}
}

@media screen and (max-width: 1024px){
	.tab-nav-menu-footer {
		margin-top: 5%;
	}
}

.image-container {
	position: absolute;
	top: 4em;
}

.image-container img {
	max-width: 500px;
}

.tab-nav-menu-content {
	display: inline-block;
	padding: 0;
}

.tab-nav-menu-content li {
	padding: 0;
}

.tab-nav-menu a {
	color: #fff !important;
}

.tab-nav-menu-side-bar {
	height: 100%;
	display: flex;
	flex-flow: column;
}

.tab-nav-menu-side-bar .address{
	font-weight: 400;
	margin-bottom: 20px;
}

.tab-nav-menu-side-bar .contact{
	margin-bottom: 20px;
}

.tab-nav-menu-footer {
	margin-top: 10%;
	line-height: unset;
}

.tab-nav-menu-container p {
	margin: 0;
}
/* END NAVIGATION */

/* MOBILE HORIZONTAL SCROLL */
@media screen and (max-width: 600px) {
	.horizontal-scroll {
		display: block !important;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

		/* Hide scrollbar for Chrome, Safari and Opera */
	.horizontal-scroll::-webkit-scrollbar {
	 	display: none;
	}


	.horizontal-scroll {
		/* Hide scrollbar for IE and Edge */
	 	-ms-overflow-style: none;
		/* Hide scrollbar for Firefox*/
		scrollbar-width: none;
	}

	.horizontal-scroll > div {
		width: 80vw !important;
		white-space: unset;
		margin-bottom: 20px !important;
	}


	.horizontal-scroll > figure {
		width: 80vw !important;
		white-space: initial;
		margin-bottom: 20px !important;
	}

	.horizontal-dots {
		display: flex !important;
		justify-content: center;
	}

	.horizontal-dots .horizontal-dot {
		border: 50%;
		background-color: #ccc;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		margin-right: 5px;
		border-radius: 50%;
	}

	.horizontal-dots .horizontal-dot.active{
		background-color: #666;
	}
}

@media screen and (min-width: 601px) {
	.desktop-scroll {
		display: block !important;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	/* Hide scrollbar for Chrome, Safari and Opera */
	.desktop-scroll::-webkit-scrollbar {
		display: none;
	}

	.desktop-scroll {
		/* Hide scrollbar for IE and Edge */
		-ms-overflow-style: none;
		/* Hide scrollbar for Firefox*/
		scrollbar-width: none;
	}

	.desktop-scroll > div {
		margin-bottom: 20px !important;
	}

	.desktop-scroll > figure {
		margin-bottom: 20px !important;
	}

	.desktop-scroll figure .project-description {
		white-space: break-spaces;
	}

	.desktop-dots {
		display: flex !important;
		justify-content: center;
	}

	.desktop-dots .desktop-dot {
		border: 50%;
		background-color: #ccc;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		margin-right: 5px;
		border-radius: 50%;
	}

	.desktop-dots .desktop-dot.active{
		background-color: #666;
	}
}

.horizontal-dots, .desktop-dots {
	display: none;
}
/* END OF HORIZONTAL SCROLL*/

.lnrT {
  content: attr(data-website) "\0040" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

h1.header.slidecaption {
	margin-bottom: 5rem;
	margin-top: 5rem;
}


#contact .contact-content .contact p {
	font-size: 1.45rem;
}

.burg.activeBurg {
	background-color: transparent !important;
}

figure.linked {
	cursor: pointer;
}


#projects .project-container .project-content .project-caption:hover
{
	background-color:	rgba(255,255,255,0.2);
}

figure.member-content {
	width: 22em !important;
	height: 22em !important;
}

figcaption.member-caption {
	height: 22em !important;
}

figure.member-content .orange-bg.filler {
	position: absolute;
	height: 100%;
	width: 100%;
}

figure.member-content .member-image{
	position: absolute;
	width: 100%;
	height: 100%;
}

figure.member-content .member-image img{
	height: 100%;
	width: auto !important;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: auto;
}
/* WORK DETAIL */
#work-detail .head-image-container {
	position: relative; 
	margin-bottom:3rem;
}
#work-detail .portfolio-title-text.heading {
	margin-bottom: 0;
}
#work-detail .project-image {
	margin-top: 15px; 
	margin-bottom:15px;
}
#work-detail #works .heading {
	margin-bottom: 50px !important;
}
#work-detail .gallery-slider {
	margin-bottom: 5rem;
}
#work-detail .content_block_inner {
	position: relative;
}
#work-detail .slider-left-button {
	position: absolute;
	top: 50%;
	left: -40px;
	font-size: x-large;
	background: transparent;
	border: transparent;
	transform: translateY(-50%);
	z-index: 98;
}
#work-detail .slider-right-button {
	position: absolute;
	top: 50%;
	right: -40px;
	font-size: x-large;
	background: transparent;
	border: transparent;
	transform: translateY(-50%);
	z-index: 98;
}
@media screen and (max-width: 480px) {
	#work-detail .slider-container{
		display: none;
	}
	#work-detail .template-2.gallery-slider {
		display: none;
	}
	#work-detail .template-2.slider-left-button {
		display: none !important;
	}
	#work-detail .template-2.slider-right-button {
		display: none !important;
	}
	#work-detail .template-2.portfolio-entry-content {
		background-color: white;
	}
	#work-detail .mobile-hide {
		display: none;
	}
}
@media screen and (min-width: 480px) {
	#work-detail .gallery-mobile {
		display: none;
	}
	#work-detail .template-2.mobile-headline-image {
		display: none;
	}
	#work-detail .template-2.stacked-images {
		display: none;
	}
}
@media screen and (max-width: 850px) {
	#work-detail #works .portfolio {
		margin: 0
	}
	#work-detail .title {
		margin-top: 22px;
		margin-bottom: 15px;
	}
	#work-detail .slider-left-button {
		left: 0;
	}
	#work-detail .slider-right-button {
		right: 0;
	}
}
@media screen and (min-width: 850px) {
	#work-detail .title {
		margin: 0;
		font-size: 7rem;
		position: absolute; 
		left: -7.07rem;
		bottom: 10rem;
		background: rgba(255, 255, 255, 0.4);
		width: min-content;
		z-index: 1;
	}
}
template-2
/* END WORK DETAIL */

/* JOB DETAIL TEMPLATE */
.job-detail-header-content { 
	padding-top: 30px;
}
.job-detail-sub-header h4 {
  width: max-content;
  display: inline-block;
}

.job-detail-sub-header-description > p,
.job-detail-footer p {
  margin: 0;
}

.job-detail-details-title {
  font-size: 110%;
  color: #474747;
}

/* END JOB DETAIL TEMPLATE */
/* JOBS TEMPLATE */
.jobs-item:not(:first-child) {
  border-top: 1px solid black;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.jobs-item .row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.no-margin {
  margin: 0;
}

.jobs-floating-icon {
  color: #D25800;
  position: absolute;
  top: 5px;
  left: 10px;
}

.jobs-detail-sub-header a {
  font-size: 110%;
}

 .jobs-detail-sub-header p {
  margin-bottom: 10px;
 }
/* END JOBS TEMPLATE */


.jobs-link {
	cursor: pointer;
}


.break {
  flex-basis: 100%;
  height: 0;
}