/* Generated by less 2.2.0 */
@charset "utf-8";
/* CSS Document */
/* Variables */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Mixins */
.corners {
  border: solid #ccc thin;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 6px #444444;
  -moz-box-shadow: 2px 2px 6px #444444;
  box-shadow: 2px 2px 6px #444444;
}
/* CSS */
body {
  background-color: #248514;
  font-family: 'Roboto', sans-serif;
  color: #248514;
  font-size: 16px;
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 1.3em;
  padding-bottom: 1em;
}
h1 {
  font-size: 1.4em;
  color: #248514;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.0em;
}
h5 {
  font-size: 1.0em;
}
h6 {
  font-size: 0.8em;
}
p {
  line-height: 1.3;
  padding-bottom: 1em;
}
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #fff;
}
.clearfix {
  background: #ddffcc;
  border: solid #ccc thin;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 6px #444444;
  -moz-box-shadow: 2px 2px 6px #444444;
  box-shadow: 2px 2px 6px #444444;
}
.header {
  margin-bottom: 20px;
}
.leftHeader {
  margin-top: 30px;
}
.rightHeader {
  margin-top: 30px;
  font-family: carter-one;
  color: #e5e421;
  text-align: center;
  font-size: 70px;
  font-weight: 900;
  text-shadow: #000 2px 2px 2px;
}
.content {
  margin-top: 30px;
}
#popup {
  position: absolute;
  visibility: hidden;
  left: 100px;
  width: 400px;
  height: 250px;
  background: #dFc;
  border: solid #ccc thin;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 6px #444444;
  -moz-box-shadow: 2px 2px 6px #444444;
  box-shadow: 2px 2px 6px #444444;
  padding: 20px;
  z-index: 10;
}
.mainContent h2 {
  padding-bottom: 1em;
}
.mainContent h3 {
  padding-bottom: 1em;
}
.mainContent p {
  padding-bottom: 1em;
}
.mainContent ul {
  list-style: disc;
  padding-left: 10%;
}
.mainContent li {
  padding-bottom: 1em;
  line-height: 1.3;
}
.cancelled {
  background-image: url(/_images/cancelled-drawing1-400.png);
}
.socialMedia img {
  float: left;
  margin: 0 20px 20px 0;
}
.blog {
  line-height: 1em;
  margin-bottom: 20px;
}
/* feed */
.rss-items {
  margin: 0;
  padding: 0;
}
.rss-item {
  font-size: 0.9em;
  margin: 10px 0;
  border-bottom: 1px dashed #666666;
}
.rss-item a:link,
.rss-item a:visited,
.rss-item a:active {
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #666666;
}
.rss-item a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #666666;
}
.rss-date {
  font-size: 0.8em;
  font-weight: normal;
  color: #666666;
}
/* end feed */
.subscribe {
  margin-bottom: 20px;
}
.subscribe p {
  font-size: 0.9em;
  padding-bottom: 10px;
}
.bcwd {
  margin-bottom: 20px;
}
.mx {
  padding-top: 10px;
}
.mx a {
  color: #ddffcc;
}
.footer {
  padding-bottom: 20px;
}
.bottomMenu {
  display: none;
}
.floatLeft {
  float: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}
.clearLeft {
  clear: left;
}
.floatRight {
  clear: both;
  padding-bottom: 0.5em;
}
.floatRight {
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.clearFloat {
  clear: both;
}
/* php feed */
#fullFeed h2,
h3,
h4,
p {
  padding-bottom: 0;
}
#fullFeed h2 {
  font-size: 1.2em;
}
#fullFeed h3 {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 1em;
  color: #666666;
}
#fullFeed h4 {
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 30px;
}
#buttons a {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.enquiriesButton {
  -moz-box-shadow: 2px 2px 4px 2px #000000;
  -webkit-box-shadow: 2px 2px 4px 2px #000000;
  box-shadow: 2px 2px 4px 2px #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ddffcc), color-stop(1, #248514));
  background: -moz-linear-gradient(center top, #ddffcc 5%, #248514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddffcc', endColorstr='#248514');
  background-color: #ddffcc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  color: #ffffff;
  font-family: Trebuchet MS;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 39px;
  text-decoration: none;
  text-shadow: 2px 2px 0px #000000;
}
.enquiriesButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #248514), color-stop(1, #ddffcc));
  background: -moz-linear-gradient(center top, #248514 5%, #ddffcc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#248514', endColorstr='#ddffcc');
  background-color: #248514;
}
.enquiriesButton:active {
  position: relative;
  top: 1px;
}
#layerslider h1 {
  font-size: 16px;
}
.multiColumn {
  -moz-column-width: 0;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-rule-color: 0;
  -moz-column-rule-style: none;
  -moz-column-rule-width: 0;
  -webkit-column-width: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-rule-color: 0;
  -webkit-column-rule-style: none;
  -webkit-column-rule-width: 0;
  column-width: 0;
  column-count: 2;
  column-gap: 20px;
  column-rule-color: 0;
  column-rule-style: none;
  column-rule-width: 0;
}
.multiColumn li:before {
  font-size: larger;
  content: "•";
  padding-right: 10px;
}
@media only screen and (min-width: 549px) {
  .multiColumn {
    -moz-column-width: 0;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-rule-color: 0;
    -moz-column-rule-style: none;
    -moz-column-rule-width: 0;
    -webkit-column-width: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-rule-color: 0;
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0;
    column-width: 0;
    column-count: 2;
    column-gap: 20px;
    column-rule-color: 0;
    column-rule-style: none;
    column-rule-width: 0;
  }
}
@media only screen and (min-width: 481px) {
  .floatRight {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
