body {
    overflow-x: hidden;
	background: no-repeat fixed center center / 100% auto rgba(0, 0, 0, 1);
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
}
.top-nav ul {
	padding: 0;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
}
.top-nav a {
	font-size: 0.9em;
	text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}
.top-nav .logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 #024F28;
}

.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 20px 20px;
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(0, 0, 0);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(0, 0, 0);
}
#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 4.5em 0;
}

/* OLD COLOUR FOR SURVEY  #66bcff */

#survey {
	background:#024F28;    
        border-radius: 10px;
        padding: 7px;
        right: 20%;
        top: 70px;
        z-index: 999;
        display: inline-block;
        position: absolute;
        box-shadow: 0px 0px 10px;
}

#survey:hover {
	background: #000;
}

#survey p {
	text-align: right;
        color: white;
}

#mailinglist {
	background: #024F28;
        border-radius: 10px;
        padding: 7px;
        left: 20%;
        top: 70px;
        z-index: 999;
        display: inline-block;
        position: absolute;
        box-shadow: 0px 0px 10px;
}

#mailinglist:hover {
	background: #000;
}

#mailinglist p {
	text-align: right;
        color: white;
}

#carousel {
	background: #000;
}
#first-block {
	background: #000;
}

#first-block img{
	width: 300px;
}

#second-block {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
}
#third-block {
	background: #fff;
}
#fourth-block {
	background: rgb(0, 0, 0);
}
footer {
	background: none repeat scroll 0 0 #2fcbe0;
	padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 0, 0);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #024F28;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
}
section h2 {
	font-size: 2.5em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
p.subtitile {
	color: #999;
	margin: 0 0 3.5em;
}
section h3 {
        color: white;
	font-size: 1.3em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
section p {
        color: white;
	font-size: 0.8em;
}
section h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #2fcbe0;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 0, 0);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
}
#head {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
	padding: 9em 0 2em;
	text-align: center;
}
#content {
        min-width: 100%;
	background: none repeat scroll 0 0 #fff;
	padding: 5em 0;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1em 0 0.3em;
	text-transform: none;
}
.content-block {
	background: none repeat scroll 0 0 rgb(0, 0, 0);
	padding: 2.5em;
}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}
#content.contact-page h2 {
	margin: 0 0 0.625em;
}

.contact-page p {
	font-size: 1em;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 0, 0);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125em 0.3125em 0.3125em 0;
	text-align: center;
	width: 35px;
}
#form {
        background: white;
        float: center;
        width: 200px;

}

#map-block iframe {
	display: block;
}



#footer {
	background: rgba(0, 0, 0, 0.85);
	width:100%;
	height:40px;
	position:fixed;
	padding: 0px;
    padding-top: 5px;
	bottom:0;
	left:0;
	box-shadow: -3px 0 2px black;
	z-index: 2;
}

#footer p{
    color: white;
	font-size: 15px;
}

#faq-form {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#faq-form textarea {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #111;
  padding: 11px 15px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  width: 350px;
  clear: both;
  margin-top: 30px;
}

#faq-form input[type="text"] {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #111;
  padding: 11px 15px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  width: 350px;
  clear: both;
  margin-top: 30px;
}

#faq-form input[type="submit"] {
    background: rgba(191, 37, 45, 0.7);
    color: #fff;
    cursor: pointer;
    width: 350px;
    margin-top: 20px;
    padding: 9px 25px 10px 25px;
  border-radius: 5px;
}

#faq-form i {
  clear: both;
}

#faq-formmobile {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#faq-formmobile textarea {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #111;
  padding: 11px 15px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  width: 250px;
  clear: both;
  margin-top: 30px;
}

#faq-formmobile input[type="text"] {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #111;
  padding: 11px 15px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  width: 250px;
  clear: both;
  margin-top: 30px;
}

#faq-formmobile input[type="submit"] {
    background: rgba(191, 37, 45, 0.7);
    color: #fff;
    cursor: pointer;
    width: 250px;
    margin-top: 20px;
    padding: 9px 25px 10px 25px;
  border-radius: 5px;
}

#faq-formmobile i {
  clear: both;
}

.bottompic {
  height: 400px;    
  width: 100%;
  background: url('../store.jpg') no-repeat; 
  background-size: cover;
}

.bottompic2 {
  height: 400px;    
  width: 100%;
  background: url('../contact.jpg') no-repeat; 
  background-size: cover;
}

.bottompic3 {
  height: 400px;    
  width: 100%;
  background: url('../faq.jpg') no-repeat; 
  background-size: cover;
}


@media screen and (max-width: 768px) {
  body {
  	background: none repeat scroll 0 0 rgb(0, 0, 0);
  }
#head {
	padding: 2em 0 2em;
}
  nav {
  	background: none repeat scroll 0 0 rgb(0, 0, 0);
  	line-height: 1em;
  	position: relative;
  }
  .top-nav {
  	text-align: left;
  }
  .top-nav li {
  	line-height: 3em;
  }
  .top-nav .logo {
  	padding: 1.25em;
  }
  .carousel-text h2 {
  	font-size: 15px;
  }
  .carousel-text p {
  	font-size: 12px;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
  footer {
  text-align: center;
  }
  footer .right {
  float: none;
  }

#survey {
        display: none;
	visiblity: hidden;
}

#mailinglist {
        display: none;
	visiblity: hidden;
}

}