#gallery #sec1 {
	margin:0 5% 5%;
}




/*-------------------------------------------------------*/

.gallery_item{
}
.gallery_item h2{
	padding-top:50px;
	font-size:32px;
	text-align:left;
	border-bottom:#d4411e 3px solid;
	padding-bottom:10px;
	line-height:1.2em;
	margin-bottom:50px;
	text-align:center;
	font-weight:bold;
}

.gallery_item h2 span{
	display:block;
	font-size:22px;
}

.gallery_item ul{
	clear:both;
	width:100%;
	margin:0 auto 20px;
}
.gallery_item li{
	width: 50%;
    padding: 0;
    float: left;
}

.gallery_item li p {
	margin: 0 2.5%;
	padding-bottom: 10px;
}


.gallery_item li img {
}


.gallery_item li a {
	display: block;
	overflow: hidden;
	height:0;
	padding-bottom:95%;
}

.gallery_item li a img {
	width: 125%;
	margin-left: 0;
}


.box-shared	{
	background: url('../img/shared/pin.png') no-repeat left top,
	url('../img/shared/pin.png') no-repeat right top,
	url('../img/shared/partent255.jpg') repeat center top;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	width:98%;
	margin:0 auto 40px;
	padding-bottom:40px;
}