
.gallery .col-md-4 a img {
	width: 100% !important;
	height: 290px !important;     
	object-fit: cover !important; 
	transition: all 0.3s ease;
	padding: 5px;
}

.gallery .col-md-4 a img:hover {
	transform: scale(1.03);
	opacity: 0.9;
}
/*gallery*/
.gallery .mg-border {
	padding-right: 0;
	padding-left: 0;
}
/*.gallery .mg-border a {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
background-color: rgba(255,61,84,0.6);
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}*/
.gallery .mg-border a i {
	position: absolute;
	top: 50%;
	color: #ffffff;
	font-size: 24px;
	margin-top: -11px;
	margin-left: -11px;
	text-align: center;
	left: 50%;
	opacity: 0;
}

.gallery .mg-border a:before {
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(177, 145, 92, 0.62);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: absolute;
}

.gallery .mg-border a:hover:before {
	opacity: 1;
}

.gallery .mg-border:hover i {
	opacity: 1;
}

#tabbed-nav2 {
	margin-bottom: 50px;
}

.gallery .z-tabs.clean.z-shadows > ul > li.z-active > a {
	box-shadow: none;
	background: transparent;
}

.form-horizontal {
	margin-bottom: 30px;
	visibility: visible;
	animation-name: fadeIn;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.z-tabs.flat.z-spaced.vertical > ul.z-tabs-desktop > li > a {
	padding-top: 60px;
	padding-bottom: 60.3px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-right: none;
	font-weight: 600;
}
#tabbed-nav2 h4 {
	text-transform:uppercase;
}
#tabbed-nav2 .bg-tab-2 {
	position: absolute;
	bottom: -1px;
	width: 100%;
	padding: 10px 28px 20px;
	left: 1px;
	color: #000;
	/*font-weight: bold;*/
}
.bg-tab-2::after {
	content: "" !important;
	opacity: 0.9;
	background: #fff !important;
	top: 0;
	left: 0;
	/* bottom: 0; */
	/* right: 0; */
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100% !important;
	display: block;
	visibility: visible !important;
}
.btn.btn-transparent-white {
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0);
	height: 34px;
	line-height: 34px;
	position: absolute;
	bottom: 14px;
	right: 41px;
	padding: 0px 15px;
}
.z-tabs > .z-container > .z-content.z-active {
	background-size: cover !important;
	min-height: 420px;
}
