/* ----------------------------------------------------------------
SISTER BUFFY PAGE
-----------------------------------------------------------------*/
#content .heading-block.principal{
	margin-bottom: 0px;
}
#content .heading-block.principal h3{
	color: #e74c3c;
	margin-bottom: 20px;
}
#content .heading-block.principal:after{
	border:none;
	margin-top:20px;
}
#content .signature h4{
		color: #000000;
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 0;
}
#content .signature span{
	color: #e74c3c;
	font-weight: 300;
	font-size: 1.2em;
}
#content .signature img{
	width:200px;
}
/* ----------------------------------------------------------------
\
-----------------------------------------------------------------*/


#content > div > div.section.counters{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97292e+0,ba3037+100 */
background: #97292e; /* Old browsers */
background: -moz-linear-gradient(top,  #97292e 0%, #ba3037 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #97292e 0%,#ba3037 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #97292e 0%,#ba3037 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97292e', endColorstr='#ba3037',GradientType=0 ); /* IE6-9 */

}

#content > div > div.section.counters h5, #content > div > div.section.counters h5:before{
	color: #ffffff;
}
#content > div > div.section.counters > div > div > div{
	color: #ffffff;
}
.counter.counter-lined + h5:before{
	border-top: 2px solid #ffffff;
}

.counters .i-plain{
	color: #ffffff;
}

#why_choose h3, #why_choose span{
		color: #ffffff;
}

#why_choose.heading-block.center:after{

		border-top: 2px solid #ffffff;
}



#posts > div{
	border-bottom: none;
}

/* ----------------------------------------------------------------
TOP HEADER ICONS
-----------------------------------------------------------------*/
.top-nav-icon a,
 {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.top-nav-icon a { z-index: 11; }

.top-nav-icon a i {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
