/* HOME STYLES */

main > .row {
  /*width: 960px !important;*/
  max-width: 960px !important;
}

body#home {
	background-color: #e1dedd;
	color: #333333;
	margin: 0;
}

#home-box {
	width: 450px;
	height: 450px;
	padding: 5px;
	background-color: #F2F2F2;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top:-225px;
	margin-left: -225px;
	text-align: center;
	border: 1px solid #999999;
}

#home-current {
	margin: 10px 0 20px 0;
}

#home-current a img {
	border: 1px solid #666666;
	}

#home-footer {
	color: #666666;
	font-size: 10px;
	margin: 0;
	}


.home-container {

}

.home-exhibition-info {
	margin-top: 20px;
}

.home-exhibition-promo {
	padding-top: 20px;
}



.home-container .current-exhibition-heading {
	/*text-transform: uppercase;*/
	color: #999;
}

.home-container .artist-name,
.home-container .title-big {
	font-size: 150%;
	font-weight: bold;
}




.home-exhibition-info a {
	text-decoration: none;
}

.home-gallery-info {
	margin-top: 60px;
}


.poster-image.full {
	margin-top: -20px;
}

 .poster-image.full img {
		width: 100%;
 }



/* END HOME STYLES */
