body {
    -webkit-text-size-adjust: 100%;
    color: #3c3b3b;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    background-color: #262626;
}

sub, sup {
    position: relative;
    top: 0.3em;
    vertical-align: baseline;
    font-size: 70%;
    line-height: 0px;
}

sup {
    font-size: 50%;
    top: -0.8em;
}

img {
    outline: none;
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

a {
    display: inline-block;
    color: #17abc6;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus, button:active, button:focus {
    outline: none;
}

a:hover {
    color: #f6ad26;
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

button::-moz-focus-inner {
    border: 0;
}

#mobile-menu {
    display: none;
	position: absolute;
	top: calc(-100vh - 600px);
	left: 0;
	z-index: 9997;
	width: 100%;
    min-height: 100vh;
    background-color: #111111;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;
}

#mobile-wrapper {
    padding-top: 43px;
    padding-bottom: 32px;
    text-align: center;
}

#close-menu {
    text-align: center;
}

#close-menu a {
    display: inline-block;
    color: #f6ad26;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
}

#close-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

#mobile-navigation {
    color: #c7c8ca;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 57px;
    padding-right: 1px;
}

#mobile-navigation a {
    display: inline-block;
    color: #c7c8ca;
    text-decoration: none;
    margin-bottom: 20px;
}

#mobile-navigation a:hover {
    color: #ffffff;
    text-decoration: none;
}

#mobile-social {
    display: inline-block;
    padding-top: 50px;
}

#mobile-imdb {
    float: left;
    width: 51px;
    padding-top: 6px;
    padding-right: 24px;
}

#mobile-imdb img {
    width: 100%;
    height: auto;
}

#mobile-imdb a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#mobile-imdb a:hover img {
	-webkit-filter: grayscale(100%) brightness(150%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(150%);
}

#mobile-socials {
    float: left;
}

#mobile-socials a {
    color: #f6ad26;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
}

#mobile-socials a:hover {
    color: #ffffff;
    text-decoration: none;
}

#header {
    height: 150px;
    background-color: #111111;
}

#logo {
    float: left;
    width: 52px;
    padding-top: 36px;
    padding-left: 42px;
}

#logo img {
    width: 100%;
    height: auto;
}

#logo a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#logo a:hover img {
	-webkit-filter: grayscale(100%) brightness(150%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(150%);
}

#navigation {
    float: right;
    text-align: right;
    color: #c7c8ca;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding-top: 64px;
    padding-right: 72px;
}

#navigation a {
    display: inline-block;
    color: #c7c8ca;
    text-decoration: none;
    margin-left: 50px;
}

#navigation a:hover {
    color: #ffffff;
    text-decoration: none;
}

#open-menu {
    display: none;
    float: right;
    text-align: right;
    padding-top: 42px;
    padding-right: 30px;
}

#open-menu a {
    color: #f6ad26;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
}

#open-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer {
    height: 50px;
    line-height: 20px;
    text-align: center;
}

#footer-wrapper {
    display: inline-block;
}

#footer-copright {
    float: left;
    color: #f6ad26;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-right: 10px;
}

#footer-copright a {
    color: #f6ad26;
    text-decoration: none;
}

#footer-copright a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer-imdb {
    float: left;
    width: 35px;
    line-height: 0px;
    padding-top: 17px;
    padding-right: 11px;
}

#footer-imdb img {
    display: inline-block;
    width: 100%;
    height: auto;
}

#footer-imdb a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#footer-imdb a:hover img {
	-webkit-filter: grayscale(100%) brightness(150%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(150%);
}

#footer-socials {
    float: left;
    padding-top: 14px;
}

#footer-socials a {
    color: #f6ad26;
    font-size: 20px;
    text-decoration: none;
}

#footer-socials a:hover {
    color: #ffffff;
    text-decoration: none;
}

.common-pad {
    padding-left: 100px;
    padding-right: 100px;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

.content strong,
.content b {
    font-weight: 600;
}

.content em,
.content i {
    font-style: italic;
}

.content i.fab, .content i.fal, .content i.far, .content i.fas, .content i.fad {
    font-style: normal;
}

.content p, .content ul, .content ol {
    margin-bottom: 35px;
}

.content li {
    margin-bottom: 0px;
}

.content li li {
    margin-bottom: 0px;
}

.content li:last-of-type {
    margin-bottom: 0px;
}

.content ul li {
    position: relative;
    padding-left: 50px;
}

.content ul li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "\2022";
    color: #3c3b3b;
}

.content ol li {
    position: relative;
    padding-left: 50px;
    counter-increment: item;
}

.content ol li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: counter(item)".";
    color: #3c3b3b;
}

.content ol li ol li {
    counter-increment: subitem;
}

.content ol li ol li::before {
    content: counter(subitem, lower-roman)".";
    color: #3c3b3b;
}

#contact-header {
    background-image: url("../../img/backgrounds/contact.jpg");	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#contact-header {
		background-image: url("../../img/backgrounds/contact@2x.jpg");	
	}
}

.content-header {
    background-color: #111111;	
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 550px;
}

#header-title h1 {
    display: block;
    color: #ffffff;
    font-size: 70px;
    font-weight: 200;
    line-height: 70px;
    letter-spacing: 3px;
    margin-left: 1px;
    text-transform: uppercase;
    text-align: center;
}

#contact-sketch-1 {
    background-color: #ffffff;
    background-image: url("../../img/sketches/contact-1.gif");
	background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

#contact-sketch-2 {
    background-image: url("../../img/sketches/contact-2.png");
	background-repeat: no-repeat;
	background-position: left calc(50% - 450px) center;
    background-size: 900px auto;
}

#contact-content {
    
}

#contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 70px;
}

#contact-details {
    width: 300px;
    padding-top: 71px;
    padding-right: 50px;
}

#contact-details h2 {
    display: block;
    color: #3c3b3b;  
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.contact-item {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 36px;
}

