/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

/*BEGIN OUR STYLES*/

body {
  /* background-image: url(../images/green-silk-background-seamless.jpg);  url(../images/shamrock-bg.jpg) url(../images/gold-bg.jpg) images/bg.jpg */
  /* background-size: cover; */
  /* background-repeat: repeat; */
  /* background-attachment: fixed; */
  color: #000000; /* #333333 #666666 */
  /*
  background-image: url(../images/html-bg.png);
  background-repeat: repeat-x;
  background-color: #ffffff;
  */
  font-size: 100%; /* 16px */
  line-height: 1.4em;
  font-family: Tahoma, Arial, Helvetica, sans-serif; /* Arial, helvetica, sans-serif*/
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/*ul {
    list-style: disc;
    padding: 0 0 0 20px;
}
*/
/*
ul {
    margin: 0 0 1.5em;
}
ul {
    list-style: disc;
    padding: 0 0 0 20px;
}
*/
ul li {
  font-size: 1.0em; /* 100% 16 x 75% = 12px */
}

ul.star {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin: 0px 0px 10px 0px;
  /* outline: solid 1px red; */
}
ul.star li {
  list-style-type: none;
  background-image: url(../images/bullet.png); /* bullet.jpg */
  background-repeat: no-repeat;
  background-position: 0px 0.4em; /* 0px 0.3em */
  text-align: left;
  padding-left: 30px;
  margin: 0px 5px 3px 0px;
  /* outline: solid 1px green; */
}
ul.star li ul {
  padding-left: 20px;
  margin-left: 0px;
}
ul.star li ul li {
  list-style-type: none;
  background: url(https://baxterbisonranch.ca/styles/images/sn.gif) no-repeat 0px 6px;
  text-align: left;
  padding-left: 15px;
  margin: 0px 5px 3px 0px;
}
dl {
  margin: 10px;
}
dt {
  font-weight: bold;
  padding-left: 10px;
}
dd {
  padding-left: 30px;
  margin-bottom: 18px;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ol li {
  font-weight: normal; /* bold */
  margin: 0px 5px 3px 0px;
}
ol li span+p {
  margin-top: 12px;
}

/*
a {
    color: #1D745A;
}
*/
a:link, a:visited {
  color: #ee8632; /* #575759; */
  background: transparent; /* #faf0cf; */
  text-decoration: none;
  font-weight: bold; /* normal */
}
a:hover, a:active {
  color: #000000; /* #ffffff */
  /* background: #ee8632; transparent */
  text-decoration: none; /* underline */
  font-weight: bold; /* normal */
}
h1 {
  /* height: 40px; */
  position: relative;
  color: #ffffff; /* #575759 */
  background-color: #ee8632; /* transparent #000000 */
  text-align: center; /* left */
  font-style: normal;
  font-variant: normal; /* small-caps */
  font-weight: bold;
  font-size: 1.0em; /* 100% 16 x 100% = 16px */
  /* line-height: 40px; 16 x 2.5 = 40px */
  /*font-family: Arial, sans-serif; */
  text-transform: uppercase; /* */
  padding: 5px; /* 10px 0px 17px 0px */
  /* border: solid 1px red; */
  margin: 0px auto 8px auto; /* 0px 0px 0px 0px */
}
h2 {
  color: #ffffff; /* #24356c #8b402b */
  background: #211f20; /* #8ba0b3 #f39c12 */
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.0em; /* 0.875em */
  /* line-height: 1.875em; 16 x 1.875 = 30px */
  /* text-transform: uppercase; */
  padding: 5px;
  /* border: solid 1px red; */
  margin: 0px 0px 8px 0px; /* 0px 0px 8px 0px */
}
h2 a:link, h2 a:visited {
  font-weight: bold; /* normal */
}
h2 a:hover, h2 a:active {
  font-weight: bold; /* normal */
}
h3 {
  color: #ee8632; /* #136d9e */
  background: transparent; /* #e0e4eb */
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.0em; /* 16 x 87.5% = 14px */
  margin: 8px 0px 8px 0px;
}
h4 {
  color: #ee8632; /* #222222 */
  background: transparent; /* #e0e4eb */
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.0em; /* 16 x 87.5% = 14px */
  margin: 8px 0px 8px 0px;
}
p {
  color: #000000; /* #574e39 */
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.0em; /* 100% 16 x 75% = 12px */
  /* line-height: 1.2em; 12 x 1.2 = 14px */
  /* font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif; */
  padding: 0;
  margin: 8px 0px 8px 0px;
  /* margin: 0px 0px 8px 0px; */
}
p.location {
  text-align: center;
  font-weight: normal;
}
p.location a {
  font-weight: normal;
}
p.author {
  text-align: right;
}
p.ctr {
  text-align: center;
}
p.ctr a {
  font-size: 1.0em;
}
p.image-credit {
  margin-top: -10px; /**/
  padding-top: 0; /* */
  text-align: right;
  font-family: sans-serif;
  font-size: 10px;
  padding-right: 10px;
  /* font-size: smaller; */
  /* outline: solid 1px red; */
}

/* testimonials */
blockquote {
  background: url(../images/quote-right.png) no-repeat bottom right;
  margin: 20px 10px 10px 10px;
}
blockquote p {
  background: url(../images/quote-left.png) no-repeat top left;
  font-style: italic;
  padding: 0px 25px;
  margin: 5px 0px;
}

address {
  color: #000000;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  padding: 0px;
  margin-bottom: 10px; /* */
}
sup {
  font-size: smaller;
  vertical-align: top; /* */
}

/*layout*/

.wrapper {
  background-color: transparent; /* rgba(255,255,255,0.5) #ffffff */
}
/* Torso */
div.torso {
  background-color: #ffffff; /* #ffffff */
  padding: 10px;
  /* outline: solid 1px blue; */
}
#wide {
  float: left;
  clear: left;
  /* margin: 0 0 10px 0; */
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  /* outline: solid 1px blue; */
}
#main {
  float: left;
  clear: left;
  /* margin: 0 0 10px 0; */
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  /* outline: solid 1px blue; */
}
aside {
  float: left;
  clear: left;
  /* margin: 0 0 10px 0; */
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  /* padding-top: 0px; */
  /* outline: solid 1px green; */
}
section img.left {
  float: left;
  margin: 5px 18px 13px 0px;
  /* margin: 5px 20px 20px 0px; */
  /* outline: solid 1px red; */
}
section img.right {
  float: right;
  margin: 5px 0px 13px 18px;
  /* margin: 5px 20px 20px 0px; */
  /* outline: solid 1px red; */
}
article img.centre {
  display: block; /* */
  max-width: 100%; /*  width: 100% */
  margin: 0px auto 10px auto;
  /* margin: 0px auto; */
  /* outline: solid 1px red; */
}
aside p {
  /* font-style: italic; */
}
aside img {
  max-width: 100%; /*  width: 100% */
  /* outline: solid 1px red; */
}

div.clear {
  clear: both;
  height: 0px;
}
section {
}

/* ARTICLE */

article {
  padding: 10px; /* new */
  /* border-bottom: 1px solid #d8d8d8; */
  /* padding: 10px 20px 0 20px; */
  /* margin: 10px 0; */
  margin-bottom: 20px; /* 10px */
  /* outline: solid 1px blue; */
}
article.last {
  margin-bottom: 0px;
}
article.list {
  margin-bottom: 0px;
  padding: 0 10px 0 10px; /* 0px */
}
article.list ul.star {
  margin: 0px 0px 0px 0px; /* 0px 0px 10px 0px */
}
article.list ul.star a:link, article ul.star a:visited, article ul.star a:hover, article ul.star a:active {
 display: inline;
}
article.topgap {
  margin-top: 40px; /* 10px */
}

/* HEADER */

header {
  background-color: #ffffff; /* rgba(255,255,255,0.5) */
  text-align: center;
  padding: 15px 30px; /* 15px 20px */
  /* outline: solid 1px green; */
}

        /*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
        header:before,
        header:after {
            content:"";
            display:table;
        }

        header:after {
            clear:both;
        }

        /* For IE 6/7 (trigger hasLayout) */
        header {
            zoom:1;
        }

/* Logo */
div.logo {
  display: none;
}
a.to_nav {
  display: block; /* inline-block */
  width: 32px;
  height: 32px;
  /* background-image: url(../images/hamburger.png); */
  background-color: #010101; /* #575759 */
  margin: 0 auto;
  /* outline: solid 1px red; */
}

a.to_nav:hover,
a.to_nav:focus {
  background-color: #ee8632; /* #ee8632 */
}
#from_nav {
  display: none;
}

