/*!
 * jQuery Cookiebar Plugin CSS
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Mark Searle, Carl Woodhouse.
 */
 #layout { 
 width:100%; height:auto; margin:0 auto;
 }
 .hover-grid .hover-grid-item {
	width: 170px;
	height: 140px;
	margin: 0 18px 18px 0;
	float: left;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	overflow:hidden;
	position:relative;
	cursor:default;
}

.hover-grid img {
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border:0;
	position:absolute;
	margin: 0;
	padding: 0;
}

.hover-grid-item .caption {
	background-color: rgba(0, 0, 0, 0.78);
    width: 170px;
    height: 140px;
    padding: 10px;
    position: absolute;
    left: 0;
    color: #000000;
    display: none;
    /* line-height: 1.1; */
}

.hover-grid-item .caption p {
	color: #fc5003 !important;
    font-size: 1.2em;
	font-weight: bold;
}
.hover-grid-item .caption h2 {
	color: #ffffff;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
	margin-right:5px;
}