.page-wrap{
	margin-bottom: 70px;
}

.bread{
	margin: 15px 0 30px 0;
	background: url("../images/breadcrumb.png") no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bread h3{
	font-size: 26px;
	font-weight: bold;
	color: white;
}

.bread a{
	font-size: 16px;
	color: white;
}

.bread a.arrow{
	font-size: 13px;
}

@media only screen and (max-width: 991px){
    .images img {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 767px) {
	.images{
        text-align: center;
	}
}