/*navigation*/

#primary_nav ul {
    list-style: none;
    background: #ffffff; /* #b7ac9b transparent */
    padding: 5px 0;
}

#primary_nav li a {
    display: block;
    padding: 0 20px;
    color: #ffffff; /* #ffffff */
    background: #010101; /* #575759 */
    text-decoration: none;
    font-size: 0.95em; /* new */
    font-weight: bold; /* normal */
    text-align: center;
    text-transform: uppercase; /* */
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #ffffff;
}

#primary_nav li:last-child a {
    border-bottom: none;
}

#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #ffffff; /* #ffffff */
    background: #ee8632; /* #ee8632 */
}

/* Banner */

#banner {
  position: relative;
  // background-image: url(https://baxterbisonranch.ca/images/birchbark.png);
  // background-repeat: repeat;
  background-color: transparent; /* #ee8632 transparent rgba(255,255,255,0.5) */
  padding: 0; /* 30px 30px 0 30px */
  /* outline: solid 1px red; */
}
#banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%; /* max-width: 100% */
  /* outline: solid 1px black; */
}
#banner div {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 0;
}
#banner div span {
  display: inline;
  color: #ffffff;
  background-color: rgba(52, 73, 94, 0.5); /* #34495e */
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

/* Footer */

footer {
  /* margin-top: 20px; */
  /* background-image: linear-gradient(to right, #ac8b56 0%, #ffffff 26%, #ffffff 74%, #ac8b56 100%); */
  background-color: #211f20; /* transparent #ee8632 */ 
  /* background-image: url(../images/footer.png), url(../images/footer-right.png); */
  /* background-repeat: repeat-y, repeat-y; */
  /* background-position: top left, top right; */
  background-clip: padding-box, padding-box; /* */
  padding: 5px;

  /* outline: solid 1px #ed8633; */
}
footer p {
  /* display: block; */
  color: #ffffff;  /* 000000 #ffffff */
  font-weight: bold;
  text-align: center;
  padding: 0.5em 1.0em;
  border: solid 8px #ed8633; /* */
  margin: 0;
  /*outline: solid 1px red; */
}

