@media only screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.gallery-item {
	zoom: 0.78;
}

}
@media only screen and (max-width: 1199px) {
	.menu-list {
		display: none;
	}
	.gallery-item {
		zoom: 0.5;
	}
}

.text-primary {
	color: #89629a !important;
}

.btn-primary {
	background: #89629a;
	border: none;
}
	.btn-primary:hover {
		background: #000
	}
/*.service:hover span, .service:focus span {
    color: #007bff !important;
    }*/



/* ----------------
  Gallery Page
---------------------*/

.gallery-page {
	background: #f7f9fb;
}

.gallery-item {
	/* width: 33.33%; */
	float: left;
	position: relative;
	/*zoom: 0.78;*/
}

.gallery-item .hover-links {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #89629a;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-item .site-btn {
	min-width: 150px;
	position: relative;
	left: -20px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-item:hover .hover-links {
	opacity: 1;
	height: 50px;
	top: 303px;
	color: #fff;
}

.gallery-item:hover .site-btn {
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0.4s;
	-o-transition: all 0.2s ease 0.4s;
	transition: all 0.2s ease 0.4s;
}

.portfolio-filter {
	list-style: none;
	padding: 28px 0;
	padding-left: 63px;
	padding-right: 130px;
}

.portfolio-filter li {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	margin-right: 65px;
	cursor: pointer;
	padding: 10px 0;
}

.portfolio-filter li:last-child {
	margin-right: 0;
}

.portfolio-filter li.active {
	color: #323232;
}
