body {
	font-family: 'Heebo', sans-serif;
	color: #575656;
}

/* breadcrumb */

.breadcrumb {
    border: none;
    background-color: #f1f1f2;
    padding-left: 10px;
}

.breadcrumb > li:after {
    top: 8px;
    width: 5px;
    height: 5px;
    right: 8px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.breadcrumb > li {
    padding: 0 32px 0 10px;
}

.breadcrumb > li:last-child:after {
    border-right: none!important;
    border-bottom: none!important;
}

.breadcrumb > li {
    text-shadow: none;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumb a:hover, .form-group a:hover {
    color: #0079c1;
}

/* breadcrumb ENDS */


/* desktop footer */

.desktop-footer ul li {
  padding-bottom: 1px;
}

footer {
    background-color: #0079C1;
    border-top: 2px solid #f89728;
    padding-bottom: 13px;
}

footer a:focus, footer a:hover {
    color: white;
}

footer a:focus {
    outline: none!important;
}

footer h5 {
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

/* desktop footer ENDS */


/* mobile footer */

.mobile-footer .panel-default>.panel-heading {
  background-color: #0079C1;
}

.mobile-footer h4 {
  font-weight: 600;
  color: white;
}

.mobile-footer .panel-heading a {
  font-size: 14px;  
}

.mobile-footer ul li a {
  font-size: 14px;
}

.mobile-footer .panel-default {
  border-color: #0079C1;
}

.mobile-footer .panel-group .panel {
  border-radius: 0px;
}

.mobile-footer .panel {
  box-shadow: none;
  background-color: #0079C1;
}

.mobile-footer .list-unstyled {
  font-size: 15px;
}

.mobile-footer .list-unstyled li {
  padding: 8px 0 8px 0;
}

footer .panel-default>.panel-heading+.panel-collapse>.panel-body {
  background: #0079C1;
  border-top-color: transparent;
}

.panel-heading a {
    width: 100%!important;
    display: block;
}

.panel-heading a.collapsed::after {
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    content: "\f078";
    font-weight: 600;
}

.panel-heading a::after {
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    content: "\f077";
    font-weight: 600;
}

/* mobile footer ENDS */


/* @media */
/* Anything up to 767px */
@media (max-width: 767px) {
	.swiper-pager-slideshow0 {
		display: none!important;  
	}
    .logo-strip {
        margin-bottom: 28px;
    }
	#oyster-pages .swiper-wrapper .swiper-slide img { 
		width: 100%;
	}
}

/* Anything over 768px */
@media (min-width: 768px) {
	#slideshow0 {
		display: block;
	}	
	
	#slideshow1 {
		display: none;
	}
  
	.slideshow1.swiper-pagination, .swiper-pager-slideshow1 {
		display: none!important;  
	}
}

/* Anything over 992px */
@media (max-width: 991px) {
	.oyster-featured .featured .product-thumb .caption p {
		display: none;
	}
	.oyster-featured .product-thumb .caption {
		min-height: 95px;
	}
	.desktop-footer {
		display: none;
	}
}

/* Anything up to 992px */
@media (min-width: 992px) {
	.mobile-footer {
		display: none;
	}
}

/* @media ENDS */