@charset "UTF-8";
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Deactivate browser history navigation in IE11
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Doppio+One);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300);
.uk-slider {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  touch-action: pan-y; }

/*
 * 1. Reset list style without interfering with grid
 */
.uk-slider:not(.uk-grid) {
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Sub-object item
 * 1. Position items above each other
 */
.uk-slider > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0; }

/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden; }

/*
 * Dragged
 */
.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear; }

/*
 * 1. Makes text unselectable
 */
.uk-slider.uk-drag {
  cursor: col-resize;
  /* 1 */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
 * 1. Prevents images and links from being dragged (default browser behavior)
 * 2. Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-slider a,
.uk-slider img {
  /* 1 */
  -webkit-user-drag: none;
  user-drag: none;
  /* 2 */
  -webkit-touch-callout: none; }

/*
 * 1. Prevents images and links from being dragged in Firefox
 */
.uk-slider img {
  pointer-events: none; }

/* Modifier: `uk-slider-fullscreen`
 ========================================================================== */
.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh; }

.uk-slidenav {
  color: #f15e22;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }
  .uk-slidenav i {
    font-size: 25px;
    line-height: 50px; }

.uk-slidenav-next {
  right: -50px; }

.uk-slidenav-previous {
  left: -50px; }

/*	--------------------------------------	*\
	CORE BREAKPOINTS
\*	--------------------------------------	*/
/*	--------------------------------------	*\
	CORE MIXINS 
\*	--------------------------------------	*/
/* LINEAR GRADIENT */
/* LINEAR GRADIENT WITH IMAGE */
/* HORIZONTAL GRADIENT  */
/* DIAGONAL GRADIENT */
/* Retine Images */
/* EXAMPLE:
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 /*
 
 /* box sizing */
/* EXAMPLE:
  @include box-sizing(border-box);
*/
/* BORDER RADIUS */
/*BORDER RADIUS SINGLE SIDE */
/* EXAMPLE:
  @include border-radius(5px);

  @include border-top-radius(10px);
  @include border-right-radius(8px);
  @include border-bottom-radius(10px);
  @include border-left-radius (6px);

*/
/* box shadow */
/* EXAMPLE:
   @include box-shadow(0 0 .25em .25em black);
   
   @include box-shadow(inset 1px 1px 1px blue);
*/
/* Linear gradients */
/* EXAMPLE:
  @include linear-gradient(#000, #BADA55);
*/
/*
SCSS ΓÇô Usage with @include

.border_radius {
     @include css3(transition, 0.5s);
}
*/
/*	--------------------------------------	*\
	CORE VARIABLES
\*	--------------------------------------	*/
/*	--------------------------------------	*\
	FUNCTIONS
\*	--------------------------------------	*/
/*Setting base font size */
/* function for em to px conversion */
/* Opacity */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("http://www.summersetartsfestival.com.au/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover {
  outline: 0;
  text-decoration: underline; }

a:active {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*	--------------------------------------	*\
	FONTS
\*	--------------------------------------	*/
@font-face {
  font-family: 'mercedes-light';
  src: url("../fonts/mercedes-light-webfont.eot");
  src: url("../fonts/mercedes-light-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/mercedes-light-webfont.woff") format("woff2"), url("../fonts/mercedes-light-webfont.woff") format("woff"), url("../fonts/mercedes-light-webfont.ttf") format("truetype"), url("http://www.summersetartsfestival.com.au/fonts/mercedes-light-webfont.svg#mercedes-lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* -------------------------------------- *\
	Zero px grid
	The grid elements are reduced to zero px padding and margin
	It overrides the output from SASS
\* -------------------------------------- */
.grid-zero {
  padding: 0; }
  .grid-zero .grid-5, .grid-zero .mobile-grid-5, .grid-zero .tablet-grid-5, .grid-zero .grid-10, .grid-zero .mobile-grid-10, .grid-zero .tablet-grid-10, .grid-zero .grid-15, .grid-zero .mobile-grid-15, .grid-zero .tablet-grid-15, .grid-zero .grid-20, .grid-zero .mobile-grid-20, .grid-zero .tablet-grid-20, .grid-zero .grid-25, .grid-zero .mobile-grid-25, .grid-zero .tablet-grid-25, .grid-zero .grid-30, .grid-zero .mobile-grid-30, .grid-zero .tablet-grid-30, .grid-zero .grid-35, .grid-zero .mobile-grid-35, .grid-zero .tablet-grid-35, .grid-zero .grid-40, .grid-zero .mobile-grid-40, .grid-zero .tablet-grid-40, .grid-zero .grid-45, .grid-zero .mobile-grid-45, .grid-zero .tablet-grid-45, .grid-zero .grid-50, .grid-zero .mobile-grid-50, .grid-zero .tablet-grid-50, .grid-zero .grid-55, .grid-zero .mobile-grid-55, .grid-zero .tablet-grid-55, .grid-zero .grid-60, .grid-zero .mobile-grid-60, .grid-zero .tablet-grid-60, .grid-zero .grid-65, .grid-zero .mobile-grid-65, .grid-zero .tablet-grid-65, .grid-zero .grid-70, .grid-zero .mobile-grid-70, .grid-zero .tablet-grid-70, .grid-zero .grid-75, .grid-zero .mobile-grid-75, .grid-zero .tablet-grid-75, .grid-zero .grid-80, .grid-zero .mobile-grid-80, .grid-zero .tablet-grid-80, .grid-zero .grid-85, .grid-zero .mobile-grid-85, .grid-zero .tablet-grid-85, .grid-zero .grid-90, .grid-zero .mobile-grid-90, .grid-zero .tablet-grid-90, .grid-zero .grid-95, .grid-zero .mobile-grid-95, .grid-zero .tablet-grid-95, .grid-zero .grid-100, .grid-zero .mobile-grid-100, .grid-zero .tablet-grid-100, .grid-zero .grid-33, .grid-zero .mobile-grid-33, .grid-zero .tablet-grid-33, .grid-zero .grid-66, .grid-zero .mobile-grid-66, .grid-zero .tablet-grid-66, .grid-zero .grid-6col, .grid-zero .mobile-grid-6col, .grid-zero .tablet-grid-6col, .grid-zero .grid-7col, .grid-zero .mobile-grid-7col, .grid-zero .tablet-grid-7col, .grid-zero .grid-8col, .grid-zero .mobile-grid-8col, .grid-zero .tablet-grid-8col, .grid-zero .grid-9col, .grid-zero .mobile-grid-9col, .grid-zero .tablet-grid-9col {
    padding-left: 0px;
    padding-right: 0px;
    /* <IE7> */
    *padding-left: 0;
    *padding-right: 0;
    /* </IE7> */ }
  .grid-zero .grid-5 > section, .grid-zero .mobile-grid-5 > section, .grid-zero .tablet-grid-5 > section, .grid-zero .grid-10 > section, .grid-zero .mobile-grid-10 > section, .grid-zero .tablet-grid-10 > section, .grid-zero .grid-15 > section, .grid-zero .mobile-grid-15 > section, .grid-zero .tablet-grid-15 > section, .grid-zero .grid-20 > section, .grid-zero .mobile-grid-20 > section, .grid-zero .tablet-grid-20 > section, .grid-zero .grid-25 > section, .grid-zero .mobile-grid-25 > section, .grid-zero .tablet-grid-25 > section, .grid-zero .grid-30 > section, .grid-zero .mobile-grid-30 > section, .grid-zero .tablet-grid-30 > section, .grid-zero .grid-35 > section, .grid-zero .mobile-grid-35 > section, .grid-zero .tablet-grid-35 > section, .grid-zero .grid-40 > section, .grid-zero .mobile-grid-40 > section, .grid-zero .tablet-grid-40 > section, .grid-zero .grid-45 > section, .grid-zero .mobile-grid-45 > section, .grid-zero .tablet-grid-45 > section, .grid-zero .grid-50 > section, .grid-zero .mobile-grid-50 > section, .grid-zero .tablet-grid-50 > section, .grid-zero .grid-55 > section, .grid-zero .mobile-grid-55 > section, .grid-zero .tablet-grid-55 > section, .grid-zero .grid-60 > section, .grid-zero .mobile-grid-60 > section, .grid-zero .tablet-grid-60 > section, .grid-zero .grid-65 > section, .grid-zero .mobile-grid-65 > section, .grid-zero .tablet-grid-65 > section, .grid-zero .grid-70 > section, .grid-zero .mobile-grid-70 > section, .grid-zero .tablet-grid-70 > section, .grid-zero .grid-75 > section, .grid-zero .mobile-grid-75 > section, .grid-zero .tablet-grid-75 > section, .grid-zero .grid-80 > section, .grid-zero .mobile-grid-80 > section, .grid-zero .tablet-grid-80 > section, .grid-zero .grid-85 > section, .grid-zero .mobile-grid-85 > section, .grid-zero .tablet-grid-85 > section, .grid-zero .grid-90 > section, .grid-zero .mobile-grid-90 > section, .grid-zero .tablet-grid-90 > section, .grid-zero .grid-95 > section, .grid-zero .mobile-grid-95 > section, .grid-zero .tablet-grid-95 > section, .grid-zero .grid-100 > section, .grid-zero .mobile-grid-100 > section, .grid-zero .tablet-grid-100 > section, .grid-zero .grid-33 > section, .grid-zero .mobile-grid-33 > section, .grid-zero .tablet-grid-33 > section, .grid-zero .grid-66 > section, .grid-zero .mobile-grid-66 > section, .grid-zero .tablet-grid-66 > section, .grid-zero .grid-6col > section, .grid-zero .mobile-grid-6col > section, .grid-zero .tablet-grid-6col > section, .grid-zero .grid-7col > section, .grid-zero .mobile-grid-7col > section, .grid-zero .tablet-grid-7col > section, .grid-zero .grid-8col > section, .grid-zero .mobile-grid-8col > section, .grid-zero .tablet-grid-8col > section, .grid-zero .grid-9col > section, .grid-zero .mobile-grid-9col > section, .grid-zero .tablet-grid-9col > section {
    position: relative;
    /* <IE7> */
    *margin-left: 0;
    *margin-right: 0;
    /* </IE7> */ }

.grid-zero-left {
  padding-left: 0; }
  .grid-zero-left .grid-5, .grid-zero-left .mobile-grid-5, .grid-zero-left .tablet-grid-5, .grid-zero-left .grid-10, .grid-zero-left .mobile-grid-10, .grid-zero-left .tablet-grid-10, .grid-zero-left .grid-15, .grid-zero-left .mobile-grid-15, .grid-zero-left .tablet-grid-15, .grid-zero-left .grid-20, .grid-zero-left .mobile-grid-20, .grid-zero-left .tablet-grid-20, .grid-zero-left .grid-25, .grid-zero-left .mobile-grid-25, .grid-zero-left .tablet-grid-25, .grid-zero-left .grid-30, .grid-zero-left .mobile-grid-30, .grid-zero-left .tablet-grid-30, .grid-zero-left .grid-35, .grid-zero-left .mobile-grid-35, .grid-zero-left .tablet-grid-35, .grid-zero-left .grid-40, .grid-zero-left .mobile-grid-40, .grid-zero-left .tablet-grid-40, .grid-zero-left .grid-45, .grid-zero-left .mobile-grid-45, .grid-zero-left .tablet-grid-45, .grid-zero-left .grid-50, .grid-zero-left .mobile-grid-50, .grid-zero-left .tablet-grid-50, .grid-zero-left .grid-55, .grid-zero-left .mobile-grid-55, .grid-zero-left .tablet-grid-55, .grid-zero-left .grid-60, .grid-zero-left .mobile-grid-60, .grid-zero-left .tablet-grid-60, .grid-zero-left .grid-65, .grid-zero-left .mobile-grid-65, .grid-zero-left .tablet-grid-65, .grid-zero-left .grid-70, .grid-zero-left .mobile-grid-70, .grid-zero-left .tablet-grid-70, .grid-zero-left .grid-75, .grid-zero-left .mobile-grid-75, .grid-zero-left .tablet-grid-75, .grid-zero-left .grid-80, .grid-zero-left .mobile-grid-80, .grid-zero-left .tablet-grid-80, .grid-zero-left .grid-85, .grid-zero-left .mobile-grid-85, .grid-zero-left .tablet-grid-85, .grid-zero-left .grid-90, .grid-zero-left .mobile-grid-90, .grid-zero-left .tablet-grid-90, .grid-zero-left .grid-95, .grid-zero-left .mobile-grid-95, .grid-zero-left .tablet-grid-95, .grid-zero-left .grid-100, .grid-zero-left .mobile-grid-100, .grid-zero-left .tablet-grid-100, .grid-zero-left .grid-33, .grid-zero-left .mobile-grid-33, .grid-zero-left .tablet-grid-33, .grid-zero-left .grid-66, .grid-zero-left .mobile-grid-66, .grid-zero-left .tablet-grid-66, .grid-zero-left .grid-6col, .grid-zero-left .mobile-grid-6col, .grid-zero-left .tablet-grid-6col, .grid-zero-left .grid-7col, .grid-zero-left .mobile-grid-7col, .grid-zero-left .tablet-grid-7col, .grid-zero-left .grid-8col, .grid-zero-left .mobile-grid-8col, .grid-zero-left .tablet-grid-8col, .grid-zero-left .grid-9col, .grid-zero-left .mobile-grid-9col, .grid-zero-left .tablet-grid-9col {
    padding-left: 0px;
    padding-right: 10px;
    /* <IE7> */
    *padding-left: 0;
    *padding-right: 10px;
    /* </IE7> */ }
  .grid-zero-left .grid-5 > section, .grid-zero-left .mobile-grid-5 > section, .grid-zero-left .tablet-grid-5 > section, .grid-zero-left .grid-10 > section, .grid-zero-left .mobile-grid-10 > section, .grid-zero-left .tablet-grid-10 > section, .grid-zero-left .grid-15 > section, .grid-zero-left .mobile-grid-15 > section, .grid-zero-left .tablet-grid-15 > section, .grid-zero-left .grid-20 > section, .grid-zero-left .mobile-grid-20 > section, .grid-zero-left .tablet-grid-20 > section, .grid-zero-left .grid-25 > section, .grid-zero-left .mobile-grid-25 > section, .grid-zero-left .tablet-grid-25 > section, .grid-zero-left .grid-30 > section, .grid-zero-left .mobile-grid-30 > section, .grid-zero-left .tablet-grid-30 > section, .grid-zero-left .grid-35 > section, .grid-zero-left .mobile-grid-35 > section, .grid-zero-left .tablet-grid-35 > section, .grid-zero-left .grid-40 > section, .grid-zero-left .mobile-grid-40 > section, .grid-zero-left .tablet-grid-40 > section, .grid-zero-left .grid-45 > section, .grid-zero-left .mobile-grid-45 > section, .grid-zero-left .tablet-grid-45 > section, .grid-zero-left .grid-50 > section, .grid-zero-left .mobile-grid-50 > section, .grid-zero-left .tablet-grid-50 > section, .grid-zero-left .grid-55 > section, .grid-zero-left .mobile-grid-55 > section, .grid-zero-left .tablet-grid-55 > section, .grid-zero-left .grid-60 > section, .grid-zero-left .mobile-grid-60 > section, .grid-zero-left .tablet-grid-60 > section, .grid-zero-left .grid-65 > section, .grid-zero-left .mobile-grid-65 > section, .grid-zero-left .tablet-grid-65 > section, .grid-zero-left .grid-70 > section, .grid-zero-left .mobile-grid-70 > section, .grid-zero-left .tablet-grid-70 > section, .grid-zero-left .grid-75 > section, .grid-zero-left .mobile-grid-75 > section, .grid-zero-left .tablet-grid-75 > section, .grid-zero-left .grid-80 > section, .grid-zero-left .mobile-grid-80 > section, .grid-zero-left .tablet-grid-80 > section, .grid-zero-left .grid-85 > section, .grid-zero-left .mobile-grid-85 > section, .grid-zero-left .tablet-grid-85 > section, .grid-zero-left .grid-90 > section, .grid-zero-left .mobile-grid-90 > section, .grid-zero-left .tablet-grid-90 > section, .grid-zero-left .grid-95 > section, .grid-zero-left .mobile-grid-95 > section, .grid-zero-left .tablet-grid-95 > section, .grid-zero-left .grid-100 > section, .grid-zero-left .mobile-grid-100 > section, .grid-zero-left .tablet-grid-100 > section, .grid-zero-left .grid-33 > section, .grid-zero-left .mobile-grid-33 > section, .grid-zero-left .tablet-grid-33 > section, .grid-zero-left .grid-66 > section, .grid-zero-left .mobile-grid-66 > section, .grid-zero-left .tablet-grid-66 > section, .grid-zero-left .grid-6col > section, .grid-zero-left .mobile-grid-6col > section, .grid-zero-left .tablet-grid-6col > section, .grid-zero-left .grid-7col > section, .grid-zero-left .mobile-grid-7col > section, .grid-zero-left .tablet-grid-7col > section, .grid-zero-left .grid-8col > section, .grid-zero-left .mobile-grid-8col > section, .grid-zero-left .tablet-grid-8col > section, .grid-zero-left .grid-9col > section, .grid-zero-left .mobile-grid-9col > section, .grid-zero-left .tablet-grid-9col > section {
    position: relative;
    /* <IE7> */
    *margin-left: 0;
    *margin-right: 10px;
    /* </IE7> */ }

.grid-zero-right {
  padding-right: 0; }
  .grid-zero-right .grid-5, .grid-zero-right .mobile-grid-5, .grid-zero-right .tablet-grid-5, .grid-zero-right .grid-10, .grid-zero-right .mobile-grid-10, .grid-zero-right .tablet-grid-10, .grid-zero-right .grid-15, .grid-zero-right .mobile-grid-15, .grid-zero-right .tablet-grid-15, .grid-zero-right .grid-20, .grid-zero-right .mobile-grid-20, .grid-zero-right .tablet-grid-20, .grid-zero-right .grid-25, .grid-zero-right .mobile-grid-25, .grid-zero-right .tablet-grid-25, .grid-zero-right .grid-30, .grid-zero-right .mobile-grid-30, .grid-zero-right .tablet-grid-30, .grid-zero-right .grid-35, .grid-zero-right .mobile-grid-35, .grid-zero-right .tablet-grid-35, .grid-zero-right .grid-40, .grid-zero-right .mobile-grid-40, .grid-zero-right .tablet-grid-40, .grid-zero-right .grid-45, .grid-zero-right .mobile-grid-45, .grid-zero-right .tablet-grid-45, .grid-zero-right .grid-50, .grid-zero-right .mobile-grid-50, .grid-zero-right .tablet-grid-50, .grid-zero-right .grid-55, .grid-zero-right .mobile-grid-55, .grid-zero-right .tablet-grid-55, .grid-zero-right .grid-60, .grid-zero-right .mobile-grid-60, .grid-zero-right .tablet-grid-60, .grid-zero-right .grid-65, .grid-zero-right .mobile-grid-65, .grid-zero-right .tablet-grid-65, .grid-zero-right .grid-70, .grid-zero-right .mobile-grid-70, .grid-zero-right .tablet-grid-70, .grid-zero-right .grid-75, .grid-zero-right .mobile-grid-75, .grid-zero-right .tablet-grid-75, .grid-zero-right .grid-80, .grid-zero-right .mobile-grid-80, .grid-zero-right .tablet-grid-80, .grid-zero-right .grid-85, .grid-zero-right .mobile-grid-85, .grid-zero-right .tablet-grid-85, .grid-zero-right .grid-90, .grid-zero-right .mobile-grid-90, .grid-zero-right .tablet-grid-90, .grid-zero-right .grid-95, .grid-zero-right .mobile-grid-95, .grid-zero-right .tablet-grid-95, .grid-zero-right .grid-100, .grid-zero-right .mobile-grid-100, .grid-zero-right .tablet-grid-100, .grid-zero-right .grid-33, .grid-zero-right .mobile-grid-33, .grid-zero-right .tablet-grid-33, .grid-zero-right .grid-66, .grid-zero-right .mobile-grid-66, .grid-zero-right .tablet-grid-66, .grid-zero-right .grid-6col, .grid-zero-right .mobile-grid-6col, .grid-zero-right .tablet-grid-6col, .grid-zero-right .grid-7col, .grid-zero-right .mobile-grid-7col, .grid-zero-right .tablet-grid-7col, .grid-zero-right .grid-8col, .grid-zero-right .mobile-grid-8col, .grid-zero-right .tablet-grid-8col, .grid-zero-right .grid-9col, .grid-zero-right .mobile-grid-9col, .grid-zero-right .tablet-grid-9col {
    padding-left: 10px;
    padding-right: 0px;
    /* <IE7> */
    *padding-left: 10px;
    *padding-right: 0px;
    /* </IE7> */ }
  .grid-zero-right .grid-5 > section, .grid-zero-right .mobile-grid-5 > section, .grid-zero-right .tablet-grid-5 > section, .grid-zero-right .grid-10 > section, .grid-zero-right .mobile-grid-10 > section, .grid-zero-right .tablet-grid-10 > section, .grid-zero-right .grid-15 > section, .grid-zero-right .mobile-grid-15 > section, .grid-zero-right .tablet-grid-15 > section, .grid-zero-right .grid-20 > section, .grid-zero-right .mobile-grid-20 > section, .grid-zero-right .tablet-grid-20 > section, .grid-zero-right .grid-25 > section, .grid-zero-right .mobile-grid-25 > section, .grid-zero-right .tablet-grid-25 > section, .grid-zero-right .grid-30 > section, .grid-zero-right .mobile-grid-30 > section, .grid-zero-right .tablet-grid-30 > section, .grid-zero-right .grid-35 > section, .grid-zero-right .mobile-grid-35 > section, .grid-zero-right .tablet-grid-35 > section, .grid-zero-right .grid-40 > section, .grid-zero-right .mobile-grid-40 > section, .grid-zero-right .tablet-grid-40 > section, .grid-zero-right .grid-45 > section, .grid-zero-right .mobile-grid-45 > section, .grid-zero-right .tablet-grid-45 > section, .grid-zero-right .grid-50 > section, .grid-zero-right .mobile-grid-50 > section, .grid-zero-right .tablet-grid-50 > section, .grid-zero-right .grid-55 > section, .grid-zero-right .mobile-grid-55 > section, .grid-zero-right .tablet-grid-55 > section, .grid-zero-right .grid-60 > section, .grid-zero-right .mobile-grid-60 > section, .grid-zero-right .tablet-grid-60 > section, .grid-zero-right .grid-65 > section, .grid-zero-right .mobile-grid-65 > section, .grid-zero-right .tablet-grid-65 > section, .grid-zero-right .grid-70 > section, .grid-zero-right .mobile-grid-70 > section, .grid-zero-right .tablet-grid-70 > section, .grid-zero-right .grid-75 > section, .grid-zero-right .mobile-grid-75 > section, .grid-zero-right .tablet-grid-75 > section, .grid-zero-right .grid-80 > section, .grid-zero-right .mobile-grid-80 > section, .grid-zero-right .tablet-grid-80 > section, .grid-zero-right .grid-85 > section, .grid-zero-right .mobile-grid-85 > section, .grid-zero-right .tablet-grid-85 > section, .grid-zero-right .grid-90 > section, .grid-zero-right .mobile-grid-90 > section, .grid-zero-right .tablet-grid-90 > section, .grid-zero-right .grid-95 > section, .grid-zero-right .mobile-grid-95 > section, .grid-zero-right .tablet-grid-95 > section, .grid-zero-right .grid-100 > section, .grid-zero-right .mobile-grid-100 > section, .grid-zero-right .tablet-grid-100 > section, .grid-zero-right .grid-33 > section, .grid-zero-right .mobile-grid-33 > section, .grid-zero-right .tablet-grid-33 > section, .grid-zero-right .grid-66 > section, .grid-zero-right .mobile-grid-66 > section, .grid-zero-right .tablet-grid-66 > section, .grid-zero-right .grid-6col > section, .grid-zero-right .mobile-grid-6col > section, .grid-zero-right .tablet-grid-6col > section, .grid-zero-right .grid-7col > section, .grid-zero-right .mobile-grid-7col > section, .grid-zero-right .tablet-grid-7col > section, .grid-zero-right .grid-8col > section, .grid-zero-right .mobile-grid-8col > section, .grid-zero-right .tablet-grid-8col > section, .grid-zero-right .grid-9col > section, .grid-zero-right .mobile-grid-9col > section, .grid-zero-right .tablet-grid-9col > section {
    position: relative;
    /* <IE7> */
    *margin-left: 10px;
    *margin-right: 0px;
    /* </IE7> */ }

@media screen and (max-width: 767px) {
  /* mobile */
  .grid-zero-right, .grid-zero-left {
    padding-right: 10px;
    padding-left: 10px; }
    .grid-zero-right .grid-5, .grid-zero-right .mobile-grid-5, .grid-zero-right .tablet-grid-5, .grid-zero-right .grid-10, .grid-zero-right .mobile-grid-10, .grid-zero-right .tablet-grid-10, .grid-zero-right .grid-15, .grid-zero-right .mobile-grid-15, .grid-zero-right .tablet-grid-15, .grid-zero-right .grid-20, .grid-zero-right .mobile-grid-20, .grid-zero-right .tablet-grid-20, .grid-zero-right .grid-25, .grid-zero-right .mobile-grid-25, .grid-zero-right .tablet-grid-25, .grid-zero-right .grid-30, .grid-zero-right .mobile-grid-30, .grid-zero-right .tablet-grid-30, .grid-zero-right .grid-35, .grid-zero-right .mobile-grid-35, .grid-zero-right .tablet-grid-35, .grid-zero-right .grid-40, .grid-zero-right .mobile-grid-40, .grid-zero-right .tablet-grid-40, .grid-zero-right .grid-45, .grid-zero-right .mobile-grid-45, .grid-zero-right .tablet-grid-45, .grid-zero-right .grid-50, .grid-zero-right .mobile-grid-50, .grid-zero-right .tablet-grid-50, .grid-zero-right .grid-55, .grid-zero-right .mobile-grid-55, .grid-zero-right .tablet-grid-55, .grid-zero-right .grid-60, .grid-zero-right .mobile-grid-60, .grid-zero-right .tablet-grid-60, .grid-zero-right .grid-65, .grid-zero-right .mobile-grid-65, .grid-zero-right .tablet-grid-65, .grid-zero-right .grid-70, .grid-zero-right .mobile-grid-70, .grid-zero-right .tablet-grid-70, .grid-zero-right .grid-75, .grid-zero-right .mobile-grid-75, .grid-zero-right .tablet-grid-75, .grid-zero-right .grid-80, .grid-zero-right .mobile-grid-80, .grid-zero-right .tablet-grid-80, .grid-zero-right .grid-85, .grid-zero-right .mobile-grid-85, .grid-zero-right .tablet-grid-85, .grid-zero-right .grid-90, .grid-zero-right .mobile-grid-90, .grid-zero-right .tablet-grid-90, .grid-zero-right .grid-95, .grid-zero-right .mobile-grid-95, .grid-zero-right .tablet-grid-95, .grid-zero-right .grid-100, .grid-zero-right .mobile-grid-100, .grid-zero-right .tablet-grid-100, .grid-zero-right .grid-33, .grid-zero-right .mobile-grid-33, .grid-zero-right .tablet-grid-33, .grid-zero-right .grid-66, .grid-zero-right .mobile-grid-66, .grid-zero-right .tablet-grid-66, .grid-zero-right .grid-6col, .grid-zero-right .mobile-grid-6col, .grid-zero-right .tablet-grid-6col, .grid-zero-right .grid-7col, .grid-zero-right .mobile-grid-7col, .grid-zero-right .tablet-grid-7col, .grid-zero-right .grid-8col, .grid-zero-right .mobile-grid-8col, .grid-zero-right .tablet-grid-8col, .grid-zero-right .grid-9col, .grid-zero-right .mobile-grid-9col, .grid-zero-right .tablet-grid-9col, .grid-zero-left .grid-5, .grid-zero-left .mobile-grid-5, .grid-zero-left .tablet-grid-5, .grid-zero-left .grid-10, .grid-zero-left .mobile-grid-10, .grid-zero-left .tablet-grid-10, .grid-zero-left .grid-15, .grid-zero-left .mobile-grid-15, .grid-zero-left .tablet-grid-15, .grid-zero-left .grid-20, .grid-zero-left .mobile-grid-20, .grid-zero-left .tablet-grid-20, .grid-zero-left .grid-25, .grid-zero-left .mobile-grid-25, .grid-zero-left .tablet-grid-25, .grid-zero-left .grid-30, .grid-zero-left .mobile-grid-30, .grid-zero-left .tablet-grid-30, .grid-zero-left .grid-35, .grid-zero-left .mobile-grid-35, .grid-zero-left .tablet-grid-35, .grid-zero-left .grid-40, .grid-zero-left .mobile-grid-40, .grid-zero-left .tablet-grid-40, .grid-zero-left .grid-45, .grid-zero-left .mobile-grid-45, .grid-zero-left .tablet-grid-45, .grid-zero-left .grid-50, .grid-zero-left .mobile-grid-50, .grid-zero-left .tablet-grid-50, .grid-zero-left .grid-55, .grid-zero-left .mobile-grid-55, .grid-zero-left .tablet-grid-55, .grid-zero-left .grid-60, .grid-zero-left .mobile-grid-60, .grid-zero-left .tablet-grid-60, .grid-zero-left .grid-65, .grid-zero-left .mobile-grid-65, .grid-zero-left .tablet-grid-65, .grid-zero-left .grid-70, .grid-zero-left .mobile-grid-70, .grid-zero-left .tablet-grid-70, .grid-zero-left .grid-75, .grid-zero-left .mobile-grid-75, .grid-zero-left .tablet-grid-75, .grid-zero-left .grid-80, .grid-zero-left .mobile-grid-80, .grid-zero-left .tablet-grid-80, .grid-zero-left .grid-85, .grid-zero-left .mobile-grid-85, .grid-zero-left .tablet-grid-85, .grid-zero-left .grid-90, .grid-zero-left .mobile-grid-90, .grid-zero-left .tablet-grid-90, .grid-zero-left .grid-95, .grid-zero-left .mobile-grid-95, .grid-zero-left .tablet-grid-95, .grid-zero-left .grid-100, .grid-zero-left .mobile-grid-100, .grid-zero-left .tablet-grid-100, .grid-zero-left .grid-33, .grid-zero-left .mobile-grid-33, .grid-zero-left .tablet-grid-33, .grid-zero-left .grid-66, .grid-zero-left .mobile-grid-66, .grid-zero-left .tablet-grid-66, .grid-zero-left .grid-6col, .grid-zero-left .mobile-grid-6col, .grid-zero-left .tablet-grid-6col, .grid-zero-left .grid-7col, .grid-zero-left .mobile-grid-7col, .grid-zero-left .tablet-grid-7col, .grid-zero-left .grid-8col, .grid-zero-left .mobile-grid-8col, .grid-zero-left .tablet-grid-8col, .grid-zero-left .grid-9col, .grid-zero-left .mobile-grid-9col, .grid-zero-left .tablet-grid-9col {
      padding-left: 10px;
      padding-right: 10px;
      /* <IE7> */
      *padding-left: 10px;
      *padding-right: 10px;
      /* </IE7> */ }
    .grid-zero-right .grid-5 > section, .grid-zero-right .mobile-grid-5 > section, .grid-zero-right .tablet-grid-5 > section, .grid-zero-right .grid-10 > section, .grid-zero-right .mobile-grid-10 > section, .grid-zero-right .tablet-grid-10 > section, .grid-zero-right .grid-15 > section, .grid-zero-right .mobile-grid-15 > section, .grid-zero-right .tablet-grid-15 > section, .grid-zero-right .grid-20 > section, .grid-zero-right .mobile-grid-20 > section, .grid-zero-right .tablet-grid-20 > section, .grid-zero-right .grid-25 > section, .grid-zero-right .mobile-grid-25 > section, .grid-zero-right .tablet-grid-25 > section, .grid-zero-right .grid-30 > section, .grid-zero-right .mobile-grid-30 > section, .grid-zero-right .tablet-grid-30 > section, .grid-zero-right .grid-35 > section, .grid-zero-right .mobile-grid-35 > section, .grid-zero-right .tablet-grid-35 > section, .grid-zero-right .grid-40 > section, .grid-zero-right .mobile-grid-40 > section, .grid-zero-right .tablet-grid-40 > section, .grid-zero-right .grid-45 > section, .grid-zero-right .mobile-grid-45 > section, .grid-zero-right .tablet-grid-45 > section, .grid-zero-right .grid-50 > section, .grid-zero-right .mobile-grid-50 > section, .grid-zero-right .tablet-grid-50 > section, .grid-zero-right .grid-55 > section, .grid-zero-right .mobile-grid-55 > section, .grid-zero-right .tablet-grid-55 > section, .grid-zero-right .grid-60 > section, .grid-zero-right .mobile-grid-60 > section, .grid-zero-right .tablet-grid-60 > section, .grid-zero-right .grid-65 > section, .grid-zero-right .mobile-grid-65 > section, .grid-zero-right .tablet-grid-65 > section, .grid-zero-right .grid-70 > section, .grid-zero-right .mobile-grid-70 > section, .grid-zero-right .tablet-grid-70 > section, .grid-zero-right .grid-75 > section, .grid-zero-right .mobile-grid-75 > section, .grid-zero-right .tablet-grid-75 > section, .grid-zero-right .grid-80 > section, .grid-zero-right .mobile-grid-80 > section, .grid-zero-right .tablet-grid-80 > section, .grid-zero-right .grid-85 > section, .grid-zero-right .mobile-grid-85 > section, .grid-zero-right .tablet-grid-85 > section, .grid-zero-right .grid-90 > section, .grid-zero-right .mobile-grid-90 > section, .grid-zero-right .tablet-grid-90 > section, .grid-zero-right .grid-95 > section, .grid-zero-right .mobile-grid-95 > section, .grid-zero-right .tablet-grid-95 > section, .grid-zero-right .grid-100 > section, .grid-zero-right .mobile-grid-100 > section, .grid-zero-right .tablet-grid-100 > section, .grid-zero-right .grid-33 > section, .grid-zero-right .mobile-grid-33 > section, .grid-zero-right .tablet-grid-33 > section, .grid-zero-right .grid-66 > section, .grid-zero-right .mobile-grid-66 > section, .grid-zero-right .tablet-grid-66 > section, .grid-zero-right .grid-6col > section, .grid-zero-right .mobile-grid-6col > section, .grid-zero-right .tablet-grid-6col > section, .grid-zero-right .grid-7col > section, .grid-zero-right .mobile-grid-7col > section, .grid-zero-right .tablet-grid-7col > section, .grid-zero-right .grid-8col > section, .grid-zero-right .mobile-grid-8col > section, .grid-zero-right .tablet-grid-8col > section, .grid-zero-right .grid-9col > section, .grid-zero-right .mobile-grid-9col > section, .grid-zero-right .tablet-grid-9col > section, .grid-zero-left .grid-5 > section, .grid-zero-left .mobile-grid-5 > section, .grid-zero-left .tablet-grid-5 > section, .grid-zero-left .grid-10 > section, .grid-zero-left .mobile-grid-10 > section, .grid-zero-left .tablet-grid-10 > section, .grid-zero-left .grid-15 > section, .grid-zero-left .mobile-grid-15 > section, .grid-zero-left .tablet-grid-15 > section, .grid-zero-left .grid-20 > section, .grid-zero-left .mobile-grid-20 > section, .grid-zero-left .tablet-grid-20 > section, .grid-zero-left .grid-25 > section, .grid-zero-left .mobile-grid-25 > section, .grid-zero-left .tablet-grid-25 > section, .grid-zero-left .grid-30 > section, .grid-zero-left .mobile-grid-30 > section, .grid-zero-left .tablet-grid-30 > section, .grid-zero-left .grid-35 > section, .grid-zero-left .mobile-grid-35 > section, .grid-zero-left .tablet-grid-35 > section, .grid-zero-left .grid-40 > section, .grid-zero-left .mobile-grid-40 > section, .grid-zero-left .tablet-grid-40 > section, .grid-zero-left .grid-45 > section, .grid-zero-left .mobile-grid-45 > section, .grid-zero-left .tablet-grid-45 > section, .grid-zero-left .grid-50 > section, .grid-zero-left .mobile-grid-50 > section, .grid-zero-left .tablet-grid-50 > section, .grid-zero-left .grid-55 > section, .grid-zero-left .mobile-grid-55 > section, .grid-zero-left .tablet-grid-55 > section, .grid-zero-left .grid-60 > section, .grid-zero-left .mobile-grid-60 > section, .grid-zero-left .tablet-grid-60 > section, .grid-zero-left .grid-65 > section, .grid-zero-left .mobile-grid-65 > section, .grid-zero-left .tablet-grid-65 > section, .grid-zero-left .grid-70 > section, .grid-zero-left .mobile-grid-70 > section, .grid-zero-left .tablet-grid-70 > section, .grid-zero-left .grid-75 > section, .grid-zero-left .mobile-grid-75 > section, .grid-zero-left .tablet-grid-75 > section, .grid-zero-left .grid-80 > section, .grid-zero-left .mobile-grid-80 > section, .grid-zero-left .tablet-grid-80 > section, .grid-zero-left .grid-85 > section, .grid-zero-left .mobile-grid-85 > section, .grid-zero-left .tablet-grid-85 > section, .grid-zero-left .grid-90 > section, .grid-zero-left .mobile-grid-90 > section, .grid-zero-left .tablet-grid-90 > section, .grid-zero-left .grid-95 > section, .grid-zero-left .mobile-grid-95 > section, .grid-zero-left .tablet-grid-95 > section, .grid-zero-left .grid-100 > section, .grid-zero-left .mobile-grid-100 > section, .grid-zero-left .tablet-grid-100 > section, .grid-zero-left .grid-33 > section, .grid-zero-left .mobile-grid-33 > section, .grid-zero-left .tablet-grid-33 > section, .grid-zero-left .grid-66 > section, .grid-zero-left .mobile-grid-66 > section, .grid-zero-left .tablet-grid-66 > section, .grid-zero-left .grid-6col > section, .grid-zero-left .mobile-grid-6col > section, .grid-zero-left .tablet-grid-6col > section, .grid-zero-left .grid-7col > section, .grid-zero-left .mobile-grid-7col > section, .grid-zero-left .tablet-grid-7col > section, .grid-zero-left .grid-8col > section, .grid-zero-left .mobile-grid-8col > section, .grid-zero-left .tablet-grid-8col > section, .grid-zero-left .grid-9col > section, .grid-zero-left .mobile-grid-9col > section, .grid-zero-left .tablet-grid-9col > section {
      position: relative;
      /* <IE7> */
      *margin-left: 10px;
      *margin-right: 10px;
      /* </IE7> */ } }
/*	--------------------------------------	*\
	COMMON LAYOUT ELEMENTS
\*	--------------------------------------	*/
html {
  font-size: 16px; }

body {
  background-color: #e9e9e9;
  font-family: "Neue Helvetica W01";
  font-weight: normal;
  min-width: 320px; }
  body h1,
  body h2,
  body h3,
  body h4 {
    font-family: 'Neue Helvetica W01'; }
  body h1 {
    font-weight: 300; }
  body .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    body .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  body p {
    font-size: 14px;
    color: #141414;
    font-family: 'Neue Helvetica W01';
    line-height: 1.4;
    font-weight: normal; }
  body img {
    max-width: 100%; }

.grid-container.zero {
  padding-left: 0px;
  padding-right: 0px;
  width: 1080px; }

.right {
  float: right; }

.left {
  float: left; }

*:focus {
  outline: none; }

button {
  border: 0; }

.btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  color: white !important;
  display: inline-block;
  font-size: 0.9375em;
  margin: 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 700;
  font-family: 'Neue Helvetica W00'; }

.btn:hover,
.btn:focus {
  text-decoration: none; }

.btn-block {
  display: block; }

.btn-large {
  padding: 14px 28px; }

.btn-default {
  background-color: #e72b49;
  color: white; }

.btn-default:hover,
.btn-default:focus {
  background-color: #c81733;
  color: white; }

.btn-primary {
  background-color: #e72b49;
  color: white; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #f15e22;
  color: white; }

input.btn {
  border: 0; }

*:focus {
  outline: 0; }

.pager {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: block;
  float: left;
  margin: 25px 0; }
  .pager .PagerNumberArea a {
    color: #141414;
    text-align: center; }

@media screen and (max-width: 767px) {
  .right {
    float: left; }

  .video-wrapper {
    margin: 20px 0; } }
@media screen and (max-width: 959px) {
  .grid-zero-right {
    padding-right: 10px; }

  .grid-zero-left {
    padding-left: 10px; } }
/*	--------------------------------------	*\
	HEADER
\*	--------------------------------------	*/
.pre-header {
  background-color: #4298b5;
  margin-bottom: 50px;
  position: relative;
  z-index: 1000;
  height: 42px; }
  .pre-header .logo {
    position: absolute;
    margin-left: 0px; }
  .pre-header .subscribe {
    float: right;
    color: white;
    padding: 10px 0px;
    margin-right: 162px; }
    .pre-header .subscribe .fa-envelope {
      font-size: 18px; }
      .pre-header .subscribe .fa-envelope:hover {
        color: #bfbfbf; }
    .pre-header .subscribe .subscribe-txt {
      text-transform: uppercase;
      padding-left: 10px;
      font-size: 17px;
      font-weight: 400; }
    .pre-header .subscribe:hover {
      color: #bfbfbf;
      text-decoration: none !important; }
  .pre-header .links {
    float: right; }
    .pre-header .links a {
      color: #fff;
      font-size: 1.5625em;
      display: block;
      float: left;
      padding: 6px 10px; }
      .pre-header .links a:hover {
        color: #cccccc; }
    .pre-header .links .app-link {
      margin-right: 20px; }
    .pre-header .links div {
      float: left;
      padding: 0px 10px; }
  .pre-header .search-wrapper {
    float: right;
    background-color: #317288;
    padding: 5px 20px;
    height: 100%;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pre-header .search-wrapper input[type=text] {
      background-color: #317288;
      border: none;
      color: #fff;
      padding: 6px;
      font-size: 0.9375em;
      font-family: "Neue Helvetica W01"; }
    .pre-header .search-wrapper a {
      color: #fff; }
      .pre-header .search-wrapper a:hover {
        color: #cccccc; }
    .pre-header .search-wrapper ::-webkit-input-placeholder {
      color: #fff; }
    .pre-header .search-wrapper :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .pre-header .search-wrapper ::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    .pre-header .search-wrapper :-ms-input-placeholder {
      color: #fff; }

header .header-date {
  float: right;
  color: #f15e22;
  font-size: 35px;
  font-weight: 600;
  margin-right: 25px;
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  /* mobile */
  .pre-header {
    margin-bottom: 20px; }
    .pre-header .subscribe {
      display: none; }
    .pre-header .grid-container {
      padding: 0px !important;
      postion: relative; }
      .pre-header .grid-container .logo {
        max-width: 135px;
        display: block; }
        .pre-header .grid-container .logo.hidden {
          display: none; }
      .pre-header .grid-container .right-header {
        padding: 0px !important; }
        .pre-header .grid-container .right-header .search-site {
          position: absolute;
          z-index: 10001;
          left: 0px;
          top: 0px;
          width: 100%;
          background-color: #292929; }
          .pre-header .grid-container .right-header .search-site .search-wrapper {
            float: none; }
            .pre-header .grid-container .right-header .search-site .search-wrapper input[type=text] {
              width: 76%; }
            .pre-header .grid-container .right-header .search-site .search-wrapper .searchbutton {
              padding: 0px 4px;
              line-height: 28px; }
          .pre-header .grid-container .right-header .search-site.closed {
            display: none; }
        .pre-header .grid-container .right-header a.dummy-search,
        .pre-header .grid-container .right-header a.mob-menu {
          float: right;
          color: #fff;
          text-decoration: none;
          font-size: 18px;
          padding: 8px 10px;
          line-height: 26px; }
          .pre-header .grid-container .right-header a.dummy-search:hover,
          .pre-header .grid-container .right-header a.mob-menu:hover {
            color: #cccccc; }
        .pre-header .grid-container .right-header a.mob-menu {
          font-size: 25px;
          z-index: 10000;
          position: relative; }

  header .header-date {
    font-size: 1.0625em;
    margin-right: 0;
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  .pre-header .logo {
    max-width: 170px; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* desktop */
  .pre-header {
    margin-bottom: 23px; }
    .pre-header .subscribe {
      margin: 0 -30px 0 0; }

  .header-date-holder {
    width: 100%;
    margin: 0;
    text-align: right; }
    .header-date-holder span.header-date {
      text-align: right;
      margin: 0; }

  .header-navigation {
    width: 100%; } }
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */ }
/*	--------------------------------------	*\
	HOME LAYOUT ELEMENTS
\*	--------------------------------------	*/
body img {
  height: auto !important; }

.event-details table {
  position: relative;
  width: 100% !important; }
  .event-details table td {
    text-align: center !important; }

.body-sticky {
  position: relative; }
  .body-sticky .datetime-ui-datepicker.datetime-ui-widget {
    xtop: 100px !important; }

.video-wrapper {
  margin-top: 80px; }

#ui-datepicker-div {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important; }

.schedule {
  font-size: 30px;
  background-color: #4298b5;
  color: white;
  padding: 15px 20px;
  margin-bottom: 7px;
  height: 189px;
  margin-right: 5px;
  font-family: "Neue Helvetica W01";
  font-weight: 300;
  margin-bottom: 10px;
  box-shadow: 0 5px 0 0 #ddd; }
  .schedule .event-title {
    font-size: 23px; }
  .schedule .link {
    margin-top: 10px; }
    .schedule .link a {
      color: #fff;
      text-decoration: none;
      display: block;
      padding: 10px 5px;
      border-bottom: 1px #fc788b solid;
      font-size: 20px; }
      .schedule .link a:last-child {
        border-bottom: none; }
      .schedule .link a span {
        margin-right: 5px; }
        .schedule .link a span.fa {
          color: #fff !important;
          font-size: 25px; }
      .schedule .link a:hover {
        text-decoration: none;
        color: #f15e22; }
  .schedule .btn-orange {
    background: #4298b5; }
    .schedule .btn-orange:hover {
      color: #4298b5 !important; }
  .schedule .btn-white {
    color: #4298b5 !important; }
    .schedule .btn-white:hover {
      background: #4298b5;
      color: white !important; }

.calendar {
  margin-bottom: 10px;
  box-shadow: 0 5px 0 0 #ddd; }
  .calendar img {
    width: 100%; }

.event-teaser {
  height: 200.145px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .event-teaser .lazyload {
    width: 100%;
    height: 200.145px; }

.related-events {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  .related-events .hotbox-container {
    display: block;
    box-shadow: 0 5px 0 0 #ddd; }

.hotbox-container {
  margin-bottom: 15px;
  padding: 0px;
  text-align: center;
  display: flex; }

.hotbox {
  max-width: 270px;
  background-color: #fff;
  font-family: 'Neue Helvetica W01';
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0 5px 0 0 #ddd; }
  .hotbox a {
    text-decoration: none; }
    .hotbox a:hover {
      text-decoration: none; }
      .hotbox a:hover .event-title .title {
        color: #f15e22;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
      .hotbox a:hover .blue-tag {
        background-color: #e72b49;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
  .hotbox .teaser-holder {
    display: block; }
    .hotbox .teaser-holder img {
      width: 100%; }
  .hotbox .blue-tag {
    background-color: #f15e22;
    padding: 7px 15px;
    display: none !important;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .hotbox .event-teaser {
    height: 209px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .hotbox .event-teaser img {
      margin: 0 auto; }
  .hotbox .event-title {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    text-align: left; }
    .hotbox .event-title .title {
      color: #e72b49;
      font-weight: 600;
      font-size: 23px; }
      .hotbox .event-title .title .present-by {
        display: block;
        color: #000;
        font-weight: 300;
        font-size: 17px; }
  .hotbox .event-info {
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600; }
    .hotbox .event-info .date .date-detail {
      color: #f15e22;
      display: block; }
      .hotbox .event-info .date .date-detail a:hover {
        color: #e72b49; }
    .hotbox .event-info .date a {
      color: #f15e22; }
  .hotbox .event-detail {
    padding: 10px 20px;
    text-align: left;
    min-height: 68px; }
  .hotbox .btn {
    margin: 0 !important;
    border-radius: 0px !important;
    float: right; }

.main-section {
  zoom: 1;
  margin-top: 0px;
    /*a.btn-more
		{
			margin-top: 10px; display: inline-block; text-transform: uppercase; font-size: em(13px); height: 30px; line-height: 30px; padding-left: 15px; padding-right: 15px;  font-family: 'Doppio One', sans-serif; @include border-radius(3px);
			@include css3(transition,background-color 0.3s);  background-color: #008698; color: #fff;
				
				&:hover
				{
					background-color: darken(#008698, 10%);  text-decoration: none; color: #fff;
				}
		}*/ }
  .main-section:before, .main-section:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .main-section:after {
    clear: both; }
  .main-section h1 {
    font-weight: 300; }
  .main-section h2.feature-title {
    text-align: center;
    color: #f15e22;
    font-size: 43px;
    margin: 15px 0;
    font-weight: bold; }
  .main-section .event-feed {
    margin-bottom: 15px;
    zoom: 1; }
    .main-section .event-feed:before, .main-section .event-feed:after {
      content: "";
      display: block;
      height: 0;
      overflow: hidden; }
    .main-section .event-feed:after {
      clear: both; }
    .main-section .event-feed .event-item {
      font-family: 'Roboto Condensed', sans-serif;
      position: relative;
      overflow: hidden;
      min-height: 200px; }
      .main-section .event-feed .event-item img {
        width: 100%; }
      .main-section .event-feed .event-item .overlay {
        background: url(../images/000000-0.8.png);
        text-align: center;
        text-transform: uppercase;
        color: #141414;
        position: absolute;
        top: 100%;
        width: 100%;
        min-height: 200px;
        display: table;
        padding: 20px 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.3s; }
        .main-section .event-feed .event-item .overlay .wrapper {
          display: table-cell;
          vertical-align: middle; }
          .main-section .event-feed .event-item .overlay .wrapper .event-details {
            background: #fff;
            margin: 0 auto;
            width: 80%;
            padding: 10px; }
            .main-section .event-feed .event-item .overlay .wrapper .event-details .title {
              font-size: 22px; }
            .main-section .event-feed .event-item .overlay .wrapper .event-details .date {
              font-size: 14px; }
          .main-section .event-feed .event-item .overlay .wrapper a.more {
            margin: 0 auto;
            width: 80%;
            color: #4298b5;
            display: block;
            background-color: #000;
            padding: 5px 10px;
            font-size: 14px;
            font-weight: 700; }
            .main-section .event-feed .event-item .overlay .wrapper a.more:hover {
              background-color: #4d4d4d;
              text-decoration: none; }
            .main-section .event-feed .event-item .overlay .wrapper a.more span.fa {
              margin-right: 5px; }
      .main-section .event-feed .event-item:hover .overlay {
        top: 0;
        transition: 0.3s; }
  .main-section .content {
    background-color: #fff;
    zoom: 1;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 5px 0 0 #ddd; }
    .main-section .content:before, .main-section .content:after {
      content: "";
      display: block;
      height: 0;
      overflow: hidden; }
    .main-section .content:after {
      clear: both; }
    .main-section .content h2 {
      font-weight: 500;
      text-transform: uppercase; }
    .main-section .content p a {
      font-weight: bold;
      color: #e72b49; }
  .main-section .home-content {
    padding: 40px 30px; }
    .main-section .home-content a {
      color: #e72b49;
      font-weight: bold; }

@media screen\0 {
  .hotbox .event-title {
    height: 100px; }
    .hotbox .event-title .title {
      line-height: 1em; }

  .hotbox .event-detail {
    height: 85px; }

  .hotbox .event-info {
    height: 191px; } }
@media screen and (max-width: 1150px) {
  .uk-slidenav {
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .uk-slidenav i {
      font-size: 20px;
      line-height: 25px; }

  .uk-slidenav-next {
    right: 0px; }

  .uk-slidenav-previous {
    left: 0px; } }
@media screen and (max-width: 767px) {
  .hotbox {
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  /* mobile */
  .main-section {
    margin-top: 10px; }
    .main-section .home-content {
      padding: 10px 20px 30px; }
    .main-section .content {
      padding: 20px; }
    .main-section .event-feed {
      margin-bottom: 10px; }
      .main-section .event-feed .event-item {
        min-height: 0px;
        background-color: #fff;
        border-top: 1px dotted #4298b5; }
        .main-section .event-feed .event-item img {
          max-width: 25%;
          float: left;
          margin-right: 10px;
          min-width: 100px; }
        .main-section .event-feed .event-item .overlay {
          display: block;
          position: relative;
          background-image: none;
          min-height: 0px;
          text-align: left;
          padding: 5px 0px;
          top: 0 !important;
          width: 75%;
          margin-left: 25%; }
          .main-section .event-feed .event-item .overlay .wrapper {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 20px; }
            .main-section .event-feed .event-item .overlay .wrapper a.more {
              background-color: transparent;
              margin: 0px 10px; }
              .main-section .event-feed .event-item .overlay .wrapper a.more:hover {
                background-color: transparent;
                color: #27596a; }
            .main-section .event-feed .event-item .overlay .wrapper .event-details {
              padding: 10px 0px 0px 20px;
              width: 100%;
              background: transparent; }
        .main-section .event-feed .event-item:first-child {
          border-top: none; }
    .main-section .video-wrapper {
      margin-top: 20px; }

  .hotbox-container:nth-of-type(n) {
    margin: 0 auto 10px;
    text-align: center; }
    .hotbox-container:nth-of-type(n) .hotbox {
      margin: 0 auto;
      text-align: left; }

  .sticky .schedule {
    height: auto;
    padding: 10px 20px; }
    .sticky .schedule .event-title {
      font-size: 0.6125em; }
    .sticky .schedule .btn-white,
    .sticky .schedule .btn-orange {
      padding: 5px 10px; }
  .sticky .mob-filter-expand {
    position: absolute;
    right: 0px;
    top: -22px;
    font-size: 1.25em; }

  .schedule {
    height: auto; } }
@media screen and (max-width: 420px) and (orientation: portrait) {
  .hotbox-container {
    width: 100%;
    float: none; }

  .hotbox .event-teaser {
    height: 178px; }

  .related-events .hotbox-container {
    max-width: 100% !important;
    float: left;
    margin: 0 auto; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  .schedule {
    font-size: 27px; }

  .main-section .event-feed .event-item {
    min-height: 150px; }
    .main-section .event-feed .event-item .overlay {
      min-height: 150px; }

  .hotbox-container {
    margin-bottom: 5px;
    padding: 0px;
        /* 
		&:nth-of-type(4n+1) {
			 .hotbox {
				margin-left: 2.5px;
			}
		}

		&:nth-of-type(4n) .hotbox{
			margin-right: 2.5px;
		}

		&:nth-of-type(3n+1) {
			 .hotbox {
				margin-left: 0;
			}
		} 

		&:nth-of-type(3n) .hotbox{
			margin-right: 0;
		}
		*/ } }
@media screen and (max-width: 320px) {
  .hotbox-container {
    max-width: 100%; } }
@media screen and (min-width: 960px) {
  /* desktop */ }
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */ }
/*	--------------------------------------	*\
	INNER LAYOUT ELEMENTS
\*	--------------------------------------	*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border: 10px solid #000; }

h3 img {
  float: left;
  margin-right: 5px; }

.internal-hero {
  position: relative;
  background-color: #fff;
  color: #141414;
  margin-bottom: 20px;
  box-shadow: 0 5px 0 0 #ddd; }
  .internal-hero .breadcrumbs a {
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
    font-family: "Neue Helvetica W01";
    color: #141414;
    font-size: 12px; }
    .internal-hero .breadcrumbs a:first-child {
      padding-left: 0px; }
    .internal-hero .breadcrumbs a.CMSBreadCrumbsCurrentItem {
      color: #f15e22; }
  .internal-hero .overlay {
    width: 100%;
    min-height: 238px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/internal-overlay.png) no-repeat top right;
    z-index: 1; }
  .internal-hero .image {
    position: absolute;
    z-index: 0;
    max-height: 238px;
    overflow: hidden;
    top: 0px;
    right: 0px;
    text-align: right;
    max-width: 250px; }
    .internal-hero .image img {
      max-width: 250px; }
  .internal-hero .content {
    z-index: 2;
    position: relative;
    padding: 30px 40px;
    margin-bottom: 20px; }
  .internal-hero h1 {
    font-size: 1.875em;
    font-weight: 300;
    margin-bottom: 5px; }
    .internal-hero h1 .byline {
      display: block;
      font-size: 25px;
      margin-bottom: 5px;
      font-family: 'Roboto Condensed';
      font-weight: 700; }

.content-venue {
  border-bottom: 1px solid #D4D4D4; }
  .content-venue > div {
    background-color: #fff; }
  .content-venue a {
    color: #f15e22; }
  .content-venue .ContentPadding {
    padding: 40px; }

.btn-std, .newsdetail .btn,
.FormButton {
  display: inline-block;
  padding: 10px 16px;
  background-color: #e72b49;
  color: #fff !important;
  font-family: "Neue Helvetica W01";
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-std:hover, .newsdetail .btn:hover,
  .FormButton:hover {
    text-decoration: none;
    background-color: #f15e22; }

.btn-white {
  background: white;
  color: #f15e22 !important;
  font-weight: bold;
  border: 1px solid white;
  padding: 8px 16px; }
  .btn-white:hover {
    background: #f15e22;
    color: white !important; }

.btn-orange {
  background: #f15e22;
  color: white;
  font-weight: bold;
  border: 1px solid white;
  padding: 8px 16px; }
  .btn-orange:hover {
    background: white;
    color: #f15e22; }

.google-maps {
  position: relative;
  height: 0px;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.search-item {
  border-bottom: 1px #c5c5c5 solid;
  padding-bottom: 10px; }
  .search-item .title {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #141414;
    display: block; }
    .search-item .title:hover {
      text-decoration: none; }
  .search-item .relevance {
    font-size: 13px; }
  .search-item:last-child {
    border-bottom: none; }

#sitemap a {
  color: #141414; }
#sitemap ul {
  list-style: none;
  padding: 0px; }
  #sitemap ul li {
    padding: 5px 0px; }
    #sitemap ul li ul {
      padding-left: 20px;
      margin: 0px; }

.event-filter .infield-label {
  display: inline-block; }

.infield-label {
  display: inline-block;
  position: relative; }

.infield-label label {
  cursor: text;
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  display: block;
  left: -5px;
  right: 0;
  top: 2px;
  text-transform: none;
  color: inherit;
  margin: 0;
  padding: .8em 1.5em;
  font-weight: normal;
  font-family: sans-serif;
  color: black; }

.infield-label.placeholder-hide label,
.infield-label.placeholder-focus label {
  color: transparent; }

@media screen and (max-width: 767px) {
  /* mobile */
  .internal-hero {
    margin-bottom: 0px; }
    .internal-hero .content {
      z-index: 2;
      position: relative;
      padding: 30px;
      margin-bottom: 0px; }
      .internal-hero .content h1 {
        margin-top: 5px;
        font-size: 30px; }

  .event-filter .infield-label {
    display: block; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */ }
@media screen and (min-width: 960px) {
  /* desktop */ }
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */ }
/*	--------------------------------------	*\
	FOOTER
\*	--------------------------------------	*/
footer {
  zoom: 1;
  margin-top: 10px; }
  footer:before, footer:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  footer:after {
    clear: both; }
  footer p {
    color: #636363;
    font-size: 0.8125em;
    line-height: 1.5em; }
  footer a {
    color: #008698; }
  footer ul {
    color: #636363;
    font-size: 0.8125em;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px; }
    footer ul li {
      background-image: url(http://www.summersetartsfestival.com.au/images/bullet.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 12px;
      margin-bottom: 4px; }
  footer .contact {
    display: block;
    color: #636363;
    font-size: 0.75em;
    margin-bottom: 15px; }
  footer .google {
    background-image: url(http://www.summersetartsfestival.com.au/images/icon-marker.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
    font-size: 0.8125em; }
  footer .insta-feed {
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 5px 0 0 #ddd; }
    footer .insta-feed .insta-slide {
      margin: 0 auto;
      width: 90%;
      background-color: #000; }
      footer .insta-feed .insta-slide img {
        width: auto;
        height: auto;
        cursor: pointer;
        opacity: 0.4 !important;
        max-width: 170px !important; }
    footer .insta-feed a.pager {
      font-size: 30px;
      color: #141414;
      display: block;
      position: absolute;
      width: 5%;
      text-align: center;
      height: 100%;
      top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #474747;
      font-weight: 700; }
      footer .insta-feed a.pager:hover {
        background-color: #cccccc; }
      footer .insta-feed a.pager span.fa {
        padding-top: 235%;
        color: #e72b49; }
        footer .insta-feed a.pager span.fa.fa-instagram {
          position: absolute;
          top: 0px;
          padding-top: 10px;
          left: 25%;
          color: #141414;
          z-index: 99; }
        footer .insta-feed a.pager span.fa.fa-angle-left {
          z-index: 88; }
    footer .insta-feed #insta-pager-prev {
      left: 0px; }
    footer .insta-feed #insta-pager-next {
      right: 0px; }
  footer .twitter-feed {
    background-color: #00acee;
    position: relative;
    color: #fff;
    display: table;
    width: 100%;
    box-shadow: 0 5px 0 0 #ddd; }
    footer .twitter-feed .twitter-slide {
      width: 90%;
      display: table-cell; }
      footer .twitter-feed .twitter-slide .tweet {
        width: 85%;
        margin-left: 10%;
        padding: 20px 20px 20px 10px; }
        footer .twitter-feed .twitter-slide .tweet .text {
          font-family: 'Open Sans', sans-serif; }
          footer .twitter-feed .twitter-slide .tweet .text a {
            color: #fff;
            text-decoration: underline; }
            footer .twitter-feed .twitter-slide .tweet .text a:hover {
              color: #008698; }
        footer .twitter-feed .twitter-slide .tweet .handler {
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 12px; }
      footer .twitter-feed .twitter-slide div.fa-twitter {
        position: absolute;
        top: 0px;
        font-size: 50px;
        width: 10%;
        height: 100%;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #00acee;
        z-index: 1000;
        left: 0px;
        padding-left: 3%; }
    footer .twitter-feed a.pager {
      font-size: 30px;
      color: #141414;
      width: 5%;
      text-align: center;
      height: 100%;
      top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      font-weight: 700;
      display: table-cell;
      vertical-align: middle;
      background-color: #009ad6; }
      footer .twitter-feed a.pager:hover {
        background-color: #0075a3; }
  footer .preloader {
    text-align: center;
    padding: 20px; }
    footer .preloader.twitter {
      background-color: #00acee; }
    footer .preloader.instagram {
      background-color: #fff;
      margin-bottom: 20px; }

.foot {
  margin-top: 40px;
  zoom: 1;
  color: #c1c1c1;
  font-size: 0.6875em;
  background-color: #fff; }
  .foot:before, .foot:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .foot:after {
    clear: both; }
  .foot > div {
    background-color: #fff; }
  .foot .sponsor {
    text-align: center;
    padding-bottom: 45px; }
    .foot .sponsor h2 {
      font-weight: 300;
      color: #141414;
      text-transform: capitalize;
      font-family: 'Neue Helvetica W01';
      font-size: 23px; }
    .foot .sponsor .sponsor-list {
      padding: 0px 5%;
      margin: 1em auto; }
      .foot .sponsor .sponsor-list li {
        display: inline-block; }
        .foot .sponsor .sponsor-list li img {
          padding: 0 25px 50px;
          max-width: 160px;
          min-width: 80px;
          vertical-align: middle;
          width: 125px; }
  .foot .copyright {
    color: #636363;
    display: block;
    margin-bottom: 5px; }
  .foot a {
    color: #414141;
    padding: 0px 10px; }
  .foot .right {
    float: right; }
  .foot .social-base {
    text-align: right;
    font-size: 3.75em; }
    .foot .social-base a {
      color: #5ed0ff;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .foot .social-base a i {
        vertical-align: top; }
      .foot .social-base a:hover {
        color: #49a8d0; }
  .foot .base {
    padding: 20px 0px 30px 0px;
    border-top: 1px solid #e9e9e9; }
  .foot .sponsors > div.wrapper {
    margin: 20px 30px;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.2); }
    .foot .sponsors > div.wrapper .logo .wrapper a {
      display: inline-block;
      vertical-align: middle; }
  .foot .sponsors h4 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #474747;
    font-size: 12px;
    margin-bottom: 0px; }

.base-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.6875em; }
  .base-footer a {
    color: #fff;
    opacity: 0.5;
    padding-left: 30px; }

@media screen and (max-width: 767px) {
  /* mobile */
  .foot {
    margin-top: 0px;
    background-image: none; }
    .foot .base {
      padding: 20px 30px; }
      .foot .base .social {
        margin-bottom: 10px; }
        .foot .base .social a {
          text-align: center;
          font-size: 30px;
          padding: 0px 5px; }
          .foot .base .social a:hover {
            color: #b3b3b3; }
    .foot .right {
      float: none;
      margin-top: 10px;
      display: inline-block; }
    .foot .sponsor .sponsor-list {
      padding: 0 20px; }
      .foot .sponsor .sponsor-list li a {
        display: block; }
        .foot .sponsor .sponsor-list li a img {
          padding: 10px 0;
          width: 95px; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */ }
@media screen and (min-width: 960px) {
  /* desktop */ }
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */ }
/*	--------------------------------------	*\
	NAVIGATION
\*	--------------------------------------	*/
/*** ESSENTIAL STYLES ***/
.CMSListMenuUL {
  margin: 0;
  padding: 0;
  list-style: none; }
  .CMSListMenuUL * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .CMSListMenuUL .sf-mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }
  .CMSListMenuUL li:hover > .sf-mega,
  .CMSListMenuUL li.sfHover > .sf-mega {
    display: block; }
  .CMSListMenuUL a {
    display: block;
    font-weight: bold; }
  .CMSListMenuUL ul ul {
    top: 0;
    left: 100%; }

#nav > li {
  float: left; }

nav {
  background-color: transparent;
  position: relative;
  z-index: 200;
  font-size: 17px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
  float: right; }

#nav,
#navMobile {
  z-index: 500;
  position: relative;
  float: left;
  width: 100%;
  /* FIRST LEVEL */
  /* SECOND LEVEL */ }
  #nav li,
  #navMobile li {
    background-position: left;
    background-repeat: repeat-y;
    font-size: 0.9375em;
    display: block;
    text-align: center;
    text-transform: uppercase; }
    #nav li a,
    #navMobile li a {
      color: #2a2a2a;
      padding: 17px 13px 17px 13px;
      font-family: "Neue Helvetica W01";
      text-decoration: none;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      #nav li a:hover,
      #navMobile li a:hover {
        color: #e72b49; }
  #nav > li.sfHover,
  #navMobile > li.sfHover {
    background: transparent;
    color: #e72b49; }
  #nav > li:last-of-type a,
  #navMobile > li:last-of-type a {
    padding-right: 0; }
  #nav > li a.sf-with-ul:after,
  #navMobile > li a.sf-with-ul:after {
    margin-left: 5px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #e72b49;
    -webkit-font-smoothing: antialiased; }
  #nav .clear,
  #navMobile .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  #nav .sfHover,
  #navMobile .sfHover {
    background-color: #e72b49;
    color: #fff; }
    #nav .sfHover > a,
    #navMobile .sfHover > a {
      color: #fff; }
      #nav .sfHover > a.sf-with-ul:after,
      #navMobile .sfHover > a.sf-with-ul:after {
        margin-left: 5px;
        content: "\f106";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
  #nav .sf-mega,
  #navMobile .sf-mega {
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: #008c99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px 45px 20px; }
  #nav ul,
  #navMobile ul {
    position: absolute; }
    #nav ul li,
    #navMobile ul li {
      display: block;
      text-align: left;
      text-transform: none;
      background-color: #fff;
      min-width: 150px; }
    #nav ul li a,
    #navMobile ul li a {
      color: #000;
      background-image: none;
      display: block;
      position: relative; }
      #nav ul li a:hover,
      #navMobile ul li a:hover {
        background-color: #e72b49;
        color: #fff; }
      #nav ul li a span,
      #navMobile ul li a span {
        display: block; }
      #nav ul li a .title,
      #navMobile ul li a .title {
        color: #fff;
        font-size: 1.125em;
        margin-bottom: 5px; }
      #nav ul li a .description,
      #navMobile ul li a .description {
        color: #fff;
        font-size: 0.9375em;
        font-family: 'Open Sans', sans-serif; }

@media screen and (max-width: 767px) {
  /* mobile */
  nav {
    z-index: 10001;
    padding-left: 0px;
    position: absolute;
    top: 42px;
    width: 100%; }
    nav .CMSListMenuUL > li {
      float: none; }
      nav .CMSListMenuUL > li a {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left; }
    nav.closed {
      display: none; }
    nav a.sf-with-ul:after {
      float: right; }
    nav li {
      border-top: 1px solid #ec5970; }
      nav li:first-child {
        border-top: none; }

  #navMobile ul {
    position: relative;
    background-color: #fff; }
    #navMobile ul li {
      position: relative; }
      #navMobile ul li a {
        padding: 17px 13px 17px 33px; }

  #navMobile {
    background: #4298b5; }
    #navMobile li {
      border-top: 0; }
      #navMobile li a {
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px 15px; }
        #navMobile li a:hover {
          background: #e72b49;
          color: white !important;
          border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    #navMobile > li:last-of-type a {
      padding-right: 13px; }
    #navMobile > li a.sf-with-ul:after {
      color: white; }
    #navMobile ul li a {
      background: #377f97;
      padding: 10px 15px; }
      #navMobile ul li a:hover {
        background: #e72b49; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  nav {
    padding-left: 170px; } }
@media screen and (min-width: 960px) {
  /* desktop */ }
/* -------------------------------------- *\
	Zero px grid
	The grid elements are reduced to zero px padding and margin
	It overrides the output from SASS
\* -------------------------------------- */
.grid-zero {
  padding: 0; }
  .grid-zero .grid-5, .grid-zero .mobile-grid-5, .grid-zero .tablet-grid-5, .grid-zero .grid-10, .grid-zero .mobile-grid-10, .grid-zero .tablet-grid-10, .grid-zero .grid-15, .grid-zero .mobile-grid-15, .grid-zero .tablet-grid-15, .grid-zero .grid-20, .grid-zero .mobile-grid-20, .grid-zero .tablet-grid-20, .grid-zero .grid-25, .grid-zero .mobile-grid-25, .grid-zero .tablet-grid-25, .grid-zero .grid-30, .grid-zero .mobile-grid-30, .grid-zero .tablet-grid-30, .grid-zero .grid-35, .grid-zero .mobile-grid-35, .grid-zero .tablet-grid-35, .grid-zero .grid-40, .grid-zero .mobile-grid-40, .grid-zero .tablet-grid-40, .grid-zero .grid-45, .grid-zero .mobile-grid-45, .grid-zero .tablet-grid-45, .grid-zero .grid-50, .grid-zero .mobile-grid-50, .grid-zero .tablet-grid-50, .grid-zero .grid-55, .grid-zero .mobile-grid-55, .grid-zero .tablet-grid-55, .grid-zero .grid-60, .grid-zero .mobile-grid-60, .grid-zero .tablet-grid-60, .grid-zero .grid-65, .grid-zero .mobile-grid-65, .grid-zero .tablet-grid-65, .grid-zero .grid-70, .grid-zero .mobile-grid-70, .grid-zero .tablet-grid-70, .grid-zero .grid-75, .grid-zero .mobile-grid-75, .grid-zero .tablet-grid-75, .grid-zero .grid-80, .grid-zero .mobile-grid-80, .grid-zero .tablet-grid-80, .grid-zero .grid-85, .grid-zero .mobile-grid-85, .grid-zero .tablet-grid-85, .grid-zero .grid-90, .grid-zero .mobile-grid-90, .grid-zero .tablet-grid-90, .grid-zero .grid-95, .grid-zero .mobile-grid-95, .grid-zero .tablet-grid-95, .grid-zero .grid-100, .grid-zero .mobile-grid-100, .grid-zero .tablet-grid-100, .grid-zero .grid-33, .grid-zero .mobile-grid-33, .grid-zero .tablet-grid-33, .grid-zero .grid-66, .grid-zero .mobile-grid-66, .grid-zero .tablet-grid-66, .grid-zero .grid-6col, .grid-zero .mobile-grid-6col, .grid-zero .tablet-grid-6col, .grid-zero .grid-7col, .grid-zero .mobile-grid-7col, .grid-zero .tablet-grid-7col, .grid-zero .grid-8col, .grid-zero .mobile-grid-8col, .grid-zero .tablet-grid-8col, .grid-zero .grid-9col, .grid-zero .mobile-grid-9col, .grid-zero .tablet-grid-9col {
    padding-left: 0px;
    padding-right: 0px;
    /* <IE7> */
    *padding-left: 0;
    *padding-right: 0;
    /* </IE7> */ }
  .grid-zero .grid-5 > section, .grid-zero .mobile-grid-5 > section, .grid-zero .tablet-grid-5 > section, .grid-zero .grid-10 > section, .grid-zero .mobile-grid-10 > section, .grid-zero .tablet-grid-10 > section, .grid-zero .grid-15 > section, .grid-zero .mobile-grid-15 > section, .grid-zero .tablet-grid-15 > section, .grid-zero .grid-20 > section, .grid-zero .mobile-grid-20 > section, .grid-zero .tablet-grid-20 > section, .grid-zero .grid-25 > section, .grid-zero .mobile-grid-25 > section, .grid-zero .tablet-grid-25 > section, .grid-zero .grid-30 > section, .grid-zero .mobile-grid-30 > section, .grid-zero .tablet-grid-30 > section, .grid-zero .grid-35 > section, .grid-zero .mobile-grid-35 > section, .grid-zero .tablet-grid-35 > section, .grid-zero .grid-40 > section, .grid-zero .mobile-grid-40 > section, .grid-zero .tablet-grid-40 > section, .grid-zero .grid-45 > section, .grid-zero .mobile-grid-45 > section, .grid-zero .tablet-grid-45 > section, .grid-zero .grid-50 > section, .grid-zero .mobile-grid-50 > section, .grid-zero .tablet-grid-50 > section, .grid-zero .grid-55 > section, .grid-zero .mobile-grid-55 > section, .grid-zero .tablet-grid-55 > section, .grid-zero .grid-60 > section, .grid-zero .mobile-grid-60 > section, .grid-zero .tablet-grid-60 > section, .grid-zero .grid-65 > section, .grid-zero .mobile-grid-65 > section, .grid-zero .tablet-grid-65 > section, .grid-zero .grid-70 > section, .grid-zero .mobile-grid-70 > section, .grid-zero .tablet-grid-70 > section, .grid-zero .grid-75 > section, .grid-zero .mobile-grid-75 > section, .grid-zero .tablet-grid-75 > section, .grid-zero .grid-80 > section, .grid-zero .mobile-grid-80 > section, .grid-zero .tablet-grid-80 > section, .grid-zero .grid-85 > section, .grid-zero .mobile-grid-85 > section, .grid-zero .tablet-grid-85 > section, .grid-zero .grid-90 > section, .grid-zero .mobile-grid-90 > section, .grid-zero .tablet-grid-90 > section, .grid-zero .grid-95 > section, .grid-zero .mobile-grid-95 > section, .grid-zero .tablet-grid-95 > section, .grid-zero .grid-100 > section, .grid-zero .mobile-grid-100 > section, .grid-zero .tablet-grid-100 > section, .grid-zero .grid-33 > section, .grid-zero .mobile-grid-33 > section, .grid-zero .tablet-grid-33 > section, .grid-zero .grid-66 > section, .grid-zero .mobile-grid-66 > section, .grid-zero .tablet-grid-66 > section, .grid-zero .grid-6col > section, .grid-zero .mobile-grid-6col > section, .grid-zero .tablet-grid-6col > section, .grid-zero .grid-7col > section, .grid-zero .mobile-grid-7col > section, .grid-zero .tablet-grid-7col > section, .grid-zero .grid-8col > section, .grid-zero .mobile-grid-8col > section, .grid-zero .tablet-grid-8col > section, .grid-zero .grid-9col > section, .grid-zero .mobile-grid-9col > section, .grid-zero .tablet-grid-9col > section {
    position: relative;
    /* <IE7> */
    *margin-left: 0;
    *margin-right: 0;
    /* </IE7> */ }

/*	--------------------------------------	*\
	HERO / ROTATING SLIDER
\*	--------------------------------------	*/
.hero {
  width: 100%;
  position: relative;
  z-index: 50;
  background-color: #fff;
  margin-bottom: 21px;
  box-shadow: 0 5px 0 0 #ddd;
  /* pager */ }
  .hero img {
    width: 100%;
    max-width: 100%;
    display: block; }
  .hero .hero-slide {
    display: none;
    width: 100%; }
    .hero .hero-slide .image {
      max-height: 540px;
      overflow: hidden;
      width: 100%;
            /*
			background-blend-mode: multiply;
			background-repeat: no-repeat;
			background-size: 100%;
			background-color: white;
			*/ }
    .hero .hero-slide .caption {
      z-index: 600;
      font-family: 'Neue Helvetica W01';
      padding: 20px;
      font-weight: 300;
      background: white; }
      .hero .hero-slide .caption .title {
        font-size: 30px;
        font-weight: 300;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #141414; }
        .hero .hero-slide .caption .title a {
          color: #141414; }
      .hero .hero-slide .caption .description {
        font-family: 'Neue Helvetica W01';
        font-size: 0.875em;
        color: #f15e22;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 700; }
        .hero .hero-slide .caption .description a {
          color: #f15e22; }
  .hero .cycle-pager {
    text-align: left;
    right: 20px;
    z-index: 800;
    position: absolute;
    top: 540px;
    overflow: hidden; }
  .hero .cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #bfbfbf;
    cursor: pointer;
    opacity: 0.5;
    margin-right: 4px;
    margin-top: 15px; }
  .hero .cycle-pager span.cycle-pager-active {
    opacity: 1;
    color: #e72b49; }
  .hero .cycle-pager > * {
    cursor: pointer; }

@media screen and (max-width: 767px) {
  /* mobile */
  .hero {
    margin-bottom: 10px;
    background: #fff; }
    .hero .hero-slide {
      background: transparent; }
      .hero .hero-slide .caption {
        padding: 20px; }
      .hero .hero-slide .image {
        max-height: 210px; }
    .hero .cycle-pager {
      position: relative;
      top: auto;
      left: 20px;
      right: auto; } }
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  /* tablet */
  .hero .cycle-pager {
    top: 470px; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  .hero .cycle-pager {
    top: 80%; } }
@media screen and (min-width: 960px) {
  /* desktop */ }
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */ }
/*	--------------------------------------	*\
	CUSTOM FORM ELEMENTS
\*	--------------------------------------	*/
/* Base Form Elements */
input {
  font-family: 'Open Sans', sans-serif; }

.form {
  display: table; }
  .form .row {
    display: table-row; }
    .form .row .label {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px;
      color: #141414; }
    .form .row .field {
      display: table-cell;
      padding-top: 5px;
      padding-bottom: 5px; }
      .form .row .field input[type=text], .form .row .field .TextBoxField {
        padding: 8px;
        font-size: 13px;
        background-color: #fafafa;
        border-top: 2px #999999 solid;
        border-right: 2px inset #EEEEEE;
        border-left: 2px inset #EEEEEE;
        border-bottom: 2px inset #EEEEEE;
        width: 220px; }
  .form .EditingFormControlNestedControl label {
    display: none; }
  .form .EditingFormErrorLabel {
    font-size: 13px;
    font-style: italic;
    color: #e72b49; }
  .form .submit, .form input[type=submit] {
    background-color: #009ad6;
    border: 0;
    padding: 8px 20px;
    color: #fff;
    margin-top: 10px;
    margin-left: 105px; }
    .form .submit:hover, .form input[type=submit]:hover {
      background-color: #0075a3; }
  .form.newsletter .row .label {
    width: 105px; }
    .form.newsletter .row .label label {
      line-height: 44px; }
  .form.newsletter .row .field input[type=text], .form.newsletter .row .field .TextBoxField {
    width: 220px; }

.EditingFormErrorLabel, .ErrorLabel, .confirm {
  font-size: 13px;
  font-style: italic;
  color: #e72b49;
  font-family: 'Open Sans', sans-serif; }

.InfoLabel, .confirm {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #141414; }

@media screen and (max-width: 767px) {
  /* mobile */
  .form {
    display: block;
    padding-bottom: 10px; }
    .form.newsletter .row .label label {
      line-height: 1.5em; }
    .form .row {
      display: block; }
      .form .row .label {
        display: block;
        margin-bottom: 0px; }
      .form .row .field {
        display: block;
        padding: 0px;
        margin-bottom: 5px; }
        .form .row .field input[type=text], .form .row .field .TextBoxField {
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
    .form .submit, .form input[type=submit] {
      margin-left: 0; }
    .form .CaptchaTable {
      width: 100%; }
      .form .CaptchaTable td {
        display: block;
        width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */ }
@media screen and (min-width: 960px) {
  /* desktop */ }
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */ }
/*	--------------------------------------	*\
	SUB MENU
\*	--------------------------------------	*/
ul.menu {
  list-style-type: none;
  padding: 30px 0px 25px 25px;
  background-color: #e4e4e4;
  margin-bottom: 20px;
  margin-top: 0px; }
  ul.menu > li > a {
    margin-right: 25px;
    text-indent: 3px;
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-family: 'Doppio One', sans-serif;
    border-bottom: 3px solid #008698;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {
      background-color: #cbcbcb;
      text-decoration: none; }
  ul.menu > li:last-child a {
    border-bottom: 0px; }
  ul.menu ul {
    list-style-type: none;
    padding: 0px; }
    ul.menu ul > li > a {
      background-image: url(http://www.summersetartsfestival.com.au/images/bullet.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 12px;
      margin-bottom: 4px;
      font-size: 0.8125em;
      color: #008698; }
  ul.menu ul ul {
    position: relative;
    margin-left: -25px;
    padding-left: 37px;
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 7px;
    margin-bottom: 7px; }
    ul.menu ul ul li a {
      background-image: none;
      padding: 0px; }
      ul.menu ul ul li a.active {
        font-weight: bold; }

.events-holder,
.event-feed {
  margin-left: -2.5px;
  margin-right: -2.5px; }

.event-filter-zone {
  display: none; }

.text .btn-std, .text .newsdetail .btn, .newsdetail .text .btn {
  text-transform: capitalize !important;
  background-color: #e72b49 !important;
  margin-bottom: 10px;
  width: 20%; }

.event-filter {
  padding: 20px 0px;
  font-family: 'Open Sans', sans-serf;
  font-size: 13px;
  position: relative; }
  .event-filter .date-picker {
    display: inline-block;
    position: relative; }
    .event-filter .date-picker .CalendarIcon {
      display: none; }
    .event-filter .date-picker span.fa-calendar {
      position: absolute;
      right: 0px;
      top: 12px;
      right: 13px;
      cursor: pointer;
      color: #141414; }
  .event-filter input[type=text],
  .event-filter select.dropdown {
    padding: 8px;
    font-size: 13px;
    background-color: #fafafa;
    border-top: 2px #999999 solid;
    border-right: 2px inset #EEEEEE;
    border-left: 2px inset #EEEEEE;
    border-bottom: 2px inset #EEEEEE;
    width: 150px;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .event-filter select.dropdown {
    -webkit-appearance: menulist-button;
    line-height: 30px; }
  .event-filter .to {
    margin-right: 5px; }
  .event-filter .buttons,
  .event-filter .drops,
  .event-filter .date {
    display: inline-block; }

.PagerControl {
  padding: 10px 0px;
  border-top: 1px solid #cecece; }
  .PagerControl .visually-hidden {
    display: none; }
  .PagerControl .next-previous,
  .PagerControl .page {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cecece;
    font-size: 13px;
    color: #141414; }
    .PagerControl .next-previous.active,
    .PagerControl .page.active {
      background-color: #cecece;
      color: #fff; }
    .PagerControl .next-previous.faded,
    .PagerControl .page.faded {
      color: #cecece; }
  .PagerControl a:hover {
    background-color: #cecece;
    text-decoration: none;
    color: #fff; }
  .PagerControl .PagerResults {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px; }

.event-landing .event-item {
  padding: 20px 0px;
  border-top: 1px #cecece solid;
  zoom: 1;
  color: #141414; }
  .event-landing .event-item:before, .event-landing .event-item:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden; }
  .event-landing .event-item:after {
    clear: both; }
  .event-landing .event-item .title {
    font-family: 'mercedes-light', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 30px; }
    .event-landing .event-item .title a {
      color: #141414; }
    .event-landing .event-item .title.venue {
      margin-bottom: 20px;
      margin-top: 0px;
      text-transform: capitalize; }
    .event-landing .event-item .title .byline {
      display: block;
      font-size: 18px;
      margin-bottom: 5px;
      font-weight: 700; }
  .event-landing .event-item .details {
    font-size: 13px; }
    .event-landing .event-item .details .label {
      width: 60px;
      display: inline-block;
      font-weight: 700;
      text-transform: uppercase; }
    .event-landing .event-item .details .field {
      color: #4298b5; }
  .event-landing .event-item a.link-more {
    color: #4298b5;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
    .event-landing .event-item a.link-more .fa-angle-right {
      margin-right: 10px; }
  .event-landing .event-item.last {
    border-bottom: 1px #cecece solid; }
.event-landing.venue .event-item:first-child {
  border-top: none; }

.event-details {
  padding: 0px;
  margin-bottom: 20px;
  box-shadow: 0 5px 0 0 #ddd; }
  .event-details.venue .google-maps {
    float: right;
    width: 50%;
    margin: 0 0 20px 20px; }
  .event-details.venue .details {
    padding: 0; }
    .event-details.venue .details .row {
      padding: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .event-details.venue .details .row .label {
        width: 10%; }
  .event-details .event-details-holder {
    border-bottom: 1px solid #e7e7e7; }
  .event-details .teaser {
    padding: 0;
    max-height: 510px;
    overflow: hidden;
    text-align: right; }
    .event-details .teaser img {
      margin: 0;
      max-width: 100%;
      height: auto; }
    .event-details .teaser .small-teaser {
      display: block;
      width: 100%;
      margin: 0; }
  .event-details .details {
    font-size: 14px;
    padding: 40px;
    padding-bottom: 20px; }
    .event-details .details .label {
      width: 15%;
      display: inline-block;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 85px; }
    .event-details .details .row {
      width: 100%; }
    .event-details .details h2 {
      margin: 0;
      color: #e72b49; }
    .event-details .details h3 {
      margin: 0 0 20px;
      font-weight: 300; }
    .event-details .details .field {
      color: #f15e22;
      font-size: 14px; }
      .event-details .details .field a {
        color: #f15e22; }
    .event-details .details .classification {
      display: inline-block;
      padding: 10px;
      vertical-align: middle;
      min-width: 200px; }
      .event-details .details .classification img {
        margin-right: 3px; }
    .event-details .details .btn-right {
      padding: 10px 0; }
    .event-details .details .row.last {
      margin-top: 10px; }
  .event-details .text {
    padding: 25px 40px;
    border-bottom: 1px solid #e7e7e7; }
    .event-details .text h3 {
      font-weight: 300;
      margin-bottom: 10px;
      font-size: 1.6875em; }
  .event-details .google-maps {
    margin-bottom: 0px;
    height: 242px; }
  .event-details .gallery {
    padding: 40px;
    border-top: 1px #cecece solid;
    position: relative; }
    .event-details .gallery .gallery-item {
      width: 100%;
      text-align: center; }
      .event-details .gallery .gallery-item img {
        text-align: center;
        display: inline-block;
        width: 100%; }
    .event-details .gallery .gallery__slide {
      margin-bottom: 5px;
      height: 712px;
      overflow: hidden; }
      .event-details .gallery .gallery__slide img {
        margin: 0 auto; }
    .event-details .gallery .gallery__slide_nav {
      margin-left: -2.5px;
      height: 125px;
      overflow: hidden; }
      .event-details .gallery .gallery__slide_nav .gallery-thumb {
        margin: 0 2.5px;
        height: 100%;
        width: auto; }
  .event-details .buttons {
    padding: 40px; }
    .event-details .buttons a.btn-std, .event-details .buttons .newsdetail a.btn, .newsdetail .event-details .buttons a.btn {
      margin-right: 3px; }
  .event-details.venue .details.map {
    min-height: 400px; }
  .event-details.venue .button {
    margin-top: 10px; }

.related-events-holder {
  margin-bottom: 10px;
  background: transparent !important; }

.related-events-title {
  background: #f15e22;
  font-family: 'Neue Helvetica W01';
  font-weight: 300;
  font-size: 1.375em;
  padding: 20px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  box-shadow: 0 5px 0 0 #ddd; }

.calendar {
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .calendar.internal {
    min-height: 238px; }
  .calendar table {
    font-family: 'mercedes-light', sans-serif;
    border-spacing: 1px;
    border-collapse: separate !important;
    border-width: 0px !important;
    width: 100%;
    margin: 0 auto; }
    .calendar table tr:first-child td {
      background-color: transparent !important;
      padding: 0px;
      color: #141414; }
    .calendar table td {
      border: none;
      background-color: #e9e9e9;
      color: #141414;
      position: relative; }
      .calendar table td.with-event {
        color: white;
        z-index: 11; }
        .calendar table td.with-event:before {
          content: "";
          position: absolute;
          background: #e72b49;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          height: 22px;
          width: 22px;
          left: 50%;
          margin-left: -11px;
          top: 50%;
          margin-top: -11px;
          display: inline-block;
          z-index: -1; }
        .calendar table td.with-event:hover:before {
          background: #f15e22; }
        .calendar table td.with-event a {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0px;
          top: 0px;
          background: transparent; }
          .calendar table td.with-event a .visually-hidden {
            display: none; }
          .calendar table td.with-event a:hover {
            text-decoration: none; }
      .calendar table td.other-month {
        text-indent: -99999px;
        background-color: #fff;
        height: 0px !important;
        line-height: 0px;
        padding: 0px; }
      .calendar table td.day {
        font-size: 12px;
        padding: 6px 5px; }
      .calendar table td table.selector {
        background-color: #f15e22;
        border-width: 0px !important;
        width: 100% !important;
        position: relative;
        left: 0;
        top: 0; }
        .calendar table td table.selector td {
          background-color: #000;
          text-align: center;
          text-transform: uppercase;
          color: white; }
          .calendar table td table.selector td a {
            color: #fff !important;
            width: 100%;
            display: block;
            padding: 10px 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .calendar table td table.selector td a:hover {
              background-color: gray; }
    .calendar table th {
      padding-top: 5px;
      padding-bottom: 3px;
      font-size: 12px;
      color: #141414;
      border: none; }
  .calendar .calendar-preloader {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0; }
    .calendar .calendar-preloader img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 30px;
      height: 30px; }

#ui-datepicker-div {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif; }

.events-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.content-venue .ext-btn {
  text-transform: capitalize;
  font-size: 14px; }
  .content-venue .ext-btn:hover {
    background-color: #e72b49 !important; }
.content-venue .text h4 {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
  /* mobile */
  .event-details {
    padding: 0px 0px 0px 0px; }
    .event-details .teaser {
      float: left;
      margin-bottom: 10px;
      text-align: center; }
      .event-details .teaser .small-teaser {
        width: auto;
        margin: 20px auto; }
    .event-details .btn-std, .event-details .newsdetail .btn, .newsdetail .event-details .btn {
      margin-right: 10px; }
    .event-details .details {
      padding: 20px; }
      .event-details .details .row {
        padding-bottom: 8px;
        width: auto; }
      .event-details .details .field {
        display: block; }
      .event-details .details .classification {
        padding: 10px 0px; }
    .event-details .text .google-maps {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .event-details .text a {
      color: #f15e22; }
    .event-details .gallery .pager {
      font-size: 30px; }
    .event-details .gallery .gallery__slide_nav {
      display: none; }
    .event-details .buttons .btn-std, .event-details .buttons .newsdetail .btn, .newsdetail .event-details .buttons .btn {
      margin-bottom: 10px; }

  .event-filter .buttons,
  .event-filter .drops,
  .event-filter .date {
    display: block; }
  .event-filter .drops {
    margin-top: 0px; }
  .event-filter .date .date-picker {
    width: 49.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .event-filter .date .date-picker input[type=text] {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 0px; }
  .event-filter .date .to {
    width: 8%;
    display: inline-block;
    text-align: center;
    margin-right: 0px; }
  .event-filter select.dropdown {
    width: 100%;
    margin-bottom: 5px; }
  .event-filter input[type=text] {
    width: 100%;
    margin-bottom: 5px; }
  .event-filter .CalendarTextBox {
    width: 50%; }

  .sticky .event-filter {
    padding: 0; }
    .sticky .event-filter .hide-on-mob {
      padding: 20px 0;
      display: none;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }

  .stick-top .mob-filter-expand {
    display: none;
    margin: 0 0 0.5em;
    cursor: pointer; }
    .stick-top .mob-filter-expand a .fa {
      color: white; }
    .stick-top .mob-filter-expand a:hover .fa {
      color: #e72b49; }

  .stick-top.sticky .mob-filter-expand {
    displaY: block; }

  .calendar table td.day {
    padding: 8px; }
  .calendar table td table.selector {
    width: 100% !important; }

  .event-landing .btn-std, .event-landing .newsdetail .btn, .newsdetail .event-landing .btn {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

  .event-filter-zone.sticky {
    padding-right: 20px; } }
.venue .PagerControl:first-child {
  border-top: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .event-filter-zone .event-filter input[type=text],
  .event-filter-zone .event-filter select.dropdown {
    xfont-size: 16px; }
  .event-filter-zone input[readonly] {
    font-family: sans-serif; } }
@media screen and (max-width: 450px) {
  .event-filter-zone.sticky {
    position: fixed;
    top: 0;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 1001;
    width: 100%; }

  .event-filter .date .to {
    width: 7%; }

  .event-details.venue .button {
    text-align: center;
    margin-top: 0; } }
@media screen and (max-width: 350px) {
  .calendar table td table.selector {
    width: 100% !important; }

  .event-filter .date .date-picker {
    width: 49%; }
    .event-filter .date .date-picker input[type=text] {
      padding-right: 30px; }
  .event-filter .date .to {
    margin-right: 3px; } }
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* tablet */
  .event-details .details .row .label {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .event-details .gallery .gallery__slide_nav {
    display: none; }
  .event-details .teaser .small-teaser {
    margin-top: 0; }

  .event-filter input[type=text],
  .event-filter select.dropdown {
    width: 130px; }
  .event-filter .buttons {
    display: block;
    margin-top: 10px; }
  .event-filter .drops,
  .event-filter .date {
    display: inline-block; }

  .calendar table {
    width: 100%; }
    .calendar table td table.selector {
      width: 100% !important;
      left: 0; } }
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
  .event-filter .date {
    display: block !important; }

  .stick-top.sticky .mob-filter-expand {
    position: relative;
    top: 0; } }
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .event-filter .date {
    display: block !important; } }
@media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .event-filter .date {
    display: block !important; } }
@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .event-filter .date {
    display: none !important; } }
@media screen and (min-width: 960px) {
  /* desktop */ }
@media screen and (min-width: 1200px) {
  /* desktop, on wide monitor */ }
/*	--------------------------------------	*\
	TYPOGRAPHY
\*	--------------------------------------	*/
.int-region h2 {
  font-family: 'Doppio One', sans-serif;
  font-size: 1.125em;
  color: #4c4c4c;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #008698;
  text-transform: uppercase;
  margin-top: 0px; }
.int-region h3 {
  color: #636363;
  font-size: 0.8125em;
  line-height: 1.5em; }
.int-region p {
  color: #636363;
  font-size: 0.8125em;
  line-height: 1.5em; }
.int-region ul {
  color: #636363;
  font-size: 0.8125em;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px; }
  .int-region ul li {
    background-image: url(http://www.summersetartsfestival.com.au/images/bullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    margin-bottom: 4px; }
.int-region a {
  color: #008698; }
.int-region .left-image {
  float: right;
  margin-left: 40px;
  margin-bottom: 30px; }
.int-region table {
  font-size: 0.8125em;
  color: #636363; }
  .int-region table th {
    background-color: #008698;
    color: #fff;
    text-align: left;
    font-family: 'Doppio One', sans-serif;
    text-transform: uppercase;
    padding: 15px;
    font-weight: normal;
    border: 1px solid #008698; }
    .int-region table th.tender-name {
      width: 25%; }
  .int-region table td {
    padding: 10px 15px 10px 15px; }
  .int-region table tr {
    background-color: #fff;
    border: 1px solid #e4e4e4; }
    .int-region table tr:nth-child(odd) {
      background: #f9f9f9;
      border: 1px solid #f9f9f9;
      border-bottom: 1px solid #e4e4e4; }

/*	--------------------------------------	*\
	PUBLICATION MODULE
\*	--------------------------------------	*/
.publication.module .filter label {
  font-weight: bold;
  font-size: 0.8125em;
  display: block;
  margin-bottom: 10px;
  color: #636363; }
.publication.module .filter input[type=text] {
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  height: 38px;
  line-height: 38px;
  border: 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 0.8125em;
  color: #636363;
  width: 170px;
  text-indent: 10px;
  border-bottom: 1px solid #eee; }
.publication.module .filter .selectboxit-container .selectboxit.white {
  width: 170px !important; }
.publication.module .filter .selectboxit-container {
  margin-bottom: 20px; }
.publication.module .buttons {
  margin-bottom: 40px;
  margin-top: 10px; }
  .publication.module .buttons a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8125em;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Doppio One', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #008698;
    color: #fff; }
    .publication.module .buttons a:hover {
      background-color: #005965;
      text-decoration: none;
      color: #fff; }
.publication.module .filter.section {
  margin-bottom: 20px; }
  .publication.module .filter.section h3 {
    font-size: 0.8125em;
    color: #2a2a2a;
    text-transform: uppercase;
    font-family: 'Doppio One', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: normal;
    margin-top: 0px; }
  .publication.module .filter.section .advanced-filter a {
    display: inline-block;
    padding: 6px;
    border: 1px solid #99cfd6;
    font-family: 'Doppio One', sans-serif;
    font-size: 0.8125em;
    color: #008698;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .publication.module .filter.section .advanced-filter a i {
      font-size: 0.8125em; }
    .publication.module .filter.section .advanced-filter a:hover {
      background-color: #005965;
      text-decoration: none;
      color: #fff; }
.publication.module table {
  font-size: 0.8125em;
  color: #636363;
  width: 100%;
  margin-bottom: 40px; }
  .publication.module table a {
    color: #008698; }
  .publication.module table th {
    background-color: #008698;
    color: #fff;
    text-align: left;
    font-family: 'Doppio One', sans-serif;
    text-transform: uppercase;
    padding: 15px;
    font-weight: normal;
    border: 1px solid #008698; }
    .publication.module table th.tender-name {
      width: 25%; }
  .publication.module table td {
    padding: 10px 15px 10px 15px; }
  .publication.module table tr {
    background-color: #fff;
    border: 1px solid #e4e4e4; }
    .publication.module table tr:nth-child(odd) {
      background: #f9f9f9;
      border: 1px solid #f9f9f9;
      border-bottom: 1px solid #e4e4e4; }

.accordion {
  width: 100%;
  margin: 0px auto; }

.accordion-header {
  font-weight: bold;
  position: relative; }

.accordion-content a {
  font-weight: bold;
  color: #e72b49; }

.accordion-header {
  font-size: 1.1em;
  margin: 0.83em 0.1em; }

.accordion .accordion-section .accordion-content {
  display: none;
  padding-bottom: 10px;
  font-size: 14px;
  color: #141414;
  margin: 1em 0.1em;
  position: relative; }

.accordion .accordion-section .accordion-content:before,
.accordion .accordion-section .accordion-content:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.accordion .accordion-section .accordion-content:after {
  clear: both; }

.accordion .accordion-section .accordion-header.active:after {
  font-family: FontAwesome;
  content: "\f068"; }

.accordion .accordion-section .accordion-header:after {
  font-family: FontAwesome;
  content: "\f067";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 0;
  padding: 10px 5px;
  text-decoration: inherit; }

.accordion .accordion-section {
  border-top: 1px solid #e5e5e5;
  cursor: pointer; }
  .accordion .accordion-section:first-of-type {
    border-top: 0; }

.newslisting {
  margin: 0px 0 20px; }
  .newslisting > h2 {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #e72b49;
    font-size: 43px;
    font-weight: bold; }
  .newslisting article {
    border: 1px solid #ddd;
    box-shadow: 0 5px 0 0 #ddd;
    background: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 55px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .newslisting article .btn {
      position: absolute;
      bottom: 20px; }
  .newslisting ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0; }
  .newslisting li {
    min-height: 100%;
    padding-bottom: 5px;
    margin: 30px 0; }
    .newslisting li h2 {
      color: #e72b49;
      margin-top: 0; }
    .newslisting li span {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.75em; }
  .newslisting .PagerControl {
    padding: 15px 0px;
    display: table;
    text-align: center;
    margin: 0 auto;
    border: none; }
  .newslisting .newslisting-content {
    padding: 20px 15px; }

.newsdetail-date {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em; }
.newsdetail-img {
  width: auto;
  float: left;
  padding: 0 30px 20px 0; }
.newsdetail .btn span {
  font-size: 0.8125em;
  margin-right: 5px; }
.newsdetail .addthis {
  margin-top: 30px 0; }

@media screen and (max-width: 767px) {
  .newslisting {
    padding: auto 0; }
    .newslisting .news-list li {
      margin-right: 0;
      padding-right: 0; } }
.instagramfeed {
  position: relative;
  background: #fff;
  padding: 15px 0 0;
  box-shadow: 0 5px 0 0 #ddd; }
  .instagramfeed h2,
  .instagramfeed p {
    word-wrap: break-word;
    text-align: center; }
  .instagramfeed h2 {
    font-size: 43px;
    margin: 15px 0;
    color: #008698; }
  .instagramfeed img {
    width: 100%; }
  .instagramfeed .uk-slider-container {
    margin: 15px 0 0; }
  .instagramfeed .slider-container {
    overflow: hidden; }
  .instagramfeed-item {
    padding: 0 10px !important; }
    .instagramfeed-item a {
      position: relative;
      display: block; }
      .instagramfeed-item a img {
        height: 100%;
        display: block; }
      .instagramfeed-item a:hover:before {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 134, 152, 0.3);
        width: 100%;
        height: 100%;
        display: block;
        content: ''; }
      .instagramfeed-item a:hover:after {
        content: "";
        font-family: "fontawesome";
        display: inline-block;
        color: #f15e22;
        font-size: 40px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

@media screen and (max-width: 767px) {
  .instagramfeed {
    position: relative;
    padding-top: 10px; }
    .instagramfeed h2 {
      font-size: 30px; } }
/*	--------------------------------------	*\
	Select
\*	--------------------------------------	*/
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 205px !important;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 40px;
  /* Height of the drop down */
  line-height: 40px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.75em !important;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 25px;
  color: #5f6062;
  height: 27px !important;
  margin-top: 6px;
  margin-right: 6px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  font-size: 0.875em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px; }

.selectboxit-list {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #c5c5c5;
  color: #333333;
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

li {
  background-image: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("http://www.summersetartsfestival.com.au/img/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 10px;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.8);
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 0px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: FontAwesome;
        font-size: 1em;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=main.css.map */