html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #666666;
	line-height: 1.4;
}

/* Section */

.section {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}

#intro h1 {
	margin: 30px 0 40px;
	font-size: 46.4px;	
}

#intro h2 {
	font-size: 33.6px;
	margin: 20px 0 30px;
}

#intro h6 {
	font-size: 19.2px;
	margin: 15px 0 20px;
}

.linkBtns {
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 25px;
}

.imageText {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	margin: 40px 0;
}

.imageText .image {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 28.07017543859649%; /* 320px */
}

.imageText .image img {
	display: block;
	margin: 0 auto;
}

.imageText .text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	width: 71.92982456140351%; /* 820px */
}

.imageText.alt .image {
	left: 71.92982456140351%;
}

.imageText.alt .text {
	padding-right: 15px;
	left: -28.07017543859649%;
}

.readmore {
	display: table;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 8.5px 10px;
	color: #fff !important;
	background: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: background-color 0.6s;
}

.readmore:hover {
	background-color: #000;
}


/* Miscelleneous */

p {
	margin: 0 0 18px;
}

h1,h2,h3,h4,h5,h6  {
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 18px;
	padding: 0;
	color: #0B9444;
	line-height: 1.2;
}

h1 {
	font-size: 46.4px;
}

h2 {
	font-size: 38.40px;
}

h3 {
	font-size: 33.60px;
	font-weight: normal;
}

h4 {
	font-size: 28.8px;
}

h5 {
	font-size: 22.4px;
}

h6 {
	font-size: 19.20px;
	font-weight: normal;
}

h1.PageHeader {
    color: #0B9444;
    line-height: 110%;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin--bottom: 30px;
}

ul,ol {
	margin-bottom: 26px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #05578b;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

.linkBtn {
	display: inline-block;
	margin: 0;
	padding: 11px;
	border: 0;
	min-width: 175px;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-size: 20px;
	background: #0B9444;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.6s;
	-moz-transition: background-color 0.6s;
	transition: background-color 0.6s;
}

.linkBtn:hover {
	background-color: #27A6DD;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}