/* Compliments Tabstyles1.css */
@import url(http://fonts.googleapis.com/css?family=Allerta+Stencil);


.tabs-wrapper label.tabLabel {
  color: #DBDBD3;
  background: #525252;
}

.tabs-wrapper label.tabLabel:hover {
  background: #667876;
  /*@include transform (translate(0,-0.2em));*/
}

.mainImage img{
  border:solid 2px #777777;
}

h1 {
    color: #333;
    font-family: 'Allerta Stencil', sans-serif;
    border-bottom: 2px dotted;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 94px;
    border-color:#4A290D;
    font-weight:bold;
}

.images img{
  border-color:#ddd !important;
}

#tab1:checked + label.tabLabel, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #4A290D;
  color: #fff;
}

.tab-body {
  background-image: url("../images/background.jpg");
  background-color: #fff;
}

.tab-body-wrapper {
  border:solid 2px #4A290D;
  background: #f2f2f2;
  border-top: #4A290D 5px solid;
 
}


/* ++++++++++++++++++++++++

Carousel

++++++++++++++++++++++++++++++*/

.chevron::before {
  border-color:#4A290D !important;
}

.swiper-pagination-bullet-active {
    background: none repeat scroll 0% 0% #4A290D !important;
}

  .swiper-container img{
  border:solid 1px #777 !important;

}

/* ++++++++++++++++++++++++

Media Query

++++++++++++++++++++++++++++++*/
