
/*-------------------------------- 
	color style 
--------------------------------*/
	.primary-bg {
		background-color: #F62459;
	}
	.secondary-bg {
		background-color: #7ab63f;		
	}
	.text-primary {
		color: #F62459;
	}
	.text-secondary {	
		color: #7ab63f;	
	}
/*-------------------------------- 
	color style end 
--------------------------------*/


/*-------------------------------- 
	default style 
--------------------------------*/
	body {
		color: #333333;
	}
	a {
		color: #7ab63f;
	}
	a:hover, a:focus {
		color: #333333;
	}
/*-------------------------------- 
	default style end 
--------------------------------*/


/*-------------------------------- 
	back to top btn style 
--------------------------------*/
	#back-to-top a {
		background-color: #7ab63f;
	}
/*-------------------------------- 
	back to top btn style end
--------------------------------*/


/*-------------------------------- 
	header style 
--------------------------------*/
	.page-header {
		/*border-color: #F62459;*/
	}
	.page-header a.phonelink {
		color: #7ab63f;
	}
/*-------------------------------- 
	header style end
--------------------------------*/


/*-------------------------------- 
	banner style 
--------------------------------*/
	.slogan-text .text-price {
		color: #F62459;
	}
/*-------------------------------- 
	banner style end
--------------------------------*/

/*-------------------------------- 
	button style 
--------------------------------*/
	.btn {
		background-color: #7ab63f;	
	}	
/*-------------------------------- 
	button style end
--------------------------------*/


/*-------------------------------- 
	thumbnail style 
--------------------------------*/
	.video-thumb:before {
		background-color: #F62459;
	}
/*-------------------------------- 
	thumbnail style end
--------------------------------*/


/*-------------------------------- 
	accordian style 
--------------------------------*/
	.panel-default > .panel-heading {
		background-color: #F62459;
	}
/*-------------------------------- 
	accordian style end
--------------------------------*/


/*-------------------------------- 
	footer style 
--------------------------------*/
	/*.page-footer a {
		color: #7ab63f;
	}*/
/*-------------------------------- 
	footer style end
--------------------------------*/

section a.phonelink {
	color: #7ab63f;
}