@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
}
.white {
	color: #fff;
}
.whiteBG {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
  	font-weight: 700;
}
h2 {
	font-size: 3.5em;
	color: #00b4f0;
	margin: 1em 0;
}
p {
	font-family: 'Titillium Web', sans-serif;
  	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 0 30px 0;
}
.textBox {
	background: #00b4f0;
	color: #fff;
	padding: 10em 0;
}
.textBox h2 {
	color: #fff;
	margin: 0 0 1em 0;
}
.textBox p {
	width: 60%;
}
header {
	position: fixed;
	z-index: 999;
	width: 100%;
	padding: 35px 0;
	transition: 0.25s ease-in-out;
}
#logo {
	position: absolute;
	width: 80px;
	
}
#logo img {
 width: 100%;
}


/* NAV */
.navbar {
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 300;
}
.blackNav a {
	color: #000;
}
.whiteNav a:link, .whiteNav a:visited, nav.whiteNav .title, .home .navbar.whiteNav.navbar-expand-lg .title {
	color: #fff;
}
.blackNav a:link, .blackNav a:visited, nav.blackNav .title, .navbar.whiteNav.navbar-expand-lg .title {
	color: #000;
}
.whiteNav a:hover, .blackNav a:hover {
	color: #fff;
	background-color: #00b4f0;
	transition: 0.25s ease-in-out;
	cursor: pointer;
}

.navbar-nav {
	position: absolute;
	right: 0;
	cursor: pointer;
}

/* title overlay */
.titleOverlay {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100vh;
}
h1.h1Overlay {
	position: absolute;
	font-family: 'Titillium Web', sans-serif;
	font-size: 7.5em;
	font-weight: 700;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#landingMap h1.h1Overlay {
	color: #00b4f0;
	padding-left: 15px;
	padding-right: 15px;
	left: 0;
	transform: translateY(-50%);
}
h2.h2Overlay {
	position: absolute;
	font-family: 'Titillium Web', sans-serif;
	font-size: 5em;
	font-weight: 700;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.activitiesBody {
	position: relative;
	background: #00b4f0;
	padding: 100px 0;
	min-height: 400px;
}
.activitiesDiv p, .activitiesBody p, .activitiesBody ul {
	color: #fff;
	width: 50%;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style-position: inside;
}
/* slider */
#landingBanner {
	position: relative;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
#landingBanner img {
	width: 100%;
}
.slider {
	width: 100%;
}

#landingMap {
	position: relative;
	padding: 100px 15px;
}

#keyMessage {
	position: relative;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#about {
	min-height: 100vh;
	background: url(../images/other-concrete.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#contact {
	padding: 120px 0 0 0;
	font-family: 'Titillium Web', sans-serif;
  	font-weight: 300;
}
#products {
	position: relative;
	min-height: 100vh;
	background: url(images/banner-products.jpg) no-repeat left top;
	background-size: cover;

}

#productsBulkBanner {
	position: relative;
	min-height: 100vh;
	background: url(images/banner-bulk.jpg) no-repeat center center;
	background-size: cover;

}
/* PROJECT */
#projects .col-lg-4, #plants .col-lg-3 {
	padding-right: 10px;
	padding-left: 10px;
}
#projects, #plants, #productBag, #productBulk {
	padding: 50px 0 0 0;
}
.nav-pills {
	justify-content: space-between;
}
.productBag li {
	width: 10%;
}
.productBag li img {
	max-width: 100%;
}
.productBulk li {
	width: 25%;
}
.productBulk li img {
	max-width: 100%;
}
.productsItem {
	border: 0;
	border-radius: 0;
}
.productsRow {
	margin: 40px -15px 0 -15px;
	padding: 50px 0;
	background: #e7e7e4;
}
.productsRow .container {
	
}
.productsRow h3 {
	color: #00b4f0;
	text-transform: uppercase;
	font-size: 32px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 5px #00b4f0 solid;
}
.productInfo {
	display: flex;
	align-items: center;
}
.productInfo img {
	max-width: 100%;
	margin-bottom: 20px;
}
#productBulk .nav-pills img {
	width: 250px;
	border-radius: 10px;
	margin-right: 20px;
}
#projects .projectContainer, #plants .projectContainer {
	margin: 0 0 4em 0;
}
#projects .projectItem, #plants .projectItem {
	width: 100%;
	box-sizing: border-box;
	margin: .6em 0;

}

#projects .projectItem img, #plants .projectItem img {
	width: 100%;
}

.projectTitle {
	position: absolute;
	color: #fff;
	top: 0;
	padding: .5em 1em;
	font-size: 1.5em;
	opacity: 0;
	transition: 0.25s ease-in-out;
}
.projectItem:hover .projectTitle {
	opacity: 1;
	transition: 0.25s ease-in-out;
}


/* GOTO NEXT */
.goto-tab {
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.9em;
			height: 3.5em;
			left: 10%;
			border-radius: 5px;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 200;
			padding-top: 1em;
			background-color: #00b4f0;
			bottom: 2em;
			font-weight:600;
			color: #fff;
	transition: 0.25s ease-in-out;
		}
		
		
		.goto-tab:hover {
			text-decoration: underline;
			
		}
.goto-next {
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.9em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 200;
			padding-top:6.5em;
			background-image: url("images/arrow.png");
			background-position: center;
			background-repeat: no-repeat;
			bottom: 2em;
			font-weight:600;
			color: #fff;
	transition: 0.25s ease-in-out;
		}
		
		
		.goto-next:hover {
			border: none;
			bottom: 0;
			/*color: #00b4f0;*/
			color: #fff;
			text-decoration: none;
			font-size: 0.9em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 200;
			padding-top:6.5em;
			background-image: url("images/arrow-blue.png");
			background-position: center;
			background-repeat: no-repeat;
			bottom: 2em;
			font-weight:600;
			
		}

