.copyright a{
	color: #FFF !important;
}
a, a:visited {
    color: #4d65a4;
    text-decoration: none;
}

h1, h2, h3, footer, .gallery {
    text-align: center;
}

.gallery:after {
/*    content: '';
    display: block;
    height: 2px;
    margin: .5em 0 1.4em;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);*/
}

.gallery img {
    height: 100%;
    float:inherit !important;
}

.gallery .chocolat-image {
    width: 100%;
    height: 180px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 4px -1px #000;
	background: #000;
}
.gallery .chocolat-image:hover{
	background: #fff;
}
@media only screen and (max-width: 760px) {
	.gallery .chocolat-image {
		height: 175px !important;
	}
}
@media only screen and (max-width: 560px ) {
	.gallery .chocolat-image {
		height: 260px !important;
	}
}
@media only screen and (max-width: 425px ) {
	.gallery .chocolat-image {
		height: 193px !important;
	}
}
@media only screen and (max-width: 360px) {
	.gallery .chocolat-image {
		height: 140px !important;
	}
}

