#gslideshow { 
	position: relative;
}

#gslideshow .gss-info {
	background-color: transparent;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0px;
	overflow: visible;
}

#gslideshow .gss-nav {
	width: 100%;
	padding: 0 10px;
	height: 0;
    overflow: visible;
}

#gslideshow .gss-prev,
#gslideshow .gss-next {
	padding: 20px;
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	left: 0px;
	color: transparent;
	opacity: 1;
}

#gslideshow .gss-next {
	left: auto;
	right: 0px;
}

#gslideshow .gss-prev:after,
#gslideshow .gss-next:after {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
    background: url(images/arrow-right-red.png) center no-repeat;
}

#gslideshow .gss-prev:after {
	background: url(images/arrow-left-red.png) center no-repeat;
}

#gslideshow .gss-pager {
	display: none;
}


@media (max-width: 480px) {
	#gslideshow .gss-prev:after,
	#gslideshow .gss-next:after {
		background-size: 30%;
	}
}

.section-document-feature .doc .img-wrap {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	position: relative;
}

.section-document-feature .doc .img {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.section-document-feature .doc .btn-read {
    padding: 5px 16px 3px 16px;
    line-height: 1;
    border: 2px solid #f16364;
    font-family: "Telefon",Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.08em;
    display: inline-block;
    text-align: center;
    clear: both;
    margin-top: 16px;
}

.section-document-feature .doc .btn-read:hover {
	text-decoration: none;
	color: #f16364;
}

.section-document-feature .doc hr {
    border: 0;
    border-top: 15px solid #f16364;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 16px;
    position: relative;
    display: block;
    box-shadow: none;
}