@font-face {
  font-family: 'gadget';
  src: url('fonts/gadget-webfont.eot?v=3.2.1');
  src: url('fonts/gadget-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
  	url('fonts/gadget-webfont.woff?v=3.2.1') format('woff'), 
  	url('fonts/gadget-webfont.ttf?v=3.2.1') format('truetype'), 
  	url('fonts/gadget-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Colours 

Dark grey		#261C14
Brown			#927549
Light grey		#D9D9D9
Light green		#668229
Dark green		#38451D

*/

/* #Reset & Basics (Inspired by E. Meyers) */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; 
	}

/* #Basic Styles */

body {
	background: #eee;
	font: 14px/21px "georgia", "times new roman", serif;
	color: #444;
	-webkit-text-size-adjust: none;
	transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* #Typography */
	
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: "gadget", sans-serif;
	font-weight: normal; 
	line-height:100%;
	margin-bottom: 10px;
}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
	text-decoration: none; 
}

h1 { font-size: 28px; margin-bottom: 20px; }
h2 { color:#00ACF3; font-size: 18px; font-weight:600; margin-bottom: 20px;  }
h3 { font-size: 20px; }
h4 { font-size: 16px; font-weight:600; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*	Blockquotes  */
	
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Links */

a, a:visited { 
	color: #1C60A6;
	text-decoration: none; 
	outline: 0; 
}

a:hover, a:focus { 
	color: #1C60A6; 
	text-decoration: underline;
}

a:active {
	background:inherit;
}

p a, p a:visited { line-height: inherit; }

/* #Lists */

ul, ol { margin: 0 0 20px 30px ; }
ul { list-style: disc outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 0 0 0 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { }

dl {
	margin:0 0 30px 0;
}

dt { 
	font-weight: bold;  
} 

dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 30px; 
}

tt,
kbd,
code,
pre {
	font-family: monospace;
	white-space: pre-wrap;
}

sub, 
sup {
	font-size:80%;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sub {
	top:0.5ex;
}

sup {
	bottom: 1ex;
}

var {
	font-style: italic;
}

cite {
	font-style: italic;
}

q:before {
	content: '\201C'; 
}

q:after {
	content: '\201D'; 
}

.left {float:left;}

.right {float:right;}

.imgleft, .alignleft {float:left; margin:0 20px 20px 0;}

.imgright, .alignright {float:right;margin:0 0 20px 20px;}

.centre {
	text-align: center;
}

abbr, acronym {
	font-style: italic;
	text-decoration:underline;
}

.mobile {
	display:none;
}

table {
	margin:0 0 20px 0;
}

th {
	background: #eee;
}

th, td {
	border:1px solid #ddd;
	border-left:none;
	border-right:none;
	padding:10px;
}

/* #Images */

img {
	height:auto;
	max-width:100%;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto; 
}

/* #Buttons */

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#666;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.2!important;
	overflow:visible;
	padding: 8px 10px;
	text-decoration: none;
	-webkit-appearance: none;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff;
	background-color: #888;
}

.btn:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

/* #Forms */

form {
	margin-bottom: 20px; 
}

form div {
	margin-bottom:5px;
}

fieldset {
	margin-bottom: 20px; 
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	background: #fff; 
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #777;
	display: block;
	font: 14px Helvetica, Arial, sans-serif;
	margin: 0;
	outline: none;
	padding: 6px 4px;
	max-width: 100%;
	width: 210px;
	-webkit-appearance: none;
}

select {
	padding: 0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	color: #444; 
}

textarea {
	min-height: 60px; 
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;  
}

select {
	padding:5px;
	width: 220px; 
}

input[type="checkbox"] {
	display: inline; 
}
	
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/* #Misc */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* Grid < 600px */

	.container { 
	  	-moz-box-sizing: border-box;
	  	-webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0 ;
	  padding: 0 2%;
	  width: 100%;
	}
	    
	.container .container {
	  margin: 0;
	  width: 100%;
	}
	
	.container .one,
	.container .one,
	.container .two,
	.container .three,
	.container .four,
	.container .five,
	.container .six,
	.container .seven,
	.container .eight,
	.container .nine,
	.container .ten,
	.container .eleven,
	.container .twelve,
	.container .one-quarter,            
	.container .one-half,             	
	.container .three-quarter,         
	.container .one-third,              
	.container .two-thirds   
		{ margin:0; width: 100%; }
	
	.row {
	  margin:0 0 2% 0;
	} 

/* Grid > 600px */

  @media only screen and (min-width: 600px) {
	     
    .container { 
    	background:transparent;
    	position: relative;
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0;
    }
    
    .container .column,
    .container .columns { 
    	box-sizing: border-box;
    		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
    	display: inline;
    	float: left;
			margin:0 1%;
		}
	
	  /* Nested Column Classes */
	  .column.alpha, .columns.alpha               { margin-left: 0; }
	  .column.omega, .columns.omega               { margin-right: 0; }
	
	  /* Base Grid */
	  .container .one.column,
	  .container .one.columns                     { width: 6.333%; }
	  .container .two.columns                     { width: 14.666%; }
	  .container .three.columns                   { width: 23%; }
	  .container .four.columns                    { width: 31.333%; }
	  .container .five.columns                    { width: 39.666%; }
	  .container .six.columns                     { width: 48%; }
	  .container .seven.columns                   { width: 56.333%; }
	  .container .eight.columns                   { width: 64.666%; }
	  .container .nine.columns                    { width: 73%; }
	  .container .ten.columns                     { width: 81.333%; }
	  .container .eleven.columns                  { width: 89.666%; }
	  .container .twelve.columns                  { width: 98%; }
	
		.container .one-quarter.column              { width: 23%; }
		.container .one-half.column             		{ width: 48%; }
		.container .three-quarter.column            { width: 73%; }
	  .container .one-third.column                { width: 31.333%; }
	  .container .two-thirds.column               { width: 64.666%; }
	
		.row { 
		    margin: 0 -1% 2% -1%;
		}	
		
  } 


/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}

/* Template styles */

#header {
	background:#fff;
	padding:25px 10px 15px 10px;
	position: relative;
	text-align: center;
}

#header p {
	margin:0;
	padding-bottom: 15px;
}

