@charset "UTF-8";
/* CSS Document */

/*

Green #5cbe48
Black #131110

-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 3px solid #5cbe48;	
	margin: 30px 0 20px 0;
	padding: 20px 0 0 0;
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: white;
	height: 280px;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: none;
	width: 100%;
	position: relative;
	z-index: 100;
}

#logo img { 
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 10px;
}

#logo:hover {
	cursor: pointer;	
}

#contactInfo {
	float: right;
	display: none;
}

#contactInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contactInfo li {
	display: inline;
	color: #5cbe48;
	font-size: 90%;
	line-height: 35px;
	padding-left: 10px;
	font-weight: bold;
}	

#contactInfo li a {
	color: #5cbe48;
	text-decoration: none;
}	

#contactInfo li a:hover {
	color: #5cbe48;
	text-decoration: underline;
}	

#innerTopSection {
	float: left;
	width: 100%;	
	height: 230px;
	background: white;
}

#contactInfoDesktop {
	width: 100%;
	float: none;
	position: relative;
	z-index: 100;
}

#contactInfoDesktop p {
	color: #5cbe48;
	font-size: 170%;
	position: absolute;
	top: 105px;
	line-height: 35px;
	font-weight: bold;
}	

#contactInfoDesktop p.phone {
	left: 5px;
}	

#contactInfoDesktop p.email {
	right: 5px;
}	

#contactInfoDesktop p a {
	color: #5cbe48;
	text-decoration: none;
}	

#contactInfoDesktop p a:hover {
	color: #5cbe48;
	text-decoration: underline;
}	


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	background-color: #5cbe48;
}

nav {
	margin: 0 auto;
	width: 1200px;	
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 10px 0 11px 0;
	margin: 0;
	text-align: center;
	margin-bottom: -1px;
}

nav li {
	display: inline;
	color: white;
	font-size: 105%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

nav li a:hover {
	color: white;
	background-color: #131110;
	text-decoration: none;
}

nav li a.active {
	color: white;
	background-color: #131110;
	text-decoration: none;
}


nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -3px; 
	left: 0; 
	text-align: left;
	background-color: #131110;
	padding-left: 18px;
	min-width: 300px;
	padding-top: 5px;
	margin: 0;
	z-index: 1000;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 7px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	font-size: 90%;
	color: white;
	line-height: 22px;
	text-align: left;
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
}

nav ul.dropdown ul li a:hover {
	color: #5cbe48;
	text-decoration: none;
	border: none;
}
/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
	z-index:5000;
	position: relative;
	width: 100%;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	font-weight: normal;
	background: url(images/navmenu.png);
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
	width: 100%;
	background-color:#5cbe48;
}

.accordionContent ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
	background-color: #5cbe48;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
	z-index:5000;
	width: 100%;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	margin: 0;
	background-color: #5cbe48;
	padding: 0 5px 0 5px;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color:#131110;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #131110;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #5cbe48;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 75%;
	margin: 5px 0 5px 0;
}
	
footer p a {
	text-decoration: none;
	color: white;
}

footer p a:hover {
	text-decoration: underline;
	color: white;
}

#copyRight {
	float: right;	
	margin-right: 5px;
}

#copyLeft {
	float: left;	
	margin-left: 0;
}

#addressBackground {
	float: left;
	width: 100%;
	background-color: #131110;
}

#addressInner {
	margin: 0 auto;
	width: 1200px;
	color: white;
	font-size: 100%;
	text-align: center;
}

#addressInner img {
	margin-top: 10px;
	max-width: 100%;
	height: auto;
}

#addressBackground p a {
	color: white;
	text-decoration: none;
}

#addressBackground p a:hover {
	color: white;
	text-decoration: underline;
}

/*										Banner								*/

#banner-slide {
   width: 100%;
   height: auto;
   margin-top: 10px;
}

#banner-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 600px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 120%;
	color: #5cbe48;
}

#mainBody h2 {
	font-size: 110%;
	color: #131110;
}

#mainBody p {
	font-size: 95%;
	line-height: 26px;
	color: #131110;
}

#mainBody p b {
	color: #5cbe48;
	font-weight: bold;
}	

#mainBody p a {
	color: #5cbe48;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #5cbe48;
	text-decoration: none;
}

#mainBody li {
	font-size: 95%;
	line-height: 30px;
	color: #131110;
}

#mainBody li b {
	font-weight: bold;
	color: #5cbe48;
}

#mainBody li a {
	color: #5cbe48;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #5cbe48;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
}	

.bark-widget {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImageHome {
	float: right;
	margin: 0;
	margin-top: -25px;
	max-width: 100%;
	height: auto;
}	

#mainBody img.stockists {
	margin: 0;
	max-width: 100%;
	height: auto;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 130px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #5cbe48;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 95%;
	color: #231f20;
	font-weight: bold;
}	

