@charset "utf-8";


.carousel-caption.joinOurTeam .buttonWrapper {
	bottom: 40px;
	width: 94%;
	position: absolute;
	right: 3%;
	left: 3%;
	color: #fff;
}

.joinOurTeam .button a {
	width: 40%;
	max-width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	font-size: 24px;
}


@media screen and (max-width:1600px){
.carousel-caption.joinOurTeam .buttonWrapper {
	bottom: 20px;
}

.joinOurTeam .button a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
}
}

@media screen and (max-width:1100px){
.carousel-caption.joinOurTeam .buttonWrapper {
	bottom: 10px;
}
.joinOurTeam .button a {
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
	font-size: 14px;
}
}

@media screen and (max-width:900px){
.carousel-caption.joinOurTeam .buttonWrapper {
	visibility: hidden;
}

}

@media screen and (max-width:767px){



}

@media screen and (max-width:580px){

}