.site-map {
    padding: 50px 0;
}

.site-map li {
    width:  50%;
    float:  left;
}

.site-map ul {
    max-width:  700px;
    margin:  0 auto;
}
.site-map h1 {
	text-align: center;
    margin-bottom: 50px;
}
.gallery-title {
    text-align: center;
    margin-bottom: 35px;
}
.fancybox-caption p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.fancybox-caption {
    visibility: visible;
    opacity: 1;
}
.fancybox-caption:after {
    border-bottom: none !important;
}
@media screen and (max-width: 479px) {
	.site-map li {
		width: 100%;
	}
}