.contact-item:last-of-type {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

.contact-item p {
    margin-bottom: 35px;
}

.contact-item:last-of-type p:last-of-type {
    margin-bottom: 0px !important;
}

#contact-map {
    width: calc(100% - 350px);
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 9px;
}

#contact-map iframe {
    width: 100% !important;  
    height: 100% !important;
}

#story-header {
    background-image: url("../../img/backgrounds/story.jpg");	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#story-header {
		background-image: url("../../img/backgrounds/story@2x.jpg");	
	}
}

#story-header #header-title {
    height: 550px;
}

#about-sketch-1 {
    background-color: #ffffff;
    background-image: url("../../img/sketches/about-1.gif");
	background-repeat: no-repeat;
	background-position: center bottom -70px;
    background-size: 100% auto;
}

#about-content {
    
}

#about-wrapper {
    padding-top: 71px;
    padding-bottom: 76px;
}

#about-title {
    text-align: center;
    padding-bottom: 86px;
}

.section-title {
    
}

.section-title h2 {
    display: block;
    color: #f6ad26;  
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

#about-details {
    
}

#services-content {
    background-color: #111111;
    background-image: url("../../img/backgrounds/services.jpg");	
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#services-content {
		background-image: url("../../img/backgrounds/services@2x.jpg");	
	}
}

#services-wrapper {
    
}

#services-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 630px;
}

#services-title {
    display: inline-block;
    width: calc(100% - 700px);
    box-sizing: border-box;
    padding-left: 100px;
}

#services-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 700px;
    color: #ffffff;
}

#services-lists h3 {
    display: block;
    color: #ffffff;  
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

#services-lists ul {
    margin-bottom: 0px;
}

#services-lists li {
    padding-left: 20px;
}

#services-lists li::before {
    color: #ffffff;
}

#services-lists li h4 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

#services-list1 {
    width: 300px;
}

#services-list2 {
    width: 400px;
}

#profiles-sketch-1 {
    background-color: #ffffff;
    background-image: url("../../img/sketches/profiles-1.gif");
	background-repeat: no-repeat;
	background-position: left calc(50% - 800px) center;
    background-size: auto 800px;
}

#profiles-sketch-2 {
    background-image: url("../../img/sketches/profiles-2.png");
	background-repeat: no-repeat;
    background-position: right calc(50% - 500px) center;
    background-size: auto 600px;
}

#profiles-content {
}

#profiles-wrapper {
    padding-top: 93px;
    padding-bottom: 50px;
	max-width: 800px;
	margin: 0 auto;
}

#profiles-title {
    text-align: center;
    padding-bottom: 87px;
}

#profiles-list {
    margin: 0px -25px;
    overflow: hidden;
}

#profiles-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profiles-item {
    width: calc(50% - 50px);
    margin: 0px 25px 50px 25px;
	align-content: center;
}

.profiles-item-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.profiles-item-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profiles-item-text {
    text-align: center;
    padding-top: 23px;
}

.profiles-item-text h3, .popup-profile-wrapper h3 {
    display: block;
    color: #3c3b3b;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 1px;
}

.popup-profile-wrapper h3 {
    color: #f6ad26 !important;
}

.profiles-item-text h4, .popup-profile-wrapper h4 {
    display: block;
    color: #3c3b3b;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.popup-profile-wrapper h4 {
    font-weight: 500 !important;
}

.profiles-item-text a {
    display: inline-block;
    height: 40px;
    background-color: #f6ad26;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    padding: 0px 18px;
    margin-top: 6px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.profiles-item-text a:hover {
    background-color: #3c3b3b;
    color: #ffffff;
    text-decoration: none;
}

.popup-profile {
    position: relative;
    display: none;
    width: 850px !important;
    max-width: 90% !important;
    height: 500px !important;
    max-height: 90vh !important;
    border-radius: 20px;
}

.popup-profile.fancybox-content {
    padding: 0px !important;
}

.popup-profile .fancybox-close-small {
    display: none !important;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
}

.popup-close a {
    color: #f6ad26;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
}

.popup-close a:hover {
    color: #3c3b3b;
    text-decoration: none;
}

.popup-profile-wrapper {
    padding: 70px 80px 50px 80px;
}

.popup-profile-bio {
    padding-top: 35px; 
}

#clients-content {
    background-color: #f7f7f7;
    border-top: 1px solid #c3c3c3;
}

#clients-wrapper {
    padding-top: 93px;
    padding-bottom: 100px;
}

#clients-title {
    text-align: center;
    padding-bottom: 98px;
}

#clients-title h2 {
    color: #6b6b6b;
}

#clients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clients-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    height: 200px;
    box-sizing: border-box;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.clients-item:nth-of-type(4n+4) {
    border-right: none;
}

.clients-item:nth-of-type(4n + 1):nth-last-of-type(-n + 4), .clients-item:nth-of-type(4n + 1):nth-last-of-type(-n + 4) ~ .clients-item {
    border-bottom: none;
}

.clients-item a img {
    opacity: 1.0;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.clients-item a:hover img {
    opacity: 0.6;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.clients-item img {
    width: 100%;
    height: auto;
}

.clients-item img.full {
    display: block;
}

.clients-item img.medium {
    display: none;
}

.clients-item img.small {
    display: none;
}

#home-intro-video {
    background-color: #000000;
    line-height: 0px;
}

#home-intro-video video {
    width: 100% !important;
    height: auto !important;
}

#project-media {
    position: relative;
    z-index: 100;
    background-color: #ffffff;
}

.media-item {
    position: relative;
    width: 100%;
    height: 560px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 

.media-video {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.media-video iframe {
    display: block !important;
}

#slick-left {
    left: 0px;
    z-index: 101;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#slick-right {
    right: 0px;
    z-index: 102;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slick-arrow {
    position: absolute;
    top: 248px;
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 46px;
    line-height: 46px;
}

.slick-arrow a {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.22);
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.slick-arrow a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.5;
}

#project-details {
    background-color: #ffffff;
}

#project-details-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 120px;
}

#project-logo {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#project-logo img {
    width: 100%;
    height: auto;
}

