@charset "utf-8";
/* About CSS Document */

body {
	position:absolute;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	overflow-y:scroll;
	overflow-x:hidden;
}

.background {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-100;
}

.toprow {
	position:relative;
	width:100%;
	height:220px;
}

.logo {
	position:relative;
	margin-left:2%;
	width:40%;
	margin-top:18px;
	height:200px;
	box-shadow:inset -15px 0px 25px rgba(20,24,41,0.92), inset -245px 0px 150px rgba(20,24,41,0.92), inset -10px 0px 1px 4px rgba(20,24,41,0.92), 0 0 12px 2px rgba(0,0,0,1.00);
	border-radius:7px;
}

.clicklogo {
	position:relative;
	/*margin:12px 0px 0px 12.5%;
	padding:12px 0px 0px 12.5%;*/
	width:36%;
	background-color:rgba(255,255,255,0.00);
}

.click-bio {
	position:relative;
	width:42%;
	margin-left:2.5%;
	margin-top:12px;
	padding-top:10px;
	padding-bottom:12px;
	box-shadow: inset 8px 8px 15px rgba(0,0,0,0.12), 0 0 5px rgba(0,0,0,0.24);
	border-radius:3px;
	background:rgba(255,0,4,0.01);
}


.mapdiv {
	position:relative;
	float:left;
    width: 42%;
    /*height: 250px;*/
	margin-left:2%;
	margin-top:8px;
	border:6px solid #FFFFFF;
	border: inset 5px rgba(255,255,255,0.5); 
	border-color:#FFFFFF;
	background-color:rgba(31,34,29,0.82);
	box-shadow:inset 0px -20px 100px rgba(0,0,0,.6);
	overflow:hidden;
}

#map {
	position:absolute;
	left:0px;
	top:0px;
    width: 100%;
    height: 100%;
  }
  
  
.maplabel {
	position:absolute;
	top:12px;
	right:12px;
	padding:4px;
	padding-top:1.5px;
	font-size:26px;
	font-weight:bold;
	color:rgba(0,0,0,1.0);
	text-shadow: -4px 2px 1px rgba(255,255,255,1.00);
	box-shadow: -9px -9px 16px -3px rgba(0,0,0,.35), -3px -2px 2px 0px rgba(0,0,0,.9), -3px -2px 7px 1px rgba(0,0,0,.6);
	background-color:rgba(255,255,255,0.95);
	border-radius:4px;
	z-index:120;
	pointer-events:none;
}

.ediv {
	position:relative;
	float:left;
	margin-top:12px;
	margin-bottom:12px;
	width:100%;
	background-color:rgba(0,0,0,0.24);
}

.employee {
	position:relative;
	float:left;
	margin-left:12px;
	width:120px;
	height:120px;
	box-shadow: -4px 2px 3px rgba(0,0,0,1.00);
}

.ebio {
	position:relative;
	float:left;
	margin-left:24px;
	margin-top:12px;
}

.aboutscf_button {
	position:absolute;
	right:15px;
	top:72px;
	width:350px;
	border:dashed thin rgba(0,0,0,0.85);
}


/*-------------About Superior cement finishing-----------------------*/

.superior-div {
	position:absolute;
	right:0%;
	top:85px;
	width:50%;
	height:100%;
	padding-bottom:12px;
}

.bio {
	position:relative;
	width:80%;
	margin-left:10%;
	margin-top:12px;
	padding-top:10px;
	padding-bottom:10px;
	background:rgba(0,30,171,0.01);
	box-shadow: inset 8px 8px 15px rgba(0,0,0,0.12), 0 0 5px rgba(255,255,255,0.24);
	border-radius:3px;
}

.team {
	position:relative;
	float:left;
	margin-left:7%;
	margin-top:7px;
	width:85%;
	padding-bottom:24px;
	background-color:rgba(127,127,127,0.75);
	border:6px solid #FFFFFF;
	border: inset 5px rgba(255,255,255,0.5); 
	border-color:#FFFFFF;
}




.median {
	position:absolute;
	left:49.5%;
	top:52px;
	height:1200px;
	width:2px;
	border:dashed thin rgba(0,0,0,0.72);
	background:rgba(0,0,0,0.45);
}