/* Embed Responsively */
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 56.25% */
  padding-top: 30px; /* */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Flickr Embed */
.flickr-embed-container {
  width: 320px;
  height: 240px;
  margin: 10px auto 20px auto;
}
/* social media */
div.ad {
  margin: 0px 0px 20px 0px; /* 20px 0px */
}
div.ad ul {
  margin: 0px;
  text-align: center;
  /* outline: solid 1px black; */
}

/* sore thumb buttons */
div.ad ul.links {
  /* margin: 20px 0px; */
  text-align: center;
}
div.ad ul.links li {
 display: block;
 margin-bottom: 10px;
}
div.ad ul.links li a {
 display: block;
}
div.ad ul.links a img {
  display: inline;
  width: 16px;
  height: 16px;
  padding-right: 20px;
  vertical-align: middle; /* #ff8f8f */
  border: none;
}
div.ad ul.links a {
  display: block; /* */
  text-decoration: none; /* underline */
  color: #fff;
  background-color: #010101;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #010101), color-stop(50%, #ee8632), color-stop(50%, #ee8632), color-stop(100%, #010101));
  background-image: -webkit-linear-gradient(top, #010101 0%, #ee8632 50%, #ee8632 50%, #010101 100%);
  background-image: -moz-linear-gradient(top, #010101 0%, #ee8632 50%, #ee8632 50%, #010101 100%);
  background-image: -ms-linear-gradient(top, #010101 0%, #ee8632 50%, #ee8632 50%, #010101 100%);
  background-image: -o-linear-gradient(top, #010101 0%, #ee8632 50%, #ee8632 50%, #010101 100%);
  background-image: linear-gradient(top, #010101 0%, #ee8632 50%, #ee8632 50%, #010101 100%);
  border: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(201, 142, 148, 0.4), 0 1px 3px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(201, 142, 148, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(201, 142, 148, 0.4), 0 1px 3px #333333;
  font-weight: bold; /* font: bold 75% Verdana, Geneva, Tahoma, sans-serif; */
  font-size: 1.0em;
  line-height: 20px; /* 1 */
  padding: 6px 0px 6px 0px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8); /* 0px -1px 1px rgba(0, 0, 0, 0.8) */
  /* width: 150px; 150px */
}
div.ad ul.links a:hover {
  background-color: #ee8632;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8632), color-stop(50%, #ee8632), color-stop(50%, #ee8632), color-stop(100%, #ee8632));
  background-image: -webkit-linear-gradient(top, #ee8632 0%, ##ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -moz-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -ms-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -o-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  cursor: pointer;
}
div.ad ul.links a:active {
  background-color: #ee8632;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8632), color-stop(50%, #ee8632), color-stop(50%, #ee8632), color-stop(100%, #ee8632));
  background-image: -webkit-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -moz-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -ms-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -o-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 20px 0 #000000, 0 1px 0 white;
  -moz-box-shadow: inset 0 0 20px 0 #000000, 0 1px 0 white;
  box-shadow: inset 0 0 20px 0 #000000, 0 1px 0 white;
}
div.ad ul.links a.selected:link, div.ad ul.links a.selected:visited {
  color: #ffffff;
  background-color: #45b549;
  /* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8); */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8632), color-stop(50%, #ee8632), color-stop(50%, #ee8632), color-stop(100%, #ee8632));
  background-image: -webkit-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -moz-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -ms-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -o-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  border: 1px solid #ac8b56;
  border-bottom: 1px solid #ac8b56;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(87, 78, 57, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(87, 78, 57, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(87, 78, 57, 0.4);
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}
div.ad ul.links a.selected:hover, div.ad ul.links a.selected:active {
  color: #ffffff;
  background-color: #45b549;
  /* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8); */
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8632), color-stop(50%, #ee8632), color-stop(50%, #ee8632), color-stop(100%, #ee8632));
  background-image: -webkit-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -moz-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -ms-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: -o-linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  background-image: linear-gradient(top, #ee8632 0%, #ee8632 50%, #ee8632 50%, #ee8632 100%);
  border: 1px solid #ac8b56;
  border-bottom: 1px solid #ac8b56;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(87, 78, 57, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(87, 78, 57, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(87, 78, 57, 0.4);
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}

/* Tables */

/* Table - Contact */
table.contact {
  width: 100%;
}
table.contact th {
  font-size: 1.0em;
  text-align: center;
}
table.contact td {
  font-size: 1.0em;
  text-align: center;
}


div.draw {
  margin: 10px auto 10px auto;
  height: 200px;
  overflow: auto;
  border: 1px solid #000000;
}

table.draw {
  border-collapse: collapse;
  width: 100%; /* width: 40em; */
  /* border: 1px solid #000000; */
  /* border-color: #333333 #ff9900 #ff9900 #333333; */
  /* margin: 10px auto 10px auto; */
}
table.draw caption {
  color: #000000;
  font-size: 0.9em; /* 100% 16 x 75% = 12px */
  font-weight: bold;
  margin: 1em 0;
}
table.draw thead {
  color: #ffffff;  /* #000000 #ff9900 */
  background: #06064d; /* #8e6d3e url(../images/bar.gif) repeat-x left center */
  border-bottom: 1px solid #3d5b70; /* #486a88 */
}
table.draw th {
  font-weight: normal;
}
table.draw th, table.draw td  {
  text-align: center; /* */
  font-size: 0.9em; /* 100% 16 x 75% = 12px */
  padding: 0.1em 0.5em;
  border-right: 1px solid #ffffff; /* #990000 */
}
table.draw td  {
  /* color: #000000; #663300 */
}
table.draw th.last, table.draw td.last {
  border: none;
}
table.draw tbody tr {
  background-color: #ffffff; /* #ccffff */
}
table.draw tr.odd {
  background-color: #dddddd; /* #dddddd */
}
table.draw tbody tr:hover {
  color: #ffffff; /* #000000 */
  background-color: #999999; /* #fff217 */
  cursor: default;
}
table.draw tfoot {
 border-top: 1px solid #ccc;
}
table.draw th {
  /* width: 110px; */
  vertical-align: top;
}

/* thumbs */

div.thumbs {
  background-color: transparent; /* #666666 */
  padding: 2px; /* 5px */
  max-width: 640px; /* NEW */
  margin: 0 auto 10px auto; /* margin: 0 0 10px 0 */
  /* outline: solid 1px red; */
}
div.thumb {
  float: left;
  /* margin: 0 0 10px 0; */
  width: 100%;/* 25% 33.333% NEW */
  box-sizing: border-box;
  /* outline: solid 1px blue; */
}
/*
div.thumb:nth-of-type(4n+1) {
  clear: left;
}
*/
div.thumb a {
  display: block;
  padding: 2px; /* 5px */
  background-color: transparent; /* #666666 */
}
div.thumb a:hover {
  display: block;
  padding: 2px; /* 5px */
  background-color: #666666; /* #ffffff */
}
div.thumb img {
  width: 100%;
  display: block;
}

/* SOLD */
div.sold {
  position: relative;
}
div.sold span {
  position: absolute;
  left: 0px; /* 1px border + 5px padding on img */
  top: 5px; /* 1px border + 5px padding on img */
  z-index: 10;
  width: 111px;
  height: 111px;
  background: transparent url(https://baxterbisonranch.ca/images/sold.png);
}
div.cs {
  position: relative;
}
div.cs span {
  position: absolute;
  left: 0px; /* 1px border + 5px padding on img */
  top: 5px; /* 1px border + 5px padding on img */
  z-index: 10;
  width: 111px;
  height: 111px;
  background: transparent url(https://baxterbisonranch.ca/images/cs.png);
}

/* Credit */

.credit {
  /* outline: solid 1px blue; */
  margin: 18px 0;
}
.credit p {
  text-align: center;
}
.credit p a {
  font-weight: normal;
}
.credit p a:link, .credit p a:visited {
  color: #ee8632; /* #ee8632; */
}
.credit p a:hover, .credit p a:active {
  color: #000000; /* #ee8632 */
  background-color: #ffffff;
  /* font-weight: bold; */
}

/* CONTACT FORM */

div.contact {
  /* width: 90%;  */
  margin: 0 auto;
}
div.contact fieldset {
  // background-image: url(https://baxterbisonranch.ca/images/birchbark.png);
  // background-repeat: repeat;
  background-color: transparent;  /* #dddddd */
  border: solid 1px #575759;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
div.contact legend {
  color: #ee8632;
  font-size: 0.75em; /* 100% 16 x 75% = 12px */
  font-weight: bold;
}
div.contact label {
  float: left;
  width: 100%; /* 180px */
  text-align: left;
  padding-right: 12px;
}
div.contact select, div.contact input, div.contact textarea {
  width: 92%; /* 420px */
}
div.contact input[type="submit"] {
  width: 90px; /* 60px */
  color: #000000;
  background: #ffffff;
  border: 2px outset #666666;
}

img.captcha {
  display: block;
  margin: 0 auto;
}

/* MEDIA QUERIES */

/* bigger than smartphone portrait */
@media screen and (min-width: 535px) {

  a.to_nav {
    display: none;
  }

  #from_nav {
    display: block;
    min-height: 30px;
  }

  .wrapper {
    position: relative;
    max-width: 1200px; /* width: 960px; */
    margin: auto;
  }
  article.half {
    width: 50%; /* 62% */
    box-sizing: border-box;
    float: left;
    /* border-bottom: none; */
  }

}

/* 3 line nav */
@media only screen and (min-width: 535px) and (max-width: 640px) {

  #from_nav {
    display: block;
    width: 100%; /* 67% */
    min-height: 90px;
    /* outline: solid 1px #dddddd; */
  }

  #primary_nav {
    box-sizing: border-box;
    padding: 15px 30px;
    position: absolute;
    top: 0px; /* 15px */
    right: 0px; /* 30px */
    background-color: transparent; /* #1c1c1c */
    /* outline: solid 1px red; */
    width: 100%; /* 67% */
    /* height: 200px; */
  }
  #primary_nav ul li {
    display: inline-block; /* */
    width: 33.333%;
    float: left; /* */
    text-align: center;
    /* outline: solid 1px green; */
  }
  #primary_nav ul li a {
    padding: 0px 0px 0px 0px;
    box-sizing: border-box; /* */
    width: 100%;
    overflow: hidden;
  }
  #primary_nav ul {
    padding: 0 0;
  }

  #primary_nav li {
    display: inline;
  }

  #primary_nav li a {
    color: #000000;
    background-color: transparent;
    font-weight: normal; /* bold */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #primary_nav li a:link,  #primary_nav li a:visited {
    color: #ffffff; /* #ffffff */
    background-color: #211f20;  /* transparent #dddddd */
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #primary_nav li a:hover,  #primary_nav li a:active {
    color: #ffffff; /* #ffffff */
    background-color: #ee8632; /* transparent #136d9e */
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #home #primary_nav li:nth-child(1) a:link,  #home #primary_nav li:nth-child(1) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #meat #primary_nav li:nth-child(2) a:link,  #meat #primary_nav li:nth-child(2) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #about #primary_nav li:nth-child(3) a:link,  #about #primary_nav li:nth-child(3) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #contact #primary_nav li:nth-child(4) a:link,  #contact #primary_nav li:nth-child(4) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #links #primary_nav li:nth-child(5) a:link,  #links #primary_nav li:nth-child(5) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }

  #primary_nav li.top {
    display: none;
  }

  #primary_nav li a:link,  #primary_nav li a:visited {
    padding: 0px 0px 0px 0px;
  }

  #primary_nav li a:hover,  #primary_nav li a:active {
    padding: 0px 0px 0px 0px;
  }

}