#header-logo {
	margin-bottom: 20px;
}

#header-contact img {
	height:30px;
	width:auto;
}

p.phone {
	font-weight: bold;
}

#nav1 {
	background:#668229;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	height:60px;
	position: relative;
	text-align: center;
	z-index: 500;
}

#nav1 ul {
	margin:0;
	padding:0;
}

#nav1 ul li {
	display:inline-block;
	margin:0;
	padding:0;
}

#nav1 ul li a {
	color:#fff;
	display:block;
	float:left;
	font-family: "georgia", "times new roman", serif;
	font-size:24px;
	height:60px;
	line-height: 60px;
	padding:0 10px ;
}

#content {
	padding:0;
}

#home-content {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:40px 10px 20px 10px;
}

.fur,
.prices .fur {
	background: url(images/bg-fur.jpg) top center repeat-x;
	background-size:cover;
	color:#fff;
	font-size:22px;
	line-height: 130%;
}

.furgallery h1,
.prices .fur h1, 
.fur h1 {
	color:#fff;
	font-size:26px;
}

.furgallery {
	background: url(images/bg-fur-gallery.jpg) top center repeat-x;
	background-size:cover;
	font-size:26px;
}

#gallery p {
	background:#261c14;
	color:#fff;
	font-size:12px;
	margin:0;
	padding:10px;
}

.lead {
	padding-bottom: 20px;
}

.lead .paws {
	margin:0;
}

.lead li {
	background: url(images/bullet-paws.png) center left no-repeat;
	display:inline-block;
	list-style:none;
	margin: 0 20px 10px 0;
	padding-left:40px;
}

.home-image {
	margin:10px;
	position: relative;
}

.home-image img {
	border:10px solid #fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	height:auto;
	margin:0 auto;
	max-width: 100%;
}