#contactFormArea input {
	color: #231f20;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #231f20;
}

#contactFormArea textarea {
	color: #231f20;
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #231f20;
}

iframe {
	float: left;
}



/*											quote Form 									*/

#quoteFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#quoteFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 130px;
	display: none;
}	

#quoteFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#quoteFormArea .submitField {
	float: left;
	width: 420px;	
}

#quoteFormArea #submit.formButton {
	float: right;
	width: 85px;
	height: 30px;	
	background-color: #5cbe48;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	font-size: 110%;
}

#quoteFormArea #submit.formButton:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}

#quoteFormArea label {
	font-size: 95%;
	color: #231f20;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}	

#quoteFormArea input {
	color: #231f20;
	border: none;
	float: left;
	height: 30px;
	width: 95%;
	background-color: white;
	border: 1px solid #231f20;
}

#quoteFormArea textarea {
	color: #231f20;
	float: left;
	height: 120px;
	width: 95%;
	background-color: white;
	border: 1px solid #231f20;
}


#quoteFormArea h2 {
	float: left;
	width: 100%;
	margin-top: 30px;
	color: #5cbe48;
}

/*Homeboxes*/


#homeBoxes {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin-top: 20px;
}

.homeBox {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	text-align :center;
}

#homeBoxes .homeBox h2 {
	font-size: 100%;
	font-weight: bold;
	background-color: #5cbe48;
	color: white;
	padding: 5px 0 5px 0;
	margin-top: -4px;
	margin-bottom: 0;
}

.homeBox.lastHomeBox {
	float: right;
	margin-right: 0
}

#homeBoxes .homeBox img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.homeBox:hover {
	cursor: pointer;
}

#homeBoxes .homeBox:hover h2 {
	color: white;
	background-color: #131110;
}


/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 20px;
}	

table th {
	background-color: #0c5c31;
	color: white !important;
	border: 1px solid black;
	padding: 15px;
}

table td {
	padding: 25px;	
	border: 1px solid black;
	font-size: 90%;
	background-color: white;
	font-weight: bold;
}

table td.day {	
	background-color: #674f38;
	color: white;
	border: 1px solid black;
}

table th p {
	color: black !important;
}



/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}

#bannerInner {
	width: 100%;	
}
			 
#addressInner {
	width: 100%;
}
					 
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {

#contactInfo {
	 width: 100%;
	display: block;
	text-align: center;
}					 

#contactInfoDesktop {
	display: none;
}						 
	
#navBackground {
	margin-top: 15px;
}					 
					 
#navBackground nav {
	width: 100%;
}

#accordionSection {
	display: block;
}

nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	padding: 0;
	margin: 0;
}	

#logo {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
}
			 
#logo img {
	top: 0;
}	
					 
#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	width: 100%;
}
					 
							 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
	


		
#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
}					
		
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}
					 
					 
#quoteFormArea fieldset {
	width: 100%;
}

#quoteFormArea .error {
	margin: 10px 0 0 0;
}	

#quoteFormArea .field {
	width: 95%;
}

#quoteFormArea .submitField {
	width: 100%;	
}

#quoteFormArea input {
	float: left;
	width: 100%;
}

#quoteFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	

#mainBody img.rightImageHome {
	float: none;
	clear: both;
	margin-left: 0;
	margin-top: 1px;
}	

.bark-widget {
	float: none;
	clear: both;
	margin-left: 0;
}	
				 
					 
#slides {
   height: 500px;
}

#openingTimes {
	float: none;
	clear: both;
	margin-left: 0;
	text-align: center;
}


#bannerOuter {
	background: url(images/banner780new.jpg) center;
}

#bannerInner {
	height: 500px;
}
					
 }
 

/* 580*/
@media only screen 
and (max-width : 580px) 
				 {

	
					 
				 }



/* 480*/
@media only screen 
and (max-width : 480px) {

				


#contactInfo li {
	text-align: center;
	display: block;
	font-size: 90%;
	line-height: 22px;
	margin: 5px 0 5px 0;
}
	
#contactInfo li.contactDivider {
	display: none;
}	

#navBackground {
	margin-top: 40px;
}	
	
#slides img {
   height: 400px;
}

#mainBody .midArea ul {
	width: 80%;
	max-width: 80%;	
}

footer {
	text-align: center;	
}

p#copyLeft {
	float: left;	
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

p#copyRight {
	float: left;	
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
					 
.homeBox img {
	width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 
					 
#openingTimes li {
	display: block;
	margin: 0 2px 0 2px;
}

#openingTimes li.openDivider {
	display: none;
}
	
#innerTopSection {	
	height: 135px;
}
			 
#bannerOuter {
	background: url(images/banner480new.jpg) center;
}

#bannerInner {
	height: 450px;
}
		 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
#slides {
   height: 300px;
}



	
}