/*------------------------------------------------------------------------------------------------*/
/* RESET */
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;
  -webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
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;
}
/* END RESET */
/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
/* HTML STYLES */
body {
  background: #cdecfd;
  background: url(../images/sun-background.png) #cdecfd no-repeat top center;
  font-family: VAGRoundedBT-Regular;
  font-weight: 100;
  min-height: 100%;
}
h1 {
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 0;
  color: #000000;
  margin-top: 20px;
}
h2 {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 36px;
}
p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Nunito', sans-serif;
}
p a {
  color: blue;
}
.hidden-desktop {
  display: none;
}
.container .row {
  height: 100%;
}
.container .row .content {
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 15px;
}
.container .row .content h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
}
.container .row .content h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
.container .row .content .btn {
  margin-top: 10px;
}
.container .row .content img {
  border-radius: 5px;
}
.container .row .content.download {
  float: left;
}
.container .row .content.download h2 {
  float: left;
}
.container .row .content.download i {
  color: #cccccc;
  float: right;
  font-size: 24px;
  margin-top: 10px;
}
.container .row .content.download i.mobile {
  font-size: 36px;
}
.container .row .content.download p {
  margin-top: 10px;
  margin: 0;
}
.container .row .content.download ul {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  margin-left: -10px;
}
.container .row .content.download ul li {
  float: left;
  line-height: 30px;
  padding-bottom: 0;
}
.container .row .content.download ul li a {
  color: blue;
  padding-left: 10px;
  padding-right: 10px;
  border-right: solid 1px #cccccc;
}
.container .row .content.download ul li:last-of-type a {
  border-right: 0;
}
.container .row .content.gallery p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.container .row .content.calltoaction h2 {
  font-size: 30px;
  margin-top: 0;
}
.container .row .content.animal {
  min-height: 540px;
}
.container .row .content.animal h2 {
  font-size: 30px;
  margin-top: 0;
}
.container .row .content.animal h2::first-letter {
  font-size: 36px;
}
.container .row .content.animal h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-top: 10px;
}
.container .row .content.animal img {
  margin: 15px 0;
}
.container .row .content.animal ul {
  list-style-image: url('../images/leaf.png');
  list-style-position: inside;
}
.container .row .content.animal ul li {
  font-weight: normal;
  font-size: 15px;
  margin-left: 5px;
  line-height: 20px;
}
.calltoaction.affix {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 12px;
  width: 262px;
}
.navbar {
  margin-bottom: 10px;
}
.navbar-brand {
  color: #ffffff;
}
.navbar-default a.navbar-brand {
  border: solid 1px #69431a;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  border-radius: 8px;
  -ms-transform: rotate(-4deg);
  /* IE 9 */
  -webkit-transform: rotate(-4deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-4deg);
  background: #9b733f;
  font-size: 28px;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  text-shadow: 2px 2px #4a1e11;
  padding: 10px;
  padding-top: 20px;
  border-top: 0  ;
  border-top: solid 2px #633c1c;
  border-right: solid 2px #633c1c;
  border-bottom: solid 4px #8b6135;
  border-left: solid 4px #8b6135;
  float: left;
  height: auto;
  border-radius: 10px;
  width: 300px;
  margin-top: 15px;
  background: url(../images/wood-background.png) top center;
}
.navbar-default a.navbar-brand:hover {
  color: #ffffff;
  text-decoration: underline;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: -25px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar-default .navbar-toggle {
  border: solid 3px #7c4d27;
  margin-top: 10px;
  padding: 10px;
  margin-right: 0;
  margin-top: 20px;
  box-shadow: 1px 1px 1px #000000;
}
.navbar-default .navbar-toggle:hover {
  background: #3f1205;
}
.navbar-default .navbar-toggle:focus {
  background: #3f1205;
}
.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #000000;
  background: #9b733f;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 10px;
}
.nav-local ul li {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
}
.nav-local ul li:first-of-type {
  font-size: 26px;
}
.nav-local ul li.active {
  margin-left: -30px;
}
.nav-local ul li.active a {
  background: url(../images/leaf-large.png) no-repeat top left;
  padding-left: 30px;
}
.nav-local ul li a {
  color: #000000;
  text-decoration: none;
}
.nav-local ul li a:hover {
  text-decoration: underline;
}
.fa-lg {
  font-size: 1.5em;
  line-height: 0.5em;
  vertical-align: -15%;
}
.navbar-nav {
  margin-left: 20px;
}
.navbar-default {
  background: url(../images/background-branch.png) repeat #cdecfd;
  min-height: 90px;
}
.navbar-default .navbar-nav {
  margin-top: 15px;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  border-radius: 10px;
  text-shadow: 2px 2px #3d1408;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  background: none;
  color: #ffffff;
  text-decoration: underline;
}
.navbar-default .navbar-nav > li.active > a {
  text-decoration: underline;
  background: none;
  border: none;
  color: #ffffff;
  background: url(../images/leaf.png) no-repeat 3px 12px;
}
.navbar-default .navbar-nav > li.active > a:focus {
  text-decoration: underline;
  background: none;
  border: none;
  color: #ffffff;
}
.navbar-default .navbar-nav > li.active > a:hover {
  text-decoration: underline;
  background: none;
  border: none;
  color: #ffffff;
  background: url(../images/leaf.png) no-repeat 3px 12px;
}
.navbar-default .navbar-nav > li > ul {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li > ul > li {
  font-size: 18px;
  text-shadow: 2px 2px #3d1408;
  list-style: none;
  background: url(../images/leaf.png) no-repeat 25px 5px;
  padding-left: 40px;
}
.navbar-default .navbar-nav > li > ul > li > a:hover {
  color: #ffffff;
}
.navbar-collapse {
  padding-left: 0;
  padding-bottom: 15px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
a {
  color: #ffffff;
  text-decoration: none;
}
.navbar-social {
  list-style: none;
  float: left;
  margin: 0;
  padding-left: 0;
  margin-top: 20px;
}
.navbar-social > li > a {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 1px #4a1e11;
  text-shadow: 2px 2px #3d1408;
  position: relative;
  display: block;
  padding: 5px 10px;
}
.navbar-social > li > a i {
  margin-right: 3px;
}
.navbar-social > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar-social > li > a:hover > i {
  opacity: 0.8;
}
footer {
  width: 100%;
  background-color: #70af3c;
  border-top: solid 2px #4d8222;
  position: relative;
  margin-top: -64px;
  /* negative value of footer height */
  height: 64px;
  clear: both;
  padding: 10px 0;
}
footer p {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
  line-height: 20px;
}
footer ul {
  float: right;
  padding-top: 10px;
}
footer ul li {
  display: inline;
  margin-left: 10px;
}
footer ul li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer ul li > a:hover > i {
  opacity: 0.8;
}
img {
  width: 100%;
}
.rounded-image {
  width: 120px;
  border: none;
  float: left;
  margin: 10px 20px 10px 0;
  border-radius: 60px;
}
h2 {
  clear: left;
}
.cta {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.cta h2 {
  font-size: 28px;
  margin: 0;
  color: #000000;
  margin-bottom: 0 !important;
}
.cta p {
  margin-top: 10px;
}
.cta-az {
  margin-top: 10px;
}
a.btn {
  margin-top: 10px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 3px;
  border-radius: 4px;
  border: solid 1px #efefef;
  color: #000000;
  padding: 4px 9px;
}
a.btn:hover {
  background: #28b04b;
  color: #ffffff;
}
a.btn-active {
  background: #28b04b;
  color: #ffffff;
}
a.btn.btn-primary {
  background: #28b04b;
  color: #ffffff;
}
.shop-item p {
  margin-top: 10px;
  margin-bottom: 0;
}
.content {
  margin-left: 0;
  margin-right: 0;
}
.tumblr_post .tumblr_title {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.tumblr_post iframe {
  width: 100%;
}
.navbar-default .navbar-nav li ul {
  display: none;
}
.navbar-default .navbar-nav li ul li {
  background: none;
}
.navbar-default .navbar-nav li ul li a {
  line-height: 30px;
}
.container .carousel.content {
  margin-bottom: 30px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-caption {
  position: static;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0;
  color: #000;
  text-align: center;
  text-shadow: none;
}
.carousel-caption-home {
  text-align: left;
  bottom: 0;
}
.carousel-caption-home p {
  margin-bottom: 0;
}
.carousel-caption p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1215px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
  }
  .calltoaction.affix {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top: 12px;
    width: 212.5px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body {
    background: #cdecfd;
  }
  .hidden-mobile {
    display: none;
  }
  .navbar-default .navbar-nav li ul {
    display: none;
  }
  .navbar-default .navbar-nav li ul li {
    background: none;
  }
  .navbar-default .navbar-nav li ul li a {
    line-height: 30px;
  }
  .navbar-nav > li {
    float: left;
  }
  .calltoaction {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-social {
    display: none;
  }
  .navbar-default .navbar-nav > li {
    float: left;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 24px;
  }
  .navbar-nav {
    margin-left: 0;
  }
  .calltoaction.affix {
    position: relative;
    top: 0;
    z-index: 10000;
    margin-top: 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
  body {
    background: #cdecfd;
  }
  .hidden-mobile {
    display: none;
  }
  .navbar-default a.navbar-brand:hover {
    color: #ffffff;
    -ms-transform: rotate(-3deg);
    /* IE 9 */
    -webkit-transform: rotate(-3deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav li ul {
    display: inline;
  }
  .navbar-default .navbar-nav li ul li {
    background: none;
  }
  .navbar-default .navbar-nav li ul li a {
    line-height: 30px;
  }
  .navbar-social {
    display: none;
  }
  .navbar-default {
    background: url(../images/background-branch.png) repeat #cdecfd;
    min-height: 90px;
  }
  .container {
    padding-bottom: 0px;
  }
  .row {
    height: auto;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  .navbar-header {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .nav.navbar-nav {
    margin: 10px;
    padding: 0;
  }
  #navbar.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-default .navbar-toggle {
    border: solid 3px #7c4d27;
    margin-top: 10px;
    padding: 10px;
    margin-right: 0;
    margin-top: 12px;
    box-shadow: 1px 1px 1px #000000;
  }
  .navbar-default .navbar-toggle:hover {
    background: #3f1205;
  }
  .navbar-default .navbar-toggle:focus {
    background: none;
  }
  .local-navbar-toggle {
    background: red;
    width: 30px;
    height: 30px;
    float: left;
  }
  .calltoaction.affix {
    position: relative;
    top: 0;
    z-index: 10000;
    margin-top: 12px;
    width: 100%;
  }
  footer {
    margin-top: -60px;
    /* negative value of footer height */
    height: 100px;
  }
  footer p {
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 10px;
    line-height: 20px;
  }
  footer ul {
    float: left;
    padding-top: 20px;
  }
  footer ul li {
    display: inline;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 10px;
  }
  footer ul li > a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  footer ul li > a:hover > i {
    opacity: 0.8;
  }
}
@media (max-width: 480px) {
  .navbar-social {
    display: none;
  }
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  .navbar-toggle {
    border: solid 3px #7c4d27;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #000000;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  .navbar-brand {
    background: #9b733f;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    float: left;
    height: auto;
    border-radius: 8px;
    width: 160px;
    background: url(../images/wood-background.png) repeat;
  }
  h1 {
    font-size: 36px;
    margin-left: 0;
    margin-right: 0;
  }
  .content {
    margin-left: 0;
    margin-right: 0;
  }
  .content.gallery p {
    font-size: 16px;
  }
  .content.download {
    float: left;
  }
  .content.download h2 {
    float: left;
  }
  .content.download i {
    display: none;
  }
  .content.download i.mobile {
    font-size: 36px;
  }
  .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default a.navbar-brand {
    border: solid 1px #69431a;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    background: #9b733f;
    font-size: 28px;
    line-height: 46px;
    border-top: 0;
    border-top: solid 2px #633c1c;
    border-right: solid 2px #633c1c;
    border-bottom: solid 4px #8b6135;
    border-left: solid 4px #8b6135;
    border-radius: 10px;
    margin-top: 12px;
    background: url(../images/wood-background.png) -60px -10px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    padding: 8px;
    padding-top: 25px;
    float: left;
    height: auto;
    padding-left: 0;
    width: 200px;
  }
  .navbar-default .navbar-toggle {
    border: solid 3px #7c4d27;
    margin-top: 10px;
    padding: 10px;
    margin-right: 0;
    margin-top: 15px;
    box-shadow: 1px 1px 1px #000000;
  }
  .navbar-default .navbar-toggle:hover {
    background: #3f1205;
  }
  .navbar-default .navbar-toggle:focus {
    background: #3f1205;
  }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000;
    background: #9b733f;
  }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 10px;
  }
  .carousel {
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    background: red;
  }
  .carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .carousel .item {
    display: inline;
    position: relative;
  }
  .carousel-caption {
    padding: 10px 15px 25px;
  }
}
@media (max-width: 320px) {
  .navbar-brand {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    padding: 10px;
    padding-top: 10px;
    float: left;
    height: auto;
    background: none;
    border-radius: 0;
    padding-left: 0;
    border: none;
  }
  footer {
    margin-top: -60px;
    /* negative value of footer height */
    height: 120px;
  }
}
@media (max-width: 1000px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
}
.main {
  overflow: auto;
  padding-bottom: 60px;
}
/* must be same height as the footer */
