@charset "UTF-8";

.col-xs-1 {width: inherit !important}
.eyecatcher-container {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.eyecatcher a:link, .eyecatcher a:visited {
	background: none repeat scroll 0 0 #e20025;
	color: #fff;
	display: inline-block;
	padding: 0 20px 15px;
	margin: 0 25px 0 0;
	width: 105%;
}
.eyecatcher h2 {color: #fff; margin: 15px 0 0; line-height: inherit}

.chevron-white {
	/*background: url(https://s3.amazonaws.com/gtcarousel/eyecatcher/chevron-circles.png) no-repeat -1px -4px;*/
	background: url(https://nevada.pl/remax/chevron-circles.png) no-repeat -1px -4px;
	width: 41px;
	height: 41px;
	display: inline-block;
}
.chevron-white {background-position: -8px -61px; height: 27px; vertical-align: middle; width: 27px}

@media(max-width: 1024px) {
	.eyecatcher a:link, .eyecatcher a:visited {padding: 0 20px 10px}
	.eyecatcher h2 {margin: 10px 0 0; font-size: 16px}
}