/*This site is built using an Object Oriented CSS Methodology*/
/*----------------------*\
     Contents
\*----------------------*/
/*
Reset
Shared
Clearfix
Main
Header
Content
Footer
Media
Island
Type
Images
Tables
Misc (accessibilty and colours)
Flexslider
Mediaqueries
*/

/*-----------------------*\
     $reset
\*-----------------------*/
/*Thanks to CSS Wizardry*/
*{
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0; 
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,b,mark{
	font-weight:700;
	font-style:inherit;
}
em,i,cite,q,address,dfn,var{
	font-style:italic;
	font-weight:inherit;
}
abbr[title],dfn[title]{
	cursor:help;
	border-bottom:1px dotted;
}
ins{
	border-bottom:1px solid;
}
a,u,ins{
	text-decoration:none;
}
del,s{
	text-decoration:line-through;
}
pre,code,samp,kbd{
	font-family:monospace;
}
small{
	font-size:0.75em;
}
img{
	border:none;
	font-style:italic;
}
input,
select,option,optgroup,
textarea{
	font:inherit;
}

/*----------------------*\
     $shared
\*----------------------*/
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,
table,
form,
pre,
hr,
.source{
	margin-bottom:10px;
	margin-bottom:1rem;
}
ul,ol,dd{
	margin-left:1em;
}
label,
.text-input,
textarea,
.btn{
	cursor:pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
	cursor:text;
}
.float-l{
	float:left;
}
.float-r{
	float:right;
}
.clear-l{
	clear:left;
}
.clear-r{
	clear:right;
}
.clear-b{
	clear:both;
}
.align-c{
	text-align:center;
}
.align-r{
	text-align:right;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mobileMenu{
	width:100%;
}
/*----------------------*\
	$clearfix
\*----------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
	overflow:hidden;
}
.ie8 .cf:before{
	display:inline;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}
/*----------------------*\
     $main
\*----------------------*/
html{
	overflow-y:scroll;
	line-height:1.5;
	font-size:10px;
	letter-spacing:0;
	min-height:100%;	
}
body{
	min-width:320px;
	font-family: "circe",sans-serif;
	font-weight:300;
	color:rgb(88,87,87);
	left:0;
	font-size:15px;
	font-size:1.5rem;
	background:rgb(88,87,87);
}
.container{
	width:90%;
	max-width:1140px;
	margin:0 auto;
}
.header .container {
    width: 100%;
}
.boxlinks .container{
    max-width: 930px;
}
/*------------------------------------*\
	$type
\*------------------------------------*/
/* Large */
.giga{
	font-size:72px;
	font-size:7.2rem;
}
.mega{
	font-size:48px;
	font-size:4.8rem;
}
.kilo{
	font-size:33px;
	font-size:3.3rem;
}

h1,.h1{
	font-size:28px;
	font-size:2.8rem;
}
h2,.h2{
	font-size:26px;
	font-size:2.6rem;
}
h3,.h3{
	font-size:24px;
	font-size:2.4rem;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:5px;
	letter-spacing:1.5px;
	line-height: 1;
}
h4,.h4{
	font-size:18px;
	font-size:1.8rem;
}
h5,.h5{
	font-size:17px;
	font-size:1.7rem;
}
h6,.h6{
	font-size:16px;
	font-size:1.66em;
}
p,.para{
	font-size:14px;
	font-size:1.4rem;
	line-height:1.4;
}

/* Small */
small,.milli{
	font-size:12px;
	font-size:1.2rem;
}
.nano{
	font-size:10px;
	font-size:1rem;
}
/* Weights */
.light{
	font-weight:300;
}
.regular{
	font-weight:400;
}
.semi-bold{
	font-weight:600;
}
.bold{
	font-weight:700;
}
.capitals{
	text-transform:uppercase;
}
.letter-spacing{
	letter-spacing:1px;	
}

/*--- LINKS ---*/
a{
	color:rgb(255,255,255);	
}
a:hover{
	text-decoration:underline;
}

/*--- LISTS ---*/
li > ul,
li > ol{
	margin-bottom:0;
}

/*--- QUOTES ---*/
q{ quotes:"‘" "’" "“" "”"; }

q:before{ content:"‘"; content:open-quote; }
q:after{ content:"’"; content:close-quote; }

q q:before{ content: "“"; content: open-quote; }
q q:after{ content: "”"; content: close-quote; }

blockquote{ quotes: "“" "”"; }
blockquote p:before{ content: "“"; content: open-quote; }
blockquote p:after{ content: ""; content: no-close-quote; }
blockquote p:last-of-type:after{ content: "”"; content: close-quote; }

blockquote{
	text-indent:-0.4em;
}


@font-face {
  font-family: 'ch';
  src: url('../css/icons/font/ch.eot?98751352');
  src: url('../css/icons/font/ch.eot?98751352#iefix') format('embedded-opentype'),
       url('../css/icons/font/ch.woff2?98751352') format('woff2'),
       url('../css/icons/font/ch.woff?98751352') format('woff'),
       url('../css/icons/font/ch.ttf?98751352') format('truetype'),
       url('../css/icons/font/ch.svg?98751352#ch') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ch';
    src: url('../font/ch.svg?98751352#ch') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before, .owl-next, .owl-prev {
  font-family: "ch";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-bus:before { content: '\e800'; } /* '' */
.icon-bike:before { content: '\e801'; } /* '' */
.icon-train:before { content: '\e802'; } /* '' */
.icon-download:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\e804'; } /* '' */
.icon-menu-closed:before { content: '\e805'; } /* '' */
.icon-car:before { content: '\e806'; } /* '' */
.icon-shells:before { content: '\e809'; } /* '' */
.icon-icon1:before { content: '\e80a'; } /* '' */
.icon-icon2:before { content: '\e80b'; } /* '' */
.icon-icon3:before { content: '\e80c'; } /* '' */
.icon-icon4:before { content: '\e80d'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */

/*------------------------------------*\
	$images
\*------------------------------------*/
img{
	max-width:100%;
	width:auto;
	height:auto !important;
	display:block;
}
.inline-img-right, .inline-img-left{
	width:100%;
	margin:2em 0;	
}
/*------------------------------------*\
	$tables
\*------------------------------------*/
table{
	width:100%;
}
/*------------------------------------*\
	$header
\*------------------------------------*/
header {
	padding: 0;
	width: 100%;
	z-index: 99;
	right: 0;
	top: -60px;
	position: fixed;
	transition: .3s ease;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.innerpage header {
	top: 0;
}

.header-fixed {
	right: 0;
	position: fixed;
	top: -60px;
	z-index: 30;
	height: 55px;
	transition: .3s ease;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.homepage header .container {
	background:transparent;
}
.homepage .header-fixed {
	top: 0;
}
.header.moving {
	background:rgb(255,255,255);
    top: 0;
}
.header-top {
	background: rgb(148, 193, 26);
	color: rgb(255, 255, 255);
	z-index: 5;
	transition: .3s ease;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.header-main {
	background:rgb(255,255,255);
	z-index: 5;
}
.homepage .header-main {
	background:transparent;
}
/*--
.homepage .header-logo {
	display:none;
}--*/
.header-logo i {
    font-size: 37px;
    color: rgb(116,52,20);
    z-index: 9;
    float: left;
    padding:0 0 0 10px;
}

.header-logo p {
    font-size: 25px;
    font-size: 2.5rem;
    color: rgb(116,52,20);
    z-index: 9;
    text-transform: uppercase;
    float: left;
    padding: 9px 0 0 5px;
    margin-bottom: 0;
    font-family: "futura-pt","circe", sans-serif;
}

.menu-icon {
	line-height: 1;
    margin: 9px 13px;
    padding: 0;
    float: right;
    font-size: 32px;
    font-size: 3.7rem;
    z-index: 30;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    color: rgb(116,52,20);
}
.header-nav-dsk {
	display:none;
}
.header-nav {
    width: 100vw;
    height: 220px;
    position: absolute;
    background: rgb(255,255,255);
    background: rgba(255,255,255,1);
    display: block;
    z-index: 0;
    padding: 70px 20px 53px;
    top: -225px;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-nav a {
	color:rgb(88,87,87);
    display: block;
    padding: 3px 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.header-nav.active {
    top: 0;
    width: 100%;
    opacity: 1;
}
.homepage .header-logo i, .homepage .header-logo p, .homepage .header-nav-dsk li a, .homepage .menu-icon {
    color: rgb(255,255,255);
}
.homepage .header.moving .header-logo i, .homepage .header.moving .header-logo p, .homepage .header.moving .header-nav-dsk li a, .homepage .header.moving .menu-icon, .homepage .header-main.active .menu-icon, .homepage .header-main.active .header-logo i, .homepage .header-main.active .header-logo p {
    color: rgb(116,52,20);
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
footer {
	padding-top: 40px;
}
footer, footer p, footer a {
	color:rgb(255,255,255);
	text-align:center;
	font-size:13px;
	font-size:1.3rem;
}
footer h4 {
	font-weight:500;
	text-transform:uppercase;
	font-size:15px;
	font-size:1.5rem;
	margin-bottom:5px;
	letter-spacing:1.5px;
	line-height: 1;
}
footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

.footer-block {
	display:block;
	width:100%;
	margin:0 auto 30px;
}
.footer-1_nav, .footer-2_bevans, .footer-1_about, .footer-2_buckrow {
	display:block;
	width:100%;
	margin:0 auto 30px;
}
.footer-1_about, .footer-2_buckrow {
	margin:0 auto;
}

.footer-2 img {
    width: 175px;
    margin: 10px auto 20px auto;
}
.footer-3 p {
	font-size:12px;
	font-size:1.2rem;
	line-height:1.7;
}

/*------------------------------------*\
	$homepage
\*------------------------------------*/
.homehero {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.homehero a:hover {
    text-decoration:none;
}
.homehero .container {
    width: 100%;
    max-width: 4000px;
}

/*----------------------*\
     $flexslider
\*----------------------*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav{
		display:none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: rgb(255,255,255); position: relative;  zoom: 1;z-index:0;max-width:4000px;margin: 0 auto;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; position:static;}
.innertop .flex-direction-nav, .innertop .flex-control-nav {display:none;}
.flex-direction-nav li {position:static;}
.flex-direction-nav a {width: 48px; height: 47px; margin: -20px 0 0; display: block;  position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity:1; -webkit-transition: all .3s ease;}
.flex-direction-nav a:hover {text-decoration:none;}
.flex-direction-nav .flex-next {font-family: "mie";    right: 5%;
    z-index: 9;
    font-size: 30px;
    font-size: 3rem;
    text-indent: 0;}
.flex-direction-nav .flex-prev {font-family: "mie";
    left: 5%;
    z-index: 9;
    font-size: 30px;
    font-size: 3rem;
    text-indent: 0;
}
.flex-direction-nav .flex-next:before {font-family: "mie";content: '\f006'; display:block;color:rgb(255,255,255);}
.flex-direction-nav .flex-prev:before {font-family: "mie";content: '\f007'; display:block;color:rgb(255,255,255);}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {display:none;width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 0;}
  .flex-direction-nav .flex-next { opacity: 1; right: 0;}
}
.flexslider ul{
	margin:0;
	padding:0;
	list-style:none;
	padding: 0;
}
.hero {
    position: relative;
    height: 60vh;
    width: 100vw;
}
.innerhero {
    position: relative;
    height: 40vh;
    width: 100vw;
}

.hero .logo {
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    width: 100%;
    z-index: 79;
    color: rgb(255,255,255);
    text-align: center;
    opacity: 0;
   	transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.hero .logo.active {
    opacity: 1;
}
.hero .logo i {
    font-size: 170px;
    font-size: 17rem;
    line-height:1;
}
.hero .logo p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 27px;
    font-size: 2.7rem;
    font-family: "futura-pt","circe", sans-serif;
    margin-bottom:0;
}
.hero .logo p.county {
    font-size: 16px;
    font-size: 1.6rem;
}
.hero_downarrow {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 5%;
    left: 0;
    text-align: center;
    color: rgb(255,255,255);
    font-size: 80px;
    font-size: 8rem;
    z-index: 3;
    opacity:0;
	transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.hero_downarrow.active {
    opacity:0.7;
}


.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}


.section {
	padding: 60px 0;
}
.section h2 {
    color: rgb(154,141,107);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    font-size: 35px;
    font-size: 3.5rem;
}
.fb-page .section h2 {
    color: rgb(238,130,68);
}
.section p, .parallax p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}
.button {
	text-transform:uppercase;
	font-weight:300;
	letter-spacing: 2px;
	padding:5px 20px 3px;
	border:1px solid rgb(255,255,255);
    width: 110px;
    margin: 0 auto;
	transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}

.homeintro, .innerintro {
	color:rgb(255,255,255);
	text-align:center;
}
.fb-page .innerintro {
	background:rgb(238,130,68);
}
.parallax [class*="bg__"] {
    position: relative;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.no-touch .parallax [class*="bg__"] {
    background-attachment: fixed;
    height: auto;
    width: auto;
}
.parallax .bg__meshback {
	padding: 60px 0;
	background-image:url(../img/bg-mesh2.jpg);
}
/*
.homeintro {
	color:rgb(255,255,255);
	text-align:center;
	background-image:url(../img/bg-mesh.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 420%
}*/
h1 {
	color: rgb(255,255,255);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    font-size: 35px;
    font-size: 3.5rem;
	line-height: 1.2;
	margin-bottom: 20px;
}
.homeintro .text2, .fb-page .innerintro .text2{
	margin-top:30px;
}
.homeintro .text2 p:last-of-type, .fb-page .innerintro .text2 p:last-of-type{
	margin-bottom:0;
}
.homeintro p, .fb-page .innerintro p {
	width:100%;
	max-width:780px;
	margin-left:auto;
	margin-right:auto;
}
.homeintro p strong, .fb-page .innerintro p strong {
	font-size:19px;
	font-size:1.9rem;
}

.homegallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    padding: 0;
    width: 40px;
    height: 100%;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}
.owl-buttons {
    height: 100%;
}
.owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.owl-controls i {
	color:rgb(255,255,255);
	font-size:30px;
}
.owl-controls .owl-prev {
	float: left;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.6);
}
.owl-controls .owl-next {
	float: right;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.4);
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	background:rgb(0,0,0);
	background:rgba(0,0,0,1);
}
.owl-controls .owl-next:before, .owl-controls .owl-prev:before {
	display: block;
    padding: 7px;
    font-family: 'ch';
    content: '\f105';
    margin-right: 0;
    font-size: 40px;
    color: rgb(255,255,255);
    opacity: 1;
    position: absolute;
    top: 43%;
    text-align: center;
    left: 15%;
}
.owl-controls .owl-prev:before {
	content: '\f104';
}



.boxlinks {
	text-align:center;
	background:rgb(248,239,234);
}
.linkbox {
	display:block;
	width:95%;
	margin:0 auto 30px;
}
.linkbox:nth-of-type(2) {
	margin:0 auto;
}
.linkbox a {
	position:absolute;
	display:block;
	width:92%;
	height:88%;
	padding:5%;
	top:6%;
	left:4%;
	border:1px solid rgb(255,255,255);
	z-index:2;
	transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.linkbox a:hover {
	text-decoration:none;
	background:rgb(255,255,255);
	color:rgb(106,45,16);
}
.linkbox a:hover h4 {
	text-decoration:none;
	color:rgb(106,45,16);
}
.linkbox a:hover .button {
	text-decoration:none;
	border:1px solid rgb(106,45,16);
	color:rgb(106,45,16);
}
.linkbox a h4 {
	color: rgb(255,255,255);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom:0;
}
.linkbox a p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
}
.linkbox .button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -60px;
}

.homefacts {
	background:rgb(154,141,109);
}
.homefacts .box {
	width:100%;
	height:230px;
	margin:0 auto 30px;
    border: 1px solid rgb(255,255,255);
    padding: 0;
    text-align: center;
    color: rgb(255,255,255);
    opacity:0;
    top:50px;
	transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
}
.box:nth-of-type(2) {
	transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
}
.box:nth-of-type(3) {
	transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
}
.box:nth-of-type(4) {
	transition: 2s ease;
    -moz-transition: 2s ease;
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
}
.box.trigger {
	opacity:1;
	top:0;
}
.homefacts .box .box-content {
	top: 50%;
	margin:0 5%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.homefacts .box i {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1;
    margin: 0 0 10px;
    display: block;
}
.homefacts .box h4 {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 0;
    line-height: 1;
}
.homefacts .box p {
    margin-bottom:0;
}
.homelocation, .location{
	text-align:center;
	background:rgb(248,239,234);
}
.homelocation p {
	margin-bottom:30px;
	width:100%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.homelocation a {
	color:rgb(88,87,87);
	text-decoration:underline;
}
.homelocation i {
	font-size:45px;
	font-size:4.5rem;
	color:rgb(154,141,107);
	line-height: 1.1;
	opacity:0;
}
.homelocation i.trigger {
	opacity:1;
}
.homelocation h3 {
	font-size:17px;
	font-size:1.7rem;
	font-weight:600;
}
.anchor {
    position: absolute;
    top: -60px;
}
.homemap {
    padding: 0 ;
    background: rgb(255,255,255);
}
.map {
    display: block;
    height: 250px;
    overflow: hidden;
    margin: 0;
}

/*------------------------------------*\
	$businesspage
\*------------------------------------*/
.accomodation {
	background:rgb(255,255,255);
	text-align:center;
}
.text-left p a, .text2 p a {
    font-weight: 600;
    border: 1px solid;
    padding: 2px 30px;
    text-transform: uppercase;
	font-size: 14px;
    font-size: 1.4rem;
}
.accomodation .panel {
    margin: 3em auto;
    display: none;
    clear: both;
    width:100%;
    max-width:900px;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    -webkit-transition: 0.8s all ease;
}
.fb-page .accomodation .panel {
    display: block;
}
.accomodation .panel--active {
    display: block;
}
.tabs {
    list-style: none;
    margin: 30px auto;
    max-width:1000px;
    padding: 0;
    width: 70%;
    display:block;
}
.tab {
    display: block;
    width:100%;
    margin: 0 auto 10px;
}
.tab--active {
    background-color: rgb(154,141,107);
}
.tab a {
    border: 1px solid rgb(154,141,107);
    color: rgb(154,141,107);
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px 8px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    line-height: 1;
    margin:0 auto;
    font-weight:600;
    letter-spacing:2px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}
.tab a:hover {
    background:rgb(154,141,107);
    color: rgb(255,255,255);
}
.tab--active.tab a {
    color: rgb(255,255,255);
}
.leftarea {
    float: left;
    width: 60%;
}
.rightarea {
    float: right;
    width: 40%;
}
.location .container {
	width:100%;
}
.location-aerial {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}
.location-key {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.location-key .businesses{
    display: block;
    margin: 0 auto 50px;
}
.location-key ul {
	list-style:none;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.location-key li {
	list-style: none;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid;
}
.location-key li p {
    float: left;
    margin-bottom: 0;
    padding: 0px 16px;
}
.location-key .number {
    float: left;
    background: rgb(117,46,43);
    display: block;
    padding: 17px 0 14px;
    border: 1px solid rgb(255,255,255);
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: rgb(255,255,255);
    font-weight: 600;
    font-size: 19px;
    line-height: 0;
    margin: -6px 0 0 0;
    width: 33px;
}
.location-key .number.disc-wh {
    background: rgb(255,255,255);
    border: 1px solid rgb(117,46,43);
    color: rgb(117,46,43);
}

/*------------------------------------*\
	$fbpage
\*------------------------------------*/
.unit {
	display:block;
	width:100%;
	margin:0 auto 30px;
}
.unit img {
	display:block;
	width:60%;
	margin:0 auto;
	max-width:200px;
}
.unit p {
	margin-bottom:0;
}
.unit h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 1.4em;
    margin-bottom: 5px;
    line-height: 1.2;
}
.unit:last-of-type h6 {
    text-transform: none;
    letter-spacing: 0;
}


.termscontent {
	color: rgb(255,255,255);
	text-align:left!important;
}
.termscontent p, .termscontent ul, .termscontent li {
	font-size:13px;
	font-size:1.3rem;
	margin-bottom:30px;
	text-align:left;
	color: rgb(255,255,255);
}
.termscontent h3 {
	font-size:16px;
	font-size:1.6rem;
	text-align:left;
}
.termscontent li {
	text-align:left;
	margin-bottom:5px;
}


/*---------------------------*\
     $Cookie Consent Popup
\*---------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;}.cc-window.cc-banner{padding:1em 1.8em;width:100%;}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:0}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:5px 4px;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;}.cc-revoke.cc-right{right:3em;}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-compliance{display:block;width:35%;  margin: 0 auto;}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-message{
  margin-bottom: 7px;
  display: block;
}

.cc-banner.cc-bottom, .cc-revoke, .cc-window {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.95);
  padding: 10px !important;
  font-size: 14px !important;
  color: rgb(90,90,90) !important;
  width: 80% !important;
  margin: 0 10% 20px;
  line-height: 1.3 !important;
  border: 2px solid rgb(154,141,107);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  left: auto !important;
  text-align:center;
}

.cc-banner .cc-btn:last-child {
  width: auto !important;
  background: rgb(154,141,107);
  color: rgb(255,255,255);
  min-width: 100px !important;

}
.cc-color-override-1020485029 .cc-link {
  color: rgb(90,90,90) !important;
  opacity: 1 !important;
  padding: 0 !important;
  font-weight: 300 !important;
}


@media print{
	*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;} @page {margin:0.5cm;}h2,h3{orphans:3;widows:3;page-break-after:avoid;} p{orphans:3;widows:3;} pre,blockquote{border:1px solid #808080;page-break-inside:avoid;} abbr[title]:after{content:" (" attr(title) ")";} a,a:visited{color:#000000 !important;text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} img{max-width:100% !important;page-break-inside:avoid;} thead{display:table-header-group;} tr{page-break-inside:avoid;} .ir a:after{content:"";}}

/* Screen Widths - Change these to fit your breakpoints*/
@media only screen and (min-width: 370px){	
/*------------------------------------*\
	$homepage
\*------------------------------------*/
.linkbox a {
    padding: 10% 5%;
}
.linkbox a p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
}
}

@media only screen and (min-width: 600px){	

/*------------------------------------*\
	$footer
\*------------------------------------*/
footer, footer p, footer a {
	text-align:left;
}
.footer-block {
    margin: 0 auto 30px;
}
.footer-1_nav, .footer-2_bevans, .footer-1_about, .footer-2_buckrow {
    margin: 0 auto;
}
.footer-1_nav {
    width: 30%;
    float: left;
}
.footer-1_about {
    width: 50%;
    float: left;
}
.footer-2_bevans img, .footer-2_buckrow img{
	float: left;
    margin: 0;
}
.footer-2_bevans, .footer-2_buckrow {
	float:left;
	width:60%;
	clear:both;
}
.footer-2_buckrow {
	width:100%;
}
.footer-2_bevans p {
    width: 40%;
    float: left;
}
.footer-2_bevans img {
	float: right;
    margin: 0 0 30px 0;
}
.footer-2 .footer-2_bevans img {
    width: 140px;
}


/*------------------------------------*\
	$homepage
\*------------------------------------*/
.linkbox a {
	padding:15%;
}
.linkbox a h4 {
    font-size: 22px;
    font-size: 2.2rem;
}
.map {
    height: 400px;
}

/*------------------------------------*\
  $cookies
\*------------------------------------*/
.cc-banner.cc-bottom {
  width: 524px !important;
  margin: 0 30px 30px 27% !important;
  text-align: left;
}
.cc-window .cc-message {
    margin-bottom: 0;
    float: left;
    width: 75%;
}
.cc-compliance {
  width: 20% !important;
  float: right;
  margin-top: 5px;
}

}

@media only screen and (min-width: 730px){	
/*------------------------------------*\
	$homepage
\*------------------------------------*/
.linkbox {
    float: left;
    width: 45%;
    margin:0 2.5%;
}
.linkbox a {
    padding: 6%;
}
.linkbox a p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
}
}
@media only screen and (min-width: 768px){
/*------------------------------------*\
	$header
\*------------------------------------*/
.menu-icon, .header-nav {
    display: none;
}
.header-nav-dsk {
    display: block;
    float: right;
    width: 460px;
    margin: 11px 0 0 0;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header-nav-dsk ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-nav-dsk li {
    float: left;
}
.header-nav-dsk li a {
    display: block;
    padding: 5px 10px;
    font-weight: 200;
    color: rgb(88,87,87);
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
.footer-block {
    width: 80%;
    float: left;
}
.footer-2_bevans, .footer-2_buckrow {
	width:80%;
}

/*------------------------------------*\
	$homepage
\*------------------------------------*/
.hero .logo i {
    font-size: 190px;
    font-size: 19rem;
}
.hero .logo p {
    font-size: 36px;
    font-size: 3.6rem;
}
.hero .logo p.county {
    font-size: 20px;
    font-size: 2rem;
}
.homefacts .box {
	width:45%;
	float:left;
	margin:0 2.5% 30px;
}
.homefacts .box:nth-of-type(n+3) {
	margin:0 2.5%;
}

/*------------------------------------*\
	$businesspage
\*------------------------------------*/
.innerintro .container {
	max-width:850px;
}
.text-left {
	float: left;
    width: 37%;
    text-align: left;
}
.text-right {
    float: right;
    width: 55%;
    text-align: left;
}

.tabs {
	width:100%;
}
.tab {
    width:22.5%;
    margin: auto 1.25% ;
    float:left;
}
.tab a {
	padding: 10px 0 8px;
}
.text-left p a, .text2 p a {
	font-weight:600;
}

.location-key .businesses {
    float: left;
    width: 40%;
    margin: 0 10% 0 0;
}
.location-key h3 {
    text-align:left;
}

/*------------------------------------*\
	$fbpage
\*------------------------------------*/
.floorareas {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.unit {
    float: left;
    width: 24.5%;
    margin: 1.25%;
}
.unit:first-of-type {
    width: 16.5%;
    margin: 1.25%;
}
.unit:last-of-type {
    width: 24.5%;
    margin: 1.25%;
}


}

@media only screen and (min-width: 800px){	

/*------------------------------------*\
	$homepage
\*------------------------------------*/
.linkbox, .linkbox:nth-of-type(2) {
    float: left;
    width: 45%;
    margin:0 2.5%;
}

.linkbox a {
    padding: 8% 6%;
}
.linkbox a p {
    font-size: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
}
}
@media only screen and (min-width: 900px){	
/*------------------------------------*\
	$footer
\*------------------------------------*/
.footer-block {
    width: 100%;
}
.footer-1 {
	width:50%;
}
.footer-1_nav {
    width: 40%;
}
.footer-1_about {
    width: 60%;
}
.footer-2 {
	width:40%;
	float:right;
}
.footer-2_bevans, .footer-2_buckrow {
    width: 100%;
}
.footer-2_buckrow p {
    width: 50%;
    float: left;
}
.footer-2_buckrow img {
    width: 50%;
    float: right;
}
.footer-3 {
	width:50%;
}

/*------------------------------------*\
	$homepage
\*------------------------------------*/
h1 {
    font-size: 40px;
    font-size: 4rem;
}
.homefacts .box, .homefacts .box:nth-of-type(n+3) {
	width:22.4%;
	margin:0 1.25%;
	height:260px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 80px;
}
.owl-controls .owl-next:before, .owl-controls .owl-prev:before {
    left: 31%;
}
}
@media only screen and (min-width: 1024px){	

}

@media only screen and (min-width: 1200px){

.section, .homeintro .bg__meshback {
    padding: 80px 0;
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
.footer-1 {
    width: 35%;
}
.footer-2 {
    width: 40%;
}
.footer-2_buckrow p {
    width: 40%;
}
/*------------------------------------*\
	$hero
\*------------------------------------*/
.hero {
    height: 95vh;
}
.innerhero {
    height: 50vh;
}


.linkbox a {
    padding: 8%;
}
/*------------------------------------*\
	$businesspage
\*------------------------------------*/
.location-aerial {
    margin: 50px auto;
}
.location-key {
    width: 100%;
}
.location-key .businesses {
    width: 30%;
}

}


/* Retina*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
	
}