/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/fonts/flexslider-icon.eot');
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/fonts/flexslider-icon.woff') format('woff'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/fonts/flexslider-icon.ttf') format('truetype'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.orange {
  color: #e96d1f;
}
.grey {
  color: #4d4d4f;
}
.grey2 {
  color: #000000;
}
a.edit-in-symphony,
.edit-button {
  background-color: #52a8e8 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52a8e8), to(#377ad0));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
  background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
  background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
  background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
  background-image: linear-gradient(top, #52a8e8, #377ad0);
  border-top: 1px solid #4081af !important;
  border-right: 1px solid #2e69a3 !important;
  border-bottom: 1px solid #20559a !important;
  border-left: 1px solid #2e69a3 !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
  border-radius: 16px !important;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -ms-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -o-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  color: #fff !important;
  font: normal 11px "lucida grande", sans-serif !important;
  line-height: 1 !important;
  padding: 3px 5px 4px 5px !important;
  text-align: center !important;
  text-shadow: 0 -1px 1px #3275bc !important;
  -webkit-background-clip: padding-box;
  right: 3px;
  top: 2px;
  /*

positioning */
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  width: auto !important;
  z-index: 90;
  text-decoration: none !important;
}
a.edit-in-symphony:hover,
.edit-button:hover {
  background-color: #3e9ee5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e9ee5 0%), to(#206bcb 100%));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -ms-box-shadow: inset 0 1px 0 0 #62b1e9;
  -o-box-shadow: inset 0 1px 0 0 #62b1e9;
  box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
  -webkit-background-clip: padding-box;
}
a.edit-in-symphony:active,
.edit-button:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
  -ms-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
  -o-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
  box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
  text-shadow: 0 -1px 1px #2361a4;
  -webkit-background-clip: padding-box;
}
a.edit-in-symphony.edit-page {
  right: 4px;
}
.row {
  width: 100%;
  clear: both;
  content: " ";
  display: table;
}
.row [class^="col-"],
.row [class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  float: left;
}
.row [class^="col-"]:first-child,
.row [class*="col-"]:first-child {
  padding-left: 50px;
}
.row [class^="col-"]:last-child,
.row [class*="col-"]:last-child {
  padding-right: 50px;
}
.row.__no-padding [class^="col-"],
.row.__no-padding [class*="col-"] {
  padding: 0;
}
.row.__inner-padding [class^="col-"]:first-child,
.row.__inner-padding [class*="col-"]:first-child {
  padding-left: 0;
}
.row.__inner-padding [class^="col-"]:last-child,
.row.__inner-padding [class*="col-"]:last-child {
  padding-right: 0;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
@font-face {
  font-family: 'Swiss721BT-Light';
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_0_0.eot');
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_0_0.eot?#iefix') format('embedded-opentype'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_0_0.woff') format('woff'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Swiss721BT-Thin';
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_1_0.eot');
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_1_0.eot?#iefix') format('embedded-opentype'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_1_0.woff') format('woff'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Swiss721BT-Medium';
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_2_0.eot');
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_2_0.eot?#iefix') format('embedded-opentype'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_2_0.woff') format('woff'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/webfonts/2C3544_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'fontello';
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../fonts/fontello.eot?86845747');
  src: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../fonts/fontello.eot?86845747#iefix') format('embedded-opentype'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../fonts/fontello.woff?86845747') format('woff'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../fonts/fontello.ttf?86845747') format('truetype'), url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../fonts/fontello.svg?86845747#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-thin {
  font-family: 'Swiss721BT-Thin', Helvetica, Arial, sans-serif;
}
.font-light {
  font-family: 'Swiss721BT-Light', Helvetica, Arial, sans-serif;
}
.font-medium {
  font-family: 'Swiss721BT-Medium', Helvetica, Arial, sans-serif;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.flex-prev,
.flex-next {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.icon-right-open-big:before {
  content: '\e800';
}
/* '' */
.icon-left-open-big:before {
  content: '\e801';
}
/* '' */
.icon-plus:before {
  content: '\e802';
}
/* '' */
.icon-minus:before {
  content: '\e803';
}
/* '' */
.icon-menu-1:before {
  content: '\e805';
}
/* '' */
body {
  background: url('/wp-content/themes/ispt100/images/hexellence-pattern.png');
  font-size: 14px;
  line-height: 2em;
  font-family: Arial, sans-serif;
  color: #000;
}
.wp-admin .row {
  display: table-row !important;
}
.wp-admin ul {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Swiss721BT-Thin', Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: normal;
  line-height: 1.3em;
}
h1,
h2 {
  font-family: 'Swiss721BT-Thin', Helvetica, Arial, sans-serif;
  font-size: 45px;
  line-height: 1em;
  margin: 0 0 20px;
  color: #4d4d4f;
}
h2,
h3 {
  -webkit-font-smoothing: antialiased;
}
h3 {
  font-family: 'Swiss721BT-Light', Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 20px;
  color: #e96d1f;
}
h4 {
  font-family: 'Swiss721BT-Medium', Helvetica, Arial, sans-serif;
  color: #000 !important;
  font-size: 18px;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
}
h5 {
  font-family: Arial,Helvetica,sans-serif !important;
  font-family: 'Swiss721BT-Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.5em;
}
h6 {
  font-family: 'Swiss721BT-Medium', Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  margin: 0.5em 0 2em;
}
p {
  color: #000000;
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1.5em;
}
a {
  color: #0095da;
  text-decoration: none;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
a img {
  cursor: pointer !important;
}
a.disabled:hover {
  cursor: default;
}
ul,
ol {
  padding-left: 15px;
  margin-left: 25px;
  color: #000000;
}
ul.inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.inline li {
  display: inline-block;
}
table {
  width: 100%;
}
td {
  font-size: 14px;
  line-height: 2em;
  vertical-align: top;
}
td:first-child {
  padding-right: 2em;
}
td p {
  margin: 0;
}
select {
  width: 115px;
  height: 30px;
  border: 1px solid #9c9c9c;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWM1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfcfc 51%, #c5c5c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #fcfcfc), color-stop(100%, #c5c5c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfcfc 51%, #c5c5c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfcfc 51%, #c5c5c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fcfcfc 51%, #c5c5c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fcfcfc 51%, #c5c5c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c5c5c5', GradientType=0);
  /* IE6-8 */
}
.ie9 select {
  filter: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.no-inlinesvg img.svg {
  display: none;
}
.no-inlinesvg img.raster {
  display: inline-block;
}
.inlinesvg img.svg {
  display: inline-block;
}
.inlinesvg img.raster {
  display: none;
}
.container-master {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  background-color: #FFF;
}
main .page-heading {
  display: none;
}
.entry-content {
  margin: 0 !important;
}
.entry-content p:first-child {
  margin-top: 0;
}
#page {
  overflow-x: hidden;
}
nav ul {
  padding-left: 0;
}
.retailers-list h4 {
  font-size: 14px !important;
}
.retailer-content {
  font-size: 14px !important;
}
.retailer-content td {
  font-size: 14px !important;
  line-height: 1em !important;
}
.retailer-content .retailer-logo {
  width: 10em !important;
}
.edit-link {
  display: none;
}
main a {
  color: #e96d1f;
}
.page-template-tpl-profile-php .homepage-cta div,
.page-template-tpl-events-php .tab-container div {
  line-height: 1.5em;
}
.nabers {
  width: 65px;
  height: auto;
  margin: 0 8px 15px 0;
  display: inline;
  vertical-align: top;
}
#nabers {
  clear: both;
}
.navigation-primary.__desktop {
  display: inline-block;
  float: right;
  position: absolute;
  right: 42px;
  z-index: 100;
  top: 44px;
  width: auto !important;
}
.navigation-primary.__desktop .menu-main-nav-container {
  display: inline-block;
}
.navigation-primary.__desktop .external-link {
  vertical-align: top;
}
.navigation-primary.__desktop a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 5px;
  color: #fff;
  font-family: 'Swiss721BT-Medium', Helvetica, Arial, sans-serif;
}
.navigation-primary.__desktop a:hover {
  color: #a3a3a3;
  text-decoration: none;
  border-bottom: 2px solid #e96d1f;
}
.navigation-primary.__desktop li.current-menu-parent > a,
.navigation-primary.__desktop li.current-menu-item > a {
  color: #a3a3a3;
  text-decoration: none;
  border-bottom: 2px solid #e96d1f;
}
.navigation-primary.__desktop li ul.sub-menu {
  width: 190px;
  position: absolute;
  top: 38px;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 2px solid #e96d1f;
  -moz-box-shadow: 2px 6px 22px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 6px 22px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 6px 22px rgba(0, 0, 0, 0.5);
}
.navigation-primary.__desktop li ul.sub-menu li {
  width: 100%;
}
.navigation-primary.__desktop li ul.sub-menu li:first-child a {
  border-top: 0;
}
.navigation-primary.__desktop li ul.sub-menu a {
  color: #000;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: block;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 0 15px;
}
.navigation-primary.__desktop li ul.sub-menu a:hover {
  background: #e5e5e5 !important;
  text-decoration: none !important;
  border: none !important;
}
.navigation-primary.__desktop li ul.sub-menu .back {
  display: none;
}
.navigation-primary.__desktop li {
  position: relative;
}
.navigation-primary.__desktop li:hover ul.drop-down,
.navigation-primary.__desktop li:active ul.drop-down {
  display: block;
}
.navigation-primary.__desktop li:last-child ul.drop-down {
  right: 0;
  left: auto;
}
.no-boxshadow .navigation-primary.__desktop ul.drop-down {
  border: 1px solid #cacaca;
}
.navigation-meta {
  position: absolute;
  top: 20px;
  right: 50px;
}
.navigation-meta a {
  font-size: 12px;
  color: #000;
  margin: 0 3px;
}
.navigation-meta a:hover {
  color: #caa778;
  text-decoration: none;
}
.navigation-primary.__mobile {
  width: 190px;
  margin-top: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.navigation-primary.__mobile.sub-menu-open ul.menu {
  left: -100%;
}
.navigation-primary.__mobile.open .menu-main-nav-container {
  display: block;
}
.navigation-primary.__mobile .menu-btn {
  width: 40px;
  height: 40px;
  float: right;
  display: inline-block;
  background-color: #000;
  border: 0;
  color: #FFF;
  text-align: center;
  background-image: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../images/mobile/menu-btn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  font-size: 0;
}
.navigation-primary.__mobile .menu-main-nav-container {
  width: 100%;
  position: absolute;
  top: 40px;
  overflow-x: hidden;
  background: black;
  display: none;
}
.navigation-primary.__mobile ul {
  width: 100%;
  position: relative;
  left: 0;
  background-color: #000;
  opacity: 1;
  transition: all 0.3s ease-out;
  margin-left: 0;
  list-style: none;
}
.navigation-primary.__mobile ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #FFF;
}
.navigation-primary.__mobile ul li:first-child {
  border-top: 0;
}
.navigation-primary.__mobile ul li a {
  width: 100%;
  height: 42px;
  display: block;
  float: left;
  text-transform: uppercase;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  line-height: 42px;
  font-size: 13px;
}
.navigation-primary.__mobile ul li a:hover {
  opacity: 0.4;
  text-decoration: none;
}
.navigation-primary.__mobile ul li.meta a {
  text-transform: none;
}
.navigation-primary.__mobile ul li.menu-item-has-children > a:hover {
  cursor: pointer;
}
.navigation-primary.__mobile ul li.menu-item-has-children > a:after {
  font-family: 'fontello';
  content: '\e800';
  color: #FFF;
  float: right;
  font-size: 10px;
}
.navigation-primary.__mobile ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 0;
  display: none;
}
.custom-btn {
  width: 100%;
  max-width: 280px;
  display: inline-block;
  background-color: #caa778;
  padding: 1em;
  color: #FFF;
  text-align: center;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fancybox-overlay {
  background: rgba(255, 255, 255, 0.9);
}
.no-rgba .fancybox-overlay {
  background: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../images/site/transparent-white-90.png');
}
.fancybox-nav span {
  top: auto;
  bottom: 15px;
  margin-top: 0;
  visibility: visible;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../images/fancybox_sprite@2x.png');
    background-size: 44px auto;
  }
}
header.header-primary {
  height: 125px;
  position: relative;
  background: url('/wp-content/themes/ispt100/images/banner.png');
}
header.header-primary .logo {
  display: inline-block;
  margin-top: 2.4em;
  float: left;
}
header.header-primary .logo img {
  width: 50%;
  height: auto;
}
header.header-primary .external-link img {
  height: 17px;
}
.page-heading h1 {
  line-height: 1.7em;
  color: #000000;
  display: block;
  font-family: 'Fjalla One', sans-serif;
  font-size: 28px;
  font-weight: normal;
  height: 47px;
  line-height: 47.5999984741211px;
  margin-bottom: 18.7600002288818px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 18.7600002288818px;
  text-transform: uppercase;
  width: 1170px;
}
.main-content {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #cacaca;
  background-color: #f9f9f9;
  padding: 35px 0;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5 {
  margin-top: 0;
}
.main-content .left-column img {
  width: 100%;
  height: auto;
}
.main-content .right-column img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.footer-primary {
  padding: 30px 0 20px;
}
.footer-primary .footer-item {
  float: left;
}
.footer-primary .footer-item h5 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  color: #e96d1f;
}
.footer-primary .footer-item a,
.footer-primary .footer-item p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 1.5em;
}
.footer-primary .footer-item a b,
.footer-primary .footer-item p b {
  font-weight: 400;
  color: #e96d1f;
}
.footer-primary .footer-item.__contact-us {
  width: 325px;
}
.footer-primary .footer-item.__location {
  width: 385px;
}
.footer-primary .footer-item.__sponsor {
  float: right;
}
.footer-primary .footer-item.___disclaimer-privacy a {
  text-transform: uppercase;
}
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .slides img {
  height: auto;
}
.flex-direction-nav a {
  font-size: 0;
  height: 45px;
}
.flex-direction-nav a:before {
  font-size: 42px;
  line-height: 45px;
  font-family: 'fontello';
  color: #FFF;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:active {
  text-decoration: none;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  opacity: 1;
}
.flex-direction-nav a.flex-prev {
  left: 12px;
  color: purple;
}
.flex-direction-nav a.flex-prev:before {
  content: '\e801';
}
.flex-direction-nav a.flex-next {
  right: 12px;
}
.flex-direction-nav a.flex-next:before {
  content: '\e800';
}
.map-canvas-container .map-canvas {
  width: 100%;
  min-height: 475px;
}
.retailers-directory .retailers-filter {
  margin-bottom: 30px;
}
.retailers-directory .retailers-filter select,
.retailers-directory .retailers-filter label,
.retailers-directory .retailers-filter input {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.retailers-directory .retailers-filter label {
  padding-right: 8px;
}
.retailers-directory .retailers-filter select {
  margin-right: 8px;
}
.retailers-directory .retailers-filter input[type="submit"] {
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #FFF;
  border: 0;
  border-radius: 2px;
  line-height: normal;
  padding: 0;
}
.ie8 .retailers-filter select {
  height: auto;
}
.retailers-list {
  list-style: none;
  padding-left: 40px;
}
.retailers-list li {
  position: relative;
  margin-bottom: 10px;
}
.retailers-list li.closed .retailer-content {
  height: 0 !important;
  padding: 0;
  opacity: 0;
}
.retailers-list li.closed button.toggle-btn {
  background-color: #616161;
}
.retailers-list li.closed button.toggle-btn .show {
  display: inline-block;
}
.retailers-list li.closed button.toggle-btn .hide {
  display: none;
}
.retailers-list button.toggle-btn {
  position: absolute;
  top: 0;
  left: -40px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #b1a6a6;
  color: #FFF;
  text-align: center;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  line-height: 18px;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0;
}
.retailers-list button.toggle-btn .show {
  display: none;
}
.retailers-list button.toggle-btn:hover {
  background-color: #747474;
  cursor: pointer;
}
.retailers-list button.toggle-btn i.show:before,
.retailers-list button.toggle-btn i.hide:before {
  margin: 0;
  width: 100%;
}
.retailers-list h4 {
  font-size: 24px;
}
.retailers-list h4:hover {
  cursor: pointer;
  color: #747474;
}
.retailer-content {
  font-size: 20px;
  padding: 10px 0;
  overflow-y: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.retailer-content .retailer-logo {
  margin: 5px 0;
}
.retailer-content .category {
  margin: 0 0 5px;
}
.retailer-content table {
  padding: 10px 0;
}
.retailer-content td {
  font-size: 20px;
  vertical-align: top;
  line-height: 28px;
  padding: 4px 0;
}
.retailer-content td:first-child {
  width: 140px;
}
body.page-home .header-primary {
  border-bottom: 0;
}
body.page-home .page-heading {
  display: none;
}
body.page-home .main-content {
  background-color: #FFF;
  border-top: 0;
}
.page-profile .homepage-cta .row {
  border-bottom: 1px solid #ddd;
}
.page-profile .homepage-cta .col-4,
.page-profile .homepage-cta .col-8 {
  padding: 4px 25px 4px 0 !important;
  color: #000000;
}
.page-profile .homepage-cta .col-4 {
  font-weight: 700;
}
body.page-gallery .main-content img {
  max-width: 100%;
}
body.page-gallery .gallery-fancybox-button {
  position: relative;
  overflow: hidden;
  display: block;
}
body.page-gallery .gallery-fancybox-button img {
  width: 100%;
  height: auto;
}
body.page-gallery .gallery-fancybox-button span {
  position: absolute;
  bottom: 9px;
  left: 0;
  padding: 15px 20px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  line-height: 1em;
}
body.page-gallery .gallery-thumbs .gallery-fancybox-button {
  float: left;
  display: inline-block;
  padding: 0 30px 39px 0;
  width: 50%;
}
body.page-gallery .gallery-thumbs img {
  width: 100%;
  height: auto;
}
.managers-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.managers-list li {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 30px;
}
.managers-list li h5,
.managers-list li h6,
.managers-list li p {
  margin: 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-transform: none;
  line-height: 23px;
}
.managers-list li img {
  width: 95px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.page-events .tab-container ul {
  width: 100%;
  list-style: none;
  border-bottom: 3px solid #e96d1f;
  padding: 0;
  margin: 0;
}
.page-events .tab-container ul li {
  display: inline-block;
}
.page-events .tab-container ul li a {
  display: block;
  padding: 5px 20px;
  margin-right: 5px;
  background: #ddd;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.page-events .tab-container ul li a.active {
  background: #e96d1f;
  color: #fff;
}
.page-events .tab-container .row {
  border-bottom: 1px solid #ddd;
}
.page-events .tab-container .col-4,
.page-events .tab-container .col-6,
.page-events .tab-container .col-2 {
  padding: 4px 20px 4px 0 !important;
  color: #000000;
}
.page-events div:focus {
  outline: none !important;
}
body.page-contact-us .left-column {
  padding-left: 55px;
}
body.page-contact-us .right-column {
  padding-right: 55px;
}
/* WOW Nomination Styles */
a.wow-banner {
  display: block;
  border: 1px solid #cacaca;
  padding: 20px;
  color: #000000;
  font-size: 14px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  margin: 40px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.wow-banner span {
  float: left;
  width: 365px;
}
a.wow-banner:hover {
  text-decoration: none;
  -moz-box-shadow: 1px 1px 3px 1px #ccc;
  -webkit-box-shadow: 1px 1px 3px 1px #ccc;
  box-shadow: 1px 1px 3px 1px #ccc;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.wow-banner:after {
  content: '';
  float: left;
  background: url('http://100stgeorgesterrace.com.au/wp-content/themes/ispt100/stylesheets/../images/site/WOW-LOGO-AUSTRALIA-100.jpg') no-repeat 0 0;
  width: 100px;
  height: 72px;
}
#nominationform h3 {
  margin-top: 30px;
}
#nominationform label {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
#nominationform label.required:after {
  content: '*';
  color: red;
  padding: 3px;
}
#nominationform input[type='text'],
#nominationform textarea {
  width: 200px;
  border: 1px solid #cacaca;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#nominationform .addnominees,
#nominationform .removenominee {
  margin-left: 10px;
}
#nominationform .notice {
  display: block;
  width: 50%;
  margin: 20px 0;
  line-height: 16px;
}
#nominationform .status li.error {
  color: red;
}
.__desktop {
  display: inline-block;
}
.__mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  header.header-primary .logo {
    width: 40% !important;
  }
}
@media only screen and (max-width: 1023px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: normal;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .row [class^="col-"],
  .row [class*="col-"] {
    width: 100%;
    padding: 0 20px;
  }
  .row [class^="col-"]:first-child,
  .row [class*="col-"]:first-child {
    padding-left: 20px;
  }
  .row [class^="col-"]:last-child,
  .row [class*="col-"]:last-child {
    padding-right: 20px;
  }
  .__desktop,
  .menu-toggle {
    display: none !important;
  }
  .__mobile {
    display: inline-block;
  }
  .container-master {
    min-width: 320px;
  }
  .page-profile .homepage-cta .col-4 {
    margin-bottom: -20px;
  }
  .page-events .tab-container .col-4 {
    margin-bottom: -25px;
    font-weight: 700;
  }
  header.header-primary {
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  header.header-primary .logo {
    margin-top: 1em;
    padding-bottom: 0;
    line-height: 0;
    width: 25%;
  }
  header.header-primary .logo img {
    width: 100%;
    height: auto;
  }
  .navigation-primary.__mobile {
    top: 10px;
  }
  .main-content {
    padding: 0 0 20px;
  }
  .main-content [class^="col-"],
  .main-content [class*="col-"] {
    padding-top: 20px;
  }
  .footer-primary {
    padding-top: 20px;
  }
  .footer-primary .footer-item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    clear: both;
  }
  .footer-primary .footer-item.__location,
  .footer-primary .footer-item.__contact-us {
    width: 100%;
  }
  .homepage-cta {
    padding-top: 20px;
  }
  body.page-gallery .gallery-image,
  body.page-gallery .gallery-thumbs img {
    width: 100%;
    height: auto;
  }
  .management-title {
    min-height: 0;
  }
  .managers-list .manager-content {
    padding-top: 3px;
    clear: both;
  }
  .managers-list.__right {
    margin-top: 0;
  }
  body.page-profile .right-column table tr,
  body.page-profile .right-column table td,
  body.page-profile .right-column table td:first-child {
    width: 100%;
    float: left;
    display: block;
    border: 0;
  }
  body.page-profile .right-column table tr p,
  body.page-profile .right-column table td p,
  body.page-profile .right-column table td:first-child p {
    margin: 2px 0;
  }
  body.page-profile .right-column table tr:first-child {
    border-top: 0;
  }
  body.page-profile .right-column table tr {
    border-top: 1px solid #bdbdbd;
  }
  .retailers-directory .retailers-filter {
    width: 100%;
    float: left;
  }
  .retailers-directory .retailers-filter label,
  .retailers-directory .retailers-filter select,
  .retailers-directory .retailers-filter input[type="submit"] {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .retailers-directory .retailers-list {
    float: left;
    padding-left: 0;
  }
  .retailers-directory .retailers-list h4 {
    font-size: 14px !important;
    display: inline-block;
  }
  .retailers-directory .retailers-list button.toggle-btn {
    position: relative;
    top: -5px;
    left: 0;
  }
  .retailers-directory .retailer-content {
    font-size: 14px !important;
  }
  .retailers-directory .retailer-content td {
    font-size: 14px !important;
    line-height: 1em !important;
  }
  .retailers-directory .retailer-content td:first-child {
    width: 100px;
  }
  .retailers-directory .retailer-content td {
    display: inline-block;
  }
  #table34588 td {
    width: 100%;
    float: left;
    display: block;
    border: 0;
  }
  a.wow-banner {
    width: 320px;
  }
  a.wow-banner span {
    width: 100%;
  }
  a.wow-banner:after {
    margin-top: 20px;
  }
}
