@charset UTF-8;

@import url(http://fonts.googleapis.com/css?family=Capriola);

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	font-family: 'Capriola';
	src: url('../fonts/Capriola-Regular.svg#Capriola-Regular') format('svg');

	}
}

@media all and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'FontAwesome';
		src: url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg'), url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
}




/*Yelp Styling*/
.demof{
	/*border: 1px solid #ccc;*/
	margin: -2px 0 0 0;
	height: 150px;
}
.demof ul{
	padding: 0;
	list-style: none;
	margin-left: 15px;
}
.demof li{
	padding: 20px;
	border-bottom: 1px dashed #888181;
}
.demof li.odd{
	background: #fafafa;
}
.demof li:after {
	content: '';
	display: block;
	clear: both;
}
.demof img{
	float: left;
	width: 60px;
	margin: 5px 15px 0 0;
}
.demof  .yelp_name{
	float: left;
	font-size: 14px;
	width: 80px;
	margin-top: 10px;
	color: #185DE8;
}

.demof .yelp_location {
	float: left;
	font-size: 13px;
	width: 80px;
	padding-right: 5px;
	color: #010101;
}

.demof .yelp_rate{
	position: relative;
	font-size: 30px;
	padding: 5px;
	margin-top: 5px;
	background: url(../images/stars_map.png) 0 -225px;
	background-repeat: no-repeat;
	width: 126px;
	height: 20px;
	padding: 5px;
	margin-top:10px;
	padding-top:0px;
	color: transparent;
}
.demof .yelp_date{
	position: relative;
	font-size: 25px;
	padding: 5px;
	margin-left: -40px;
	margin-top: 0;
	width: 200px;
	height: 40px;
	
	
}

.demof a{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7B6F6F;
	text-decoration: none;
}
.demof a:hover{
	text-decoration: none;
	color: #D31627;
	
}
.demof p {
	position: relative;
	margin: 15px 0 0 0px;
	font-size: 18px;
	font-weight:100;
	color: #373333;
	padding: 5px;
}


.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}



.bottom_body_box .customer_title_s{
	position: relative;
	margin-top: -2px;
	margin-left: -20px;
	width: 950px;
	height:75px;
	background:url(../images/reviews_title_banner.png) no-repeat;
}
 
 .customer_bottom_title{
	 position: absolute;
	 left: 30px;
	 top: 20px;
	 height: 50px;
	 width: 650px;
	 font-size: 40px;
	 color: #F5EDED;
	 font-weight:100;
	 
 }


