/*
@@@@@@@@@@@@@@@@@@@@@@
theme
@@@@@@@@@@@@@@@@@@@@@@

	about				theme components

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	/// html
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		html{}


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	/// body
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		body{background:#e5e5e5 url(assets/img/pattern1.png) no-repeat top center;  font-family: arial; line-height: 1.5; font-size:14px; color:#333333; }
		body .container{position:relative; }

		/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
		✚ 	media
		:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

			@media (min-width:0px) and (max-width:767px){

				body{background-color:#fff;}
				
			}
	
	
	.usp {
		background:	#f3a720;
	}
	.usp li {
		line-height:50px;
		padding:0 25px;	
		color:#fff;
		font-weight:500;
	}
	.usp li.title {
		text-transform:uppercase;
		font-weight:bold;	
	}
	








