@charset "UTF-8";
body {
	color: black;
}
.wrapper {
	background-color: white;
	width: 100%;
	max-width: none;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}
#headerwrapper {
	background-color: white;
  padding: 1.5em 0;
  text-align: center;
}




#logo {
  background-color: chartreuse;
  margin: 0;
  width: 33.33%;
	float: left;
}
#centrelogo {
  margin: 0;
  padding: 1%;
  width: 33.33%;
	float: left;
}
#contactinfo {
  background-color: yellow;
  margin: 0;
  width: 33.33%;
	float: left;
}









#logo img {
  max-height: 90px;
  display: block;
}
#centrelogo img {
  max-height: 90px;
  vertical-align: middle;
  display: block;
}




#contactinfo a {
	color: #FB8B35;
	font-size: 20px;
}
#navwrapper {
	background-color: #0C4069;
}
#navwrapper .container {
	width: 100%;
}






* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



.cover {
  width: 100%;
  height: 282px;
  background-image: url("../images/slide-01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover2 {
  width: 100%;
  height: 282px;
  background-image: url("../images/slide-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover3 {
  width: 100%;
  height: 282px;
  background-image: url("../images/slide-03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover4 {
  width: 100%;
  height: 282px;
  background-image: url("../images/slide-04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover5 {
  width: 100%;
  height: 282px;
  background-image: url("../images/slide-05.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coverabout {
  width: 100%;
  height: 360px;
  background-image: url("../images/about.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover6 {
  width: 100%;
  height: 282px;
  background-image: url("../images/air-con-recharge.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover16 {
  width: 100%;
  height: 282px;
  background-image: url("../images/automatic-gearbox-flush.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover7 {
  width: 100%;
  height: 282px;
  background-image: url("../images/cover-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover8 {
  width: 100%;
  height: 282px;
  background-image: url("../images/cover-03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover9 {
  width: 100%;
  height: 282px;
  background-image: url("../images/cover-04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#h2sectionwrapper {
  font-family: 'Playfair Display', serif;
	background-color: #0C4069;
	padding: 10px 0;
}
#h2section h2 {
	margin: 0;
	color: white;
	text-align: center;
}
#h2section a[href^="tel:"] {
	color: #FB8B35;
}

#h2sectionwrapper2 {
	background-color: #eeeeee;
	padding: 20px 0;
}
#h2section2 h2 {
	margin: 0;
	color: dimgrey;
	text-align: center;
}
#h2section2 a[href^="tel:"] {
	color: #FB8B35;
}







#maincontentwrapper {
	background-color: white;
	background-image: url("../images/-texture-200x200-o4-d10-c-012D6B-t0.png");
	background-repeat: repeat;
	padding: 2em 0;
}
#maincontent {
}
#maincontent h1 {
	margin-top: 0;
	margin-bottom: 0;
}
#maincontent h2 {
	margin-top: .5em;
	margin-bottom: 0;
}
#maincontent a {
	color: #0C4069;
}
#maincontent a:hover {
	color: white;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.one-half {
	width: 50%;
	padding-right: 2%;
	float: left;
}
.one-half:last-of-type {
	padding-left: 2%;
}




#featureswrapper {
	background-color: white;
	padding: 20px 0;
}
.features {
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: auto;
}
.athird {
  margin-right: 1.5%;
  border: 10px solid #012D6B;
  padding: 15px;
  width: 32.333%;
  float: left;
  background-colour: aquamarine;
  overflow: auto;
}
.athird:last-of-type {
  margin-right: 0;
}
.athird img {
  width: 100% !important;
}
.offer-box-line-1 {
  color: black;
	margin: 0;
	font-size: 1.25em;
	font-weight: 600;
}
.offer-box-line-2 {
  color: black;
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
}
.offer-box-line-3 {
	margin: 0;
	color: #24695B;
	font-size: 4em;
	font-weight: 700;
	line-height: 1;
}
.offer-box-line-4 {
  color: black;
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
}

.button {
	margin-top: 10px;
	padding: 15px 32px;
	width: 100%;
	background: #28396B;
	border: none;
	color: #FFF !important;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .5px;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
}
.button:hover {
	background: #1C274A;
}
.button:active {
	top: 1px;
	position: relative;
	background: #1C274A;
}




.collapsible:first-of-type {
  margin-top: 1em;
}
.collapsible {
  color: #FB8B35;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 7px;
    border: 1px solid #001736;
    background: #001f4a;
    background: -moz-linear-gradient(top, #002558 0%, #001f4a 100%);
    background: -webkit-linear-gradient(top, #002558 0%, #001f4a 100%);
    background: -o-linear-gradient(top, #002558 0%, #001f4a 100%);
    background: linear-gradient(to bottom, #002558 0%, #001f4a 100%);
    border-radius: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);


}
.collapsible:after {
  margin-left: 5px;
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
}
.active:after {
  content: "\2212";
}
.content {
  padding: 0 18px;
  overflow: hidden;
  display: none;
}
.content p:first-of-type {
  margin-top: 0;
}






.service {
  max-width: 240px;
  margin-top: 1em;
  margin-right: 1em;
  padding: 12px;
    background: #E56300;
    border-radius: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  float: left;
}
.service h3 {
  margin-top: 0;
  margin-bottom: 1em;
  color: white;
  line-height: normal;
  float: left;
}
.price {
  color: white;
  font-size: x-large;
  font-weight: bold;
  text-align: right;
}
.booking {
  width: 100%;
  padding: 12px;
  background-color: #012D6B;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}


.review {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #FB8B35;
}
.review:last-of-type {
  border-bottom: none;
}
dt {
  padding-bottom: 5px;
  font-size: 14px;
  font-style: italic;
}
dd {
  font-size: 14px;
  font-weight: bold;
}
.hours {
  margin: 1em 0;
  font-size: 14px;
}
.site-map {
  list-style: none;
}
.site-map li {
  padding: 2px;
}
iframe {
	margin: 1em 0;
	width: 100%;
	height: 550px;
	frameborder: 0;
	border: none;
}








#footerwrapper {
	background-color: #646363;
	padding-top: 1em;
	padding-bottom: 3em;
}
.footerlinks {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: white;
}
.footerlinks a {
	margin: 1em;
	padding-right: 1em;
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: normal;
}
.footerlinks a:last-of-type {
	padding-right: 0;
}
.footerlinks a:visited {
}
.footerlinks a:hover {
}

footer p {
  color: #AFAFAF;
	margin: 0;
	text-align: center;
	font-size: 14px;
}

/* Tablet view */
@media screen and (max-width:769px) {

.container {
	width: 90%;
}
#logo {
	width: 100%;
	text-align: center;
}
#centrelogo {
	width: 100%;
	text-align: center;
}
#contactinfo {
	width: 100%;
	text-align: center;
}
  
  
  
  
  
#cover {
	height: 240px;
}
h1 {
	font-size: 24px !important;
}
h2 {
	font-size: 22px !important;
}
  
#maincontent ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

  .athird {
    width: 100%;
    margin-bottom: 1em;
  }

  
  
  
.one-half {
  width: 100%;
  padding: 0;
}
.one-half:last-of-type {
  padding: 0;
}
.review {
  padding: 15px 0;
}
iframe {
  height: 400px;
  frameborder: 0;
  border: none;
}
  
  
}
  
/* Mobile view */
@media screen and (max-width:480px) {

html {
  line-height: 1.4;
}
.container {
	width: 90%;
}
#headerwrapper {
  padding: 1.5em 0;
}
#logo {
  display: none;
}
  
  
  
  
  
  

  
  
  
  
  
  
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
}