/*contact page styles */
.contactinfobox {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 0;
	margin: 0 0 74px 0;
}
.contactinfobox .contact_logo {
	max-width: 227px;
	position: absolute;
	z-index: 0
}
.infobox_contact {
	background: #eef2f7;
	width: calc(100% - 140px);
	float: right;
	position: relative;
	z-index: -1;
	border-radius: 0 90px 90px 0;
	padding: 0 0 0 150px;
	margin: 30px 0 0 0;
}
.infobox_contact dl {
	width: calc(33.33% - 27px);
	float: left;
	padding: 36px 0 30px 0;
	border-right: 1px solid #fff;
	margin: 0 40px 0 0;
}
.infobox_contact dl dt {
	float: left;
	width: 30px;
}
.infobox_contact dl dd {
	float: right;
	margin: 0 40px 0 0;
	width: calc(100% - 90px);
	padding: 0 40px 0 0;
	font-size: 16px;
	color: #404041;
	line-height: 26px;
	font-weight: 300
}
.infobox_contact dl dd a {
	text-decoration: none;
	color: #404041;
}
.infobox_contact dl dd a:hover {
	text-decoration: underline;
	color: #f26532;
}
.infobox_contact dl dd span {
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600
}
.infobox_contact dl:last-child {
	margin-right: 0;
	border: 0px solid red
}
.contactform_section {
	width: 100%;
	float: left;
	clear: both;
	background: #231f20;
}
.contact_form_div {
	width: calc(100% - 719px);
	float: left;
	padding: 44px 67px 44px 58px;
}
.contact_slidediv {
	width: 719px;
	float: right;
}
.formtitle {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #f26532;
	margin: 0 0 32px 0;
	letter-spacing: 1px;
}
.contact_form_div .row {
	margin-left: -15px;
	margin-right: -15px;
}
.width50 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
}
.submitbtn {
	line-height: 100%;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
	float: none;
	display: inline-block;
	background: none;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
	border: 0px;
	outline: none;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}
.mapdiv {
	width: 100%;
	float: left;
	clear: both;
	border: 5px solid #e6e6e6
}
.mapdiv iframe {
	width: 100%;
	float: left;
}
.contactform_section textarea {
	min-height: 110px;
}
.inr_pg_section.contactpg {
	padding: 43px 0 65px;
}
/*general*/
.flex-container {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contactslider .slick-arrow {
	background: #f26532;
	width: 45px;
	height: 45px;
	right: 0;
	left: inherit;
	top: inherit;
	bottom: 0;
}

.contactslider .slick-arrow:hover {
	background: #fff;
}

.contactslider .slick-prev.slick-arrow {
	right: 47px;
	z-index: 1;
	bottom: -22px;
	top: inherit;
}

.contactslider .slick-next.slick-arrow {
	right: 0;
	z-index: 1;
	bottom: -22px;
	top: inherit;
}

.slick-prev:before,
.slick-next:before {
	color: #fff;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #f26532;
}

.contact_slidediv {position:relative}
.contact_slidediv:after {content:''; position:absolute; z-index:0; background:url('../images/contact-slider-badge.png')no-repeat 0 0; width:138px; height:138px; top:45px; left:50px}