.home-image .price {
	background: #668229;
	border-radius:200px;
	border:10px solid #fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	font-family: "gadget", sans-serif;
	font-size:45px;
	line-height: 130%;
	height:200px;
	margin-left:-100px;
	padding-top:35px;
	position: absolute;
		bottom:20px;
		left:50%;
	text-align:center;
	width:200px;
}

.home-image .price span {
	font-size:65px;
}

.brown {
	background:#261C14;
	font-size:20px;
	padding:30px 0 0 0 ;
	text-align: center;
}

.brown .container {
	padding:0;
}

.brown p {
	margin:0 20px 40px 20px;
	
}

.cta {
	background:#668229;
	color:#fff;
	padding:30px;
}

.cta img {
	display:block;
	margin:0 auto 20px auto;
}

.gallery #content {
	padding:30px 20px;
	text-align: center;
}

.fur a,
.furgallery a,
.cta a {
	color:#fff;
	text-decoration: underline;
}

#gallery {
	text-align: center;
	font-size:0;
}

#gallery p {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}

#gallery .three.columns {
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	display:inline-block;
	font-size:14px;
	margin-bottom:20px;
	width:auto;
}

#gallery img {
	display:block;
	height:200px;
	width:100%;
}

#footer {
	background:#000;
	color:#fff;
	padding:40px 0;
	text-align: center;
}

.credits.six {
	color:#808080;
	margin-bottom: 20px;
}



#message {
	background:#c00;
	color:#fff;
	font-size:18px;
	text-align: center;
	padding:15px;
}

/* #Media Queries */

	@media only screen and (min-width: 400px) {
		
	}
	
	@media only screen and (min-width: 600px) {
		
		#home-content {
			padding:30px 20px;
		}
		
		.fur {
			font-size:32px;
		}

		
		.furgallery h1,
		.prices .fur h1,
		.fur h1 {
			font-size:36px;
		}
		
		.brown {
			font-size:30px;
		}
		
		.cta img {
			display:inline-block;
			margin-right: 20px;
			vertical-align: middle;
		}
		
		#gallery {
			text-align: center;
		}
		
		#gallery .three.columns {
			display:inline-block;
			float:none;
		}
		
		#footer {
			text-align: left;
		}
		
		.promo {
			text-align: right;
		}
		
	}
	
	@media only screen and (min-width: 800px) {
		
		#header {
			height:150px;
			padding:0;
		}
		
		#header-logo {
			position: absolute;
				left:10px;
				top:20px;
		}
		
		#header-contact {
			color:#261C14;
			font-family: "georgia", "times new roman", serif;
			font-size:20px;
			position: absolute;
				right:10px;
				top:20px;
			text-align: right;
		}
		
		#header-contact img {
			height:auto;
			width:auto;
		}
		
		#nav1  {
			text-align: left;
		}
		
		#nav1 ul li a {
			font-size:32px;
			padding:0 20px 0 10;
		}
		
		#home-content {
			width:50%;
		}
		
		#home-content .paws li {
			display:block;
		}
		
		.home-image {
			position: absolute;
				top:30px;
				right:30px;
				text-align:right;
			width:45%;
		}
		
		.home-image .price {
			left:0px;
			top:30%;
		}
		
		.brown {
			
		}
		
		.description  {
			text-align: left;
			width:50%;
		}
		
		
		
	}
	
	@media only screen and (min-width: 1200px) {

		#header-logo {
			left:1%;
		}
		
		#header-contact {
			right:1%;
		}
		
		#nav1 ul li a {
			padding:0 30px 0 0;
		}

		p.phone {
			font-size:32px;
			font-weight: normal;
		}
		
		.lead .paws {
			margin-bottom: 30px;
		}
		
		#home-content {
			padding-top:40px;
			width:60%;
		}
		
		.prices #home-content {
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding-right:30px;
		}
		
		.home-image {
			right:0;
			top:40px;
			margin-bottom: 30px;
			width:40%;
		}
		
		.home-image img {
			margin:0;
		}

		.gallery #content {
			text-align: left;
		}
		
		#gallery {
			margin:0 -1%;
		}
		
		#gallery .three.columns {
			
		}


	}
	
	
	
	
