/* css for static pages */
.articleBox h2 {
	font-family: roboto-bold;
	color: #000;
}
.articleBox h3 {
	margin-top: 0;
	font-size: 22px;
	line-height: normal;
}

.tagsBox {
	padding: 15px;
	padding-bottom: 0;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #bbb;
}
.tagsBox a {
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 5px;
	line-height: 34px;
	background-color: #ebebeb;
}
.tagsBox a.selected,
.tagsBox a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f7882c;
}

.testimonials-listBox {
	margin-bottom: 30px;
}
.testimonials-listBox li {
	padding: 40px 0;
	border-bottom: 1px solid #bbb;
}
.testimonials-listBox li .quote-icon {
	color: #777;
    font-size: 26px;
    line-height: 32px;
}
.testimonials-listBox li .author-name {
    font-style: italic;
    color: #e6790e;
    float: left;
}
.testimonials-listBox li .btn {
	float: right;
}

.says-widget {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

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

@media (max-width: 767px) {
	
	.testimonials-listBox li {
		padding: 20px 0;
	}
	.tagsBox a {
		margin-right: 3px;
	}
	.testimonials-listBox .textBox,
	.articleBox .textBox {
		text-align: left;
	}
	.testimonials-listBox li .btn {
		margin-top: 10px;
		float: none;
	}
	.articleBox h2 {
		font-size: 26px;
	}
	.articleBox h3 {
		font-size: 18px;
	}
	.tagsBox {
		margin-bottom: 0;
	}
	.says-widget {
		padding-top: 30px;
	}

}

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












