
h1 { /* recruit registration box title */
	font-family:"MS Gothic", Verdana;
	font-size: 24px;
	font-weight: 300;
	line-height:40px;
	color: #4c4c4c;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

h2,
.h2 { /*box tempstaff_contractors title*/
  	font-size: 24px;
  	line-height: bold;
  	color:#F66;
  	text-align:center; 
}

/*box home imagem*/



h4,
.h4{ /*box tempstaff_contractors text */
	margin: 5px 5px 5px 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:100;
}

/*h5 per device em common.css*/

h6{
	float: left;
	width:98%;
	font-family: "MS Gothic", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0px 0px 0px 0;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
}

h7{
	float: right;
	width:98%;
	font-family:  "MS Gothic", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0px 0 0px 0;
	text-align:left;
    word-wrap: break-word;
}

h8,
.h8 {
	color: #666;
	font-family: "MS Gothic", Verdana, Geneva, sans-serif;
	font-size: 34px;
	line-height:1.5;
}

.bg8 {
  background: rgba(255, 255, 255, 0.8);
}

.bg8 a.hover {
  color: #222533;
  text-decoration: none;
  background-color: transparent;
}
/*end box home imagem*/

h9{
	float: right;
	width:98%;
	font-family:  "MS Gothic", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0px 0 0px 0;
	text-align:left;
    word-wrap: break-word;
	line-height:1.5;
}

/***********************************************************************/

.thumbnail {
  position: relative;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail .caption {
  padding: 10px 10px 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.capt_hover1 {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.capt_hover1:hover { /* opacidade background azul */
  background: rgba(33, 194, 248, 0.8);
}
.capt_hover1:hover * { /*cor fonte mouse over */
  color: #ffffff;
}

.thumb-shadow:hover { /*sombra imagem*/
  box-shadow: 9px 13px 26px -8px #222533;
}

