.thumbnails li.span2:first-child{
	margin-left: 2.5641%;
}
#upload_file_box{
	text-align:center;
	width:100%;
}
#remark-upload {
	margin:0 auto;
	width:400px;
	text-align:left;
}
#upload_file_box,#insert_youtube_box{
	display:none;
}

.basecamp a {
  color: #000;
}

.form-horizontal .control-label {
float: left;
padding-top: 5px;
text-align: left;
}
.text-error {
color: #b94a48;
}
.ourproduct{
	background: url(../../images/bg_ourproduct.jpg) top center no-repeat;
	width: 980px;
	height: 640px;
	margin: 15px 0 0;
	position: relative;
}
.ourproduct .text{
  width: 475px;
  height: 305px;
  color: #ffffff;
  font-weight: normal;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
  padding: 0 86px 0 0;
  z-index: 10;
}
.ourproduct .text h5{
  font-size: 56px;
  margin: 95px 0 0;
}
.ourproduct .text h4{
  font-size: 84px;
  margin: 40px 0 0;
}
.ourproduct .candidate{
	width: 475px;
	height: 305px;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
  z-index: 9;
}
.btn-candidate {
  font-size: 32px;
  color: #ffffff;
  background-color: rgba(0,0,0,0.4);
  border: 0;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 475px;
  height: 305px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-candidate:hover,
.btn-candidate:focus,
.btn-candidate:active,
.btn-candidate.active {
  width: 960px;
  height: 620px;
  color: #ffffff !important;
  background-color: rgba(6,118,189,1);
  /*background-color: rgba(0,0,0,0.6);*/
}
.btn-candidate .fix{
  position: absolute;
  top: 125px;
  left: 170px;
}
.ourproduct .recruiter{
	width: 475px;
	height: 305px;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
  z-index: 8;
}
.btn-recruiter {
  font-size: 32px;
  color: #ffffff;
  background-color: rgba(0,0,0,0.4);
  border: 0;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 475px;
  height: 305px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-recruiter:hover,
.btn-recruiter:focus,
.btn-recruiter:active,
.btn-recruiter.active {
  width: 475px;
  height: 620px;
  color: #ffffff !important;
  background-color: rgba(194,29,38,1);
  /*background-color: rgba(0,0,0,0.6);*/
}
.btn-recruiter .fix{
  position: absolute;
  top: 125px;
  right: 170px;
}
.ourproduct .banner{
	width: 475px;
	height: 305px;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
  z-index: 7;
}
.btn-banner {
  font-size: 32px;
  color: #ffffff;
  background-color: rgba(0,0,0,0.4);
  border: 0;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 475px;
  height: 305px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-banner:hover,
.btn-banner:focus,
.btn-banner:active,
.btn-banner.active {
  width: 960px;
  height: 305px;
  color: #ffffff !important;
  background-color: rgba(255,153,0,1);
  /*background-color: rgba(0,0,0,0.6);*/
}
.btn-banner .fix{
  position: absolute;
  bottom: 130px;
  left: 180px;
}
.h40{
	height: 40px;
}