html  body {
	margin: 0px;
	background-color:#fff;
    overflow-x: hidden;
    font-family: Arial;
}

img {
	display:block;
	margin:auto;
	max-width:100%;
	height:auto;
}


hr {
     color: #301381;
     background: #301381; 
     width: 100%; 
     height: 3px;
	 margin-top:100px;
}

div.spacer {
	
	height:100px;
	
}

div#logo {
	
	float:left;
	width:100%;
	max-width:1140px;
	
}

div#menu {
	width:100%;
	height:113px;
	background-color: #FFF;
 	background-size:contain;
	background-repeat:no-repeat;
	margin:0;
	
}


div#box1 {
	padding-top:10px;
	width:100%;
	height:100%;
	background-color: #FFF;
 	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	margin-left:0;
	
}

	
div#box2 {
	width:100%;
	height:100%;
	background-color: #fff;
 	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
    background-image: url(images/map.jpg);
	
}

div#box3 {
	width:100%;
	height:100%;
	background-color: #00D09D;
 	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
   
	
}

div#box4 {
	width:100%;
	height:100%;
	background-color: #fff;
 	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
     background-image: url(images/bubbles.jpg);
	
}

div#box5 {
	width:100%;
	height:100%;
	background-color: #301381;
 	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	
}

div#box6 {
	width:100%;
	height:100%;
	background-color: #fff;
 	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	
}


div#logo {
	
width:100%;
	
max-width:1140px;
	
margin: auto;
    float:none;
}

div#logo img {
	float:left;
    margin-top: 0px;
} 


.button {
    float: right;
    display:block;
        width:200px;
    text-align: center;
    padding: 15px;
   
    font-weight: bold;
    border:solid 3px #00D09D;
    color:#FFF;
    border-radius:30px;
    margin-top: 30px;
    background-color: #00D09D;
}

.button:hover {
    float: right;
    display:block;
        width:200px;
    text-align: center;
    padding: 15px;
   
    font-weight: bold;
    border:solid 3px#005A9D;
    background-color:#005A9D;
    color:#FFF;
    border-radius:30px;
    margin-top: 30px;
}

#box5 {
    padding-top: 160px;
    background-size: auto !important;
    background-position: top center !important;
    padding-bottom: 100px;
}


.w3 {
    width:33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.clear {
    clear: both;
}

.container {
    max-width:1140px;
    width: 100%;
    margin: auto;
}

input[type="email"],input[type="tel"],input[type="password"],input[type="text"] {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border:solid 2px #000;
    border-radius:30px;
background-color: transparent;
   
    color:#000;
}

span.left {
    display: block;
    margin-left: 10px;
    margin-top: 40px;
    float: left;
   
}

::-webkit-input-placeholder {
   color: #402693;
}

:-moz-placeholder { /* Firefox 18- */
   color: #402693;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #402693;  
}

:-ms-input-placeholder {  
   color: #402693;  
}

a {
    text-decoration: none;
}


