.home-extras
{
	background-image: url(../images/bg-lines.png);
	background-color: #343434;
	position: relative;
	top: 0;
	left: 0;
	z-index: 501;
}

.home-extras-container > span
{
	display: block;
	float: left;
	color: #F3001D;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Skia, Trebuchet MS, sans-serif;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}

.home-extra-img
{
	width: 100%;
	height: 140px;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	margin-top: 10px;
	overflow: hidden;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.home-extras-container > span:nth-child(3), .home-extras-container > span:nth-child(4) { text-align: left !important; }
.home-blogs .home-extras-arrows { margin-top: 80px !important; }

.home-blog
{
	float: left;
	text-align: center;
}

.home-blog .home-extra-title { width: 160px !important; }

.home-blog a
{
	font-size: 12px;
	font-weight: bold;
	color: #626262;
}

.home-blog:hover a, .single-thumb:hover a { color: #E80019; }

.home-extra-title
{
	font-size: 14px;
	color: white;
	width: 100%;
	margin-top: 4px;
}

.home-extra-title a { color: #626262; }
.home-extra-title a:hover { color: #E80019; }

.home-extras-arrows
{
	width: 14px !important;
	height: 18px;
	background-size: 24px auto;
	display: none;
	z-index: 101;
	background-image: url(../images/arrows.png);
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.home-extras-arrows:hover
{
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.home-button-left
{
	float: left;
	background-position: 0px 0px;
}

.home-button-left:hover
{
	float: left;
	background-position: 0px -17px;
}

.home-button-right
{
	float: right;
	background-position: 38px 0px;
}

.home-button-right:hover { background-position: 38px -52px; }

/********* VARATIONS ************/

@media all and (min-width: 0) and (max-width: 641px)
{
	.home-extras-container
	{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.home-extras-container > span
	{
		border-top: 2px rgba(243, 0, 29, 0.2) solid;
		height: 220px;
		width: 100%;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	
	.home-extras-container > span:first-child
	{
		border-top: 0;
	}
	
	.home-blog
	{
		padding: 10px 20px 10px 20px;
		width: 50%;
	}
}

@media all and (min-width: 642px) and (max-width: 1024px)
{
	.home-extras-container
	{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.home-extras-container > span:nth-child(1), .home-extras-container > span:nth-child(2)
	{
		padding: 10px 20px 10px 20px;
		width: 50%;
	}
	
	.home-extras-container > span:nth-child(3), .home-extras-container > span:nth-child(4)
	{
		border-top: 2px rgba(243, 0, 29, 0.2) solid;
		width: 100%;
		clear: both;
		padding-top: 20px;
	}
	
	.home-extras-container > span:nth-child(4) { padding-bottom: 40px; }
	
	.home-blog
	{
		padding: 10px 20px 10px 20px;
		width: 50%;
	}
}

@media all and (min-width: 1025px)
{
	.home-extras-container
	{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.home-extras-container > span
	{
		margin-bottom: 20px;
		padding: 10px 20px 10px 20px;
		height: 220px;
		width: 25%;
	}
	
	.home-extras-container > span:nth-child(2), .home-extras-container > span:nth-child(3) { border-right: 2px rgba(243, 0, 29, 0.2) solid; }
	
	.home-blog
	{
		margin-right: 4px;
		margin-left: 4px;
		width: 46%;
	}
}

.home-news > a
{
	margin-bottom: 10px;
	display: block;
}

.news-container a
{
	border-top: 1px rgba(243, 0, 29, 0.2) solid;
	padding: 8px 4px 8px 4px;
	display: block;
	color: white;
}

.news-container a:hover
{
	color: #FF0000;
}

.news-container h3
{
	margin-bottom: -10px;
	font-size: 16px;
	color: #FF0000;
}

.news-container p
{
	font-size: 12px;
	line-height: 14px;
	margin-top: 0;
}

.news-more
{
	display: block;
	padding: 2px;
	font-size: 10px;
	color: gray;
	margin-top: 4px;
}

.news-time
{
	margin-top: 10px;
	display: block;
}
