/**
 *	Header Image CSS rules 
 **/

.tempo-header-partial .tempo-flex-container.tempo-header-text-wrapper{
	top: 0px;
}
.tempo-header-partial .tempo-flex-container.tempo-header-btns-wrapper{
	bottom: 0px;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn{
	padding: 12px 30px;
	border: none;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-1{
	color: #ffffff;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-1:hover{
	color: #ffffff;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-1{
	background-color: #337ab7;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-1:hover{
	background-color: #3c8fd7;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-2{
	color: #ffffff;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-2:hover{
	color: #ffffff;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-2{
	background-color: #5cb854;
}
header.tempo-header div.tempo-header-partial .tempo-header-btns-wrapper .tempo-btn.btn-2:hover{
	background-color: #64c85b;
}