#project-logo img.full {
    display: block;
}

#project-logo img.medium {
    display: none;
}

.project-text {
    width: 33.33%;
    box-sizing: border-box;
    margin: 20px 0px;
    border-left: 1px solid #b7b7b7;
    padding: 12px 26px 12px 26px;
    color: #3c3b3b;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.project-noborder {
    border-left: none !important;    
}

.project-text h2 {
    color: #3c3b3b;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
}

#project-clients {
    
}

#project-services {
    
}

#project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #6e6e6e;
}

.project-item {
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.project-item:nth-of-type(3n+1) {
    width: calc(33.33% + 1px);
}

.project-item:nth-of-type(3n+3) {
    width: calc(33.33% - 1px);
    border-right: none;    
}

.project-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3), .project-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3) ~ .project-item {
    border-bottom: none;
}

.project-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.project-item a:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.project-item a h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 55;
    pointer-events: none;
    display: block;
    padding: 17px 25px 0px 25px;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase; 
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.project-item a:hover h3 {
    opacity: 0;
}

.project-item a img {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: auto;
    opacity: 0.4;
    -webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

.project-item a:hover img {
    opacity: 0;	
}

.project-item:nth-of-type(3n+2) a img, .project-item:nth-of-type(3n+3) a img {
    width: 100%;
    height: 100%;
}

#news-header {
    background-image: url("../../img/backgrounds/news.jpg");	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#news-header {
		background-image: url("../../img/backgrounds/news@2x.jpg");	
	}
}

#news-content {
    background-color: #ffffff;
}

#news-wrapper {
    padding-top: 45px;
    padding-bottom: 36px;
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
}

.news-item:last-of-type {
    border-bottom: none !important;
}

.news-details {
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding: 28px 100px 29px 0px;
    line-height: 30px;
    text-transform: uppercase;
}

.news-details h2 {
    display: block;
    color: #3c3b3b;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
    margin-bottom: 1px;
}

.news-details h2 a {
    color: #3c3b3b;
    text-decoration: none;
}

.news-details h2 a:hover {
    color: #f6ad26;
    text-decoration: none;
}

.news-details span {
    color: #cecece;
}

.news-button {
    width: 120px;
    box-sizing: border-box;
    padding-right: 10px;
}

.news-button a {
    display: inline-block;
    width: 110px;
    height: 40px;
    background-color: #f6ad26;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.news-button a:hover {
    background-color: #3c3b3b;
    color: #ffffff;
    text-decoration: none;
}

#jobs-header {
    background-image: url("../../img/backgrounds/jobs.jpg");	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#jobs-header {
		background-image: url("../../img/backgrounds/jobs@2x.jpg");	
	}
}

#jobs-sketch-1 {
    background-color: #ffffff;
    background-image: url("../../img/sketches/jobs-1.gif");
	background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

#jobs-sketch-2 {
    background-image: url("../../img/sketches/jobs-2.png");
	background-repeat: no-repeat;
	background-position: left bottom;
    background-size: auto 100%;
}

#jobs-sketch-3 {
    background-image: url("../../img/sketches/jobs-3.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: auto 100%;
}

#jobs-content {
    
}

#jobs-wrapper {
    padding-top: 73px;
    padding-bottom: 80px;
}

#jobs-intro {
    float: left;
    width: calc(100% - 600px);
}

#jobs-intro-header {
    
}

#jobs-intro-title {
    color: #3c3b3b;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    padding-top: 67px;
}

#jobs-intro-title strong {
    font-weight: 700;
}

#jobs-intro-text {
    padding-top: 2px;
}

#jobs-list {
    float: right;
    width: 500px;
}

#jobs-list-header {
    
}

#jobs-list-header h2 {
    color: #464646;    
}

#job-list-items {
    padding-top: 48px;
}

.job-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
}

.job-list-item-title {
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding: 19px 100px 20px 0px;
    text-transform: uppercase;
}

.job-list-item-button {
    width: 120px;
    box-sizing: border-box;
    padding-right: 10px;
}

.job-list-item-button a {
    display: inline-block;
    width: 110px;
    height: 40px;
    background-color: #f6ad26;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.job-list-item-button a:hover {
    background-color: #3c3b3b;
    color: #ffffff;
    text-decoration: none;
}

#job-content {
    background-color: #ffffff;
}

#job-wrapper {
    padding-top: 70px;
    padding-bottom: 35px;
}

#job-title {
    color: #3c3b3b;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

#job-share {
    color: #969696;
    font-weight: 500;
    text-transform: uppercase;
}

#job-share a {
    color: #f0a823;
    text-decoration: none;
    margin-left: 4px;
}

#job-share a:hover {
    color: #17abc6;
    text-decoration: none;
}

#job-points {
    padding-top: 41px;
}

#job-button {
    padding-top: 15px;
}

#job-button a {
    display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #f6ad26;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#job-button a:hover {
    background-color: #3c3b3b;
    color: #ffffff;
    text-decoration: none;
}

#job-details {
    padding-top: 50px;
}

#apply {
    background-color: #f7f7f7;
}

#apply-wrapper {
    padding-top: 73px;
    padding-bottom: 100px;
}

#apply-header {
    text-align: center;
    padding-bottom: 31px;    
}

#apply-form {
    max-width: 500px;
    margin: 0 auto;
}

body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container { 
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

#apply-form ul {
    margin-bottom: 0px;
}

#apply-form li {
    padding: 0px;
    margin: 0px;
    margin-top: 22px;
    line-height: 0px;
}

#apply-form ul li::before {
    content: "";
    content: none;
}

#apply-form li .gfield_label {
    line-height: 20px;
}

#apply-form li .gfield_description {
    font-size: 16px;
    line-height: 20px;
    padding-top: 2px;
}

#apply-form li span.gfield_required {
    margin-left: 6px;  
}

#apply-form li .ginput_container {
    padding-top: 8px;    
}

#apply-form li span#extensions_message_1_10 {
    display: none;
}

