/*page_reviews*/
.page_reviews { background: #f2f2f2; }
.page_reviews .bgw {
    background: #fff;
    padding: 39px 15px 36px;
}
.page_reviews .img {
	width: 96px;
	height: 96px;
	background: #ccc;
	background-position: center!important;
	border: 4px solid #fff;
	float: left;
    -moz-border-radius: 48px; 
    -webkit-border-radius: 48px;
    -khtml-border-radius: 48px;
    border-radius: 48px;
    behavior: url(border-radius.htc);
	position: absolute;
	top: 0px;
	left: -112px;
}
.page_reviews .reviews {
	margin-top: 24px;
	margin-left: 112px;  
    padding-bottom: 24px;
	position: relative;	
    border-bottom: 1px solid #f2f2f2;
}
.page_reviews .name {
	margin-bottom: 14px;
	font-family: "OpenSansBold", sans-serif; 
    font-size: 18px;
    color: #1a1a1a; 	
}
.page_reviews .url_reviews .name {
    display: table;
    border-bottom: 1px dotted #26b;
    color: #26b!important; 
}
.page_reviews .url_reviews:hover .name {
    display: table;
    color: #428bca!important;
    border-bottom: 1px dotted #428bca!important;    
}
.page_reviews .text {
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 14px;
    color: #1a1a1a; 
	line-height: 20px;
}
.page_reviews .date {
	font-family: "RobotoRegular", sans-serif; 
    font-size: 14px;
    color: #808080; 
	line-height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.page_reviews .left {
    padding-left: 24px;
}
.page_reviews .utp {
    background: #fff;
    padding: 0px 15px 32px;
}
.page_reviews .utp .title {
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 3px solid #2266bb;
    padding: 18px 15px 17px;
    color: #666;
}



/*320 - 767*/
@media (min-width: 320px) and (max-width: 767px) { 
    
    .page_reviews .main_title { text-align: center!important; }
    
}


/*320 - 479*/
@media (max-width: 479px) {
	
    .page_reviews .reviews .name { display: table; margin: 0px auto 14px; }
	.page_reviews .reviews {
		margin-top: 148px;
		margin-left: 0px;
	}
	.page_reviews .img {
		margin-left: 50%;
		top: -112px;
		left: -48px;
	}
	.page_reviews .main_title { margin-bottom: -12px; }
	   
}

/*320 - 480*/
@media (max-width: 480px) {	
	
}

/*480 - 767*/
@media (min-width: 480px) and (max-width: 767px) {	
    
}


/*480 - 767*/
@media (min-width: 480px) and (max-width: 767px) {	

}

/*768 - 991*/
@media (min-width: 768px) and (max-width: 991px) {  

}


/*992 - 1199*/
@media (min-width: 992px) and (max-width: 1199px) {	
	
}
	
	
/*1200*/
@media (min-width: 1200px) {

}