/* add your css rules here */

@import url(https://fonts.googleapis.com/css?family=Ropa+Sans:400,400italic);
			
#cms-component-content-panel-100042540 article
			{
				font-family:'Ropa Sans', sans-serif;
				font-size:28px;
				padding:20px;
				line-height: 32px;
			}
			
#backtotop {
	cursor : pointer;
	display : none;
	margin : 0px 0px 0px 22%;
	position : fixed;
	bottom : 10px;
	font-size : 90%;
	padding	: 10px;
	width : 100px;
	text-align : center;
	background-color : #cc0001;
	border-radius : 8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.6;
	color : #FFF;
	font-size : 14px;
	z-index	: 1000;
}
#backtotop:hover
{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity	: 0.9;
}
			

			
.cms-component-featured-product-large > .description > .marketing-description
			{
			padding-right:24px;
			}
			

#top-ten, #section-header
			{
			padding:20px;
			font-size:22px;
			text-align:center;
			background:#cc0001;
			color:white;
			margin-bottom:20px;
			}
			
			
section hr
			{
			 border: 0; 
			height: 1px; 
			background: #cc0001; 
			background-image: linear-gradient(to right, #cc0001, #f60, #f8cf0e, #f60, #cc0001);
			margin:20px;
			}
