.c-tab:not(.is-active){
	display: none;
}

footer .footer-subscribe{
	margin: 70px auto 30px;
}
	
.about .about-items .about-item {
	width: 40%;
}

.about-bottom-images-list{
	max-width: 1350px;
	width: 90%;
	margin: 40px auto 0 auto;
}

.about-bottom-images-list-item{
	display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: auto auto 20px -3px;
}

.about-bottom-images-list-item img{
	width: 100%;
	padding: 0 20px 0 0;
}

.contact-top-image{
	max-width: 1350px;
	width: 100%;
	margin: 0 auto 40px auto;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.gallery-items{
	position: relative;
	max-width: 1360px;
	width: 90%;
	margin: auto;
}

.gallery-items .gallery-item{
	display: inline-block;
    width: 33.33%;
    vertical-align: top;
    margin-left: -3px;
    padding: 10px;
}

.gallery-items .gallery-item .gallery-item-image{
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gallery-items .gallery-item .gallery-item-image .gallery-item-hover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 75, 87, 0.7);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out;
}

.gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy{
	position: absolute;
    width: 90%;
    bottom: 32px;
    left: 36px;
}

.gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy .gallery-item-title{
	font-size: 19px;
	margin-bottom: 4px;
}

.gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy .gallery-item-date{
	font-size: 14px;
}

.gallery-items .gallery-item .gallery-item-image .gallery-item-hover .gallery-item-copy p{
	font-weight: 300;
	color: white;
}

.gallery-items .gallery-item .gallery-item-image:hover .gallery-item-hover{
	opacity: 1;
	visibility: visible;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-i-transition: all 0.25s ease-out;
}

@media only screen and (max-width: 760px) {
	.about .about-items .about-item {
		width: 100%;
	}

	.about-bottom-images-list-item{
		width: 50%;
	}

	.gallery-items .gallery-item:first-of-type, .gallery .c-tabs .c-tab .c-tab__content .gallery-items .gallery-item:nth-child(2){
		padding: 0 10px 10px;
	}

	.gallery-items .gallery-item{
		width: 50%;
	}
}

@media only screen and (max-width: 560px) {
	footer .footer-subscribe {
		margin: 30px auto 20px;
	}

	.about-bottom-images-list-item{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.gallery-items .gallery-item{
		display: block;
		width: 100%;
		margin-left: 0;
	}
}

.modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-next{
	right: 42px;
}

.modal-gallery .modal-box .modal-box-content .modal-image .modal-image-slider .slick-prev{
	left: 42px;
}

.modal-gallery .modal-box .modal-box-content .gallery-modal-close div{
	font-size: 30px;
}

.modal-gallery .modal-box .modal-box-content .modal-content .modal-content-copy .modal-content-title{
	font-size: 20px;
	font-weight: 200;
}
