.main-article-section{
	margin-bottom: 30px;
	border-top: 1px solid #E8E5E5;
	padding-top: 20px;
}

/*galeria*/
.go-link-button{
	display: inline-block;
	padding: 15px 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffa900;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1;
	margin-top: 30px;
	/* top: 25%;
	position: absolute;
	left: 36%;
	margin-left: -75px;
	margin-top: -18px;*/
	box-shadow: 0 3px 8px -3px rgba(0,0,0,0.5);
}
.small-gal-wrap{
	position: relative;
	/* margin-left: -15px;
	margin-right: -30px;*/
	padding-top: 0;
	border-top: 0;
}
.small-gal-wrap a{
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 100%;
	text-align: center;
}
.small-gal-list{
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	padding: 7px 0;
	text-align: center;
	background-color: transparent;
}
.small-gal-list li{
	padding: 0 3px;
	width: 23%;
	display: inline-block !important;
	list-style: none;
}
.small-gal-list li:before{
	content: none !important;
  padding: 0;
}
.small-gal-list img{
	display: block;
	width: 100%;
	height: auto;
}
.is-landing .full-width-view{
	overflow: visible;
	display: block;
	padding-bottom: 50px;
}
.is-landing .part-list{
	display: block;
	width: auto;
	padding-left: 0;
	cursor: default;
}

/*Detalles galeria mobile*/
@media only screen and (max-device-width: 640px) and (min-width: 320px){
	.go-link-button{
		padding: 10px 15px;
		margin-top: 40px;
	}
	.small-gal-list li{
		padding: 0 1px;
		width: 32%;
	}
}


/*=====ESTADOS HOVER=============*/
@media only screen and (min-width: 1024px){
	/*gal*/
	.openGalery{
		-webkit-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
	}
	.openGalery:hover{
		background-color: rgba(0, 0, 0, 0.35);
	}
}
.social-wrap.full-color .social-link.fb {
	background-color: #5476BD;
	border-color: #5476BD;
}
.sharer-article .medium-header h3 {
	font-size: 3em;
	margin: 12px 0 10px 12px;
}

/*botones sociales*/
.sharer-article{
	opacity: 0.8;
	transition: opacity 0.2s ease;
	border-bottom: 1px solid #7A657A;
	padding-bottom: 5px;
	border-top: 1px solid #7A657A;
	padding-top: 5px;
}
.sharer-article:hover{
	opacity: 1;
}
.sharer-article .medium-header{
	display: inline-block;
	margin-right: 5px;
}

.social-wrap{
	margin: 5px 15px 5px 0;
}
.social-wrap .social-item{
	display: inline-block;
	margin: 0 3px;
}
.social-wrap .social-link{
	width: 33px;
	height: 33px;
	display: block;
	border: 2px solid #FFF;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -100px;
	text-align: left;
	position: relative;
	-webkit-transition: background-color .15s ease, border-color .15s ease, box-shadow .2s ease;
	transition: background-color .15s ease, border-color .15s ease, box-shadow .2s ease;
}
.social-wrap .social-link:hover{
	box-shadow: 0 3px 20px -6px rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.social-wrap .social-link.fb:hover{
	background-color: #5476BD;
}
.social-wrap .social-link.tw:hover{
	background-color: #61B7F7;
}
.social-wrap .social-link.ig:hover{
	background-color: #1876BB
}
.social-wrap .social-link.yt:hover{
	background-color: #e03b3b;
}
.social-wrap.full-color .social-link.fb{
	background-color: #5476BD;
	border-color: #5476BD;
}
.social-wrap.full-color .social-link.tw{
	background-color: #61B7F7;
	border-color:#61B7F7;
}
.social-wrap.full-color .social-link.ig{
	background-color: #1876BB;
	border-color:#1876BB;
}
.social-wrap.full-color .social-link.yt{
	background-color: #e03b3b;
	border-color:#e03b3b;
}
.social-wrap.full-color .social-link.wap{
	background-color: #34AF23;
	border-color:#34AF23;
}
.social-wrap .social-link:after{
	content: ' ';
	background: url(../images/sprites-ahn.png) no-repeat 0 0;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
}
.social-wrap .social-link.fb:after{
	background-position: -1px -1px;
	width: 10px;
	height: 19px;
	left: 9px;
	top: 5px;
}
.social-wrap .social-link.tw:after{
	background-position: -13px -1px;
	width: 18px;
	height: 17px;
	left: 6px;
	top: 7px;
}
.social-wrap .social-link.ig:after{
	background-position: -31px -1px;
	width: 19px;
	height: 17px;
	left: 5px;
	top: 6px;
}
.social-wrap .social-link.yt:after{
	background-position: -49px -1px;
	width: 20px;
	height: 14px;
	left: 4px;
	top: 8px;
}
.social-wrap .social-link.wap:after{
	background-position: -86px -1px;
	width: 17px;
	height: 17px;
	left: 6px;
	top: 6px;
}
