/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */

#isotope-gallery-container .col-md-3 {
	margin-right: -1px;
}

.gallery-item-wrapper {
	padding-bottom: 25px;
}

.gallery-item {
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 3px;
}

.gallery-item a,
.gallery-item a:hover {
	text-decoration: none
}

.flush .gallery-item {
	border-radius: 0;
}

.gallery-item .gallery-thumb {
	position: relative;
	overflow: hidden;
}

.gallery-item .gallery-thumb img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	height: 238px;
}

.gallery-item:hover .gallery-thumb img {
	transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay {
	background-color: #2c3e50;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay {
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom,
.gallery-item .gallery-thumb .gallery-link {
	width: 45px;
	height: 45px;
	text-align: center;
	background-color: #2c3e50;
	display: none;
	line-height: 45px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	padding-top: 2px;
	font-size: 18px;
	color: #fff;
	display: block;
	border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover,
.gallery-item .gallery-thumb .gallery-link:hover {
	background-color: #1976d2;
	color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-zoom:focus,
.gallery-item .gallery-thumb .gallery-link:focus {
	outline: none;
}

.gallery-item .gallery-thumb .gallery-link {
	right: 0;
	margin-right: -45px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom {
	left: 0;
	margin-left: -45px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
	display: block;
	left: 50%;
	margin-left: -48px;
}

.gallery-item:hover .gallery-thumb .gallery-link {
	display: block;
	right: 50%;
	margin-right: -48px;
}

.gallery-item .gallery-details {
	text-align: center;
	padding: 10px 0;
	background-color: #1AA8AF;
	border: 0px solid #ecf0f1;
	border-top: 0;
	overflow: hidden;
}

.gallery-item .gallery-details_a {
	text-align: center;
	padding: 10px 0;
	background-color: #F2F2F2;
	border: 0px solid #ecf0f1;
	border-top: 0;
	overflow: hidden;
}

.gallery-item .gallery-details h5 {
	margin: 0;
	font-size: 0.875em;
	font-weight: normal;
	position: relative;
	color: #fff;
}

.gallery-item .gallery-details_a h5 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	color: #5F5F5F;
}

.gallery-item .gallery-details p {
	font-size: .9em;
}


/* Gallery Filter
 * -------------------------- */
.filter {
	list-style: none;
	padding: 0;
	margin: 0 0 60px 0;
	text-align: center;
}

.filter li {
	display: inline-block;
	margin: 0;
}

.filter li:before {
	display: inline-block;
	content: "/";
	padding: 0 25px 0 19px;
	color: rgba(0, 0, 0, 0.20);
}

.filter li:first-child:before {
	display: none;
}

.filter li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #2c3e50;
}

.filter li a:hover,
.filter li a:focus,
.filter li a.active {
	color: #1976d2;
	text-decoration: none;
}

/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}





/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}

.imagebox {
	position: relative;
	border: 3px solid #23868B;
}

.imagebox .box-image img {
	max-width: 100%
}

.imagebox .box-wrapper {
	overflow: hidden;
	position: relative;
}

.imagebox .box-header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 80px 10px 20px;
	min-height: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.imagebox .box-header:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #23868B;
	-webkit-opacity: 0.85;
	-khtml-opacity: 0.85;
	-moz-opacity: 0.85;
	opacity: 0.85;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter: alpha(opacity=85);
}

.imagebox .box-header .box-title {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0;
	position: relative;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.imagebox .box-header .box-title:after {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
}

.imagebox .box-header .box-title a {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.imagebox .box-header .box-subtitle {
	margin: 5px 0 0 0;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	position: relative;
}

.imagebox .box-header .box-subtitle:before {
	font-family: "FontAwesome";
	content: "\f0a9";
	display: inline-block;
	margin: 0 6px 0 0;
}

.imagebox .box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	padding: 30px;
	visibility: hidden;
	background-color: #000;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.imagebox .box-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	z-index: -1;
	-webkit-opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter: alpha(opacity=90);
}

.imagebox .box-content .button.style1 {
	margin-top: 30px;
}

.imagebox:hover .box-header {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.imagebox:hover .box-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	color: #fff;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}

.imagebox:hover .box-content .box-desc {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.box-desc {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.box-content a {
	text-decoration: none
}

.box-content:hover {
	text-decoration: none
}

.box-content:after {
	text-decoration: none
}

.button {
	color: #fff;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
