div.divPageScroller{
	overflow: hidden;
	margin-bottom: 15px;
}








.iframeGMap {
	float: right;
	width: 50%;
	height: 400px;
}

@media(max-width: 1100px) {
	.iframeGMap {
		width: 40%;
		height: 300px;
	}
}

@media(max-width: 700px) {
	.iframeGMap {
		width: 100%;
		float: none;
	}
}








.divPageContent.contactus {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

@media(max-width: 1100px) {
	.divPageContent.contactus {
		width: 60%;
	}
}









.divContactForm h2 {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 26px;
	color: #18212b;
	margin: 20px 0 75px;
	line-height: 1.3em;
	position: relative;
}

.divContactForm h2::after {
	width: 50px;
	height: 3px;
	background-color: #ffbe00;
	content: " ";
	position: absolute;
	bottom: -20px;
	margin: 0 auto;
	left: calc(50% - 25px);
}

form.contact {
	max-width: 800px;
	margin: 0 auto;
}

form.contact .row {
	margin-bottom: 20px;
}

form.contact .row .col {
	display: inline-block;
	max-width: 390px;
	width: 100%;
	vertical-align: top;
}

form.contact .row .col:first-child {
	margin-right: 16px;
}

form.contact .row .col input[type="text"],
form.contact .row .col input[type="email"],
form.contact .row .col textarea {
	width: 100%;
	padding: 10px;
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

form.contact .row .col textarea {
	font-family: inherit;
	resize: vertical;
	height: 200px;
}

form.contact .row .col input[type="submit"] {
	background-color: #253242;
	color: white;
	padding: 11px 44px;
	font-size: 19px;
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
	float: right;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	border: 0px;
	text-transform: uppercase;
}

form.contact .row .col input[type="submit"]:hover {
	background-color: #17202a;
}

@media (max-width: 860px) {
	form.contact .row {
		text-align: center;
	}

	form.contact .row .col:first-child {
		margin: 0 auto 20px auto;
	}
}














div.contact_form_page div.content{
	float: left;
	width: 66%;
}

div.contact_form_page div.form{
	float: right;
	width: 30%;
}

div.contact_form_page div.form h2{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #18212b;
	margin-bottom: 20px;
	line-height: 1.3em;
	text-align: center;
}

div.contact_form_page div.form form.contact .row {
	text-align: center;
}

div.contact_form_page div.form form.contact .row .col:first-child {
	margin: 0 auto 20px auto;
}

@media(max-width: 1200px) {
	div.contact_form_page div.content,
	div.contact_form_page div.form{
		float: none;
		width: auto;
	}

	div.contact_form_page div.form{
		max-width: 400px;
		margin: 50px auto 0px;
	}
}















div.divPageAccordion{
	margin: 50px 0px;
}

div.divPageAccordion h2{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #18212b;
	line-height: 1.3em;
	float: left;
	width: 25%;
	margin-top: 0px;
	position: relative;
}

div.divPageAccordion h2::after {
	width: 50px;
	height: 3px;
	background-color: #ffbe00;
	content: " ";
	position: absolute;
	bottom: -20px;
	margin: 0 auto;
	left: 0px;
}

div.divPageAccordion ul{
	float: right;
	width: 70%;
}

div.divPageAccordion ul li:before{
	display: none;
}

div.divPageAccordion ul li{
	border-bottom: 0px;
	margin-bottom: 3px;
}

div.divPageAccordion div.title{
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #18212b;
	line-height: 1.2em;
	padding: 15px;
	cursor: pointer;
	background-color: #ffbe00;
}

div.divPageAccordion div.title:hover{
	opacity: 0.8;
}

div.divPageAccordion div.title span{
	display: inline-block;
	text-align: center;
	width: 12px;
	margin-right: 5px;
}

div.divPageAccordion div.text{
	display: none;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	padding: 20px;
	border: 2px solid #ffbe00;
}

@media(max-width: 1200px) {
	div.divPageAccordion h2,
	div.divPageAccordion ul{
		float: none;
		width: auto;
	}

	div.divPageAccordion h2{
		margin-bottom: 45px;
	}
}