

/*The preloader page styling, which fades out when the website is fully loaded.*/
#cover {
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19428a+0,3d8ede+100 */
background: #19428a; /* Old browsers */
background: -moz-linear-gradient(top,  #19428a 0%, #3d8ede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19428a), color-stop(100%,#3d8ede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #19428a 0%,#3d8ede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #19428a 0%,#3d8ede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #19428a 0%,#3d8ede 100%); /* IE10+ */
background: linear-gradient(to bottom,  #19428a 0%,#3d8ede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19428a', endColorstr='#3d8ede',GradientType=0 ); /* IE6-9 */

  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  text-align: center;
}

#preloader {
  /*vertical centered*/
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
	.desktop-only {
		display: block;
	}
	.mobile-only {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.more-than-sm {
		display: block;
	}
	.less-than-sm {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.more-than-sm {
		display: none;
	}
	.less-than-sm {
		display: block;
	}
}

section.container-introduction-and-brands {
	padding-bottom: 50px;
	font-size: 15px;
	background-color: #ffffff;
	padding-top: 40px;
}
section.container-where-to-work {
	padding-top: 40px;
	padding-bottom: 1px;
	background-color: #f7f7f7;
	text-align: center;
}
section.container-where-to-work h1 {
	font-family: Optima;
	font-size: 36px;
	color: rgb(0, 48, 94);
	margin-bottom: 40px;
}
/* Gallery */
.elc-homepage-gallery-box p {
	font-size: 24px;
	font-family: "Optima";
	color: #ffffff;	
}
.elc-homepage-gallery-box-dark-layer {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}
.elc-homepage-gallery-box {
	margin: 10px;
	overflow: hidden;
}
.gallery-inner-box {
	padding-top: 107px;
	padding-bottom: 107px;
	width: 100%;
	height: 100%;
	line-height: 22pt;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.gallery-inner-box:hover {
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}
.gallery-inner-box-wrap {
	position: relative;

}
.elc-homepage-gallery-box-type-1 {
	width: 208px;
	height: 250px;
}
.elc-homepage-gallery-box-type-2 {
	width: 436px;
	height: 250px;
}
@media (max-width: 419px) {
	.elc-homepage-gallery-box-type-2 {
		width: 95%;
		height: auto;
	}
}
.elc-homepage-gallery .row:first-child {
	margin-bottom: 30px;
}
.elc-homepage-gallery a,
.elc-homepage-gallery a:hover,
.elc-homepage-gallery a:focus {
	text-decoration: none;
	outline: 0;
}
@media screen and (max-width: 767px) {
	.elc-homepage-gallery .gallery-box-wrapper {
		margin-bottom: 30px;
	}
	.elc-homepage-gallery .gallery-box-wrapper:last-child {
		margin-bottom: 0;
	}
}
.elc-homepage-gallery-box-type-1 {
	width: 208px;
	height: 250px;
}
.elc-homepage-gallery-box-type-2 {
	width: 436px;
	height: 250px;
}	
@media (max-width: 419px) {
	.elc-homepage-gallery-box-type-2 {
		width: 95%;
		height: auto;
	}
}
#gallery-box-1 {
	background: url(/images/gallery/gallery-1.jpg);
	background-position: center;
    background-size: cover;
}
#gallery-box-2 {
	background: url(/images/gallery/gallery-2.jpg);
	background-position: center;
    background-size: cover;
}
#gallery-box-3 {
	background: url(/images/gallery/gallery-3.jpg);
	background-position: center;
    background-size: cover;
}
#gallery-box-4 {
	background: url(/images/gallery/gallery-4.jpg);
	background-position: center;
    background-size: cover;
}
#gallery-box-5 {
	background: url(/images/gallery/gallery-5.jpg);
	background-position: center;
    background-size: cover;
}
#gallery-box-6 {
	background: url(/images/gallery/gallery-6.jpg);
	background-position: center;
    background-size: cover;
}
#gallery-box-7 {
	background: url(/images/gallery/gallery-7.jpg);
	background-position: center;
    background-size: cover;
}
#gallery-box-8 {
	background-color: #19428a;
    background-size: cover;
}
#gallery-box-8 p:nth-child(2) {
	font-size: 18px;
}
@media screen and (min-width: 992px) {
	.elc-homepage-gallery-box {
		float: left;
	}
	#gallery-box-8:after {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#gallery-box-8 {
	    padding-top: 98px;
    	padding-bottom: 101px;
	}
}
@media screen and (max-width: 991px) {
	.elc-homepage-gallery-box {
		padding-top: 107px;
		padding-bottom: 107px;
	}
	.elc-homepage-gallery .less-than-sm a {
		text-decoration: none;
		color: #ffffff;
	}
}
@media screen and (max-width: 767px) {
	.elc-homepage-gallery-box {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/images/vidplaceholders/default.jpg) #000 no-repeat;
    background-size: cover; 
}
.masthead-text-container {
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 20px;
}
@media screen and (max-width: 1024px) {
    .masthead {
         background: url(/images/vidplaceholders/default.jpg) #000 no-repeat center center;
         background-size: cover;
    }
    video#bgvid {
        display: none;
    }
    .video-control-container {
    	display: none;
    }
    .masthead-text-container {
    	background-color: rgba(0, 0, 0, 0.7);
    }
}
.masthead-text-container h1,
.masthead-text-container p {
	font-family: Optima;
}
.masthead-text-container h1 {
	margin-bottom: 20px;
	font-size: 48px;
	letter-spacing: -1px;
}
#heading-first-line {
	margin-bottom: 0px;
}
#heading-second-line {
	margin-top: 10px;
	display: block;
}
@media (max-width: 1024px) {
	#heading-second-line {
		margin-top: 0px;
		display: inline;
	}
}
.masthead-text-container p {
	font-size: 20px;
	line-height: 15pt;
}
.masthead-text-container p:nth-child(2) {
	margin-bottom: 0;
}
.masthead-text-container .masthead-links {
	margin-top: 40px;
}
.masthead-text-container .masthead-links a{
	text-decoration: none;
	color: #ffffff;
	padding: 10px 10px;
	border: 1px solid #ffffff;
	margin-right: 20px;
	font-size: 16px;
	display: inline-block;
}
@media (max-width: 767px) {
	.masthead-text-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.masthead-text-container h1 {
		font-size: 36px;
	}
	.masthead-text-container p {
		font-size: 18px;
	}
	.masthead-text-container .masthead-links a {
		margin-bottom: 20px;
	}
}
/*vertically centering the text*/
.text-over-video {
	padding-left: 15px;
    padding-right: 15px;
	position: relative;
  	top: 45%;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}
