#home-gallery-7 {
	background: #698aa6 url('images/waves.png') center top repeat;
	text-align: center;
	padding: 20px 0 30px 0;
	color: #ffffff;
}

#page-page_headers {
	max-width: 952px;
	max-width: 888px;
	padding: 8px 32px 0 32px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#home-gallery-7 .inner li {
	display: inline-block;
	display: none;
	width: 266px;
	padding: 0 10px 0 10px;
	vertical-align: top;
	margin-bottom: 100px;
}

#home-gallery-7 .inner li.current {
	display: inline-block;
}

#home-gallery-7 .inner li.gst-last {
	padding-right: 0;
}

#home-gallery-7 h2 {
	font-size: 17px;
	font-weight: 400;
	font-family: "roboto slab";
}

#home-gallery-7 p {
	font-size: 13px;
}

#home-gallery-7 a {
	color: #ffffff;
	font-size: 13px;
}

#home-gallery-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	text-indent: -9000px;
	background: transparent url('images/arrow-left.png') left top no-repeat;
	height: 34px;
	width: 22px;
}

#home-gallery-next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
	text-indent: -9000px;
	background: transparent url('images/arrow-right.png') left top no-repeat;
	height: 34px;
	width: 22px;
}

.rotate-outer {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border-radius: 5px;
	margin: 20px 0 50px 0;
	box-shadow: -10px 10px 0 rgba(0,0,0,.25);
	overflow: hidden;
	border: 8px solid #fff;
}

.rotate-inner {
	width: 200px;
	height: 200px;
}

.rotate-inner img {
	max-width: 100%;
	height: auto;
}

/* Fancy */

.rotate-inner {
	transform: rotate(45deg) scale(1.5,1.5);
	-webkit-transform: rotate(45deg) scale(1.5,1.5);
}

.rotate-outer {
	transform: rotate(-45deg) scale(.88,.88);
	-webkit-transform: rotate(-45deg) scale(.88,.88);
	position: relative;
	top: 5px;
}








#sidebar {
	margin-top: 50px;
	
}

#page-events {
	width: 285px;
	float: left;
}

#page-news {
	width: 520px;
	float: right;
}







@media all and (min-width: 0px) and (max-width: 350px) {
	#home-gallery-7 .inner li {
		width: auto;
	}
}