/* 2 line nav */
@media only screen and (min-width: 640px) and (max-width: 960px) {

  #from_nav {
    display: block;
    min-height: 60px;
    /* outline: solid 1px #dddddd; */
  }

  #primary_nav {
    box-sizing: border-box;
    padding: 15px 30px;
    position: absolute;
    top: 0px; /* 15px */
    right: 0px; /* 30px */
    background-color: transparent; /* #1c1c1c */
    /* outline: solid 1px red; */
    width: 100%; /* 67% */
    /* height: 200px; */
  }
  #primary_nav ul li {
    display: inline-block; /* */
    width: 20%; /* 33.333% */
    float: left; /* */
    text-align: center;
    /* outline: solid 1px green; */
  }
  #primary_nav ul li a {
    padding: 0px 0px 0px 0px;
    box-sizing: border-box; /* */
    width: 100%;
    overflow: hidden;
  }
  #primary_nav ul {
    padding: 0 0;
  }

  #primary_nav li {
    display: inline;
  }

  #primary_nav li a {
    color: #000000;
    background-color: transparent;
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #primary_nav li a:link,  #primary_nav li a:visited {
    color: #ffffff; /* #ffffff */
    background-color: #211f20;  /* transparent #dddddd */
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #primary_nav li a:hover,  #primary_nav li a:active {
    color: #ffffff; /* #ffffff */
    background-color: #ee8632; /* transparent #136d9e */
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #home #primary_nav li:nth-child(1) a:link, #home #primary_nav li:nth-child(1) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #meat #primary_nav li:nth-child(2) a:link, #meat #primary_nav li:nth-child(2) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #about #primary_nav li:nth-child(3) a:link, #about #primary_nav li:nth-child(3) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #contact #primary_nav li:nth-child(4) a:link, #contact #primary_nav li:nth-child(4) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #links #primary_nav li:nth-child(5) a:link, #links #primary_nav li:nth-child(5) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }

  #primary_nav li.top {
    display: none;
  }

  #primary_nav li a:link,  #primary_nav li a:visited {
    padding: 0px 0px 0px 0px;
  }

  #primary_nav li a:hover,  #primary_nav li a:active {
    padding: 0px 0px 0px 0px;
  }

}

