body, h4, h5, h6 { font-family:"Oxygen", san serif; font-weight:400; }
body { background:#F6DC5D; background-image:url(/site/wolfies-bg.jpg); background-size:contain; background-attachment:fixed; }
.page h1 { text-align:center; }
#home.container, #page.container { background:#fff; padding-top:20px; }
#main-content { padding:20px; }
.page li { list-style: inside none disc; }

table { background:url(/site/paws.png) no-repeat  center center; background-size:50%; }
table.big-bg { background-size:90%; }
table.small-bg { background-size:30%; }
table.smaller-bg { background-size:20%; }
table.calendar { background:#fff; }
.header {
  height: 184px;
  overflow: hidden;
}
.productlist {
  margin: 0;
  padding: 0;
}
.productlist > li {
  float: left;
  list-style: outside none none;
  margin: 5px;
  text-align: center;
  width: 265px;
}
.productlist span {
  display: block;
}

footer{
background:#B05E5A;
}

.footer{
padding-top:30px;
padding-bottom:30px;
}

.footer a { color:white!important; }

h1, h2, h3{
font-family:"Kaushan Script", cursive;
font-weight:600;
padding:15px;
}
.navbar-brand img{
width:120px;
}
#logo-list img{
max-width:100px;
}

.middle .fa-stack        .fa { color: #F6DC5D; transition: all 0.5s ease-in-out;}
.middle .fa-stack        .fa.fa-circle-thin { color: #F6DC5D; transition: all 0.5s ease-in-out; }
.middle .fa-stack        .fa.fa-circle { opacity:1.0; color:#F6DC5D; transition: all 0.5s ease-in-out; }
.middle .fa-stack   .fa-inverse{color: #fff; transition: all 0.5s ease-in-out;}

.middle .fa-stack:hover  .fa.fa-inverse {color:#F6DC5D; transition: all 0.5s ease-in-out;}
.middle .fa-stack:hover  .fa.fa-circle-thin {color: #F6DC5D; transition: all 0.5s ease-in-out; }
.middle .fa-stack:hover  .fa.fa-circle {color:#fff; opacity:1.0; transition: all 0.5s ease-in-out;}

.right .fa-stack        .fa { color: #B05E5A; transition: all 0.5s ease-in-out;}
.right .fa-stack        .fa.fa-circle-thin { color: #B05E5A; transition: all 0.5s ease-in-out; }
.right .fa-stack        .fa.fa-circle { opacity:1.0; color:#B05E5A; transition: all 0.5s ease-in-out; }
.right .fa-stack    .fa-inverse{color: #fff; transition: all 0.5s ease-in-out;}

.right .fa-stack:hover  .fa.fa-inverse { color:#B05E5A; transition: all 0.5s ease-in-out;}
.right .fa-stack:hover  .fa.fa-circle-thin { color: #B05E5A; transition: all 0.5s ease-in-out; }
.right .fa-stack:hover  .fa.fa-circle { color:#fff; opacity:1.0; transition: all 0.5s ease-in-out;}

.navbar{
background-color: rgba(0,0,0,0.0);
border-bottom:none;
border-radius:none;
z-index:10;
position:absolute;
top:0;
}
.navbar-header{
background:none;
}
.navbar .navbar-nav>li>a{
margin-top:60px;
margin-bottom:60px;
color:#fff;
font-family:"Kaushan Script", cursive;
font-size:24px;
text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
.navbar .navbar-nav>li>a:hover{
color:#F6DC5D;
}
.navbar .navbar-nav>li>a.active{
text-shadow:none;
border-radius:5px;
background:#F6DC5D;
}
.navbar .navbar-nav>li>a.active:hover{
text-shadow:none;
border-radius:5px;
background:#F6DC5D;
color:#666;
}
.navbar .navbar-nav>li.dropdown>a{
margin-bottom:0;
}
ul{
list-style:none;
}

a{
outline:0;
}

#main-content img{
margin:15px auto;
}
.jumbotron{
background-color:#810827;
color:#f0f0f0;
padding-top:70px;
}
.shadow{
box-shadow:0 0 8px #666;
}
/*-----------------------------
            carousel
------------------------------*/
.swiper-img img {
  max-width:100%;
}

.swiper-pagination-bullet-active {
  background: #fff!important;
}

.swiper-pagination-bullet {
  background: #fff!important;
}

.swiper-caption {
	display: none;
}
.carousel-inner img {
  width: 100%;
}
.carousel-bg{
margin:0;
}
.carousel-control {
opacity:.3;
}
.carousel-caption {
  border-radius: 10px;
  bottom: 5px;
  font-size: 2rem;
  left: 30%;
  padding: 1% 0 2%;
  right: 30%;
text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}
.carousel-indicators li, carousel-caption {
top:90%;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-inner .active {
  opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-inner .next.left,
 .carousel-inner .prev.right {
  opacity: 1;
}
 .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
   .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
   .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.thumb {
    margin-bottom: 30px;
}

.thumbs img{
    width:98%;
    padding:2%; /* A percentage that, when doubled and added to the above, makes 100%. */
    background:transparent;
    border:1px solid #CCCCCC;
      opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;/* Color of the faux border. */
}


.thumbs img:hover {
      opacity: 0.5;
      }

@media (max-width:768px){
body{
background:#fff;
margin-top: 50px;
}
.navbar {
background-color: #F6DC5D;
margin-bottom:0;
border-radius:0;
border-bottom:none;
  
}

.carousel-bg{
margin:0;
}

footer{
width:100%;
}
.navbar-brand{
padding:0 0 0 20px;
}
.navbar-brand>img{
height:50px;
width:auto;
}
.carousel-indicators{
display:none;
}
.carousel-caption{
display:none;
}
.navbar .navbar-nav>li>a{
margin-top:0;
margin-bottom:0;
}
.navbar .navbar-nav>li>a:hover{
color:#fff;
}
.navbar .navbar-nav>li>a.active, .navbar .navbar-nav>li>a.active:hover{
background:#fff;
color:#666;
}
.navbar-collapse{
background:#f2d85b;
}
.news{
text-align:center;
}
.header{
overflow:visible;
height:260px;
}
}
.navbar {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .navbar {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .navbar {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .navbar {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    max-width: 1140px;
  }
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width:600px){
.header{
overflow:visible;
height:170px;
}

}
