/* careers */
.pub-careers-title{
	background: url(../img/careers/bg.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	min-height: 500px;
}

.thumbnail{
	border: none;
}

.careers-box h3{
	color: #fff;
	height: 48px;
	line-height: 48px;
    background: url(../img/careers/block.png) center left no-repeat;
    position: absolute;
    width: 100%;
    top: -48px;
    left: 0;
    padding-left: 10px;
}

.thumbnail .caption{
    position: relative;
    background: #f6f6f6;
}

.caption p{
    color: #707070;
    font-size: 14px;
	text-align: justify;
	letter-spacing: 1px;
}

.careers-box .round{
    width: 200px;
    height: 200px;
    border: 2px solid #05cbb8;
    margin: 0 auto;
    border-radius: 50%;
}

.contact-wrap .walfare{
    margin-top: 80px;
}

.walfare p{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}

.join-btn{
    width: 300px;
    height: 60px;
    line-height: 44px;
    font-size: 30px;
    display: block;
    background-color: #05cbb8;
    /* background-color: white; */
    border-color: #05cbb8;
    margin: 100px auto;
}

.join-btn:hover{
    background-color:#02a091;
    border-color: none;
}

.round img{
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 25%;
}

.careers-box .button{
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.modal-dialog{
    margin-top: 10%;
}