/* single line nav */
@media screen and (min-width: 960px) {

  #from_nav {
    display: block;
    min-height: 30px;
    /* outline: solid 1px #dddddd; */
  }

  #primary_nav {
    box-sizing: border-box;
    padding: 15px 30px;
    position: absolute;
    top: 0px; /* 15px */
    right: 0px; /* 30px */
    background-color: transparent; /* #1c1c1c */
    /* outline: solid 3px red; */
    width: 100%; /* 75% */
    /* height: 200px; */
  }

  #primary_nav ul li {
    display: inline-block; /* */
    width: 20%; /* 20% */
    float: left; /* */
    text-align: center;
    /* outline: solid 1px green; */
  }
  #primary_nav ul li a {
    padding: 0px 0px 0px 0px;
    box-sizing: border-box; /* */
    width: 100%;
    overflow: hidden;
  }
  #primary_nav ul {
    padding: 0 0;
  }

  #primary_nav li {
    display: inline;
  }


  #primary_nav li a {
    color: #000000;
    background-color: transparent;
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #primary_nav li a:link,  #primary_nav li a:visited {
    color: #ffffff; /* #ffe810 */
    background-color: #211f20;  /* transparent #000000 */
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #primary_nav li a:hover,  #primary_nav li a:active {
    color: #ffffff; /* #136d9e */
    background-color: #ee8632; /* transparent #136d9e */
    font-weight: bold; /* normal */
    /* text-transform: uppercase; */
    float: left;
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    /* margin: 1px; */
  }

  #home #primary_nav li:nth-child(1) a:link, #home #primary_nav li:nth-child(1) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #meat #primary_nav li:nth-child(2) a:link, #meat #primary_nav li:nth-child(2) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #about #primary_nav li:nth-child(3) a:link, #about #primary_nav li:nth-child(3) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #contact #primary_nav li:nth-child(4) a:link, #contact #primary_nav li:nth-child(4) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }
  #links #primary_nav li:nth-child(5) a:link, #links #primary_nav li:nth-child(5) a:visited {
    color: #ffffff; /* #e10022 */
    background-color: #ee8632;  /* transparent */
  }

  #primary_nav li.top {
    display: none;
  }

  /* Torso */
  #wide {
    clear: none;
    width: 100%;
  }
  #main {
    clear: none;
    width: 64%; /* 62% */
    /* margin-right: 5%; */
  }
  aside {
    clear: none;
    width: 36%;/* 35% */
    /* padding-top: 10px; */
    /* float: right; */
  }
  article {
    /* border-bottom: none; */
  }


}

