@charset "UTF-8";
/*! 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;
  outline: none;
}
/**
 * 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: 0;
}
/**
 * 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: 0;
  margin: 0;
  padding: 0;
}
/**
 * 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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*Responsive Utilities*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
body {
  background-color: #f5f5f5;
}
@media (max-width: 1199px) {
  body {
    background-color: #00395a;
  }
}
body > img {
  position: absolute;
}
.right-align {
  float: right;
}
.left-align {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
a {
  color: #7bc143;
  text-decoration: none;
}
a:hover {
  color: #6fb03a;
  text-decoration: none;
}
ul.no-bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.no-bullet:before,
ul.no-bullet:after {
  content: " ";
  display: table;
}
ul.no-bullet:after {
  clear: both;
}
ul.no-bullet:before,
ul.no-bullet:after {
  content: " ";
  display: table;
}
ul.no-bullet:after {
  clear: both;
}
ul.no-bullet li {
  margin: 0;
  padding: 0;
}
#content img.left {
  float: left;
  margin-top: 5px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
#content img.right {
  float: right;
  margin-top: 5px !important;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1199px) {
  #content img {
    max-width: 100%;
    height: auto !important;
  }
}
table.table {
  width: 100%;
  margin: 1em 0;
  border-right: 1px solid #7f9cac;
  border-top: 1px solid #7f9cac;
}
table.table th,
table.table td {
  border-bottom: 1px solid #7f9cac;
  border-left: 1px solid #7f9cac;
  padding: 10px;
  line-height: 1.4;
}
table.table th {
  background-color: #bdccd4;
  color: #00395a;
}
@media screen and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}
h1,
h2,
h3 {
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  line-height: normal;
  font-weight: normal;
}
h4,
h5 {
  font-weight: normal;
}
h1 {
  font-size: 30px;
  color: #00395a;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
h1:after {
  background-color: #7ab55c;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 60px;
  height: 3px;
}
#content.col-sm-12 h1 {
  text-align: center;
}
#content.col-sm-12 h1:after {
  left: 50%;
  margin-left: -30px;
}
@media (max-width: 991px) {
  h1 {
    text-align: center;
  }
  h1:after {
    left: 50%;
    margin-left: -30px;
  }
}
h2 {
  font-size: 20px;
  color: #00395a;
}
h3 {
  font-size: 16px;
  color: #00395a;
}
h4 {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
h5 {
  font-size: 14px;
  color: #333;
}
hr {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  height: 1px;
  border: 0px;
  border-bottom: 1px solid #ecf0f3;
  clear: both;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="button"],
input[type="submit"],
input[type="submit"].button,
input[type="submit"].back,
input[type="submit"].continue,
input[type="submit"].update,
a.btn,
.btn a,
.more a,
a.btn-more {
  display: inline-block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #7bc143;
  white-space: nowrap;
  padding: 10px 25px 10px 25px;
  color: #fff;
  background: #7bc143;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="submit"].button:hover,
input[type="submit"].back:hover,
input[type="submit"].continue:hover,
input[type="submit"].update:hover,
a.btn:hover,
.btn a:hover,
.more a:hover,
a.btn-more:hover {
  background: #6fb03a;
  border-color: #6fb03a;
  text-decoration: none;
}
.btn.blue {
  border-color: #00395a;
  background: #00395a;
}
.btn.blue:hover {
  background: #002941;
  border-color: #002941;
}
.btn.default {
  background: none;
  color: #00395a;
  border-color: #bdccd4;
}
.btn.default:hover {
  background: none;
  border-color: #7f9cac;
}
.icon {
  background-image: url("/theme/greataussiepatioscomau/img/sprite.png");
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-indent: -999em;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -3px;
}
.icon.phone {
  background-position: -10px -147px;
}
.icon.facebook {
  width: 32px;
  height: 32px;
  background-position: -10px -185px;
  margin-top: 0px;
  /*&:hover {
      background-position: -10px -217px;
   }*/
}
.icon.google {
  width: 32px;
  height: 32px;
  background-position: -42px -185px;
  margin-top: 0px;
  /*&:hover {
      background-position: -42px -217px;
   }*/
}
.icon.pinterest {
  width: 32px;
  height: 32px;
  background-position: -74px -185px;
  margin-top: 0px;
  /*&:hover {
      background-position: -74px -217px;
   }*/
}
.icon.instagram {
  width: 32px;
  height: 32px;
  background-position: -106px -185px;
  margin-top: 0px;
  /*&:hover {
      background-position: -74px -217px;
   }*/
}
.icon.tel {
  height: 32px;
  width: 32px;
  margin: 0px;
  background-position: -143px -185px;
}
.icon.close {
  height: 32px;
  width: 32px;
  margin: 0px;
  background-position: -175px -185px;
}
.icon.down {
  width: 24px;
  margin: 0px;
  background-position: -26px -147px;
}
#mobile-nav {
  background: #00395a;
}
#mobile-nav .block {
  padding: 0 20px;
}
.mobile-menu-close {
  float: right;
  padding: 2px 0px;
  margin-top: 52px;
}
@media (max-width: 991px) {
  .mobile-menu-close {
    margin-top: 26px;
  }
}
#mobile-nav h2 {
  float: left;
  line-height: 32px;
  padding: 2px 0px;
  color: #7f9cac;
  margin-top: 52px;
}
@media (max-width: 991px) {
  #mobile-nav h2 {
    margin-top: 26px;
    display: none;
  }
}
#mobile-nav .cta {
  float: left;
  margin-bottom: 30px;
  display: none;
}
#mobile-nav .cta p {
  margin: 0px;
}
@media (max-width: 991px) {
  #mobile-nav .cta {
    margin-top: 26px;
    font-size: 12px;
    display: block;
  }
  #mobile-nav .cta .btn {
    padding: 6px 15px 6px 15px;
  }
}
#mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  clear: both;
}
#mobile-nav ul:before,
#mobile-nav ul:after {
  content: " ";
  display: table;
}
#mobile-nav ul:after {
  clear: both;
}
#mobile-nav ul:before,
#mobile-nav ul:after {
  content: " ";
  display: table;
}
#mobile-nav ul:after {
  clear: both;
}
#mobile-nav ul li {
  margin: 0;
  padding: 0;
}
#mobile-nav ul li a {
  display: block;
  padding: 5px 0;
  color: #fff;
}
#mobile-nav ul ul {
  display: none;
}
#mobile-nav .secondary-nav {
  margin-top: 30px;
}
#mobile-nav .secondary-nav ul {
  font-size: 13px;
}
#mobile-nav .secondary-nav a {
  color: #9eb4c0;
}
#mobile-nav .social {
  margin: 35px 0;
}
.cta-bar {
  position: fixed;
  top: 0;
  margin-top: -100px;
  width: 100%;
  z-index: 999;
  background: #fff;
  /*border-bottom: 1px solid #ecf0f3;*/
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}
.cta-bar.active {
  margin-top: 0px;
}
.cta-bar .logo {
  margin: 10px auto 10px auto;
  background-position: -198px -10px;
  width: 104px;
  height: 65px;
}
.cta-bar p {
  text-align: center;
}
.cta-bar p .byline {
  font-size: 16px;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .cta-bar {
    bottom: 0;
    top: auto;
    margin-top: 0;
    margin-bottom: -100px;
    border-top: 0px solid #ecf0f3;
    border-bottom: 0px;
    background: rgba(255, 255, 255, 0.95);
  }
  .cta-bar.active {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .cta-bar p {
    float: none;
    padding: 0;
    text-align: center;
  }
  .cta-bar .logo,
  .cta-bar p .byline {
    display: none;
  }
}
@media (max-width: 991px) {
  #outer-wrap {
    margin-bottom: 70px;
  }
}
header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #ecf0f3;
  background: #fff;
}
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul:before,
header ul:after {
  content: " ";
  display: table;
}
header ul:after {
  clear: both;
}
header ul:before,
header ul:after {
  content: " ";
  display: table;
}
header ul:after {
  clear: both;
}
header ul li {
  margin: 0;
  padding: 0;
}
header p {
  margin: 0;
}
header .container {
  position: relative;
}
header .btn {
  padding: 6px 15px 6px 15px;
}
.logo {
  float: left;
  margin: 14px 0 23px 0;
  background-image: url("/theme/greataussiepatioscomau/img/sprite.png");
  background-position: -10px -10px;
  width: 163px;
  height: 103px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
}
@media (max-width: 991px) {
  .logo {
    margin: 10px auto 10px auto;
    background-position: -198px -10px;
    width: 104px;
    height: 65px;
  }
}
.global {
  float: right;
  font-size: 12px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .global {
    margin-top: 52px;
  }
}
@media (max-width: 991px) {
  .global {
    display: none;
  }
}
.global ul li {
  float: left;
}
.global .secondary-nav {
  float: left;
  padding: 7px 0px 7px 0px;
}
@media (max-width: 1199px) {
  .global .secondary-nav {
    display: none;
  }
}
.global .secondary-nav li {
  margin-right: 20px;
}
.global .secondary-nav a {
  color: #888;
}
.global .secondary-nav a:hover {
  color: #7bc143;
}
.global .header-cta {
  float: left;
}
.global .header-cta li {
  margin-left: 15px;
}
.main-nav {
  float: right;
  margin-top: 23px;
}
@media (max-width: 1199px) {
  .main-nav {
    display: none;
  }
}
.mobile-menu,
.mobile-tel {
  float: right;
  margin-top: 52px;
  margin-left: 40px;
  padding: 2px 0px;
  display: none;
}
@media (max-width: 1199px) {
  .mobile-menu,
  .mobile-tel {
    display: block;
  }
}
@media (max-width: 991px) {
  .mobile-menu,
  .mobile-tel {
    margin-top: 26px;
    margin-left: 25px;
  }
}
.mobile-menu .icon-bar,
.mobile-tel .icon-bar {
  display: block;
  width: 32px;
  height: 4px;
  background: #7f9cac;
  margin: 5px 0;
}
@media (max-width: 1199px) {
  .mobile-tel {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-tel {
    display: block;
  }
}
.js-nav .mobile-menu .icon-bar {
  background: #00395a;
}
#hero {
  width: 100%;
  position: relative;
  background: #00395a;
  margin-top: 15px;
  margin-bottom: 10px;
  height: 400px;
  overflow: hidden;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.1);*/
  /*margin-bottom: 10px;*/
}
@media (max-width: 991px) {
  #hero {
    height: 300px;
  }
}
#hero .cta {
  position: absolute;
  width: 370px;
  padding: 40px;
  right: 0;
  bottom: 0;
  top: 0px;
  background: rgba(0, 57, 90, 0.85);
  color: #fff;
  z-index: 100;
}
#hero .cta h1 {
  color: #fff;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#hero .cta p {
  margin-top: 20px;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
}
#hero .cta .btn {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #hero .cta {
    width: 100%;
    text-align: center;
    height: 300px;
    background: rgba(0, 57, 90, 0.9);
    padding: 20px;
  }
  #hero .cta .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #hero .cta h1 {
    font-size: 28px;
  }
  #hero .cta p {
    font-size: 18px;
  }
}
#hero ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hero ul:before,
#hero ul:after {
  content: " ";
  display: table;
}
#hero ul:after {
  clear: both;
}
#hero ul:before,
#hero ul:after {
  content: " ";
  display: table;
}
#hero ul:after {
  clear: both;
}
#hero ul li {
  margin: 0;
  padding: 0;
}
#hero ul li {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: 991px) {
  #hero ul li {
    min-height: 300px;
  }
}
#hero .prev,
#hero .next {
  width: 60px;
  height: 110px;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  z-index: 999;
  background-image: url("/theme/greataussiepatioscomau/img/sprite.png");
}
@media screen and (max-width: 991px) {
  #hero .prev,
  #hero .next {
    display: none;
  }
}
#hero .prev {
  left: 0px;
  background-position: -10px -290px;
}
#hero .next {
  right: 370px;
  background-position: -70px -290px;
}
.patio-selector ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: -5px;
  margin-left: -5px;
}
.patio-selector ul:before,
.patio-selector ul:after {
  content: " ";
  display: table;
}
.patio-selector ul:after {
  clear: both;
}
.patio-selector ul:before,
.patio-selector ul:after {
  content: " ";
  display: table;
}
.patio-selector ul:after {
  clear: both;
}
.patio-selector ul li {
  margin: 0;
  padding: 0;
}
.patio-selector ul li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 12.5%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.patio-selector ul li a,
.patio-selector ul li a img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.patio-selector ul li a img {
  max-width: 100%;
  /*box-shadow: 0 0 4px rgba(0,0,0,0.1);*/
}
.patio-selector h3 {
  position: absolute;
  z-index: 999;
  margin: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.patio-selector h3 a {
  background: rgba(0, 57, 90, 0.85);
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.patio-selector ul li:hover h3 a {
  background: #7bc143;
}
@media (max-width: 991px) {
  .patio-selector ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .patio-selector ul li {
    width: 50%;
  }
}
a.scroll-more {
  display: block;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #7f9cac;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  a.scroll-more {
    display: none;
  }
}
.patio-index ul,
.patio-index li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.patio-index ul:before,
.patio-index li:before,
.patio-index ul:after,
.patio-index li:after {
  content: " ";
  display: table;
}
.patio-index ul:after,
.patio-index li:after {
  clear: both;
}
.patio-index ul:before,
.patio-index li:before,
.patio-index ul:after,
.patio-index li:after {
  content: " ";
  display: table;
}
.patio-index ul:after,
.patio-index li:after {
  clear: both;
}
.patio-index ul li,
.patio-index li li {
  margin: 0;
  padding: 0;
}
.patio-index ul {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.patio-index ul li {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .patio-index ul li {
    width: 50%;
  }
}
.patio-index ul li a,
.patio-index ul li a img {
  display: block;
  width: 100%;
  height: auto !important;
  cursor: pointer;
}
.patio-index ul li a img {
  max-width: 100%;
}
.patio-index ul li h3 {
  display: block;
  text-align: center;
  margin: 0px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.patio-index ul li h3 a {
  display: block;
  padding: 15px 0;
  color: #fff;
  /*background: @brand-secondary;
         background: rgba(123,193,67,0.85);*/
  background: #00395a;
  background: rgba(0, 57, 90, 0.85);
}
@media screen and (min-width: 992px) {
  .patio-index ul li:hover a {
    background: #7bc143;
  }
}
#main {
  padding: 15px 0 25px 0;
}
#home h2 {
  font-size: 24px;
}
#home #main h2 {
  margin-top: 0px;
}
#home #main,
.section {
  padding: 20px 0;
}
.section.grey {
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 30px;
}
#home #main p,
.section p {
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.6;
}
.section.bottom-cta {
  background-color: #00395a;
  background-image: url("/theme/greataussiepatioscomau/img/bg/bottom-cta-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 50px;
}
.section.bottom-cta p {
  margin-bottom: 2em;
}
.section.bottom-cta h2 {
  text-transform: uppercase;
}
.section.bottom-cta a {
  color: #fff;
}
.section.bottom-cta .btn {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .section.bottom-cta .btn {
    margin: 5px 5px;
  }
}
.section.bottom-cta h2 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 0;
}
.section.bottom-cta h2:after {
  display: none;
}
.section.bottom-cta p {
  margin-top: 10px;
}
#home #content h2,
.section h2 {
  color: #00395a;
}
ul.reasons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  margin: 1em 0;
}
ul.reasons:before,
ul.reasons:after {
  content: " ";
  display: table;
}
ul.reasons:after {
  clear: both;
}
ul.reasons:before,
ul.reasons:after {
  content: " ";
  display: table;
}
ul.reasons:after {
  clear: both;
}
ul.reasons li {
  margin: 0;
  padding: 0;
}
ul.reasons li {
  margin-bottom: 1em;
  line-height: normal;
  position: relative;
}
ul.reasons li:before,
ul.reasons li:after {
  content: " ";
  display: table;
}
ul.reasons li:after {
  clear: both;
}
ul.reasons li:before,
ul.reasons li:after {
  content: " ";
  display: table;
}
ul.reasons li:after {
  clear: both;
}
ul.reasons li strong {
  color: #000;
}
ul.reasons li .number {
  display: block;
  background: #7bc143;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  float: left;
  position: relative;
}
ul.reasons li .text {
  padding-top: 5px;
  display: block;
  margin-left: 40px;
}
.testimonial {
  color: #00395a;
}
.testimonial blockquote {
  background: #00395a;
  color: #fff;
  padding: 60px 20px 20px 20px;
  margin: 0px;
  height: 200px;
  background-image: url("/theme/greataussiepatioscomau/img/icon/quote.png");
  background-position: center 30px;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial blockquote {
    height: auto;
    padding-top: 40px;
    background-position: center 20px;
  }
}
.testimonial blockquote p {
  margin: 0px;
}
.testimonial blockquote:after {
  border-top: 14px solid #00395a;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  bottom: -14px;
}
.testimonial em {
  color: #888;
}
ul.reviews {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.reviews:before,
ul.reviews:after {
  content: " ";
  display: table;
}
ul.reviews:after {
  clear: both;
}
ul.reviews:before,
ul.reviews:after {
  content: " ";
  display: table;
}
ul.reviews:after {
  clear: both;
}
ul.reviews li {
  margin: 0;
  padding: 0;
}
ul.reviews li {
  display: inline-block;
  margin: 15px;
}
@media (max-width: 767px) {
  ul.reviews li {
    margin: 10px;
  }
}
ul.testimonial-scans {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
ul.testimonial-scans:before,
ul.testimonial-scans:after {
  content: " ";
  display: table;
}
ul.testimonial-scans:after {
  clear: both;
}
ul.testimonial-scans:before,
ul.testimonial-scans:after {
  content: " ";
  display: table;
}
ul.testimonial-scans:after {
  clear: both;
}
ul.testimonial-scans li {
  margin: 0;
  padding: 0;
}
ul.testimonial-scans li {
  position: relative;
  float: left;
  padding: 10px;
  width: 20%;
}
@media screen and (max-width: 991px) {
  ul.testimonial-scans li {
    width: 50%;
  }
}
ul.testimonial-scans li a {
  background: #fff;
  padding: 5px;
  display: block;
  border: 1px solid #efefef;
}
ul.testimonial-scans li a:hover {
  border-color: #7bc143;
}
ul.testimonial-scans li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.subCol h2 {
  font-size: 18px;
  color: #00395a;
  margin-top: 1.4em;
}
.subCol .cta {
  text-align: center;
  margin-bottom: 50px;
}
.subCol .cta .btn {
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .subCol .cta {
    display: none;
  }
}
.subCol .testimonials {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .subCol .testimonials {
    display: none;
  }
}
.subCol .testimonial {
  text-align: center;
}
.subCol .testimonial blockquote {
  background-color: #f0f0f0;
  color: #555;
  padding: 45px 20px 20px 20px;
  margin: 0px 0px 20px 0px;
  height: auto;
  background-position: center 20px;
}
.subCol .testimonial blockquote:after {
  border-top: 14px solid #f0f0f0;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  bottom: -14px;
}
#content .testimonial {
  text-align: left;
  margin-bottom: 20px;
}
#content .testimonial blockquote {
  background-color: #f0f0f0;
  color: #555;
  padding: 45px 20px 20px 20px;
  margin: 0px 0px 20px 0px;
  height: auto;
  background-position: 20px 20px;
}
#content .testimonial blockquote:after {
  border-top: 14px solid #f0f0f0;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 30px;
  margin-left: -14px;
  position: absolute;
  bottom: -14px;
}
#content .testimonial blockquote p {
  margin: 10px 0 !important;
}
@media (min-width: 992px) {
  #content.col-md-9 {
    padding-right: 40px;
  }
}
.social-share {
  /*border-top: 1px solid #ecf0f3;*/
  margin-top: 30px;
  /*padding: 15px;
   background-color: #f0f0f0;*/
  margin-bottom: 20px;
  /*.border-radius(@border-radius-base);*/
}
.social-share:before,
.social-share:after {
  content: " ";
  display: table;
}
.social-share:after {
  clear: both;
}
.social-share:before,
.social-share:after {
  content: " ";
  display: table;
}
.social-share:after {
  clear: both;
}
.social-share h3 {
  margin-top: 0px;
}
.social-share span {
  box-sizing: content-box;
}
.social-share > span {
  margin-bottom: 10px;
  float: left;
}
footer {
  font-size: 12px;
  line-height: 1.4;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .info {
  padding: 30px 0;
  border-bottom: 1px solid #dde3e6;
}
@media (max-width: 991px) {
  footer .info {
    padding: 10px;
  }
}
footer .info h3 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #00395a;
  margin-bottom: 10px;
}
footer .info p {
  margin-top: 0px;
}
footer .foot {
  padding: 15px 0;
  color: #888;
}
@media (min-width: 768px) {
  footer .foot .author {
    text-align: right;
  }
}
footer .foot a {
  color: #7f9cac;
}
footer .foot a:hover {
  color: #00395a;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon,
  .logo,
  .reasons h3.call span,
  #hero .prev,
  #hero .next {
    background-image: url("/theme/greataussiepatioscomau/img/sprite@2x.png");
    background-size: 800px 800px !important;
  }
  .testimonial blockquote {
    background-image: url("/theme/greataussiepatioscomau/img/icon/quote@2x.png");
    background-size: 18px 15px !important;
  }
}
@media print {
  header,
  #breadcrumbs,
  #leftCol,
  footer {
    display: none;
  }
  #content {
    width: auto;
    float: none;
  }
}
/* ----- */
/* reset */
/* ----- */
.main-nav .menulist,
.main-nav .menulist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
  z-index: 999;
}
.main-nav .menulist:before,
.main-nav .menulist ul:before,
.main-nav .menulist:after,
.main-nav .menulist ul:after {
  content: " ";
  display: table;
}
.main-nav .menulist:after,
.main-nav .menulist ul:after {
  clear: both;
}
.main-nav .menulist:before,
.main-nav .menulist ul:before,
.main-nav .menulist:after,
.main-nav .menulist ul:after {
  content: " ";
  display: table;
}
.main-nav .menulist:after,
.main-nav .menulist ul:after {
  clear: both;
}
.main-nav .menulist li,
.main-nav .menulist ul li {
  margin: 0;
  padding: 0;
}
.main-nav .menulist a {
  display: block;
  color: #00395a;
}
.main-nav .menulist a:hover {
  text-decoration: none;
}
.main-nav .menulist > li > a {
  padding: 7px 0px;
}
/* --------- */
/* 1st level */
/* --------- */
.main-nav .menulist li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  background: none;
  text-align: center;
}
.main-nav .menulist a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
}
.main-nav .menulist > li {
  margin-left: 30px;
  font-size: 14px;
  position: relative;
}
@media (min-width: 1200px) {
  .main-nav .menulist > li {
    margin-left: 50px;
  }
}
.main-nav .menulist > li > a {
  position: relative;
  z-index: 999;
}
.main-nav .menulist > li.currentpage > a {
  text-decoration: none;
  color: #7bc143;
}
.main-nav .menulist > li:hover > a,
.main-nav .menulist > li.currentpage > a:hover {
  color: #7bc143;
  z-index: 1001;
}
/* --------- */
/* 2nd level */
/* --------- */
.main-nav .menulist > li > ul {
  position: absolute;
  z-index: 1000;
  left: -999em;
  width: 200px;
  margin-left: -100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-nav .menulist > li > ul:before,
.main-nav .menulist > li.currentpage > ul:before {
  border-bottom: 7px solid #00395a;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: -7px;
}
.main-nav .menulist > li:last-child:hover > ul {
  right: 0;
  left: auto;
  margin-left: 0px;
}
.main-nav .menulist > li:last-child:hover > ul:before {
  left: auto;
  right: 20px;
}
.main-nav .menulist ul li {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 13px;
}
.main-nav .menulist ul li:last-child {
  border-bottom: 0px;
}
.main-nav .menulist ul li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.main-nav .menulist ul li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.main-nav .menulist ul li a,
.main-nav .menulist li:hover li a,
.main-nav .menulist li.currentpage li a,
.main-nav .menulist li.currentpage:hover li a {
  border: none;
  background: #00395a;
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  width: 200px;
  line-height: 16px;
  height: auto;
  float: left;
  text-decoration: none;
  white-space: normal;
}
.main-nav .menulist ul li a:hover,
.main-nav .menulist li:hover li a:hover,
.main-nav .menulist li.currentpage li a:hover,
.main-nav .menulist > li > ul > li:hover > a {
  margin: 0;
  color: #FFFFFF;
  background-color: #7bc143;
  text-decoration: none;
}
.main-nav .menulist ul li,
.main-nav .menulist ul li:hover li {
  background: none;
}
.main-nav .menulist ul li:hover,
.main-nav .menulist ul li:hover li:hover {
  margin: 0;
}
.main-nav .menulist > li:hover > ul {
  left: 50%;
}
.main-nav .menulist > li.last:hover > ul {
  right: 0;
}
/* --------- */
/* 3rd level */
/* --------- */
.main-nav .menulist ul ul {
  position: absolute;
  left: -999em;
  top: 0px;
  display: none;
}
/*
.main-nav .menulist > li > ul > li:hover > ul {
	top: -5px;
	left: 221px;
	border-top: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
		  border-radius: 4px;
}

.main-nav .menulist > li.last > ul > li:hover > ul {
	top: -5px;
	left: -231px !important;
}*/
/* --------- */
/* 4th level */
/* --------- */
.main-nav .menulist ul ul ul {
  display: none;
}
/* ----- */
/* fixes */
/* ----- */
/* Holly Hack \*/
* html .main-nav .menulist ul li {
  float: left;
  height: 1%;
}
* html .main-nav .menulist ul a {
  height: 1%;
}
/* End Hack */
/* --------- */
/* Tiny Nav  */
/* --------- */
.mobile-subnav {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mobile-subnav {
    display: none;
  }
}
.mobile-subnav h3 {
  text-align: center;
}
.mobile-subnav select {
  width: 100%;
  background: #fff;
  border-color: #333;
  color: #333;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  /*position: relative;
  width: 100%;*/
}
.block {
  position: relative;
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#inner-wrap {
  position: relative;
  width: 100%;
  background: #fff;
}
#mobile-nav {
  position: absolute;
  z-index: 200;
  overflow: hidden;
  top: 0;
  width: 100%;
}
#mobile-nav a {
  color: #fff;
}
#mobile-nav:not(:target) {
  z-index: 1;
  height: 0;
}
#mobile-nav .block {
  z-index: 2;
  position: relative;
}
.js-ready #mobile-nav {
  height: 100%;
  width: 260px;
  /*height: 260px;*/
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.js-ready #mobile-nav {
  right: -260px;
}
.js-ready #inner-wrap {
  right: 0;
}
.js-nav #inner-wrap {
  right: 260px;
}
html.js-nav,
.js-nav form,
.js-nav body,
.js-nav #outer-wrap,
.js-nav #inner-wrap {
  height: 100%;
}
.csstransforms3d.csstransitions.js-ready #mobile-nav {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #inner-wrap {
  right: 0 !important;
  -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);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav #inner-wrap {
  -webkit-transform: translate3d(-260px, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-260px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-260px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-260px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-260px, 0, 0) scale3d(1, 1, 1);
}
/*
.csstransforms3d.csstransitions.js-ready #mobile-nav .block {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
	-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
	transition: opacity 300ms 100ms ease, transform 500ms ease;
	-webkit-transform: translate3d(260px, 0, 0) scale3d(0.9, 0.9, 0.9);
	-moz-transform: translate3d(260px, 0, 0) scale3d(0.9, 0.9, 0.9);
	-ms-transform: translate3d(260px, 0, 0) scale3d(0.9, 0.9, 0.9);
	-o-transform: translate3d(260px, 0, 0) scale3d(0.9, 0.9, 0.9);
	transform: translate3d(260px, 0, 0) scale3d(0.9, 0.9, 0.9);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.csstransforms3d.csstransitions.js-nav #mobile-nav .block {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-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);
}
*/
@media (min-width: 1199px) {
  #mobile-nav {
    display: none;
  }
  .js-nav #inner-wrap {
    right: 0 !important;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0px, 0, 0) scale3d(1, 1, 1);
  }
}
/* file(photo-gallery.less) */
.photo-gallery {
  *zoom: 1;
}
.photo-gallery .loading {
  display: none;
  position: absolute;
  width: 90px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  left: 45%;
}
.photo-gallery .loading img {
  float: left;
}
.photo-gallery ul,
.photo-gallery li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.photo-gallery ul:before,
.photo-gallery li:before,
.photo-gallery ul:after,
.photo-gallery li:after {
  content: " ";
  display: table;
}
.photo-gallery ul:after,
.photo-gallery li:after {
  clear: both;
}
.photo-gallery ul:before,
.photo-gallery li:before,
.photo-gallery ul:after,
.photo-gallery li:after {
  content: " ";
  display: table;
}
.photo-gallery ul:after,
.photo-gallery li:after {
  clear: both;
}
.photo-gallery ul li,
.photo-gallery li li {
  margin: 0;
  padding: 0;
}
.photo-gallery ul.albums,
.photo-gallery ul.thumb-imgs {
  *zoom: 1;
  margin-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.photo-gallery ul.albums li,
.photo-gallery ul.thumb-imgs li {
  float: left;
  text-align: center;
  width: 25%;
  height: 120px;
  padding: 10px 5px;
  overflow: hidden;
}
.photo-gallery ul.albums li a,
.photo-gallery ul.thumb-imgs li a {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #000;
}
.photo-gallery ul.albums li a img,
.photo-gallery ul.thumb-imgs li a img {
  max-width: none !important;
  max-height: 150px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .photo-gallery ul.albums li,
  .photo-gallery ul.thumb-imgs li {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .photo-gallery ul.albums li,
  .photo-gallery ul.thumb-imgs li {
    width: 50%;
    height: 80px;
  }
  .photo-gallery ul.albums li a img,
  .photo-gallery ul.thumb-imgs li a img {
    max-width: 100% !important;
    max-height: none;
  }
}
/*
@media (max-width:420px) {
	.photo-gallery ul.albums li, .photo-gallery ul.thumb-imgs li {
		width: 100%;
	}
}
*/
.breadcrumbs {
  background: #fff;
  padding-top: 15px;
  font-size: 11px;
  margin-bottom: -15px;
  position: relative;
  z-index: 99;
}
.breadcrumbs a {
  color: #888;
}
.breadcrumbs a:hover {
  color: #7bc143;
}
.breadcrumbs strong {
  font-weight: normal;
  margin: 0 5px;
  color: #888;
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
.centered .breadcrumbs {
  text-align: center;
}
.subCol .submenu {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .subCol .submenu {
    margin-bottom: 0px;
  }
}
.subCol .submenu ul,
.subCol .submenu ul li {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
}
.subCol .submenu ul {
  border-top: 1px solid #efefef;
}
.subCol .submenu ul li {
  border-bottom: 1px solid #efefef;
}
.subCol .submenu ul li a {
  display: block;
  color: #888;
  background-image: url("/theme/greataussiepatioscomau/img/icon/sub-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.subCol .submenu ul li a:hover {
  text-decoration: none;
  color: #7bc143;
  background-image: url("/theme/greataussiepatioscomau/img/icon/sub-arrow-active.png");
}
.subCol .submenu ul li.subPageSelected a {
  color: #7bc143;
  ackground-image: url("/theme/greataussiepatioscomau/img/icon/sub-arrow-active.png");
}
/* file(news.css) */
.news {
  display: flex;
  flex-wrap: wrap;
}
.news .pagingTop {
  display: none;
}
.news .pagingBtm {
  margin-bottom: 20px;
}
.news .pagerSummary {
  display: none;
}
.news ul.pager {
  float: none;
  text-align: center;
}
.news .item {
  position: relative;
  margin-bottom: 30px;
}
.news .item:before,
.news .item:after {
  content: " ";
  display: table;
}
.news .item:after {
  clear: both;
}
.news .item:before,
.news .item:after {
  content: " ";
  display: table;
}
.news .item:after {
  clear: both;
}
.news .item .img {
  /*width: 100%;
         height: 150px;*/
  background-color: #f6f6f6;
}
.news .item .img.no-image {
  background-image: url(/theme/greataussiepatioscomau/assets/public/Image/2014/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.news .item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.news .item .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}
@media (max-width: 767px) {
  .news .item .txt {
    border-bottom: 1px solid #efefef;
    min-height: auto;
    padding-bottom: 30px;
  }
}
.news .item .txt .more-info {
  margin-top: auto;
}
.news .item h3 {
  margin-bottom: 5px;
}
.news .item h3 a {
  color: #00395a;
}
.news .item h3 a:hover {
  color: #6fb03a;
}
.news .item p {
  margin-top: 0;
}
.news .item .date {
  color: #888;
  font-size: 12px;
  margin-bottom: 10px;
}
.news .item .more a,
.news .item a.btn-more {
  padding: 5px 15px;
  font-size: 12px;
}
.news .article .newsCategory {
  display: none;
}
.news .article .date {
  color: #888;
  margin-bottom: 1em;
}
/* ------- */
/* filters */
/* ------- */
.newsFilters ul,
.newsFilters li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.newsFilters ul {
  margin-bottom: 30px;
}
.newsFilters li.filterHeader {
  color: #00395a;
  font-size: 18px;
  margin-top: 1.4em;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .newsFilters li.filterHeader {
    margin-top: 0;
  }
}
.newsFilters li.filterHeader strong {
  font-weight: normal;
}
.newsFilters li {
  line-height: 1.4em;
}
.newsFilters li a {
  display: block;
  color: #888;
  padding: 5px 0;
}
.newsFilters li.selected > a {
  color: #7bc143;
}
.newsFilters li a:hover {
  color: #7bc143;
}
.newsFilters li ul {
  display: none;
}
.newsFilters li.selected ul {
  display: block;
  margin-bottom: 10px;
}
.newsFilters li ul {
  margin-bottom: 0px;
}
.newsFilters li ul li {
  border: 0px;
}
.newsFilters li ul li a {
  padding: 5px 0 5px 15px;
  background-image: url("/theme/greataussiepatioscomau/img/icon/sub-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.paging {
  zoom: 1;
  font-size: 11px;
}
.paging:before,
.paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging:before,
.paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging .rss {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.pagingTop {
  padding-bottom: 10px;
}
.pagingBtm {
  padding-top: 10px;
}
.pagerSummary {
  line-height: 25px;
  float: left;
}
ul.pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  height: 27px;
}
ul.pager:before,
ul.pager:after {
  content: " ";
  display: table;
}
ul.pager:after {
  clear: both;
}
ul.pager:before,
ul.pager:after {
  content: " ";
  display: table;
}
ul.pager:after {
  clear: both;
}
ul.pager li {
  margin: 0;
  padding: 0;
}
ul.pager li {
  display: inline-block;
  line-height: 25px;
  margin: 0 3px;
  background: none;
  padding: 0px;
}
ul.pager a,
ul.pager li.selected {
  padding: 0 10px;
  display: inline-block;
  background: #fff;
  color: #444;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.pager a:hover,
ul.pager li.selected {
  background: #00395a;
  border-color: #00395a;
  color: #fff;
  text-decoration: none;
}
ul.pager li.disabled {
  display: none;
}
/* file(formbuilder.css) */
.grouped-form fieldset[class*="clmn"] {
  margin-left: 0;
}
.grouped-form fieldset[class*="clmn"] + fieldset[class*="clmn"] {
  margin-left: 30px;
}
.formbuilder label {
  color: #404040;
  /*float:left;*/
  line-height: 18px;
  padding-top: 6px;
  text-align: left;
  margin-bottom: 5px;
  display: block;
}
.formbuilder .input input,
.formbuilder .input textarea,
.formbuilder .input select {
  display: inline-block;
  width: 220px;
  max-width: 100% !important;
}
.formbuilder .input textarea {
  width: 320px;
  height: 130px;
}
.formbuilder input[type="checkbox"],
.formbuilder input[type="radio"] {
  border: medium none;
  height: auto;
  line-height: normal;
  margin: 3px 0;
  padding: 0;
  width: auto;
}
.formbuilder input[type="file"] {
  background-color: #fff;
  box-shadow: none;
}
.formbuilder div.clearfix {
  margin-bottom: 10px;
}
.formbuilder div.label-header {
  background: #f5f5f5;
  margin-bottom: 18px;
  padding: 17px 20px 18px;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.formbuilder .help-block {
  font-size: 11px;
  line-height: 18px;
  color: #bfbfbf;
  display: block;
}
.formbuilder .input,
.formbuilder .actions {
  /*margin-left: 125px;*/
}
.formbuilder .input label {
  font-weight: normal;
}
.formbuilder .input label input + span,
.formbuilder .input label span + input {
  margin-left: 3px;
}
.clmn9 .formbuilder .actions {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  margin: 18px 0;
  padding: 17px 20px 18px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.formbuilder .actions input.back {
  margin-right: 6px;
}
.formbuilder .actions input[disabled] {
  display: none;
}
/* ----------- */
/* input lists */
/* ----------- */
.formbuilder .inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.formbuilder .inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.formbuilder .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.formbuilder .inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.formbuilder .inputs-list:first-child {
  /*margin-top: 6px;*/
}
.formbuilder .inputs-list li + li {
  padding-top: 2px;
}
.formbuilder .inputs-list input[type=radio],
.formbuilder .inputs-list input[type=checkbox] {
  margin-bottom: 0;
}
.formbuilder .inputs-list.horz li {
  float: left;
  width: auto;
}
.formbuilder .inputs-list.horz li + li {
  padding-top: 0;
  padding-left: 10px;
}
.formbuilder table.inputs-list.text input {
  width: 50%;
}
.formbuilder table.inputs-list.text td {
  padding-bottom: 6px;
}
.formbuilder .inputs-list.repeat-2 td {
  width: 50%;
}
.formbuilder .inputs-list.repeat-3 td {
  width: 33.333%;
}
.formbuilder .inputs-list.repeat-4 td {
  width: 25%;
}
.formbuilder .inputs-list.repeat-5 td {
  width: 10%;
}
.formbuilder .inputs-list.text input {
  width: 50px;
}
/* ----------- */
/* form shield */
/* ----------- */
.formbuilder div.formshield .input input {
  width: 170px;
}
.formbuilder div.formshield .input div {
  clear: none!important;
}
.formbuilder div.formshield .input div img {
  width: 180px;
  height: 36px;
  margin-bottom: 5px;
}
.formbuilder div.formshield .Error + .Error {
  top: 0;
  right: 0;
}
/* ------------ */
/* table matrix */
/* ------------ */
.formbuilder .tbl label {
  float: none;
  text-align: left;
  width: auto;
}
.formbuilder .tbl .input {
  margin-left: 0;
}
.formbuilder table[class*="table"] {
  width: 100%;
  margin: 10px 0 5px;
  border: 1px solid #ddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.formbuilder table[class*="table"] th,
.formbuilder table[class*="table"] td {
  padding: 4px 5px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.formbuilder table[class*="table"] th {
  font-weight: normal;
}
.formbuilder table[class*="table"] tbody:first-child tr:first-child th,
.formbuilder table[class*="table"] tbody:first-child tr:first-child td {
  border-top: 0;
}
.formbuilder table[class*="table"] tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.formbuilder table[class*="table"] tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.formbuilder table[class*="table"] tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.formbuilder table[class*="table"] tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.formbuilder table[class*="table"] tbody tr:nth-child(odd) td,
.formbuilder table[class*="table"] tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.formbuilder table[class*="table"] tbody tr:hover td,
.formbuilder table[class*="table"] tbody tr:hover th {
  background-color: #f5f5f5;
}
/* ------------------ */
/* error highlighting */
/* ------------------ */
/*.formbuilder div.clearfix.error>label, 
.formbuilder div.clearfix.error span.help-inline, 
.formbuilder div.clearfix.error span.help-block, 
.formbuilder div.clearfix.error span.error {
	color: #9d261d;
}
.formbuilder div.clearfix.error input, 
.formbuilder div.clearfix.error textarea {
	border-color: #c87872;
	-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
		-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
			  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
.formbuilder div.clearfix.error input:focus, 
.formbuilder div.clearfix.error textarea:focus {
	border-color: #b9554d;
	-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
		-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
			  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}

.formbuilder div.clearfix.error span.error {
	display: none !important;
}*/
/* ----------- */
/* date picker */
/* ----------- */
.formbuilder .clearborders .calendarDateInput,
.formbuilder .clearborders input[type="image"],
.formbuilder table input[type="checkbox"],
.formbuilder table input[type="radio"] {
  width: auto;
  margin: 0px 3px 0 0;
}
.formbuilder .clearborders td {
  padding-right: 3px;
}
.formbuilder .clearborders td input + input + input {
  height: 0;
  line-height: 0;
}
.formbuilder .clearborders td a {
  display: block;
  float: left;
}
.formbuilder .clearborders input[type="image"]:hover {
  background: #f7f7f7;
}
.formbuilder #date * {
  font-family: sans-serif !important;
}
.formbuilder #date {
  color: #333;
}
.formbuilder #date img {
  width: auto;
  height: auto;
  margin: 0;
}
.formbuilder #date input,
#date select {
  margin: 0;
  font-size: 11px;
  letter-spacing: normal;
}
.formbuilder td.calendarDateInput {
  border: none!important;
}
.formbuilder .ajax__calendar_body {
  height: 160px!important;
}
.formbuilder .ajax__calendar_days,
.formbuilder .ajax__calendar_months,
.formbuilder .ajax__calendar_years {
  width: 250px!important;
}
.formbuilder .ajax__calendar_container table {
  float: none!important;
}
table.formbuilder {
  margin-bottom: 0px;
  width: 100%;
}
table.formbuilder td {
  padding: 5px 0 0 0px;
}
table.formbuilder .leftcolumn {
  vertical-align: middle;
  width: 110px;
}
table.formbuilder textarea {
  height: 150px;
  width: 400px;
}
.enquiry-form .process-button {
  margin-left: 110px;
}
@media (max-width: 540px) {
  table.formbuilder textarea {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .fullform .formbuilder .grouped-form > div {
    width: 50%;
    float: left;
  }
  .fullform .formbuilder .input input,
  .fullform .formbuilder .input textarea,
  .fullform .formbuilder .input select {
    display: inline-block;
    width: 95%;
    max-width: 100% !important;
  }
}
@media (max-width: 600px) {
  .formbuilder .input input,
  .formbuilder .input textarea,
  .formbuilder .input select {
    width: 95%;
  }
}
/* ----------- */
/* validations */
/* ----------- */
.validate-summary,
.Validation-Summary,
.success,
.item-enquiry-message p,
#_1052c36c85cb_valPayment {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  margin: 0 0 2em 0;
  padding: 15px;
  font-size: 11px;
  color: #b94a48!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#_1052c36c85cb_valPayment {
  display: block;
}
.success,
.item-enquiry-message p {
  background: #d1eed1;
  border: 1px solid #bfe7bf;
}
.validate-summary img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.validate-summary ul {
  margin-bottom: 0px;
  margin-top: 15px;
}
.members-login .error,
.shop ul.product-list h2.title + span,
.shop ul.product-list .options li select + span,
#contentControl_ChangeShippingMethod1_valShippingMethod {
  display: inline-block;
  margin: 5px 0;
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff!important;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b94a48;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#contentControl_dcPageContent_MintoxPlaceHolder_1_lblMsg {
  margin-bottom: 20px;
  display: block;
}
/*
.Error, .validator, 
.members-login ol li input + span, 
table[align="center"] td input + span,
table.controls .rightcolumn span {
	background:url(/theme/seapowercomau/img/icon/cross.png) no-repeat 0 0;
	text-indent:-999em; overflow:hidden; background-repeat:no-repeat; text-align:left; direction:ltr;
	width:16px; height:16px;
	display:block;
	position:absolute; float:left;
}*/
.error {
  color: #F00;
}
/*# sourceMappingURL=import.css.map */