
/* CSS accordionbox */

#job .row {
	margin-bottom:20px !important;
}

.entry{
	margin-bottom:60px !important;
}

a.btn_{
	cursor:pointer;
	color:#FFF;
}
a:hover.btn_ {
  color: #70c4d6;
  text-decoration: none;
}

a.btn_ .btn_plus{
	height:20px;
	width:20px;
	float:right;
	margin-right:10px;
	display:block;
	background-image:url(../../images/btn_p.png);
	background-size:20px 20px;
}
a:hover.btn_ .btn_plus{
	background-image:url(../../images/btn_p_on.png);
}


a.subOpened .btn_plus{
	display:none;
}
a.btn_ .btn_minus{
	height:20px;
	width:20px;
	float:right;
	margin-right:10px;
	display:none;
}

a.subOpened .btn_minus{
	height:20px;
	width:20px;
	float:right;
	margin-right:10px;
	display:block;
	background-image:url(../../images/btn_m.png);
	background-size:20px 20px;
}
a:hover.subOpened .btn_minus{
	background-image:url(../../images/btn_m_on.png);
}

@media only screen and (min-width: 1px) and (max-width: 768px) {

#job .row {
    margin-bottom:0px !important;
}
#job .row .half{
	margin-bottom:0px !important;		
}
.entry{
	margin-bottom:100px !important;
}

}