#company {}

#company-presentation p {
	line-height: 2em;
	color: #666666;
}

#company-presentation p strong {
	color: #000;
}

#company-presentation .values p {
	letter-spacing: 0.1em;
}

#politics h1, #gallery h1 {
	color: #996633 !important;
	font-weight: 700;
	font-size: 2.5em;
	text-transform: uppercase;
}

#politics h2, #gallery h2 {
	color: #000 !important;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
}

#politics p {
	color: #666666 !important;
	font-size: 	0.875em;
	font-weight: 300;
	line-height: 2em;
}

#politics ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

#politics ol li {
	color: #996633 !important;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 2em;
}

#blocks {}

#blocks .block {
	width: 100%;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #996633;
	margin-bottom: 30px;
}

/* EXPERIENCE BLOCK */

#blocks .block.experience {
	text-align: center;
	border: 15px solid #996633;
	background-color: #fff;
}

#blocks .block.experience h1 {
	color: #996633;
	font-size: 5.5em;
	font-weight: 700;
	text-transform: uppercase;
}

#blocks .block.experience h2 {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}

/* EXPORT BLOCKS */

#blocks .block.export {
	text-align: center;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

#blocks .block.export h1 {
	color: #996633;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

#blocks .block.export h1:nth-child(2) {
	color: #996633;
	font-size: 4.8em;
	font-weight: 700;
	text-transform: uppercase;
}

#blocks .block.export h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}
/* INOVATION BLOCKS */

#blocks .block.inovation {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#blocks .block.inovation h1 {
	color: #FFF;
	font-size: 3.5em;
	font-weight: 700;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
}

#blocks .block.inovation h2 {
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	text-transform: uppercase;
}

/* STORAGE BLOCKS */

#blocks .block.storage {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#blocks .block.storage h1 {
	color: #B86A2E;
	font-size: 4em;
	font-weight: 700;
	text-transform: uppercase;
}

#blocks .block.storage h2 {
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
}

/* PRODUCTION BLOCKS */

#blocks .block.production {
	text-align: center;
	background-color: #AE6630;
}

#blocks .block.production h1 {
	color: #fff;
	font-size: 4em;
	font-weight: 700;
	text-transform: uppercase;
}

#blocks .block.production h2 {
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
}

#blocks .block.group {
	text-align: center;
	background-color: #fff;
}

#gallery .gallery-slider .slick-slide {
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#gallery .gallery-slider .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

#gallery .gallery-slider .slick-prev {
	left: -90px;
	border: 1px solid #996633;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

#gallery .gallery-slider .slick-prev:before {
	content: url('../images/left.svg');
	color: #996633;
	width: 16px;
	opacity: 1;
	position: absolute;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

#gallery .gallery-slider .slick-next {
	right: -90px;
	border: 1px solid #996633;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

#gallery .gallery-slider .slick-next:before {
	content: url('../images/right.svg');
	color: #996633;
	width: 16px;
	opacity: 1;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.filltest{
	color: #996633;
}
.filltest:hover{
	fill: white;
}


#gallery .gallery-slider .slick-prev:hover, #gallery .gallery-slider .slick-prev:focus, #gallery .gallery-slider .slick-next:hover, #gallery .gallery-slider .slick-next:focus {
	background-color: #996633;
}

#gallery .gallery-slider .slick-prev:hover:before, #gallery .gallery-slider .slick-prev:focus:before {
	color: #fff;
	content: url('../images/leftw.svg');
}
#gallery .gallery-slider .slick-next:hover:before, #gallery .gallery-slider .slick-next:focus:before {
	color: #fff;
	content: url('../images/rightw.svg');
}

#gallery .slide-bg {
	margin-left: 30px;
	margin-right: 30px;
	height: 400px;
	background-size: cover;
	background-position: center;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	filter: grayscale(100%);
	width: 100%;
	position: relative;
}

#gallery .slide-bg .description {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -60px;
	opacity: 0;
	transition: all ease-in-out 1500ms;
	-webkit-transition: all ease-in-out 1500ms;
}



#gallery .slick-active .slide-bg .description {
	opacity: 1;
}

#gallery .slick-active .slide-bg {
	height: 540px;
	filter: grayscale(0%);
}

#videos {
	background-color: #dbdbdb;
}

#videos .title h1 {
	color: #996633 !important;
	font-weight: 700;
	font-size: 2.5em;
	text-transform: uppercase;
}

#videos .video-title {
	font-weight: 700;
	color: #666666;
	text-transform: uppercase;
	padding: 0px 10px;
	border-left: 5px solid #996633;
}

#videos .video-slider {
	margin-left: 30px;
}

#videos .action ul {
	margin: 0;
	padding: 0;
}

#videos .action ul li {
	display: inline-block;
	margin-right: 25px;
}

#videos .action .arrow {
	color: #996633;
	cursor: pointer;
}
#overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
	#company .modal{
		top: 30%;
	}
	#company .modal .video{
		padding: 30px 0;
	}
}
