@charset "utf-8";
/* CSS Document */
#banner_slider {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
	position:relative;
	border-bottom: 10px solid #000;
	margin-bottom:30px;
}
#banner_slider li {
    line-height: 0;
    list-style: outside none none;
}
.pages .page {
	width:29%;
	float: left;
	margin-bottom: 20px;
}
.pages .page + .page {
	margin-left:47px;	
}
.pages .page .page_banner {
	margin-bottom: 10px;
	overflow:hidden;
}
.pages .page .page_banner > a {
    /*display: inline-block;*/
}
.pages .page .page_banner img {
    width: 100%;
}
.pages .page h6 {
    font-weight: bold;
}
.pages .page > ul {
    margin-left: 15px;
}
.pages .page .read a {
    display: inline-block;
	color:#000;
	padding-left:30px;
	background-image:url(../images/btn-more-info.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
.pages .page .read a:hover {
	color:#3672d2;	
}
.pdf-section {
    margin-top: 30px;
}
.pdf-section .pdf-content {
    width: 60%;
	float:left;
}
.pdf-section .pdf-content > a {
    display: inline-block;
	color:#000;
}
.pdf-section .pdf-content img {
	width: 100%;
}
.pdf-section .pdf-content > a:hover {
	text-decoration:underline;
}
.pdf-section .imge-gallery {
    float: right;
    width: 29%;
}
.pdf-section .imge-gallery .video {
    margin-bottom: 20px;
}
.pdf-section .imge-gallery .video  img{
	width:100%;	
}

@media all and (min-width:480px) and (max-width:767px) {
	.contact {
		background-position: center top;
	}
	.pages .page {
		width: 100%;
		margin:0 auto 20px;
	}
	.pages .page .page_banner {
		height:100%;
		margin-bottom: 10px;
	}
	.pages .page + .page {
		margin-left: 0;
	}
	.pdf-section .pdf-content {
		width: 100%;
		margin-bottom: 10px;
	}
	.pdf-section .imge-gallery {
		float: none;
		width: 100%;
	}
}
@media all and (max-width:479px) {
	.contact {
		background-position: center top;
	}
	.pages .page {
		width:100%;
		margin:0 auto 20px;
	}
	.pages .page .page_banner {
		height:100%;
		margin-bottom: 10px;
	}
	.pages .page + .page {
		margin-left: 0;
	}
	.pdf-section .pdf-content {
		width: 100%;
		margin-bottom: 10px;
	}
	.pdf-section .imge-gallery {
		float: none;
		width: 100%;
	}
}
