#b4page{
	position: relative;
	width: 880px;
	background: #ff6d5f;
	color: white;
	margin: 25px auto 5px auto;
	padding: 20px 10px;
}

.fs14{
	text-align: center;
	font-size: 14px;
}

.l {
	text-align: left !important;
}

.r{
	text-align: right !important;
}

.fs16{
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: black;
}

.fs18{
	text-align: center;
	font-size: 18px;
}

.fs18l {
	font-size: 18px;
}

.underlineOnHover:hover{
	cursor: pointer;
	text-decoration: underline;
}

.hint {
	display: none;
	position: absolute;
	color: white;
	width: 130px;
	text-align: center;
	border-radius: 10px;
	background: orange;
	padding: 3px 0 5px 0;
	z-index: 50;
	font-size: 14px;
}

.hintTriangle{
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid orange;
	z-index: 50;
	left: 55px;
	top: -20px;
}

.b4pageTriangle{
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
}

#b4pageTriangle1{
	top: 0;
	left: -74px;
	border-width: 0 75px 50px 0;
	border-color: transparent #ff6d5f transparent transparent;
}
#b4pageTriangle2{
	bottom: 0;
	left: -74px;
	border-width: 50px 75px 0 0;
	border-color: transparent #ff6d5f transparent transparent;
}
#b4pageTriangle3{
	top: 0;
	right: -74px;
	border-width: 0 0 50px 75px;
	border-color: transparent transparent transparent #ff6d5f;
}
#b4pageTriangle4{
	bottom: 0;
	right: -74px;
	border-width: 50px 0 0 75px;
	border-color: transparent transparent transparent #ff6d5f;
}

.workerItems{
	overflow: hidden;
	padding-bottom: 10px;
}
.workerItem {
	width: 240px;
	margin: 21px 18px 19px 0;
	float: left;
	border: 1px solid #a2bfc9;
	padding: 20px 20px 0 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.workerItem a{
text-decoration:none;
}
.workerItem:hover{
	box-shadow: none;
}
.workerFace{
	display: block;
	border: 1px solid #a2bfc9;
	margin: 0 auto;
	max-width: 200px;
	height: 250px;
	cursor: pointer;
}
@media screen and (max-height: 600px){
.workerFace{width: 100px;
	height: 125px;}
.fs14{
	font-size:12px;
	}
}
.workerItemButtonContainer{
	width: 150px;
	margin: 0 auto;
}

.workerItemButton{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 10px;
	text-align: center;
	background: none no-repeat center;
	transition-duration: 0.3s;
	cursor: pointer;
}
.workerItemButton:hover{
	background-color: #01a2a6;
}

.workerItemButton1{
	background-image: url(images/pages/ourWorkers/mail.png);
}

.workerItemButton2{
	background-image: url(images/pages/ourWorkers/phone.png);
}

.workerItemButton3{
	background-image: url(images/pages/ourWorkers/contact.png);
}

.workerItemButton1:hover{
	background-image: url(images/pages/ourWorkers/mail_white.png);
}

.workerItemButton2:hover{
	background-image: url(images/pages/ourWorkers/phone_white.png);
}

.workerItemButton3:hover{
	background-image: url(images/pages/ourWorkers/contact_white.png);
}

#joinTeamSection{
	/* background: #d9d9d9; */
	margin-bottom: -20px;
}

#joinTeamContainer{
	padding: 30px 200px 60px 310px;
}

#joinTeamForm{
	position: relative;
}

#joinTeamForm input, #joinTeamForm button, #joinTeamForm textarea{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 1px solid #a8a8a8;
}

#joinTeamForm input:focus,  #joinTeamForm textarea:focus{
	outline: none;
	border: 1px solid #01a2a6;
}

#joinTeamForm input{
	display: block;
	margin: 15px 0;
	width: 210px;
	line-height: 28px;
	padding-left: 5px;
}

#joinTeamForm textarea{
	padding: 5px;
	width: 440px;
	height: 114px;
	position: absolute;
	right: 0;
	top: 0;
}

#joinTeamForm input[type='file']{
	opacity: 0;
    height: 34px;
    z-index: 70;
    width: 179px;
    margin-bottom: 0px;
    margin-top: -12px;
	cursor:pointer;
}

#joinTeamForm button {
	margin-top: 15px;
    color: white;
    background: url(images/pages/ourWorkers/fly.png) no-repeat 7px;
    padding: 10px 20px 10px 40px;
    background-color: #01a2a6;
    font-weight: 600;
	cursor: pointer;
}

#joinTeamForm button:hover {
	background-color: #018286;
}

#workerFaceFormContainer{
	overflow: hidden;
	box-shadow: inset 1px 2px 1px rgba(0,0,0,0.5);
	background: white;
	padding: 20px;
}