body,html{
    width: 100%;

    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
/*html,body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden; }


/* -------- main.scss----------- */
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.green {
  color: #739849 !important; }

.menu {
  color: #000 !important; }
  .menu-hover {
    color: #251cff !important; }
  .menu-selected {
    color: #251cff !important; }




/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
/* Headings */
h1 {
  font-size:43px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color:#4d4f43;
  margin-bottom:40px;
  margin-top:100px;
  letter-spacing: 2px; }

h2 {
  font-size: 50px;
  font-family: 'Pacifico', cursive;
  color:#bbd74a;
  margin-bottom: 70px; }

/* 22px */
h3 {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color:#4d4f43; }

/* 20px */
h4 {
  font-size: 1.286em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color:#4d4f43; }

/* 18px */
h5 {
  font-size: 1.143em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color:#4d4f43; }

/* 16px */
h6 {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color:#4d4f43; }

img {
  max-width: 100%; }

p {
  margin: 0 0 18px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color:#4d4f43;
letter-spacing: 1px;}

/* ---------- GLOBAL ----------------- */
body {
  position: relative; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
.col-content h1, .col-content p, .col-content a {
  font-family: 'Arial', sans-serif;
  font-weight: 400; }

/* ------------- _layouts.scss ------------- */
/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }

.center img {
	display: block;
	margin-left: auto;
	margin-right: auto;  }

/* ------------- HEADER ------------- */
header {
  clear: both; }

.header_wrapper {
  width: 100%;
  margin-bottom: 1em;
  background: #ffffff;
  padding: 40px 0; }

.header_wrapper_nav {
  width: 100%;
  margin-bottom: 1em;
  background: #47493e; }

#easy-slider-wrapper-39.easy-slider-carousel .item{
  margin: 0 53px !important;
}
/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  margin-top: 150px;
  background-color: #47493e;
  background-image: url('../img/footer-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 120px 0; }

.footer_wrapper h1, .footer_wrapper p {
  color:#ffffff; }

.footer_wrapper a {
  color:#bbd74a; }

/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
.nav-wrapper{
  background-color: #47493e;
  margin-top: 30px;
}
nav {
  margin-top: 5px;
  /*ul*/ }
  .nav-leaf{
    position: absolute;
    top:100px;
    left: 65%;
    width: 250px;
  }
  nav.nav-container{
    width: 470px;
    margin:0 auto;
  }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /*li*/
    /*dropdown menu start*/
    /*dropdown menu end*/ }
    nav ul li {
      padding: 5px 0;
      margin: 0px;
      position: relative;
      display: inline-block;
      float: left;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Roboto', sans-serif;
  		font-weight: 300;
        font-size: 18px;
        text-transform: lowercase;
        color: #fff;
        padding: 0 10px; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #bbd74a;
          outline: none;
		  background:none; }
        nav ul li a.nav-selected {
          color: #bbd74a; }
      nav ul li:last-child a {
        /*padding-right: 0;*/ }
      nav ul li:hover > ul {
        display: block; }
    nav ul ul {
      /*ul ul*/
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: none;
      padding: 0px;
      z-index: 999; }
      nav ul ul li {
        float: none;
        width: 200px;
        z-index: 999; }
      nav ul ul ul {
        /*ul ul ul*/
        top: 0;
        left: 100%; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: rgba(41, 68, 15, 0.9);
  display: block;
  position: absolute;
  border-bottom: 5px solid #1f1f1f;
  width: 100%;
  z-index: 9999;
  top: 160px;
  left: -100%;
  bottom: 0;
  height: 100%;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%; }
      .ccm-responsive-overlay ul li a {
        border-bottom: 1px solid white;
        display: block;
        padding: 0;
        max-width: 95%; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #0099ff;
        font-size: 14px;
        display: inline-block;
        width: 95%;
        padding: 7px 5% 7px 0;
        margin: 0 5% 0 0;
        padding-left: 15px;
        height: 100%;
        font-weight: 200;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 14px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          color: #abddff; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        display: block;
        position: relative;
        background: none;
        top: 0;
        left: 0;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          width: 100%; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 10px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 14px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: none;
  color: #000;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 84px;
  padding: 0 0.5em;
  border: 1px solid #000;
  border-radius: 0.3em;
  margin: 0.4em 0.5em;
  -webkit-tap-highlight-color: transparent;
  z-index: 2; }
  .ccm-responsive-menu-launch span {
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 1.2em;
    color: #000; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #000;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  color: #000;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 768px) {
  .ccm-responsive-overlay {
    display: none !important; } }
/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"] {
  border: none;
  background-color: #bbd74a;
  border-radius: 0px;
  box-shadow: none;
  height: 48px;
  padding-left:13px; }
.ccm-block-type-form textarea {
  border: none;
  background-color: #bbd74a;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background:#2a2b24;;
  color: #bbd74a;
  width:100%;
  text-transform: uppercase;
  border: none;
  font-size: 1.4em;
  padding: 8px 25px;
  height: 48px;
  border-radius: 0px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
  border: none; }

/* ------------- _components.scss ------------- */
/* ------------- CTA BUTTONS ------------- */
/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
/* ------------- CONTACT ------------- */
/* ------------- FULL ------------- */
/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
@media only screen and (max-width:1600px) {
  .nav-leaf{
    left: 70%;
  }
}
@media only screen and (max-width:1300px) {
  .nav-leaf{
    left: 72%;
  }
}
@media only screen and (max-width:1024px) {
  .nav-leaf{
    left: 75%;
  }
}
/**SMALLER THAN 1200*******************************/
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
/**SMALLER THAN 992*******************************/
/* iPad portrait */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  nav.nav-container{
    width: 480px;
    margin:0 auto;
  }
  .nav-leaf{
    display: none;
  }
}

/* iPad landscape */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
  nav.nav-container{
    width: 480px;
    margin:0 auto;
  }
  .nav-leaf{
    top:150px;
    left: 75%;
    width: 200px;
  }
}
/**SMALLER THAN 767*******************************/
@media only screen and (max-width:768px) {
  img.bID-10{
    width:80%;
  }
  nav.nav-container{
    /*width: 490px;*/
    margin:0 auto;
  }
  .nav-leaf{
    display: none;
  }
}

/**SMALLER THAN 550*******************************/
@media only screen and (max-width:550px) {
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width:375px) and (max-device-height:667px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2){
h1 {
	margin-top:20px; }

h2 {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	color:#bbd74a;
	margin-bottom: 50px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 50px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px; }

}

@media only screen and (min-device-width:375px) and (max-device-height:667px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2){
h1 {
	margin-top:20px; }

h2 {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	color:#bbd74a;
	margin-bottom: 50px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 15px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px; }

	nav ul li a {
        font-family: 'Roboto', sans-serif;
  		font-weight: 300;
        font-size: 15px;
        text-transform: lowercase;
        color: #fff;
        padding: 0 5px; }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){

  }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){
h1 {
	margin-top:20px; }

h2 {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	color:#bbd74a;
	margin-bottom: 50px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 50px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px; }
  }

/* iPhone 6+ PORTRAIT ----------- */
@media only screen
    and (min-device-width : 414px)
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait)
    and (-webkit-min-device-pixel-ratio : 3)
    and (-webkit-device-pixel-ratio : 3)
{
h1 {
	margin-top:20px; }

h2 {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	color:#bbd74a;
	margin-bottom: 50px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 15px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 11px; }

	nav ul li a {
        font-family: 'Roboto', sans-serif;
  		font-weight: 300;
        font-size: 16px;
        text-transform: lowercase;
        color: #fff;
        padding: 0 4px; }
  }

/* iPhone 6+ LANDSCAPE ----------- */
@media only screen
    and (min-device-width : 414px)
    and (max-device-width : 736px)
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio : 3)
{

}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width:320px) and (max-device-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3){

  }
@media only screen and (min-device-width:320px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3){
h1 {
	margin-top:20px; }

h2 {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	color:#bbd74a;
	margin-bottom: 50px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 10px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 9px; }

	nav ul li a {
        font-family: 'Roboto', sans-serif;
  		font-weight: 300;
        font-size: 15px;
        text-transform: lowercase;
        color: #fff;
        padding: 0 4px; }
  }
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width:360px) and (max-device-height:640px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3){

  }
@media only screen and (min-device-width:360px) and (max-device-height:640px) and (orientation:portrait) and (-webkit-device-pixel-ratio:3){
h1 {
	margin-top:20px; }

h2 {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	color:#bbd74a;
	margin-bottom: 50px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 10px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 9px; }

	nav ul li a {
        font-family: 'Roboto', sans-serif;
  		font-weight: 300;
        font-size: 15px;
        text-transform: lowercase;
        color: #fff;
        padding: 0 4px; }
  }
  
  
  
  
  
/* Addition Owen Richards */
.copyright{
    padding: 20px 0;
    background: #2a2b24;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.copyright a {
    color: #bbd74a;
}