/* MAP */
.description {
  max-width: 400px;
  margin: 0 auto;
  color: rgba(229, 229, 229, 0.7);
}


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  background: rgba(26, 26, 26, 0.85);
  border: 2.5px solid #7fcff7;
}
.distribution-map .map-point .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow: overlay;
}
.distribution-map .map-point:hover, .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 180px;
  height: 140px;
  color: #e5e5e5;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.distribution-map .map-point:hover .content, .distribution-map .map-point:focus .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}

/* FOOTER */
footer {
	background: #3c3c3c;
	padding: 50px 0;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}
footer h3 {
	color: #fff;
	margin: 0;
}

footer ol {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}
footer li {
	margin-bottom: 3px;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover{
	text-decoration: none;
	border-bottom: dotted 1px;
}
.footerLogo {
	width: 80px;
	margin-top: 30px;
	margin-right: 30px;
}
@media (max-width: 1850px) {
	h1.h1Overlay {
		font-size: 6em;
		top: 40%;
	}
	h2.h2Overlay {
		font-size: 4em;
		top: 40%;
	}
}
@media (max-width: 1400px) {
	h1.h1Overlay {
		font-size: 5em;
		top: 40%;
	}
	h2.h2Overlay {
		font-size: 4em;
		top: 40%;
	}
	.textBox p {
		width: 80%;
	}
	.activitiesDiv p, .activitiesBody p, .activitiesBody ul {
	color: #fff;
	width: 80%;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.8em;
}
}
@media (max-width: 991px) {
	#plants, #projects {
		padding: 0 15px;
	}
	footer li {
		margin-bottom: 3px;
		display: inline-block;
		margin-right: 10px;
	}
	#about {
		transform: translateY(50px);
	}
	header {
		background: #fff;
		position: fixed;
		z-index: 999;
		width: 100%;
		padding: 0;
		height: 80px;
		transition: 0.25s ease-in-out;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
	}
	#logo {
		position: absolute;
		width: 60px;
	}
	.navbar-brand {
		margin-top: -60px;
	}
	.navbar-nav {
		position: relative;
		left: 0;
		padding-top: 30px;
	}
	.whiteNav a:link, .whiteNav a:visited {
		color: #000;
	}
	.blackNav a:link, .blackNav a:visited {
		color: #000;
	}
	.whiteNav a:hover, .blackNav a:hover {
		color: #fff;
		background-color: #00b4f0;
		transition: 0.25s ease-in-out;
	}
	/*.navbar-toggler {
		position: absolute;
		width: 60px;
		height: 60px;
		right: 0;
	  color: rgba(0, 0, 0, 0.5);
	  background: #00b4f0;
	}*/
	.navbar-toggler {
		color: #00b4f0;
		background: #00b4f0;
		border-radius: 0;
		height: 80px;
		width: 80px;
	}
	.navbar-toggler:focus {
		border: none;
	}
	header .container {
		padding-right: 0;
		margin-right: 0;
		margin-left: 0;
		background: #fff;
		width: 100%;
		max-width: 991px;
	}
	.navbar {
		padding: 0 0 0 0;
	}
	#landing, #about, #products, #sustainability, #environment, #people, #communities, #activities, .activitiesDiv, #research, #development {
		min-height: 60vh;
		background-attachment: scroll;
	}

	h1.h1Overlay, #businessUnits h1 {
		font-size: 3em;
		top: 30%;
	}
	h2.h2Overlay {
	position: absolute;
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	h1.keyMessage {
		font-size: 2em;
		top: 30%;
		padding: 0.5em;
	}
	.contactImg {
		width: 100%;
	}
	.goto-next {
		display: none;
	}
	.textBox p {
		width: 90%;
	}
	.sustainItem p {
		width: 100%;
	}
	.sustainRight {
		width: 100%;
		position:relative; 
		right: 0;
	}
	.activitiesDiv {
		padding: 5em 0;
	}
	.activitiesDiv p {
		width: 100%;
		font-size: 1em;
		line-height: 1.5em;
		margin: 0;
	}
	.activitiesDesc {
    	position: relative;
		transform:none;
	}
	#concrete {
		background: url(images/other-concrete.jpg) no-repeat center bottom;
		background-size: cover;
	}
	#waste {
		background: url(images/other-waste-management.jpg) no-repeat center center;
		background-size: cover;
	}
	#maintenance {
		background: url(images/other-maintenance-services.jpg) no-repeat center center;
		background-size: cover;
	}
	
	h2 {
		font-size: 2.5em;
	}
	.activitiesDiv p, .activitiesBody p, .activitiesBody ul {
	color: #fff;
	width: 90%;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.8em;
}
	#landingBanner {
		padding-top: 80px;
	}
	#landingBanner .h1Overlay {
		padding-top: 200px;
	}
	h1.h1Overlay {
		font-size: 2.5em;
	}
	.distribution-map {
		margin-top: 100px;
	}
	#productsBulkBanner {
    position: relative;
    min-height: 60vh;
    background: url(images/banner-bulk.jpg) no-repeat left center;
    background-size: cover;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	nav .title {
        margin-left: 15px !important;
        font-size: 16px !important;
        color: #000 !important;
    }
    img.contactImg {
        padding-top: 0 !important;
    }
}
nav .title {
    margin-left: 100px;
    font-size: 36px;
}
img.contactImg {
    padding-top: 10px !important;
}