/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Breadcrumbs
   2.	Side drawer content for Lazy & thumbs display
   - - - - - - - - -
 */
/* @group Swipebox */
#swipebox-overlay, #swipebox-bottom-bar, #swipebox-top-bar, #window-resizer-tooltip {
  background: white !important; }

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #fff;
  background: #fff;
  opacity: 1; }

#swipebox-overlay {
  z-index: 99999999999 !important; }

#swipebox-title {
  color: #000000 !important;
  text-shadow: 4px 4px 2px rgba(150, 150, 150, 0) !important;
  font-size: 0.8em; }

#swipebox-close, #swipebox-next, #swipebox-prev {
  background-image: url(images/thin_swipebox_icons.png) !important;
  background-size: 120px 24px;
  -webkit-background-size: 120px 24px;
  -moz-background-size: 120px 24px;
  -o-background-size: 120px 24px; }

/* @end */
