@charset "utf-8";


.content {
	width: 964px;
	float: left;
	z-index: 5;
	margin-left: -1px;
	overflow: visible;
	margin-bottom: 50px;
}


#container {
	/* either of these will work for horizontal Isotope layouts */
	width:964px;
}

/**** Photo demo ****/

.photos .photo {
	float: left;
	margin: 1px;
	overflow: hidden;
	position: relative;
}
.photo span{
	display: block;
	background-color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
}
.photo span h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #585858;
	text-decoration: none;
	font-weight: bold;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.photo span h1 t {
	color: #cc262b;
}
.photo span text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #868686;
	text-decoration: none;
	margin-left: 10px;
	width: 90%;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.photo span text i {
	color: #cc262b;
}

.photo .readmore {
	height: 40px;
	width: 110px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
}
#container .info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/block_bg.png);
	background-repeat: repeat;
	background-color: #ca262b;
}
#container p {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	margin-top: 45%;
	text-transform: uppercase;
}
.photos .photo img {
	display: block;
	width: 100%;
}
#top {
	background-image: url(../images/gotop_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	height: 87px;
	width: 87px;
	right: 10%;
	display: block;
}
#top:hover{
	background-position: 0px -87px;
}