/*#vid-1,
#vid-2,
#vid-3,
#vid-4,
#vid-5,
#vid-6 {
	display: none;
}*/

.masthead-vid-thumbnails-container {
	background-color: rgba(0, 0, 0, 1);
	padding-top: 10px;
}
.masthead-vid-thumbnails-container .vidthumb {
	opacity: 0.5;
	outline: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.masthead-vid-thumbnails-container .vidthumb.hovered:not(.active) {
	opacity: 0.8;
}
.masthead-vid-thumbnails-container .vidthumb.vidthumb-landing {
	opacity: 1;
}
.masthead-vid-thumbnails-container .vidthumb.active {
	opacity: 1;
}

/*.masthead-vid-thumbnails-container:hover {
	visibility: visible !important;
}*/

/** Homepage banner slider - March 2017 */
#homepage-slider {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+44,0+61 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	position: absolute;
}
#homepage-slider .slider-container {
	width: 100vw;
}
#homepage-slider .bx-wrapper {
	padding: 0;
	border: 0;
	margin-bottom: 0;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#homepage-slider .bx-wrapper .bx-viewport {
	z-index: -1;
}
#homepage-slider .bxslider {
}

.homepage-slide {
	height: 600px;
}
.homepage-slider-item {
	width: 60%;
	height: 100%;
	float: right;
	background-color: #000000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slide-8 .homepage-slider-item {
	background-position: bottom;
}
#homepage-slider .bx-wrapper .bx-pager {
	bottom: 30px;
}
.homepage-slider-text-section {
	position: absolute;
	height: calc(100% - 45px);
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.homepage-slider-text-section .container {
	/** vertical centering */
	position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.homepage-slider-text-inner {
	width: 55%;
}
.homepage-slider-text-inner h1 {
	font-size: 54px;
	line-height: 1.2;
	margin-bottom: 45px;
	font-family: Optima, sans-serif;
	color: white;
}
.homepage-slider-text-inner .slide-button {
	font-size: 14px;
    font-family: sans-serif;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    display: inline-block;
    margin-bottom: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.homepage-slider-text-inner h1 {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	#homepage-slider {
		background: transparent;
	}
	.homepage-slider-text-inner h1 {
		font-size: 30px;
	}
	.homepage-slider-text-section {
		height: auto;
		background: black;
		padding: 15px 15px 30px;
		position: relative;
	}
	.homepage-slider-text-section .container {
		top: 0;
		-ms-transform: initial;
		-webkit-transform: initial;
		transform: initial;
	}
	.homepage-slider-text-inner {
		width: 100%;
		text-align: center;
	}
	.homepage-slider-text-inner h1 {
		font-size: 30px;
	}
	.homepage-slider-text-inner .slide-button {
		font-size: 14px;
	}
	.homepage-slider-item {
		width: 100%;
	}
	.homepage-slide {
		height: 300px;
	}
	#homepage-slider .bx-wrapper .bx-viewport {
	    z-index: 0; /** to make it touch device swipable */
	}
	.mobile-top-black-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+40 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	}
}

.ie9-fix {
	display: none;
}
.ie9 .ie9-fix {
	display: block;
}

.ie9-homepage-banner-fix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ie9-homepage-banner-fix .full-black {
	width: 40%;
	height: 100%;
	float: left;
	background: black;
}
.ie9-homepage-banner-fix .black-gradient {
	width: 60%;
	height: 100%;
	float: left;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
/*.ie9 #homepage-slider {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}*/
.elc-homepage-gallery-box p {
	font-size: 24px;
	font-family: "Optima";
	color: #ffffff;
	/*z-index: 10;
	position: absolute;*/
	
}
