
/* ----------------------------------------------------------------------
	10. Portfolio
---------------------------------------------------------------------- */
/* Isotope */
.button {
	display: inline-block;
	border: none;
	cursor: pointer;
	background: transparent;
	padding: 7px 25px;
	color: inherit;
	border: 1px solid transparent;
	font-weight: bold;
	border-radius: 3px;
}
.button:hover {
	color: #66aacc;
	border: 1px solid #66aacc;
	background: transparent;
	border-radius: 5px;
	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	-ms-transition:0.2s linear;
	-o-transition:0.2s linear;
	transition:0.2s linear;
}
.button:active, .button.is-checked {
	border: 1px solid #FAB702;
	font-weight: bold;
	background: #FAB702;
	color: #ffffff;
	border-radius: 3px;
}
.button-group:after {
	content: '';
	display: block;
	clear: both;
}
.button-group {
	margin-left: 15px;
	margin-bottom: 20px;
}
.button-group .button {
	float: left;
	margin-left: 0;
	margin-right: 3px;
	border-radius: 3px;
}
.isotope {
	margin: 0;
	padding: 0;
	min-height: 150px;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom:0px;
}
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
.element-item {
	position: relative;
	float: left;
	color: inherit;
	background: transparent;
	margin-bottom:0px;
}
.element-item > * {
	margin: 0;
	padding: 0;
}
.isotope .element-item img {
	width: 100% !important;
	height: auto;
}
/* Isotope Full width */
.isotope-col {
	width: 20%;
	position: relative;
	min-height: 1px;
	margin-bottom: 0px;
}
 @media (max-width: 991px) {
.isotope-col { width: 50%; }
}
@media (max-width: 767px) {
.isotope-col { width: 100%; }
}
/* Isotope Masonry */
.isotope-masonry {
	margin: 0;
	padding: 0;
	min-height: 150px;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom: 20px;
}
.isotope-masonry:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item {
	position: relative;
	float: left;
	color: inherit;
	background: transparent;
	border: none;
	width: 25%;
	height: auto;
}
.grid-item > * {
	margin: 0;
	padding: 0;
}
.grid-item img {
	width: 100% !important;
	height: auto;
}
.grid-sizer { width: 25%; }
.grid-large {
	width: 50%;
	height: auto;
}
 @media (max-width: 767px) {
.grid-item {
	width: 100%;
	margin-bottom: 20px;
}
.grid-sizer { width: 100%; }
.grid-large { width: 100%; }
}
/* Isotope Shop */
.isotope-select {
	width: 200px;
	margin-bottom: 20px;
}
.col-md-9 .isotope-select { margin-right: 15px; }
.isotope-shop {
	margin: 0;
	padding: 0;
	min-height: 150px;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom: 20px;
}
.isotope-shop:after {
	content: '';
	display: block;
	clear: both;
}
.isotope-shop .element-item img {
	width: 100% !important;
	height: auto;
}