#apply-form li .gform_drop_instructions {
    color: #f6ad26;  
    font-size: 16px;
    line-height: 20px;  
}

#apply-form li .ginput_preview {
    font-size: 16px;
    line-height: 20px;
}

#apply-form input[type=email],
#apply-form input[type=text],
#apply-form input[type=url],
#apply-form textarea {
    width: 100%;
    height: 50px;
    color: #3c3b3b;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #e4e4e4;
    background-color: #e4e4e4;
    border-radius: 7px;
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0px 14px !important;
    margin-top: 0px !important;
}

#apply-form textarea {
    height: 100px;
    padding-top: 12px !important;
    resize: none;
}

#apply-form input[type=email]:focus,
#apply-form input[type=text]:focus,
#apply-form input[type=url]:focus,
#apply-form textarea:focus {
    border: 1px solid #e4e4e4;
}

#apply-form ::-webkit-input-placeholder {
    color: #3c3b3b;
    opacity: 0.5 !important; /* for chrome */
}

#apply-form :-moz-placeholder { /* Firefox 18- */
    color: #3c3b3b;
	opacity: 0.5 !important;
}

#apply-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #3c3b3b;
	opacity: 0.5 !important;
}

#apply-form :-ms-input-placeholder {
    color: #3c3b3b;
    opacity: 0.5 !important;
}

#apply-form select {
    display: block;
    width: 100% !important;
    max-width: 100%; 
    height: 50px;
    margin: 0px !important;
    padding: 0px 10px 0px 10px !important;
    margin-top: 0px !important;
    text-indent: 0px !important;
    color: #3c3b3b;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    border: none;
    border-radius: 7px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #e4e4e4;
    background-image: url('../../img/common/select-arrows.png');
    background-repeat: no-repeat, repeat;
    background-position: right 19px top 50%, 0 0;
    background-size: 7px 6px;
}

#apply-form select::-ms-expand {
    display: none;
}

#apply-form select:hover {
    border: none;
    border-color: transparent;
}

#apply-form select:focus {
    border: none;
    border-color: transparent;
    color: #3c3b3b; 
    outline: none;
}

#apply-form select::-moz-focus-inner {
    outline: none !important;
}

#apply-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3c3b3b;
}

#apply-form select option {
    font-weight: normal;
}

#apply-form .button.gform_button_select_files {
    display: inline-block;
    margin: 0px;
    margin-left: 6px;
    padding: 0px 12px;
    height: 40px;
    background-color: #f6ad26;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    border-radius: 7px;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#apply-form .button.gform_button_select_files:hover {
    background-color: #3c3b3b;
    color: #ffffff;
    text-decoration: none;
}

#apply-form .gform_footer {
    padding-top: 17px;    
}

#apply-form .button.gform_button {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 110px;
    height: 40px;
    background-color: #f6ad26;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#apply-form .button.gform_button:hover {
    background-color: #3c3b3b;
    color: #ffffff;
    text-decoration: none;
}

#apply-form div.validation_error {
    color: #ae0802;
    padding-top: 14px;
}

#apply-form li.gfield_error .gfield_consent_label {
    color: #ae0802;
}

#apply-form .validation_message {
    display: none !important;
}

#apply-form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#apply-form li.gfield_error textarea,
#apply-form li.gfield_error select {
    border: 1px solid #ae0802;
}

#apply-form li.gfield_error span.gfield_required {
    color: #ae0802;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0%{opacity: 1;}
    25%{opacity: 0.5;}
    50%{opacity: 0;}
    75%{opacity: 0.5;}
    100%{opacity: 1;}
}

#apply-form .gform_confirmation_wrapper {
    text-align: center;
}

#general-header {
    background-image: url("../../img/backgrounds/news.jpg");	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#general-header {
		background-image: url("../../img/backgrounds/news@2x.jpg");	
	}
}

#general-content {
    background-color: #ffffff;    
}

