
/*-------------------------------- 
	color style 
--------------------------------*/
	.primary-bg {
		background-color: #a2d3ce;
	}
	.secondary-bg {
		background-color: #522721;		
	}
    .primary-light-bg {
    	background-color: rgba(161, 211, 207, 0.2);
    }
    
    .white-light-bg {
	    background-color: rgba(255, 255, 255, 0.7);
    }
	.text-primary {
		color: #a2d3ce;
	}
	.text-secondary {	
		color: #522721;	
	}
    .text-white {
    	color: #fff;
    }
/*-------------------------------- 
	color style end 
--------------------------------*/


/*-------------------------------- 
	default style 
--------------------------------*/
	body {
		color: #3c3c3b;
	}
	a {
		color: #a2d3ce;
	}
	a:hover, a:focus {
		color: #a2d3ce;
	}
/*-------------------------------- 
	default style end 
--------------------------------*/


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


/*-------------------------------- 
	header style 
--------------------------------*/
	.page-header {
    
	}
	.page-header a.phonelink {
		color: #522721;
	}
/*-------------------------------- 
	header style end
--------------------------------*/


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

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


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


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


/*-------------------------------- 
	footer style 
--------------------------------*/
	.page-footer a {
		color: #3c3c3b;
	}
/*-------------------------------- 
	footer style end
--------------------------------*/

section a.phonelink {
	color: #522721;
}