/* Contact page */
.information-contact #content #page-title {
	display: none;
}
.information-contact #title-holder {
	padding-top: 10px;
}

.information-contact .contact-image {
	margin: 25px 0;
	height: 24px;
	text-align: center;
}
.information-contact .contact-image img {
	height: 100%;
}
.information-contact .grid-holder .item {
	width: 100%;
}
.information-contact .grid-holder p.contact-detail {
	padding: 10px 0px 10px 40px;
	margin-bottom: 0;
	position: relative;
	max-width: 300px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: black;
}
.information-contact .grid-holder .contact-detail .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
}
.contactWr h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	text-align: center;
	margin-top: 20px;
}
.text-danger {
	font-size: 13px;
	font-weight: 300;
	margin-top: 5px;
}
.contactWr label {
	color: #4F4F4F;
	font-size: 13px;
}
.contactWr  textarea {
	height: 88px;
	resize: none;
}
.contactWr .lBtn  {
	padding: 0 10px;
	font-size: 14px;
	background: #262626 url(../../default/image/custom/cart/arrow.svg) no-repeat right 20px center;
	margin-top: 30px;
}
.contactWr .lBtn:hover {
	background: #383838 url(../../default/image/custom/cart/arrow.svg) no-repeat right 20px center;
}

.information-contact .right-side, 
.information-contact .left-side {
	padding-left: 30px;
	padding-right: 30px;
}
.information-contact .left-side form {
	/* border-bottom: 1px solid #EEEEEE; */
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.information-contact .left-side {
		border-right: 1px solid #000;
	}
	.contactWr h3 {
		margin-top: 30px;
	}
	.contactWr h3 {
		font-size: 32px;
		line-height: 39px;
	}
	.information-contact .contact-image, .contactWr h3 {
		text-align: left;
	}
	.information-contact .left-side form {
		border-bottom: none;
		margin-bottom: 0px;
	}
}
@media (min-width: 992px)  {
	.information-contact .left-side {
		padding-right: 90px;
	}
	.information-contact .right-side {
		padding-left: 90px;
	}
}
/* .full-width-map .breadcrumb-holder {
	display: none;
}
.title_in_bc.full-width-map .breadcrumb-holder {
	display: block;
}
.title_in_bc.full-width-map .map-full-width {
	margin-top: -40px;
}
#gmap {
	height: 400px;
	margin-bottom: 70px;
	width: 100%;
}
#gmap.map-full-width {
	height: 600px;
}
#gmap .address-holder {
	padding: 50px 55px;
	position: absolute;
	z-index: 2;
	background: #111111;
	display: inline-block;
	top: 25%;
	right: 10%;
	left: 10%;
}
#gmap .address-holder h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 1.57em;
}
#gmap .address-holder p {
	position: relative;
	margin-bottom: 20px;
	color: #cccccc;
	padding-left: 50px;
}
#gmap .address-holder p:before {
	position: absolute;
	left: 10px;
	top: 0;
	color: #ffffff;
	font-size: 38px;
	line-height: 38px;
	content: '\f041';
	font-family: FontAwesome;
}
#gmap .address-holder a {
	color: #ffffff;
	border-bottom: 1px solid #999999;
}
#gmap .address-holder a:hover {
	border-color: #ffffff;
} */