#general-wrapper {
    padding-top: 73px;
    padding-bottom: 80px;
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1349px) {

    /* ipad horizontal layout */

    body {
        font-size: 17px;
        line-height: 30px;
    }
    
    #logo {
        padding-left: 52px;
    }

    #navigation {
        padding-right: 51px;
    }

    .common-pad {
        padding-left: 52px;
        padding-right: 52px;
    }
    
    .content p, .content ul, .content ol {
        margin-bottom: 30px;
    }

    .content li {
        margin-bottom: 0px;
    }

    .content li li {
        margin-bottom: 0px;
    }

    .content li:last-of-type {
        margin-bottom: 0px;
    }

    .content ul li {
        padding-left: 40px;
    }
    
    .content ol li {
        padding-left: 40px;
    }

    #header-title {
        height: 400px;
    }

    #header-title h1 {
        font-size: 55px;
        line-height: 55px;
        letter-spacing: 2px;
        margin-left: 0px;
    }

    #contact-sketch-1 {
        background-position: right top;
        background-size: auto 100%;
    }

    #contact-sketch-2 {
        background-position: left calc(50% - 400px) center;
        background-size: 800px auto;
    }

    #contact-wrapper {
        padding-bottom: 70px;
    }

    #contact-details {
        width: 280px;
        line-height: 30px;
        padding-top: 62px;
        padding-right: 40px;
    }

    #contact-details h2 { 
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 1px;
    }

    .contact-item {
        margin-bottom: 32px;
    }

    .contact-item p {
        margin-bottom: 32px;
    }

    #contact-map {
        width: calc(100% - 320px);
        min-height: 300px;
        padding-top: 70px;
        padding-bottom: 9px;
    }

    #story-header #header-title {
        height: 400px;
    }

    #about-sketch-1 {
        background-position: center bottom -50px;
        background-size: 1350px auto;
    }

    #about-wrapper {
        padding-top: 62px;
        padding-bottom: 20px;
    }

    #about-title {
        padding-bottom: 70px;
    }

    .section-title h2 {
        font-size: 35px;
        font-weight: 35px;
    }

    #services-flex {
        height: 550px;
    }

    #services-title {
        width: calc(100% - 580px);
        padding-left: 40px;
    }

    #services-lists {
        width: 580px;
    }

    #services-lists h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 1px;
    }

    #services-lists ul {
        margin-bottom: 0px;
    }

    #services-lists li {
        padding-left: 16px;
    }

    #services-lists li h4 {
        font-size: 17px;
        line-height: 32px;
    }

    #services-list1 {
        width: 260px;
    }

    #services-list2 {
        width: 320px;
    }

    #profiles-sketch-1 {
        background-position: left calc(50% - 800px) center;
        background-size: auto 800px;
    }

    #profiles-sketch-2 {
        background-position: right calc(50% - 500px) center;
        background-size: auto 600px;
    }

    #profiles-wrapper {
        padding-top: 70px;
        padding-bottom: 35px;
    }

    #profiles-title {
        padding-bottom: 75px;
    }

    #profiles-list {
        margin: 0px -20px;
    }

    .profiles-item {
        width: calc(50% - 40px);
        margin: 0px 20px 40px 20px;
    }

    .profiles-item-img {
        max-width: 180px;
    }
    
    .profiles-item-text {
        padding-top: 15px;
    }

    .profiles-item-text h3, .popup-profile-wrapper h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .profiles-item-text h4, .popup-profile-wrapper h4 {
        font-size: 17px;
        line-height: 24px;
    }

    .profiles-item-text a {
        margin-top: 6px;
    }

    .popup-profile {
        border-radius: 20px;
    }

    .popup-close {
        top: 15px;
        right: 15px;
    }

    .popup-close a {
        font-size: 30px;
        line-height: 30px;
    }
    
    .popup-profile-wrapper {
        padding: 60px 70px 40px 70px;
    }

    .popup-profile-bio {
        padding-top: 30px; 
    }

    #clients-wrapper {
        padding-top: 70px;
        padding-bottom: 85px;
    }

    #clients-title {
        padding-bottom: 74px;
    }

    .clients-item {
        width: 25%;
        height: 180px;
    }

    .clients-item:nth-of-type(4n+4) {
        border-right: none;
    }

    .clients-item:nth-of-type(4n + 1):nth-last-of-type(-n + 4), .clients-item:nth-of-type(4n + 1):nth-last-of-type(-n + 4) ~ .clients-item {
        border-bottom: none;
    }

    .clients-item img.full {
        display: none;
    }

    .clients-item img.medium {
        display: block;
    }

    .clients-item img.small {
        display: none;
    }
    
    .media-item {
        height: 400px;
    } 

    .media-video {
        height: 400px;
    }

    .slick-arrow {
        top: 178px;
        width: 98px;
        font-size: 35px;
        line-height: 35px;
    }

    .slick-arrow a {
        padding: 5px;
    }

    #project-details-flex {
        min-height: 120px;
    }

    #project-logo {
        width: 33.33%;
        padding: 0px 32px;
    }

    .project-text {
        width: 33.33%;
        margin: 20px 0px;
        padding: 12px 26px 12px 26px;
        font-size: 18px;
        line-height: 26px;
    }

    .project-text h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .project-item {
        width: 33.33%;
    }

    .project-item:nth-of-type(3n+1) {
        width: calc(33.33% + 1px);
    }

    .project-item:nth-of-type(3n+3) {
        width: calc(33.33% - 1px);
        border-right: none;    
    }

    .project-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3), .project-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3) ~ .project-item {
        border-bottom: none;
    }

    .project-item a h3 {
        padding: 17px 25px 0px 25px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .project-item a img {
        width: 100%;
        height: auto;	
    }

    .project-item:nth-of-type(3n+2) a img, .project-item:nth-of-type(3n+3) a img {
        width: 100%;
        height: 100%;
    }
    
    #news-wrapper {
        padding-top: 38px;
        padding-bottom: 30px;
    }

    .news-details {
        width: calc(100% - 120px);
        padding: 24px 100px 25px 0px;
        line-height: 30px;
    }

    .news-details h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 1px;
    }

    .news-button {
        padding-right: 10px;
    }
    
    #jobs-sketch-1 {
        background-position: right top;
        background-size: auto 100%;
    }

    #jobs-sketch-2 {
        background-image: none;
    }

    #jobs-sketch-3 {
        background-position: left center;
        background-size: auto 100%;
    }

    #jobs-wrapper {
        padding-top: 70px;
        padding-bottom: 72px;
    }

    #jobs-intro {
        width: calc(100% - 480px);
    }

    #jobs-intro-title {
        font-size: 22px;
        line-height: 30px;
        padding-top: 55px;
    }

    #jobs-intro-text {
        padding-top: 2px;
    }

    #jobs-list {
        width: 420px;
    }

    #job-list-items {
        padding-top: 35px;
    }

    .job-list-item-title {
        width: calc(100% - 120px);
        padding: 19px 100px 20px 0px;
    }

    .job-list-item-button {
        width: 120px;
        padding-right: 10px;
    }
    
    #job-wrapper {
        padding-top: 62px;
        padding-bottom: 20px;
    }

    #job-title {
        font-size: 22px;
        line-height: 30px;
    }

    #job-points {
        padding-top: 34px;
    }

    #job-button {
        padding-top: 12px;
    }

    #job-details {
        padding-top: 40px;
    }

    #apply-wrapper {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    #apply-header {
        padding-bottom: 20px;    
    }

    #apply-form li {
        margin-top: 22px;
    }

    #apply-form li .gfield_label {
        line-height: 17px;
    }

    #apply-form li .gfield_description {
        font-size: 14px;
        line-height: 17px;
        padding-top: 2px;
    }

    #apply-form li span.gfield_required {
        margin-left: 6px;  
    }

    #apply-form li .ginput_container {
        padding-top: 8px;    
    }

    #apply-form li .gform_drop_instructions {
        font-size: 14px;
        line-height: 17px;  
    }

    #apply-form li .ginput_preview {
        font-size: 14px;
        line-height: 17px;
    }

    #apply-form input[type=email],
    #apply-form input[type=text],
    #apply-form input[type=url],
    #apply-form textarea {
        height: 40px;
        font-size: 17px;
    }

    #apply-form textarea {
        height: 100px;
    }

    #apply-form select {
        height: 40px;
        font-size: 17px;
    }
    
    #apply-form .button.gform_button_select_files {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    #apply-form .gform_footer {
        padding-top: 15px;    
    }

    #apply-form div.validation_error {
        padding-top: 16px;
    }

    #general-wrapper {
        padding-top: 70px;
        padding-bottom: 72px;
    }
    
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {
	
    #logo {
        padding-left: 50px;
    }

    #navigation {
        padding-right: 49px;
    }
    
    #navigation a {
        margin-left: 42px;
    }

    .common-pad {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .content ul li {
        padding-left: 35px;
    }
    
    .content ol li {
        padding-left: 35px;
    }

    #header-title {
        height: 320px;
    }

    #header-title h1 {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 2px;
        margin-left: 0px;
    }

    #contact-sketch-1 {
        background-position: right top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #contact-sketch-2 {
        background-image: none;
    }

    #contact-wrapper {
        display: block;
        padding-bottom: 60px;
    }

    #contact-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        line-height: 30px;
        padding-top: 62px;
        padding-right: 0px;
    }

    #contact-details h2 { 
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 1px;
    }

    .contact-item {
        width: 50%;
        text-align: center;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .contact-item p {
        margin-bottom: 30px;
    }

    .contact-item:last-of-type p:last-of-type {
        margin-bottom: 30px !important;
    }
    
    .contact-item:nth-of-type(1n+3) {
        border-top: 1px solid #b3b3b3;
        padding-top: 30px;
    }

    #contact-map {
        width: 100%;
        height: 400px;
        min-height: 0px;
        padding-top: 9px;
        padding-bottom: 0px;
    }
    
    #story-header #header-title {
        height: 320px;
    }

    #about-sketch-1 {
        background-position: center bottom -50px;
        background-size: 1350px auto;
    }

    #about-wrapper {
        padding-top: 62px;
        padding-bottom: 10px;
    }

    #about-title {
        padding-bottom: 70px;
    }

    .section-title h2 {
        font-size: 30px;
        font-weight: 30px;
    }

    #services-flex {
        height: 550px;
    }

    #services-title {
        width: 332px;
        padding-left: 72px;
    }

    #services-lists {
        display: block;
        width: calc(100% - 332px);
    }

    #services-lists h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 1px;
    }

    #services-lists ul {
        margin-bottom: 0px;
    }

    #services-lists li {
        padding-left: 16px;
    }

    #services-lists li h4 {
        font-size: 17px;
        line-height: 32px;
    }

    #services-list1 {
        width: 100%;
    }

    #services-list2 {
        width: 100%;
        padding-top: 29px;
    }

    #profiles-sketch-1 {
        background-position: left calc(50% - 600px) center;
        background-size: auto 600px;
    }

    #profiles-sketch-2 {
        background-position: right calc(50% - 300px) center;
        background-size: auto 500px;
    }

    #profiles-wrapper {
        padding-top: 70px;
        padding-bottom: 35px;
    }

    #profiles-title {
        padding-bottom: 65px;
    }

    #profiles-list {
        margin: 0px -17px;
    }

    .profiles-item {
        width: calc(50% - 34px);
        margin: 0px 17px 40px 17px;
    }

    .profiles-item-img {
        max-width: 140px;
    }
    
    .profiles-item-text {
        padding-top: 15px;
    }

    .profiles-item-text h3, .popup-profile-wrapper h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .profiles-item-text h4, .popup-profile-wrapper h4 {
        font-size: 17px;
        line-height: 24px;
    }

    .profiles-item-text a {
        margin-top: 6px;
    }

    .popup-profile {
        border-radius: 20px;
    }

    .popup-close {
        top: 15px;
        right: 15px;
    }

    .popup-close a {
        font-size: 24px;
        line-height: 24px;
    }
    
    .popup-profile-wrapper {
        padding: 50px 60px 30px 60px;
    }

    .popup-profile-bio {
        padding-top: 30px; 
    }

    #clients-wrapper {
        padding-top: 70px;
        padding-bottom: 45px;
    }

    #clients-title {
        padding-bottom: 74px;
    }

    .clients-item {
        width: 33.33%;
        height: 180px;
    }

    .clients-item:nth-of-type(4n+4) {
        border-right: 1px solid #d3d3d3;
    }

    .clients-item:nth-of-type(4n + 1):nth-last-of-type(-n + 4), .clients-item:nth-of-type(4n + 1):nth-last-of-type(-n + 4) ~ .clients-item {
        border-bottom: 1px solid #d3d3d3;
    }

    .clients-item:nth-of-type(3n+3) {
        border-right: none;
    }

    .clients-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3), .clients-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3) ~ .clients-item {
        border-bottom: none;
    }

    .clients-item img.full {
        display: none;
    }

    .clients-item img.medium {
        display: block;
    }

    .clients-item img.small {
        display: none;
    }
    
    .media-item {
        height: 400px;
    } 

    .media-video {
        height: 400px;
    }

    .slick-arrow {
        top: 182px;
        width: 86px;
        font-size: 30px;
        line-height: 30px;
    }

    .slick-arrow a {
        padding: 5px;
    }

    #project-details-flex {
        min-height: 140px;
    }

    #project-logo {
        width: 330px;
        padding: 0px 32px;
    }

    #project-logo img.full {
        display: none;
    }

    #project-logo img.medium {
        display: block;
    }

    .project-text {
        width: calc(50% - 165px);
        border-left: none;
        margin: 0px;
        padding: 32px 30px 32px 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .project-text h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .project-item {
        width: calc(50% - 1px);
        border-bottom: 2px solid #ffffff;
    }

    .project-item:nth-of-type(3n+1) {
        width: calc(50% - 1px);
    }

    .project-item:nth-of-type(3n+3) {
        width: calc(50% - 1px);  
    }
    
    .project-item:nth-of-type(2n+1) {
        border-right: 1px solid #ffffff;
    }
    
    .project-item:nth-of-type(2n+2) {
        border-left: 1px solid #ffffff;
    }

    .project-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3), .project-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3) ~ .project-item {
        border-bottom: 2px solid #ffffff;
    }

    .project-item:nth-of-type(2n + 1):nth-last-of-type(-n + 2), .project-item:nth-of-type(2n + 1):nth-last-of-type(-n + 2) ~ .project-item {
        border-bottom: none !important;
    }

    .project-item a h3 {
        padding: 17px 25px 0px 25px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .project-item a img {
        width: 100%;
        height: auto;	
    }

    .project-item:nth-of-type(3n+2) a img, .project-item:nth-of-type(3n+3) a img {
        width: 100%;
        height: auto;
    }

    .project-item:nth-of-type(2n+2) a img {
        width: 100%;
        height: 100%;
    }
    
    #news-wrapper {
        padding-top: 38px;
        padding-bottom: 30px;
    }

    .news-details {
        width: calc(100% - 120px);
        padding: 24px 100px 25px 0px;
        line-height: 30px;
    }

    .news-details h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 1px;
    }

    .news-button {
        padding-right: 10px;
    }
    
    #jobs-sketch-1 {
        background-image: none;
    }

    #jobs-sketch-2 {
        background-image: none;
    }

    #jobs-sketch-3 {
        background-position: center center;
        background-size: cover;
    }

    #jobs-wrapper {
        padding-top: 70px;
        padding-bottom: 72px;
    }

    #jobs-intro {
        float: none;
        width: 100%;
    }

    #jobs-intro-title {
        font-size: 22px;
        line-height: 30px;
        padding-top: 30px;
    }

    #jobs-intro-text {
        padding-top: 2px;
    }

    #jobs-list {
        float: none;
        width: 100%;
        padding-top: 20px;
    }

    #job-list-items {
        padding-top: 10px;
    }

    .job-list-item-title {
        width: calc(100% - 120px);
        padding: 19px 100px 20px 0px;
    }

    .job-list-item-button {
        width: 120px;
        padding-right: 10px;
    }
    
    #job-wrapper {
        padding-top: 62px;
        padding-bottom: 10px;
    }

    #general-wrapper {
        padding-top: 70px;
        padding-bottom: 72px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 849px) {
    
    /* in-between size for nav */
	
    #navigation a {
        margin-left: 30px;
    }
       
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {
	
	/* mobile layout */
    
    body {
        font-size: 16px;
        line-height: 24px;
    }
    
    #mobile-menu {
        display: block;
    }

    #header {
        height: 130px;
    }
    
    #logo {
        width: 44px;
        padding-top: 27px;
        padding-left: 25px;
    }

    #navigation {
        display: none;
    }
    
    #open-menu {
        display: block;    
    }
    
    #footer-wrapper {
        display: inline-block;
    }

    #footer-copright {
        float: none;
        padding-right: 0px;
    }

    #footer-imdb {
        display: none;
    }

    #footer-socials {
        display: none;
    }

    .common-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .content p, .content ul, .content ol {
        margin-bottom: 24px;
    }

    .content li {
        margin-bottom: 0px;
    }

    .content li li {
        margin-bottom: 0px;
    }

    .content li:last-of-type {
        margin-bottom: 0px;
    }
    
    .content ul li {
        padding-left: 30px;
    }
    
    .content ol li {
        padding-left: 30px;
    }

    #header-title {
        height: 240px;
    }

    #header-title h1 {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 2px;
    }
    
    #contact-sketch-1 {
        background-position: right top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #contact-wrapper {
        padding-bottom: 40px;
    }

    #contact-details {
        line-height: 24px;
        padding-top: 40px;
        padding-right: 0px;
    }

    #contact-details h2 { 
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .contact-item {
        width: 100%;
        text-align: center;
    }
    
    .contact-item:nth-of-type(1n+3) {
        margin-top: 0px;    
    }
    
    .contact-item:nth-of-type(1n+2) {
        margin-top: 0px;    
    }
    
    .contact-item:nth-of-type(1n+3) {
        border-top: none;
        padding-top: 0px;
    }
    
    .contact-item p {
        margin-bottom: 24px;
    }

    .contact-item:last-of-type p:last-of-type {
        margin-bottom: 24px !important;
    }

    #contact-map {
        width: 100%;
        height: 300px;
        min-height: 0px;
        padding-top: 11px;
        padding-bottom: 0px;
    }
    
    #story-header #header-title {
        height: 240px;
    }

    #about-sketch-1 {
        background-position: center bottom -50px;
        background-size: 1350px auto;
    }

    #about-wrapper {
        padding-top: 40px;
        padding-bottom: 8px;
    }

    #about-title {
        padding-bottom: 26px;
    }
    
    #services-flex {
        height: 470px;
    }

    .section-title h2 {
        font-size: 25px;
        font-weight: 25px;
    }

    #services-title {
        width: 250px;
        padding-left: 60px;
    }

    #services-lists {
        width: calc(100% - 250px);
    }

    #services-lists h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    #services-lists ul {
        margin-bottom: 0px;
    }

    #services-lists li {
        padding-left: 15px;
    }

    #services-lists li h4 {
        font-size: 16px;
        line-height: 24px;
    }

    #services-list2 {
        padding-top: 22px;
    }

    #profiles-sketch-1 {
        background-position: center bottom 50px;
        background-size: auto 400px;
    }

    #profiles-sketch-2 {
        background-position: right calc(50% - 100px) top 50px;
        background-size: auto 300px;
    }

    #profiles-wrapper {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    #profiles-title {
        padding-bottom: 29px;
    }

    #profiles-list {
        margin: 0px 0px;
    }

    .profiles-item {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .profiles-item-img {
        max-width: 120px;
    }
    
    .profiles-item-text {
        padding-top: 5px;
    }

    .profiles-item-text h3, .popup-profile-wrapper h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .profiles-item-text h4, .popup-profile-wrapper h4 {
        font-size: 17px;
        line-height: 24px;
    }

    .profiles-item-text a {
        margin-top: 6px;
    }

    .popup-profile {
        border-radius: 20px;
    }

    .popup-close {
        top: 10px;
        right: 10px;
    }

    .popup-close a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .popup-profile-wrapper {
        padding: 24px 30px 20px 30px;
    }

    .popup-profile-bio {
        padding-top: 24px; 
    }

    #clients-wrapper {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    #clients-title {
        padding-bottom: 32px;
    }

    .clients-item {
        width: 50%;
        height: 100px;
    }

    .clients-item:nth-of-type(3n+3) {
        border-right: 1px solid #d3d3d3;
    }

    .clients-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3), .clients-item:nth-of-type(3n + 1):nth-last-of-type(-n + 3) ~ .clients-item {
        border-bottom: 1px solid #d3d3d3;
    }

    .clients-item:nth-of-type(2n+2) {
        border-right: none;
    }

    .clients-item:nth-of-type(2n + 1):nth-last-of-type(-n + 2), .clients-item:nth-of-type(2n + 1):nth-last-of-type(-n + 2) ~ .clients-item {
        border-bottom: none;
    }

    .clients-item img.full {
        display: none;
    }

    .clients-item img.medium {
        display: none;
    }

    .clients-item img.small {
        display: block;
    }
    
    .media-item {
        height: 320px;
    } 

    .media-video {
        height: 320px;
    }

    .slick-arrow {
        top: 139px;
        width: 50px;
        font-size: 26px;
        line-height: 26px;
    }

    .slick-arrow a {
        padding: 4px;
    }

    #project-details-flex {
        min-height: none;
        padding-bottom: 28px;
    }

    #project-logo {
        width: calc(100% - 60px);
        margin: 0 auto;
        margin-bottom: 11px;
        padding: 30px 0px 30px 0px;
        border-bottom: 1px solid #b7b7b7;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .project-text {
        width: 100%;
        padding: 15px 30px 0px 30px;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

    .project-text h2 {
        font-size: 15px;
        line-height: 20px;
    }
    
    #news-wrapper {
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .news-details {
        width: calc(100% - 110px);
        padding: 20px 60px 21px 0px;
        line-height: 24px;
    }

    .news-details h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 1px;
    }

    .news-button {
        width: 110px;
        padding-right: 0px;
    }
    
    #jobs-wrapper {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    #jobs-intro-title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 28px;
    }

    #jobs-intro-text {
        padding-top: 2px;
    }

    #jobs-list {
        padding-top: 20px;
    }

    #job-list-items {
        padding-top: 10px;
    }

    .job-list-item-title {
        width: calc(100% - 110px);
        padding: 19px 40px 20px 0px;
    }

    .job-list-item-button {
        width: 110px;
        padding-right: 0px;
    }
    
    #job-wrapper {
        padding-top: 40px;
        padding-bottom: 8px;
    }

    #job-title {
        font-size: 18px;
        line-height: 26px;
    }

    #job-points {
        padding-top: 24px;
    }

    #job-button {
        padding-top: 10px;
    }

    #job-details {
        padding-top: 30px;
    }

    #apply-wrapper {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    #apply-header {
        padding-bottom: 0px;    
    }

    #apply-form li {
        margin-top: 22px;
    }

    #apply-form li .gfield_label {
        line-height: 16px;
    }

    #apply-form li .gfield_description {
        font-size: 12px;
        line-height: 14px;
        padding-top: 2px;
    }

    #apply-form li span.gfield_required {
        margin-left: 4px;  
    }

    #apply-form li .ginput_container {
        padding-top: 8px;    
    }

    #apply-form li .gform_drop_instructions {
        font-size: 12px;
        line-height: 14px;  
    }

    #apply-form li .ginput_preview {
        font-size: 12px;
        line-height: 14px;
    }

    #apply-form input[type=email],
    #apply-form input[type=text],
    #apply-form input[type=url],
    #apply-form textarea {
        height: 40px;
        font-size: 16px;
    }

    #apply-form textarea {
        height: 100px;
    }

    #apply-form select {
        height: 40px;
        font-size: 16px;
    }
    
    #apply-form .button.gform_button_select_files {
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }

    #apply-form .gform_footer {
        padding-top: 10px;    
    }

    #apply-form div.validation_error {
        padding-top: 18px;
    }
    
    #general-wrapper {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {
	
	/* in-between size */

    #services-title {
        width: 170px;
        padding-left: 10px;
    }

    #services-lists {
        width: calc(100% - 170px);
    }
    
    .media-item {
        height: 240px;
    } 

    .media-video {
        height: 240px;
    }

    .slick-arrow {
        top: 100px;
    }
    
    .project-text {
        text-align: left;
    }

    .project-item {
        width: 100%;
        border-top: 1px solid #ffffff;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .project-item:nth-of-type(3n+1) {
        width: 100%;
    }

    .project-item:nth-of-type(3n+3) {
        width: 100%;
    }

    .project-item:first-of-type {
        border-top: none !important;
    }

    .project-item a h3 {
        padding: 17px 20px 0px 20px;
    }

    .project-item a img {
        width: 100%;
        height: auto;	
    }

    .project-item:nth-of-type(2n+2) a img {
        width: 100%;
        height: auto;
    }
    
    #news-wrapper {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    
    .news-item {
        display: block;    
    }

    .news-details {
        width: 100%;
        padding: 20px 0px 7px 0px;
        line-height: 24px;
    }

    .news-button {
        width: 100%;
        padding-bottom: 25px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {
	
	/* mobile vertical layout */
	
	#services-flex {
        display: block;
        height: auto;
    }

    #services-title {
        width: 100%;
        padding-left: 0px;
        padding-top: 28px;
        text-align: center;
    }

    #services-lists {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 40px;
    }
    
}


@media all and (min-width: 768px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}
