@charset "utf-8";
  .clearfix:before,
    .clearfix:after{display: table; content: " ";}
    .clearfix:after{clear: both;}
	
	.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}



/** PROJECT SPECIFIC CSS**/

/* BASICS
NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {background-color: #a7dbd7;      /* #a7dbd7; */

  font-size: 62.5%; }
body {	
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #a7dbd7; 
  margin:0 0 0 0}
  
 
/* Links
––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link {
  color: #777; font-weight:bold; text-decoration:none }
a:hover {
	color: #a7dbd7; text-decoration:none;
}
a:visited {
	color: #777;
}
a:active {
	color: #a7dbd7;
}

.footerlink a:hover {
	color: #777;
}
/*
.nav a:link {
  color: #777; font-weight:bold; text-decoration:none;  }
.nav a:hover {
	color: #777; text-decoration:none;
	
}
.nav a:visited {
	color: #777;
}
.nav a:active {
	color: #777 ;
	
}*/


.foot a:link {
  color: #FFF; text-decoration:none;  }
.foot a:hover {
	color: #FFF; text-decoration:none;
}
.foot a:visited {
	color: #FFF;
}
.foot a:active {
	color: #FFF;
}

/** Container **/
.header {width: 100%; position: relative;  margin: 0 auto; max-width: 1024px;  max-height:195px}
.header-container {width: 100%;background-color: #fff !important;  }

.main-container {background-color: #FFF;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
/*  padding: 0 20px;*/
  box-sizing: border-box; box-shadow: 12px 0 15px -4px #93bbb8, -12px 0 8px -4px #93bbb8 /* grey */;}
  
  .menu-container {background-color: #FFF;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
/*  padding: 0 20px;*/
  box-sizing: border-box; box-shadow: 12px 0 15px -4px #93bbb8, -12px 0 8px -4px #93bbb8 /* grey */;}

.page-container {width: 100%; background-color: #dff3fe; max-height:inherit}

.footer {width: 100%; position: relative;  margin: 0 auto; max-width: 1024px;}
.footer-container {width: 100%;background-color: #a7dbd7; position: relative;
  max-width: 1024px;
  margin: 0 auto;
 }


.page {width: 100%; position: relative;  margin: 0 auto; background-color: #dff3fe;  max-width: 1024px;}





  
  .main-banner {background-color: #dff3fe;
  position: relative;
  width: 100%;
  max-width: 1024px;
  max-height:195px;
  margin: 0 auto;
/*  padding: 0 20px;*/
}
  
  
    /* For devices larger than 1000px */
	@media (min-width: 1024px) {
  .main-container {
    width:100%; }
	}

/* content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

main {padding: 0px 15px 15px 15px; }



/* images
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.fullwidth-img {width:100%;}
.middle-img {width:50%; display: block;
 margin: 0 auto; max-width:450px; min-width:300px}

 .title {margin: 0px 0px 10px 0px}
 
 header {background:#dff3fe;  /* black background-image:url();*/ display:block;   background-repeat: no-repeat;  max-height:195px}
 #responsive-logo { background-image: url('../images/skin/logo1fix.jpg') ; background-repeat:no-repeat; max-width:1024px; max-height:195px;
    background-size: 100%;
    width: 100%;
	  margin: 0 auto;
    padding-top: 19.8%;
    height: 0;
    text-indent: -9999px;}
	

	
@media only screen and (max-width:723px){ #responsive-logo {background-image: url('../images/skin/logo1fix.jpg')}
.frontpage-content-left-button {
    padding-left: 0;padding-top: 20px;margin-bottom: 0px;  line-height: 1;/**margin-top: -6px;**/
}}

@media only screen and (max-width:523px){ #responsive-logo {background-image: url('../images/skin/logo1fix.jpg');}


 }



/* Header–––––––––––––––––––––––––––––––––––––––––––––––––– */



/*#header {background-image:url(../images/skin/header.jpg); width:100%} */
header {background:#dff3fe;  /* black background-image:url();*/ display:block;   background-repeat: no-repeat;  max-height:195px}

@media only screen and (max-width:1024px){main {padding: 15px 20px; border:none}
/**header {background-image:url(../images/skin/header2.jpg);}**/
 }

@media only screen and (max-width:900px){
}

@media only screen and (max-width:723px){
}



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	color:#777;/* headers colour */
  
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 2.6rem; line-height: 1.2;   text-align:center}
h2 { font-size: 2.0rem; line-height: 1.25; text-align:center }
h3 { font-size: 2.0rem; line-height: 1.3;  }
h4 { font-size: 1.8rem; line-height: 1.35;  }
h2.size { padding-top:20px}


/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 2.6rem; color:#777}
  h2 { font-size: 2.0rem;  color:#777}
  h3 { font-size: 1.6rem; }
  h4 { font-size: 3.0rem; }
  


}

p {
  margin-top: 0;color:#666;/* text colour */ }
  
  .mid {text-align:center}
  
  .red-mid {
 color:#F00; font-weight:bold; text-align:center/* text colour */ }
   .red {
 color:#F00;font-weight:bold;/* text colour */ }



/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  }

.one.column {padding: 0px 20px 5px 0px;}
.two.columns {padding: 0px 20px 5px 20px;}
.three.columns {padding: 0px 20px 5px 20px;}
.four.columns {padding: 0px 20px 5px 20px;}
.five.columns {padding: 0px 20px 5px 20px;;}
.six.columns {padding: 0px 20px 5px 0px;}
.seven.columns {padding: 0px 20px 5px 0px;}
.eight.columns {padding: 0px 20px 20px 20px;}
.nine.columns {padding: 0px 20px 0px 20px;}
.ten.columns {padding: 0px 20px 5px 0px;}
.eleven.columns {padding: 0px 20px 5px 0px;}
.twelve.columns {padding: 0px 20px 20px 0px;}
.twelve-indent.columns {padding: 0px 20px 20px 45px;}

.one-half.column {padding: 0px 0px 5px 20px;}
.one-third.column {padding: 0px 20px 20px 20px;}
.two-thirds.column {padding: 0px 20px 5px 0px;}

footer .one-third.column { min-width: 230px;}

footer {color:#666; padding: 0 0px;display:block; background-color:#fff;}
footer p,td {color:#666 !important}

.row { padding: 0px 0px 0px 0px; }

.row-border { padding: 0px 20px 0px 20px; border-style: solid;
    border-width: 10px; border-color:#89d30a;}
	
	.border-right {  border-style: none solid none none; border-width: 10px; border-color:#a6dbd6;}
	.border-left {  border-style: none none none solid; border-width: 10px; border-color:#a6dbd6;}
	
	
	.border {  border-style: solid;
    border-width: 10px; border-color:#a6dbd6;}

.prices {    border: 2px solid #fff;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%; border-spacing:0; color:#666; padding:10px 10px 10px 10px !important} 
	
	.times th, td{   
    margin: 20px 20px 20px 20px;
    text-align: left;
    border-spacing:0; color:#666; padding:2px 2px 2px 2px !important} 



/*FORM*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
   font-family: 'Open Sans', sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 10px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}