/* Use this stylesheet if you don't know how to use SASS.
-------------------------------------------------------------*/
.cta .thumb-links:hover,
.dog-link:hover+.thumb-links {
	margin-top: 20px;
}
.sidebar .parent-title,
.children-list a {
	text-transform: lowercase;
}
.gticker-wrapper.has-js {
	margin: 5px 0px 5px 0px;
	padding: 0px 20px;
	width: 95%;
	height: 46px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #F2F2F2;
	font-size:12px;
	color: red;
	font-weight: bold;
	text-align:center;
}
.gticker {
	width: 80%;
	height: 24px;
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size:14px;
}
.gticker-content {
	margin: 0px;
	padding-top: 2px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.6em;
}
.gticker-content a {
	text-decoration: none;	
	color: #FF0000;
}
.linkcata li {
	list-style: disc;
	list-style-position: outside;
	line-height: 2;
}