﻿img {
	max-width:100%;
	height:auto !important;
}

html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

#header-wrap {
	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width:1200px;
}
#head-items {
	position: relative;
	width: 100%;
	
}
#logo {
	position: relative;
	width: 30%;
	float: left;
	text-align:center;
	padding-top:10px;
}
#nav {
	position: relative;
	width: 70%;
	float: right;
	padding-top:20px;
}
.clear {
	clear: both;
}
#topimage {
	position: relative;
	width: 100%;
	background-image: url('../images/topbg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 900px;
}

#image-text {
	position: relative;
	width: 100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	text-align: center;
}
#content-wrap {
	position: relative;
	width: 100%;
	background-color: #F2F6FF;
}
#content-main {
	position: relative;
	width: 98%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
	padding-top:20px;
	padding-bottom:20px;
}
#boxes-wrap {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
}
.boxes {
	position: relative;
	width: 29%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	text-align: center;
}
.auto-style1 {
	color: #FFFFFF;
}
#bootham {
	position: relative;
	width: 100%;
	position: relative;
	width: 100%;
	background-image: url('../images/bottompic.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 800px;

}
#bootham-text {
	position: relative;
	width: 100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	text-align: center;
	
}
#contact-bottom {
	position: relative;
	width: 100%;
	background-color: #00c1d1;
	padding-top:20px;
	padding-bottom:20px;

}
#contact-bottom-text {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contact-details {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom:20px;
	padding-top:20px;
}
#contact-details-wrap {
	position: relative;
	width: 100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
}
#map {
	position: relative;
	width: 58%;
	float: left;
	padding-left:2%;
	text-align:center;
}
#contacttxt {
	position: relative;
	width: 38%;
	float: left;
	padding-left:2%;
	text-align:center;
}
#developed {
	position: relative;
	width: 99%;
	background-color: #FFFFFF;
	padding-top: 1%;
	padding-left: 1%;
	background-image: url('../images/water1.jpg');
	background-repeat: no-repeat;
	height: 300px;
}

/*  TEXT STYLES */
h1 {
	font-family: Exo, sans-serif;
	font-size: 2em;
	color: #333333;
}
h2 {
	font-family: Exo, sans-serif;
	font-size: 2em;
	color: #333333;
}

p {
	font-family: Exo, sans-serif;
	font-size: 1em;
	color: #333333;
}
.email {
	font-family: Exo, sans-serif;
	font-size: 1em;
	color: #333333;
}
.white {
	font-family: Exo, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}
.header {
	font-family: Exo, sans-serif;
	font-size: 3em;
	color: #FFFFFF;
}


/* button styles */


.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}

.auto-style2 {
	color: #FFFFFF;
}
.auto-style3 {
	text-decoration: none;
}


/* back to top button*/


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}



/* button accordian */

button.accordion {
    background-color: #F0F5FF;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #00BACB;
    color: #ffffff; 
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: #F0F5FF;
}
button.accordion:after {
    content: '\002B';
    color: #333333;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

