.galleries-nav-items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 14px;
	padding: 0;
}

	.galleries-nav-item {
		display: inline-block;
		margin-top: 14px;
		padding: 6px 12px;
		border: 1px solid #999;
		border-radius: 3px;
		background-color: transparent;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		line-height: 1;
		transition-property: background-color;
		transition-duration: 0.2s;
		cursor: pointer;
	}
	
	.galleries-nav-item:not(:last-child) {
		margin-right: 14px;
	}
	
	.galleries-nav-item:hover, .galleries-nav-item.current {
		background-color: #eee;
	}

.galleries-des-thumbs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

	.gallery-thumb {
		display: block;
		width: calc(33.333% - (29px * 2 / 3));
		margin-bottom: 29px;
		margin-right: 29px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.gallery-thumb:nth-child(3n+0) {
		margin-right: 0;
	}
	
		.gallery-thumb > div {
			width: 100%;
			height: 0;
			padding-bottom: 64.356435643564356%;
		}
		
.galleries-des-pagination {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

	#prev-gallery-page, #next-gallery-page {
		cursor: pointer;
	}
	
	.gallery-page-list {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 25px;
	}
	
		.gallery-page-list > span {
			margin: 0 5px;
			padding: 5px 10px;
			cursor: pointer;
		}
		
		.gallery-page-list > .current-page {
			cursor: auto;
			opacity: 0.5;
		}
		
@media (max-width: 960px) {
	.gallery-thumb {
		width: calc(33.333% - (15px * 2 / 3));
		margin-bottom: 15px;
		margin-right: 15px;
	}
	
	.galleries-des-pagination {
		font-size: 15px;
	}

		.gallery-page-list {
			margin: 0 10px;
		}
		
		.gallery-page-list > span {
			margin: 0 2px;
		}
}

@media (max-width: 600px) {
	.galleries-nav-item {
		margin-top: 8px;	
	}
	
	.galleries-nav-item:not(:last-child) {
		margin-right: 8px;
	}
	
	.gallery-thumb {
		width: calc(33.333% - (8px * 2 / 3));
		margin-bottom: 8px;
		margin-right: 8px;
	}
}.footer-5-content {
	display: flex;
	align-items: stretch;
}

	.box {
		width:100%;
		padding: 40px 30px;
		font-size: 14px;
	}

	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
		width:25%;
	}

	.icon-list-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.icon-list-item > .fa,
	.icon-list-item > .fas {
		font-size: 24px;
		line-height: 1;
	}

	.icon-list-text {
		width: calc(100% - 40px);
		text-align: left;
	}

	.icon-list-text a {
		color: inherit;
		text-decoration: none;
	}

@media (max-width:1200px) {
	.footer-5-content {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width: 960px) {
	.footer-5-content {
		flex-wrap: wrap;
	}
	
	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
    	width: 50%;
	}
}

@media ( max-width: 767px ) {
	.box {
		width: 100% !important;
	}
}