/* CSS Document */

.wellCats{
	background-color:#790002;
	padding:10px;
	margin-bottom:30px;
}
.wellCats legend{
	font-size:24px;
	color:#FFF;
	font-weight: 900;
	border-bottom:1px solid #FF373D !important;
	margin-bottom:10px !important;
}
.wellCats a{
	display:block;
	padding:10px 15px;
	font-size:15px;
	color:#FFF;
	font-weight: 700;
	text-transform:uppercase;
	border-bottom:1px solid #FF373D;
}
.wellCats a:hover,
.wellCats a:focus{
	background-color:#FF373D;
	color:#FFF;
}
.wellCats a:last-child{
	border-bottom:none;
}
.blogItem, .blogItem h4{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.blogItem{
	display:block;
	border: 1px solid #DDD;
	padding:10px;
	margin-bottom:30px;
}
.blogItem:hover,
.blogItem:focus{
	background-color:#790002;
	border: 1px solid #790002;
}
.blogItem .image{
	height:250px;
	margin-bottom:10px;
	background:url(../images/spinner.gif) no-repeat center;
	background-size:contain;
}
.blogItem .image img{
	visibility:hidden;
}
.blogItem h4{
	display:table;
	height:80px;
	width: 100%;
	font-family: industry, sans-serif !important;
	font-size:22px;
	color:#1F1F1F;
	text-transform: uppercase;
	font-weight: inherit !important;
	line-height: .9;
	text-align: center;
}
.blogItem:hover h4,
.blogItem:focus h4{
	color:#FFF;
}
.blogItem h4 > div{
	display:table-cell;
	vertical-align:middle;
}
#intRotator{
	margin-bottom:30px;
}
#blogSide .wellSide{
	background-color:#1F1F1F;
	padding:12px;
	margin-bottom:30px;
	color:#FFF;
}
#blogSide .buttons .image{
	display:block;
	margin-bottom:10px;
}
#blogSide .buttons .image:last-child{
	margin-bottom:0;
}
#blogSide .buttons img{
	cursor:pointer;
	width:100%;
	transition:all .3s ease;
}
#blogSide .buttons img:hover,
#blogSide .buttons img:focus{
	opacity:.8;
}
#blogSide .buttons{
	margin-bottom:30px;
}
#blogSide .title{
	font-size:18px;
	text-transform:uppercase;
	font-weight: 700;
	margin-bottom:5px;
}
#blogSide .social{
	margin-top:20px;
}
#blogSide .tags .badge{
	padding:7px 10px !important;
	margin-bottom:3px;
	background-color:#790002;
	font-weight:inherit;
	font-size:13px;
	font-weight: 700;
}
#blogSide .tags .badge:hover,
#blogSide .tags .badge:focus{
	background-color:#C10005;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {


}

/* Tablet (portrait) */
@media(min-width:768px){
	.wellCats{
		padding:8px;
	}
	.wellCats legend{
		margin-bottom:7px !important;
	}
	.wellCats a{
		font-size:14px;
	}
	.blogItem .image{
		height:190px;
	}
	.blogItem h4{
		height:70px;
		font-size:14px;
	}
	#blogSide .title{
		font-size:16px;
	}
}

/* Tablet (landscape) */
@media(min-width:992px){

}

/* Desktop */
@media(min-width:1200px){
	.wellCats{
		padding:12px;
	}
	.wellCats legend{
		font-size:26px;
		margin-bottom:10px !important;
	}
	.wellCats a{
		padding:12px;
		font-size:16px;
	}
	.blogItem{
		padding:12px;
	}
	.blogItem .image{
		height:210px;
		margin-bottom:12px;
	}
	.blogItem h4{
		height:84px;
		font-size:18px;
	}
	#blogSide .wellSide{
		padding:15px;
	}
	#blogSide .title{
		font-size:18px;
	}
}